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
74c7ec3e618b9816db8408f8854ead54ad7581b5
14,560
xml
XML
training/owncloud/src/main/res/layout/ssl_validator_layout.xml
ckelsel/AndroidTraining
fb086787c1d13d2ab496f36ba44a1b1bc67de64e
[ "Apache-2.0" ]
null
null
null
training/owncloud/src/main/res/layout/ssl_validator_layout.xml
ckelsel/AndroidTraining
fb086787c1d13d2ab496f36ba44a1b1bc67de64e
[ "Apache-2.0" ]
null
null
null
training/owncloud/src/main/res/layout/ssl_validator_layout.xml
ckelsel/AndroidTraining
fb086787c1d13d2ab496f36ba44a1b1bc67de64e
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <!-- ownCloud Android client application Copyright (C) 2016 ownCloud GmbH. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/root" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center" android:orientation="vertical" android:padding="16dp" android:filterTouchesWhenObscured="true" > <TextView android:id="@+id/header" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ssl_validator_header" android:paddingBottom="@dimen/standard_padding" android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="@color/black" /> <TextView android:id="@+id/reason_cert_not_trusted" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="left" android:paddingLeft="8dp" android:text="@string/ssl_validator_reason_cert_not_trusted" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/reason_cert_expired" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="left" android:paddingLeft="8dp" android:text="@string/ssl_validator_reason_cert_expired" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/reason_cert_not_yet_valid" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="left" android:paddingLeft="8dp" android:text="@string/ssl_validator_reason_cert_not_yet_valid" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/reason_hostname_not_verified" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="left" android:paddingLeft="8dp" android:text="@string/ssl_validator_reason_hostname_not_verified" android:textAppearance="?android:attr/textAppearanceSmall" /> <ScrollView android:id="@+id/details_scroll" android:visibility="gone" android:padding="8dp" android:layout_width="wrap_content" android:layout_height="180dp"> <LinearLayout android:id="@+id/details_view" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="left" android:orientation="vertical" > <TextView android:id="@+id/label_subject" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="@string/ssl_validator_label_subject" android:textAppearance="?android:attr/textAppearanceMedium" /> <TextView android:id="@+id/label_subject_CN" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ssl_validator_label_CN" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/value_subject_CN" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/label_subject_O" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ssl_validator_label_O" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/value_subject_O" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/label_subject_OU" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ssl_validator_label_OU" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/value_subject_OU" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/label_subject_ST" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ssl_validator_label_ST" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/value_subject_ST" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/label_subject_C" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ssl_validator_label_C" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/value_subject_C" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/label_subject_L" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ssl_validator_label_L" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/value_subject_L" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/label_issuer" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="@string/ssl_validator_label_issuer" android:textAppearance="?android:attr/textAppearanceMedium" /> <TextView android:id="@+id/label_issuer_CN" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ssl_validator_label_CN" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/value_issuer_CN" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/label_issuer_O" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ssl_validator_label_O" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/value_issuer_O" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/label_issuer_OU" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ssl_validator_label_OU" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/value_issuer_OU" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/label_issuer_ST" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ssl_validator_label_ST" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/value_issuer_ST" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/label_issuer_C" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ssl_validator_label_C" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/value_issuer_C" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/label_issuer_L" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ssl_validator_label_L" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/value_issuer_L" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/label_validity" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="@string/ssl_validator_label_validity" android:textAppearance="?android:attr/textAppearanceMedium" /> <TextView android:id="@+id/label_validity_from" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ssl_validator_label_validity_from" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/value_validity_from" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/label_validity_to" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ssl_validator_label_validity_to" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/value_validity_to" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/label_signature" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="@string/ssl_validator_label_signature" android:textAppearance="?android:attr/textAppearanceMedium" /> <TextView android:id="@+id/label_signature_algorithm" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/ssl_validator_label_signature_algorithm" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/value_signature_algorithm" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> <TextView android:id="@+id/value_signature" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="5dp" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> </LinearLayout> </ScrollView> <TextView android:id="@+id/question" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingTop="@dimen/standard_padding" android:text="@string/ssl_validator_question" android:textAppearance="?android:attr/textAppearanceMedium" > </TextView> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" > <android.support.v7.widget.AppCompatButton android:id="@+id/cancel" style="@style/Button.Borderless" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:text="@string/common_no" /> <android.support.v7.widget.AppCompatButton android:id="@+id/details_btn" style="@style/Button.Borderless" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="2" android:text="@string/ssl_validator_btn_details_see" /> <android.support.v7.widget.AppCompatButton android:id="@+id/ok" style="@style/Button.Borderless" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:text="@string/common_yes" /> </LinearLayout> </LinearLayout>
32.866817
73
0.678228
bb9623bc8f801bf035ea06fd348d2cf012ec37c1
1,458
nuspec
XML
Build/Unicorn.nuget/Unicorn.nuspec
ahurynovich/Unicorn
52768e9a5e083f85a74f54f702fe65e3a7317b16
[ "MIT" ]
null
null
null
Build/Unicorn.nuget/Unicorn.nuspec
ahurynovich/Unicorn
52768e9a5e083f85a74f54f702fe65e3a7317b16
[ "MIT" ]
null
null
null
Build/Unicorn.nuget/Unicorn.nuspec
ahurynovich/Unicorn
52768e9a5e083f85a74f54f702fe65e3a7317b16
[ "MIT" ]
null
null
null
<?xml version="1.0"?> <package > <metadata> <id>Unicorn</id> <version>$version$</version> <authors>Kam Figy</authors> <owners>Kam Figy</owners> <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl> <projectUrl>https://github.com/kamsar/Unicorn</projectUrl> <iconUrl>http://kamsar.net/nuget/unicorn/logo.png</iconUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>Unicorn is a utility for Sitecore that solves the issue of moving templates, renderings, and other database items between Sitecore instances. This package contains both the Unicorn core library and the configuration for it, which is appropriate for web projects. Install Unicorn.Core if you only want the library.</description> <copyright>Copyright 2016</copyright> <tags>sitecore serialization</tags> <dependencies> <dependency id="Unicorn.Core" version="$version$" /> <dependency id="Rainbow" version="$rainbowversion$" /> </dependencies> </metadata> <files> <file src="..\..\src\Unicorn\Standard Config Files\*.config" target="content\App_Config\Include\Unicorn" /> <file src="..\..\src\Unicorn\Standard Config Files\*.disabled" target="content\App_Config\Include\Unicorn" /> <file src="..\..\src\Unicorn\Standard Config Files\*.example" target="content\App_Config\Include\Unicorn" /> <file src="readme.txt" target="" /> <file src="..\..\doc\PowerShell Remote Scripting\*.*" target="tools\PSAPI" /> </files> </package>
54
342
0.73594
9d3566354dc7605e0044c3ff25135156d1ffb0e0
903
xml
XML
app/src/main/res/navigation/nav_graph_main.xml
sjaramillo10/Pedometer
e86efb47d4ee98c4c789a67acbe10d3f9c7a05dc
[ "Apache-2.0" ]
3
2021-10-13T18:00:51.000Z
2022-03-10T05:22:09.000Z
app/src/main/res/navigation/nav_graph_main.xml
sjaramillo10/Pedometer
e86efb47d4ee98c4c789a67acbe10d3f9c7a05dc
[ "Apache-2.0" ]
24
2021-09-17T04:07:45.000Z
2022-03-23T16:30:07.000Z
app/src/main/res/navigation/nav_graph_main.xml
sjaramillo10/Pedometer
e86efb47d4ee98c4c789a67acbe10d3f9c7a05dc
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <navigation xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/main_nav_graph" app:startDestination="@id/dest_home"> <fragment android:id="@+id/dest_home" android:name="dev.sjaramillo.pedometer.ui.HomeFragment" android:label="@string/app_name" tools:layout="@layout/fragment_home"/> <fragment android:id="@+id/dest_stats" android:name="dev.sjaramillo.pedometer.ui.stats.StatsFragment" android:label="@string/stats_title" tools:layout="@layout/fragment_stats" /> <fragment android:id="@+id/dest_settings" android:name="dev.sjaramillo.pedometer.ui.SettingsFragment" android:label="@string/settings_title" /> </navigation>
34.730769
70
0.673311
cbe3ef5e9635ec4de95a8eeaac12ad1f7b89d7e0
8,776
ui
XML
Plugins/org.mitk.gui.qt.segmentation/src/internal/QmitkSegmentationControls.ui
zhaomengxiao/MITK
a09fd849a4328276806008bfa92487f83a9e2437
[ "BSD-3-Clause" ]
null
null
null
Plugins/org.mitk.gui.qt.segmentation/src/internal/QmitkSegmentationControls.ui
zhaomengxiao/MITK
a09fd849a4328276806008bfa92487f83a9e2437
[ "BSD-3-Clause" ]
1
2021-12-22T10:19:02.000Z
2021-12-22T10:19:02.000Z
Plugins/org.mitk.gui.qt.segmentation/src/internal/QmitkSegmentationControls.ui
zhaomengxiao/MITK_lancet
a09fd849a4328276806008bfa92487f83a9e2437
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>QmitkSegmentationControls</class> <widget class="QWidget" name="QmitkSegmentationControls"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>237</width> <height>591</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="windowTitle"> <string>QmitkSegmentation</string> </property> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <widget class="QGroupBox" name="groupBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="title"> <string>Data Selection</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="lblPatientImage"> <property name="text"> <string>Selected Image</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QmitkSingleNodeSelectionWidget" name="patImageSelector" native="true"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="lblSegmentation"> <property name="text"> <string>Segmentation</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QmitkSingleNodeSelectionWidget" name="segImageSelector" native="true"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> </widget> </item> <item row="1" column="2"> <widget class="QToolButton" name="btnNewSegmentation"> <property name="toolTip"> <string>Create a new segmentation</string> </property> <property name="text"> <string>&amp;New...</string> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextOnly</enum> </property> </widget> </item> <item row="2" column="0" colspan="3"> <widget class="QLabel" name="lblSegmentationWarnings"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QTabWidget" name="tabWidgetSegmentationTools"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true">QTabWidget::tab-bar { alignment: middle; }</string> </property> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="tab2DTools"> <attribute name="title"> <string>2D Tools</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QmitkToolGUIArea" name="m_ManualToolGUIContainer2D" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <weight>50</weight> <bold>false</bold> </font> </property> </widget> </item> <item> <widget class="QmitkToolSelectionBox" name="m_ManualToolSelectionBox2D" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <weight>50</weight> <bold>false</bold> </font> </property> </widget> </item> <item> <widget class="QmitkSlicesInterpolator" name="m_SlicesInterpolator" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <weight>50</weight> <bold>false</bold> </font> </property> </widget> </item> <item> <spacer name="verticalSpacer_1"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> <widget class="QWidget" name="tab3DTools"> <attribute name="title"> <string>3D Tools</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QmitkToolGUIArea" name="m_ManualToolGUIContainer3D" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <weight>50</weight> <bold>false</bold> </font> </property> </widget> </item> <item> <widget class="QmitkToolSelectionBox" name="m_ManualToolSelectionBox3D" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <weight>50</weight> <bold>false</bold> </font> </property> </widget> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> <layoutdefault spacing="6" margin="11"/> <customwidgets> <customwidget> <class>QmitkSingleNodeSelectionWidget</class> <extends>QWidget</extends> <header location="global">QmitkSingleNodeSelectionWidget.h</header> <container>1</container> </customwidget> <customwidget> <class>QmitkToolSelectionBox</class> <extends>QWidget</extends> <header location="global">QmitkToolSelectionBox.h</header> </customwidget> <customwidget> <class>QmitkToolGUIArea</class> <extends>QWidget</extends> <header location="global">QmitkToolGUIArea.h</header> </customwidget> <customwidget> <class>QmitkSlicesInterpolator</class> <extends>QWidget</extends> <header location="global">QmitkSlicesInterpolator.h</header> </customwidget> </customwidgets> <includes> <include location="global">QmitkToolGUIArea.h</include> <include location="global">QmitkToolSelectionBox.h</include> <include location="global">QmitkSlicesInterpolator.h</include> </includes> <resources> <include location="../../resources/segmentation.qrc"/> <include location="../../resources/segmentation.qrc"/> </resources> <connections/> </ui>
30.262069
94
0.56871
cdf3b05533c75c978b0094c5999e20a8b57da4dd
1,258
xml
XML
data/images/train/video2frame9688.xml
gok2han/technof
de126bc9ff88d6e6ad66162304aa20a130079b28
[ "MIT" ]
null
null
null
data/images/train/video2frame9688.xml
gok2han/technof
de126bc9ff88d6e6ad66162304aa20a130079b28
[ "MIT" ]
null
null
null
data/images/train/video2frame9688.xml
gok2han/technof
de126bc9ff88d6e6ad66162304aa20a130079b28
[ "MIT" ]
null
null
null
<annotation> <folder>train</folder> <filename>video2frame9688.jpg</filename> <path>C:\Users\Asus\Documents\Bayraktar tarafından verilenler\train\video2frame9688.jpg</path> <source> <database>Unknown</database> </source> <size> <width>1920</width> <height>900</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>otobus</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>596</xmin> <ymin>304</ymin> <xmax>725</xmax> <ymax>356</ymax> </bndbox> </object> <object> <name>araba</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>892</xmin> <ymin>594</ymin> <xmax>969</xmax> <ymax>633</ymax> </bndbox> </object> <object> <name>kamyon</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>1207</xmin> <ymin>642</ymin> <xmax>1421</xmax> <ymax>703</ymax> </bndbox> </object> <object> <name>araba</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>1671</xmin> <ymin>383</ymin> <xmax>1750</xmax> <ymax>428</ymax> </bndbox> </object> </annotation>
19.968254
95
0.643879
1f8a260cb36fa49de89d940bd9fec5c36e80df9a
5,902
xml
XML
HealthDemo/app/src/main/res/layout/activity_postsport.xml
AbdullahSametBaran/TheHealth
a6419cb21d6067cc4d617dc8ef262117800e26ec
[ "MIT" ]
null
null
null
HealthDemo/app/src/main/res/layout/activity_postsport.xml
AbdullahSametBaran/TheHealth
a6419cb21d6067cc4d617dc8ef262117800e26ec
[ "MIT" ]
null
null
null
HealthDemo/app/src/main/res/layout/activity_postsport.xml
AbdullahSametBaran/TheHealth
a6419cb21d6067cc4d617dc8ef262117800e26ec
[ "MIT" ]
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:layout_height="match_parent" tools:context=".PostsportActivity"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Lunging hip flexor stretch" android:textStyle="bold" android:textColor="#D80A0A0A" android:layout_marginLeft="10dp" android:layout_marginTop="5dp"/> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <ImageView android:id="@+id/imageView" android:layout_width="96dp" android:layout_height="81dp" android:layout_marginLeft="30dp" android:layout_marginTop="30dp" app:srcCompat="@drawable/stretch7" tools:layout_editor_absoluteX="16dp" tools:layout_editor_absoluteY="63dp" /> <TextView android:id="@+id/textView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="30dp" android:layout_marginTop="25dp" android:textSize="13dp" android:text="Kneel down on your left knee. Keep your right knee bent, with your right foot flat on the floor in front of you.Lean forward and stretch your left hip out toward the floor. Hold this stretch for 30 to 60 seconds before switching legs and doing the opposite side." /> </LinearLayout> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Piriformis stretch" android:textStyle="bold" android:textColor="#D80A0A0A" android:layout_marginLeft="20dp" android:layout_marginTop="140dp"/> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" > <ImageView android:id="@+id/imageView2" android:layout_width="72dp" android:layout_height="111dp" android:layout_marginTop="140dp" android:layout_marginLeft="40dp" app:srcCompat="@drawable/stretch9" /> <TextView android:id="@+id/textView3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="150dp" android:layout_marginLeft="45dp" android:textSize="13dp" android:text="Start by sitting on the floor with your legs extended out in front of you.Keeping your right leg flat on the floor, lift your left leg, place your left ankle on your right knee." /> </LinearLayout> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Cat-Cow stretch" android:textStyle="bold" android:textColor="#D80A0A0A" android:layout_marginLeft="20dp" android:layout_marginTop="225dp"/> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" > <ImageView android:id="@+id/imageView3" android:layout_width="128dp" android:layout_height="204dp" android:layout_marginLeft="10dp" android:layout_marginTop="200dp" app:srcCompat="@drawable/stretch1" /> <TextView android:id="@+id/textView4" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="15dp" android:layout_marginTop="240dp" android:textSize="13dp" android:text="Your hands and knees on the floor, with your spine in a neutral, relax.You let your belly sink toward the floor, pressing your chest forward.Lift your head, relax your shoulders, and begin to exhale.Round your spine upward, tucking in your tailbone and pressing your pubic bone forward.Relax your head toward the floor "/> </LinearLayout> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Standing calf stretch" android:textStyle="bold" android:textColor="#D80A0A0A" android:layout_marginLeft="5dp" android:layout_marginTop="370dp"/> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <ImageView android:id="@+id/imageView4" android:layout_width="134dp" android:layout_height="101dp" android:layout_marginTop="400dp" app:srcCompat="@drawable/stretch2" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="13dp" android:text="Start by standing near a wall or chair for support, with one foot in front of the other, front knee slightly bent. Keep your back knee straight, both heels on the ground, and lean forward toward the wall or chair You should feel a stretch along the calf of your back leg. Try to hold this stretch for 20 to 30 seconds." android:layout_marginLeft="15dp" android:layout_marginTop="385dp"/> </LinearLayout> </RelativeLayout>
36.8875
349
0.63487
bc7ff7f8e7cd83bfef2393e33382d127fc7b6ab0
55,324
xml
XML
docs/xml/hiraga/8fa3c59e-36cf-4b21-90b8-62c6c462a1c7.xml
utda/text
9079dcf1b7fb55511b02b34b06fcf565523d9203
[ "Apache-2.0" ]
null
null
null
docs/xml/hiraga/8fa3c59e-36cf-4b21-90b8-62c6c462a1c7.xml
utda/text
9079dcf1b7fb55511b02b34b06fcf565523d9203
[ "Apache-2.0" ]
null
null
null
docs/xml/hiraga/8fa3c59e-36cf-4b21-90b8-62c6c462a1c7.xml
utda/text
9079dcf1b7fb55511b02b34b06fcf565523d9203
[ "Apache-2.0" ]
null
null
null
<TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>THE NEW FRENCH BATTLESHIP "TOURVILLE,"ABOUT QUADRUPLE TURRET.</title> <respStmt> <persName>Satoru Nakamura</persName> <resp>Text Encoding</resp> </respStmt> </titleStmt> <publicationStmt> <publisher>The University of Tokyo</publisher> <availability> <licence target="http://creativecommons.org/licenses/by/4.0/"> Creative Commons Attribution 4.0 </licence> </availability> </publicationStmt> <sourceDesc> <p><ref target=".//{http://www.tei-c.org/ns/1.0}8fa3c59e-36cf-4b21-90b8-62c6c462a1c7">.//{http://www.tei-c.org/ns/1.0}8fa3c59e-36cf-4b21-90b8-62c6c462a1c7</ref></p></sourceDesc> </fileDesc> </teiHeader> <facsimile> <surfaceGrp facs="https://iiif.dl.itc.u-tokyo.ac.jp/repo/iiif/108342/manifest"><surface><graphic n="https://iiif.dl.itc.u-tokyo.ac.jp/repo/iiif/108342/canvas/p1" url="https://iiif.dl.itc.u-tokyo.ac.jp/repo/files/original/108342/20561501-001_001.jpg" /><zone lrx="1267" lry="381" ulx="1232" uly="359" xml:id="zone_be8b2ad8-c384-11e8-a763-f40f243b5e05" /><zone lrx="1319" lry="381" ulx="1283" uly="359" xml:id="zone_be8b2df6-c384-11e8-a32e-f40f243b5e05" /><zone lrx="1415" lry="381" ulx="1340" uly="359" xml:id="zone_be8b2fc2-c384-11e8-a889-f40f243b5e05" /><zone lrx="1566" lry="381" ulx="1436" uly="359" xml:id="zone_be8b313e-c384-11e8-8785-f40f243b5e05" /><zone lrx="1718" lry="381" ulx="1603" uly="359" xml:id="zone_be8b32ba-c384-11e8-ac4f-f40f243b5e05" /><zone lrx="1731" lry="382" ulx="1726" uly="360" xml:id="zone_be8b3402-c384-11e8-93d9-f40f243b5e05" /><zone lrx="1394" lry="450" ulx="1324" uly="428" xml:id="zone_be8b34ec-c384-11e8-9e3f-f40f243b5e05" /><zone lrx="1526" lry="450" ulx="1408" uly="428" xml:id="zone_be8b35c6-c384-11e8-8faa-f40f243b5e05" /><zone lrx="1623" lry="450" ulx="1547" uly="428" xml:id="zone_be8b3698-c384-11e8-9571-f40f243b5e05" /><zone lrx="1634" lry="450" ulx="1629" uly="428" xml:id="zone_be8b3768-c384-11e8-a11f-f40f243b5e05" /><zone lrx="1350" lry="542" ulx="1256" uly="520" xml:id="zone_be8b383a-c384-11e8-9b62-f40f243b5e05" /><zone lrx="1414" lry="542" ulx="1368" uly="520" xml:id="zone_be8b390c-c384-11e8-9246-f40f243b5e05" /><zone lrx="1569" lry="542" ulx="1433" uly="520" xml:id="zone_be8b39de-c384-11e8-bc65-f40f243b5e05" /><zone lrx="1691" lry="542" ulx="1584" uly="520" xml:id="zone_be8b3ab0-c384-11e8-9aec-f40f243b5e05" /><zone lrx="1704" lry="543" ulx="1699" uly="521" xml:id="zone_be8b3b78-c384-11e8-bac8-f40f243b5e05" /><zone lrx="1187" lry="654" ulx="1151" uly="631" xml:id="zone_be8b3c4a-c384-11e8-aa6b-f40f243b5e05" /><zone lrx="1324" lry="656" ulx="1203" uly="631" xml:id="zone_be8b3d1e-c384-11e8-a24d-f40f243b5e05" /><zone lrx="1460" lry="658" ulx="1340" uly="633" xml:id="zone_be8b3de4-c384-11e8-88bb-f40f243b5e05" /><zone lrx="1526" lry="657" ulx="1473" uly="634" xml:id="zone_be8b3eb6-c384-11e8-ad7b-f40f243b5e05" /><zone lrx="1638" lry="659" ulx="1544" uly="634" xml:id="zone_be8b3f80-c384-11e8-9d9e-f40f243b5e05" /><zone lrx="1695" lry="658" ulx="1655" uly="635" xml:id="zone_be8b4052-c384-11e8-a031-f40f243b5e05" /><zone lrx="1785" lry="661" ulx="1709" uly="636" xml:id="zone_be8b411a-c384-11e8-8512-f40f243b5e05" /><zone lrx="1839" lry="660" ulx="1803" uly="637" xml:id="zone_be8b41f6-c384-11e8-8f07-f40f243b5e05" /><zone lrx="1201" lry="677" ulx="1077" uly="654" xml:id="zone_be8b42c0-c384-11e8-9c18-f40f243b5e05" /><zone lrx="1309" lry="678" ulx="1217" uly="655" xml:id="zone_be8b4392-c384-11e8-9ee0-f40f243b5e05" /><zone lrx="1364" lry="678" ulx="1325" uly="655" xml:id="zone_be8b4464-c384-11e8-bfb9-f40f243b5e05" /><zone lrx="1401" lry="678" ulx="1380" uly="655" xml:id="zone_be8b4536-c384-11e8-9236-f40f243b5e05" /><zone lrx="1513" lry="678" ulx="1421" uly="655" xml:id="zone_be8b4610-c384-11e8-b722-f40f243b5e05" /><zone lrx="1535" lry="678" ulx="1519" uly="655" xml:id="zone_be8b46e2-c384-11e8-a841-f40f243b5e05" /><zone lrx="1157" lry="719" ulx="1152" uly="699" xml:id="zone_be8b47b4-c384-11e8-9815-f40f243b5e05" /><zone lrx="1169" lry="719" ulx="1164" uly="699" xml:id="zone_be8b487a-c384-11e8-9c1a-f40f243b5e05" /><zone lrx="1241" lry="720" ulx="1203" uly="699" xml:id="zone_be8b494c-c384-11e8-b354-f40f243b5e05" /><zone lrx="1374" lry="722" ulx="1258" uly="700" xml:id="zone_be8b4a18-c384-11e8-be23-f40f243b5e05" /><zone lrx="1418" lry="722" ulx="1392" uly="701" xml:id="zone_be8b4ae8-c384-11e8-af0b-f40f243b5e05" /><zone lrx="1485" lry="722" ulx="1430" uly="702" xml:id="zone_be8b4bb0-c384-11e8-9001-f40f243b5e05" /><zone lrx="1552" lry="722" ulx="1504" uly="702" xml:id="zone_be8b4c82-c384-11e8-aadb-f40f243b5e05" /><zone lrx="1607" lry="723" ulx="1573" uly="703" xml:id="zone_be8b4d54-c384-11e8-806b-f40f243b5e05" /><zone lrx="1676" lry="723" ulx="1623" uly="703" xml:id="zone_be8b4e2e-c384-11e8-b7d5-f40f243b5e05" /><zone lrx="1714" lry="724" ulx="1697" uly="704" xml:id="zone_be8b4ef8-c384-11e8-81bf-f40f243b5e05" /><zone lrx="1741" lry="724" ulx="1736" uly="704" xml:id="zone_be8b4fca-c384-11e8-aeb0-f40f243b5e05" /><zone lrx="1839" lry="726" ulx="1763" uly="705" xml:id="zone_be8b509a-c384-11e8-92c7-f40f243b5e05" /><zone lrx="1158" lry="743" ulx="1079" uly="721" xml:id="zone_be8b5164-c384-11e8-9750-f40f243b5e05" /><zone lrx="1280" lry="745" ulx="1175" uly="721" xml:id="zone_be8b5236-c384-11e8-a62f-f40f243b5e05" /><zone lrx="1290" lry="745" ulx="1285" uly="723" xml:id="zone_be8b52fe-c384-11e8-ad90-f40f243b5e05" /><zone lrx="1369" lry="745" ulx="1308" uly="723" xml:id="zone_be8b53d0-c384-11e8-98ab-f40f243b5e05" /><zone lrx="1418" lry="745" ulx="1394" uly="723" xml:id="zone_be8b5498-c384-11e8-8e0a-f40f243b5e05" /><zone lrx="1581" lry="747" ulx="1432" uly="723" xml:id="zone_be8b5568-c384-11e8-a408-f40f243b5e05" /><zone lrx="1619" lry="746" ulx="1599" uly="724" xml:id="zone_be8b5650-c384-11e8-90fb-f40f243b5e05" /><zone lrx="1743" lry="748" ulx="1636" uly="724" xml:id="zone_be8b571a-c384-11e8-82ca-f40f243b5e05" /><zone lrx="1786" lry="748" ulx="1762" uly="726" xml:id="zone_be8b57ec-c384-11e8-84fa-f40f243b5e05" /><zone lrx="1855" lry="748" ulx="1802" uly="726" xml:id="zone_be8b58be-c384-11e8-b19a-f40f243b5e05" /><zone lrx="1866" lry="748" ulx="1861" uly="726" xml:id="zone_be8b598c-c384-11e8-92d3-f40f243b5e05" /><zone lrx="1153" lry="787" ulx="1148" uly="767" xml:id="zone_be8b5a5e-c384-11e8-8a93-f40f243b5e05" /><zone lrx="1167" lry="787" ulx="1162" uly="767" xml:id="zone_be8b5b28-c384-11e8-b851-f40f243b5e05" /><zone lrx="1207" lry="787" ulx="1202" uly="767" xml:id="zone_be8b5bfa-c384-11e8-98e0-f40f243b5e05" /><zone lrx="1280" lry="789" ulx="1232" uly="768" xml:id="zone_be8b5ccc-c384-11e8-a857-f40f243b5e05" /><zone lrx="1389" lry="790" ulx="1300" uly="769" xml:id="zone_be8b5d94-c384-11e8-a16e-f40f243b5e05" /><zone lrx="1413" lry="789" ulx="1408" uly="769" xml:id="zone_be8b5e5c-c384-11e8-a1c8-f40f243b5e05" /><zone lrx="1513" lry="789" ulx="1433" uly="769" xml:id="zone_be8b5f2e-c384-11e8-b73b-f40f243b5e05" /><zone lrx="1564" lry="790" ulx="1525" uly="770" xml:id="zone_be8b608c-c384-11e8-a86d-f40f243b5e05" /><zone lrx="1623" lry="790" ulx="1582" uly="770" xml:id="zone_be8b6154-c384-11e8-816c-f40f243b5e05" /><zone lrx="1704" lry="790" ulx="1640" uly="770" xml:id="zone_be8b6226-c384-11e8-8ce8-f40f243b5e05" /><zone lrx="1744" lry="791" ulx="1718" uly="771" xml:id="zone_be8b62ee-c384-11e8-96dc-f40f243b5e05" /><zone lrx="1811" lry="792" ulx="1764" uly="772" xml:id="zone_be8b63ac-c384-11e8-abed-f40f243b5e05" /><zone lrx="1881" lry="792" ulx="1831" uly="772" xml:id="zone_be8b647e-c384-11e8-91e1-f40f243b5e05" /><zone lrx="1116" lry="814" ulx="1076" uly="789" xml:id="zone_be8b653a-c384-11e8-822e-f40f243b5e05" /><zone lrx="1156" lry="814" ulx="1130" uly="789" xml:id="zone_be8b6606-c384-11e8-ac23-f40f243b5e05" /><zone lrx="1250" lry="814" ulx="1172" uly="789" xml:id="zone_be8b66cc-c384-11e8-abe7-f40f243b5e05" /><zone lrx="1291" lry="815" ulx="1268" uly="790" xml:id="zone_be8b678a-c384-11e8-a2b7-f40f243b5e05" /><zone lrx="1333" lry="815" ulx="1310" uly="790" xml:id="zone_be8b6852-c384-11e8-abc8-f40f243b5e05" /><zone lrx="1413" lry="815" ulx="1348" uly="790" xml:id="zone_be8b691a-c384-11e8-a2c3-f40f243b5e05" /><zone lrx="1497" lry="815" ulx="1432" uly="790" xml:id="zone_be8b69e2-c384-11e8-8940-f40f243b5e05" /><zone lrx="1542" lry="815" ulx="1515" uly="790" xml:id="zone_be8b6ab4-c384-11e8-8ec6-f40f243b5e05" /><zone lrx="1580" lry="815" ulx="1557" uly="790" xml:id="zone_be8b6b7a-c384-11e8-94a5-f40f243b5e05" /><zone lrx="1604" lry="815" ulx="1598" uly="790" xml:id="zone_be8b6c46-c384-11e8-a020-f40f243b5e05" /><zone lrx="1703" lry="815" ulx="1613" uly="790" xml:id="zone_be8b6d0c-c384-11e8-9abf-f40f243b5e05" /><zone lrx="1760" lry="816" ulx="1718" uly="791" xml:id="zone_be8b6dd4-c384-11e8-9af7-f40f243b5e05" /><zone lrx="1824" lry="816" ulx="1775" uly="791" xml:id="zone_be8b6e92-c384-11e8-b53a-f40f243b5e05" /><zone lrx="1892" lry="816" ulx="1843" uly="791" xml:id="zone_be8b6f5a-c384-11e8-b1a2-f40f243b5e05" /><zone lrx="1125" lry="834" ulx="1076" uly="812" xml:id="zone_be8b7022-c384-11e8-8e1c-f40f243b5e05" /><zone lrx="1183" lry="834" ulx="1146" uly="812" xml:id="zone_be8b70e8-c384-11e8-ba31-f40f243b5e05" /><zone lrx="1277" lry="834" ulx="1197" uly="812" xml:id="zone_be8b71a8-c384-11e8-86cd-f40f243b5e05" /><zone lrx="1288" lry="835" ulx="1283" uly="813" xml:id="zone_be8b7270-c384-11e8-b528-f40f243b5e05" /><zone lrx="1151" lry="880" ulx="1145" uly="857" xml:id="zone_be8b7338-c384-11e8-ac31-f40f243b5e05" /><zone lrx="1168" lry="880" ulx="1162" uly="857" xml:id="zone_be8b73f6-c384-11e8-a5cc-f40f243b5e05" /><zone lrx="1238" lry="880" ulx="1203" uly="857" xml:id="zone_be8b74be-c384-11e8-9eb2-f40f243b5e05" /><zone lrx="1320" lry="881" ulx="1254" uly="858" xml:id="zone_be8b7586-c384-11e8-97fb-f40f243b5e05" /><zone lrx="1428" lry="881" ulx="1333" uly="858" xml:id="zone_be8b7646-c384-11e8-baa5-f40f243b5e05" /><zone lrx="1472" lry="881" ulx="1442" uly="858" xml:id="zone_be8b7718-c384-11e8-a821-f40f243b5e05" /><zone lrx="1565" lry="881" ulx="1483" uly="858" xml:id="zone_be8b77de-c384-11e8-8657-f40f243b5e05" /><zone lrx="1716" lry="881" ulx="1583" uly="858" xml:id="zone_be8b78b0-c384-11e8-baad-f40f243b5e05" /><zone lrx="1752" lry="882" ulx="1735" uly="859" xml:id="zone_be8b7978-c384-11e8-8160-f40f243b5e05" /><zone lrx="1823" lry="882" ulx="1776" uly="859" xml:id="zone_be8b7a36-c384-11e8-ae8f-f40f243b5e05" /><zone lrx="1195" lry="903" ulx="1075" uly="880" xml:id="zone_be8b7af4-c384-11e8-8e71-f40f243b5e05" /><zone lrx="1359" lry="904" ulx="1212" uly="881" xml:id="zone_be8b7bba-c384-11e8-bb96-f40f243b5e05" /><zone lrx="1456" lry="904" ulx="1375" uly="881" xml:id="zone_be8b7c86-c384-11e8-8154-f40f243b5e05" /><zone lrx="1526" lry="904" ulx="1468" uly="881" xml:id="zone_be8b7d42-c384-11e8-a619-f40f243b5e05" /><zone lrx="1619" lry="904" ulx="1541" uly="881" xml:id="zone_be8b7e08-c384-11e8-a3e4-f40f243b5e05" /><zone lrx="1660" lry="904" ulx="1634" uly="881" xml:id="zone_be8b7ed2-c384-11e8-af8f-f40f243b5e05" /><zone lrx="1720" lry="905" ulx="1679" uly="882" xml:id="zone_be8b7fa4-c384-11e8-bc2e-f40f243b5e05" /><zone lrx="1785" lry="905" ulx="1735" uly="882" xml:id="zone_be8b8062-c384-11e8-bca6-f40f243b5e05" /><zone lrx="1848" lry="905" ulx="1801" uly="882" xml:id="zone_be8b8128-c384-11e8-a6a5-f40f243b5e05" /><zone lrx="1875" lry="905" ulx="1869" uly="882" xml:id="zone_be8b81e8-c384-11e8-a04f-f40f243b5e05" /><zone lrx="1128" lry="924" ulx="1070" uly="903" xml:id="zone_be8b82b0-c384-11e8-803e-f40f243b5e05" /><zone lrx="1250" lry="924" ulx="1143" uly="903" xml:id="zone_be8b8376-c384-11e8-a8d2-f40f243b5e05" /><zone lrx="1410" lry="925" ulx="1267" uly="904" xml:id="zone_be8b8440-c384-11e8-b9f1-f40f243b5e05" /><zone lrx="1426" lry="925" ulx="1421" uly="904" xml:id="zone_be8b8512-c384-11e8-a8c9-f40f243b5e05" /><zone lrx="1212" lry="973" ulx="1142" uly="946" xml:id="zone_be8b85da-c384-11e8-9d83-f40f243b5e05" /><zone lrx="1247" lry="974" ulx="1228" uly="947" xml:id="zone_be8b86a2-c384-11e8-8bfc-f40f243b5e05" /><zone lrx="1342" lry="974" ulx="1265" uly="947" xml:id="zone_be8b8768-c384-11e8-9109-f40f243b5e05" /><zone lrx="1355" lry="974" ulx="1348" uly="947" xml:id="zone_be8b8834-c384-11e8-b396-f40f243b5e05" /><zone lrx="1417" lry="974" ulx="1379" uly="947" xml:id="zone_be8b88f0-c384-11e8-b3ba-f40f243b5e05" /><zone lrx="1551" lry="974" ulx="1430" uly="947" xml:id="zone_be8b89b8-c384-11e8-8b0d-f40f243b5e05" /><zone lrx="1688" lry="974" ulx="1569" uly="947" xml:id="zone_be8b8a80-c384-11e8-9e29-f40f243b5e05" /><zone lrx="1741" lry="975" ulx="1698" uly="948" xml:id="zone_be8b8b48-c384-11e8-b437-f40f243b5e05" /><zone lrx="1783" lry="975" ulx="1758" uly="948" xml:id="zone_be8b8c06-c384-11e8-930e-f40f243b5e05" /><zone lrx="1152" lry="993" ulx="1075" uly="971" xml:id="zone_be8b8cd0-c384-11e8-a585-f40f243b5e05" /><zone lrx="1166" lry="993" ulx="1161" uly="971" xml:id="zone_be8b8d8c-c384-11e8-83fa-f40f243b5e05" /><zone lrx="1237" lry="1036" ulx="1203" uly="1016" xml:id="zone_be8b8e52-c384-11e8-84f7-f40f243b5e05" /><zone lrx="1344" lry="1039" ulx="1254" uly="1017" xml:id="zone_be8b8f12-c384-11e8-a0f2-f40f243b5e05" /><zone lrx="1401" lry="1038" ulx="1364" uly="1018" xml:id="zone_be8b8fda-c384-11e8-a568-f40f243b5e05" /><zone lrx="1492" lry="1039" ulx="1414" uly="1018" xml:id="zone_be8b909a-c384-11e8-9d22-f40f243b5e05" /><zone lrx="1540" lry="1039" ulx="1511" uly="1018" xml:id="zone_be8b9154-c384-11e8-a677-f40f243b5e05" /><zone lrx="1648" lry="1040" ulx="1557" uly="1019" xml:id="zone_be8b9214-c384-11e8-96e6-f40f243b5e05" /><zone lrx="1657" lry="1039" ulx="1652" uly="1019" xml:id="zone_be8b92d2-c384-11e8-8e9e-f40f243b5e05" /><zone lrx="1716" lry="1040" ulx="1679" uly="1020" xml:id="zone_be8b939a-c384-11e8-bddd-f40f243b5e05" /><zone lrx="1807" lry="1042" ulx="1732" uly="1020" xml:id="zone_be8b946c-c384-11e8-9ea8-f40f243b5e05" /><zone lrx="1850" lry="1041" ulx="1829" uly="1021" xml:id="zone_be8b9536-c384-11e8-96f1-f40f243b5e05" /><zone lrx="1101" lry="1061" ulx="1072" uly="1039" xml:id="zone_be8b95fe-c384-11e8-b115-f40f243b5e05" /><zone lrx="1139" lry="1061" ulx="1118" uly="1039" xml:id="zone_be8b96b8-c384-11e8-bc8c-f40f243b5e05" /><zone lrx="1209" lry="1061" ulx="1156" uly="1039" xml:id="zone_be8b9782-c384-11e8-831d-f40f243b5e05" /><zone lrx="1271" lry="1062" ulx="1226" uly="1040" xml:id="zone_be8b9840-c384-11e8-ba3a-f40f243b5e05" /><zone lrx="1288" lry="1062" ulx="1283" uly="1040" xml:id="zone_be8b9908-c384-11e8-83b4-f40f243b5e05" /><zone lrx="1151" lry="1108" ulx="1145" uly="1083" xml:id="zone_be8b99d2-c384-11e8-a4a1-f40f243b5e05" /><zone lrx="1167" lry="1108" ulx="1161" uly="1083" xml:id="zone_be8b9a98-c384-11e8-baf7-f40f243b5e05" /><zone lrx="1300" lry="1108" ulx="1197" uly="1083" xml:id="zone_be8b9b54-c384-11e8-aa32-f40f243b5e05" /><zone lrx="1328" lry="1109" ulx="1322" uly="1084" xml:id="zone_be8b9c1e-c384-11e8-9674-f40f243b5e05" /><zone lrx="1414" lry="1109" ulx="1353" uly="1084" xml:id="zone_be8b9ce6-c384-11e8-bc70-f40f243b5e05" /><zone lrx="1481" lry="1109" ulx="1433" uly="1084" xml:id="zone_be8b9da4-c384-11e8-8f23-f40f243b5e05" /><zone lrx="1535" lry="1109" ulx="1494" uly="1084" xml:id="zone_be8b9e6e-c384-11e8-bff7-f40f243b5e05" /><zone lrx="1648" lry="1109" ulx="1554" uly="1084" xml:id="zone_be8b9f28-c384-11e8-8420-f40f243b5e05" /><zone lrx="1686" lry="1109" ulx="1663" uly="1084" xml:id="zone_be8b9ff0-c384-11e8-88bd-f40f243b5e05" /><zone lrx="1769" lry="1110" ulx="1706" uly="1085" xml:id="zone_be8ba0b0-c384-11e8-8e5a-f40f243b5e05" /><zone lrx="1808" lry="1110" ulx="1785" uly="1085" xml:id="zone_be8ba178-c384-11e8-a465-f40f243b5e05" /><zone lrx="1876" lry="1110" ulx="1828" uly="1085" xml:id="zone_be8ba240-c384-11e8-8871-f40f243b5e05" /><zone lrx="1129" lry="1130" ulx="1074" uly="1107" xml:id="zone_be8ba362-c384-11e8-ab56-f40f243b5e05" /><zone lrx="1138" lry="1130" ulx="1132" uly="1107" xml:id="zone_be8ba428-c384-11e8-b391-f40f243b5e05" /><zone lrx="1210" lry="1130" ulx="1160" uly="1107" xml:id="zone_be8ba4e8-c384-11e8-92ab-f40f243b5e05" /><zone lrx="1251" lry="1131" ulx="1225" uly="1108" xml:id="zone_be8ba5ba-c384-11e8-9156-f40f243b5e05" /><zone lrx="1410" lry="1131" ulx="1267" uly="1108" xml:id="zone_be8ba678-c384-11e8-a8be-f40f243b5e05" /><zone lrx="1456" lry="1131" ulx="1426" uly="1108" xml:id="zone_be8ba740-c384-11e8-95bb-f40f243b5e05" /><zone lrx="1511" lry="1131" ulx="1474" uly="1108" xml:id="zone_be8ba7fe-c384-11e8-887d-f40f243b5e05" /><zone lrx="1592" lry="1131" ulx="1525" uly="1108" xml:id="zone_be8ba8c6-c384-11e8-8caf-f40f243b5e05" /><zone lrx="1683" lry="1131" ulx="1604" uly="1108" xml:id="zone_be8ba986-c384-11e8-9a3a-f40f243b5e05" /><zone lrx="1765" lry="1132" ulx="1704" uly="1109" xml:id="zone_be8baa4c-c384-11e8-a5bd-f40f243b5e05" /><zone lrx="1821" lry="1132" ulx="1788" uly="1109" xml:id="zone_be8bab0a-c384-11e8-b113-f40f243b5e05" /><zone lrx="1865" lry="1132" ulx="1840" uly="1109" xml:id="zone_be8babc8-c384-11e8-80fe-f40f243b5e05" /><zone lrx="1166" lry="1152" ulx="1069" uly="1129" xml:id="zone_be8bac90-c384-11e8-82f9-f40f243b5e05" /><zone lrx="1209" lry="1152" ulx="1183" uly="1129" xml:id="zone_be8bad50-c384-11e8-b87d-f40f243b5e05" /><zone lrx="1278" lry="1153" ulx="1228" uly="1130" xml:id="zone_be8bae0a-c384-11e8-b356-f40f243b5e05" /><zone lrx="1372" lry="1153" ulx="1286" uly="1130" xml:id="zone_be8baeca-c384-11e8-8ebf-f40f243b5e05" /><zone lrx="1383" lry="1153" ulx="1377" uly="1130" xml:id="zone_be8baf88-c384-11e8-bfb2-f40f243b5e05" /><zone lrx="1427" lry="1153" ulx="1401" uly="1130" xml:id="zone_be8bb052-c384-11e8-b031-f40f243b5e05" /><zone lrx="1466" lry="1153" ulx="1445" uly="1130" xml:id="zone_be8bb10c-c384-11e8-ac81-f40f243b5e05" /><zone lrx="1527" lry="1153" ulx="1487" uly="1130" xml:id="zone_be8bb1d4-c384-11e8-a4fb-f40f243b5e05" /><zone lrx="1593" lry="1153" ulx="1541" uly="1130" xml:id="zone_be8bb294-c384-11e8-b330-f40f243b5e05" /><zone lrx="1633" lry="1153" ulx="1608" uly="1130" xml:id="zone_be8bb35c-c384-11e8-9d93-f40f243b5e05" /><zone lrx="1689" lry="1153" ulx="1649" uly="1130" xml:id="zone_be8bb41a-c384-11e8-a4d9-f40f243b5e05" /><zone lrx="1710" lry="1154" ulx="1704" uly="1131" xml:id="zone_be8bb4d8-c384-11e8-a72a-f40f243b5e05" /><zone lrx="1837" lry="1154" ulx="1719" uly="1131" xml:id="zone_be8bb5a2-c384-11e8-93bd-f40f243b5e05" /><zone lrx="1846" lry="1154" ulx="1840" uly="1131" xml:id="zone_be8bb668-c384-11e8-bdc8-f40f243b5e05" /><zone lrx="1080" lry="1176" ulx="1074" uly="1153" xml:id="zone_be8bb726-c384-11e8-bac1-f40f243b5e05" /><zone lrx="1155" lry="1176" ulx="1105" uly="1153" xml:id="zone_be8bb7ee-c384-11e8-86dc-f40f243b5e05" /><zone lrx="1261" lry="1176" ulx="1175" uly="1153" xml:id="zone_be8bb8b6-c384-11e8-9774-f40f243b5e05" /><zone lrx="1319" lry="1177" ulx="1279" uly="1154" xml:id="zone_be8bb988-c384-11e8-9df3-f40f243b5e05" /><zone lrx="1415" lry="1177" ulx="1335" uly="1154" xml:id="zone_be8bba50-c384-11e8-88f5-f40f243b5e05" /><zone lrx="1495" lry="1177" ulx="1427" uly="1154" xml:id="zone_be8bbb10-c384-11e8-a1cd-f40f243b5e05" /><zone lrx="1576" lry="1177" ulx="1511" uly="1154" xml:id="zone_be8bbbd8-c384-11e8-946b-f40f243b5e05" /><zone lrx="1658" lry="1177" ulx="1596" uly="1154" xml:id="zone_be8bbcb0-c384-11e8-b88c-f40f243b5e05" /><zone lrx="1754" lry="1178" ulx="1678" uly="1155" xml:id="zone_be8bbd70-c384-11e8-b4f7-f40f243b5e05" /><zone lrx="1806" lry="1178" ulx="1769" uly="1155" xml:id="zone_be8bbe2e-c384-11e8-a595-f40f243b5e05" /><zone lrx="1878" lry="1178" ulx="1827" uly="1155" xml:id="zone_be8bbeec-c384-11e8-ab4e-f40f243b5e05" /><zone lrx="1154" lry="1198" ulx="1073" uly="1177" xml:id="zone_be8bbfac-c384-11e8-9b01-f40f243b5e05" /><zone lrx="1165" lry="1198" ulx="1160" uly="1177" xml:id="zone_be8bc068-c384-11e8-8208-f40f243b5e05" /><zone lrx="1150" lry="1243" ulx="1145" uly="1221" xml:id="zone_be8bc126-c384-11e8-b00b-f40f243b5e05" /><zone lrx="1164" lry="1243" ulx="1159" uly="1221" xml:id="zone_be8bc1e4-c384-11e8-bf66-f40f243b5e05" /><zone lrx="1237" lry="1243" ulx="1203" uly="1221" xml:id="zone_be8bc2a4-c384-11e8-9bff-f40f243b5e05" /><zone lrx="1330" lry="1244" ulx="1250" uly="1222" xml:id="zone_be8bc36c-c384-11e8-aa82-f40f243b5e05" /><zone lrx="1372" lry="1244" ulx="1347" uly="1222" xml:id="zone_be8bc426-c384-11e8-82b7-f40f243b5e05" /><zone lrx="1469" lry="1244" ulx="1385" uly="1222" xml:id="zone_be8bc4e6-c384-11e8-895f-f40f243b5e05" /><zone lrx="1506" lry="1244" ulx="1486" uly="1222" xml:id="zone_be8bc5a4-c384-11e8-8ad0-f40f243b5e05" /><zone lrx="1618" lry="1244" ulx="1524" uly="1222" xml:id="zone_be8bc66e-c384-11e8-904f-f40f243b5e05" /><zone lrx="1655" lry="1244" ulx="1635" uly="1222" xml:id="zone_be8bc728-c384-11e8-a9a6-f40f243b5e05" /><zone lrx="1756" lry="1245" ulx="1677" uly="1223" xml:id="zone_be8bc7e8-c384-11e8-94e0-f40f243b5e05" /><zone lrx="1823" lry="1245" ulx="1770" uly="1223" xml:id="zone_be8bca40-c384-11e8-9b42-f40f243b5e05" /><zone lrx="1163" lry="1266" ulx="1069" uly="1243" xml:id="zone_be8bcb12-c384-11e8-ac41-f40f243b5e05" /><zone lrx="1204" lry="1266" ulx="1187" uly="1243" xml:id="zone_be8bcbdc-c384-11e8-bbaa-f40f243b5e05" /><zone lrx="1290" lry="1267" ulx="1225" uly="1244" xml:id="zone_be8bcc98-c384-11e8-85a0-f40f243b5e05" /><zone lrx="1331" lry="1267" ulx="1305" uly="1244" xml:id="zone_be8bcd5e-c384-11e8-9a3d-f40f243b5e05" /><zone lrx="1398" lry="1267" ulx="1349" uly="1244" xml:id="zone_be8bce1e-c384-11e8-99d7-f40f243b5e05" /><zone lrx="1509" lry="1267" ulx="1417" uly="1244" xml:id="zone_be8bceda-c384-11e8-97fe-f40f243b5e05" /><zone lrx="1574" lry="1267" ulx="1528" uly="1244" xml:id="zone_be8bcf9a-c384-11e8-aba4-f40f243b5e05" /><zone lrx="1615" lry="1267" ulx="1594" uly="1244" xml:id="zone_be8bd05a-c384-11e8-8f48-f40f243b5e05" /><zone lrx="1715" lry="1267" ulx="1635" uly="1244" xml:id="zone_be8bd122-c384-11e8-a4c4-f40f243b5e05" /><zone lrx="1782" lry="1268" ulx="1731" uly="1245" xml:id="zone_be8bd1dc-c384-11e8-b1ee-f40f243b5e05" /><zone lrx="1889" lry="1268" ulx="1794" uly="1245" xml:id="zone_be8bd29c-c384-11e8-ab13-f40f243b5e05" /><zone lrx="1097" lry="1288" ulx="1071" uly="1265" xml:id="zone_be8bd35a-c384-11e8-b69b-f40f243b5e05" /><zone lrx="1151" lry="1288" ulx="1114" uly="1265" xml:id="zone_be8bd424-c384-11e8-bf91-f40f243b5e05" /><zone lrx="1259" lry="1288" ulx="1170" uly="1265" xml:id="zone_be8bd4de-c384-11e8-ba42-f40f243b5e05" /><zone lrx="1271" lry="1289" ulx="1265" uly="1266" xml:id="zone_be8bd5a6-c384-11e8-b3a8-f40f243b5e05" /><zone lrx="1165" lry="1334" ulx="1139" uly="1311" xml:id="zone_be8bd6fe-c384-11e8-ac83-f40f243b5e05" /><zone lrx="1276" lry="1334" ulx="1180" uly="1311" xml:id="zone_be8bd7ba-c384-11e8-ab61-f40f243b5e05" /><zone lrx="1316" lry="1335" ulx="1291" uly="1312" xml:id="zone_be8bd86e-c384-11e8-a83e-f40f243b5e05" /><zone lrx="1387" lry="1335" ulx="1328" uly="1312" xml:id="zone_be8bd92c-c384-11e8-bf51-f40f243b5e05" /><zone lrx="1453" lry="1335" ulx="1394" uly="1312" xml:id="zone_be8bd9de-c384-11e8-b376-f40f243b5e05" /><zone lrx="1490" lry="1335" ulx="1469" uly="1312" xml:id="zone_be8bda94-c384-11e8-ab57-f40f243b5e05" /><zone lrx="1574" lry="1335" ulx="1513" uly="1312" xml:id="zone_be8bdb48-c384-11e8-9faf-f40f243b5e05" /><zone lrx="1631" lry="1335" ulx="1595" uly="1312" xml:id="zone_be8bdc06-c384-11e8-8203-f40f243b5e05" /><zone lrx="1727" lry="1335" ulx="1642" uly="1312" xml:id="zone_be8bdcc6-c384-11e8-8ab5-f40f243b5e05" /><zone lrx="1827" lry="1336" ulx="1743" uly="1313" xml:id="zone_be8bdd78-c384-11e8-99ff-f40f243b5e05" /><zone lrx="1846" lry="1336" ulx="1840" uly="1313" xml:id="zone_be8bde2e-c384-11e8-9dbc-f40f243b5e05" /><zone lrx="1111" lry="1356" ulx="1070" uly="1334" xml:id="zone_be8bdee8-c384-11e8-abcd-f40f243b5e05" /><zone lrx="1203" lry="1356" ulx="1121" uly="1334" xml:id="zone_be8bdf9e-c384-11e8-b73f-f40f243b5e05" /><zone lrx="1246" lry="1357" ulx="1222" uly="1335" xml:id="zone_be8be052-c384-11e8-bb6d-f40f243b5e05" /><zone lrx="1315" lry="1357" ulx="1263" uly="1335" xml:id="zone_be8be108-c384-11e8-8b02-f40f243b5e05" /><zone lrx="1386" lry="1357" ulx="1333" uly="1335" xml:id="zone_be8be1c6-c384-11e8-907f-f40f243b5e05" /><zone lrx="1449" lry="1357" ulx="1402" uly="1335" xml:id="zone_be8be278-c384-11e8-8c38-f40f243b5e05" /><zone lrx="1492" lry="1357" ulx="1468" uly="1335" xml:id="zone_be8be336-c384-11e8-9035-f40f243b5e05" /><zone lrx="1548" lry="1357" ulx="1510" uly="1335" xml:id="zone_be8be3f4-c384-11e8-9629-f40f243b5e05" /><zone lrx="1709" lry="1357" ulx="1565" uly="1335" xml:id="zone_be8be4b0-c384-11e8-8ad0-f40f243b5e05" /><zone lrx="1833" lry="1358" ulx="1731" uly="1336" xml:id="zone_be8be566-c384-11e8-a6cb-f40f243b5e05" /><zone lrx="1870" lry="1358" ulx="1851" uly="1336" xml:id="zone_be8be624-c384-11e8-8563-f40f243b5e05" /><zone lrx="1112" lry="1380" ulx="1072" uly="1357" xml:id="zone_be8be6da-c384-11e8-b19d-f40f243b5e05" /><zone lrx="1218" lry="1380" ulx="1131" uly="1357" xml:id="zone_be8be7a2-c384-11e8-82cb-f40f243b5e05" /><zone lrx="1231" lry="1381" ulx="1225" uly="1358" xml:id="zone_be8be85c-c384-11e8-a2c9-f40f243b5e05" /><zone lrx="1260" lry="1423" ulx="1138" uly="1401" xml:id="zone_be8be912-c384-11e8-bbce-f40f243b5e05" /><zone lrx="1298" lry="1423" ulx="1277" uly="1401" xml:id="zone_be8be9d2-c384-11e8-a58f-f40f243b5e05" /><zone lrx="1357" lry="1423" ulx="1320" uly="1401" xml:id="zone_be8bea8c-c384-11e8-a22f-f40f243b5e05" /><zone lrx="1379" lry="1423" ulx="1374" uly="1401" xml:id="zone_be8beb4c-c384-11e8-8d27-f40f243b5e05" /><zone lrx="1506" lry="1423" ulx="1389" uly="1401" xml:id="zone_be8bec00-c384-11e8-ba67-f40f243b5e05" /><zone lrx="1517" lry="1422" ulx="1512" uly="1400" xml:id="zone_be8becb4-c384-11e8-8ded-f40f243b5e05" /><zone lrx="1630" lry="1422" ulx="1534" uly="1400" xml:id="zone_be8bed66-c384-11e8-accd-f40f243b5e05" /><zone lrx="1639" lry="1422" ulx="1634" uly="1400" xml:id="zone_be8bee1c-c384-11e8-a6d5-f40f243b5e05" /><zone lrx="1686" lry="1422" ulx="1658" uly="1400" xml:id="zone_be8beedc-c384-11e8-9d1c-f40f243b5e05" /><zone lrx="1752" lry="1423" ulx="1702" uly="1401" xml:id="zone_be8bef8c-c384-11e8-8191-f40f243b5e05" /><zone lrx="1821" lry="1422" ulx="1770" uly="1400" xml:id="zone_be8bf04c-c384-11e8-8aba-f40f243b5e05" /><zone lrx="1875" lry="1422" ulx="1839" uly="1400" xml:id="zone_be8bf100-c384-11e8-b9b6-f40f243b5e05" /><zone lrx="1098" lry="1446" ulx="1072" uly="1422" xml:id="zone_be8bf1be-c384-11e8-b15a-f40f243b5e05" /><zone lrx="1174" lry="1446" ulx="1112" uly="1422" xml:id="zone_be8bf270-c384-11e8-843a-f40f243b5e05" /><zone lrx="1233" lry="1446" ulx="1199" uly="1422" xml:id="zone_be8bf326-c384-11e8-93a4-f40f243b5e05" /><zone lrx="1421" lry="1447" ulx="1248" uly="1423" xml:id="zone_be8bf3e4-c384-11e8-a2da-f40f243b5e05" /><zone lrx="1548" lry="1447" ulx="1439" uly="1423" xml:id="zone_be8bf498-c384-11e8-ad87-f40f243b5e05" /><zone lrx="1587" lry="1447" ulx="1565" uly="1423" xml:id="zone_be8bf54c-c384-11e8-b646-f40f243b5e05" /><zone lrx="1694" lry="1447" ulx="1608" uly="1423" xml:id="zone_be8bf60a-c384-11e8-bfef-f40f243b5e05" /><zone lrx="1736" lry="1448" ulx="1716" uly="1424" xml:id="zone_be8bf6be-c384-11e8-9659-f40f243b5e05" /><zone lrx="1750" lry="1448" ulx="1744" uly="1424" xml:id="zone_be8bf770-c384-11e8-9a94-f40f243b5e05" /><zone lrx="1763" lry="1448" ulx="1757" uly="1424" xml:id="zone_be8bf826-c384-11e8-b239-f40f243b5e05" /><zone lrx="1778" lry="1448" ulx="1772" uly="1424" xml:id="zone_be8bf8e4-c384-11e8-bf5d-f40f243b5e05" /><zone lrx="1828" lry="1448" ulx="1786" uly="1424" xml:id="zone_be8bf998-c384-11e8-9282-f40f243b5e05" /><zone lrx="1125" lry="1469" ulx="1070" uly="1446" xml:id="zone_be8bfa4c-c384-11e8-8871-f40f243b5e05" /><zone lrx="1134" lry="1469" ulx="1128" uly="1446" xml:id="zone_be8bfb0a-c384-11e8-a3fa-f40f243b5e05" /><zone lrx="1176" lry="1469" ulx="1155" uly="1446" xml:id="zone_be8bfbc8-c384-11e8-be05-f40f243b5e05" /><zone lrx="1247" lry="1469" ulx="1196" uly="1446" xml:id="zone_be8bfc7a-c384-11e8-a3f0-f40f243b5e05" /><zone lrx="1357" lry="1470" ulx="1263" uly="1447" xml:id="zone_be8bfd3a-c384-11e8-bb95-f40f243b5e05" /><zone lrx="1366" lry="1470" ulx="1360" uly="1447" xml:id="zone_be8bfdee-c384-11e8-8226-f40f243b5e05" /><zone lrx="1162" lry="1513" ulx="1141" uly="1490" xml:id="zone_be8bfeac-c384-11e8-91b5-f40f243b5e05" /><zone lrx="1286" lry="1513" ulx="1182" uly="1490" xml:id="zone_be8bff62-c384-11e8-b572-f40f243b5e05" /><zone lrx="1326" lry="1514" ulx="1305" uly="1491" xml:id="zone_be8c0014-c384-11e8-ac01-f40f243b5e05" /><zone lrx="1385" lry="1514" ulx="1345" uly="1491" xml:id="zone_be8c00d2-c384-11e8-aac2-f40f243b5e05" /><zone lrx="1452" lry="1514" ulx="1401" uly="1491" xml:id="zone_be8c0192-c384-11e8-9ac3-f40f243b5e05" /><zone lrx="1521" lry="1514" ulx="1468" uly="1491" xml:id="zone_be8c024c-c384-11e8-b29f-f40f243b5e05" /><zone lrx="1573" lry="1514" ulx="1533" uly="1491" xml:id="zone_be8c0302-c384-11e8-8ec9-f40f243b5e05" /><zone lrx="1613" lry="1514" ulx="1596" uly="1491" xml:id="zone_be8c03c0-c384-11e8-b302-f40f243b5e05" /><zone lrx="1626" lry="1514" ulx="1620" uly="1491" xml:id="zone_be8c0474-c384-11e8-8d3b-f40f243b5e05" /><zone lrx="1638" lry="1514" ulx="1632" uly="1491" xml:id="zone_be8c0534-c384-11e8-9a78-f40f243b5e05" /><zone lrx="1653" lry="1514" ulx="1647" uly="1491" xml:id="zone_be8c05ee-c384-11e8-b23b-f40f243b5e05" /><zone lrx="1707" lry="1514" ulx="1663" uly="1491" xml:id="zone_be8c06a4-c384-11e8-a3a6-f40f243b5e05" /><zone lrx="1821" lry="1515" ulx="1725" uly="1492" xml:id="zone_be8c0764-c384-11e8-883d-f40f243b5e05" /><zone lrx="1874" lry="1515" ulx="1837" uly="1492" xml:id="zone_be8c0814-c384-11e8-b776-f40f243b5e05" /><zone lrx="1178" lry="1538" ulx="1072" uly="1513" xml:id="zone_be8c08d4-c384-11e8-b4f3-f40f243b5e05" /><zone lrx="1242" lry="1538" ulx="1194" uly="1513" xml:id="zone_be8c0988-c384-11e8-b707-f40f243b5e05" /><zone lrx="1284" lry="1539" ulx="1266" uly="1514" xml:id="zone_be8c0a3e-c384-11e8-9822-f40f243b5e05" /><zone lrx="1298" lry="1539" ulx="1292" uly="1514" xml:id="zone_be8c0afa-c384-11e8-a196-f40f243b5e05" /><zone lrx="1351" lry="1539" ulx="1303" uly="1514" xml:id="zone_be8c0bae-c384-11e8-adf5-f40f243b5e05" /><zone lrx="1424" lry="1539" ulx="1375" uly="1514" xml:id="zone_be8c0c64-c384-11e8-b23a-f40f243b5e05" /><zone lrx="1434" lry="1539" ulx="1428" uly="1514" xml:id="zone_be8c0d1e-c384-11e8-94b3-f40f243b5e05" /><zone lrx="1495" lry="1539" ulx="1456" uly="1514" xml:id="zone_be8c0dd4-c384-11e8-b7a6-f40f243b5e05" /><zone lrx="1573" lry="1539" ulx="1509" uly="1514" xml:id="zone_be8c0e88-c384-11e8-9166-f40f243b5e05" /><zone lrx="1616" lry="1539" ulx="1589" uly="1514" xml:id="zone_be8c0f3e-c384-11e8-a13d-f40f243b5e05" /><zone lrx="1709" lry="1539" ulx="1630" uly="1514" xml:id="zone_be8c1006-c384-11e8-9c88-f40f243b5e05" /><zone lrx="1779" lry="1540" ulx="1730" uly="1515" xml:id="zone_be8c10b8-c384-11e8-945b-f40f243b5e05" /><zone lrx="1821" lry="1540" ulx="1794" uly="1515" xml:id="zone_be8c116e-c384-11e8-9d04-f40f243b5e05" /><zone lrx="1877" lry="1540" ulx="1838" uly="1515" xml:id="zone_be8c121e-c384-11e8-bf35-f40f243b5e05" /><zone lrx="1076" lry="1559" ulx="1070" uly="1535" xml:id="zone_be8c12d4-c384-11e8-bce7-f40f243b5e05" /><zone lrx="1205" lry="1559" ulx="1089" uly="1535" xml:id="zone_be8c1392-c384-11e8-8e2b-f40f243b5e05" /><zone lrx="1216" lry="1559" ulx="1210" uly="1535" xml:id="zone_be8c1448-c384-11e8-9f61-f40f243b5e05" /><zone lrx="1257" lry="1560" ulx="1239" uly="1536" xml:id="zone_be8c14f8-c384-11e8-847a-f40f243b5e05" /><zone lrx="1344" lry="1560" ulx="1278" uly="1536" xml:id="zone_be8c15b8-c384-11e8-a171-f40f243b5e05" /><zone lrx="1383" lry="1560" ulx="1361" uly="1536" xml:id="zone_be8c166c-c384-11e8-8bf4-f40f243b5e05" /><zone lrx="1440" lry="1560" ulx="1402" uly="1536" xml:id="zone_be8c1734-c384-11e8-aa54-f40f243b5e05" /><zone lrx="1521" lry="1560" ulx="1456" uly="1536" xml:id="zone_be8c17f4-c384-11e8-aeb9-f40f243b5e05" /><zone lrx="1659" lry="1560" ulx="1535" uly="1536" xml:id="zone_be8c18a6-c384-11e8-97e8-f40f243b5e05" /><zone lrx="1699" lry="1561" ulx="1672" uly="1537" xml:id="zone_be8c1964-c384-11e8-bd4d-f40f243b5e05" /><zone lrx="1755" lry="1561" ulx="1717" uly="1537" xml:id="zone_be8c1a1a-c384-11e8-8fd2-f40f243b5e05" /><zone lrx="1857" lry="1561" ulx="1771" uly="1537" xml:id="zone_be8c1acc-c384-11e8-bcfe-f40f243b5e05" /><zone lrx="1234" lry="1582" ulx="1068" uly="1559" xml:id="zone_be8c1b80-c384-11e8-9911-f40f243b5e05" /><zone lrx="1274" lry="1583" ulx="1249" uly="1560" xml:id="zone_be8c1c3e-c384-11e8-b016-f40f243b5e05" /><zone lrx="1301" lry="1583" ulx="1275" uly="1560" xml:id="zone_be8c1cfa-c384-11e8-8f11-f40f243b5e05" /><zone lrx="1357" lry="1583" ulx="1320" uly="1560" xml:id="zone_be8c1db0-c384-11e8-8eba-f40f243b5e05" /><zone lrx="1379" lry="1583" ulx="1373" uly="1560" xml:id="zone_be8c1e6e-c384-11e8-a901-f40f243b5e05" /><zone lrx="1489" lry="1583" ulx="1382" uly="1560" xml:id="zone_be8c1f2c-c384-11e8-b1c0-f40f243b5e05" /><zone lrx="1504" lry="1583" ulx="1498" uly="1560" xml:id="zone_be8c1fec-c384-11e8-9e99-f40f243b5e05" /><zone lrx="1557" lry="1583" ulx="1551" uly="1560" xml:id="zone_be8c209e-c384-11e8-988e-f40f243b5e05" /><zone lrx="1740" lry="1583" ulx="1563" uly="1560" xml:id="zone_be8c215c-c384-11e8-8fa1-f40f243b5e05" /><zone lrx="1749" lry="1584" ulx="1743" uly="1561" xml:id="zone_be8c2210-c384-11e8-b120-f40f243b5e05" /><zone lrx="1807" lry="1584" ulx="1781" uly="1561" xml:id="zone_be8c22cc-c384-11e8-9aac-f40f243b5e05" /><zone lrx="1164" lry="1605" ulx="1069" uly="1582" xml:id="zone_be8c2382-c384-11e8-84d6-f40f243b5e05" /><zone lrx="1176" lry="1605" ulx="1170" uly="1582" xml:id="zone_be8c24d4-c384-11e8-a3af-f40f243b5e05" /><zone lrx="1188" lry="1605" ulx="1182" uly="1582" xml:id="zone_be8c2580-c384-11e8-9203-f40f243b5e05" /></surface></surfaceGrp> </facsimile> <text> <body> <p><span facs="#zone_be8b2ad8-c384-11e8-a763-f40f243b5e05">THE</span><span facs="#zone_be8b2df6-c384-11e8-a32e-f40f243b5e05">NEW</span><span facs="#zone_be8b2fc2-c384-11e8-a889-f40f243b5e05">FRENCH</span><span facs="#zone_be8b313e-c384-11e8-8785-f40f243b5e05">BATTLESHIP</span><span facs="#zone_be8b32ba-c384-11e8-ac4f-f40f243b5e05">TOURVILLE</span><span facs="#zone_be8b3402-c384-11e8-93d9-f40f243b5e05">,</span><span facs="#zone_be8b34ec-c384-11e8-9e3f-f40f243b5e05">ABOUT</span><span facs="#zone_be8b35c6-c384-11e8-8faa-f40f243b5e05">QUADRUPLE</span><span facs="#zone_be8b3698-c384-11e8-9571-f40f243b5e05">TURRET</span><span facs="#zone_be8b3768-c384-11e8-a11f-f40f243b5e05">.</span><span facs="#zone_be8b383a-c384-11e8-9b62-f40f243b5e05">Extract</span><span facs="#zone_be8b390c-c384-11e8-9246-f40f243b5e05">from</span><span facs="#zone_be8b39de-c384-11e8-bc65-f40f243b5e05">Scientific</span><span facs="#zone_be8b3ab0-c384-11e8-9aec-f40f243b5e05">American</span><span facs="#zone_be8b3b78-c384-11e8-bac8-f40f243b5e05">.</span><span facs="#zone_be8b3c4a-c384-11e8-aa6b-f40f243b5e05">The</span><span facs="#zone_be8b3d1e-c384-11e8-a24d-f40f243b5e05">principal</span><span facs="#zone_be8b3de4-c384-11e8-88bb-f40f243b5e05">arguments</span><span facs="#zone_be8b3eb6-c384-11e8-ad7b-f40f243b5e05">used</span><span facs="#zone_be8b3f80-c384-11e8-9d9e-f40f243b5e05">against</span><span facs="#zone_be8b4052-c384-11e8-a031-f40f243b5e05">the</span><span facs="#zone_be8b411a-c384-11e8-8512-f40f243b5e05">triplo</span><span facs="#zone_be8b41f6-c384-11e8-8f07-f40f243b5e05">and</span><span facs="#zone_be8b42c0-c384-11e8-9c18-f40f243b5e05">quadruple</span><span facs="#zone_be8b4392-c384-11e8-9ee0-f40f243b5e05">turrets</span><span facs="#zone_be8b4464-c384-11e8-bfb9-f40f243b5e05">are</span><span facs="#zone_be8b4536-c384-11e8-9236-f40f243b5e05">as</span><span facs="#zone_be8b4610-c384-11e8-b722-f40f243b5e05">follows</span><span facs="#zone_be8b46e2-c384-11e8-a841-f40f243b5e05">:</span><span facs="#zone_be8b47b4-c384-11e8-9815-f40f243b5e05">1</span><span facs="#zone_be8b487a-c384-11e8-9c1a-f40f243b5e05">.</span><span facs="#zone_be8b494c-c384-11e8-b354-f40f243b5e05">The</span><span facs="#zone_be8b4a18-c384-11e8-be23-f40f243b5e05">inclusion</span><span facs="#zone_be8b4ae8-c384-11e8-af0b-f40f243b5e05">of</span><span facs="#zone_be8b4bb0-c384-11e8-9001-f40f243b5e05">more</span><span facs="#zone_be8b4c82-c384-11e8-aadb-f40f243b5e05">than</span><span facs="#zone_be8b4d54-c384-11e8-806b-f40f243b5e05">two</span><span facs="#zone_be8b4e2e-c384-11e8-b7d5-f40f243b5e05">guns</span><span facs="#zone_be8b4ef8-c384-11e8-81bf-f40f243b5e05">in</span><span facs="#zone_be8b4fca-c384-11e8-aeb0-f40f243b5e05">a</span><span facs="#zone_be8b509a-c384-11e8-92c7-f40f243b5e05">turret</span><span facs="#zone_be8b5164-c384-11e8-9750-f40f243b5e05">incurs</span><span facs="#zone_be8b5236-c384-11e8-a62f-f40f243b5e05">crowding</span><span facs="#zone_be8b52fe-c384-11e8-ad90-f40f243b5e05">,</span><span facs="#zone_be8b53d0-c384-11e8-98ab-f40f243b5e05">which</span><span facs="#zone_be8b5498-c384-11e8-8e0a-f40f243b5e05">is</span><span facs="#zone_be8b5568-c384-11e8-a408-f40f243b5e05">detrimental</span><span facs="#zone_be8b5650-c384-11e8-90fb-f40f243b5e05">to</span><span facs="#zone_be8b571a-c384-11e8-82ca-f40f243b5e05">accuracy</span><span facs="#zone_be8b57ec-c384-11e8-84fa-f40f243b5e05">or</span><span facs="#zone_be8b58be-c384-11e8-b19a-f40f243b5e05">fire</span><span facs="#zone_be8b598c-c384-11e8-92d3-f40f243b5e05">,</span><span facs="#zone_be8b5a5e-c384-11e8-8a93-f40f243b5e05">2</span><span facs="#zone_be8b5b28-c384-11e8-b851-f40f243b5e05">.</span><span facs="#zone_be8b5bfa-c384-11e8-98e0-f40f243b5e05">A</span><span facs="#zone_be8b5ccc-c384-11e8-a857-f40f243b5e05">shot</span><span facs="#zone_be8b5d94-c384-11e8-a16e-f40f243b5e05">jamming</span><span facs="#zone_be8b5e5c-c384-11e8-a1c8-f40f243b5e05">a</span><span facs="#zone_be8b5f2e-c384-11e8-b73b-f40f243b5e05">turret</span><span facs="#zone_be8b608c-c384-11e8-a86d-f40f243b5e05">may</span><span facs="#zone_be8b6154-c384-11e8-816c-f40f243b5e05">put</span><span facs="#zone_be8b6226-c384-11e8-8ce8-f40f243b5e05">three</span><span facs="#zone_be8b62ee-c384-11e8-96dc-f40f243b5e05">or</span><span facs="#zone_be8b63ac-c384-11e8-abed-f40f243b5e05">four</span><span facs="#zone_be8b647e-c384-11e8-91e1-f40f243b5e05">guns</span><span facs="#zone_be8b653a-c384-11e8-822e-f40f243b5e05">out</span><span facs="#zone_be8b6606-c384-11e8-ac23-f40f243b5e05">of</span><span facs="#zone_be8b66cc-c384-11e8-abe7-f40f243b5e05">action</span><span facs="#zone_be8b678a-c384-11e8-a2b7-f40f243b5e05">or</span><span facs="#zone_be8b6852-c384-11e8-abc8-f40f243b5e05">in</span><span facs="#zone_be8b691a-c384-11e8-a2c3-f40f243b5e05">other</span><span facs="#zone_be8b69e2-c384-11e8-8940-f40f243b5e05">words</span><span facs="#zone_be8b6ab4-c384-11e8-8ec6-f40f243b5e05">it</span><span facs="#zone_be8b6b7a-c384-11e8-94a5-f40f243b5e05">1B</span><span facs="#zone_be8b6c46-c384-11e8-a020-f40f243b5e05">"</span><span facs="#zone_be8b6d0c-c384-11e8-9abf-f40f243b5e05">putting</span><span facs="#zone_be8b6dd4-c384-11e8-9af7-f40f243b5e05">all</span><span facs="#zone_be8b6e92-c384-11e8-b53a-f40f243b5e05">your</span><span facs="#zone_be8b6f5a-c384-11e8-b1a2-f40f243b5e05">eggs</span><span facs="#zone_be8b7022-c384-11e8-8e1c-f40f243b5e05">into</span><span facs="#zone_be8b70e8-c384-11e8-ba31-f40f243b5e05">one</span><span facs="#zone_be8b71a8-c384-11e8-86cd-f40f243b5e05">basket</span><span facs="#zone_be8b7270-c384-11e8-b528-f40f243b5e05">.</span><span facs="#zone_be8b7338-c384-11e8-ac31-f40f243b5e05">3</span><span facs="#zone_be8b73f6-c384-11e8-a5cc-f40f243b5e05">.</span><span facs="#zone_be8b74be-c384-11e8-9eb2-f40f243b5e05">The</span><span facs="#zone_be8b7586-c384-11e8-97fb-f40f243b5e05">great</span><span facs="#zone_be8b7646-c384-11e8-baa5-f40f243b5e05">massing</span><span facs="#zone_be8b7718-c384-11e8-a821-f40f243b5e05">of</span><span facs="#zone_be8b77de-c384-11e8-8657-f40f243b5e05">weight</span><span facs="#zone_be8b78b0-c384-11e8-baad-f40f243b5e05">engendered</span><span facs="#zone_be8b7978-c384-11e8-8160-f40f243b5e05">in</span><span facs="#zone_be8b7a36-c384-11e8-ae8f-f40f243b5e05">this</span><span facs="#zone_be8b7af4-c384-11e8-8e71-f40f243b5e05">principle</span><span facs="#zone_be8b7bba-c384-11e8-bb96-f40f243b5e05">necessarily</span><span facs="#zone_be8b7c86-c384-11e8-8154-f40f243b5e05">brings</span><span facs="#zone_be8b7d42-c384-11e8-a619-f40f243b5e05">more</span><span facs="#zone_be8b7e08-c384-11e8-a3e4-f40f243b5e05">stress</span><span facs="#zone_be8b7ed2-c384-11e8-af8f-f40f243b5e05">on</span><span facs="#zone_be8b7fa4-c384-11e8-bc2e-f40f243b5e05">the</span><span facs="#zone_be8b8062-c384-11e8-bca6-f40f243b5e05">ship</span><span facs="#zone_be8b8128-c384-11e8-a6a5-f40f243b5e05">than</span><span facs="#zone_be8b81e8-c384-11e8-a04f-f40f243b5e05">a</span><span facs="#zone_be8b82b0-c384-11e8-803e-f40f243b5e05">more</span><span facs="#zone_be8b8376-c384-11e8-a8d2-f40f243b5e05">extended</span><span facs="#zone_be8b8440-c384-11e8-b9f1-f40f243b5e05">disposition</span><span facs="#zone_be8b8512-c384-11e8-a8c9-f40f243b5e05">.</span><span facs="#zone_be8b85da-c384-11e8-9d83-f40f243b5e05">While</span><span facs="#zone_be8b86a2-c384-11e8-8bfc-f40f243b5e05">in</span><span facs="#zone_be8b8768-c384-11e8-9109-f40f243b5e05">answer</span><span facs="#zone_be8b8834-c384-11e8-b396-f40f243b5e05">,</span><span facs="#zone_be8b88f0-c384-11e8-b3ba-f40f243b5e05">the</span><span facs="#zone_be8b89b8-c384-11e8-8b0d-f40f243b5e05">following</span><span facs="#zone_be8b8a80-c384-11e8-9e29-f40f243b5e05">arguments</span><span facs="#zone_be8b8b48-c384-11e8-b437-f40f243b5e05">may</span><span facs="#zone_be8b8c06-c384-11e8-930e-f40f243b5e05">be</span><span facs="#zone_be8b8cd0-c384-11e8-a585-f40f243b5e05">quoted</span><span facs="#zone_be8b8d8c-c384-11e8-83fa-f40f243b5e05">:</span><span facs="#zone_be8b8e52-c384-11e8-84f7-f40f243b5e05">The</span><span facs="#zone_be8b8f12-c384-11e8-a0f2-f40f243b5e05">smaller</span><span facs="#zone_be8b8fda-c384-11e8-a568-f40f243b5e05">the</span><span facs="#zone_be8b909a-c384-11e8-9d22-f40f243b5e05">number</span><span facs="#zone_be8b9154-c384-11e8-a677-f40f243b5e05">of</span><span facs="#zone_be8b9214-c384-11e8-96e6-f40f243b5e05">turrets</span><span facs="#zone_be8b92d2-c384-11e8-8e9e-f40f243b5e05">,</span><span facs="#zone_be8b939a-c384-11e8-bddd-f40f243b5e05">the</span><span facs="#zone_be8b946c-c384-11e8-9ea8-f40f243b5e05">easier</span><span facs="#zone_be8b9536-c384-11e8-96f1-f40f243b5e05">it</span><span facs="#zone_be8b95fe-c384-11e8-b115-f40f243b5e05">is</span><span facs="#zone_be8b96b8-c384-11e8-bc8c-f40f243b5e05">to</span><span facs="#zone_be8b9782-c384-11e8-831d-f40f243b5e05">work</span><span facs="#zone_be8b9840-c384-11e8-ba3a-f40f243b5e05">them</span><span facs="#zone_be8b9908-c384-11e8-83b4-f40f243b5e05">.</span><span facs="#zone_be8b99d2-c384-11e8-a4a1-f40f243b5e05">2</span><span facs="#zone_be8b9a98-c384-11e8-baf7-f40f243b5e05">.</span><span facs="#zone_be8b9b54-c384-11e8-aa32-f40f243b5e05">Although</span><span facs="#zone_be8b9c1e-c384-11e8-9674-f40f243b5e05">a</span><span facs="#zone_be8b9ce6-c384-11e8-bc70-f40f243b5e05">lucky</span><span facs="#zone_be8b9da4-c384-11e8-8f23-f40f243b5e05">shot</span><span facs="#zone_be8b9e6e-c384-11e8-bff7-f40f243b5e05">nay</span><span facs="#zone_be8b9f28-c384-11e8-8420-f40f243b5e05">dispose</span><span facs="#zone_be8b9ff0-c384-11e8-88bd-f40f243b5e05">of</span><span facs="#zone_be8ba0b0-c384-11e8-8e5a-f40f243b5e05">three</span><span facs="#zone_be8ba178-c384-11e8-a465-f40f243b5e05">or</span><span facs="#zone_be8ba240-c384-11e8-8871-f40f243b5e05">four</span><span facs="#zone_be8ba362-c384-11e8-ab56-f40f243b5e05">guns</span><span facs="#zone_be8ba428-c384-11e8-b391-f40f243b5e05">,</span><span facs="#zone_be8ba4e8-c384-11e8-92ab-f40f243b5e05">this</span><span facs="#zone_be8ba5ba-c384-11e8-9156-f40f243b5e05">is</span><span facs="#zone_be8ba678-c384-11e8-a8be-f40f243b5e05">conpensated</span><span facs="#zone_be8ba740-c384-11e8-95bb-f40f243b5e05">by</span><span facs="#zone_be8ba7fe-c384-11e8-887d-f40f243b5e05">the</span><span facs="#zone_be8ba8c6-c384-11e8-8caf-f40f243b5e05">great</span><span facs="#zone_be8ba986-c384-11e8-9a3a-f40f243b5e05">number</span><span facs="#zone_be8baa4c-c384-11e8-a5bd-f40f243b5e05">which</span><span facs="#zone_be8bab0a-c384-11e8-b113-f40f243b5e05">can</span><span facs="#zone_be8babc8-c384-11e8-80fe-f40f243b5e05">ce</span><span facs="#zone_be8bac90-c384-11e8-82f9-f40f243b5e05">mounted</span><span facs="#zone_be8bad50-c384-11e8-b87d-f40f243b5e05">by</span><span facs="#zone_be8bae0a-c384-11e8-b356-f40f243b5e05">this</span><span facs="#zone_be8baeca-c384-11e8-8ebf-f40f243b5e05">method</span><span facs="#zone_be8baf88-c384-11e8-bfb2-f40f243b5e05">,</span><span facs="#zone_be8bb052-c384-11e8-b031-f40f243b5e05">or</span><span facs="#zone_be8bb10c-c384-11e8-ac81-f40f243b5e05">in</span><span facs="#zone_be8bb1d4-c384-11e8-a4fb-f40f243b5e05">the</span><span facs="#zone_be8bb294-c384-11e8-b330-f40f243b5e05">case</span><span facs="#zone_be8bb35c-c384-11e8-9d93-f40f243b5e05">of</span><span facs="#zone_be8bb41a-c384-11e8-a4d9-f40f243b5e05">the</span><span facs="#zone_be8bb4d8-c384-11e8-a72a-f40f243b5e05">"</span><span facs="#zone_be8bb5a2-c384-11e8-93bd-f40f243b5e05">Tourville</span><span facs="#zone_be8bb668-c384-11e8-bdc8-f40f243b5e05">,</span><span facs="#zone_be8bb726-c384-11e8-bac1-f40f243b5e05">a</span><span facs="#zone_be8bb7ee-c384-11e8-86dc-f40f243b5e05">shot</span><span facs="#zone_be8bb8b6-c384-11e8-9774-f40f243b5e05">jamming</span><span facs="#zone_be8bb988-c384-11e8-9df3-f40f243b5e05">one</span><span facs="#zone_be8bba50-c384-11e8-88f5-f40f243b5e05">turret</span><span facs="#zone_be8bbb10-c384-11e8-a1cd-f40f243b5e05">would</span><span facs="#zone_be8bbbd8-c384-11e8-946b-f40f243b5e05">still</span><span facs="#zone_be8bbcb0-c384-11e8-b88c-f40f243b5e05">leave</span><span facs="#zone_be8bbd70-c384-11e8-b4f7-f40f243b5e05">twelve</span><span facs="#zone_be8bbe2e-c384-11e8-a595-f40f243b5e05">big</span><span facs="#zone_be8bbeec-c384-11e8-ab4e-f40f243b5e05">guns</span><span facs="#zone_be8bbfac-c384-11e8-9b01-f40f243b5e05">intact</span><span facs="#zone_be8bc068-c384-11e8-8208-f40f243b5e05">.</span><span facs="#zone_be8bc126-c384-11e8-b00b-f40f243b5e05">3</span><span facs="#zone_be8bc1e4-c384-11e8-bf66-f40f243b5e05">.</span><span facs="#zone_be8bc2a4-c384-11e8-9bff-f40f243b5e05">The</span><span facs="#zone_be8bc36c-c384-11e8-aa82-f40f243b5e05">saving</span><span facs="#zone_be8bc426-c384-11e8-82b7-f40f243b5e05">of</span><span facs="#zone_be8bc4e6-c384-11e8-895f-f40f243b5e05">weight</span><span facs="#zone_be8bc5a4-c384-11e8-8ad0-f40f243b5e05">is</span><span facs="#zone_be8bc66e-c384-11e8-904f-f40f243b5e05">greater</span><span facs="#zone_be8bc728-c384-11e8-a9a6-f40f243b5e05">in</span><span facs="#zone_be8bc7e8-c384-11e8-94e0-f40f243b5e05">twelve</span><span facs="#zone_be8bca40-c384-11e8-9b42-f40f243b5e05">guns</span><span facs="#zone_be8bcb12-c384-11e8-ac41-f40f243b5e05">mounted</span><span facs="#zone_be8bcbdc-c384-11e8-bbaa-f40f243b5e05">in</span><span facs="#zone_be8bcc98-c384-11e8-85a0-f40f243b5e05">three</span><span facs="#zone_be8bcd5e-c384-11e8-9a3d-f40f243b5e05">or</span><span facs="#zone_be8bce1e-c384-11e8-99d7-f40f243b5e05">four</span><span facs="#zone_be8bceda-c384-11e8-97fe-f40f243b5e05">turrets</span><span facs="#zone_be8bcf9a-c384-11e8-aba4-f40f243b5e05">than</span><span facs="#zone_be8bd05a-c384-11e8-8f48-f40f243b5e05">in</span><span facs="#zone_be8bd122-c384-11e8-a4c4-f40f243b5e05">twelve</span><span facs="#zone_be8bd1dc-c384-11e8-b1ee-f40f243b5e05">guns</span><span facs="#zone_be8bd29c-c384-11e8-ab13-f40f243b5e05">mounted</span><span facs="#zone_be8bd35a-c384-11e8-b69b-f40f243b5e05">in</span><span facs="#zone_be8bd424-c384-11e8-bf91-f40f243b5e05">six</span><span facs="#zone_be8bd4de-c384-11e8-ba42-f40f243b5e05">turrets</span><span facs="#zone_be8bd5a6-c384-11e8-b3a8-f40f243b5e05">.</span><span facs="#zone_be8bd6fe-c384-11e8-ac83-f40f243b5e05">No</span><span facs="#zone_be8bd7ba-c384-11e8-ab61-f40f243b5e05">attempt</span><span facs="#zone_be8bd86e-c384-11e8-a83e-f40f243b5e05">is</span><span facs="#zone_be8bd92c-c384-11e8-bf51-f40f243b5e05">made</span><span facs="#zone_be8bd9de-c384-11e8-b376-f40f243b5e05">here</span><span facs="#zone_be8bda94-c384-11e8-ab57-f40f243b5e05">to</span><span facs="#zone_be8bdb48-c384-11e8-9faf-f40f243b5e05">solve</span><span facs="#zone_be8bdc06-c384-11e8-8203-f40f243b5e05">the</span><span facs="#zone_be8bdcc6-c384-11e8-8ab5-f40f243b5e05">weight</span><span facs="#zone_be8bdd78-c384-11e8-99ff-f40f243b5e05">problem</span><span facs="#zone_be8bde2e-c384-11e8-9dbc-f40f243b5e05">,</span><span facs="#zone_be8bdee8-c384-11e8-abcd-f40f243b5e05">but</span><span facs="#zone_be8bdf9e-c384-11e8-b73f-f40f243b5e05">merely</span><span facs="#zone_be8be052-c384-11e8-bb6d-f40f243b5e05">to</span><span facs="#zone_be8be108-c384-11e8-8b02-f40f243b5e05">give</span><span facs="#zone_be8be1c6-c384-11e8-907f-f40f243b5e05">some</span><span facs="#zone_be8be278-c384-11e8-8c38-f40f243b5e05">idea</span><span facs="#zone_be8be336-c384-11e8-9035-f40f243b5e05">of</span><span facs="#zone_be8be3f4-c384-11e8-9629-f40f243b5e05">the</span><span facs="#zone_be8be4b0-c384-11e8-8ad0-f40f243b5e05">controversy</span><span facs="#zone_be8be566-c384-11e8-a6cb-f40f243b5e05">existing</span><span facs="#zone_be8be624-c384-11e8-8563-f40f243b5e05">on</span><span facs="#zone_be8be6da-c384-11e8-b19d-f40f243b5e05">the</span><span facs="#zone_be8be7a2-c384-11e8-82cb-f40f243b5e05">subject</span><span facs="#zone_be8be85c-c384-11e8-a2c9-f40f243b5e05">.</span><span facs="#zone_be8be912-c384-11e8-bbce-f40f243b5e05">Reverting</span><span facs="#zone_be8be9d2-c384-11e8-a58f-f40f243b5e05">to</span><span facs="#zone_be8bea8c-c384-11e8-a22f-f40f243b5e05">the</span><span facs="#zone_be8beb4c-c384-11e8-8d27-f40f243b5e05">"</span><span facs="#zone_be8bec00-c384-11e8-ba67-f40f243b5e05">Tourville</span><span facs="#zone_be8becb4-c384-11e8-8ded-f40f243b5e05">"</span><span facs="#zone_be8bed66-c384-11e8-accd-f40f243b5e05">hersell</span><span facs="#zone_be8bee1c-c384-11e8-a6d5-f40f243b5e05">,</span><span facs="#zone_be8beedc-c384-11e8-9d1c-f40f243b5e05">we</span><span facs="#zone_be8bef8c-c384-11e8-8191-f40f243b5e05">find</span><span facs="#zone_be8bf04c-c384-11e8-8aba-f40f243b5e05">that</span><span facs="#zone_be8bf100-c384-11e8-b9b6-f40f243b5e05">she</span><span facs="#zone_be8bf1be-c384-11e8-b15a-f40f243b5e05">is</span><span facs="#zone_be8bf270-c384-11e8-843a-f40f243b5e05">given</span><span facs="#zone_be8bf326-c384-11e8-93a4-f40f243b5e05">the</span><span facs="#zone_be8bf3e4-c384-11e8-a2da-f40f243b5e05">unprecedented</span><span facs="#zone_be8bf498-c384-11e8-ad87-f40f243b5e05">armament</span><span facs="#zone_be8bf54c-c384-11e8-b646-f40f243b5e05">of</span><span facs="#zone_be8bf60a-c384-11e8-bfef-f40f243b5e05">sixteen</span><span facs="#zone_be8bf6be-c384-11e8-9659-f40f243b5e05">13</span><span facs="#zone_be8bf770-c384-11e8-9a94-f40f243b5e05">.</span><span facs="#zone_be8bf826-c384-11e8-b239-f40f243b5e05">4</span><span facs="#zone_be8bf8e4-c384-11e8-bf5d-f40f243b5e05">-</span><span facs="#zone_be8bf998-c384-11e8-9282-f40f243b5e05">inch</span><span facs="#zone_be8bfa4c-c384-11e8-8871-f40f243b5e05">guns</span><span facs="#zone_be8bfb0a-c384-11e8-a3fa-f40f243b5e05">,</span><span facs="#zone_be8bfbc8-c384-11e8-be05-f40f243b5e05">in</span><span facs="#zone_be8bfc7a-c384-11e8-a3f0-f40f243b5e05">four</span><span facs="#zone_be8bfd3a-c384-11e8-bb95-f40f243b5e05">turrets</span><span facs="#zone_be8bfdee-c384-11e8-8226-f40f243b5e05">.</span><span facs="#zone_be8bfeac-c384-11e8-91b5-f40f243b5e05">In</span><span facs="#zone_be8bff62-c384-11e8-b572-f40f243b5e05">addition</span><span facs="#zone_be8c0014-c384-11e8-ac01-f40f243b5e05">to</span><span facs="#zone_be8c00d2-c384-11e8-aac2-f40f243b5e05">the</span><span facs="#zone_be8c0192-c384-11e8-9ac3-f40f243b5e05">fact</span><span facs="#zone_be8c024c-c384-11e8-b29f-f40f243b5e05">that</span><span facs="#zone_be8c0302-c384-11e8-8ec9-f40f243b5e05">her</span><span facs="#zone_be8c03c0-c384-11e8-b302-f40f243b5e05">13</span><span facs="#zone_be8c0474-c384-11e8-8d3b-f40f243b5e05">.</span><span facs="#zone_be8c0534-c384-11e8-9a78-f40f243b5e05">4</span><span facs="#zone_be8c05ee-c384-11e8-b23b-f40f243b5e05">-</span><span facs="#zone_be8c06a4-c384-11e8-a3a6-f40f243b5e05">inch</span><span facs="#zone_be8c0764-c384-11e8-883d-f40f243b5e05">weapons</span><span facs="#zone_be8c0814-c384-11e8-b776-f40f243b5e05">are</span><span facs="#zone_be8c08d4-c384-11e8-b4f3-f40f243b5e05">compared</span><span facs="#zone_be8c0988-c384-11e8-b707-f40f243b5e05">with</span><span facs="#zone_be8c0a3e-c384-11e8-9822-f40f243b5e05">12</span><span facs="#zone_be8c0afa-c384-11e8-a196-f40f243b5e05">-</span><span facs="#zone_be8c0bae-c384-11e8-adf5-f40f243b5e05">inch</span><span facs="#zone_be8c0c64-c384-11e8-b23a-f40f243b5e05">guns</span><span facs="#zone_be8c0d1e-c384-11e8-94b3-f40f243b5e05">,</span><span facs="#zone_be8c0dd4-c384-11e8-b7a6-f40f243b5e05">the</span><span facs="#zone_be8c0e88-c384-11e8-9166-f40f243b5e05">ahead</span><span facs="#zone_be8c0f3e-c384-11e8-a13d-f40f243b5e05">or</span><span facs="#zone_be8c1006-c384-11e8-9c88-f40f243b5e05">astern</span><span facs="#zone_be8c10b8-c384-11e8-945b-f40f243b5e05">fire</span><span facs="#zone_be8c116e-c384-11e8-9d04-f40f243b5e05">of</span><span facs="#zone_be8c121e-c384-11e8-bf35-f40f243b5e05">the</span><span facs="#zone_be8c12d4-c384-11e8-bce7-f40f243b5e05">"</span><span facs="#zone_be8c1392-c384-11e8-8e2b-f40f243b5e05">Tourville</span><span facs="#zone_be8c1448-c384-11e8-9f61-f40f243b5e05">"</span><span facs="#zone_be8c14f8-c384-11e8-847a-f40f243b5e05">is</span><span facs="#zone_be8c15b8-c384-11e8-a171-f40f243b5e05">equal</span><span facs="#zone_be8c166c-c384-11e8-8bf4-f40f243b5e05">to</span><span facs="#zone_be8c1734-c384-11e8-aa54-f40f243b5e05">the</span><span facs="#zone_be8c17f4-c384-11e8-aeb9-f40f243b5e05">total</span><span facs="#zone_be8c18a6-c384-11e8-97e8-f40f243b5e05">broadside</span><span facs="#zone_be8c1964-c384-11e8-bd4d-f40f243b5e05">of</span><span facs="#zone_be8c1a1a-c384-11e8-8fd2-f40f243b5e05">the</span><span facs="#zone_be8c1acc-c384-11e8-bcfe-f40f243b5e05">earlier</span><span facs="#zone_be8c1b80-c384-11e8-9911-f40f243b5e05">dreadnaughts</span><span facs="#zone_be8c1c3e-c384-11e8-b016-f40f243b5e05">11</span><span facs="#zone_be8c1cfa-c384-11e8-8f11-f40f243b5e05">ke</span><span facs="#zone_be8c1db0-c384-11e8-8eba-f40f243b5e05">the</span><span facs="#zone_be8c1e6e-c384-11e8-a901-f40f243b5e05">"</span><span facs="#zone_be8c1f2c-c384-11e8-b1c0-f40f243b5e05">uichigan</span><span facs="#zone_be8c1fec-c384-11e8-9e99-f40f243b5e05">,</span><span facs="#zone_be8c209e-c384-11e8-988e-f40f243b5e05">"</span><span facs="#zone_be8c215c-c384-11e8-8fa1-f40f243b5e05">Bellerophenes</span><span facs="#zone_be8c2210-c384-11e8-b120-f40f243b5e05">,</span><span facs="#zone_be8c22cc-c384-11e8-9aac-f40f243b5e05">or</span><span facs="#zone_be8c2382-c384-11e8-84d6-f40f243b5e05">Nassaus</span><span facs="#zone_be8c24d4-c384-11e8-a3af-f40f243b5e05">.</span><span facs="#zone_be8c2580-c384-11e8-9203-f40f243b5e05">"</span></p></body> </text> </TEI>
1,907.724138
32,904
0.740926
25f56a6b6f19e0fadc9b75d921eaf51a5653de12
10,140
xaml
XML
xaml-basics-starting-points/user-interface/PhotoLab/MainPage.xaml
stoddard-david/PhotoLab
9788a49fc47aa5ca3f3accec45e13c128a2cb3c2
[ "MIT" ]
null
null
null
xaml-basics-starting-points/user-interface/PhotoLab/MainPage.xaml
stoddard-david/PhotoLab
9788a49fc47aa5ca3f3accec45e13c128a2cb3c2
[ "MIT" ]
null
null
null
xaml-basics-starting-points/user-interface/PhotoLab/MainPage.xaml
stoddard-david/PhotoLab
9788a49fc47aa5ca3f3accec45e13c128a2cb3c2
[ "MIT" ]
null
null
null
<!-- // Copyright (c) Microsoft Corporation. All rights reserved. // // The MIT License (MIT) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. --> <Page x:Name="page" x:Class="PhotoLab.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:PhotoLab" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:telerikInput="using:Telerik.UI.Xaml.Controls.Input" mc:Ignorable="d" NavigationCacheMode="Enabled"> <Page.Resources> <!-- Add the DataTemplate and style Setters here --> <DataTemplate x:Key="ImageGridView_DefaultItemTemplate"> <Grid Height="300" Width="300" Margin="8"> <Grid.RowDefinitions> <RowDefinition /> <RowDefinition Height="Auto" /> </Grid.RowDefinitions> <Image x:Name="ItemImage" Source="Assets/StoreLogo.png" Stretch="Uniform" /> <StackPanel Orientation="Vertical" Grid.Row="1"> <TextBlock Text="ImageTitle" HorizontalAlignment="Center" Style="{StaticResource SubtitleTextBlockStyle}" /> <StackPanel Orientation="Horizontal" HorizontalAlignment="Center"> <TextBlock Text="ImageFileType" HorizontalAlignment="Center" Style="{StaticResource CaptionTextBlockStyle}" /> <TextBlock Text="ImageDimensions" HorizontalAlignment="Center" Style="{StaticResource CaptionTextBlockStyle}" Margin="8,0,0,0" /> </StackPanel> <telerikInput:RadRating Value="3" IsReadOnly="True"> <telerikInput:RadRating.FilledIconContentTemplate> <DataTemplate> <SymbolIcon Symbol="SolidStar" Foreground="White" /> </DataTemplate> </telerikInput:RadRating.FilledIconContentTemplate> <telerikInput:RadRating.EmptyIconContentTemplate> <DataTemplate> <SymbolIcon Symbol="OutlineStar" Foreground="White" /> </DataTemplate> </telerikInput:RadRating.EmptyIconContentTemplate> </telerikInput:RadRating> </StackPanel> </Grid> </DataTemplate> <Style x:Key="GridViewItemRevealStyle" TargetType="GridViewItem"> <Setter Property="FontFamily" Value="{ThemeResource ContentControlThemeFontFamily}"/> <Setter Property="FontSize" Value="{ThemeResource ControlContentThemeFontSize}"/> <Setter Property="Background" Value="LightGray"/> <Setter Property="Foreground" Value="{ThemeResource GridViewItemForeground}"/> <Setter Property="TabNavigation" Value="Local"/> <Setter Property="IsHoldingEnabled" Value="True"/> <Setter Property="HorizontalContentAlignment" Value="Center"/> <Setter Property="VerticalContentAlignment" Value="Center"/> <Setter Property="Margin" Value="8"/> <Setter Property="MinWidth" Value="{ThemeResource GridViewItemMinWidth}"/> <Setter Property="MinHeight" Value="{ThemeResource GridViewItemMinHeight}"/> <Setter Property="AllowDrop" Value="False"/> <Setter Property="UseSystemFocusVisuals" Value="{StaticResource UseSystemFocusVisuals}"/> <Setter Property="FocusVisualMargin" Value="-2"/> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="GridViewItem"> <ListViewItemPresenter x:Name="Root" CheckBrush="{ThemeResource GridViewItemCheckBrush}" ContentMargin="{TemplateBinding Padding}" CheckBoxBrush="{ThemeResource GridViewItemCheckBoxBrush}" ContentTransitions="{TemplateBinding ContentTransitions}" CheckMode="{ThemeResource GridViewItemCheckMode}" DragOpacity="{ThemeResource ListViewItemDragThemeOpacity}" DisabledOpacity="{ThemeResource ListViewItemDisabledThemeOpacity}" DragBackground="{ThemeResource GridViewItemDragBackground}" DragForeground="{ThemeResource GridViewItemDragForeground}" FocusBorderBrush="{ThemeResource GridViewItemFocusBorderBrush}" FocusVisualMargin="{TemplateBinding FocusVisualMargin}" FocusSecondaryBorderBrush="{ThemeResource GridViewItemFocusSecondaryBorderBrush}" HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}" Control.IsTemplateFocusTarget="True" PressedBackground="{ThemeResource GridViewItemBackgroundPressed}" PlaceholderBackground="{ThemeResource GridViewItemPlaceholderBackground}" PointerOverForeground="{ThemeResource GridViewItemForegroundPointerOver}" PointerOverBackground="{ThemeResource GridViewItemBackgroundPointerOver}" RevealBorderThickness="{ThemeResource GridViewItemRevealBorderThemeThickness}" ReorderHintOffset="{ThemeResource GridViewItemReorderHintThemeOffset}" RevealBorderBrush="{ThemeResource GridViewItemRevealBorderBrush}" RevealBackground="{ThemeResource GridViewItemRevealBackground}" SelectedForeground="{ThemeResource GridViewItemForegroundSelected}" SelectionCheckMarkVisualEnabled="{ThemeResource GridViewItemSelectionCheckMarkVisualEnabled}" SelectedBackground="{ThemeResource GridViewItemBackgroundSelected}" SelectedPressedBackground="{ThemeResource GridViewItemBackgroundSelectedPressed}" SelectedPointerOverBackground="{ThemeResource GridViewItemBackgroundSelectedPointerOver}" VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}"> <VisualStateManager.VisualStateGroups> <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="Normal"/> <VisualState x:Name="Selected"/> <VisualState x:Name="PointerOver"> <VisualState.Setters> <Setter Target="Root.(RevealBrush.State)" Value="PointerOver"/> </VisualState.Setters> </VisualState> <VisualState x:Name="PointerOverSelected"> <VisualState.Setters> <Setter Target="Root.(RevealBrush.State)" Value="PointerOver"/> </VisualState.Setters> </VisualState> <VisualState x:Name="PointerOverPressed"> <VisualState.Setters> <Setter Target="Root.(RevealBrush.State)" Value="Pressed"/> </VisualState.Setters> </VisualState> <VisualState x:Name="Pressed"> <VisualState.Setters> <Setter Target="Root.(RevealBrush.State)" Value="Pressed"/> </VisualState.Setters> </VisualState> <VisualState x:Name="PressedSelected"> <VisualState.Setters> <Setter Target="Root.(RevealBrush.State)" Value="Pressed"/> </VisualState.Setters> </VisualState> </VisualStateGroup> <VisualStateGroup x:Name="DisabledStates"> <VisualState x:Name="Enabled"/> <VisualState x:Name="Disabled"> <VisualState.Setters> <Setter Target="Root.RevealBorderThickness" Value="0"/> </VisualState.Setters> </VisualState> </VisualStateGroup> </VisualStateManager.VisualStateGroups> </ListViewItemPresenter> </ControlTemplate> </Setter.Value> </Setter> </Style> <Style x:Key="ImageGridView_DefaultItemContainerStyle" BasedOn="{StaticResource GridViewItemRevealStyle}" TargetType="GridViewItem"/> <ItemsPanelTemplate x:Key="ImageGridView_ItemsPanelTemplate"> <ItemsWrapGrid Orientation="Horizontal" HorizontalAlignment="Center"/> </ItemsPanelTemplate> </Page.Resources> <RelativePanel Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <TextBlock x:Name="TitleTextBlock" Text="Collection" RenderTransformOrigin="0.548,0.3" Margin="24,0,0,24" Style="{StaticResource TitleTextBlockStyle}"/> <GridView ItemsPanel="{StaticResource ImageGridView_ItemsPanelTemplate}" ItemContainerStyle="{StaticResource ImageGridView_DefaultItemContainerStyle}" ItemTemplate="{StaticResource ImageGridView_DefaultItemTemplate}" x:Name="ImageGridView" Margin="0,0,0,8" RelativePanel.AlignLeftWithPanel="True" RelativePanel.AlignRightWithPanel="True" RelativePanel.Below="TitleTextBlock"/> </RelativePanel> </Page>
59.298246
1,908
0.652663
82fe14cf2db37c57c5c7d437f08574081825fab2
27,283
xml
XML
.idea/workspace.xml
maiyya01/EVotingCorda1.0
a39ae10d6be1f317d1a5a8a569b3b60d4346efd8
[ "Apache-2.0" ]
2
2019-09-30T19:18:26.000Z
2019-09-30T19:19:20.000Z
.idea/workspace.xml
maiyya01/EVotingCorda1.0
a39ae10d6be1f317d1a5a8a569b3b60d4346efd8
[ "Apache-2.0" ]
null
null
null
.idea/workspace.xml
maiyya01/EVotingCorda1.0
a39ae10d6be1f317d1a5a8a569b3b60d4346efd8
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="46f54f14-906f-4b87-848c-cc1d75e26900" name="Default Changelist" comment="" /> <ignored path="$PROJECT_DIR$/classes/" /> <ignored path="$PROJECT_DIR$/.gradle/" /> <ignored path="$PROJECT_DIR$/build/" /> <ignored path="$PROJECT_DIR$/out/" /> <ignored path="$PROJECT_DIR$/clients/.gradle/" /> <ignored path="$PROJECT_DIR$/clients/build/" /> <ignored path="$PROJECT_DIR$/clients/out/" /> <ignored path="$PROJECT_DIR$/contracts-java/.gradle/" /> <ignored path="$PROJECT_DIR$/contracts-java/build/" /> <ignored path="$PROJECT_DIR$/contracts-java/out/" /> <ignored path="$PROJECT_DIR$/contracts-kotlin/.gradle/" /> <ignored path="$PROJECT_DIR$/contracts-kotlin/build/" /> <ignored path="$PROJECT_DIR$/contracts-kotlin/out/" /> <ignored path="$PROJECT_DIR$/service/.gradle/" /> <ignored path="$PROJECT_DIR$/service/build/" /> <ignored path="$PROJECT_DIR$/service/out/" /> <ignored path="$PROJECT_DIR$/workflows-java/.gradle/" /> <ignored path="$PROJECT_DIR$/workflows-java/build/" /> <ignored path="$PROJECT_DIR$/workflows-java/out/" /> <ignored path="$PROJECT_DIR$/workflows-kotlin/.gradle/" /> <ignored path="$PROJECT_DIR$/workflows-kotlin/build/" /> <ignored path="$PROJECT_DIR$/workflows-kotlin/out/" /> <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component> <component name="DefaultGradleProjectSettings"> <option name="isMigrated" value="true" /> </component> <component name="ExternalProjectsData"> <projectState path="$PROJECT_DIR$"> <ProjectState /> </projectState> </component> <component name="ExternalProjectsManager"> <system id="GRADLE"> <state> <task path="$PROJECT_DIR$"> <activation /> </task> <task path="$PROJECT_DIR$/clients"> <activation /> </task> <projects_view> <tree_state> <expand /> <select /> </tree_state> </projects_view> </state> </system> </component> <component name="FavoritesManager"> <favorites_list name="timesheet-example" /> </component> <component name="FileEditorManager"> <leaf SIDE_TABS_SIZE_LIMIT_KEY="300"> <file pinned="false" current-in-tab="true"> <entry file="file://$PROJECT_DIR$/clients/src/main/resources/public/index.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="221"> <caret line="18" column="28" selection-start-line="18" selection-start-column="28" selection-end-line="18" selection-end-column="28" /> </state> </provider> </entry> </file> <file pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/clients/src/main/resources/public/admin.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="289"> <caret line="17" column="69" selection-start-line="17" selection-start-column="69" selection-end-line="17" selection-end-column="69" /> </state> </provider> </entry> </file> <file pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/clients/src/main/kotlin/com/example/server/Controller.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="289"> <caret line="35" selection-start-line="35" selection-end-line="35" /> </state> </provider> </entry> </file> <file pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/workflows-kotlin/src/test/kotlin/com/example/test/contract/VotingContractTests.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="476"> <caret line="34" selection-start-line="34" selection-end-line="34" /> </state> </provider> </entry> </file> <file pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/workflows-kotlin/src/main/kotlin/com/example/flow/CastVote.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="1020"> <caret line="69" column="24" selection-start-line="69" selection-start-column="24" selection-end-line="69" selection-end-column="24" /> <folding> <element signature="e#26#466#0" expanded="true" /> </folding> </state> </provider> </entry> </file> <file pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/contracts-kotlin/src/main/kotlin/com/example/contract/VotingContract.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="306"> <caret line="23" column="33" selection-start-line="23" selection-start-column="33" selection-end-line="23" selection-end-column="33" /> <folding> <element signature="e#31#303#0" expanded="true" /> </folding> </state> </provider> </entry> </file> <file pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/contracts-kotlin/src/main/kotlin/com/example/state/VotingrState.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="323"> <caret line="22" selection-start-line="22" selection-end-line="22" /> </state> </provider> </entry> </file> <file pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/clients/src/main/kotlin/com/example/server/MainController.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="680"> <caret line="56" selection-start-line="56" selection-end-line="56" /> <folding> <element signature="e#28#829#0" expanded="true" /> </folding> </state> </provider> </entry> </file> <file pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/build.gradle"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="272"> <caret line="16" selection-start-line="16" selection-end-line="16" /> </state> </provider> </entry> </file> </leaf> </component> <component name="FindInProjectRecents"> <findStrings> <find>InvoiceState</find> <find>vaultQueryBy</find> <find>obj</find> <find>Invalid or unexpected token</find> </findStrings> </component> <component name="Git.Settings"> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> </component> <component name="IdeDocumentHistory"> <option name="CHANGED_PATHS"> <list> <option value="$PROJECT_DIR$/workflows-kotlin/build.gradle" /> <option value="$PROJECT_DIR$/workflows-kotlin/src/main/kotlin/com/example/flow/CastVote.kt" /> <option value="$PROJECT_DIR$/workflows-kotlin/src/test/kotlin/com/example/test/contract/InvoiceContractTests.kt" /> <option value="$PROJECT_DIR$/clients/src/main/kotlin/com/example/server/MainController.kt" /> <option value="$PROJECT_DIR$/clients/src/main/resources/public/admin.html" /> <option value="$PROJECT_DIR$/clients/src/main/kotlin/com/example/server/Controller.kt" /> <option value="$PROJECT_DIR$/contracts-kotlin/src/main/kotlin/com/example/contract/VotingContract.kt" /> <option value="$PROJECT_DIR$/contracts-kotlin/src/main/kotlin/com/example/state/VotingrState.kt" /> <option value="$PROJECT_DIR$/workflows-kotlin/src/test/kotlin/com/example/test/contract/VotingContractTests.kt" /> <option value="$PROJECT_DIR$/clients/src/main/resources/public/index.html" /> </list> </option> </component> <component name="ProjectFrameBounds" extendedState="6"> <option name="x" value="100" /> <option name="y" value="40" /> <option name="width" value="2800" /> <option name="height" value="1840" /> </component> <component name="ProjectView"> <navigator proportions="" version="1"> <foldersAlwaysOnTop value="true" /> </navigator> <panes> <pane id="ProjectPane" /> <pane id="Scope" /> <pane id="PackagesPane" /> </panes> </component> <component name="PropertiesComponent"> <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" /> <property name="last_opened_file_path" value="$PROJECT_DIR$" /> </component> <component name="RecentsManager"> <key name="CopyKotlinDeclarationDialog.RECENTS_KEY"> <recent name="com.example.test.contract" /> <recent name="com.example.state" /> <recent name="com.example.contract" /> </key> <key name="CopyFile.RECENT_KEYS"> <recent name="C:\workspace\corda\samples-release-V4\timesheet-example\clients\src\main\resources\public" /> <recent name="C:\workspace\corda\samples-release-V4\timesheet-example\clients\src\main\kotlin\com\example\server" /> <recent name="C:\workspace\corda\samples-release-V4\timesheet-example\workflows-kotlin\src\main\kotlin\com\example\flow" /> </key> </component> <component name="RunDashboard"> <option name="ruleStates"> <list> <RuleState> <option name="name" value="ConfigurationTypeDashboardGroupingRule" /> </RuleState> <RuleState> <option name="name" value="StatusDashboardGroupingRule" /> </RuleState> </list> </option> </component> <component name="RunManager" selected="Gradle.timesheet-example [runMegaCorp1Server]"> <configuration name="timesheet-example [runMegaCorp1Server]" type="GradleRunConfiguration" factoryName="Gradle" temporary="true"> <ExternalSystemSettings> <option name="executionName" /> <option name="externalProjectPath" value="$PROJECT_DIR$" /> <option name="externalSystemIdString" value="GRADLE" /> <option name="scriptParameters" /> <option name="taskDescriptions"> <list /> </option> <option name="taskNames"> <list> <option value="runMegaCorp1Server" /> </list> </option> <option name="vmOptions" /> </ExternalSystemSettings> <GradleScriptDebugEnabled>true</GradleScriptDebugEnabled> <method v="2" /> </configuration> <configuration name="VotingContractTests" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true"> <module name="timesheet-example.workflows-kotlin.test" /> <extension name="coverage"> <pattern> <option name="PATTERN" value="com.example.test.contract.*" /> <option name="ENABLED" value="true" /> </pattern> </extension> <option name="PACKAGE_NAME" value="com.example.test.contract" /> <option name="MAIN_CLASS_NAME" value="com.example.test.contract.VotingContractTests" /> <option name="TEST_OBJECT" value="class" /> <method v="2"> <option name="Make" enabled="true" /> </method> </configuration> <recent_temporary> <list> <item itemvalue="JUnit.VotingContractTests" /> <item itemvalue="Gradle.timesheet-example [runMegaCorp1Server]" /> </list> </recent_temporary> </component> <component name="SvnConfiguration"> <configuration /> </component> <component name="TaskManager"> <task active="true" id="Default" summary="Default task"> <changelist id="46f54f14-906f-4b87-848c-cc1d75e26900" name="Default Changelist" comment="" /> <created>1569202126603</created> <option name="number" value="Default" /> <option name="presentableId" value="Default" /> <updated>1569202126603</updated> </task> <servers /> </component> <component name="TestHistory"> <history-entry file="VotingContractTests - 2019.09.29 at 20h 43m 51s.xml"> <configuration name="VotingContractTests" configurationId="JUnit" /> </history-entry> <history-entry file="VotingContractTests - 2019.09.29 at 20h 45m 30s.xml"> <configuration name="VotingContractTests" configurationId="JUnit" /> </history-entry> <history-entry file="VotingContractTests - 2019.09.29 at 20h 46m 08s.xml"> <configuration name="VotingContractTests" configurationId="JUnit" /> </history-entry> <history-entry file="VotingContractTests - 2019.09.29 at 20h 53m 51s.xml"> <configuration name="VotingContractTests" configurationId="JUnit" /> </history-entry> <history-entry file="VotingContractTests - 2019.09.29 at 20h 58m 36s.xml"> <configuration name="VotingContractTests" configurationId="JUnit" /> </history-entry> <history-entry file="VotingContractTests - 2019.09.29 at 20h 59m 15s.xml"> <configuration name="VotingContractTests" configurationId="JUnit" /> </history-entry> </component> <component name="TodoView"> <todo-panel id="selected-file"> <is-autoscroll-to-source value="true" /> </todo-panel> <todo-panel id="all"> <are-packages-shown value="true" /> <is-autoscroll-to-source value="true" /> </todo-panel> </component> <component name="ToolWindowManager"> <frame x="-6" y="-6" width="1513" height="973" extended-state="6" /> <editor active="true" /> <layout> <window_info content_ui="combo" id="Project" order="0" sideWeight="0.8505338" visible="true" weight="0.2" /> <window_info id="Structure" order="1" sideWeight="0.14946619" side_tool="true" visible="true" weight="0.2" /> <window_info id="Image Layers" order="2" /> <window_info id="Designer" order="3" /> <window_info id="Capture Tool" order="4" /> <window_info id="UI Designer" order="5" /> <window_info id="Favorites" order="6" sideWeight="0.50088495" side_tool="true" weight="0.185567" /> <window_info anchor="bottom" id="Message" order="0" /> <window_info anchor="bottom" id="Find" order="1" /> <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.39739028" /> <window_info anchor="bottom" id="Debug" order="3" weight="0.4" /> <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" /> <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" /> <window_info anchor="bottom" id="TODO" order="6" weight="0.32977462" /> <window_info anchor="bottom" id="Terminal" order="7" weight="0.23487544" /> <window_info anchor="bottom" id="Event Log" order="8" side_tool="true" /> <window_info anchor="bottom" id="Version Control" order="9" /> <window_info anchor="bottom" id="Build" order="10" weight="0.32977462" /> <window_info anchor="bottom" id="Messages" order="11" weight="0.3024911" /> <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" /> <window_info anchor="right" id="Ant Build" order="1" weight="0.25" /> <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" /> <window_info anchor="right" id="Palette" order="3" /> <window_info anchor="right" id="Maven" order="4" /> <window_info anchor="right" id="Gradle" order="5" visible="true" weight="0.22955327" /> <window_info anchor="right" id="Theme Preview" order="6" /> <window_info anchor="right" id="Capture Analysis" order="7" /> <window_info anchor="right" id="Palette&#9;" order="8" /> </layout> </component> <component name="editorHistoryManager"> <entry file="file://$PROJECT_DIR$/contracts-kotlin/src/main/kotlin/com/example/contract/InvoiceContract.kt" /> <entry file="file://$PROJECT_DIR$/settings.gradle"> <provider selected="true" editor-type-id="text-editor" /> </entry> <entry file="file://$PROJECT_DIR$/TRADEMARK"> <provider selected="true" editor-type-id="text-editor" /> </entry> <entry file="file://$PROJECT_DIR$/clients/src/main/kotlin/com/example/server/NodeRPCConnection.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="136"> <caret line="15" selection-start-line="15" selection-end-line="15" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/workflows-kotlin/src/main/kotlin/com/example/flow/PayInvoiceFlow.kt" /> <entry file="file://$PROJECT_DIR$/workflows-kotlin/src/main/kotlin/com/example/flow/QueryRateHandler.kt" /> <entry file="file://$PROJECT_DIR$/workflows-kotlin/src/main/kotlin/com/example/service/SalaryRateOracle.kt" /> <entry file="file://$PROJECT_DIR$/gradlew"> <provider selected="true" editor-type-id="text-editor" /> </entry> <entry file="file://$PROJECT_DIR$/gradlew.bat"> <provider selected="true" editor-type-id="text-editor" /> </entry> <entry file="file://$PROJECT_DIR$/workflows-kotlin/src/main/kotlin/com/example/service/RateOf.kt" /> <entry file="file://$PROJECT_DIR$/workflows-kotlin/src/main/kotlin/com/example/service/Rate.kt" /> <entry file="file://$PROJECT_DIR$/workflows-kotlin/src/main/kotlin/com/example/flow/SignHandler.kt" /> <entry file="file://$PROJECT_DIR$/gradle.properties"> <provider selected="true" editor-type-id="text-editor" /> </entry> <entry file="file://$PROJECT_DIR$/contracts-kotlin/src/main/kotlin/com/example/state/InvoiceState.kt" /> <entry file="file://$PROJECT_DIR$/workflows-kotlin/src/main/kotlin/com/example/flow/IssueInvoiceFlow.kt" /> <entry file="file://$PROJECT_DIR$/contracts-kotlin/src/main/kotlin/com/example/schema/InvoiceSchema.kt" /> <entry file="file://$PROJECT_DIR$/workflows-kotlin/build.gradle"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="1751"> <caret line="104" column="22" selection-start-line="104" selection-start-column="14" selection-end-line="104" selection-end-column="42" /> <folding> <element signature="e#0#54#0" expanded="true" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/workflows-kotlin/src/test/kotlin/com/example/test/flow/IssueInvoiceFlowTests.kt" /> <entry file="file://$PROJECT_DIR$/clients/build.gradle"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="1020"> <caret line="60" column="31" selection-start-line="60" selection-start-column="31" selection-end-line="60" selection-end-column="31" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/clients/src/main/kotlin/com/example/server/Server.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="323"> <caret line="25" column="5" selection-start-line="25" selection-start-column="5" selection-end-line="25" selection-end-column="5" /> </state> </provider> </entry> <entry file="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/net.corda/corda-core/4.0/f157f0cd83cd4a5f0a99ed59e718ac62443b52fc/corda-core-4.0-sources.jar!/net/corda/core/contracts/Structures.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="3723"> <caret line="233" column="67" selection-start-line="233" selection-start-column="67" selection-end-line="233" selection-end-column="67" /> </state> </provider> </entry> <entry file="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/net.corda/corda-core/4.0/f157f0cd83cd4a5f0a99ed59e718ac62443b52fc/corda-core-4.0-sources.jar!/net/corda/core/node/NodeInfo.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="748"> <caret line="48" selection-start-line="48" selection-end-line="48" /> </state> </provider> </entry> <entry file="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/net.corda/corda-core/4.0/f157f0cd83cd4a5f0a99ed59e718ac62443b52fc/corda-core-4.0-sources.jar!/net/corda/core/messaging/CordaRPCOps.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="6783"> <caret line="424" column="107" selection-start-line="424" selection-start-column="107" selection-end-line="424" selection-end-column="107" /> </state> </provider> </entry> <entry file="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/net.corda/corda-core/4.0/f157f0cd83cd4a5f0a99ed59e718ac62443b52fc/corda-core-4.0-sources.jar!/net/corda/core/node/services/VaultService.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="3128"> <caret line="206" column="62" selection-start-line="206" selection-start-column="62" selection-end-line="206" selection-end-column="62" /> </state> </provider> </entry> <entry file="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.2.71/2e8041d08283cbbb58ad131617486fc6449f6c85/kotlin-stdlib-1.2.71-sources.jar!/kotlin/Collections.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="2040"> <caret line="134" column="17" selection-start-line="134" selection-start-column="17" selection-end-line="134" selection-end-column="17" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/workflows-kotlin/src/test/kotlin/com/example/test/contract/InvoiceContractTests.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="357"> <caret line="21" column="1" lean-forward="true" selection-start-line="21" selection-start-column="1" selection-end-line="21" selection-end-column="1" /> <folding> <element signature="e#35#251#0" expanded="true" /> </folding> </state> </provider> </entry> <entry file="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/net.corda/corda-core/4.0/f157f0cd83cd4a5f0a99ed59e718ac62443b52fc/corda-core-4.0-sources.jar!/net/corda/core/contracts/UniqueIdentifier.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="187"> <caret line="22" column="57" selection-start-line="22" selection-start-column="57" selection-end-line="22" selection-end-column="57" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/clients/src/main/resources/public/index.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="221"> <caret line="18" column="28" selection-start-line="18" selection-start-column="28" selection-end-line="18" selection-end-column="28" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/clients/src/main/resources/public/admin.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="289"> <caret line="17" column="69" selection-start-line="17" selection-start-column="69" selection-end-line="17" selection-end-column="69" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/clients/src/main/kotlin/com/example/server/Controller.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="289"> <caret line="35" selection-start-line="35" selection-end-line="35" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/workflows-kotlin/src/test/kotlin/com/example/test/contract/VotingContractTests.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="476"> <caret line="34" selection-start-line="34" selection-end-line="34" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/workflows-kotlin/src/main/kotlin/com/example/flow/CastVote.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="1020"> <caret line="69" column="24" selection-start-line="69" selection-start-column="24" selection-end-line="69" selection-end-column="24" /> <folding> <element signature="e#26#466#0" expanded="true" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/contracts-kotlin/src/main/kotlin/com/example/contract/VotingContract.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="306"> <caret line="23" column="33" selection-start-line="23" selection-start-column="33" selection-end-line="23" selection-end-column="33" /> <folding> <element signature="e#31#303#0" expanded="true" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/contracts-kotlin/src/main/kotlin/com/example/state/VotingrState.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="323"> <caret line="22" selection-start-line="22" selection-end-line="22" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/clients/src/main/kotlin/com/example/server/MainController.kt"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="680"> <caret line="56" selection-start-line="56" selection-end-line="56" /> <folding> <element signature="e#28#829#0" expanded="true" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/build.gradle"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="272"> <caret line="16" selection-start-line="16" selection-end-line="16" /> </state> </provider> </entry> </component> <component name="masterDetails"> <states> <state key="ProjectJDKs.UI"> <settings> <last-edited>1.8</last-edited> <splitter-proportions> <option name="proportions"> <list> <option value="0.2" /> </list> </option> </splitter-proportions> </settings> </state> </states> </component> </project>
50.152574
210
0.642085
d21f479a7b389960a608c3039514eb87aca381bb
5,243
xml
XML
app/res/layout/entry.xml
mkttanabe/WakeOnLanGCM
d7ee985dc05f22edb32494f79f235e89424e7733
[ "Apache-2.0" ]
null
null
null
app/res/layout/entry.xml
mkttanabe/WakeOnLanGCM
d7ee985dc05f22edb32494f79f235e89424e7733
[ "Apache-2.0" ]
null
null
null
app/res/layout/entry.xml
mkttanabe/WakeOnLanGCM
d7ee985dc05f22edb32494f79f235e89424e7733
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/entry" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" > <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" > <TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center" android:text="@string/WordAddOrEditEntry" android:textAppearance="?android:attr/textAppearanceLarge" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" > <TextView android:id="@+id/line" android:layout_width="fill_parent" android:layout_height="1dp" android:background="#CCCCCC" > </TextView> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" > <TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="0.8" android:gravity="center" android:text="@string/WordEntryName" android:textAppearance="?android:attr/textAppearanceMedium" /> <TextView android:id="@+id/textView2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="0.2" android:gravity="center" android:text="@string/WordPortNumber" android:textAppearance="?android:attr/textAppearanceMedium" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" > <EditText android:id="@+id/entryName" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="0.8" android:digits="0123456789abcdefghijklmnopqrstuvwxyz" android:hint="@string/MsgHint1" android:inputType="textEmailAddress" android:scrollHorizontally="true" /> <EditText android:id="@+id/port" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="0.2" android:inputType="text|numberSigned" android:scrollHorizontally="true" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" > <TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center" android:text="@string/WordMacAddress" android:textAppearance="?android:attr/textAppearanceMedium" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" > <EditText android:id="@+id/mac0" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1" android:digits="0123456789abcdef" android:inputType="text" android:scrollHorizontally="true" /> <EditText android:id="@+id/mac1" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1" android:digits="0123456789abcdef" android:inputType="text" android:scrollHorizontally="true" /> <EditText android:id="@+id/mac2" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1" android:digits="0123456789abcdef" android:inputType="text" android:scrollHorizontally="true" /> <EditText android:id="@+id/mac3" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1" android:digits="0123456789abcdef" android:inputType="text" android:scrollHorizontally="true" /> <EditText android:id="@+id/mac4" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1" android:digits="0123456789abcdef" android:inputType="text" android:scrollHorizontally="true" /> <EditText android:id="@+id/mac5" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1" android:digits="0123456789abcdef" android:inputType="text" android:scrollHorizontally="true" /> </LinearLayout> </LinearLayout>
34.267974
74
0.601564
1b4a285e078907c42c3bfb6f73d2a8374ab431c2
7,389
xsd
XML
repository/xmlschema-bindings/src/main/xsd/fieldtype.xsd
stevekaeser/daisycms
5f94f39f01e0a51c77812a62baef36caa7435024
[ "Apache-2.0" ]
null
null
null
repository/xmlschema-bindings/src/main/xsd/fieldtype.xsd
stevekaeser/daisycms
5f94f39f01e0a51c77812a62baef36caa7435024
[ "Apache-2.0" ]
8
2021-02-03T19:38:14.000Z
2022-01-27T16:24:28.000Z
repository/xmlschema-bindings/src/main/xsd/fieldtype.xsd
stevekaeser/daisycms
5f94f39f01e0a51c77812a62baef36caa7435024
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <xs:schema elementFormDefault="qualified" targetNamespace="http://outerx.org/daisy/1.0" xmlns:daisy="http://outerx.org/daisy/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:include schemaLocation="i18n.xsd"/> <xs:element name="fieldType"> <xs:complexType> <xs:sequence> <xs:element ref="daisy:labels"/> <xs:element ref="daisy:descriptions"/> <xs:element minOccurs="0" ref="daisy:selectionList"/> </xs:sequence> <xs:attribute name="id" type="xs:long" use="optional"/> <xs:attribute name="name" type="xs:string" use="required"/> <xs:attribute name="valueType" type="xs:string" use="required"/> <xs:attribute name="deprecated" type="xs:boolean" use="required"/> <xs:attribute name="aclAllowed" type="xs:boolean" use="required"/> <xs:attribute name="multiValue" type="xs:boolean" use="required"/> <xs:attribute name="hierarchical" type="xs:boolean" use="required"/> <xs:attribute name="allowFreeEntry" type="xs:boolean" use="required"/> <xs:attribute name="loadSelectionListAsync" type="xs:boolean" use="required"/> <xs:attribute name="lastModified" type="xs:dateTime" use="optional"/> <xs:attribute name="lastModifier" type="xs:long" use="optional"/> <xs:attribute name="updateCount" type="xs:long" use="optional"/> <xs:attribute name="size" type="xs:int" use="required"/> </xs:complexType> </xs:element> <xs:element name="fieldTypes"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="daisy:fieldType"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="selectionList"> <xs:complexType> <xs:choice maxOccurs="1" minOccurs="1"> <xs:element ref="daisy:staticSelectionList"/> <xs:element ref="daisy:linkQuerySelectionList"/> <xs:element ref="daisy:querySelectionList"/> <xs:element ref="daisy:hierarchicalQuerySelectionList"/> <xs:element ref="daisy:parentLinkedSelectionList"/> </xs:choice> </xs:complexType> </xs:element> <xs:element name="staticSelectionList"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="daisy:listItem"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="listItem"> <xs:complexType> <xs:complexContent> <xs:extension base="daisy:fieldValuesType"> <xs:sequence> <xs:element minOccurs="0" ref="daisy:labels"/> <!--In hierarchical selection lists, a listItem can again contain listItems--> <xs:element maxOccurs="unbounded" minOccurs="0" ref="daisy:listItem"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:complexType name="fieldValuesType"> <xs:choice maxOccurs="unbounded" minOccurs="1"> <xs:element name="string" type="xs:string"/> <xs:element name="date" type="xs:date"/> <xs:element name="dateTime" type="xs:dateTime"/> <xs:element name="long" type="xs:long"/> <xs:element name="double" type="xs:double"/> <xs:element name="decimal" type="xs:decimal"/> <xs:element name="boolean" type="xs:boolean"/> <xs:element ref="daisy:link"/> <xs:element name="hierarchyPath"> <xs:complexType> <xs:complexContent> <xs:restriction base="daisy:fieldValuesType"> <xs:choice maxOccurs="unbounded" minOccurs="1"> <xs:element name="string" type="xs:string"/> <xs:element name="date" type="xs:date"/> <xs:element name="dateTime" type="xs:dateTime"/> <xs:element name="long" type="xs:long"/> <xs:element name="double" type="xs:double"/> <xs:element name="decimal" type="xs:decimal"/> <xs:element name="boolean" type="xs:boolean"/> <xs:element ref="daisy:link"/> </xs:choice> </xs:restriction> </xs:complexContent> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> <xs:element name="link"> <xs:complexType> <xs:attribute name="documentId" type="xs:string" use="required"/> <xs:attribute name="branchId" type="xs:long" use="optional"/> <xs:attribute name="languageId" type="xs:long" use="optional"/> </xs:complexType> </xs:element> <xs:element name="linkQuerySelectionList"> <xs:complexType> <xs:sequence> <xs:element name="whereClause" type="xs:string"/> <xs:element name="filterVariants" type="xs:boolean"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="hierarchicalQuerySelectionList"> <xs:complexType> <xs:sequence> <xs:element name="whereClause" type="xs:string"/> <xs:element name="filterVariants" type="xs:boolean"/> <xs:element name="linkFieldNames"> <xs:complexType> <xs:sequence maxOccurs="unbounded" minOccurs="0"> <xs:element name="linkFieldName" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="parentLinkedSelectionList"> <xs:complexType> <xs:sequence> <xs:element name="whereClause" type="xs:string"/> <xs:element name="filterVariants" type="xs:boolean"/> <xs:element name="parentLinkField" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="querySelectionList"> <xs:complexType> <xs:sequence> <xs:element name="query" type="xs:string"/> <xs:element name="filterVariants" type="xs:boolean"/> <xs:element name="sortOrder" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="fieldTypeCreated"> <xs:complexType> <xs:sequence> <xs:element name="newFieldType"> <xs:complexType> <xs:sequence> <xs:element ref="daisy:fieldType"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="fieldTypeUpdated"> <xs:complexType> <xs:sequence> <xs:element name="oldFieldType"> <xs:complexType> <xs:sequence> <xs:element ref="daisy:fieldType"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="newFieldType"> <xs:complexType> <xs:sequence> <xs:element ref="daisy:fieldType"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="fieldTypeDeleted"> <xs:complexType> <xs:sequence> <xs:element name="deletedFieldType"> <xs:complexType> <xs:sequence> <xs:element ref="daisy:fieldType"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="deleterId" type="xs:long"/> <xs:attribute name="deletedTime" type="xs:dateTime"/> </xs:complexType> </xs:element> </xs:schema>
38.685864
174
0.600893
ce248d6c45f8e92aca48d130b27e1284591e7404
895
mxml
XML
src/com/axiomalaska/integratedlayers/views/panels/time_slider/TimeSlider.mxml
Ecotrust/crks
266bf22a7d7c38448ca5960dbf303263a0d3643b
[ "BSD-2-Clause" ]
null
null
null
src/com/axiomalaska/integratedlayers/views/panels/time_slider/TimeSlider.mxml
Ecotrust/crks
266bf22a7d7c38448ca5960dbf303263a0d3643b
[ "BSD-2-Clause" ]
null
null
null
src/com/axiomalaska/integratedlayers/views/panels/time_slider/TimeSlider.mxml
Ecotrust/crks
266bf22a7d7c38448ca5960dbf303263a0d3643b
[ "BSD-2-Clause" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <mx:HSlider xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" trackSkin="skins.time_slider.TimeSliderTrackSkin" xmlns:mx="library://ns.adobe.com/flex/mx" width="100%" liveDragging="true" dataTipFormatFunction="formatDataTip"> <fx:Script> <![CDATA[ private function formatDataTip($value:Number):String{ return formatDate(new Date($value)); } private function formatDate($date:Date):String{ function padStr($str:String):String{ if($str.length < 2){ $str = '0' + $str; } return $str; } return padStr($date.getUTCMonth() + 1) + '/' + padStr($date.getUTCDate()) + '/' + $date.getUTCFullYear(); } ]]> </fx:Script> <fx:Declarations> <!-- Place non-visual elements (e.g., services, value objects) here --> </fx:Declarations> </mx:HSlider>
28.870968
109
0.63352
04a2e065433447515386ef80539721eeab98c0c4
2,972
xml
XML
ext/pldata/propbank-frames-2.1.5/frames/writing-n.xml
TeamSPoon/logicmoo_nlu
5c3e5013a3048da7d68a8a43476ad84d3ea4bb47
[ "MIT" ]
6
2020-01-27T12:08:02.000Z
2020-02-28T19:30:28.000Z
ext/pldata/propbank-frames-2.1.5/frames/writing-n.xml
TeamSPoon/logicmoo_nlu
5c3e5013a3048da7d68a8a43476ad84d3ea4bb47
[ "MIT" ]
1
2020-02-02T13:12:34.000Z
2020-02-02T13:12:34.000Z
ext/pldata/propbank-frames-2.1.5/frames/writing-n.xml
TeamSPoon/logicmoo_nlu
5c3e5013a3048da7d68a8a43476ad84d3ea4bb47
[ "MIT" ]
null
null
null
<!DOCTYPE frameset SYSTEM "frameset.dtd"> <frameset> <predicate lemma="writing"> <roleset framnet="" id="writing.01" name="set pen to paper" vncls="37.11 26.7 37.7 25.2 37.1.1"> <roles> <role descr="Writer" f="" n="0"> <vnrole vncls="26.7" vntheta="agent"/> <vnrole vncls="25.2" vntheta="agent"/> <vnrole vncls="37.11" vntheta="agent"/> <vnrole vncls="37.7" vntheta="agent"/> <vnrole vncls="37.1.1" vntheta="agent"/> </role> <role descr="Thing written" f="ppt" n="1"> <vnrole vncls="26.7" vntheta="theme"/> <vnrole vncls="25.2" vntheta="theme"/> <vnrole vncls="37.11" vntheta="topic"/> <vnrole vncls="37.7" vntheta="topic"/> <vnrole vncls="37.1.1" vntheta="topic"/> </role> <role descr="Benefactive" f="gol" n="2"> <vnrole vncls="26.7" vntheta="beneficiary"/> <vnrole vncls="37.11" vntheta="recipient"/> <vnrole vncls="37.7" vntheta="recipient"/> <vnrole vncls="37.1.1" vntheta="recipient"/> </role> <note/> </roles> <example name="Arg 1 in a PP" src="" type=""> <inflection aspect="ns" form="ns" person="ns" tense="ns" voice="ns"/> <text>The writing of the section on aboriginal culture</text> <rel f="">writing</rel> <arg f="" n="1">of the section on aboriginal culture</arg> <note/> </example> <example name="Arg 0" src="" type=""> <inflection aspect="ns" form="ns" person="ns" tense="ns" voice="ns"/> <text>His own writing</text> <arg f="" n="0">His</arg> <rel f="">writing</rel> <note/> </example> <example name="Another form of Arg 1" src="" type=""> <inflection aspect="ns" form="ns" person="ns" tense="ns" voice="ns"/> <text>Given his penchant for book writing, it is suprising that none of the masters of scandal survival have yet published a guide to the art.</text> <arg f="" n="1">book</arg> <rel f="">writing</rel> <note/> </example> <note>Added due to nombank expansion. Member of Vncls lecture-37.11-1, performance-26.7-2-1, say-37.7, scribble-25.2, transfer_mesg-37.1.1-1-1. Comparison to 'write.01'. No FN class. Framed by Katie.</note> </roleset> <note/> </predicate> <note/> </frameset>
43.072464
218
0.452221
0e05396ad70b5c2ce238bca669447aec5756390e
19,673
storyboard
XML
Water My Plants/Water My Plants/Storyboards/Base.lproj/Main.storyboard
1-water-my-plants/iOS
c1dc16abb9b3e6517d55d04f99c3ec3a527e04cc
[ "MIT" ]
null
null
null
Water My Plants/Water My Plants/Storyboards/Base.lproj/Main.storyboard
1-water-my-plants/iOS
c1dc16abb9b3e6517d55d04f99c3ec3a527e04cc
[ "MIT" ]
2
2020-02-29T17:54:58.000Z
2020-03-05T23:58:48.000Z
Water My Plants/Water My Plants/Storyboards/Base.lproj/Main.storyboard
1-water-my-plants/iOS
c1dc16abb9b3e6517d55d04f99c3ec3a527e04cc
[ "MIT" ]
1
2020-02-27T02:39:11.000Z
2020-02-27T02:39:11.000Z
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="2Qq-WC-1tx"> <device id="retina5_9" orientation="portrait" appearance="light"/> <dependencies> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/> <capability name="Safe area layout guides" minToolsVersion="9.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <scenes> <!--Animation View Controller--> <scene sceneID="vwC-C9-UmG"> <objects> <viewController modalPresentationStyle="fullScreen" id="2Qq-WC-1tx" customClass="AnimationViewController" customModule="Water_My_Plants" customModuleProvider="target" sceneMemberID="viewController"> <view key="view" contentMode="scaleToFill" id="u4t-r5-KyT"> <rect key="frame" x="0.0" y="0.0" width="375" height="812"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="p1C-lG-Mh8" customClass="AnimationView" customModule="Lottie"> <rect key="frame" x="0.0" y="0.0" width="375" height="812"/> <subviews> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Water My Plants" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="clq-wv-3KL"> <rect key="frame" x="40" y="566" width="295" height="49.333333333333371"/> <fontDescription key="fontDescription" name="AvenirNext-DemiBold" family="Avenir Next" pointSize="36"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> </subviews> <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <constraints> <constraint firstAttribute="bottom" secondItem="clq-wv-3KL" secondAttribute="bottom" constant="196.66666666666663" id="atc-vu-jJg"/> <constraint firstAttribute="trailing" secondItem="clq-wv-3KL" secondAttribute="trailing" constant="40" id="fMA-Th-laW"/> <constraint firstItem="clq-wv-3KL" firstAttribute="leading" secondItem="p1C-lG-Mh8" secondAttribute="leading" constant="40" id="jTM-v0-ZPn"/> <constraint firstItem="clq-wv-3KL" firstAttribute="centerX" secondItem="p1C-lG-Mh8" secondAttribute="centerX" id="xAw-pH-ltv"/> </constraints> </view> </subviews> <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <constraints> <constraint firstItem="4io-yN-h0c" firstAttribute="trailing" secondItem="p1C-lG-Mh8" secondAttribute="trailing" id="Sdf-Gs-heN"/> <constraint firstItem="p1C-lG-Mh8" firstAttribute="leading" secondItem="4io-yN-h0c" secondAttribute="leading" id="UFo-ZR-pgF"/> <constraint firstItem="4io-yN-h0c" firstAttribute="bottom" secondItem="p1C-lG-Mh8" secondAttribute="bottom" constant="-34" id="tko-MI-gv1"/> <constraint firstItem="p1C-lG-Mh8" firstAttribute="top" secondItem="4io-yN-h0c" secondAttribute="top" constant="-44" id="vYF-wD-x1b"/> </constraints> <viewLayoutGuide key="safeArea" id="4io-yN-h0c"/> </view> <connections> <outlet property="animationView" destination="p1C-lG-Mh8" id="WNk-wH-gmK"/> </connections> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="CTl-Wk-p6f" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="-10847.200000000001" y="-635.46798029556658"/> </scene> <!--Login View Controller--> <scene sceneID="1FF-1m-5MQ"> <objects> <viewController storyboardIdentifier="LoginViewSegue" modalPresentationStyle="fullScreen" id="jE6-V8-UNO" customClass="LoginViewController" customModule="Water_My_Plants" customModuleProvider="target" sceneMemberID="viewController"> <view key="view" contentMode="scaleToFill" id="Jaw-LO-whG"> <rect key="frame" x="0.0" y="0.0" width="375" height="812"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="GrJ-8Q-yNa"> <rect key="frame" x="10" y="16" width="404" height="263"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <subviews> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="signInScreenPhoto" translatesAutoresizingMaskIntoConstraints="NO" id="pvZ-Mo-JV1"> <rect key="frame" x="-16" y="-18" width="420" height="292"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> </imageView> </subviews> <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> </view> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="POT-P8-QRa"> <rect key="frame" x="-1.6666666666666572" y="260" width="378.33333333333326" height="552"/> <subviews> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Water My Plants" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Qce-o9-GAq"> <rect key="frame" x="20" y="20" width="338.33333333333331" height="41"/> <fontDescription key="fontDescription" style="UICTFontTextStyleTitle0"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Username" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6P8-l2-8dQ"> <rect key="frame" x="16" y="96" width="83" height="21"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <fontDescription key="fontDescription" type="system" pointSize="17"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Password" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="udn-3O-XEF"> <rect key="frame" x="16" y="210" width="74" height="21"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <fontDescription key="fontDescription" type="system" pointSize="17"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6SZ-fj-q7h"> <rect key="frame" x="8" y="455" width="362" height="43"/> <color key="backgroundColor" red="0.25098039220000001" green="0.27058823529999998" blue="0.30588235289999999" alpha="1" colorSpace="calibratedRGB"/> <constraints> <constraint firstAttribute="height" constant="43" id="TW2-B9-BoZ"/> </constraints> <fontDescription key="fontDescription" type="system" weight="medium" pointSize="24"/> <state key="normal" title="Create Account"> <color key="titleColor" red="0.94901960780000005" green="0.89411764709999997" blue="0.79215686269999996" alpha="1" colorSpace="calibratedRGB"/> </state> <connections> <segue destination="Efj-wh-Xig" kind="presentation" identifier="SignUpSegue" modalPresentationStyle="fullScreen" modalTransitionStyle="coverVertical" id="LLi-mN-tjK"/> </connections> </button> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="8Ii-fN-HdY"> <rect key="frame" x="80.333333333333343" y="407" width="218.00000000000003" height="33"/> <fontDescription key="fontDescription" type="system" pointSize="17"/> <state key="normal" title="Forgot username/password?"> <color key="titleColor" systemColor="systemGrayColor" red="0.5568627451" green="0.5568627451" blue="0.57647058819999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </state> </button> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="cgu-Xv-9Cq"> <rect key="frame" x="0.0" y="359" width="378" height="43"/> <color key="backgroundColor" systemColor="systemBlueColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <constraints> <constraint firstAttribute="height" constant="43" id="6k6-32-fxp"/> <constraint firstAttribute="width" constant="378" id="DEE-0l-hcM"/> </constraints> <fontDescription key="fontDescription" type="system" pointSize="24"/> <state key="normal" title="Sign In"> <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> </state> <connections> <action selector="login:" destination="jE6-V8-UNO" eventType="touchUpInside" id="TCA-03-LCT"/> </connections> </button> </subviews> <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <constraints> <constraint firstAttribute="trailing" secondItem="Qce-o9-GAq" secondAttribute="trailing" constant="20" id="2s9-Ee-I6b"/> <constraint firstItem="cgu-Xv-9Cq" firstAttribute="centerX" secondItem="6SZ-fj-q7h" secondAttribute="centerX" id="5Dd-fo-ecH"/> <constraint firstItem="6SZ-fj-q7h" firstAttribute="top" secondItem="8Ii-fN-HdY" secondAttribute="bottom" constant="15" id="5xl-63-D2C"/> <constraint firstAttribute="bottom" secondItem="cgu-Xv-9Cq" secondAttribute="bottom" constant="150" id="Hc8-OK-bMs"/> <constraint firstItem="cgu-Xv-9Cq" firstAttribute="leading" secondItem="POT-P8-QRa" secondAttribute="leading" id="Ns8-II-CT4"/> <constraint firstItem="8Ii-fN-HdY" firstAttribute="top" secondItem="cgu-Xv-9Cq" secondAttribute="bottom" constant="5" id="Oga-HC-rBO"/> <constraint firstItem="8Ii-fN-HdY" firstAttribute="centerX" secondItem="POT-P8-QRa" secondAttribute="centerX" id="Wcr-r8-ZEJ"/> <constraint firstItem="Qce-o9-GAq" firstAttribute="leading" secondItem="POT-P8-QRa" secondAttribute="leading" constant="20" id="mfg-rW-AL7"/> <constraint firstAttribute="trailing" secondItem="cgu-Xv-9Cq" secondAttribute="trailing" constant="0.33333333333325754" id="prn-nW-Cif"/> <constraint firstItem="6SZ-fj-q7h" firstAttribute="leading" secondItem="POT-P8-QRa" secondAttribute="leading" constant="8" id="rFX-oA-1mA"/> <constraint firstItem="Qce-o9-GAq" firstAttribute="top" secondItem="POT-P8-QRa" secondAttribute="top" constant="20" id="yPK-7I-VYB"/> <constraint firstItem="Qce-o9-GAq" firstAttribute="centerX" secondItem="POT-P8-QRa" secondAttribute="centerX" id="ykf-Ah-XIr"/> </constraints> </view> </subviews> <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> <constraints> <constraint firstItem="POT-P8-QRa" firstAttribute="top" secondItem="m43-U3-L1t" secondAttribute="top" constant="216" id="Wyn-HG-JRE"/> <constraint firstAttribute="bottomMargin" secondItem="POT-P8-QRa" secondAttribute="bottom" constant="-34" id="ZXk-LK-GcS"/> <constraint firstItem="POT-P8-QRa" firstAttribute="centerX" secondItem="Jaw-LO-whG" secondAttribute="centerX" id="nLp-g0-O9r"/> </constraints> <viewLayoutGuide key="safeArea" id="m43-U3-L1t"/> </view> <navigationItem key="navigationItem" id="cRD-di-D8O"/> <connections> <outlet property="createAccountButton" destination="6SZ-fj-q7h" id="iRJ-pq-Kx4"/> <outlet property="signInButton" destination="cgu-Xv-9Cq" id="eQ9-sM-jG5"/> <outlet property="signInView" destination="POT-P8-QRa" id="fun-Ql-mqO"/> <segue destination="ruZ-cR-G3s" kind="show" identifier="NewSegue" id="VHu-yq-bKS"/> <segue destination="4f7-9u-Fct" kind="presentation" identifier="DashboardSegue" modalPresentationStyle="fullScreen" id="uvl-km-jQw"/> </connections> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="qnb-k5-kz0" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="-9868" y="-635.46798029556658"/> </scene> <!--Dashboard--> <scene sceneID="vAS-mi-ecR"> <objects> <viewControllerPlaceholder storyboardName="Dashboard" id="ruZ-cR-G3s" sceneMemberID="viewController"> <navigationItem key="navigationItem" id="Y58-Vb-Ce2"/> </viewControllerPlaceholder> <placeholder placeholderIdentifier="IBFirstResponder" id="gb7-jj-UUr" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="-8466" y="-927"/> </scene> <!--Dashboard--> <scene sceneID="r0z-DL-lgy"> <objects> <viewControllerPlaceholder storyboardName="Dashboard" id="4f7-9u-Fct" sceneMemberID="viewController"> <navigationItem key="navigationItem" id="pcA-g8-5RS"/> </viewControllerPlaceholder> <placeholder placeholderIdentifier="IBFirstResponder" id="fkQ-Bj-bmP" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="-8315.2000000000007" y="-762.5615763546798"/> </scene> <!--signUp--> <scene sceneID="z7u-Ed-jiH"> <objects> <viewControllerPlaceholder storyboardName="signUp" id="Efj-wh-Xig" sceneMemberID="viewController"/> <placeholder placeholderIdentifier="IBFirstResponder" id="spC-Nd-KRr" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="-8284" y="-541.62561576354688"/> </scene> </scenes> <resources> <image name="signInScreenPhoto" width="228" height="160.5"/> </resources> </document>
96.436275
377
0.559549
855882e57c9c7a5b12fb370311acfaa42fff050a
75,455
kml
XML
cds/2012/KY-6/shape.kml
backwardn/districts
c8dd956f9854bdd55494b79213b7712ec9a3e384
[ "CC0-1.0" ]
210
2015-02-23T16:30:41.000Z
2022-02-01T14:31:46.000Z
cds/2012/KY-6/shape.kml
backwardn/districts
c8dd956f9854bdd55494b79213b7712ec9a3e384
[ "CC0-1.0" ]
21
2015-09-18T05:41:58.000Z
2022-02-17T22:59:43.000Z
cds/2012/KY-6/shape.kml
backwardn/districts
c8dd956f9854bdd55494b79213b7712ec9a3e384
[ "CC0-1.0" ]
96
2015-08-25T13:11:03.000Z
2022-01-21T23:19:17.000Z
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Document> <Placemark><name>KY 6</name><MultiGeometry><Polygon><outerBoundaryIs><LinearRing><coordinates>-85.170045,37.994646,0 -85.169359,37.997576,0 -85.168345,37.998768,0 -85.165161,38.000516,0 -85.164393,38.001532,0 -85.161661,38.001593,0 -85.161121,38.000489,0 -85.162024,37.999395,0 -85.163493,37.998368,0 -85.164006,37.99756,0 -85.1631,37.995172,0 -85.163901,37.992156,0 -85.16365,37.991301,0 -85.162725,37.990619,0 -85.161894,37.990574,0 -85.158577,37.992722,0 -85.156229,37.992992,0 -85.154757,37.991715,0 -85.153236,37.98842,0 -85.152215,37.98813,0 -85.151262,37.988362,0 -85.150814,37.989004,0 -85.151045,37.993906,0 -85.14801,37.996481,0 -85.148419,37.997024,0 -85.151063,37.998408,0 -85.151189,37.999112,0 -85.150517,37.999602,0 -85.147083,37.998764,0 -85.144494,37.997385,0 -85.142564,37.996882,0 -85.141756,37.997401,0 -85.141773,37.999307,0 -85.140954,38.001065,0 -85.140803,38.002266,0 -85.140217,38.002613,0 -85.139632,38.001968,0 -85.139403,37.998927,0 -85.138205,37.99743,0 -85.137247,37.997086,0 -85.134422,37.996893,0 -85.131699,37.995904,0 -85.130265,37.996165,0 -85.129849,37.996929,0 -85.129904,37.998858,0 -85.128966,38.001042,0 -85.128352,38.002001,0 -85.126365,38.003659,0 -85.123224,38.009841,0 -85.124311,38.012769,0 -85.124783,38.015444,0 -85.125635,38.016386,0 -85.126452,38.020292,0 -85.125748,38.020848,0 -85.123071,38.021252,0 -85.120992,38.020822,0 -85.119238,38.020952,0 -85.118962,38.021682,0 -85.119619,38.023225,0 -85.120977,38.024639,0 -85.120832,38.025759,0 -85.119571,38.025986,0 -85.113129,38.025644,0 -85.1093,38.027169,0 -85.109278,38.028048,0 -85.108612,38.0296,0 -85.106488,38.030742,0 -85.102177,38.037116,0 -85.101035,38.037251,0 -85.098974,38.036803,0 -85.098387,38.037434,0 -85.09727,38.037717,0 -85.096345,38.038712,0 -85.094501,38.039123,0 -85.093398,38.039863,0 -85.09039,38.039553,0 -85.087124,38.040793,0 -85.083616,38.040876,0 -85.082549,38.042057,0 -85.078551,38.044736,0 -85.077435,38.045984,0 -85.075115,38.049836,0 -85.074715,38.051355,0 -85.074135,38.05199,0 -85.073865,38.053775,0 -85.071298,38.058153,0 -85.066257,38.059778,0 -85.061962,38.06251,0 -85.060527,38.064829,0 -85.059979,38.066915,0 -85.058964,38.068137,0 -85.056632,38.068595,0 -85.055355,38.069903,0 -85.054039,38.07058,0 -85.047783,38.072341,0 -85.0485,38.073647,0 -85.049291,38.074317,0 -85.051991,38.074876,0 -85.052624,38.07544,0 -85.052912,38.076847,0 -85.053516,38.077654,0 -85.05348,38.079384,0 -85.054163,38.081224,0 -85.054089,38.083345,0 -85.054538,38.084223,0 -85.052557,38.085852,0 -85.051442,38.087519,0 -85.051688,38.088082,0 -85.052852,38.08884,0 -85.05283,38.089556,0 -85.048952,38.094705,0 -85.047658,38.0975,0 -85.048044,38.100196,0 -85.046032,38.103691,0 -85.046555,38.104443,0 -85.044917,38.10738,0 -85.045846,38.108973,0 -85.046272,38.110958,0 -85.044871,38.111823,0 -85.044751,38.113001,0 -85.044103,38.11345,0 -85.041727,38.113663,0 -85.041746,38.114289,0 -85.039524,38.119857,0 -85.037308,38.119902,0 -85.035963,38.120758,0 -85.03488,38.120947,0 -85.030904,38.124449,0 -85.026452,38.124108,0 -85.024161,38.125625,0 -85.02363,38.126638,0 -85.022403,38.127501,0 -85.022326,38.128603,0 -85.023838,38.129129,0 -85.024264,38.130587,0 -85.022883,38.131839,0 -85.023107,38.133343,0 -85.022572,38.13416,0 -85.020072,38.134716,0 -85.018745,38.136307,0 -85.01885,38.137268,0 -85.019375,38.138011,0 -85.018925,38.139153,0 -85.018954,38.14009,0 -85.019997,38.141523,0 -85.019871,38.142197,0 -85.01807,38.143153,0 -85.017936,38.143502,0 -85.018472,38.144336,0 -85.018394,38.14469,0 -85.016698,38.145644,0 -85.016546,38.146804,0 -85.014897,38.147691,0 -85.012453,38.149849,0 -85.012497,38.150178,0 -85.00557,38.158495,0 -85.003804,38.1602,0 -85.004034,38.16092,0 -85.005538,38.162347,0 -85.009564,38.162605,0 -85.010354,38.164921,0 -85.009751,38.165573,0 -85.006215,38.164909,0 -85.004846,38.166706,0 -85.003231,38.167458,0 -85.003866,38.168167,0 -85.008399,38.168284,0 -85.009312,38.168786,0 -85.008934,38.169517,0 -85.005981,38.170573,0 -85.005701,38.171528,0 -85.006571,38.173417,0 -85.008504,38.174401,0 -85.008966,38.175319,0 -85.008595,38.176083,0 -85.00748,38.17578,0 -85.001032,38.226152,0 -84.998898,38.274979,0 -84.956959,38.332271,0 -84.997667,38.335586,0 -84.906256,38.374836,0 -84.892357,38.3552,0 -84.889652,38.354818,0 -84.88851,38.35405,0 -84.88621,38.353724,0 -84.885335,38.352992,0 -84.884978,38.351895,0 -84.884079,38.351527,0 -84.882955,38.355526,0 -84.882047,38.356596,0 -84.88096,38.356874,0 -84.872663,38.35652,0 -84.870482,38.356751,0 -84.870088,38.356334,0 -84.860425,38.356548,0 -84.85799,38.357108,0 -84.854155,38.355169,0 -84.849015,38.354638,0 -84.845956,38.355373,0 -84.841539,38.355875,0 -84.840929,38.356414,0 -84.839829,38.356271,0 -84.838628,38.356957,0 -84.8368,38.355963,0 -84.836414,38.355335,0 -84.836421,38.354623,0 -84.834893,38.353725,0 -84.834628,38.3532,0 -84.832855,38.352935,0 -84.833075,38.351646,0 -84.832059,38.350751,0 -84.830299,38.350878,0 -84.828506,38.349732,0 -84.827689,38.349587,0 -84.827782,38.348533,0 -84.827141,38.348189,0 -84.824089,38.348303,0 -84.82309,38.349249,0 -84.822149,38.349596,0 -84.818451,38.347792,0 -84.815735,38.348022,0 -84.814794,38.348802,0 -84.81509,38.349636,0 -84.814383,38.349862,0 -84.813441,38.349395,0 -84.812136,38.349982,0 -84.811289,38.349146,0 -84.8104,38.348855,0 -84.808762,38.349306,0 -84.807979,38.348557,0 -84.806423,38.348303,0 -84.804671,38.346643,0 -84.803387,38.346827,0 -84.803014,38.346568,0 -84.802021,38.345634,0 -84.801712,38.344409,0 -84.800051,38.344164,0 -84.798533,38.343007,0 -84.798379,38.342004,0 -84.797175,38.341286,0 -84.796721,38.340223,0 -84.793228,38.338505,0 -84.746226,38.349481,0 -84.705988,38.370102,0 -84.64946,38.416567,0 -84.623583,38.431191,0 -84.560674,38.492378,0 -84.560169,38.49207,0 -84.558854,38.492128,0 -84.557997,38.492516,0 -84.558046,38.492922,0 -84.557375,38.492917,0 -84.554931,38.492182,0 -84.553786,38.491351,0 -84.553134,38.490307,0 -84.551392,38.479015,0 -84.549111,38.474809,0 -84.54713,38.468096,0 -84.546401,38.466801,0 -84.543918,38.464735,0 -84.541729,38.463531,0 -84.531932,38.458886,0 -84.530885,38.457663,0 -84.526601,38.450648,0 -84.526092,38.449249,0 -84.526127,38.448164,0 -84.526984,38.446331,0 -84.527109,38.445031,0 -84.526437,38.438427,0 -84.527948,38.43325,0 -84.526628,38.433218,0 -84.52597,38.432086,0 -84.523676,38.431232,0 -84.523323,38.42931,0 -84.522521,38.428198,0 -84.518936,38.427973,0 -84.517288,38.426307,0 -84.516219,38.426132,0 -84.516068,38.425475,0 -84.51301,38.426267,0 -84.511818,38.425223,0 -84.510941,38.4227,0 -84.50985,38.42242,0 -84.508727,38.421116,0 -84.507281,38.420401,0 -84.505513,38.421147,0 -84.504756,38.420374,0 -84.503499,38.419793,0 -84.502645,38.418684,0 -84.500189,38.418299,0 -84.49792,38.417305,0 -84.495513,38.417264,0 -84.494909,38.416798,0 -84.494697,38.416019,0 -84.493123,38.414895,0 -84.49093,38.414226,0 -84.489297,38.41138,0 -84.488579,38.411216,0 -84.488066,38.410593,0 -84.485535,38.410322,0 -84.484723,38.407709,0 -84.483568,38.407694,0 -84.482999,38.407303,0 -84.482713,38.40618,0 -84.482111,38.405342,0 -84.480921,38.405033,0 -84.48122,38.404102,0 -84.480782,38.403291,0 -84.478939,38.402688,0 -84.477143,38.401334,0 -84.474249,38.400216,0 -84.474429,38.399483,0 -84.473199,38.398159,0 -84.472805,38.396717,0 -84.471302,38.396176,0 -84.472064,38.395192,0 -84.471822,38.394444,0 -84.470537,38.393776,0 -84.469936,38.392943,0 -84.467748,38.393058,0 -84.467828,38.392159,0 -84.466741,38.390977,0 -84.467325,38.390076,0 -84.466578,38.389303,0 -84.466301,38.387769,0 -84.46469,38.386924,0 -84.463418,38.385161,0 -84.462358,38.384598,0 -84.462754,38.383404,0 -84.462204,38.380652,0 -84.461291,38.379511,0 -84.460359,38.379126,0 -84.460157,38.377045,0 -84.458901,38.376459,0 -84.458108,38.373545,0 -84.458938,38.37277,0 -84.460746,38.372485,0 -84.460949,38.370692,0 -84.460238,38.37023,0 -84.461113,38.367303,0 -84.460471,38.366027,0 -84.462503,38.3649,0 -84.462832,38.363961,0 -84.461922,38.362152,0 -84.462737,38.359093,0 -84.462626,38.357996,0 -84.461303,38.355769,0 -84.46169,38.35348,0 -84.46123,38.352839,0 -84.457674,38.351401,0 -84.457677,38.350783,0 -84.458744,38.349537,0 -84.459445,38.349524,0 -84.460891,38.348425,0 -84.459562,38.346933,0 -84.459103,38.343711,0 -84.456943,38.342628,0 -84.4569,38.341207,0 -84.456146,38.340326,0 -84.456904,38.339095,0 -84.456349,38.338511,0 -84.456298,38.336761,0 -84.453493,38.335448,0 -84.454067,38.334659,0 -84.453689,38.334245,0 -84.453815,38.333437,0 -84.452216,38.333041,0 -84.45237,38.331549,0 -84.450924,38.331472,0 -84.450659,38.33089,0 -84.44914,38.331123,0 -84.44837,38.328845,0 -84.446526,38.328796,0 -84.446331,38.327322,0 -84.447054,38.325986,0 -84.446312,38.325065,0 -84.446646,38.324401,0 -84.444181,38.324531,0 -84.443756,38.32431,0 -84.44434,38.323287,0 -84.443944,38.32235,0 -84.444835,38.32174,0 -84.444674,38.321259,0 -84.444023,38.320573,0 -84.443015,38.320578,0 -84.441748,38.319604,0 -84.439962,38.319263,0 -84.440461,38.317891,0 -84.439861,38.31718,0 -84.440295,38.316428,0 -84.439863,38.315121,0 -84.437409,38.313252,0 -84.437859,38.312171,0 -84.436113,38.310399,0 -84.436979,38.309462,0 -84.436411,38.308067,0 -84.435754,38.307665,0 -84.435661,38.307208,0 -84.43398,38.306788,0 -84.434783,38.305553,0 -84.433815,38.304523,0 -84.433848,38.304159,0 -84.434915,38.303146,0 -84.434982,38.302629,0 -84.43486,38.301951,0 -84.43341,38.30068,0 -84.432841,38.299569,0 -84.433007,38.299058,0 -84.433887,38.297785,0 -84.435997,38.297034,0 -84.436833,38.296263,0 -84.437739,38.296373,0 -84.439095,38.297227,0 -84.440662,38.296482,0 -84.440364,38.295737,0 -84.441777,38.294632,0 -84.441278,38.293972,0 -84.442125,38.292721,0 -84.441995,38.291587,0 -84.44281,38.291402,0 -84.44367,38.28943,0 -84.442191,38.288023,0 -84.442251,38.287588,0 -84.443433,38.286564,0 -84.444712,38.28615,0 -84.444511,38.28561,0 -84.44487,38.284739,0 -84.444632,38.284305,0 -84.444063,38.28378,0 -84.442964,38.283733,0 -84.442661,38.283236,0 -84.441137,38.283729,0 -84.437381,38.283611,0 -84.436437,38.283185,0 -84.435236,38.281785,0 -84.433527,38.280495,0 -84.4325,38.280257,0 -84.430155,38.280462,0 -84.429002,38.27967,0 -84.424926,38.281,0 -84.424062,38.281963,0 -84.423202,38.282327,0 -84.42317,38.282881,0 -84.422327,38.282822,0 -84.421591,38.283878,0 -84.421684,38.285556,0 -84.419059,38.286989,0 -84.419017,38.287268,0 -84.417001,38.287669,0 -84.414984,38.287548,0 -84.414111,38.286849,0 -84.412114,38.286512,0 -84.409816,38.285672,0 -84.40954,38.28532,0 -84.410091,38.284927,0 -84.408883,38.284553,0 -84.405479,38.284838,0 -84.403416,38.284549,0 -84.403319,38.284065,0 -84.401825,38.283838,0 -84.400348,38.284675,0 -84.398215,38.284104,0 -84.398362,38.283617,0 -84.397761,38.28341,0 -84.398006,38.282889,0 -84.397813,38.282695,0 -84.396644,38.282597,0 -84.396591,38.283168,0 -84.396095,38.283179,0 -84.395638,38.283683,0 -84.393819,38.282936,0 -84.393354,38.282416,0 -84.389124,38.28261,0 -84.388273,38.282014,0 -84.38734,38.282088,0 -84.387073,38.281452,0 -84.385791,38.280783,0 -84.384517,38.279133,0 -84.383629,38.279365,0 -84.383248,38.278663,0 -84.382742,38.278612,0 -84.381908,38.279188,0 -84.378762,38.277852,0 -84.37827,38.278556,0 -84.377196,38.278676,0 -84.377195,38.279199,0 -84.374863,38.278822,0 -84.372679,38.27931,0 -84.371584,38.28079,0 -84.371497,38.281608,0 -84.370618,38.281377,0 -84.369939,38.281632,0 -84.370274,38.282617,0 -84.369903,38.282829,0 -84.369293,38.282523,0 -84.368988,38.283323,0 -84.36746,38.284207,0 -84.367032,38.285671,0 -84.367245,38.28632,0 -84.366613,38.287094,0 -84.36661,38.288117,0 -84.365958,38.289805,0 -84.362835,38.294789,0 -84.361984,38.295675,0 -84.359885,38.296038,0 -84.358158,38.294274,0 -84.357737,38.292711,0 -84.358904,38.291138,0 -84.358844,38.290704,0 -84.356985,38.289719,0 -84.355614,38.288252,0 -84.354493,38.288263,0 -84.353288,38.28761,0 -84.350577,38.287233,0 -84.349123,38.286187,0 -84.345476,38.285099,0 -84.344544,38.28511,0 -84.343323,38.285978,0 -84.341411,38.286522,0 -84.33983,38.287819,0 -84.33781,38.288921,0 -84.336741,38.289275,0 -84.334085,38.288648,0 -84.333436,38.289358,0 -84.333455,38.290242,0 -84.333897,38.290833,0 -84.33588,38.290901,0 -84.338605,38.291548,0 -84.341201,38.292846,0 -84.342499,38.294988,0 -84.341238,38.296275,0 -84.340053,38.296613,0 -84.338903,38.296537,0 -84.336296,38.294636,0 -84.331859,38.292967,0 -84.325978,38.294527,0 -84.323084,38.297741,0 -84.321761,38.297661,0 -84.320646,38.296027,0 -84.319163,38.295962,0 -84.317352,38.29779,0 -84.315715,38.301942,0 -84.312886,38.30382,0 -84.312333,38.304072,0 -84.308702,38.304034,0 -84.307184,38.30499,0 -84.304995,38.304836,0 -84.304574,38.305214,0 -84.304955,38.306084,0 -84.305947,38.306744,0 -84.307408,38.307163,0 -84.308454,38.307849,0 -84.309913,38.307486,0 -84.310121,38.307882,0 -84.310277,38.309999,0 -84.309868,38.311395,0 -84.308807,38.312366,0 -84.307355,38.312446,0 -84.306955,38.312907,0 -84.306169,38.3131,0 -84.305915,38.315578,0 -84.302472,38.321938,0 -84.301475,38.326113,0 -84.301371,38.32935,0 -84.301618,38.33048,0 -84.307101,38.337708,0 -84.307486,38.338788,0 -84.307772,38.342113,0 -84.306721,38.341769,0 -84.306117,38.340822,0 -84.303103,38.341598,0 -84.302572,38.342012,0 -84.303277,38.345587,0 -84.30277,38.348624,0 -84.298969,38.354351,0 -84.294377,38.364727,0 -84.294186,38.367081,0 -84.294602,38.368197,0 -84.297825,38.366517,0 -84.301381,38.366721,0 -84.302559,38.367281,0 -84.303096,38.368077,0 -84.303893,38.372225,0 -84.305118,38.371667,0 -84.309714,38.37245,0 -84.314695,38.37425,0 -84.306411,38.382314,0 -84.297758,38.387957,0 -84.297077,38.392969,0 -84.302046,38.393361,0 -84.301786,38.394064,0 -84.300248,38.393957,0 -84.300152,38.394567,0 -84.301802,38.394724,0 -84.301305,38.395467,0 -84.298263,38.397899,0 -84.298159,38.396246,0 -84.297615,38.395835,0 -84.296804,38.39579,0 -84.296777,38.394947,0 -84.295708,38.39808,0 -84.297438,38.398506,0 -84.296457,38.40016,0 -84.295826,38.399024,0 -84.295422,38.396454,0 -84.293722,38.397613,0 -84.292668,38.397519,0 -84.292208,38.39708,0 -84.292334,38.396212,0 -84.291016,38.395378,0 -84.290744,38.394252,0 -84.28969,38.394279,0 -84.289432,38.393807,0 -84.287961,38.393477,0 -84.287388,38.393933,0 -84.286293,38.394125,0 -84.285428,38.395064,0 -84.283971,38.394835,0 -84.280978,38.39606,0 -84.273896,38.400876,0 -84.271744,38.403385,0 -84.267738,38.410886,0 -84.263457,38.412986,0 -84.257509,38.417098,0 -84.256775,38.421763,0 -84.254467,38.429515,0 -84.249493,38.435965,0 -84.248759,38.437637,0 -84.248311,38.440244,0 -84.246273,38.44362,0 -84.241151,38.450295,0 -84.238937,38.455433,0 -84.229427,38.456018,0 -84.227784,38.456382,0 -84.226429,38.45615,0 -84.224513,38.456555,0 -84.217924,38.455919,0 -84.213483,38.456097,0 -84.212182,38.456723,0 -84.210975,38.458363,0 -84.207082,38.46149,0 -84.201606,38.462548,0 -84.199332,38.463598,0 -84.197611,38.463689,0 -84.197205,38.464349,0 -84.197371,38.465866,0 -84.19673,38.466795,0 -84.189504,38.471228,0 -84.186801,38.470941,0 -84.183126,38.468055,0 -84.181504,38.467164,0 -84.174247,38.467479,0 -84.171959,38.467124,0 -84.170099,38.467892,0 -84.168492,38.468001,0 -84.166743,38.467643,0 -84.165516,38.468992,0 -84.164063,38.469977,0 -84.163491,38.471227,0 -84.160466,38.472783,0 -84.158562,38.473177,0 -84.158045,38.474766,0 -84.157145,38.475023,0 -84.156615,38.476066,0 -84.149769,38.479092,0 -84.151501,38.48108,0 -84.151992,38.482282,0 -84.15185,38.486062,0 -84.151162,38.488559,0 -84.151433,38.489796,0 -84.153211,38.490001,0 -84.159684,38.486685,0 -84.165591,38.485062,0 -84.170899,38.485957,0 -84.173823,38.48791,0 -84.174375,38.490049,0 -84.174076,38.491191,0 -84.172086,38.493607,0 -84.168595,38.494847,0 -84.163379,38.494933,0 -84.160659,38.4953,0 -84.158567,38.496397,0 -84.158065,38.497309,0 -84.158244,38.499282,0 -84.159033,38.500292,0 -84.161372,38.501786,0 -84.163451,38.502048,0 -84.17506,38.501901,0 -84.176664,38.501106,0 -84.177715,38.497892,0 -84.179084,38.496452,0 -84.181323,38.49611,0 -84.183143,38.496712,0 -84.183689,38.49741,0 -84.183903,38.498019,0 -84.183673,38.50059,0 -84.18263,38.503953,0 -84.182192,38.50855,0 -84.18294,38.517155,0 -84.182528,38.519416,0 -84.181752,38.519599,0 -84.179631,38.522319,0 -84.17927,38.52572,0 -84.178383,38.528041,0 -84.178315,38.533305,0 -84.177394,38.534027,0 -84.171961,38.534585,0 -84.170893,38.535618,0 -84.168472,38.536654,0 -84.163577,38.539495,0 -84.163253,38.540311,0 -84.163284,38.541812,0 -84.164339,38.544041,0 -84.164429,38.545061,0 -84.163654,38.546993,0 -84.163891,38.548431,0 -84.161757,38.552794,0 -84.162031,38.554125,0 -84.161278,38.553949,0 -84.159795,38.554431,0 -84.157702,38.554015,0 -84.155919,38.554134,0 -84.1543,38.553009,0 -84.154511,38.552077,0 -84.153763,38.550951,0 -84.151693,38.550031,0 -84.14921,38.550759,0 -84.146365,38.549802,0 -84.142499,38.551131,0 -84.141764,38.551983,0 -84.139645,38.552652,0 -84.138753,38.553477,0 -84.136203,38.554054,0 -84.135983,38.554504,0 -84.13633,38.556382,0 -84.135546,38.557052,0 -84.133425,38.558166,0 -84.132633,38.557985,0 -84.130986,38.558341,0 -84.128433,38.559783,0 -84.127552,38.561036,0 -84.12566,38.561332,0 -84.124896,38.56243,0 -84.122329,38.563575,0 -84.122315,38.564155,0 -84.124813,38.568465,0 -84.12193,38.570349,0 -84.114722,38.570852,0 -84.112038,38.573772,0 -84.109233,38.575933,0 -84.108932,38.57834,0 -84.108039,38.579791,0 -84.10592,38.580374,0 -84.103744,38.580437,0 -84.102422,38.581143,0 -84.102458,38.582401,0 -84.105093,38.585053,0 -84.104477,38.586288,0 -84.101719,38.587117,0 -84.097832,38.587705,0 -84.096368,38.588376,0 -84.095805,38.589533,0 -84.095662,38.591295,0 -84.095209,38.591982,0 -84.090769,38.59544,0 -84.08301,38.598089,0 -84.082427,38.598976,0 -84.082334,38.600347,0 -84.084851,38.605536,0 -84.085009,38.606455,0 -84.084713,38.608092,0 -84.083367,38.608621,0 -84.082466,38.608175,0 -84.080135,38.605549,0 -84.078757,38.604568,0 -84.078545,38.601996,0 -84.078963,38.599929,0 -84.07856,38.598735,0 -84.077981,38.598337,0 -84.076611,38.598118,0 -84.074408,38.598636,0 -84.072277,38.600792,0 -84.06993,38.602496,0 -84.069431,38.603844,0 -84.068614,38.603941,0 -84.06647,38.603257,0 -84.065976,38.602375,0 -84.066366,38.601389,0 -84.067799,38.599727,0 -84.067899,38.598562,0 -84.06722,38.597757,0 -84.066356,38.597488,0 -84.065804,38.597659,0 -84.06334,38.59907,0 -84.061955,38.599413,0 -84.060221,38.599275,0 -84.0595,38.598896,0 -84.058472,38.597407,0 -84.060892,38.593468,0 -84.060939,38.592784,0 -84.060397,38.592013,0 -84.058296,38.591375,0 -84.057328,38.591346,0 -84.055397,38.592739,0 -84.053457,38.595884,0 -84.053466,38.596785,0 -84.055032,38.598595,0 -84.055103,38.599079,0 -84.05136,38.602115,0 -84.050252,38.602592,0 -84.047461,38.601999,0 -84.045435,38.600641,0 -84.04486,38.599541,0 -84.044419,38.596152,0 -84.044707,38.595294,0 -84.045854,38.594413,0 -84.046809,38.594351,0 -84.048911,38.595012,0 -84.050654,38.594381,0 -84.051569,38.593724,0 -84.052442,38.592525,0 -84.052502,38.591887,0 -84.051821,38.591082,0 -84.049716,38.590564,0 -84.048184,38.590692,0 -84.04552,38.592688,0 -84.039847,38.594752,0 -84.037251,38.596277,0 -84.034591,38.596628,0 -84.032907,38.596116,0 -84.032205,38.59563,0 -84.031872,38.594905,0 -84.032997,38.594286,0 -84.034687,38.594062,0 -84.035034,38.593702,0 -84.034824,38.593147,0 -84.032586,38.591825,0 -84.031932,38.590624,0 -84.032763,38.586307,0 -84.034412,38.583929,0 -84.034205,38.583275,0 -84.033695,38.582947,0 -84.028392,38.582398,0 -84.023569,38.583861,0 -84.023214,38.585586,0 -84.025539,38.590902,0 -84.024986,38.591685,0 -84.021929,38.594211,0 -84.020287,38.594769,0 -84.019023,38.594804,0 -84.018161,38.594458,0 -84.017009,38.591915,0 -84.015784,38.590528,0 -84.015819,38.589276,0 -84.016826,38.587815,0 -84.020055,38.586213,0 -84.020474,38.585715,0 -84.020192,38.584762,0 -84.018628,38.583965,0 -84.017566,38.583825,0 -84.015032,38.583621,0 -84.009052,38.584752,0 -84.008132,38.585576,0 -84.006683,38.589317,0 -84.004678,38.589771,0 -84.002354,38.589576,0 -84.001082,38.58894,0 -83.999017,38.586175,0 -83.998936,38.584191,0 -83.997761,38.583431,0 -83.996767,38.583334,0 -83.994317,38.585536,0 -83.993367,38.587003,0 -83.992557,38.590198,0 -83.993038,38.592675,0 -83.992504,38.593364,0 -83.991605,38.593701,0 -83.988857,38.593815,0 -83.987323,38.5931,0 -83.987496,38.592289,0 -83.989257,38.590794,0 -83.989329,38.590197,0 -83.988981,38.58985,0 -83.984226,38.590628,0 -83.978281,38.588952,0 -83.974301,38.589399,0 -83.97337,38.589091,0 -83.970778,38.587208,0 -83.970425,38.586303,0 -83.970573,38.585622,0 -83.971249,38.585149,0 -83.973037,38.584996,0 -83.974428,38.584438,0 -83.974635,38.583921,0 -83.9744,38.582428,0 -83.970004,38.58199,0 -83.9683,38.58277,0 -83.960936,38.532713,0 -83.942271,38.50451,0 -83.930348,38.492278,0 -83.85928,38.456348,0 -83.755933,38.492345,0 -83.745511,38.493898,0 -83.721744,38.503982,0 -83.641852,38.525381,0 -83.640351,38.522383,0 -83.638894,38.521393,0 -83.63663,38.517759,0 -83.634553,38.51819,0 -83.633131,38.521437,0 -83.632345,38.52196,0 -83.628762,38.522064,0 -83.627832,38.520668,0 -83.626903,38.520636,0 -83.626379,38.520013,0 -83.625886,38.518076,0 -83.626214,38.517247,0 -83.629823,38.516311,0 -83.631148,38.515596,0 -83.630511,38.515029,0 -83.627096,38.513543,0 -83.6261,38.512177,0 -83.626223,38.511121,0 -83.626908,38.510641,0 -83.631308,38.509709,0 -83.632485,38.508568,0 -83.63226,38.507456,0 -83.630882,38.507021,0 -83.628932,38.50693,0 -83.627192,38.505825,0 -83.62512,38.50368,0 -83.621032,38.504657,0 -83.617081,38.504452,0 -83.616097,38.50428,0 -83.615515,38.503274,0 -83.613746,38.502387,0 -83.611842,38.502036,0 -83.608949,38.502185,0 -83.608005,38.502698,0 -83.607724,38.50333,0 -83.608106,38.506035,0 -83.607849,38.506456,0 -83.607017,38.506481,0 -83.606614,38.505307,0 -83.605279,38.505903,0 -83.603259,38.505466,0 -83.603044,38.50518,0 -83.60325,38.504583,0 -83.605684,38.501208,0 -83.605704,38.50015,0 -83.605042,38.499959,0 -83.602863,38.501072,0 -83.599808,38.502078,0 -83.598921,38.501788,0 -83.598138,38.500584,0 -83.598212,38.499571,0 -83.6012,38.496881,0 -83.601471,38.496158,0 -83.601296,38.495887,0 -83.599249,38.494422,0 -83.595275,38.494924,0 -83.593866,38.4945,0 -83.59364,38.494039,0 -83.593931,38.493461,0 -83.596874,38.491605,0 -83.597176,38.49097,0 -83.59542,38.490145,0 -83.592571,38.490715,0 -83.590852,38.490344,0 -83.590282,38.489702,0 -83.590423,38.489283,0 -83.592263,38.489705,0 -83.593335,38.489031,0 -83.593111,38.486081,0 -83.592177,38.485509,0 -83.590085,38.485363,0 -83.587596,38.485633,0 -83.587008,38.485246,0 -83.587186,38.484297,0 -83.589824,38.483419,0 -83.589928,38.482669,0 -83.588876,38.481598,0 -83.585572,38.482511,0 -83.585046,38.482194,0 -83.585001,38.481652,0 -83.586713,38.479125,0 -83.588561,38.47736,0 -83.587755,38.475615,0 -83.589587,38.474079,0 -83.585999,38.473166,0 -83.58494,38.472083,0 -83.584421,38.472068,0 -83.584083,38.471382,0 -83.582618,38.471385,0 -83.582931,38.47084,0 -83.58258,38.469708,0 -83.583527,38.47006,0 -83.585185,38.469045,0 -83.584502,38.468611,0 -83.583628,38.468923,0 -83.583103,38.468772,0 -83.582637,38.467363,0 -83.583036,38.466433,0 -83.582366,38.466013,0 -83.582406,38.465541,0 -83.580306,38.465209,0 -83.580352,38.464727,0 -83.581871,38.464183,0 -83.582588,38.462461,0 -83.581563,38.46221,0 -83.580853,38.46153,0 -83.579887,38.461954,0 -83.579106,38.461602,0 -83.578343,38.459864,0 -83.577914,38.459603,0 -83.577959,38.45856,0 -83.577501,38.458398,0 -83.576791,38.457188,0 -83.577169,38.455871,0 -83.578921,38.455219,0 -83.579517,38.454007,0 -83.579426,38.452792,0 -83.578128,38.452376,0 -83.578392,38.451676,0 -83.57798,38.450422,0 -83.578241,38.450172,0 -83.577866,38.449206,0 -83.577904,38.447807,0 -83.577174,38.447524,0 -83.577253,38.447008,0 -83.575729,38.446481,0 -83.576224,38.445145,0 -83.574843,38.444667,0 -83.575713,38.443607,0 -83.576452,38.44347,0 -83.576151,38.442913,0 -83.576732,38.442966,0 -83.577632,38.442371,0 -83.577692,38.441873,0 -83.578608,38.442192,0 -83.579038,38.441957,0 -83.578564,38.440619,0 -83.579307,38.439348,0 -83.580252,38.439439,0 -83.580332,38.438733,0 -83.581492,38.438533,0 -83.581295,38.438018,0 -83.581747,38.437851,0 -83.581396,38.437603,0 -83.581752,38.437248,0 -83.581427,38.43655,0 -83.582448,38.435624,0 -83.58272,38.434637,0 -83.582374,38.433875,0 -83.582816,38.433347,0 -83.581979,38.432989,0 -83.58267,38.432897,0 -83.582743,38.432615,0 -83.580566,38.430169,0 -83.579966,38.429935,0 -83.579081,38.430166,0 -83.578926,38.429617,0 -83.578209,38.429825,0 -83.577195,38.429341,0 -83.576468,38.429544,0 -83.576146,38.429161,0 -83.575659,38.429395,0 -83.575288,38.428785,0 -83.572877,38.429075,0 -83.571708,38.428149,0 -83.570627,38.428227,0 -83.56965,38.427681,0 -83.568962,38.427744,0 -83.566891,38.42658,0 -83.564214,38.426561,0 -83.562816,38.425424,0 -83.561535,38.425292,0 -83.560191,38.424437,0 -83.558451,38.423913,0 -83.555296,38.42209,0 -83.555159,38.421654,0 -83.552905,38.420139,0 -83.54579,38.418271,0 -83.5418,38.418607,0 -83.539595,38.417501,0 -83.53738,38.417148,0 -83.536513,38.416221,0 -83.532449,38.41742,0 -83.530489,38.418507,0 -83.529499,38.418581,0 -83.528253,38.417877,0 -83.527363,38.417769,0 -83.526903,38.416684,0 -83.527259,38.415262,0 -83.52886,38.412414,0 -83.528137,38.41201,0 -83.528283,38.411185,0 -83.526615,38.410915,0 -83.523482,38.408678,0 -83.522509,38.409113,0 -83.520955,38.411301,0 -83.519887,38.410963,0 -83.518495,38.411025,0 -83.518108,38.411654,0 -83.516031,38.41292,0 -83.515701,38.413833,0 -83.51489,38.414678,0 -83.512852,38.415031,0 -83.511663,38.414054,0 -83.511361,38.413047,0 -83.512683,38.411429,0 -83.512605,38.410486,0 -83.510356,38.411039,0 -83.509166,38.410792,0 -83.507499,38.411769,0 -83.505488,38.411038,0 -83.505182,38.410628,0 -83.5053,38.409623,0 -83.503606,38.407387,0 -83.503607,38.406216,0 -83.502471,38.406246,0 -83.501025,38.405193,0 -83.499899,38.404813,0 -83.499524,38.404004,0 -83.498436,38.40313,0 -83.49837,38.401966,0 -83.497874,38.401582,0 -83.497434,38.401587,0 -83.496386,38.402532,0 -83.495041,38.402627,0 -83.494418,38.403289,0 -83.492793,38.404086,0 -83.492174,38.404019,0 -83.491041,38.403012,0 -83.488303,38.404407,0 -83.487479,38.404346,0 -83.485718,38.405087,0 -83.485384,38.404495,0 -83.484305,38.40394,0 -83.482137,38.404452,0 -83.481165,38.403103,0 -83.47721,38.401502,0 -83.476214,38.399698,0 -83.473285,38.398704,0 -83.474033,38.396907,0 -83.471361,38.396862,0 -83.46959,38.398102,0 -83.466833,38.398982,0 -83.465773,38.398261,0 -83.46609,38.397609,0 -83.465927,38.397023,0 -83.464473,38.396402,0 -83.465097,38.394989,0 -83.466541,38.394055,0 -83.466379,38.393609,0 -83.46558,38.393039,0 -83.464154,38.393375,0 -83.462513,38.392903,0 -83.462293,38.392611,0 -83.462365,38.390636,0 -83.460573,38.390019,0 -83.45842,38.388319,0 -83.45945,38.386841,0 -83.459033,38.385397,0 -83.459338,38.383964,0 -83.456613,38.384233,0 -83.456072,38.383767,0 -83.455537,38.381246,0 -83.453993,38.381911,0 -83.453097,38.381938,0 -83.45273,38.381566,0 -83.453345,38.38031,0 -83.453577,38.377457,0 -83.454707,38.377325,0 -83.455558,38.375472,0 -83.45693,38.37473,0 -83.45643,38.372607,0 -83.458156,38.371956,0 -83.460111,38.373002,0 -83.463102,38.373196,0 -83.465023,38.371831,0 -83.464564,38.370848,0 -83.463519,38.370222,0 -83.462506,38.368814,0 -83.464223,38.367604,0 -83.463917,38.367013,0 -83.462548,38.366508,0 -83.461713,38.364843,0 -83.460443,38.364423,0 -83.459403,38.362414,0 -83.458064,38.361986,0 -83.459998,38.361008,0 -83.460976,38.359781,0 -83.462953,38.359539,0 -83.463285,38.358414,0 -83.465424,38.357992,0 -83.466893,38.35669,0 -83.470207,38.355217,0 -83.471717,38.355511,0 -83.47278,38.35743,0 -83.471461,38.358215,0 -83.471391,38.358613,0 -83.473797,38.360556,0 -83.475106,38.36027,0 -83.476871,38.359256,0 -83.481983,38.359716,0 -83.482678,38.359178,0 -83.483051,38.358275,0 -83.484835,38.356054,0 -83.485419,38.354684,0 -83.486288,38.353787,0 -83.487912,38.353043,0 -83.48788,38.35237,0 -83.488824,38.351674,0 -83.490817,38.352135,0 -83.491963,38.351291,0 -83.493331,38.351277,0 -83.49385,38.350766,0 -83.494718,38.350522,0 -83.496371,38.350544,0 -83.497207,38.350006,0 -83.498562,38.349822,0 -83.499394,38.349135,0 -83.49892,38.347355,0 -83.49777,38.346307,0 -83.49849,38.344612,0 -83.500668,38.343988,0 -83.501417,38.342479,0 -83.499498,38.341467,0 -83.498887,38.340376,0 -83.495787,38.339667,0 -83.496141,38.337043,0 -83.494665,38.335931,0 -83.495882,38.334742,0 -83.49799,38.333886,0 -83.497496,38.332673,0 -83.4952,38.332294,0 -83.494484,38.331889,0 -83.494065,38.330873,0 -83.494159,38.329817,0 -83.492901,38.327924,0 -83.49151,38.328013,0 -83.490708,38.329213,0 -83.488631,38.326827,0 -83.488086,38.324496,0 -83.489127,38.323968,0 -83.489729,38.323153,0 -83.490707,38.322998,0 -83.491251,38.323118,0 -83.491565,38.324055,0 -83.492284,38.324387,0 -83.495353,38.324303,0 -83.495417,38.322107,0 -83.496956,38.321397,0 -83.497722,38.319776,0 -83.499455,38.318899,0 -83.499644,38.317279,0 -83.501487,38.316158,0 -83.500871,38.313023,0 -83.501692,38.311485,0 -83.502759,38.31098,0 -83.502723,38.309002,0 -83.504096,38.307597,0 -83.505316,38.304706,0 -83.504878,38.301639,0 -83.505347,38.300207,0 -83.503841,38.298536,0 -83.503552,38.2975,0 -83.504526,38.295173,0 -83.505396,38.294132,0 -83.506865,38.293676,0 -83.512207,38.293335,0 -83.5139,38.292556,0 -83.514281,38.292054,0 -83.513385,38.287438,0 -83.512343,38.285835,0 -83.512437,38.284607,0 -83.509764,38.283262,0 -83.510664,38.282028,0 -83.510579,38.281161,0 -83.509596,38.279276,0 -83.509507,38.278359,0 -83.509072,38.278098,0 -83.50817,38.278197,0 -83.507927,38.27788,0 -83.507785,38.276091,0 -83.508183,38.275166,0 -83.507953,38.273155,0 -83.505556,38.272336,0 -83.505755,38.271756,0 -83.507019,38.270659,0 -83.50716,38.269447,0 -83.508305,38.268985,0 -83.510022,38.269685,0 -83.511562,38.269754,0 -83.511975,38.268442,0 -83.514574,38.267875,0 -83.51631,38.266003,0 -83.51803,38.267,0 -83.52039,38.267719,0 -83.522298,38.26724,0 -83.522784,38.265276,0 -83.521983,38.264699,0 -83.521785,38.263981,0 -83.520579,38.263778,0 -83.522483,38.262285,0 -83.522914,38.260969,0 -83.524008,38.260124,0 -83.522072,38.259107,0 -83.521289,38.258273,0 -83.521142,38.257494,0 -83.524999,38.254617,0 -83.529015,38.255416,0 -83.531049,38.254882,0 -83.531929,38.255142,0 -83.533369,38.254248,0 -83.534924,38.254028,0 -83.537172,38.251842,0 -83.537889,38.24972,0 -83.535602,38.248553,0 -83.537907,38.246923,0 -83.539283,38.245229,0 -83.540191,38.244747,0 -83.543982,38.244764,0 -83.545744,38.243299,0 -83.547359,38.242724,0 -83.551166,38.240381,0 -83.553742,38.239782,0 -83.554258,38.238175,0 -83.555908,38.237557,0 -83.556629,38.2369,0 -83.558211,38.233273,0 -83.558988,38.232661,0 -83.559229,38.231763,0 -83.55988,38.231007,0 -83.559306,38.225314,0 -83.560127,38.223361,0 -83.560332,38.220903,0 -83.561043,38.219708,0 -83.561809,38.219329,0 -83.56397,38.216731,0 -83.565355,38.216627,0 -83.577126,38.213746,0 -83.578135,38.214312,0 -83.578377,38.215481,0 -83.581948,38.218445,0 -83.586792,38.21828,0 -83.587383,38.217653,0 -83.586956,38.215501,0 -83.587106,38.214884,0 -83.592798,38.209783,0 -83.596554,38.209573,0 -83.597131,38.209306,0 -83.598731,38.207501,0 -83.598922,38.20597,0 -83.60049,38.203471,0 -83.604396,38.202336,0 -83.606085,38.202619,0 -83.60773,38.20178,0 -83.609585,38.201554,0 -83.610387,38.201924,0 -83.611434,38.203066,0 -83.612462,38.203236,0 -83.613357,38.200762,0 -83.613092,38.199849,0 -83.613406,38.198138,0 -83.614525,38.196537,0 -83.615082,38.193172,0 -83.617095,38.192645,0 -83.618846,38.192573,0 -83.620974,38.19458,0 -83.623044,38.194739,0 -83.624241,38.194265,0 -83.625982,38.192495,0 -83.627319,38.191804,0 -83.62808,38.191731,0 -83.62953,38.192642,0 -83.630121,38.19265,0 -83.631265,38.192039,0 -83.633016,38.192625,0 -83.635173,38.190245,0 -83.635195,38.187525,0 -83.633852,38.186793,0 -83.629549,38.182467,0 -83.624363,38.180048,0 -83.622561,38.178577,0 -83.620296,38.175593,0 -83.619342,38.175683,0 -83.617446,38.177033,0 -83.615968,38.177617,0 -83.614433,38.177333,0 -83.612374,38.176391,0 -83.611279,38.176652,0 -83.610701,38.177216,0 -83.610522,38.178513,0 -83.610924,38.180254,0 -83.613885,38.183746,0 -83.614045,38.186633,0 -83.613807,38.187207,0 -83.612991,38.187765,0 -83.61183,38.187929,0 -83.610725,38.187461,0 -83.60968,38.185102,0 -83.609274,38.182441,0 -83.607421,38.181464,0 -83.606403,38.18139,0 -83.60563,38.18171,0 -83.604701,38.183084,0 -83.604969,38.183749,0 -83.607659,38.185606,0 -83.60764,38.186718,0 -83.606669,38.187317,0 -83.60557,38.187185,0 -83.603391,38.184203,0 -83.602225,38.184021,0 -83.597851,38.184859,0 -83.597124,38.184788,0 -83.596214,38.183991,0 -83.596078,38.182474,0 -83.596461,38.182147,0 -83.600944,38.181421,0 -83.601731,38.180466,0 -83.601685,38.179514,0 -83.601292,38.179048,0 -83.597856,38.177404,0 -83.596103,38.174956,0 -83.593992,38.173003,0 -83.59073,38.171526,0 -83.590514,38.170573,0 -83.59104,38.169553,0 -83.594113,38.16829,0 -83.595196,38.168133,0 -83.596435,38.168128,0 -83.599063,38.169281,0 -83.60106,38.168749,0 -83.601403,38.168065,0 -83.601253,38.16748,0 -83.599144,38.16631,0 -83.598782,38.165674,0 -83.59906,38.163668,0 -83.599906,38.162995,0 -83.601414,38.162822,0 -83.602408,38.163031,0 -83.604626,38.164532,0 -83.606023,38.164392,0 -83.607011,38.163493,0 -83.605954,38.160733,0 -83.606944,38.159532,0 -83.608248,38.159664,0 -83.610241,38.160992,0 -83.611485,38.161397,0 -83.612928,38.161376,0 -83.614237,38.160824,0 -83.617827,38.157404,0 -83.619055,38.154642,0 -83.619265,38.153401,0 -83.618404,38.152169,0 -83.615265,38.151101,0 -83.614258,38.149148,0 -83.615178,38.148522,0 -83.616733,38.148729,0 -83.619659,38.150102,0 -83.620686,38.149843,0 -83.621575,38.14912,0 -83.621391,38.147998,0 -83.619212,38.146625,0 -83.618463,38.14563,0 -83.618663,38.143122,0 -83.618299,38.14227,0 -83.615255,38.141939,0 -83.613901,38.141309,0 -83.613595,38.140242,0 -83.614776,38.138902,0 -83.614189,38.137669,0 -83.613299,38.137373,0 -83.610515,38.137505,0 -83.609965,38.137087,0 -83.610019,38.136432,0 -83.610826,38.135644,0 -83.612071,38.135481,0 -83.613603,38.13581,0 -83.614222,38.135584,0 -83.614391,38.134571,0 -83.61312,38.132399,0 -83.611782,38.131388,0 -83.606026,38.130825,0 -83.603826,38.129586,0 -83.603539,38.129046,0 -83.603736,38.128191,0 -83.605539,38.126991,0 -83.60646,38.125806,0 -83.606495,38.12473,0 -83.605854,38.124104,0 -83.604558,38.123783,0 -83.603278,38.124047,0 -83.598493,38.127683,0 -83.595495,38.131664,0 -83.590896,38.133756,0 -83.588312,38.136946,0 -83.587027,38.141504,0 -83.58583,38.144352,0 -83.585216,38.145478,0 -83.584087,38.146256,0 -83.582544,38.146211,0 -83.581071,38.145024,0 -83.579469,38.144739,0 -83.57742,38.146647,0 -83.576402,38.147136,0 -83.571024,38.147247,0 -83.567933,38.146109,0 -83.563333,38.143033,0 -83.562592,38.142813,0 -83.561135,38.14328,0 -83.560333,38.145449,0 -83.558785,38.146048,0 -83.5579,38.145631,0 -83.557549,38.144976,0 -83.558044,38.141468,0 -83.557704,38.140265,0 -83.556689,38.138636,0 -83.5566,38.136339,0 -83.555316,38.135496,0 -83.554232,38.135474,0 -83.553775,38.135919,0 -83.554599,38.138205,0 -83.554531,38.139194,0 -83.551794,38.142411,0 -83.550772,38.143034,0 -83.548751,38.143074,0 -83.548119,38.142686,0 -83.547841,38.141884,0 -83.548583,38.140965,0 -83.551145,38.139514,0 -83.551685,38.138525,0 -83.551178,38.136474,0 -83.550727,38.136199,0 -83.550203,38.135108,0 -83.549329,38.131816,0 -83.551196,38.127705,0 -83.554456,38.124625,0 -83.554684,38.123865,0 -83.554224,38.123428,0 -83.552448,38.123214,0 -83.551944,38.12256,0 -83.552027,38.122098,0 -83.554376,38.120874,0 -83.555998,38.119017,0 -83.557829,38.118084,0 -83.559165,38.116109,0 -83.556265,38.113034,0 -83.555587,38.112509,0 -83.554723,38.112439,0 -83.546939,38.115318,0 -83.54436,38.115661,0 -83.542485,38.115556,0 -83.540133,38.11728,0 -83.53724,38.118357,0 -83.534516,38.119903,0 -83.532725,38.120426,0 -83.529103,38.118931,0 -83.526393,38.11945,0 -83.525436,38.11935,0 -83.524089,38.118463,0 -83.522899,38.116653,0 -83.52006,38.116083,0 -83.519647,38.112827,0 -83.516562,38.111484,0 -83.515755,38.110707,0 -83.515286,38.108518,0 -83.515431,38.107914,0 -83.518238,38.108218,0 -83.520985,38.107314,0 -83.521202,38.106887,0 -83.520884,38.105229,0 -83.521114,38.103934,0 -83.522542,38.101851,0 -83.524483,38.100538,0 -83.526005,38.100557,0 -83.527379,38.101903,0 -83.528762,38.102318,0 -83.529372,38.101575,0 -83.529361,38.098786,0 -83.532979,38.096738,0 -83.53442,38.094693,0 -83.53392,38.093444,0 -83.531539,38.092292,0 -83.527671,38.09321,0 -83.525605,38.092621,0 -83.522201,38.090849,0 -83.519617,38.08889,0 -83.519597,38.088281,0 -83.521101,38.087587,0 -83.522725,38.085838,0 -83.522899,38.084456,0 -83.522108,38.083698,0 -83.52125,38.083794,0 -83.519462,38.085457,0 -83.518431,38.085697,0 -83.516964,38.084677,0 -83.51696,38.084176,0 -83.518164,38.082882,0 -83.518716,38.080994,0 -83.518639,38.08015,0 -83.516753,38.07735,0 -83.516117,38.072075,0 -83.514398,38.070501,0 -83.513946,38.06965,0 -83.513122,38.069387,0 -83.511923,38.069658,0 -83.509974,38.071185,0 -83.509327,38.072481,0 -83.508727,38.074779,0 -83.507151,38.086259,0 -83.506823,38.087343,0 -83.505965,38.088003,0 -83.503974,38.088272,0 -83.501841,38.087839,0 -83.498196,38.08524,0 -83.497293,38.084956,0 -83.496663,38.084924,0 -83.492651,38.08666,0 -83.491269,38.086723,0 -83.48915,38.085037,0 -83.479564,38.082399,0 -83.478819,38.082845,0 -83.478025,38.085321,0 -83.476916,38.085907,0 -83.475426,38.085693,0 -83.472676,38.083167,0 -83.471962,38.082098,0 -83.471149,38.082079,0 -83.470209,38.08333,0 -83.468802,38.084224,0 -83.465817,38.08431,0 -83.464944,38.083581,0 -83.463285,38.079711,0 -83.463532,38.078574,0 -83.464489,38.07741,0 -83.464449,38.076796,0 -83.462764,38.071804,0 -83.463248,38.069242,0 -83.465194,38.066679,0 -83.466437,38.06568,0 -83.468096,38.065289,0 -83.469326,38.065907,0 -83.46993,38.068394,0 -83.47111,38.069244,0 -83.475891,38.069717,0 -83.480476,38.069143,0 -83.481297,38.068253,0 -83.481972,38.06625,0 -83.483133,38.065241,0 -83.486114,38.065253,0 -83.487213,38.064187,0 -83.487071,38.063196,0 -83.486304,38.061664,0 -83.486583,38.060488,0 -83.487371,38.059331,0 -83.488233,38.058803,0 -83.491198,38.059302,0 -83.492908,38.058952,0 -83.494947,38.056765,0 -83.498702,38.053859,0 -83.498916,38.051316,0 -83.498556,38.050251,0 -83.496147,38.049202,0 -83.490447,38.048122,0 -83.483982,38.046455,0 -83.481065,38.046706,0 -83.47959,38.048189,0 -83.478812,38.048472,0 -83.477784,38.048482,0 -83.474423,38.047525,0 -83.472603,38.047858,0 -83.468743,38.050034,0 -83.464478,38.050239,0 -83.463612,38.04984,0 -83.463454,38.049218,0 -83.464288,38.047409,0 -83.465202,38.042185,0 -83.467108,38.039913,0 -83.46773,38.039432,0 -83.473123,38.037982,0 -83.475725,38.034632,0 -83.478746,38.032365,0 -83.47948,38.028469,0 -83.479496,38.027326,0 -83.479019,38.026573,0 -83.477165,38.025761,0 -83.475391,38.025589,0 -83.470811,38.028369,0 -83.466583,38.029749,0 -83.46153,38.032199,0 -83.457611,38.032826,0 -83.456166,38.032706,0 -83.455647,38.03241,0 -83.454692,38.030855,0 -83.454611,38.029843,0 -83.455092,38.029168,0 -83.462004,38.024553,0 -83.466189,38.023094,0 -83.468154,38.022027,0 -83.468801,38.021262,0 -83.468922,38.02023,0 -83.468809,38.019189,0 -83.468194,38.018699,0 -83.466135,38.017682,0 -83.463408,38.016975,0 -83.46049,38.01789,0 -83.456067,38.017509,0 -83.454956,38.017674,0 -83.450368,38.019534,0 -83.450412,38.021973,0 -83.451503,38.028079,0 -83.449907,38.030656,0 -83.44872,38.031035,0 -83.444444,38.030549,0 -83.438643,38.030885,0 -83.436037,38.031934,0 -83.433942,38.033974,0 -83.444343,37.942468,0 -83.496027,37.890628,0 -83.499113,37.874562,0 -83.502931,37.873684,0 -83.503235,37.871383,0 -83.504558,37.87013,0 -83.506323,37.869934,0 -83.5066,37.869303,0 -83.502845,37.867952,0 -83.499929,37.868064,0 -83.49842,37.867712,0 -83.497186,37.867946,0 -83.496054,37.867282,0 -83.494714,37.86549,0 -83.491997,37.864035,0 -83.49508,37.861906,0 -83.495223,37.861239,0 -83.494897,37.860671,0 -83.492064,37.859149,0 -83.49117,37.857857,0 -83.484225,37.854456,0 -83.484193,37.85373,0 -83.483472,37.852951,0 -83.481461,37.852319,0 -83.479373,37.852361,0 -83.478128,37.851814,0 -83.478884,37.850729,0 -83.479726,37.851015,0 -83.480559,37.850396,0 -83.481188,37.850325,0 -83.48217,37.850399,0 -83.483202,37.851371,0 -83.484223,37.851501,0 -83.484258,37.84391,0 -83.480311,37.84367,0 -83.481002,37.841468,0 -83.480464,37.840436,0 -83.479492,37.84067,0 -83.478831,37.83998,0 -83.477526,37.840961,0 -83.475651,37.840952,0 -83.475304,37.84253,0 -83.464622,37.843542,0 -83.464211,37.843289,0 -83.45532,37.842679,0 -83.455816,37.840007,0 -83.454947,37.839008,0 -83.453411,37.838374,0 -83.453737,37.837677,0 -83.452362,37.836286,0 -83.450708,37.837225,0 -83.449677,37.836308,0 -83.446175,37.836514,0 -83.443573,37.834487,0 -83.441921,37.835045,0 -83.44107,37.835019,0 -83.4404,37.83349,0 -83.441599,37.831965,0 -83.442754,37.831268,0 -83.443649,37.829651,0 -83.442062,37.828014,0 -83.442514,37.826842,0 -83.441771,37.826356,0 -83.439456,37.826909,0 -83.439354,37.824895,0 -83.437836,37.823376,0 -83.435575,37.822758,0 -83.434991,37.821475,0 -83.434288,37.821253,0 -83.433214,37.819948,0 -83.433048,37.819112,0 -83.427494,37.817914,0 -83.424729,37.818085,0 -83.423243,37.818918,0 -83.422561,37.818902,0 -83.422122,37.81833,0 -83.422435,37.816689,0 -83.422207,37.81597,0 -83.421543,37.815321,0 -83.420524,37.815353,0 -83.41958,37.816185,0 -83.416023,37.817397,0 -83.414926,37.81662,0 -83.411753,37.816747,0 -83.408972,37.814952,0 -83.386437,37.813675,0 -83.386031,37.813444,0 -83.385641,37.811878,0 -83.387243,37.811019,0 -83.385379,37.8093,0 -83.385035,37.808629,0 -83.385444,37.806739,0 -83.384989,37.806016,0 -83.385394,37.803854,0 -83.384956,37.802278,0 -83.387197,37.801212,0 -83.387593,37.800357,0 -83.383178,37.799566,0 -83.381616,37.800124,0 -83.378598,37.800259,0 -83.377388,37.798372,0 -83.376494,37.798221,0 -83.375459,37.798642,0 -83.373628,37.800207,0 -83.372175,37.799711,0 -83.371113,37.799699,0 -83.370556,37.800049,0 -83.369712,37.799598,0 -83.367337,37.799801,0 -83.366641,37.801257,0 -83.365361,37.80263,0 -83.364492,37.802616,0 -83.363102,37.801116,0 -83.363384,37.800541,0 -83.364758,37.800129,0 -83.364064,37.798989,0 -83.359912,37.797619,0 -83.359409,37.797167,0 -83.359002,37.795449,0 -83.357429,37.794862,0 -83.355531,37.794713,0 -83.354594,37.793937,0 -83.352965,37.793222,0 -83.352821,37.792395,0 -83.351992,37.791739,0 -83.349582,37.791689,0 -83.349331,37.79058,0 -83.348469,37.789369,0 -83.348222,37.787098,0 -83.347118,37.785451,0 -83.344934,37.784568,0 -83.343666,37.783213,0 -83.342364,37.782862,0 -83.341004,37.78371,0 -83.340121,37.783817,0 -83.33936,37.782993,0 -83.339052,37.782052,0 -83.337827,37.781281,0 -83.337719,37.780023,0 -83.335866,37.778836,0 -83.33507,37.778775,0 -83.333668,37.77976,0 -83.333169,37.78204,0 -83.332508,37.782614,0 -83.332286,37.783541,0 -83.330662,37.784047,0 -83.329092,37.782676,0 -83.327437,37.7796,0 -83.326361,37.779273,0 -83.324832,37.777802,0 -83.326073,37.776703,0 -83.327472,37.776887,0 -83.32881,37.776636,0 -83.328305,37.77376,0 -83.329085,37.772836,0 -83.330045,37.770776,0 -83.331924,37.768926,0 -83.332724,37.765943,0 -83.334089,37.763677,0 -83.333384,37.763416,0 -83.334365,37.761314,0 -83.333939,37.759785,0 -83.334104,37.758529,0 -83.333634,37.757866,0 -83.330817,37.756726,0 -83.32918,37.757602,0 -83.327457,37.756921,0 -83.326847,37.755494,0 -83.327271,37.754208,0 -83.326167,37.752957,0 -83.322198,37.753003,0 -83.321099,37.751601,0 -83.319582,37.751439,0 -83.317474,37.752337,0 -83.316632,37.75081,0 -83.315096,37.749326,0 -83.314237,37.749096,0 -83.312855,37.749384,0 -83.311925,37.74995,0 -83.310804,37.748843,0 -83.311266,37.747467,0 -83.309675,37.746672,0 -83.309799,37.745845,0 -83.309325,37.744936,0 -83.307426,37.744876,0 -83.305419,37.742649,0 -83.303934,37.742514,0 -83.303346,37.743861,0 -83.302863,37.744092,0 -83.301497,37.743641,0 -83.300012,37.744043,0 -83.298982,37.742899,0 -83.298485,37.742765,0 -83.296657,37.744842,0 -83.295248,37.744072,0 -83.293204,37.744391,0 -83.290914,37.741876,0 -83.289176,37.742066,0 -83.287827,37.742621,0 -83.287065,37.742288,0 -83.287168,37.741014,0 -83.286128,37.7395,0 -83.288704,37.73788,0 -83.288897,37.736607,0 -83.28849,37.735,0 -83.284417,37.735666,0 -83.283739,37.737123,0 -83.282973,37.737335,0 -83.282226,37.736706,0 -83.279881,37.731544,0 -83.280597,37.730447,0 -83.280841,37.727748,0 -83.281378,37.727095,0 -83.281746,37.725862,0 -83.28089,37.724876,0 -83.280952,37.723803,0 -83.280326,37.723232,0 -83.281015,37.721182,0 -83.280866,37.720343,0 -83.281249,37.718921,0 -83.280498,37.718741,0 -83.279652,37.717749,0 -83.277391,37.717936,0 -83.276667,37.715799,0 -83.276339,37.715615,0 -83.273215,37.715036,0 -83.272828,37.713103,0 -83.27245,37.712782,0 -83.270913,37.71304,0 -83.269136,37.714193,0 -83.265049,37.715102,0 -83.264168,37.714349,0 -83.263682,37.713077,0 -83.262172,37.712657,0 -83.261349,37.710554,0 -83.262003,37.708652,0 -83.261449,37.708035,0 -83.260723,37.707465,0 -83.259496,37.707899,0 -83.258252,37.707569,0 -83.257449,37.7079,0 -83.255116,37.707362,0 -83.254758,37.706848,0 -83.254538,37.705323,0 -83.252914,37.705026,0 -83.252694,37.70446,0 -83.251411,37.704406,0 -83.249991,37.70325,0 -83.249894,37.701579,0 -83.249372,37.70099,0 -83.247209,37.700959,0 -83.246266,37.69965,0 -83.243348,37.699034,0 -83.242808,37.698119,0 -83.242851,37.696964,0 -83.243321,37.696203,0 -83.245211,37.696599,0 -83.245961,37.695224,0 -83.247672,37.694886,0 -83.248144,37.693847,0 -83.250049,37.692602,0 -83.250231,37.690659,0 -83.251605,37.688958,0 -83.253996,37.68793,0 -83.255268,37.688137,0 -83.256924,37.68685,0 -83.257436,37.685927,0 -83.256486,37.682316,0 -83.258072,37.680826,0 -83.258467,37.679926,0 -83.258353,37.67926,0 -83.257279,37.678114,0 -83.257324,37.677135,0 -83.255513,37.675357,0 -83.249225,37.672252,0 -83.248692,37.669616,0 -83.24973,37.669526,0 -83.255292,37.670898,0 -83.256699,37.669969,0 -83.25795,37.67026,0 -83.259324,37.672996,0 -83.260407,37.673022,0 -83.262466,37.674069,0 -83.263371,37.673929,0 -83.264026,37.674341,0 -83.264589,37.676323,0 -83.266243,37.677417,0 -83.267997,37.679895,0 -83.269561,37.679431,0 -83.270367,37.678229,0 -83.272685,37.678391,0 -83.275682,37.677485,0 -83.276544,37.676049,0 -83.278372,37.67546,0 -83.279414,37.674572,0 -83.280125,37.674466,0 -83.281564,37.675032,0 -83.282203,37.676605,0 -83.283262,37.677321,0 -83.28555,37.67611,0 -83.287218,37.676232,0 -83.288107,37.677927,0 -83.288207,37.679425,0 -83.288691,37.679785,0 -83.290865,37.679606,0 -83.292122,37.678842,0 -83.292436,37.681894,0 -83.293054,37.682449,0 -83.294862,37.682389,0 -83.295848,37.681382,0 -83.297716,37.680745,0 -83.298937,37.678633,0 -83.299975,37.678465,0 -83.300879,37.679022,0 -83.304741,37.679833,0 -83.307248,37.677936,0 -83.309809,37.680102,0 -83.311455,37.680128,0 -83.313015,37.680734,0 -83.313563,37.682902,0 -83.314607,37.68273,0 -83.315833,37.681909,0 -83.318163,37.682879,0 -83.321215,37.681357,0 -83.323323,37.681364,0 -83.325321,37.680062,0 -83.327173,37.680446,0 -83.329393,37.679963,0 -83.329668,37.679265,0 -83.329327,37.67843,0 -83.330405,37.677373,0 -83.330212,37.67562,0 -83.33067,37.674569,0 -83.333784,37.675362,0 -83.334281,37.676857,0 -83.334964,37.676954,0 -83.337859,37.676117,0 -83.339906,37.676734,0 -83.341931,37.678022,0 -83.343897,37.677041,0 -83.345865,37.676732,0 -83.346249,37.677269,0 -83.345821,37.678202,0 -83.346013,37.678829,0 -83.347735,37.680567,0 -83.346952,37.681915,0 -83.348718,37.683052,0 -83.35008,37.682942,0 -83.351693,37.684786,0 -83.353017,37.683684,0 -83.354691,37.683275,0 -83.357066,37.683923,0 -83.35875,37.683631,0 -83.359282,37.684503,0 -83.360229,37.685199,0 -83.363426,37.684791,0 -83.364804,37.684228,0 -83.366429,37.685483,0 -83.365913,37.687062,0 -83.366653,37.687269,0 -83.36777,37.688272,0 -83.370059,37.688606,0 -83.370597,37.68896,0 -83.371317,37.690503,0 -83.370392,37.691738,0 -83.370176,37.69249,0 -83.370376,37.692879,0 -83.371439,37.693034,0 -83.372795,37.693999,0 -83.373818,37.694215,0 -83.3748,37.695193,0 -83.375222,37.694438,0 -83.377203,37.693026,0 -83.37878,37.692854,0 -83.380523,37.691466,0 -83.381421,37.691658,0 -83.382441,37.692741,0 -83.382129,37.694182,0 -83.383405,37.695102,0 -83.384656,37.696726,0 -83.385705,37.696526,0 -83.386268,37.696807,0 -83.387579,37.699725,0 -83.388268,37.699988,0 -83.389712,37.699674,0 -83.390599,37.699892,0 -83.391396,37.699237,0 -83.39324,37.698847,0 -83.394342,37.697878,0 -83.398102,37.696685,0 -83.399898,37.694771,0 -83.403471,37.695554,0 -83.404398,37.694112,0 -83.406488,37.693364,0 -83.407879,37.691853,0 -83.409991,37.690924,0 -83.411346,37.688233,0 -83.411852,37.687983,0 -83.413014,37.687802,0 -83.413696,37.689195,0 -83.414974,37.690456,0 -83.416102,37.690101,0 -83.418474,37.690729,0 -83.419237,37.689077,0 -83.421151,37.688065,0 -83.42223,37.686567,0 -83.422456,37.685522,0 -83.423779,37.685501,0 -83.425019,37.68409,0 -83.426475,37.683294,0 -83.427618,37.683302,0 -83.427505,37.682087,0 -83.42678,37.680344,0 -83.427254,37.679198,0 -83.428641,37.67911,0 -83.429032,37.678746,0 -83.429188,37.675638,0 -83.430854,37.674888,0 -83.431617,37.674036,0 -83.430461,37.672251,0 -83.43014,37.670786,0 -83.428941,37.668624,0 -83.428803,37.667793,0 -83.430189,37.667146,0 -83.430536,37.665976,0 -83.431142,37.66554,0 -83.433008,37.665673,0 -83.43526,37.664774,0 -83.435075,37.663003,0 -83.436103,37.661791,0 -83.434988,37.659966,0 -83.435557,37.658756,0 -83.433908,37.657479,0 -83.433623,37.65654,0 -83.43494,37.655656,0 -83.435786,37.653682,0 -83.437702,37.654237,0 -83.438541,37.654024,0 -83.438635,37.651946,0 -83.439085,37.650932,0 -83.44045,37.651208,0 -83.441589,37.650758,0 -83.44313,37.651079,0 -83.445655,37.650784,0 -83.446173,37.648772,0 -83.445151,37.647647,0 -83.445707,37.646605,0 -83.444662,37.645207,0 -83.444524,37.643592,0 -83.44693,37.644372,0 -83.44774,37.643367,0 -83.449293,37.643056,0 -83.450327,37.641553,0 -83.449525,37.63981,0 -83.450023,37.638902,0 -83.45024,37.637456,0 -83.45308,37.63701,0 -83.452826,37.635684,0 -83.453837,37.634199,0 -83.454739,37.634024,0 -83.455769,37.633117,0 -83.458227,37.633389,0 -83.458074,37.632973,0 -83.458659,37.630571,0 -83.459759,37.630077,0 -83.462328,37.630245,0 -83.463113,37.630998,0 -83.464073,37.631162,0 -83.465376,37.630733,0 -83.467161,37.630903,0 -83.468942,37.630598,0 -83.469646,37.628441,0 -83.470517,37.628483,0 -83.472287,37.629277,0 -83.47328,37.628296,0 -83.473473,37.626409,0 -83.47466,37.626738,0 -83.476114,37.625678,0 -83.47659,37.62367,0 -83.477266,37.622968,0 -83.478417,37.622713,0 -83.480964,37.624248,0 -83.482607,37.624225,0 -83.484523,37.623221,0 -83.485418,37.62237,0 -83.487106,37.622911,0 -83.488302,37.622158,0 -83.490205,37.621814,0 -83.49075,37.620769,0 -83.492632,37.620255,0 -83.494518,37.619104,0 -83.495206,37.61931,0 -83.496064,37.620108,0 -83.496344,37.621186,0 -83.497241,37.621751,0 -83.497574,37.622427,0 -83.499114,37.622669,0 -83.498189,37.62693,0 -83.496649,37.627918,0 -83.496015,37.629027,0 -83.494889,37.629929,0 -83.49594,37.63187,0 -83.495124,37.632718,0 -83.495163,37.633396,0 -83.494265,37.634714,0 -83.494411,37.636897,0 -83.494159,37.638641,0 -83.494947,37.639784,0 -83.497042,37.640818,0 -83.496754,37.642043,0 -83.496088,37.642431,0 -83.495403,37.644255,0 -83.495922,37.645617,0 -83.497419,37.646097,0 -83.498631,37.645892,0 -83.522308,37.638516,0 -83.616649,37.666925,0 -83.628307,37.67889,0 -83.683209,37.705249,0 -83.684995,37.705043,0 -83.685259,37.706429,0 -83.68598,37.707229,0 -83.685879,37.708138,0 -83.687085,37.709712,0 -83.690603,37.710275,0 -83.692396,37.7096,0 -83.693293,37.710581,0 -83.694581,37.710603,0 -83.695014,37.711866,0 -83.697963,37.712349,0 -83.699718,37.713914,0 -83.702912,37.713826,0 -83.706379,37.716812,0 -83.708462,37.716469,0 -83.71221,37.720135,0 -83.713222,37.720037,0 -83.7173,37.718057,0 -83.719825,37.71748,0 -83.721196,37.716237,0 -83.723936,37.716507,0 -83.726804,37.716244,0 -83.7329,37.71749,0 -83.735838,37.717162,0 -83.73973,37.717303,0 -83.741562,37.716763,0 -83.744958,37.71642,0 -83.749284,37.715162,0 -83.752729,37.711839,0 -83.753148,37.710851,0 -83.752793,37.709325,0 -83.755314,37.709203,0 -83.757725,37.707945,0 -83.759783,37.706123,0 -83.760242,37.704588,0 -83.75942,37.703363,0 -83.760349,37.702422,0 -83.765303,37.70218,0 -83.765413,37.70039,0 -83.765725,37.699921,0 -83.766832,37.699837,0 -83.768195,37.700689,0 -83.769869,37.700204,0 -83.769678,37.699588,0 -83.770148,37.697986,0 -83.770007,37.696656,0 -83.771828,37.697338,0 -83.774264,37.696545,0 -83.774692,37.697246,0 -83.776895,37.695821,0 -83.777103,37.695298,0 -83.778352,37.69441,0 -83.777887,37.691335,0 -83.779318,37.690577,0 -83.780783,37.687807,0 -83.78178,37.687837,0 -83.782536,37.686815,0 -83.787382,37.686458,0 -83.789933,37.683912,0 -83.790768,37.681843,0 -83.791118,37.68162,0 -83.792408,37.681392,0 -83.7944,37.679924,0 -83.795225,37.6797,0 -83.798372,37.679743,0 -83.802199,37.677702,0 -83.802826,37.673032,0 -83.804322,37.671996,0 -83.80635,37.671488,0 -83.807724,37.670498,0 -83.810213,37.667561,0 -83.811225,37.667723,0 -83.811576,37.667415,0 -83.816052,37.667939,0 -83.818074,37.666924,0 -83.81968,37.66708,0 -83.82073,37.665968,0 -83.822313,37.665444,0 -83.824088,37.662974,0 -83.823222,37.661294,0 -83.82318,37.660203,0 -83.814398,37.644705,0 -83.812885,37.645079,0 -83.810735,37.644737,0 -83.808981,37.644108,0 -83.807164,37.642939,0 -83.806896,37.642469,0 -83.806598,37.64158,0 -83.806696,37.639688,0 -83.808123,37.636035,0 -83.809195,37.635219,0 -83.81063,37.634672,0 -83.81687,37.633102,0 -83.818571,37.633058,0 -83.8252,37.634556,0 -83.830094,37.636319,0 -83.83246,37.636259,0 -83.843555,37.630958,0 -83.851645,37.625525,0 -83.855807,37.623467,0 -83.859327,37.621304,0 -83.865,37.616905,0 -83.865969,37.615877,0 -83.866373,37.614788,0 -83.866322,37.61355,0 -83.865812,37.612269,0 -83.864792,37.611171,0 -83.8612,37.609017,0 -83.859478,37.608845,0 -83.858098,37.609205,0 -83.875081,37.586277,0 -83.90557,37.542856,0 -83.925188,37.561112,0 -83.939846,37.573173,0 -83.965244,37.581421,0 -83.993512,37.573418,0 -84.045023,37.563573,0 -84.090364,37.566227,0 -84.142063,37.564839,0 -84.171836,37.557549,0 -84.199489,37.522858,0 -84.206245,37.523852,0 -84.2122,37.523975,0 -84.213214,37.524803,0 -84.215213,37.525684,0 -84.217341,37.525874,0 -84.219186,37.524978,0 -84.219652,37.525784,0 -84.220896,37.526242,0 -84.22163,37.52702,0 -84.223701,37.527267,0 -84.228325,37.525411,0 -84.229187,37.524758,0 -84.229216,37.523893,0 -84.229941,37.522753,0 -84.232695,37.521401,0 -84.233663,37.519927,0 -84.234916,37.519704,0 -84.235756,37.520287,0 -84.236478,37.521739,0 -84.239416,37.523707,0 -84.242039,37.52412,0 -84.244481,37.524057,0 -84.246236,37.524659,0 -84.248243,37.524861,0 -84.249487,37.524213,0 -84.251219,37.524264,0 -84.253338,37.523175,0 -84.254171,37.521945,0 -84.25548,37.518351,0 -84.259385,37.517531,0 -84.262498,37.515679,0 -84.264717,37.515646,0 -84.266055,37.515994,0 -84.268268,37.515279,0 -84.268648,37.515568,0 -84.269986,37.519671,0 -84.273299,37.520742,0 -84.273874,37.522124,0 -84.275627,37.522478,0 -84.277637,37.52366,0 -84.277997,37.523731,0 -84.278816,37.522964,0 -84.279666,37.522799,0 -84.280533,37.522929,0 -84.281473,37.523872,0 -84.282588,37.523733,0 -84.284233,37.524352,0 -84.286933,37.524608,0 -84.292197,37.523073,0 -84.294122,37.523455,0 -84.298909,37.522562,0 -84.300474,37.522729,0 -84.301724,37.523264,0 -84.301953,37.523589,0 -84.301152,37.52615,0 -84.302033,37.526783,0 -84.302496,37.527709,0 -84.302148,37.52907,0 -84.302531,37.529994,0 -84.300389,37.530249,0 -84.300152,37.531974,0 -84.298411,37.533578,0 -84.298274,37.534879,0 -84.298557,37.535113,0 -84.299807,37.535034,0 -84.30104,37.536236,0 -84.302293,37.536071,0 -84.303929,37.537424,0 -84.307067,37.535119,0 -84.307328,37.533931,0 -84.306834,37.533224,0 -84.307213,37.532633,0 -84.307086,37.531341,0 -84.307484,37.530679,0 -84.308875,37.530163,0 -84.309313,37.529031,0 -84.312056,37.528783,0 -84.313623,37.528177,0 -84.315283,37.528847,0 -84.315524,37.52967,0 -84.316266,37.529856,0 -84.316193,37.530923,0 -84.317318,37.531247,0 -84.318204,37.532268,0 -84.318283,37.533106,0 -84.31729,37.534676,0 -84.317881,37.535072,0 -84.31796,37.535635,0 -84.319049,37.536319,0 -84.318694,37.537073,0 -84.319339,37.537987,0 -84.321214,37.538222,0 -84.321447,37.538676,0 -84.323245,37.539109,0 -84.324732,37.53871,0 -84.325008,37.537646,0 -84.326372,37.537195,0 -84.328175,37.538491,0 -84.329203,37.538591,0 -84.329955,37.539518,0 -84.330837,37.538628,0 -84.332917,37.537667,0 -84.334765,37.538048,0 -84.335405,37.536611,0 -84.33699,37.536063,0 -84.338209,37.536992,0 -84.339455,37.536754,0 -84.340238,37.537222,0 -84.342061,37.537583,0 -84.343272,37.538575,0 -84.343596,37.539299,0 -84.344627,37.539876,0 -84.345694,37.539172,0 -84.347805,37.539064,0 -84.349218,37.541076,0 -84.351517,37.541934,0 -84.352859,37.545763,0 -84.352642,37.547303,0 -84.351312,37.549118,0 -84.35215,37.55098,0 -84.351693,37.552643,0 -84.353916,37.554209,0 -84.35525,37.554669,0 -84.356666,37.556492,0 -84.358021,37.556928,0 -84.35793,37.559028,0 -84.35843,37.560161,0 -84.359164,37.560817,0 -84.361471,37.561542,0 -84.361452,37.562385,0 -84.362038,37.563628,0 -84.363175,37.563629,0 -84.363323,37.566125,0 -84.362303,37.567081,0 -84.363807,37.568392,0 -84.365005,37.570022,0 -84.367196,37.570864,0 -84.369507,37.570471,0 -84.37016,37.570915,0 -84.370414,37.571916,0 -84.370883,37.572183,0 -84.370788,37.572678,0 -84.370117,37.573142,0 -84.369318,37.573042,0 -84.369341,37.573753,0 -84.369973,37.575862,0 -84.370925,37.577269,0 -84.371282,37.580541,0 -84.372168,37.581151,0 -84.371077,37.582491,0 -84.371308,37.583202,0 -84.370087,37.584091,0 -84.369909,37.584614,0 -84.370419,37.585637,0 -84.371624,37.585718,0 -84.371122,37.586757,0 -84.372905,37.587916,0 -84.372678,37.589031,0 -84.373184,37.591212,0 -84.372491,37.591453,0 -84.372342,37.592412,0 -84.374324,37.593312,0 -84.375027,37.595046,0 -84.375546,37.59558,0 -84.379424,37.595673,0 -84.381601,37.596461,0 -84.385955,37.595613,0 -84.386944,37.596038,0 -84.388802,37.598078,0 -84.389246,37.599494,0 -84.390691,37.599284,0 -84.392248,37.599945,0 -84.396651,37.599572,0 -84.39753,37.600023,0 -84.397937,37.60336,0 -84.399114,37.604327,0 -84.398884,37.605593,0 -84.397731,37.607009,0 -84.398972,37.610206,0 -84.398765,37.61222,0 -84.399288,37.614793,0 -84.399181,37.615611,0 -84.401142,37.617542,0 -84.40578,37.618275,0 -84.412151,37.617219,0 -84.414447,37.618078,0 -84.419687,37.617927,0 -84.421758,37.618152,0 -84.422566,37.618548,0 -84.422261,37.619449,0 -84.41924,37.621755,0 -84.418034,37.622196,0 -84.415078,37.622566,0 -84.414632,37.62289,0 -84.414358,37.624082,0 -84.41475,37.625458,0 -84.41615,37.627002,0 -84.41829,37.628041,0 -84.418229,37.628528,0 -84.41542,37.629954,0 -84.412698,37.630295,0 -84.412235,37.630697,0 -84.411988,37.631614,0 -84.413194,37.633214,0 -84.414191,37.63329,0 -84.418022,37.632477,0 -84.420215,37.632593,0 -84.42246,37.633331,0 -84.425312,37.635063,0 -84.426607,37.637661,0 -84.425279,37.640295,0 -84.42449,37.640648,0 -84.419542,37.640055,0 -84.418349,37.640344,0 -84.41795,37.641214,0 -84.41875,37.642137,0 -84.422805,37.644774,0 -84.424232,37.644667,0 -84.427418,37.643025,0 -84.430018,37.643115,0 -84.430124,37.643943,0 -84.429786,37.644969,0 -84.427402,37.647977,0 -84.428347,37.648878,0 -84.431069,37.650246,0 -84.431148,37.650955,0 -84.430767,37.651697,0 -84.428055,37.65378,0 -84.427875,37.655288,0 -84.428244,37.656073,0 -84.428957,37.656334,0 -84.429715,37.656029,0 -84.433989,37.653015,0 -84.436624,37.653712,0 -84.439286,37.654897,0 -84.441747,37.654119,0 -84.445749,37.651322,0 -84.446772,37.651596,0 -84.446824,37.651983,0 -84.446016,37.652932,0 -84.442415,37.655562,0 -84.441057,37.658677,0 -84.440263,37.659074,0 -84.437489,37.659226,0 -84.436899,37.659959,0 -84.437103,37.661143,0 -84.437598,37.661747,0 -84.442504,37.662851,0 -84.441806,37.664724,0 -84.440213,37.667285,0 -84.440046,37.668691,0 -84.441111,37.669075,0 -84.441866,37.668961,0 -84.444689,37.667391,0 -84.445345,37.6677,0 -84.446055,37.668779,0 -84.446286,37.671293,0 -84.443603,37.675572,0 -84.442658,37.677912,0 -84.445277,37.680206,0 -84.446035,37.680376,0 -84.44714,37.680122,0 -84.449645,37.678194,0 -84.452206,37.674717,0 -84.454254,37.674484,0 -84.456948,37.676322,0 -84.458235,37.679157,0 -84.459702,37.680444,0 -84.459891,37.682054,0 -84.460605,37.682536,0 -84.464467,37.683655,0 -84.46502,37.684174,0 -84.464458,37.684977,0 -84.464275,37.686967,0 -84.463882,37.687317,0 -84.461531,37.688641,0 -84.457294,37.689867,0 -84.456203,37.690499,0 -84.454587,37.690642,0 -84.453702,37.691206,0 -84.453146,37.692506,0 -84.449757,37.695712,0 -84.449493,37.696959,0 -84.450201,37.697898,0 -84.451566,37.698043,0 -84.455647,37.696741,0 -84.458577,37.695301,0 -84.458784,37.694862,0 -84.46098,37.695207,0 -84.463384,37.696481,0 -84.466703,37.699414,0 -84.468672,37.699997,0 -84.470333,37.702256,0 -84.47085,37.704522,0 -84.47407,37.707838,0 -84.477049,37.708609,0 -84.480395,37.707975,0 -84.484084,37.70914,0 -84.485158,37.710565,0 -84.485413,37.711597,0 -84.484776,37.713055,0 -84.485011,37.715317,0 -84.483931,37.720255,0 -84.485874,37.723507,0 -84.486884,37.723976,0 -84.487976,37.728014,0 -84.48911,37.729217,0 -84.490257,37.729286,0 -84.492677,37.72498,0 -84.493805,37.724797,0 -84.495352,37.725125,0 -84.497509,37.726757,0 -84.497612,37.727264,0 -84.497023,37.72849,0 -84.497119,37.729666,0 -84.49807,37.730347,0 -84.499727,37.732366,0 -84.503228,37.734184,0 -84.503057,37.73548,0 -84.501885,37.736607,0 -84.493741,37.740131,0 -84.493376,37.742252,0 -84.493505,37.74323,0 -84.49447,37.744251,0 -84.494485,37.747461,0 -84.49586,37.748266,0 -84.496903,37.748303,0 -84.497595,37.748116,0 -84.498385,37.747346,0 -84.499538,37.747172,0 -84.50204,37.748519,0 -84.502737,37.749347,0 -84.503516,37.753837,0 -84.504429,37.754785,0 -84.505165,37.755075,0 -84.505759,37.755106,0 -84.506331,37.754453,0 -84.511431,37.754054,0 -84.512631,37.754904,0 -84.513973,37.754716,0 -84.514721,37.755166,0 -84.514885,37.757373,0 -84.513587,37.758664,0 -84.513294,37.760904,0 -84.511434,37.764974,0 -84.512145,37.766083,0 -84.513278,37.766932,0 -84.515913,37.767438,0 -84.517572,37.767223,0 -84.51956,37.76868,0 -84.523587,37.768825,0 -84.524975,37.768554,0 -84.525643,37.769497,0 -84.527743,37.769804,0 -84.531209,37.77104,0 -84.533064,37.77102,0 -84.536201,37.769644,0 -84.538199,37.767857,0 -84.539093,37.765874,0 -84.539188,37.76472,0 -84.538249,37.759678,0 -84.538291,37.757691,0 -84.538533,37.756394,0 -84.539456,37.75476,0 -84.541204,37.753648,0 -84.547478,37.752528,0 -84.550861,37.751478,0 -84.553978,37.750045,0 -84.556667,37.748251,0 -84.557688,37.747166,0 -84.559656,37.744042,0 -84.561294,37.739262,0 -84.562667,37.736816,0 -84.56646,37.73288,0 -84.569272,37.729342,0 -84.571158,37.72855,0 -84.579174,37.73072,0 -84.584466,37.733275,0 -84.587227,37.73533,0 -84.589462,37.74001,0 -84.589643,37.741462,0 -84.589201,37.742751,0 -84.5866,37.746741,0 -84.585817,37.748686,0 -84.585209,37.750613,0 -84.585961,37.752606,0 -84.587841,37.753624,0 -84.590647,37.754162,0 -84.593651,37.753905,0 -84.597229,37.753118,0 -84.599397,37.751811,0 -84.601065,37.750081,0 -84.601973,37.748626,0 -84.603341,37.745101,0 -84.604096,37.743989,0 -84.60546,37.743019,0 -84.606722,37.743078,0 -84.609953,37.744688,0 -84.614141,37.745232,0 -84.615821,37.746284,0 -84.616416,37.747414,0 -84.61621,37.74832,0 -84.614807,37.749506,0 -84.609788,37.752078,0 -84.605501,37.755298,0 -84.604322,37.756673,0 -84.604308,37.758371,0 -84.604594,37.759092,0 -84.607056,37.761075,0 -84.609116,37.764142,0 -84.611903,37.766713,0 -84.613475,37.767675,0 -84.616339,37.768618,0 -84.619565,37.770154,0 -84.624623,37.773345,0 -84.627543,37.774168,0 -84.632994,37.772849,0 -84.636335,37.772837,0 -84.638084,37.773544,0 -84.639484,37.77455,0 -84.641853,37.776686,0 -84.642919,37.778106,0 -84.643655,37.781637,0 -84.644834,37.785214,0 -84.644886,37.787349,0 -84.643763,37.790595,0 -84.641388,37.792606,0 -84.635821,37.795374,0 -84.632851,37.796429,0 -84.627689,37.797209,0 -84.624403,37.796482,0 -84.618933,37.793191,0 -84.615666,37.791685,0 -84.612871,37.791259,0 -84.611368,37.791409,0 -84.609329,37.792098,0 -84.607844,37.793797,0 -84.607486,37.795243,0 -84.60758,37.797241,0 -84.608367,37.799188,0 -84.609457,37.800434,0 -84.616571,37.803971,0 -84.618723,37.804674,0 -84.621688,37.80507,0 -84.628367,37.805099,0 -84.63795,37.805998,0 -84.643848,37.807383,0 -84.648376,37.80953,0 -84.650393,37.809838,0 -84.656608,37.809908,0 -84.652512,37.822642,0 -84.662388,37.814064,0 -84.664782,37.819476,0 -84.665424,37.821887,0 -84.6656,37.823271,0 -84.664943,37.828474,0 -84.667291,37.83037,0 -84.671668,37.831545,0 -84.666825,37.834795,0 -84.662957,37.838461,0 -84.652801,37.846067,0 -84.650275,37.848487,0 -84.651118,37.849327,0 -84.650967,37.851007,0 -84.651359,37.851539,0 -84.652366,37.852035,0 -84.653737,37.851309,0 -84.655353,37.851773,0 -84.65523,37.852371,0 -84.65357,37.852213,0 -84.653182,37.853317,0 -84.653233,37.854563,0 -84.645537,37.854151,0 -84.645265,37.855059,0 -84.643196,37.854742,0 -84.642442,37.855389,0 -84.645129,37.855836,0 -84.644027,37.857175,0 -84.643882,37.858229,0 -84.641511,37.859601,0 -84.642168,37.861579,0 -84.641918,37.861913,0 -84.642182,37.86238,0 -84.641891,37.86402,0 -84.638981,37.864606,0 -84.634308,37.864477,0 -84.633543,37.866208,0 -84.629953,37.86888,0 -84.62816,37.871127,0 -84.624287,37.874782,0 -84.61893,37.875236,0 -84.615743,37.881724,0 -84.615416,37.881148,0 -84.615166,37.881658,0 -84.615698,37.881818,0 -84.614986,37.883346,0 -84.614284,37.883283,0 -84.613413,37.884861,0 -84.613365,37.8857,0 -84.604242,37.885865,0 -84.603727,37.887632,0 -84.604706,37.889285,0 -84.604838,37.890844,0 -84.606072,37.892931,0 -84.606024,37.894441,0 -84.606364,37.895253,0 -84.605762,37.895479,0 -84.605998,37.896193,0 -84.605667,37.896951,0 -84.606241,37.897258,0 -84.60629,37.897747,0 -84.606103,37.898488,0 -84.60557,37.89873,0 -84.606543,37.902645,0 -84.605809,37.903496,0 -84.605983,37.905424,0 -84.606489,37.906461,0 -84.607224,37.906988,0 -84.607197,37.908087,0 -84.607641,37.908196,0 -84.608065,37.909031,0 -84.608064,37.909953,0 -84.607843,37.910524,0 -84.607163,37.910618,0 -84.606345,37.912177,0 -84.605362,37.912804,0 -84.605689,37.914001,0 -84.605503,37.914814,0 -84.605066,37.91521,0 -84.604365,37.914902,0 -84.603811,37.915331,0 -84.603998,37.915983,0 -84.603259,37.916273,0 -84.603044,37.917396,0 -84.601706,37.919236,0 -84.600855,37.921855,0 -84.599135,37.921148,0 -84.594935,37.921764,0 -84.591456,37.924181,0 -84.590104,37.924049,0 -84.589799,37.924362,0 -84.58928,37.924225,0 -84.589022,37.924582,0 -84.588551,37.924313,0 -84.587471,37.924583,0 -84.582596,37.922134,0 -84.58159,37.922107,0 -84.581573,37.921451,0 -84.578979,37.922321,0 -84.576628,37.922064,0 -84.57495,37.921455,0 -84.562768,37.915242,0 -84.558846,37.930591,0 -84.559166,37.930693,0 -84.558994,37.931081,0 -84.559456,37.931443,0 -84.558797,37.931531,0 -84.55806,37.93315,0 -84.573103,37.940171,0 -84.583002,37.942394,0 -84.586479,37.942653,0 -84.587641,37.943413,0 -84.594456,37.945497,0 -84.59514,37.947509,0 -84.600115,37.94887,0 -84.597505,37.955693,0 -84.595804,37.965908,0 -84.593053,37.973258,0 -84.583904,37.970354,0 -84.57518,37.968153,0 -84.570703,37.977587,0 -84.592335,37.986428,0 -84.610173,37.990736,0 -84.660135,38.003745,0 -84.698728,37.893178,0 -84.709918,37.861952,0 -84.714786,37.862521,0 -84.719046,37.862405,0 -84.721523,37.861975,0 -84.735478,37.85675,0 -84.737817,37.855461,0 -84.74397,37.851152,0 -84.747362,37.850086,0 -84.751961,37.849351,0 -84.760736,37.84702,0 -84.763439,37.847204,0 -84.765204,37.847835,0 -84.768227,37.850253,0 -84.770601,37.852389,0 -84.773347,37.855822,0 -84.774048,37.857313,0 -84.774139,37.858269,0 -84.773275,37.862753,0 -84.771952,37.865094,0 -84.770798,37.866,0 -84.768954,37.866704,0 -84.761705,37.868254,0 -84.760125,37.869017,0 -84.758773,37.870361,0 -84.758425,37.871145,0 -84.758205,37.872335,0 -84.758602,37.873593,0 -84.765677,37.881248,0 -84.765748,37.888192,0 -84.765922,37.889006,0 -84.767035,37.89028,0 -84.769305,37.891198,0 -84.770626,37.891308,0 -84.779989,37.890571,0 -84.78165,37.891354,0 -84.782604,37.893111,0 -84.782338,37.895954,0 -84.781355,37.897715,0 -84.779684,37.899428,0 -84.775847,37.901811,0 -84.773931,37.903892,0 -84.773897,37.905031,0 -84.774789,37.906468,0 -84.777118,37.907809,0 -84.779971,37.908458,0 -84.78168,37.907945,0 -84.783236,37.906807,0 -84.78698,37.903074,0 -84.790399,37.89866,0 -84.792386,37.893745,0 -84.792461,37.888921,0 -84.792756,37.88812,0 -84.794212,37.886998,0 -84.796677,37.887058,0 -84.799005,37.887917,0 -84.800123,37.889245,0 -84.80122,37.892019,0 -84.801941,37.896903,0 -84.801186,37.900615,0 -84.795853,37.907909,0 -84.794524,37.910952,0 -84.794679,37.913596,0 -84.796035,37.916415,0 -84.798969,37.918453,0 -84.801394,37.918858,0 -84.803327,37.918683,0 -84.804783,37.918169,0 -84.814282,37.912637,0 -84.817575,37.911788,0 -84.820139,37.912317,0 -84.822908,37.913724,0 -84.82605,37.915878,0 -84.826709,37.917102,0 -84.826155,37.920517,0 -84.824952,37.922891,0 -84.823306,37.925024,0 -84.821025,37.926874,0 -84.811528,37.931321,0 -84.80956,37.931879,0 -84.805701,37.932361,0 -84.799177,37.932753,0 -84.798027,37.933088,0 -84.797199,37.933955,0 -84.796615,37.93576,0 -84.796896,37.936747,0 -84.802176,37.940045,0 -84.805029,37.942851,0 -84.807303,37.944047,0 -84.808706,37.94442,0 -84.811292,37.944549,0 -84.815055,37.944003,0 -84.816851,37.944279,0 -84.818833,37.945838,0 -84.819641,37.947494,0 -84.820021,37.949146,0 -84.819816,37.950944,0 -84.818251,37.953055,0 -84.815699,37.954341,0 -84.809326,37.955935,0 -84.807411,37.956941,0 -84.802649,37.960406,0 -84.797253,37.963532,0 -84.794715,37.965958,0 -84.794134,37.967191,0 -84.794114,37.967866,0 -84.794658,37.968985,0 -84.796327,37.970088,0 -84.854938,37.95145,0 -84.856002,37.949554,0 -84.857187,37.948936,0 -84.861142,37.948787,0 -84.862878,37.947669,0 -84.863551,37.946618,0 -84.869008,37.945212,0 -84.880305,37.941388,0 -84.880385,37.940817,0 -84.883939,37.940056,0 -84.892433,37.943624,0 -84.889726,37.946753,0 -84.896358,37.947713,0 -84.897297,37.947528,0 -84.897105,37.945632,0 -84.902139,37.938427,0 -84.905008,37.941033,0 -84.909205,37.940693,0 -84.910334,37.941109,0 -84.910564,37.942339,0 -84.909387,37.949536,0 -84.910587,37.950999,0 -84.915363,37.949629,0 -84.915572,37.948204,0 -84.917929,37.948296,0 -84.918091,37.947186,0 -84.922281,37.947291,0 -84.921622,37.953065,0 -84.933085,37.954186,0 -84.933502,37.94957,0 -84.93778,37.952826,0 -84.948035,37.948959,0 -84.948619,37.944689,0 -84.956271,37.946083,0 -84.957383,37.937245,0 -84.959488,37.936429,0 -84.966686,37.935193,0 -84.967964,37.934719,0 -84.973351,37.935511,0 -84.974609,37.933667,0 -84.975389,37.931319,0 -84.977213,37.928809,0 -84.976748,37.926918,0 -84.978192,37.922878,0 -84.977194,37.920166,0 -84.978101,37.919475,0 -84.979199,37.917917,0 -84.978913,37.915987,0 -84.979329,37.914909,0 -84.982933,37.913096,0 -84.985494,37.912824,0 -84.986507,37.912423,0 -84.985938,37.909263,0 -84.986941,37.907446,0 -84.987401,37.905422,0 -84.988542,37.906149,0 -84.990584,37.906512,0 -84.993117,37.907556,0 -84.993737,37.904894,0 -84.994565,37.903931,0 -84.995543,37.903754,0 -84.998105,37.905168,0 -85.000115,37.90713,0 -85.000699,37.907325,0 -85.001101,37.907097,0 -85.001175,37.906373,0 -85.000496,37.905753,0 -85.000184,37.904743,0 -85.000229,37.902896,0 -85.001369,37.900721,0 -85.004834,37.900299,0 -85.005255,37.899922,0 -85.00546,37.898858,0 -85.007367,37.897957,0 -85.007407,37.897381,0 -85.006365,37.895854,0 -85.00617,37.893057,0 -85.007983,37.890969,0 -85.013694,37.892192,0 -85.014216,37.892823,0 -85.014687,37.894999,0 -85.016363,37.895428,0 -85.017874,37.89507,0 -85.021293,37.893375,0 -85.020101,37.891061,0 -85.020716,37.88793,0 -85.021422,37.886794,0 -85.022943,37.886449,0 -85.027125,37.886618,0 -85.027578,37.884355,0 -85.02799,37.884524,0 -85.028327,37.885359,0 -85.029848,37.886552,0 -85.027632,37.889061,0 -85.027683,37.891143,0 -85.02874,37.892161,0 -85.030528,37.891538,0 -85.032961,37.892552,0 -85.034643,37.892404,0 -85.035501,37.891679,0 -85.035554,37.891225,0 -85.034284,37.889271,0 -85.034476,37.888747,0 -85.035236,37.888435,0 -85.039048,37.889381,0 -85.040129,37.889318,0 -85.040656,37.889002,0 -85.040798,37.887563,0 -85.042957,37.885927,0 -85.044216,37.88638,0 -85.04467,37.886861,0 -85.043991,37.888153,0 -85.042159,37.889064,0 -85.041561,37.890063,0 -85.042675,37.890892,0 -85.045092,37.891843,0 -85.048256,37.895324,0 -85.048411,37.895832,0 -85.046558,37.897135,0 -85.046273,37.897819,0 -85.046927,37.898461,0 -85.048915,37.898625,0 -85.05138,37.897629,0 -85.051431,37.897139,0 -85.050162,37.896262,0 -85.050092,37.895832,0 -85.050783,37.894726,0 -85.051669,37.894363,0 -85.055473,37.894114,0 -85.058389,37.895248,0 -85.059161,37.895135,0 -85.057604,37.892162,0 -85.058279,37.891056,0 -85.059522,37.890427,0 -85.06,37.890467,0 -85.061013,37.892029,0 -85.062959,37.892949,0 -85.065096,37.895399,0 -85.066826,37.896441,0 -85.067783,37.896403,0 -85.068481,37.896049,0 -85.068535,37.895491,0 -85.066437,37.891789,0 -85.065858,37.889463,0 -85.066366,37.888269,0 -85.068162,37.885897,0 -85.068967,37.885621,0 -85.069488,37.885833,0 -85.071568,37.888381,0 -85.074594,37.888665,0 -85.075769,37.888526,0 -85.077569,37.887551,0 -85.077791,37.887221,0 -85.077667,37.885998,0 -85.077992,37.885805,0 -85.079709,37.886635,0 -85.079891,37.887003,0 -85.079302,37.889615,0 -85.079575,37.89122,0 -85.081801,37.892658,0 -85.082226,37.893237,0 -85.08176,37.893585,0 -85.080339,37.893774,0 -85.08019,37.894555,0 -85.080832,37.894998,0 -85.081604,37.894871,0 -85.087411,37.889829,0 -85.087728,37.887932,0 -85.088441,37.887646,0 -85.091704,37.888172,0 -85.093786,37.887832,0 -85.094745,37.888212,0 -85.095414,37.888922,0 -85.099592,37.890693,0 -85.101902,37.891257,0 -85.104014,37.891263,0 -85.104768,37.892037,0 -85.107543,37.893123,0 -85.106938,37.893712,0 -85.106835,37.895256,0 -85.107094,37.897766,0 -85.107599,37.89922,0 -85.10714,37.901574,0 -85.107815,37.903533,0 -85.106029,37.907054,0 -85.106192,37.909247,0 -85.107375,37.909865,0 -85.108549,37.911051,0 -85.110819,37.910852,0 -85.113384,37.912056,0 -85.115615,37.913908,0 -85.118629,37.913682,0 -85.120251,37.914401,0 -85.120495,37.915644,0 -85.126552,37.917169,0 -85.127001,37.916978,0 -85.125417,37.916479,0 -85.125108,37.91592,0 -85.125824,37.915292,0 -85.127153,37.915218,0 -85.127553,37.914598,0 -85.127131,37.913843,0 -85.125615,37.912842,0 -85.125626,37.912481,0 -85.12604,37.912087,0 -85.127347,37.9119,0 -85.127786,37.911249,0 -85.127843,37.907321,0 -85.128609,37.906504,0 -85.13091,37.90531,0 -85.131692,37.904543,0 -85.132108,37.903067,0 -85.131278,37.900882,0 -85.131584,37.899783,0 -85.133125,37.898757,0 -85.13436,37.89862,0 -85.142923,37.901688,0 -85.144763,37.901911,0 -85.146246,37.901605,0 -85.146653,37.901193,0 -85.146659,37.900678,0 -85.145471,37.899227,0 -85.143993,37.89837,0 -85.139166,37.896978,0 -85.137967,37.895328,0 -85.137562,37.893763,0 -85.137983,37.892107,0 -85.138546,37.891575,0 -85.141054,37.892475,0 -85.14244,37.892582,0 -85.144785,37.891155,0 -85.147005,37.890739,0 -85.147514,37.891013,0 -85.149257,37.893988,0 -85.14934,37.895327,0 -85.148973,37.896722,0 -85.149282,37.897345,0 -85.150595,37.89782,0 -85.152797,37.897661,0 -85.168049,37.972916,0 -85.1677,37.974731,0 -85.16786,37.976406,0 -85.168543,37.978223,0 -85.168138,37.979682,0 -85.168954,37.980316,0 -85.169225,37.98137,0 -85.167713,37.983158,0 -85.167226,37.985282,0 -85.166167,37.987172,0 -85.168554,37.990075,0 -85.168644,37.990941,0 -85.16819,37.991362,0 -85.168238,37.991872,0 -85.169722,37.993612,0 -85.170045,37.994646,0</coordinates></LinearRing></outerBoundaryIs></Polygon></MultiGeometry></Placemark> </Document> </kml>
12,575.833333
75,341
0.736823
5fc830e88126caae043b1f9c52cd270ca7cb3657
1,194
xml
XML
ext/pldata/propbank-frames-2.1.5/frames/evince-v.xml
TeamSPoon/logicmoo_nlu
5c3e5013a3048da7d68a8a43476ad84d3ea4bb47
[ "MIT" ]
6
2020-01-27T12:08:02.000Z
2020-02-28T19:30:28.000Z
ext/pldata/propbank-frames-2.1.5/frames/evince-v.xml
TeamSPoon/logicmoo_nlu
5c3e5013a3048da7d68a8a43476ad84d3ea4bb47
[ "MIT" ]
1
2020-02-02T13:12:34.000Z
2020-02-02T13:12:34.000Z
ext/pldata/propbank-frames-2.1.5/frames/evince-v.xml
TeamSPoon/logicmoo_nlu
5c3e5013a3048da7d68a8a43476ad84d3ea4bb47
[ "MIT" ]
null
null
null
<!DOCTYPE frameset SYSTEM "frameset.dtd"> <frameset> <predicate lemma="evince"> <note> Frames file for 'evince' based on survey of sentences in the WSJ corpus. Comparison with 'show'. </note> <roleset id="evince.01" name="to show clearly" vncls="-"> <roles> <role descr="shower, agent" n="0"/> <role descr="thing shown" n="1"/> </roles> <example name="transitive"> <inflection aspect="ns" form="full" person="ns" tense="past" voice="active"/> <text> Some evinced an optimism that had been rewarded when they didn't flee the market in 1987. </text> <arg n="0">Some</arg> <rel>evinced</rel> <arg n="1">an optimism that had been rewarded when they didn't flee the market in 1987 </arg> </example> </roleset> </predicate> <note> frames created by Olga, made pretty by Paul. </note> </frameset>
31.421053
93
0.467337
0dd914af00d26fbaf23d5ac3cafea6c465fcc654
1,357
launch
XML
tiago/setup/geometric_simu.launch
jmirabel/agimus-demos
d18703626f3bac322dec788ad9506495771d15a3
[ "BSD-2-Clause" ]
1
2021-12-10T09:39:44.000Z
2021-12-10T09:39:44.000Z
tiago/setup/geometric_simu.launch
jmirabel/agimus-demos
d18703626f3bac322dec788ad9506495771d15a3
[ "BSD-2-Clause" ]
8
2019-02-20T14:08:08.000Z
2021-06-23T14:29:26.000Z
tiago/setup/geometric_simu.launch
jmirabel/agimus-demos
d18703626f3bac322dec788ad9506495771d15a3
[ "BSD-2-Clause" ]
6
2018-08-21T12:03:06.000Z
2021-06-15T08:43:39.000Z
<launch> <!-- Which robot are we controlling ? --> <arg name="script_file" doc="Full path to the script which initialize the supervisor" /> <arg name="robot" default="tiago" /> <arg name="libsot" default="libsot-tiago-steel-controller.so" /> <arg name="sot_launch_prefix" default="" /> <!-- Before uncommenting any of the above lines, remove the space between the hyphens before 'args' --> <!--<arg name="sot_launch_prefix" default="xterm -e gdb - -args" />--> <!--<arg name="sot_launch_prefix" default="xterm -e gdb -ex run - -args" />--> <include file="$(find sot_tiago_bringup)/launch/geometric_simu.launch" > <arg name="robot" value="$(arg robot)" /> <arg name="libsot" value="$(arg libsot)" /> <arg name="sot_launch_prefix" value="$(arg sot_launch_prefix)" /> <arg name="output" value="screen" /> </include> <group ns="hpp" > <node name="hpp_node" pkg="hpp_ros_interface" type="hpp_node.py" args="hpp-manipulation-server" respawn="true" output="screen" /> </group> <group ns="agimus" > <node name="smach_node" pkg="hpp_ros_interface" type="smach_node.py" output="screen" /> <node name="start_supervisor" pkg="agimus-sot" type="start_supervisor.py" output="screen" args="--input $(arg script_file) --prefix tiago/" /> </group> </launch>
35.710526
90
0.64112
5ca4e9ddff59cba8a4ad356fc0efbe7ca9f4e40e
2,351
xml
XML
Biblio/55/54495.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
34
2015-05-13T10:35:12.000Z
2021-12-02T02:02:19.000Z
Biblio/55/54495.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
145
2015-10-13T19:15:07.000Z
2022-02-15T13:45:13.000Z
Biblio/55/54495.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
18
2015-10-01T15:42:43.000Z
2021-02-11T02:29:54.000Z
<?xml version="1.0" encoding="UTF-8"?> <bibl xmlns="http://www.tei-c.org/ns/1.0" xml:id="b54495" type="article" subtype="book"> <title level="a" type="main">Public Notices Concerning epiteresis of the one zyteras.</title> <author n="1"> <forename>Mossallamy Abdalla Hassan S.</forename> <surname>El</surname> </author> <biblScope type="pp" from="215" to="229">215-229</biblScope> <note resp="#BP">Two columns, each containing a "Programma" issued by Vegetus alias Sarapion and Herakleides, two successive strategoi of the Themistes, on August 26 of 135 A.D. and in July/August of 136 A.D.</note> <relatedItem type="appearsIn"> <bibl> <ptr target="http://papyri.info/biblio/9584"/> <!--ignore - start, i.e. SoSOL users may not edit this--> <title level="m" type="main">Proceedings of the Sixteenth International Congress of Papyrology</title> <date>1981</date> <!--ignore - stop--> </bibl> </relatedItem> <relatedItem type="mentions" n="1"> <bibl> <idno type="invNo">P. Cair. Inv. 43</idno> </bibl> </relatedItem> <relatedItem type="mentions" n="2"> <bibl> <title level="s" type="short">SB</title> <biblScope type="vol">XVI</biblScope> <biblScope type="num">12504</biblScope> <idno type="ddb">sb;16;12504</idno> </bibl> </relatedItem> <idno type="pi">54495</idno> <idno type="bp">1981-0401</idno> <seg type="original" subtype="index" resp="#BP">141.4 630</seg> <seg type="original" subtype="indexBis" resp="#BP">141.4 P. Cair. Inv. 43</seg> <seg type="original" subtype="titre" resp="#BP">El Mossallamy Abdalla Hassan S., Public Notices Concerning epiteresis of the one zyteras.</seg> <seg type="original" subtype="publication" resp="#BP">Proceedings of the Sixteenth International Congress of Papyrology (Chico, 1981) pp. 215-229, 1 fig.</seg> <seg type="original" subtype="resume" resp="#BP">Two columns, each containing a "Programma" issued by Vegetus alias Sarapion and Herakleides, two successive strategoi of the Themistes, on August 26 of 135 A.D. and in July/August of 136 A.D.</seg> <seg type="original" subtype="sbSeg" resp="#BP">S.B. XVI, 12504.</seg> <seg type="original" subtype="nom" resp="#BP">El-Mosallamy</seg> </bibl>
52.244444
249
0.64866
47ba991d4ce86f55cdbdb6ad90849ef8c1a3e3a5
60,701
xml
XML
.idea/workspace.xml
rakezbohara/CS-CMS
ad7159b4ad1e45565dcb902242249c6263857acf
[ "MIT" ]
null
null
null
.idea/workspace.xml
rakezbohara/CS-CMS
ad7159b4ad1e45565dcb902242249c6263857acf
[ "MIT" ]
null
null
null
.idea/workspace.xml
rakezbohara/CS-CMS
ad7159b4ad1e45565dcb902242249c6263857acf
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="0cbdb390-ad70-4570-82d3-5d385645fb25" name="Default" comment="Front End Pages-Initial"> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/resources/views/frontend/index.blade.php" afterPath="$PROJECT_DIR$/resources/views/frontend/index.blade.php" /> </list> <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> <option name="TRACKING_ENABLED" value="true" /> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component> <component name="CreatePatchCommitExecutor"> <option name="PATCH_PATH" value="" /> </component> <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" /> <component name="FavoritesManager"> <favorites_list name="multilang" /> </component> <component name="FileEditorManager"> <leaf SIDE_TABS_SIZE_LIMIT_KEY="300"> <file leaf-file-name="routes.php" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/app/Http/routes.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="170"> <caret line="19" column="59" lean-forward="false" selection-start-line="19" selection-start-column="51" selection-end-line="19" selection-end-column="59" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="FrontEndController.php" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/app/Http/Controllers/FrontEndController.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="1530"> <caret line="101" column="90" lean-forward="false" selection-start-line="101" selection-start-column="82" selection-end-line="101" selection-end-column="90" /> <folding> <element signature="e#40#48#0#PHP" expanded="true" /> </folding> </state> </provider> </entry> </file> <file leaf-file-name="blogitem.blade.php" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/resources/views/frontend/blogitem.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="1207"> <caret line="71" column="21" lean-forward="false" selection-start-line="71" selection-start-column="21" selection-end-line="71" selection-end-column="21" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="career.blade.php" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/resources/views/frontend/career.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="2839"> <caret line="167" column="68" lean-forward="false" selection-start-line="167" selection-start-column="68" selection-end-line="167" selection-end-column="68" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="blog.blade.php" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/resources/views/frontend/blog.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="51"> <caret line="53" column="40" lean-forward="false" selection-start-line="53" selection-start-column="40" selection-end-line="53" selection-end-column="40" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="index.blade.php" pinned="false" current-in-tab="true"> <entry file="file://$PROJECT_DIR$/resources/views/frontend/index.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="238"> <caret line="69" column="48" lean-forward="false" selection-start-line="69" selection-start-column="48" selection-end-line="69" selection-end-column="48" /> <folding> <marker date="1498630521094" expanded="true" signature="8323:8374" ph="{...}" /> </folding> </state> </provider> </entry> </file> </leaf> </component> <component name="FindInProjectRecents"> <findStrings> <find>delete</find> <find>view</find> <find>substr</find> <find>if(t.substr(0,1)!='/'&amp;&amp;t.indexOf('://')== -1)t=document.location.pathname.substring(0,document.location.pathname.lastIndexOf('/')+</find> <find>csrf_token()</find> <find>/</find> <find>login</find> <find>validate</find> <find>create</find> <find>marqu</find> <find>import</find> <find>CKFinder</find> <find>ck</find> <find>#</find> <find>hom</find> <find>home</find> <find>gall</find> <find>container</find> <find>title</find> <find>blogitem</find> </findStrings> </component> <component name="Git.Settings"> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> <option name="RECENT_BRANCH_BY_REPOSITORY"> <map> <entry key="$PROJECT_DIR$" value="master" /> </map> </option> </component> <component name="IdeDocumentHistory"> <option name="CHANGED_PATHS"> <list> <option value="$PROJECT_DIR$/app/Http/Controllers/AdminSlideController.php" /> <option value="$PROJECT_DIR$/database/migrations/2017_06_22_062120_create_staff_table.php" /> <option value="$PROJECT_DIR$/app/Http/Controllers/AdminStaffController.php" /> <option value="$PROJECT_DIR$/database/migrations/2017_06_22_075011_create_marquees_table.php" /> <option value="$PROJECT_DIR$/app/Http/Controllers/AdminMarqueeController.php" /> <option value="$PROJECT_DIR$/database/migrations/2017_06_22_082813_create_home_contents_table.php" /> <option value="$PROJECT_DIR$/database/migrations/2017_06_22_085230_create_implinks_table.php" /> <option value="$PROJECT_DIR$/resources/views/index.blade.php" /> <option value="$PROJECT_DIR$/app/Http/Controllers/AdminImplinkController.php" /> <option value="$PROJECT_DIR$/database/migrations/2017_06_22_093539_create_aboutuses_table.php" /> <option value="$PROJECT_DIR$/app/Http/Controllers/AdminAboutUsController.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/ckfinder.blade.php" /> <option value="$PROJECT_DIR$/database/migrations/2017_06_25_064236_create_careers_table.php" /> <option value="$PROJECT_DIR$/app/Http/Controllers/AdminHomeController.php" /> <option value="$PROJECT_DIR$/database/migrations/2017_06_25_073807_create_downloads_table.php" /> <option value="$PROJECT_DIR$/app/Http/Controllers/AdminCareerController.php" /> <option value="$PROJECT_DIR$/app/Http/Controllers/AdminDownloadController.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/dashboard.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/gallery.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/aboutus.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/career/career.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/career/create.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/career/edit.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/downloads/create.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/downloads/downloads.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/downloads/edit.blade.php" /> <option value="$PROJECT_DIR$/database/seeds/DatabaseSeeder.php" /> <option value="$PROJECT_DIR$/readme.md" /> <option value="$PROJECT_DIR$/.gitignore" /> <option value="$PROJECT_DIR$/resources/views/admin_home/blog/blogpost.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/blog/create.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/blog/edit.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/slideshow/create.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/slideshow/edit.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/slideshow/slideshow.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/staff/orghead.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/staff/orgtechhead.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/marquee/marquee.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/homecontent/homecontent.blade.php" /> <option value="$PROJECT_DIR$/resources/views/admin_home/implink/implink.blade.php" /> <option value="$PROJECT_DIR$/app/Http/Controllers/HomeController.php" /> <option value="$PROJECT_DIR$/public/asset/style.css" /> <option value="$PROJECT_DIR$/resources/views/frontend/downloads.blade.php" /> <option value="$PROJECT_DIR$/app/Http/routes.php" /> <option value="$PROJECT_DIR$/app/Http/Controllers/FrontEndController.php" /> <option value="$PROJECT_DIR$/resources/views/frontend/blogitem.blade.php" /> <option value="$PROJECT_DIR$/resources/views/frontend/aboutus.blade.php" /> <option value="$PROJECT_DIR$/resources/views/frontend/gallery.blade.php" /> <option value="$PROJECT_DIR$/resources/views/frontend/career.blade.php" /> <option value="$PROJECT_DIR$/resources/views/frontend/blog.blade.php" /> <option value="$PROJECT_DIR$/resources/views/frontend/index.blade.php" /> </list> </option> </component> <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" /> <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER"> <package-json value="$PROJECT_DIR$/package.json" /> </component> <component name="JsGulpfileManager"> <detection-done>true</detection-done> <gulpfiles> <GulpfileState> <gulpfile-path>$PROJECT_DIR$/gulpfile.js</gulpfile-path> </GulpfileState> </gulpfiles> <sorting>DEFINITION_ORDER</sorting> </component> <component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" /> <component name="ProjectFrameBounds"> <option name="x" value="-8" /> <option name="y" value="-8" /> <option name="width" value="1382" /> <option name="height" value="754" /> </component> <component name="ProjectLevelVcsManager" settingsEditedManually="true"> <ConfirmationsSetting value="2" id="Add" /> </component> <component name="ProjectView"> <navigator currentView="ProjectPane" proportions="" version="1"> <flattenPackages /> <showMembers /> <showModules /> <showLibraryContents /> <hideEmptyPackages /> <abbreviatePackageNames /> <autoscrollToSource /> <autoscrollFromSource /> <sortByType /> <manualOrder /> <foldersAlwaysOnTop value="true" /> </navigator> <panes> <pane id="ProjectPane"> <subPane> <PATH> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="resources" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="views" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="resources" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="views" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="frontend" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="resources" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="views" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="admin_home" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="resources" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="public" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="public" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ckfinder" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="public" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="asset" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="database" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="database" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="migrations" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="multilang" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="app" /> <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" /> </PATH_ELEMENT> </PATH> </subPane> </pane> <pane id="Scratches" /> <pane id="Scope" /> </panes> </component> <component name="PropertiesComponent"> <property name="WebServerToolWindowFactoryState" value="false" /> <property name="last_opened_file_path" value="$PROJECT_DIR$" /> <property name="nodejs_interpreter_path" value="C:/Program Files/nodejs/node" /> <property name="js.eslint.eslintPackage" value="" /> <property name="js-jscs-nodeInterpreter" value="C:\Program Files\nodejs\node.exe" /> <property name="SearchEverywhereHistoryKey" value="index&#9;FILE&#9;file://C:/wamp/www/multilang/resources/views/frontend/index.blade.php&#10;career&#9;FILE&#9;file://C:/wamp/www/multilang/resources/views/frontend/career.blade.php&#10;abou&#9;FILE&#9;file://C:/wamp/www/multilang/resources/views/frontend/aboutus.blade.php&#10;route&#9;FILE&#9;file://C:/wamp/www/multilang/app/Http/routes.php&#10;blog&#9;FILE&#9;file://C:/wamp/www/multilang/resources/views/frontend/blog.blade.php&#10;about&#9;FILE&#9;file://C:/wamp/www/multilang/resources/views/frontend/aboutus.blade.php&#10;homec&#9;FILE&#9;file://C:/wamp/www/multilang/app/Http/Controllers/HomeController.php&#10;home&#9;FILE&#9;file://C:/wamp/www/multilang/resources/views/admin_home/homecontent/homecontent.blade.php&#10;fronte&#9;FILE&#9;file://C:/wamp/www/multilang/app/Http/Controllers/FrontEndController.php&#10;Front&#9;null&#9;null&#10;homecon&#9;FILE&#9;file://C:/wamp/www/multilang/app/Http/Controllers/HomeController.php&#10;homecontr&#9;FILE&#9;file://C:/wamp/www/multilang/app/Http/Controllers/HomeController.php&#10;seeder&#9;FILE&#9;file://C:/wamp/www/multilang/database/seeds/DatabaseSeeder.php&#10;dash&#9;FILE&#9;file://C:/wamp/www/multilang/resources/views/admin_home/dashboard.blade.php&#10;rou&#9;FILE&#9;file://C:/wamp/www/multilang/app/Http/routes.php&#10;seed&#9;FILE&#9;file://C:/wamp/www/multilang/database/seeds/DatabaseSeeder.php&#10;adminabout&#9;null&#9;null&#10;indec&#9;null&#9;null&#10;mar&#9;FILE&#9;file://C:/wamp/www/multilang/resources/views/admin_home/marquee/marquee.blade.php&#10;implink&#9;FILE&#9;file://C:/wamp/www/multilang/database/migrations/2017_06_22_085230_create_implinks_table.php&#10;staff&#9;FILE&#9;file://C:/wamp/www/multilang/database/migrations/2017_06_22_062120_create_staff_table.php&#10;contro&#9;FILE&#9;file://C:/wamp/www/multilang/app/Http/Controllers/HomeController.php&#10;blogpos&#9;FILE&#9;file://C:/wamp/www/multilang/resources/views/admin_home/blog/blogpost.blade.php&#10;login&#9;FILE&#9;file://C:/wamp/www/multilang/resources/views/auth/login.blade.php&#10;workspace&#9;FILE&#9;file://C:/wamp/www/multilang/.idea/workspace.xml&#10;HOme&#9;FILE&#9;file://C:/wamp/www/multilang/app/Http/Controllers/HomeController.php&#10;controller&#9;FILE&#9;file://C:/wamp/www/multilang/app/Http/Controllers/DataController.php&#10;app&#9;FILE&#9;file://C:/wamp/www/multilang/config/app.php&#10;vi&#9;FILE&#9;file://C:/wamp/www/multilang/vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php&#10;fileview&#9;FILE&#9;file://C:/wamp/www/multilang/vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php" /> </component> <component name="RecentsManager"> <key name="MoveFile.RECENT_KEYS"> <recent name="C:\wamp\www\multilang\resources\views\frontend" /> <recent name="C:\wamp\www\multilang\resources\views\admin_home" /> <recent name="C:\wamp\www\multilang\resources\views\auth" /> <recent name="C:\wamp\www\multilang\resources\views" /> </key> <key name="CopyFile.RECENT_KEYS"> <recent name="C:\wamp\www\multilang\resources\views" /> <recent name="C:\wamp\www\multilang\resources\lang\en" /> </key> </component> <component name="RunManager"> <configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor"> <config-file value="" /> <node-interpreter value="project" /> <envs /> <method /> </configuration> <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug"> <method /> </configuration> <configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" path-to-node="project" working-dir=""> <method /> </configuration> <configuration default="true" type="PHPUnitRunConfigurationType" factoryName="PHPUnit"> <TestRunner /> <method /> </configuration> <configuration default="true" type="PhpBehatConfigurationType" factoryName="Behat"> <BehatRunner /> <method /> </configuration> <configuration default="true" type="PhpLocalRunConfigurationType" factoryName="PHP Console"> <method /> </configuration> <configuration default="true" type="PhpSpecConfigurationType" factoryName="PHPSpec"> <PhpTestRunnerSettings /> <method /> </configuration> <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js"> <node-interpreter>project</node-interpreter> <node-options /> <gulpfile /> <tasks /> <arguments /> <envs /> <method /> </configuration> <configuration default="true" type="js.build_tools.npm" factoryName="npm"> <command value="run-script" /> <scripts /> <node-interpreter value="project" /> <envs /> <method /> </configuration> <configuration default="true" type="mocha-javascript-test-runner" factoryName="Mocha"> <node-interpreter>project</node-interpreter> <node-options /> <working-directory /> <pass-parent-env>true</pass-parent-env> <envs /> <ui /> <extra-mocha-options /> <test-kind>DIRECTORY</test-kind> <test-directory /> <recursive>false</recursive> <method /> </configuration> </component> <component name="ShelveChangesManager" show_recycled="false"> <option name="remove_strategy" value="false" /> </component> <component name="SvnConfiguration"> <configuration /> </component> <component name="TaskManager"> <task active="true" id="Default" summary="Default task"> <changelist id="0cbdb390-ad70-4570-82d3-5d385645fb25" name="Default" comment="" /> <created>1496558310496</created> <option name="number" value="Default" /> <option name="presentableId" value="Default" /> <updated>1496558310496</updated> <workItem from="1496558312483" duration="5563000" /> <workItem from="1497332326923" duration="12418000" /> <workItem from="1497418640339" duration="12534000" /> <workItem from="1497505645540" duration="1353000" /> <workItem from="1497507544418" duration="6933000" /> <workItem from="1497767134129" duration="1956000" /> <workItem from="1497850861516" duration="11927000" /> <workItem from="1497937557104" duration="4074000" /> <workItem from="1498028666000" duration="11450000" /> <workItem from="1498111465226" duration="13395000" /> <workItem from="1498368451959" duration="15086000" /> <workItem from="1498455851321" duration="13329000" /> <workItem from="1498541376573" duration="4602000" /> <workItem from="1498628883487" duration="1902000" /> </task> <task id="LOCAL-00001" summary="ckfinder working."> <created>1497506356930</created> <option name="number" value="00001" /> <option name="presentableId" value="LOCAL-00001" /> <option name="project" value="LOCAL" /> <updated>1497506356930</updated> </task> <task id="LOCAL-00002" summary="Front End Pages-Initial"> <created>1497938464426</created> <option name="number" value="00002" /> <option name="presentableId" value="LOCAL-00002" /> <option name="project" value="LOCAL" /> <updated>1497938464426</updated> </task> <option name="localTasksCounter" value="3" /> <servers /> </component> <component name="TimeTrackingManager"> <option name="totallyTimeSpent" value="127772000" /> </component> <component name="TodoView"> <todo-panel id="selected-file"> <is-autoscroll-to-source value="true" /> </todo-panel> <todo-panel id="all"> <are-packages-shown value="true" /> <is-autoscroll-to-source value="true" /> </todo-panel> </component> <component name="ToolWindowManager"> <frame x="-8" y="-8" width="1382" height="754" extended-state="6" /> <editor active="true" /> <layout> <window_info id="Gulp" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" /> <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.22767204" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" /> <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32919255" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.431677" sideWeight="0.50292826" order="7" side_tool="true" content_ui="tabs" /> <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" /> <window_info id="npm" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" /> <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.41925466" sideWeight="0.49707174" order="7" side_tool="false" content_ui="tabs" /> <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" /> <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" /> <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" /> <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32919255" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> </layout> <layout-to-restore> <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32919255" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.431677" sideWeight="0.50292826" order="7" side_tool="true" content_ui="tabs" /> <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" /> <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" /> <window_info id="npm" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" /> <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.431677" sideWeight="0.49707174" order="9" side_tool="false" content_ui="tabs" /> <window_info id="Gulp" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="true" content_ui="tabs" /> <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.16105418" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" /> <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" /> <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32919255" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="true" content_ui="tabs" /> <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> </layout-to-restore> </component> <component name="TypeScriptGeneratedFilesManager"> <option name="processedProjectFiles" value="true" /> </component> <component name="VcsContentAnnotationSettings"> <option name="myLimit" value="2678400000" /> </component> <component name="VcsManagerConfiguration"> <MESSAGE value="ckfinder working." /> <MESSAGE value="Front End Pages-Initial" /> <option name="LAST_COMMIT_MESSAGE" value="Front End Pages-Initial" /> </component> <component name="XDebuggerManager"> <breakpoint-manager /> <watches-manager /> </component> <component name="editorHistoryManager"> <entry file="file://$PROJECT_DIR$/database/migrations/2017_06_22_082813_create_home_contents_table.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="102"> <caret line="17" column="39" lean-forward="false" selection-start-line="17" selection-start-column="39" selection-end-line="17" selection-end-column="39" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/vendor/composer/autoload_real.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="68"> <caret line="4" column="6" lean-forward="false" selection-start-line="4" selection-start-column="6" selection-end-line="4" selection-end-column="6" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/database/migrations/2017_06_22_085230_create_implinks_table.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="289"> <caret line="18" column="39" lean-forward="false" selection-start-line="18" selection-start-column="39" selection-end-line="18" selection-end-column="39" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/app/Http/Controllers/AdminMarqueeController.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="187"> <caret line="11" column="13" lean-forward="true" selection-start-line="11" selection-start-column="13" selection-end-line="11" selection-end-column="13" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/app/Http/Controllers/AdminImplinkController.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="85"> <caret line="10" column="36" lean-forward="true" selection-start-line="10" selection-start-column="36" selection-end-line="10" selection-end-column="36" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/database/migrations/2017_06_22_093539_create_aboutuses_table.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="33"> <caret line="3" column="45" lean-forward="true" selection-start-line="3" selection-start-column="45" selection-end-line="3" selection-end-column="45" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/app/Http/Controllers/AdminAboutUsController.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="318"> <caret line="23" column="37" lean-forward="false" selection-start-line="23" selection-start-column="37" selection-end-line="23" selection-end-column="37" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/public/ckfinder/_samples/popup.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="425"> <caret line="35" column="1" lean-forward="false" selection-start-line="35" selection-start-column="1" selection-end-line="35" selection-end-column="1" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/app/Http/Controllers/AdminHomeController.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="208"> <caret line="48" column="37" lean-forward="true" selection-start-line="46" selection-start-column="8" selection-end-line="48" selection-end-column="37" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/database/migrations/2017_06_21_091213_create_slideshows_table.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="233"> <caret line="18" column="36" lean-forward="false" selection-start-line="16" selection-start-column="12" selection-end-line="18" selection-end-column="36" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/database/migrations/2017_06_25_064236_create_careers_table.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="259"> <caret line="18" column="36" lean-forward="true" selection-start-line="18" selection-start-column="36" selection-end-line="18" selection-end-column="36" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/database/migrations/2017_06_20_064112_create_blogposts_table.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="259"> <caret line="18" column="12" lean-forward="false" selection-start-line="18" selection-start-column="12" selection-end-line="18" selection-end-column="36" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/app/Http/Controllers/AdminDownloadController.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="471"> <caret line="47" column="39" lean-forward="false" selection-start-line="47" selection-start-column="39" selection-end-line="47" selection-end-column="39" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/app/Http/Controllers/AdminCareerController.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="476"> <caret line="48" column="33" lean-forward="true" selection-start-line="46" selection-start-column="8" selection-end-line="48" selection-end-column="33" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/ckfinder.blade.php" /> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/dashboard.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="255"> <caret line="80" column="16" lean-forward="false" selection-start-line="80" selection-start-column="16" selection-end-line="80" selection-end-column="120" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/gallery.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="357"> <caret line="101" column="120" lean-forward="false" selection-start-line="101" selection-start-column="120" selection-end-line="101" selection-end-column="120" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/career/career.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="102"> <caret line="81" column="120" lean-forward="false" selection-start-line="81" selection-start-column="120" selection-end-line="81" selection-end-column="120" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/career/create.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="425"> <caret line="90" column="120" lean-forward="false" selection-start-line="90" selection-start-column="120" selection-end-line="90" selection-end-column="120" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/career/edit.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="323"> <caret line="89" column="120" lean-forward="false" selection-start-line="89" selection-start-column="120" selection-end-line="89" selection-end-column="120" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/downloads/edit.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="493"> <caret line="108" column="51" lean-forward="false" selection-start-line="108" selection-start-column="51" selection-end-line="108" selection-end-column="51" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/downloads/downloads.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="357"> <caret line="81" column="120" lean-forward="false" selection-start-line="81" selection-start-column="120" selection-end-line="81" selection-end-column="120" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/downloads/create.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="323"> <caret line="114" column="120" lean-forward="false" selection-start-line="114" selection-start-column="120" selection-end-line="114" selection-end-column="120" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/aboutus.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="1479"> <caret line="162" column="30" lean-forward="false" selection-start-line="162" selection-start-column="30" selection-end-line="162" selection-end-column="30" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/database/seeds/DatabaseSeeder.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="429"> <caret line="64" column="10" lean-forward="false" selection-start-line="64" selection-start-column="8" selection-end-line="66" selection-end-column="13" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/readme.md"> <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]"> <state split_layout="SPLIT"> <first_editor relative-caret-position="0"> <caret line="0" column="1" lean-forward="false" selection-start-line="0" selection-start-column="1" selection-end-line="0" selection-end-column="1" /> </first_editor> <second_editor /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/.gitignore"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="85"> <caret line="5" column="19" lean-forward="false" selection-start-line="5" selection-start-column="19" selection-end-line="5" selection-end-column="19" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/composer.json"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/blog/blogpost.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="357"> <caret line="95" column="34" lean-forward="false" selection-start-line="95" selection-start-column="34" selection-end-line="95" selection-end-column="34" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/blog/create.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="170"> <caret line="102" column="34" lean-forward="false" selection-start-line="102" selection-start-column="34" selection-end-line="102" selection-end-column="34" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/blog/edit.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="170"> <caret line="102" column="34" lean-forward="false" selection-start-line="102" selection-start-column="34" selection-end-line="102" selection-end-column="34" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/slideshow/create.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="170"> <caret line="130" column="34" lean-forward="false" selection-start-line="130" selection-start-column="34" selection-end-line="130" selection-end-column="34" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/slideshow/edit.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="170"> <caret line="129" column="34" lean-forward="false" selection-start-line="129" selection-start-column="34" selection-end-line="129" selection-end-column="34" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/slideshow/slideshow.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="170"> <caret line="95" column="34" lean-forward="false" selection-start-line="95" selection-start-column="34" selection-end-line="95" selection-end-column="34" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/staff/orghead.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="311"> <caret line="130" column="34" lean-forward="false" selection-start-line="130" selection-start-column="34" selection-end-line="130" selection-end-column="34" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/staff/orgtechhead.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="170"> <caret line="130" column="34" lean-forward="false" selection-start-line="130" selection-start-column="34" selection-end-line="130" selection-end-column="34" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/implink/implink.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="-879"> <caret line="130" column="34" lean-forward="false" selection-start-line="130" selection-start-column="34" selection-end-line="130" selection-end-column="34" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/marquee/marquee.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="340"> <caret line="130" column="34" lean-forward="false" selection-start-line="130" selection-start-column="34" selection-end-line="130" selection-end-column="34" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/admin_home/homecontent/homecontent.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="170"> <caret line="102" column="34" lean-forward="false" selection-start-line="102" selection-start-column="34" selection-end-line="102" selection-end-column="34" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/public/asset/style.css"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="51"> <caret line="3" column="16" lean-forward="false" selection-start-line="3" selection-start-column="16" selection-end-line="3" selection-end-column="16" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/app/Http/Controllers/HomeController.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="459"> <caret line="29" column="0" lean-forward="false" selection-start-line="29" selection-start-column="0" selection-end-line="29" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/database/migrations/2017_06_25_073807_create_downloads_table.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="225"> <caret line="16" column="33" lean-forward="false" selection-start-line="16" selection-start-column="28" selection-end-line="16" selection-end-column="33" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/frontend/downloads.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="131"> <caret line="69" column="35" lean-forward="true" selection-start-line="0" selection-start-column="0" selection-end-line="174" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/app/Http/Controllers/FrontEndController.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="1530"> <caret line="101" column="90" lean-forward="false" selection-start-line="101" selection-start-column="82" selection-end-line="101" selection-end-column="90" /> <folding> <element signature="e#40#48#0#PHP" expanded="true" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/frontend/blogitem.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="1207"> <caret line="71" column="21" lean-forward="false" selection-start-line="71" selection-start-column="21" selection-end-line="71" selection-end-column="21" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/app/Http/routes.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="170"> <caret line="19" column="59" lean-forward="false" selection-start-line="19" selection-start-column="51" selection-end-line="19" selection-end-column="59" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/frontend/aboutus.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="391"> <caret line="142" column="68" lean-forward="false" selection-start-line="142" selection-start-column="68" selection-end-line="142" selection-end-column="68" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/frontend/gallery.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="270"> <caret line="124" column="68" lean-forward="false" selection-start-line="124" selection-start-column="68" selection-end-line="124" selection-end-column="68" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/frontend/career.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="2839"> <caret line="167" column="68" lean-forward="false" selection-start-line="167" selection-start-column="68" selection-end-line="167" selection-end-column="68" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/frontend/blog.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="51"> <caret line="53" column="40" lean-forward="false" selection-start-line="53" selection-start-column="40" selection-end-line="53" selection-end-column="40" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/resources/views/frontend/index.blade.php"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="238"> <caret line="69" column="48" lean-forward="false" selection-start-line="69" selection-start-column="48" selection-end-line="69" selection-end-column="48" /> <folding> <marker date="1498630521094" expanded="true" signature="8323:8374" ph="{...}" /> </folding> </state> </provider> </entry> </component> </project>
62.385406
2,636
0.660763
924b1baa2a42c265b5305bbfdb58fdeba49046ae
12,985
storyboard
XML
RobinStocks Health/RobinStocks Health/Base.lproj/Main.storyboard
yushdotkapoor/Crypto-Siphon
75da6842be8224ac283ba43489a9e1bec38e08c1
[ "MIT" ]
null
null
null
RobinStocks Health/RobinStocks Health/Base.lproj/Main.storyboard
yushdotkapoor/Crypto-Siphon
75da6842be8224ac283ba43489a9e1bec38e08c1
[ "MIT" ]
null
null
null
RobinStocks Health/RobinStocks Health/Base.lproj/Main.storyboard
yushdotkapoor/Crypto-Siphon
75da6842be8224ac283ba43489a9e1bec38e08c1
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> <device id="retina6_1" orientation="portrait" appearance="light"/> <dependencies> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/> <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> <!--View Controller--> <scene sceneID="tne-QT-ifu"> <objects> <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="RobinStocks_Health" customModuleProvider="target" sceneMemberID="viewController"> <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="m2d-ud-h8A"> <rect key="frame" x="0.0" y="74" width="414" height="788"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/> <prototypes> <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="cell" id="frz-vj-Hbx" customClass="TableViewCell" customModule="RobinStocks_Health" customModuleProvider="target"> <rect key="frame" x="0.0" y="24.5" width="414" height="51"/> <autoresizingMask key="autoresizingMask"/> <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="frz-vj-Hbx" id="pmb-SE-LiD"> <rect key="frame" x="0.0" y="0.0" width="414" height="51"/> <autoresizingMask key="autoresizingMask"/> <subviews> <stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sN6-ws-iun"> <rect key="frame" x="20" y="10" width="374" height="31"/> <subviews> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lUa-Uq-0Na"> <rect key="frame" x="0.0" y="0.0" width="325" height="31"/> <fontDescription key="fontDescription" type="system" pointSize="25"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1by-8R-7we"> <rect key="frame" x="325" y="0.0" width="51" height="31"/> <connections> <action selector="switchTapped:" destination="frz-vj-Hbx" eventType="valueChanged" id="mWl-Vk-68u"/> </connections> </switch> </subviews> </stackView> </subviews> <constraints> <constraint firstAttribute="trailing" secondItem="sN6-ws-iun" secondAttribute="trailing" constant="20" id="RNq-Ue-iLO"/> <constraint firstItem="sN6-ws-iun" firstAttribute="leading" secondItem="pmb-SE-LiD" secondAttribute="leading" constant="20" id="dWQ-hZ-1Ii"/> <constraint firstItem="sN6-ws-iun" firstAttribute="top" secondItem="pmb-SE-LiD" secondAttribute="top" constant="10" id="eZk-bX-AbH"/> <constraint firstAttribute="bottom" secondItem="sN6-ws-iun" secondAttribute="bottom" constant="10" id="tDj-mJ-7wH"/> </constraints> </tableViewCellContentView> <connections> <outlet property="label" destination="lUa-Uq-0Na" id="7al-1X-O0Q"/> <outlet property="sw" destination="1by-8R-7we" id="uV6-88-v1J"/> </connections> </tableViewCell> </prototypes> </tableView> </subviews> <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/> <constraints> <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="m2d-ud-h8A" secondAttribute="trailing" id="3po-cn-uyH"/> <constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="m2d-ud-h8A" secondAttribute="bottom" id="Cno-PD-uLB"/> <constraint firstItem="m2d-ud-h8A" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="30" id="IuG-59-3mE"/> <constraint firstItem="m2d-ud-h8A" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="rDu-HH-qwq"/> </constraints> </view> <connections> <outlet property="tableView" destination="m2d-ud-h8A" id="kQZ-mT-bKy"/> <segue destination="fqZ-7F-pk0" kind="presentation" identifier="toLogs" modalPresentationStyle="fullScreen" modalTransitionStyle="crossDissolve" id="CEZ-XE-prV"/> </connections> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="20" y="54"/> </scene> <!--Logs--> <scene sceneID="PS6-mT-GyG"> <objects> <viewController id="fqZ-7F-pk0" customClass="Logs" customModule="RobinStocks_Health" customModuleProvider="target" sceneMemberID="viewController"> <view key="view" contentMode="scaleToFill" id="lfu-HV-Qvq"> <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="fO4-Io-e58"> <rect key="frame" x="20" y="74" width="374" height="822"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/> <string key="text">Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nam liber te conscient to factor tum poen legum odioque civiuda.</string> <color key="textColor" systemColor="labelColor"/> <fontDescription key="fontDescription" name="CourierNewPSMT" family="Courier New" pointSize="10"/> <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> </textView> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="apP-FN-T3s"> <rect key="frame" x="20" y="40" width="34" height="30"/> <state key="normal" title="Back"/> <connections> <action selector="back_button:" destination="fqZ-7F-pk0" eventType="touchUpInside" id="KVh-Sw-WCj"/> </connections> </button> </subviews> <viewLayoutGuide key="safeArea" id="oBK-e1-dGx"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/> <constraints> <constraint firstItem="fO4-Io-e58" firstAttribute="top" secondItem="oBK-e1-dGx" secondAttribute="top" constant="30" id="DFO-SG-q8s"/> <constraint firstItem="oBK-e1-dGx" firstAttribute="trailing" secondItem="fO4-Io-e58" secondAttribute="trailing" constant="20" id="ID3-ad-Zng"/> <constraint firstItem="fO4-Io-e58" firstAttribute="leading" secondItem="oBK-e1-dGx" secondAttribute="leading" constant="20" id="VVf-JB-s76"/> <constraint firstAttribute="bottom" secondItem="fO4-Io-e58" secondAttribute="bottom" id="ZXO-i5-u6j"/> <constraint firstItem="apP-FN-T3s" firstAttribute="top" secondItem="lfu-HV-Qvq" secondAttribute="top" constant="40" id="gcc-F1-Cwu"/> <constraint firstItem="apP-FN-T3s" firstAttribute="leading" secondItem="oBK-e1-dGx" secondAttribute="leading" constant="20" id="lEe-SO-lRk"/> </constraints> </view> <connections> <outlet property="textView" destination="fO4-Io-e58" id="Zyk-yQ-04C"/> <segue destination="BYZ-38-t0r" kind="presentation" identifier="LogsToHome" modalPresentationStyle="fullScreen" modalTransitionStyle="crossDissolve" id="Vo5-XC-wp7"/> </connections> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="yf0-bD-NbJ" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="756.52173913043487" y="53.571428571428569"/> </scene> </scenes> <resources> <systemColor name="labelColor"> <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> </systemColor> <systemColor name="systemBackgroundColor"> <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> </systemColor> </resources> </document>
96.185185
589
0.550019
cd3f0ca1b36e866d1356668c65f185b7a2a9d79c
136
xml
XML
sculptor-examples/DDDSample/src/test/resources/dbunit/ExtraCargo.xml
sculptor/sculptor
79844b310136e3bf70173fc0716342974e3c4f18
[ "Apache-2.0" ]
216
2015-02-02T02:55:40.000Z
2022-02-08T02:25:27.000Z
sculptor-examples/DDDSample/src/test/resources/dbunit/ExtraCargo.xml
Guangrun/sculptor
ca5a5336818438dbf02003fb37fe26e815f47cec
[ "Apache-2.0" ]
98
2015-01-01T17:51:01.000Z
2022-03-31T18:37:08.000Z
sculptor-examples/DDDSample/src/test/resources/dbunit/ExtraCargo.xml
Guangrun/sculptor
ca5a5336818438dbf02003fb37fe26e815f47cec
[ "Apache-2.0" ]
64
2015-02-14T08:24:07.000Z
2022-02-21T12:17:22.000Z
<?xml version="1.0" encoding="UTF-8"?> <dataset> <CARGO ID="7" TRACKINGID="JJJ" ORIGIN="6" DESTINATION="2" VERSION="1" /> </dataset>
22.666667
74
0.632353
e8f3567ab54607fa51d9f02db6bcf4ec030c4642
2,029
xml
XML
Languages/ChineseTraditional/DefInjected/ThingDef/Buildings_Storage.xml
zymex22/PRF-Lite
7f50d8262b520b44479f59fbc552928d04ec14bb
[ "MIT" ]
null
null
null
Languages/ChineseTraditional/DefInjected/ThingDef/Buildings_Storage.xml
zymex22/PRF-Lite
7f50d8262b520b44479f59fbc552928d04ec14bb
[ "MIT" ]
1
2021-02-23T19:51:27.000Z
2021-02-23T19:51:27.000Z
Languages/ChineseTraditional/DefInjected/ThingDef/Buildings_Storage.xml
zymex22/PRF-Lite
7f50d8262b520b44479f59fbc552928d04ec14bb
[ "MIT" ]
2
2021-02-22T20:57:08.000Z
2021-05-10T00:14:43.000Z
<?xml version="1.0" encoding="utf-8"?> <LanguageData> <PRF_WoodCrate_II.label>儲存箱</PRF_WoodCrate_II.label> <PRF_WoodCrate_II.description>一個巨大的儲存箱,最多可以保存10個物品,存放在箱子裡的物品不會變質。</PRF_WoodCrate_II.description> <PRF_WoodCrate_II_Blueprint.label>儲存箱(藍圖)</PRF_WoodCrate_II_Blueprint.label> <PRF_WoodCrate_II_Frame.label>儲存箱(建造中)</PRF_WoodCrate_II_Frame.label> <PRF_WoodCrate_II_Frame.description>一個巨大的儲存箱,最多可以保存10個物品,存放在箱子裡的物品不會變質。</PRF_WoodCrate_II_Frame.description> <PRF_SteelCrate_II.label>強化儲存箱</PRF_SteelCrate_II.label> <PRF_SteelCrate_II.description>一個巨大的儲存箱,最多可以保存25個物品,存放在箱子裡的物品不會變質。</PRF_SteelCrate_II.description> <PRF_SteelCrate_II_Blueprint.label>強化儲存箱(藍圖)</PRF_SteelCrate_II_Blueprint.label> <PRF_SteelCrate_II_Frame.label>強化儲存箱(建造中)</PRF_SteelCrate_II_Frame.label> <PRF_SteelCrate_II_Frame.description>一個巨大的儲存箱,最多可以保存25個物品,存放在箱子裡的物品不會變質。</PRF_SteelCrate_II_Frame.description> <IndustrialStorageUnit.label>工業存儲單元</IndustrialStorageUnit.label> <IndustrialStorageUnit.description>這個裝置將物品儲存為全息圖,允許在其中存儲無限量的資訊。當你的殖民地失去電力時,物品會安全的儲存在裡面,但殖民者不能訪問它們。</IndustrialStorageUnit.description> <IndustrialStorageUnit_Blueprint.label>工業存儲單元(藍圖)</IndustrialStorageUnit_Blueprint.label> <IndustrialStorageUnit_Frame.label>工業存儲單元(建造中)</IndustrialStorageUnit_Frame.label> <IndustrialStorageUnit_Frame.description>這個裝置將物品儲存為全息圖,允許在其中存儲無限量的資訊。當你的殖民地失去電力時,物品會安全的儲存在裡面,但殖民者不能訪問它們。</IndustrialStorageUnit_Frame.description> <PRF_DigitalStorageUnit_I.label>存儲平台</PRF_DigitalStorageUnit_I.label> <PRF_DigitalStorageUnit_I.description>這個裝置將物品儲存為全息圖,允許在其中存儲無限量的資訊(每個堆疊 10w)。當你的殖民地失去電力時,物品會安全的儲存在裡面,但殖民者不能訪問它們。</PRF_DigitalStorageUnit_I.description> <PRF_DigitalStorageUnit_I_Blueprint.label>存儲平台(藍圖)</PRF_DigitalStorageUnit_I_Blueprint.label> <PRF_DigitalStorageUnit_I_Frame.label>存儲平台(建造中)</PRF_DigitalStorageUnit_I_Frame.label> <PRF_DigitalStorageUnit_I_Frame.description>這個裝置將物品儲存為全息圖,允許在其中存儲無限量的資訊(每個堆疊 10w)。當你的殖民地失去電力時,物品會安全的儲存在裡面,但殖民者不能訪問它們。</PRF_DigitalStorageUnit_I_Frame.description> </LanguageData>
67.633333
164
0.861508
7f0843aa38ce33aa18aeaacf2459dea37f8cd570
212
xml
XML
force-app/main/default/tabs/MySubscribers.tab-meta.xml
VinceFINET/MySubscribers
5024304002480cfb1125d5396c5e74c6fd54f0b9
[ "MIT" ]
4
2020-08-31T11:18:54.000Z
2021-08-05T11:45:19.000Z
force-app/main/default/tabs/MySubscribers.tab-meta.xml
VinceFINET/MySubscribers
5024304002480cfb1125d5396c5e74c6fd54f0b9
[ "MIT" ]
1
2022-02-24T08:23:56.000Z
2022-02-28T12:35:39.000Z
force-app/main/default/tabs/MySubscribers.tab-meta.xml
VinceFINET/MyDevHubApplication
39af81291348b05e0755ada0f47ec1e09d56cde0
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <CustomTab xmlns="http://soap.sforce.com/2006/04/metadata"> <label>MySubscribers</label> <motif>Custom38: Camera</motif> <page>MySubscribers</page> </CustomTab>
30.285714
59
0.688679
a54c97293fa067307ccc077322babede72984594
2,153
xml
XML
app/src/main/res/layout/activity_search.xml
bartlomiej-szlachta/media-library
eacb7f3d4ec8ede458813bed2389f471e8aecaba
[ "MIT" ]
null
null
null
app/src/main/res/layout/activity_search.xml
bartlomiej-szlachta/media-library
eacb7f3d4ec8ede458813bed2389f471e8aecaba
[ "MIT" ]
null
null
null
app/src/main/res/layout/activity_search.xml
bartlomiej-szlachta/media-library
eacb7f3d4ec8ede458813bed2389f471e8aecaba
[ "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" android:background="@color/colorBackground" tools:context=".ui.search.SearchActivity"> <com.google.android.material.appbar.MaterialToolbar android:id="@+id/action_bar_search" android:layout_width="match_parent" android:layout_height="50dp" android:layout_marginLeft="16dp" android:layout_marginTop="8dp" android:layout_marginRight="16dp" android:layout_marginBottom="8dp" android:background="@drawable/layout_bg_toolbar" android:elevation="4dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_bias="0.0"> <EditText android:id="@+id/input_search_query" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/transparent" android:hint="@string/search_games" android:imeOptions="actionSearch" android:importantForAutofill="no" android:inputType="textPersonName" /> </com.google.android.material.appbar.MaterialToolbar> <androidx.recyclerview.widget.RecyclerView android:id="@+id/rv_search_list" android:layout_width="match_parent" android:layout_height="wrap_content" android:clipToPadding="false" android:overScrollMode="never" android:paddingTop="68dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_bias="0.0" /> </androidx.constraintlayout.widget.ConstraintLayout>
44.854167
109
0.706456
75af94b302f7e0e83114c5ce6a8df67f356715c8
1,649
xml
XML
public/sitemap.xml
Matthew-Hoyle/Matthew-Hoyle.github.io
de4896685ab2f261713500f337b6f3d7e725ef09
[ "MIT" ]
null
null
null
public/sitemap.xml
Matthew-Hoyle/Matthew-Hoyle.github.io
de4896685ab2f261713500f337b6f3d7e725ef09
[ "MIT" ]
null
null
null
public/sitemap.xml
Matthew-Hoyle/Matthew-Hoyle.github.io
de4896685ab2f261713500f337b6f3d7e725ef09
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <url> <loc>https://matthew-hoyle.netlify.com/blog/</loc> <lastmod>2020-03-05T12:00:00+00:00</lastmod> </url> <url> <loc>https://matthew-hoyle.netlify.com/categories/</loc> <lastmod>2020-03-05T12:00:00+00:00</lastmod> </url> <url> <loc>https://matthew-hoyle.netlify.com/tags/github/</loc> <lastmod>2020-03-05T12:00:00+00:00</lastmod> </url> <url> <loc>https://matthew-hoyle.netlify.com/</loc> <lastmod>2020-03-05T12:00:00+00:00</lastmod> </url> <url> <loc>https://matthew-hoyle.netlify.com/tags/r/</loc> <lastmod>2020-03-05T12:00:00+00:00</lastmod> </url> <url> <loc>https://matthew-hoyle.netlify.com/tags/r-blogdown/</loc> <lastmod>2020-03-05T12:00:00+00:00</lastmod> </url> <url> <loc>https://matthew-hoyle.netlify.com/tags/stat-385/</loc> <lastmod>2020-03-05T12:00:00+00:00</lastmod> </url> <url> <loc>https://matthew-hoyle.netlify.com/categories/stat-385/</loc> <lastmod>2020-03-05T12:00:00+00:00</lastmod> </url> <url> <loc>https://matthew-hoyle.netlify.com/blog/stat385-midterm-review/</loc> <lastmod>2020-03-05T12:00:00+00:00</lastmod> </url> <url> <loc>https://matthew-hoyle.netlify.com/tags/</loc> <lastmod>2020-03-05T12:00:00+00:00</lastmod> </url> <url> <loc>https://matthew-hoyle.netlify.com/about-me/about-me/</loc> </url> <url> <loc>https://matthew-hoyle.netlify.com/about-me/</loc> </url> </urlset>
26.174603
77
0.62826
6dc0bae7d6f766eaf2b478ab63fd5158ca1e8fd9
26,940
xml
XML
run/corenlp-sentence2phrase.train/307.xml
osmanbaskaya/semeval14-task3
2d440cadd701de3cbff3a6be630157d3ade05176
[ "MIT" ]
1
2015-02-03T20:22:33.000Z
2015-02-03T20:22:33.000Z
run/corenlp-sentence2phrase.train/307.xml
osmanbaskaya/semeval14-task3
2d440cadd701de3cbff3a6be630157d3ade05176
[ "MIT" ]
null
null
null
run/corenlp-sentence2phrase.train/307.xml
osmanbaskaya/semeval14-task3
2d440cadd701de3cbff3a6be630157d3ade05176
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="CoreNLP-to-HTML.xsl" type="text/xsl"?> <root> <document> <sentences> <sentence id="1"> <tokens> <token id="1"> <word>In</word> <lemma>in</lemma> <CharacterOffsetBegin>0</CharacterOffsetBegin> <CharacterOffsetEnd>2</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="2"> <word>its</word> <lemma>its</lemma> <CharacterOffsetBegin>3</CharacterOffsetBegin> <CharacterOffsetEnd>6</CharacterOffsetEnd> <POS>PRP$</POS> </token> <token id="3"> <word>report</word> <lemma>report</lemma> <CharacterOffsetBegin>7</CharacterOffsetBegin> <CharacterOffsetEnd>13</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="4"> <word>adopted</word> <lemma>adopt</lemma> <CharacterOffsetBegin>14</CharacterOffsetBegin> <CharacterOffsetEnd>21</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="5"> <word>on</word> <lemma>on</lemma> <CharacterOffsetBegin>22</CharacterOffsetBegin> <CharacterOffsetEnd>24</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="6"> <word>15</word> <lemma>15</lemma> <CharacterOffsetBegin>25</CharacterOffsetBegin> <CharacterOffsetEnd>27</CharacterOffsetEnd> <POS>CD</POS> </token> <token id="7"> <word>November</word> <lemma>November</lemma> <CharacterOffsetBegin>28</CharacterOffsetBegin> <CharacterOffsetEnd>36</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="8"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>37</CharacterOffsetBegin> <CharacterOffsetEnd>40</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="9"> <word>Commission</word> <lemma>Commission</lemma> <CharacterOffsetBegin>41</CharacterOffsetBegin> <CharacterOffsetEnd>51</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="10"> <word>concluded</word> <lemma>conclude</lemma> <CharacterOffsetBegin>52</CharacterOffsetBegin> <CharacterOffsetEnd>61</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="11"> <word>that</word> <lemma>that</lemma> <CharacterOffsetBegin>62</CharacterOffsetBegin> <CharacterOffsetEnd>66</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="12"> <word>operating</word> <lemma>operate</lemma> <CharacterOffsetBegin>67</CharacterOffsetBegin> <CharacterOffsetEnd>76</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="13"> <word>aid</word> <lemma>aid</lemma> <CharacterOffsetBegin>77</CharacterOffsetBegin> <CharacterOffsetEnd>80</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="14"> <word>under</word> <lemma>under</lemma> <CharacterOffsetBegin>81</CharacterOffsetBegin> <CharacterOffsetEnd>86</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="15"> <word>Regulation</word> <lemma>regulation</lemma> <CharacterOffsetBegin>87</CharacterOffsetBegin> <CharacterOffsetEnd>97</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="16"> <word>1540/98</word> <lemma>1540/98</lemma> <CharacterOffsetBegin>98</CharacterOffsetBegin> <CharacterOffsetEnd>105</CharacterOffsetEnd> <POS>CD</POS> </token> <token id="17"> <word>has</word> <lemma>have</lemma> <CharacterOffsetBegin>106</CharacterOffsetBegin> <CharacterOffsetEnd>109</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="18"> <word>not</word> <lemma>not</lemma> <CharacterOffsetBegin>110</CharacterOffsetBegin> <CharacterOffsetEnd>113</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="19"> <word>provided</word> <lemma>provide</lemma> <CharacterOffsetBegin>114</CharacterOffsetBegin> <CharacterOffsetEnd>122</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="20"> <word>a</word> <lemma>a</lemma> <CharacterOffsetBegin>123</CharacterOffsetBegin> <CharacterOffsetEnd>124</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="21"> <word>solution</word> <lemma>solution</lemma> <CharacterOffsetBegin>125</CharacterOffsetBegin> <CharacterOffsetEnd>133</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="22"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>134</CharacterOffsetBegin> <CharacterOffsetEnd>136</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="23"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>137</CharacterOffsetBegin> <CharacterOffsetEnd>140</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="24"> <word>problem</word> <lemma>problem</lemma> <CharacterOffsetBegin>141</CharacterOffsetBegin> <CharacterOffsetEnd>148</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="25"> <word>of</word> <lemma>of</lemma> <CharacterOffsetBegin>149</CharacterOffsetBegin> <CharacterOffsetEnd>151</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="26"> <word>South</word> <lemma>south</lemma> <CharacterOffsetBegin>152</CharacterOffsetBegin> <CharacterOffsetEnd>157</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="27"> <word>Korean</word> <lemma>korean</lemma> <CharacterOffsetBegin>158</CharacterOffsetBegin> <CharacterOffsetEnd>164</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="28"> <word>pricing</word> <lemma>pricing</lemma> <CharacterOffsetBegin>165</CharacterOffsetBegin> <CharacterOffsetEnd>172</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="29"> <word>practices</word> <lemma>practice</lemma> <CharacterOffsetBegin>173</CharacterOffsetBegin> <CharacterOffsetEnd>182</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="30"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>182</CharacterOffsetBegin> <CharacterOffsetEnd>183</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> <parse>(ROOT (S (PP (IN In) (NP (NP (PRP$ its) (NN report)) (VP (VBN adopted) (PP (IN on) (NP (CD 15))) (NP-TMP (NNP November))))) (NP (DT the) (NNP Commission)) (VP (VBD concluded) (SBAR (IN that) (S (NP (NP (VBG operating) (NN aid)) (PP (IN under) (NP (NN Regulation) (CD 1540/98)))) (VP (VBZ has) (RB not) (VP (VBN provided) (NP (DT a) (NN solution)) (PP (TO to) (NP (NP (DT the) (NN problem)) (PP (IN of) (NP (ADJP (JJ South) (JJ Korean)) (NN pricing) (NNS practices)))))))))) (. .))) </parse> <dependencies type="basic-dependencies"> <dep type="root"> <governor idx="0">ROOT</governor> <dependent idx="10">concluded</dependent> </dep> <dep type="prep"> <governor idx="10">concluded</governor> <dependent idx="1">In</dependent> </dep> <dep type="poss"> <governor idx="3">report</governor> <dependent idx="2">its</dependent> </dep> <dep type="pobj"> <governor idx="1">In</governor> <dependent idx="3">report</dependent> </dep> <dep type="vmod"> <governor idx="3">report</governor> <dependent idx="4">adopted</dependent> </dep> <dep type="prep"> <governor idx="4">adopted</governor> <dependent idx="5">on</dependent> </dep> <dep type="pobj"> <governor idx="5">on</governor> <dependent idx="6">15</dependent> </dep> <dep type="tmod"> <governor idx="4">adopted</governor> <dependent idx="7">November</dependent> </dep> <dep type="det"> <governor idx="9">Commission</governor> <dependent idx="8">the</dependent> </dep> <dep type="nsubj"> <governor idx="10">concluded</governor> <dependent idx="9">Commission</dependent> </dep> <dep type="mark"> <governor idx="19">provided</governor> <dependent idx="11">that</dependent> </dep> <dep type="amod"> <governor idx="13">aid</governor> <dependent idx="12">operating</dependent> </dep> <dep type="nsubj"> <governor idx="19">provided</governor> <dependent idx="13">aid</dependent> </dep> <dep type="prep"> <governor idx="13">aid</governor> <dependent idx="14">under</dependent> </dep> <dep type="pobj"> <governor idx="14">under</governor> <dependent idx="15">Regulation</dependent> </dep> <dep type="num"> <governor idx="15">Regulation</governor> <dependent idx="16">1540/98</dependent> </dep> <dep type="aux"> <governor idx="19">provided</governor> <dependent idx="17">has</dependent> </dep> <dep type="neg"> <governor idx="19">provided</governor> <dependent idx="18">not</dependent> </dep> <dep type="ccomp"> <governor idx="10">concluded</governor> <dependent idx="19">provided</dependent> </dep> <dep type="det"> <governor idx="21">solution</governor> <dependent idx="20">a</dependent> </dep> <dep type="dobj"> <governor idx="19">provided</governor> <dependent idx="21">solution</dependent> </dep> <dep type="prep"> <governor idx="19">provided</governor> <dependent idx="22">to</dependent> </dep> <dep type="det"> <governor idx="24">problem</governor> <dependent idx="23">the</dependent> </dep> <dep type="pobj"> <governor idx="22">to</governor> <dependent idx="24">problem</dependent> </dep> <dep type="prep"> <governor idx="24">problem</governor> <dependent idx="25">of</dependent> </dep> <dep type="amod"> <governor idx="27">Korean</governor> <dependent idx="26">South</dependent> </dep> <dep type="amod"> <governor idx="29">practices</governor> <dependent idx="27">Korean</dependent> </dep> <dep type="nn"> <governor idx="29">practices</governor> <dependent idx="28">pricing</dependent> </dep> <dep type="pobj"> <governor idx="25">of</governor> <dependent idx="29">practices</dependent> </dep> </dependencies> <dependencies type="collapsed-dependencies"> <dep type="root"> <governor idx="0">ROOT</governor> <dependent idx="10">concluded</dependent> </dep> <dep type="poss"> <governor idx="3">report</governor> <dependent idx="2">its</dependent> </dep> <dep type="prep_in"> <governor idx="10">concluded</governor> <dependent idx="3">report</dependent> </dep> <dep type="vmod"> <governor idx="3">report</governor> <dependent idx="4">adopted</dependent> </dep> <dep type="prep_on"> <governor idx="4">adopted</governor> <dependent idx="6">15</dependent> </dep> <dep type="tmod"> <governor idx="4">adopted</governor> <dependent idx="7">November</dependent> </dep> <dep type="det"> <governor idx="9">Commission</governor> <dependent idx="8">the</dependent> </dep> <dep type="nsubj"> <governor idx="10">concluded</governor> <dependent idx="9">Commission</dependent> </dep> <dep type="mark"> <governor idx="19">provided</governor> <dependent idx="11">that</dependent> </dep> <dep type="amod"> <governor idx="13">aid</governor> <dependent idx="12">operating</dependent> </dep> <dep type="nsubj"> <governor idx="19">provided</governor> <dependent idx="13">aid</dependent> </dep> <dep type="prep_under"> <governor idx="13">aid</governor> <dependent idx="15">Regulation</dependent> </dep> <dep type="num"> <governor idx="15">Regulation</governor> <dependent idx="16">1540/98</dependent> </dep> <dep type="aux"> <governor idx="19">provided</governor> <dependent idx="17">has</dependent> </dep> <dep type="neg"> <governor idx="19">provided</governor> <dependent idx="18">not</dependent> </dep> <dep type="ccomp"> <governor idx="10">concluded</governor> <dependent idx="19">provided</dependent> </dep> <dep type="det"> <governor idx="21">solution</governor> <dependent idx="20">a</dependent> </dep> <dep type="dobj"> <governor idx="19">provided</governor> <dependent idx="21">solution</dependent> </dep> <dep type="det"> <governor idx="24">problem</governor> <dependent idx="23">the</dependent> </dep> <dep type="prep_to"> <governor idx="19">provided</governor> <dependent idx="24">problem</dependent> </dep> <dep type="amod"> <governor idx="27">Korean</governor> <dependent idx="26">South</dependent> </dep> <dep type="amod"> <governor idx="29">practices</governor> <dependent idx="27">Korean</dependent> </dep> <dep type="nn"> <governor idx="29">practices</governor> <dependent idx="28">pricing</dependent> </dep> <dep type="prep_of"> <governor idx="24">problem</governor> <dependent idx="29">practices</dependent> </dep> </dependencies> <dependencies type="collapsed-ccprocessed-dependencies"> <dep type="root"> <governor idx="0">ROOT</governor> <dependent idx="10">concluded</dependent> </dep> <dep type="poss"> <governor idx="3">report</governor> <dependent idx="2">its</dependent> </dep> <dep type="prep_in"> <governor idx="10">concluded</governor> <dependent idx="3">report</dependent> </dep> <dep type="vmod"> <governor idx="3">report</governor> <dependent idx="4">adopted</dependent> </dep> <dep type="prep_on"> <governor idx="4">adopted</governor> <dependent idx="6">15</dependent> </dep> <dep type="tmod"> <governor idx="4">adopted</governor> <dependent idx="7">November</dependent> </dep> <dep type="det"> <governor idx="9">Commission</governor> <dependent idx="8">the</dependent> </dep> <dep type="nsubj"> <governor idx="10">concluded</governor> <dependent idx="9">Commission</dependent> </dep> <dep type="mark"> <governor idx="19">provided</governor> <dependent idx="11">that</dependent> </dep> <dep type="amod"> <governor idx="13">aid</governor> <dependent idx="12">operating</dependent> </dep> <dep type="nsubj"> <governor idx="19">provided</governor> <dependent idx="13">aid</dependent> </dep> <dep type="prep_under"> <governor idx="13">aid</governor> <dependent idx="15">Regulation</dependent> </dep> <dep type="num"> <governor idx="15">Regulation</governor> <dependent idx="16">1540/98</dependent> </dep> <dep type="aux"> <governor idx="19">provided</governor> <dependent idx="17">has</dependent> </dep> <dep type="neg"> <governor idx="19">provided</governor> <dependent idx="18">not</dependent> </dep> <dep type="ccomp"> <governor idx="10">concluded</governor> <dependent idx="19">provided</dependent> </dep> <dep type="det"> <governor idx="21">solution</governor> <dependent idx="20">a</dependent> </dep> <dep type="dobj"> <governor idx="19">provided</governor> <dependent idx="21">solution</dependent> </dep> <dep type="det"> <governor idx="24">problem</governor> <dependent idx="23">the</dependent> </dep> <dep type="prep_to"> <governor idx="19">provided</governor> <dependent idx="24">problem</dependent> </dep> <dep type="amod"> <governor idx="27">Korean</governor> <dependent idx="26">South</dependent> </dep> <dep type="amod"> <governor idx="29">practices</governor> <dependent idx="27">Korean</dependent> </dep> <dep type="nn"> <governor idx="29">practices</governor> <dependent idx="28">pricing</dependent> </dep> <dep type="prep_of"> <governor idx="24">problem</governor> <dependent idx="29">practices</dependent> </dep> </dependencies> </sentence> <sentence id="2"> <tokens> <token id="1"> <word>no</word> <lemma>no</lemma> <CharacterOffsetBegin>184</CharacterOffsetBegin> <CharacterOffsetEnd>186</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="2"> <word>solution</word> <lemma>solution</lemma> <CharacterOffsetBegin>187</CharacterOffsetBegin> <CharacterOffsetEnd>195</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="3"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>196</CharacterOffsetBegin> <CharacterOffsetEnd>198</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="4"> <word>South</word> <lemma>South</lemma> <CharacterOffsetBegin>199</CharacterOffsetBegin> <CharacterOffsetEnd>204</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="5"> <word>Korea</word> <lemma>Korea</lemma> <CharacterOffsetBegin>205</CharacterOffsetBegin> <CharacterOffsetEnd>210</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="6"> <word>'s</word> <lemma>'s</lemma> <CharacterOffsetBegin>210</CharacterOffsetBegin> <CharacterOffsetEnd>212</CharacterOffsetEnd> <POS>POS</POS> </token> <token id="7"> <word>troubles</word> <lemma>trouble</lemma> <CharacterOffsetBegin>213</CharacterOffsetBegin> <CharacterOffsetEnd>221</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="8"> <word>of</word> <lemma>of</lemma> <CharacterOffsetBegin>222</CharacterOffsetBegin> <CharacterOffsetEnd>224</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="9"> <word>pricing</word> <lemma>pricing</lemma> <CharacterOffsetBegin>225</CharacterOffsetBegin> <CharacterOffsetEnd>232</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="10"> <word>practices</word> <lemma>practice</lemma> <CharacterOffsetBegin>233</CharacterOffsetBegin> <CharacterOffsetEnd>242</CharacterOffsetEnd> <POS>NNS</POS> </token> </tokens> <parse>(ROOT (NP (NP (DT no) (NN solution)) (PP (TO to) (NP (NP (NNP South) (NNP Korea) (POS 's)) (NNS troubles))) (PP (IN of) (NP (NN pricing) (NNS practices))))) </parse> <dependencies type="basic-dependencies"> <dep type="root"> <governor idx="0">ROOT</governor> <dependent idx="2">solution</dependent> </dep> <dep type="det"> <governor idx="2">solution</governor> <dependent idx="1">no</dependent> </dep> <dep type="prep"> <governor idx="2">solution</governor> <dependent idx="3">to</dependent> </dep> <dep type="nn"> <governor idx="5">Korea</governor> <dependent idx="4">South</dependent> </dep> <dep type="poss"> <governor idx="7">troubles</governor> <dependent idx="5">Korea</dependent> </dep> <dep type="possessive"> <governor idx="5">Korea</governor> <dependent idx="6">'s</dependent> </dep> <dep type="pobj"> <governor idx="3">to</governor> <dependent idx="7">troubles</dependent> </dep> <dep type="prep"> <governor idx="2">solution</governor> <dependent idx="8">of</dependent> </dep> <dep type="nn"> <governor idx="10">practices</governor> <dependent idx="9">pricing</dependent> </dep> <dep type="pobj"> <governor idx="8">of</governor> <dependent idx="10">practices</dependent> </dep> </dependencies> <dependencies type="collapsed-dependencies"> <dep type="root"> <governor idx="0">ROOT</governor> <dependent idx="2">solution</dependent> </dep> <dep type="det"> <governor idx="2">solution</governor> <dependent idx="1">no</dependent> </dep> <dep type="nn"> <governor idx="5">Korea</governor> <dependent idx="4">South</dependent> </dep> <dep type="poss"> <governor idx="7">troubles</governor> <dependent idx="5">Korea</dependent> </dep> <dep type="prep_to"> <governor idx="2">solution</governor> <dependent idx="7">troubles</dependent> </dep> <dep type="nn"> <governor idx="10">practices</governor> <dependent idx="9">pricing</dependent> </dep> <dep type="prep_of"> <governor idx="2">solution</governor> <dependent idx="10">practices</dependent> </dep> </dependencies> <dependencies type="collapsed-ccprocessed-dependencies"> <dep type="root"> <governor idx="0">ROOT</governor> <dependent idx="2">solution</dependent> </dep> <dep type="det"> <governor idx="2">solution</governor> <dependent idx="1">no</dependent> </dep> <dep type="nn"> <governor idx="5">Korea</governor> <dependent idx="4">South</dependent> </dep> <dep type="poss"> <governor idx="7">troubles</governor> <dependent idx="5">Korea</dependent> </dep> <dep type="prep_to"> <governor idx="2">solution</governor> <dependent idx="7">troubles</dependent> </dep> <dep type="nn"> <governor idx="10">practices</governor> <dependent idx="9">pricing</dependent> </dep> <dep type="prep_of"> <governor idx="2">solution</governor> <dependent idx="10">practices</dependent> </dep> </dependencies> </sentence> </sentences> </document> </root>
37.678322
506
0.48905
4d80002cd0a1b4c6ad1aa5fa6fcb85af965bab97
81,447
xml
XML
.idea/workspace.xml
Pactortester/JingDongTestProject
b30bb987db9357f0812be64170c31b10a4cceee0
[ "MIT" ]
null
null
null
.idea/workspace.xml
Pactortester/JingDongTestProject
b30bb987db9357f0812be64170c31b10a4cceee0
[ "MIT" ]
null
null
null
.idea/workspace.xml
Pactortester/JingDongTestProject
b30bb987db9357f0812be64170c31b10a4cceee0
[ "MIT" ]
1
2021-09-07T02:06:01.000Z
2021-09-07T02:06:01.000Z
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="4d4e3c41-1148-43fd-9aac-a67b14c06ebf" name="Default" comment="" /> <ignored path="JingDongTestProject.iws" /> <ignored path=".idea/workspace.xml" /> <ignored path=".idea/dataSources.local.xml" /> <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> <option name="TRACKING_ENABLED" value="true" /> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component> <component name="CoverageDataManager"> <SUITE FILE_PATH="coverage/JingDongTestProject$driver.coverage" NAME="driver Coverage Results" MODIFIED="1480404027564" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case/models" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_ProductIntegrateTest__4_.coverage" NAME="Unittests in ProductIntegrateTest (4) Coverage Results" MODIFIED="1477170435985" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$thumbnailPage.coverage" NAME="thumbnailPage Coverage Results" MODIFIED="1491880965025" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case/page_object" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_PriceSortTest__3_.coverage" NAME="Unittests in PriceSortTest (3) Coverage Results" MODIFIED="1477166202641" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_ProductIntegrateTest__2_.coverage" NAME="Unittests in ProductIntegrateTest (2) Coverage Results" MODIFIED="1477234024496" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittest_LoginTest_test_login5.coverage" NAME="Unittest LoginTest.test_login5 Coverage Results" MODIFIED="1491875700684" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_PriceSortTest.coverage" NAME="Unittests in PriceSortTest Coverage Results" MODIFIED="1484114531374" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittest_ProductIntegrateTest_test_image_navigate1.coverage" NAME="Unittest ProductIntegrateTest.test_image_navigate1 Coverage Results" MODIFIED="1491617549781" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$run_all_tests.coverage" NAME="run_all_tests Coverage Results" MODIFIED="1512215186595" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittest_SearchTest_test_search1.coverage" NAME="Unittest SearchTest.test_search1 Coverage Results" MODIFIED="1478705455900" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$productPage.coverage" NAME="productPage Coverage Results" MODIFIED="1477233681522" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case/page_object" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittest_SearchTest_test_search4.coverage" NAME="Unittest SearchTest.test_search4 Coverage Results" MODIFIED="1491877253047" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_Search.coverage" NAME="Unittests in Search Coverage Results" MODIFIED="1476416348472" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_PriceSortTest__1_.coverage" NAME="Unittests in PriceSortTest (1) Coverage Results" MODIFIED="1484114594784" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittest_PriceSortTest_test_price_sort1__1_.coverage" NAME="Unittest PriceSortTest.test_price_sort1 (1) Coverage Results" MODIFIED="1477851659092" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittest_PriceSortTest_test_image_navigate1.coverage" NAME="Unittest PriceSortTest.test_image_navigate1 Coverage Results" MODIFIED="1477165295968" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_h_myjingdong_test_suite.coverage" NAME="Unittests in h_myjingdong_test_suite Coverage Results" MODIFIED="1478702165967" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$price_sort_test.coverage" NAME="price_sort_test Coverage Results" MODIFIED="1476434193537" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$shenme.coverage" NAME="shenme Coverage Results" MODIFIED="1480664443008" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$USER_HOME$/Desktop" /> <SUITE FILE_PATH="coverage/JingDongTestProject$search_test.coverage" NAME="search_test Coverage Results" MODIFIED="1476420152213" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$login_test.coverage" NAME="login_test Coverage Results" MODIFIED="1476416385424" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_PriceSortTest__4_.coverage" NAME="Unittests in PriceSortTest (4) Coverage Results" MODIFIED="1477166322858" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittest_PriceSortTest_test_products_num.coverage" NAME="Unittest PriceSortTest.test_products_num Coverage Results" MODIFIED="1480407550730" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittest_SearchTest_test_search3.coverage" NAME="Unittest SearchTest.test_search3 Coverage Results" MODIFIED="1491876298041" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$f_cart_test_suite.coverage" NAME="f_cart_test_suite Coverage Results" MODIFIED="1484026742164" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$g_settlement_test_suite.coverage" NAME="g_settlement_test_suite Coverage Results" MODIFIED="1484121254795" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittest_PriceSortTest_test_price_sort2.coverage" NAME="Unittest PriceSortTest.test_price_sort2 Coverage Results" MODIFIED="1491881137232" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$abccd.coverage" NAME="abccd Coverage Results" MODIFIED="1480670252165" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$USER_HOME$/Desktop" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittest_SearchTest_test_search2.coverage" NAME="Unittest SearchTest.test_search2 Coverage Results" MODIFIED="1477301938163" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_PriceSortTest__2_.coverage" NAME="Unittests in PriceSortTest (2) Coverage Results" MODIFIED="1484114788402" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$homePage.coverage" NAME="homePage Coverage Results" MODIFIED="1476413854651" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case/page_object" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_search2_test.coverage" NAME="Unittests in search2_test Coverage Results" MODIFIED="1476415869231" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_ProductIntegrateTest__3_.coverage" NAME="Unittests in ProductIntegrateTest (3) Coverage Results" MODIFIED="1477168044881" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$search2_test.coverage" NAME="search2_test Coverage Results" MODIFIED="1476416844248" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_ProductIntegrateTest__1_.coverage" NAME="Unittests in ProductIntegrateTest (1) Coverage Results" MODIFIED="1477167887278" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$sort_test.coverage" NAME="sort_test Coverage Results" MODIFIED="1477121495299" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittest_SearchTest_test_search1__1_.coverage" NAME="Unittest SearchTest.test_search1 (1) Coverage Results" MODIFIED="1479526904335" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittest_LoginTest_test_login1.coverage" NAME="Unittest LoginTest.test_login1 Coverage Results" MODIFIED="1492242490874" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_PriceSortTest__5_.coverage" NAME="Unittests in PriceSortTest (5) Coverage Results" MODIFIED="1477166549046" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittest_LoginTest_test_login4.coverage" NAME="Unittest LoginTest.test_login4 Coverage Results" MODIFIED="1477303644499" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_ProductIntegrateTest.coverage" NAME="Unittests in ProductIntegrateTest Coverage Results" MODIFIED="1485308044704" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_b_search_test_suite.coverage" NAME="Unittests in b_search_test_suite Coverage Results" MODIFIED="1478702293697" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_a_login_test_suite.coverage" NAME="Unittests in a_login_test_suite Coverage Results" MODIFIED="1478702226161" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$denglu.coverage" NAME="denglu Coverage Results" MODIFIED="1480758954949" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$USER_HOME$/Desktop" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittest_PriceSortTest_test_price_sort1.coverage" NAME="Unittest PriceSortTest.test_price_sort1 Coverage Results" MODIFIED="1491881288226" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittests_in_c_thumbnail_sort_test_suite.coverage" NAME="Unittests in c_thumbnail_sort_test_suite Coverage Results" MODIFIED="1477302687433" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <SUITE FILE_PATH="coverage/JingDongTestProject$Unittest_PriceSortTest_test_rating_sort.coverage" NAME="Unittest PriceSortTest.test_rating_sort Coverage Results" MODIFIED="1491880973696" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ElectronicCommerce/test_case" /> </component> <component name="CreatePatchCommitExecutor"> <option name="PATCH_PATH" value="" /> </component> <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" /> <component name="FavoritesManager"> <favorites_list name="JingDongTestProject" /> </component> <component name="FileEditorManager"> <leaf> <file leaf-file-name="homePage.py" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/homePage.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="247"> <caret line="18" column="0" lean-forward="false" selection-start-line="18" selection-start-column="0" selection-end-line="18" selection-end-column="0" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="search_page_test_data.csv" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/data/search_page_test_data.csv"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="95"> <caret line="5" column="0" lean-forward="false" selection-start-line="5" selection-start-column="0" selection-end-line="5" selection-end-column="0" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="zengjia_shang_pin.csv" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/data/zengjia_shang_pin.csv"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="f_cart_test_suite.py" pinned="false" current-in-tab="true"> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/f_cart_test_suite.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="76"> <caret line="4" column="22" lean-forward="false" selection-start-line="4" selection-start-column="22" selection-end-line="4" selection-end-column="22" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="login_page_test_data.csv" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/data/login_page_test_data.csv"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="95"> <caret line="5" column="0" lean-forward="false" selection-start-line="5" selection-start-column="0" selection-end-line="5" selection-end-column="0" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="myJingDongPage.py" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/myJingDongPage.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="171"> <caret line="15" column="16" lean-forward="false" selection-start-line="15" selection-start-column="16" selection-end-line="15" selection-end-column="16" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="productPage.py" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/productPage.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="380"> <caret line="27" column="0" lean-forward="false" selection-start-line="27" selection-start-column="0" selection-end-line="27" selection-end-column="0" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="settlementPage.py" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/settlementPage.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="thumbnailPage.py" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/thumbnailPage.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="-729"> <caret line="59" column="0" lean-forward="false" selection-start-line="59" selection-start-column="0" selection-end-line="59" selection-end-column="0" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="a_login_test_suite.py" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/a_login_test_suite.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="76"> <caret line="8" column="18" lean-forward="false" selection-start-line="8" selection-start-column="18" selection-end-line="8" selection-end-column="18" /> <folding /> </state> </provider> </entry> </file> </leaf> </component> <component name="FileTemplateManagerImpl"> <option name="RECENT_TEMPLATES"> <list> <option value="Python Script" /> </list> </option> </component> <component name="FindInProjectRecents"> <findStrings> <find>parent</find> </findStrings> </component> <component name="IdeDocumentHistory"> <option name="CHANGED_PATHS"> <list> <option value="$USER_HOME$/AppData/Local/Programs/Python/Python35/Lib/HTMLTestRunner.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/search2_test.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/cartPage.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/settlementPage.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/price_sort_test.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/login_test.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/search_test.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/sort_test.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/thumbnail_image_test.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/cart_test.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/cart_test.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/product_test.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/settlement_test.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/base.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/d_thumbnail_image_test_suite.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/b_search_test_suite.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/productPage.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/myJingDongPage.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/a_login_test_suite.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/models/driver.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/data/login_page_test_data.csv" /> <option value="$USER_HOME$/Desktop/shenme.py" /> <option value="$USER_HOME$/Desktop/abccd.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/f_cart_test_suite.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/h_myjingdong_test_suite.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/models/jduint.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/d_product_image_test_suite.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/models/function.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/loginPage.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/b_home_search_test_suite.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/c_thumbnail_sort_test_suite.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/thumbnailPage.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/g_settlement_test_suite.py" /> <option value="$PROJECT_DIR$/run_all_tests.py" /> <option value="$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/homePage.py" /> </list> </option> </component> <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" /> <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" /> <component name="JsGulpfileManager"> <detection-done>true</detection-done> <sorting>DEFINITION_ORDER</sorting> </component> <component name="ProjectFrameBounds"> <option name="x" value="-8" /> <option name="y" value="-8" /> <option name="width" value="1382" /> <option name="height" value="744" /> </component> <component name="ProjectView"> <navigator currentView="ProjectPane" proportions="" version="1"> <flattenPackages /> <showMembers /> <showModules /> <showLibraryContents /> <hideEmptyPackages /> <abbreviatePackageNames /> <autoscrollToSource /> <autoscrollFromSource /> <sortByType /> <manualOrder /> <foldersAlwaysOnTop value="true" /> </navigator> <panes> <pane id="Scope" /> <pane id="Scratches" /> <pane id="ProjectPane"> <subPane> <PATH> <PATH_ELEMENT> <option name="myItemId" value="JingDongTestProject" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="JingDongTestProject" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="JingDongTestProject" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="JingDongTestProject" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="package" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="JingDongTestProject" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="JingDongTestProject" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="driver" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="JingDongTestProject" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="JingDongTestProject" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ElectronicCommerce" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="test_case" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="JingDongTestProject" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="JingDongTestProject" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ElectronicCommerce" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="test_case" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="page_object" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="JingDongTestProject" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="JingDongTestProject" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ElectronicCommerce" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> <PATH> <PATH_ELEMENT> <option name="myItemId" value="JingDongTestProject" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="JingDongTestProject" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="ElectronicCommerce" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> <PATH_ELEMENT> <option name="myItemId" value="data" /> <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> </PATH_ELEMENT> </PATH> </subPane> </pane> </panes> </component> <component name="PropertiesComponent"> <property name="last_opened_file_path" value="$PROJECT_DIR$" /> <property name="WebServerToolWindowFactoryState" value="false" /> <property name="js.eslint.eslintPackage" value="" /> <property name="settings.editor.selected.configurable" value="com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable" /> </component> <component name="RunDashboard"> <option name="ruleStates"> <list> <RuleState> <option name="name" value="ConfigurationTypeDashboardGroupingRule" /> </RuleState> <RuleState> <option name="name" value="StatusDashboardGroupingRule" /> </RuleState> </list> </option> </component> <component name="RunManager" selected="Python.run_all_tests"> <configuration default="false" name="Unittest PriceSortTest.test_price_sort2" type="tests" factoryName="Unittests" temporary="true" nameIsGenerated="true"> <option name="INTERPRETER_OPTIONS" value="" /> <option name="PARENT_ENVS" value="true" /> <envs /> <option name="SDK_HOME" value="" /> <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <option name="IS_MODULE_SDK" value="true" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <module name="JingDongTestProject" /> <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" /> <option name="SCRIPT_NAME" value="$PROJECT_DIR$/ElectronicCommerce/test_case/c_thumbnail_sort_test_suite.py" /> <option name="CLASS_NAME" value="PriceSortTest" /> <option name="METHOD_NAME" value="test_price_sort2" /> <option name="FOLDER_NAME" value="" /> <option name="TEST_TYPE" value="TEST_METHOD" /> <option name="PATTERN" value="" /> <option name="USE_PATTERN" value="false" /> <option name="PUREUNITTEST" value="true" /> <option name="PARAMS" value="" /> <option name="USE_PARAM" value="false" /> <method /> </configuration> <configuration default="false" name="Unittest PriceSortTest.test_rating_sort" type="tests" factoryName="Unittests" temporary="true" nameIsGenerated="true"> <option name="INTERPRETER_OPTIONS" value="" /> <option name="PARENT_ENVS" value="true" /> <envs /> <option name="SDK_HOME" value="" /> <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <option name="IS_MODULE_SDK" value="true" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <module name="JingDongTestProject" /> <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" /> <option name="SCRIPT_NAME" value="$PROJECT_DIR$/ElectronicCommerce/test_case/c_thumbnail_sort_test_suite.py" /> <option name="CLASS_NAME" value="PriceSortTest" /> <option name="METHOD_NAME" value="test_rating_sort" /> <option name="FOLDER_NAME" value="" /> <option name="TEST_TYPE" value="TEST_METHOD" /> <option name="PATTERN" value="" /> <option name="USE_PATTERN" value="false" /> <option name="PUREUNITTEST" value="true" /> <option name="PARAMS" value="" /> <option name="USE_PARAM" value="false" /> <method /> </configuration> <configuration default="false" name="Unittest PriceSortTest.test_price_sort1" type="tests" factoryName="Unittests" temporary="true" nameIsGenerated="true"> <option name="INTERPRETER_OPTIONS" value="" /> <option name="PARENT_ENVS" value="true" /> <envs /> <option name="SDK_HOME" value="" /> <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <option name="IS_MODULE_SDK" value="true" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <module name="JingDongTestProject" /> <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" /> <option name="SCRIPT_NAME" value="$PROJECT_DIR$/ElectronicCommerce/test_case/c_thumbnail_sort_test_suite.py" /> <option name="CLASS_NAME" value="PriceSortTest" /> <option name="METHOD_NAME" value="test_price_sort1" /> <option name="FOLDER_NAME" value="" /> <option name="TEST_TYPE" value="TEST_METHOD" /> <option name="PATTERN" value="" /> <option name="USE_PATTERN" value="false" /> <option name="PUREUNITTEST" value="true" /> <option name="PARAMS" value="" /> <option name="USE_PARAM" value="false" /> <method /> </configuration> <configuration default="false" name="run_all_tests" type="PythonConfigurationType" factoryName="Python" temporary="true"> <option name="INTERPRETER_OPTIONS" value="" /> <option name="PARENT_ENVS" value="true" /> <envs> <env name="PYTHONUNBUFFERED" value="1" /> </envs> <option name="SDK_HOME" value="" /> <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> <option name="IS_MODULE_SDK" value="true" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <module name="JingDongTestProject" /> <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" /> <option name="SCRIPT_NAME" value="$PROJECT_DIR$/run_all_tests.py" /> <option name="PARAMETERS" value="" /> <option name="SHOW_COMMAND_LINE" value="false" /> <method /> </configuration> <configuration default="true" type="DjangoTestsConfigurationType" factoryName="Django tests"> <option name="INTERPRETER_OPTIONS" value="" /> <option name="PARENT_ENVS" value="true" /> <envs> <env name="PYTHONUNBUFFERED" value="1" /> </envs> <option name="SDK_HOME" value="" /> <option name="WORKING_DIRECTORY" value="" /> <option name="IS_MODULE_SDK" value="false" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <module name="JingDongTestProject" /> <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" /> <option name="TARGET" value="" /> <option name="SETTINGS_FILE" value="" /> <option name="CUSTOM_SETTINGS" value="false" /> <option name="USE_OPTIONS" value="false" /> <option name="OPTIONS" value="" /> <method /> </configuration> <configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor"> <config-file value="" /> <node-interpreter value="project" /> <envs /> <method /> </configuration> <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug"> <method /> </configuration> <configuration default="true" type="PyBehaveRunConfigurationType" factoryName="Behave"> <option name="INTERPRETER_OPTIONS" value="" /> <option name="PARENT_ENVS" value="true" /> <envs /> <option name="SDK_HOME" value="" /> <option name="WORKING_DIRECTORY" value="" /> <option name="IS_MODULE_SDK" value="false" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <module name="JingDongTestProject" /> <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" /> <option name="ADDITIONAL_ARGS" value="" /> <method /> </configuration> <configuration default="true" type="PyLettuceRunConfigurationType" factoryName="Lettuce"> <option name="INTERPRETER_OPTIONS" value="" /> <option name="PARENT_ENVS" value="true" /> <envs /> <option name="SDK_HOME" value="" /> <option name="WORKING_DIRECTORY" value="" /> <option name="IS_MODULE_SDK" value="false" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <module name="JingDongTestProject" /> <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" /> <option name="ADDITIONAL_ARGS" value="" /> <method /> </configuration> <configuration default="true" type="PythonConfigurationType" factoryName="Python"> <option name="INTERPRETER_OPTIONS" value="" /> <option name="PARENT_ENVS" value="true" /> <envs> <env name="PYTHONUNBUFFERED" value="1" /> </envs> <option name="SDK_HOME" value="" /> <option name="WORKING_DIRECTORY" value="" /> <option name="IS_MODULE_SDK" value="false" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <module name="JingDongTestProject" /> <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" /> <option name="SCRIPT_NAME" value="" /> <option name="PARAMETERS" value="" /> <option name="SHOW_COMMAND_LINE" value="false" /> <method /> </configuration> <configuration default="true" type="Tox" factoryName="Tox"> <option name="INTERPRETER_OPTIONS" value="" /> <option name="PARENT_ENVS" value="true" /> <envs /> <option name="SDK_HOME" value="" /> <option name="WORKING_DIRECTORY" value="" /> <option name="IS_MODULE_SDK" value="false" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" /> <module name="JingDongTestProject" /> <method /> </configuration> <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js"> <node-interpreter>project</node-interpreter> <node-options /> <gulpfile /> <tasks /> <arguments /> <envs /> <method /> </configuration> <configuration default="true" type="js.build_tools.npm" factoryName="npm"> <command value="run" /> <scripts /> <node-interpreter value="project" /> <envs /> <method /> </configuration> <configuration default="true" type="tests" factoryName="Attests"> <option name="INTERPRETER_OPTIONS" value="" /> <option name="PARENT_ENVS" value="true" /> <envs /> <option name="SDK_HOME" value="" /> <option name="WORKING_DIRECTORY" value="" /> <option name="IS_MODULE_SDK" value="false" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <module name="JingDongTestProject" /> <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" /> <option name="SCRIPT_NAME" value="" /> <option name="CLASS_NAME" value="" /> <option name="METHOD_NAME" value="" /> <option name="FOLDER_NAME" value="" /> <option name="TEST_TYPE" value="TEST_SCRIPT" /> <option name="PATTERN" value="" /> <option name="USE_PATTERN" value="false" /> <method /> </configuration> <configuration default="true" type="tests" factoryName="Doctests"> <option name="INTERPRETER_OPTIONS" value="" /> <option name="PARENT_ENVS" value="true" /> <envs /> <option name="SDK_HOME" value="" /> <option name="WORKING_DIRECTORY" value="" /> <option name="IS_MODULE_SDK" value="false" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <module name="JingDongTestProject" /> <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" /> <option name="SCRIPT_NAME" value="" /> <option name="CLASS_NAME" value="" /> <option name="METHOD_NAME" value="" /> <option name="FOLDER_NAME" value="" /> <option name="TEST_TYPE" value="TEST_SCRIPT" /> <option name="PATTERN" value="" /> <option name="USE_PATTERN" value="false" /> <method /> </configuration> <configuration default="true" type="tests" factoryName="Nosetests"> <option name="INTERPRETER_OPTIONS" value="" /> <option name="PARENT_ENVS" value="true" /> <envs /> <option name="SDK_HOME" value="" /> <option name="WORKING_DIRECTORY" value="" /> <option name="IS_MODULE_SDK" value="false" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <module name="JingDongTestProject" /> <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" /> <option name="SCRIPT_NAME" value="" /> <option name="CLASS_NAME" value="" /> <option name="METHOD_NAME" value="" /> <option name="FOLDER_NAME" value="" /> <option name="TEST_TYPE" value="TEST_SCRIPT" /> <option name="PATTERN" value="" /> <option name="USE_PATTERN" value="false" /> <option name="PARAMS" value="" /> <option name="USE_PARAM" value="false" /> <method /> </configuration> <configuration default="true" type="tests" factoryName="Unittests"> <option name="INTERPRETER_OPTIONS" value="" /> <option name="PARENT_ENVS" value="true" /> <envs /> <option name="SDK_HOME" value="" /> <option name="WORKING_DIRECTORY" value="" /> <option name="IS_MODULE_SDK" value="false" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <module name="JingDongTestProject" /> <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" /> <option name="SCRIPT_NAME" value="" /> <option name="CLASS_NAME" value="" /> <option name="METHOD_NAME" value="" /> <option name="FOLDER_NAME" value="" /> <option name="TEST_TYPE" value="TEST_SCRIPT" /> <option name="PATTERN" value="" /> <option name="USE_PATTERN" value="false" /> <option name="PUREUNITTEST" value="true" /> <option name="PARAMS" value="" /> <option name="USE_PARAM" value="false" /> <method /> </configuration> <configuration default="true" type="tests" factoryName="py.test"> <option name="INTERPRETER_OPTIONS" value="" /> <option name="PARENT_ENVS" value="true" /> <envs /> <option name="SDK_HOME" value="" /> <option name="WORKING_DIRECTORY" value="" /> <option name="IS_MODULE_SDK" value="false" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <module name="JingDongTestProject" /> <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" /> <option name="SCRIPT_NAME" value="" /> <option name="CLASS_NAME" value="" /> <option name="METHOD_NAME" value="" /> <option name="FOLDER_NAME" value="" /> <option name="TEST_TYPE" value="TEST_SCRIPT" /> <option name="PATTERN" value="" /> <option name="USE_PATTERN" value="false" /> <option name="testToRun" value="" /> <option name="keywords" value="" /> <option name="params" value="" /> <option name="USE_PARAM" value="false" /> <option name="USE_KEYWORD" value="false" /> <method /> </configuration> <configuration default="false" name="abccd" type="PythonConfigurationType" factoryName="Python"> <option name="INTERPRETER_OPTIONS" value="" /> <option name="PARENT_ENVS" value="true" /> <envs> <env name="PYTHONUNBUFFERED" value="1" /> </envs> <option name="SDK_HOME" value="" /> <option name="WORKING_DIRECTORY" value="$USER_HOME$/Desktop" /> <option name="IS_MODULE_SDK" value="false" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <module name="JingDongTestProject" /> <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" /> <option name="SCRIPT_NAME" value="$USER_HOME$/Desktop/abccd.py" /> <option name="PARAMETERS" value="" /> <option name="SHOW_COMMAND_LINE" value="false" /> <method /> </configuration> <configuration default="false" name="Unittest LoginTest.test_login1" type="tests" factoryName="Unittests" nameIsGenerated="true"> <option name="INTERPRETER_OPTIONS" value="" /> <option name="PARENT_ENVS" value="true" /> <envs /> <option name="SDK_HOME" value="" /> <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/ElectronicCommerce/test_case" /> <option name="IS_MODULE_SDK" value="true" /> <option name="ADD_CONTENT_ROOTS" value="true" /> <option name="ADD_SOURCE_ROOTS" value="true" /> <module name="JingDongTestProject" /> <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" /> <option name="SCRIPT_NAME" value="$PROJECT_DIR$/ElectronicCommerce/test_case/a_login_test_suite.py" /> <option name="CLASS_NAME" value="LoginTest" /> <option name="METHOD_NAME" value="test_login1" /> <option name="FOLDER_NAME" value="" /> <option name="TEST_TYPE" value="TEST_METHOD" /> <option name="PATTERN" value="" /> <option name="USE_PATTERN" value="false" /> <option name="PUREUNITTEST" value="true" /> <option name="PARAMS" value="" /> <option name="USE_PARAM" value="false" /> <method /> </configuration> <list size="6"> <item index="0" class="java.lang.String" itemvalue="Python.abccd" /> <item index="1" class="java.lang.String" itemvalue="Python tests.Unittest LoginTest.test_login1" /> <item index="2" class="java.lang.String" itemvalue="Python tests.Unittest PriceSortTest.test_price_sort2" /> <item index="3" class="java.lang.String" itemvalue="Python tests.Unittest PriceSortTest.test_rating_sort" /> <item index="4" class="java.lang.String" itemvalue="Python tests.Unittest PriceSortTest.test_price_sort1" /> <item index="5" class="java.lang.String" itemvalue="Python.run_all_tests" /> </list> <recent_temporary> <list size="4"> <item index="0" class="java.lang.String" itemvalue="Python.run_all_tests" /> <item index="1" class="java.lang.String" itemvalue="Python tests.Unittest PriceSortTest.test_price_sort1" /> <item index="2" class="java.lang.String" itemvalue="Python tests.Unittest PriceSortTest.test_price_sort2" /> <item index="3" class="java.lang.String" itemvalue="Python tests.Unittest PriceSortTest.test_rating_sort" /> </list> </recent_temporary> </component> <component name="ShelveChangesManager" show_recycled="false"> <option name="remove_strategy" value="false" /> </component> <component name="SvnConfiguration"> <configuration /> </component> <component name="TaskManager"> <task active="true" id="Default" summary="Default task"> <changelist id="4d4e3c41-1148-43fd-9aac-a67b14c06ebf" name="Default" comment="" /> <created>1475861955312</created> <option name="number" value="Default" /> <option name="presentableId" value="Default" /> <updated>1475861955312</updated> </task> <servers /> </component> <component name="TestHistory"> <history-entry file="Unittest_LoginTest_test_login1 - 2017.04.15 at 15h 49m 37s.xml"> <configuration name="Unittest LoginTest.test_login1" configurationId="tests" /> </history-entry> <history-entry file="Unittest_PriceSortTest_test_price_sort2 - 2017.04.11 at 11h 03m 20s.xml"> <configuration name="Unittest PriceSortTest.test_price_sort2" configurationId="tests" /> </history-entry> <history-entry file="Unittest_PriceSortTest_test_price_sort2 - 2017.04.11 at 11h 14m 02s.xml"> <configuration name="Unittest PriceSortTest.test_price_sort2" configurationId="tests" /> </history-entry> <history-entry file="Unittest_PriceSortTest_test_price_sort2 - 2017.04.11 at 11h 18m 08s.xml"> <configuration name="Unittest PriceSortTest.test_price_sort2" configurationId="tests" /> </history-entry> <history-entry file="Unittest_PriceSortTest_test_price_sort2 - 2017.04.11 at 11h 20m 30s.xml"> <configuration name="Unittest PriceSortTest.test_price_sort2" configurationId="tests" /> </history-entry> <history-entry file="Unittest_PriceSortTest_test_price_sort2 - 2017.04.11 at 11h 24m 30s.xml"> <configuration name="Unittest PriceSortTest.test_price_sort2" configurationId="tests" /> </history-entry> <history-entry file="Unittest_PriceSortTest_test_price_sort2 - 2017.04.11 at 11h 26m 27s.xml"> <configuration name="Unittest PriceSortTest.test_price_sort2" configurationId="tests" /> </history-entry> <history-entry file="Unittest_PriceSortTest_test_rating_sort - 2017.04.11 at 11h 11m 37s.xml"> <configuration name="Unittest PriceSortTest.test_rating_sort" configurationId="tests" /> </history-entry> <history-entry file="Unittest_PriceSortTest_test_rating_sort - 2017.04.11 at 11h 23m 34s.xml"> <configuration name="Unittest PriceSortTest.test_rating_sort" configurationId="tests" /> </history-entry> <history-entry file="Unittest_SearchTest_test_search4 - 2017.04.11 at 10h 21m 15s.xml"> <configuration name="Unittest SearchTest.test_search4" configurationId="tests" /> </history-entry> </component> <component name="ToolWindowManager"> <frame x="-8" y="-8" width="1382" height="744" extended-state="6" /> <editor active="false" /> <layout> <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.27458397" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" /> <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33169934" sideWeight="0.5030257" order="7" side_tool="true" content_ui="tabs" /> <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="false" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" /> <window_info id="Python Console" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" /> <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" /> <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" /> <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" /> <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33169934" sideWeight="0.4969743" order="2" side_tool="false" content_ui="tabs" /> <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.2494244" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" /> <window_info id="Docker" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="false" weight="0.33" sideWeight="0.5" order="11" side_tool="false" content_ui="tabs" /> <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="SciView" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.42362204" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> </layout> </component> <component name="TypeScriptGeneratedFilesManager"> <option name="processedProjectFiles" value="true" /> </component> <component name="Vcs.Log.UiProperties"> <option name="RECENTLY_FILTERED_USER_GROUPS"> <collection /> </option> <option name="RECENTLY_FILTERED_BRANCH_GROUPS"> <collection /> </option> </component> <component name="VcsContentAnnotationSettings"> <option name="myLimit" value="2678400000" /> </component> <component name="XDebuggerManager"> <breakpoint-manager> <default-breakpoints> <breakpoint type="python-exception"> <properties notifyOnTerminate="true" exception="BaseException"> <option name="notifyOnTerminate" value="true" /> </properties> </breakpoint> </default-breakpoints> <option name="time" value="31" /> </breakpoint-manager> <watches-manager /> </component> <component name="editorHistoryManager"> <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python35/Lib/unittest/case.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="125"> <caret line="647" column="0" lean-forward="false" selection-start-line="647" selection-start-column="0" selection-end-line="647" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python35/Lib/unittest/suite.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="1520"> <caret line="83" column="0" lean-forward="false" selection-start-line="83" selection-start-column="0" selection-end-line="83" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python35/Scripts/django-admin.py" /> <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python35/Lib/codecs.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="5852"> <caret line="308" column="0" lean-forward="false" selection-start-line="308" selection-start-column="0" selection-end-line="308" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/models/__init__.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://F:/myJingDongWebSite/myjdweb/products/admin.py" /> <entry file="file://F:/myJingDongWebSite/myjdweb/myjdweb/settings.py" /> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/e_submit_product_test_suite.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$USER_HOME$/Desktop/abccd.py" /> <entry file="file://$USER_HOME$/Desktop/shenme.py" /> <entry file="file://$USER_HOME$/Desktop/denglu.py" /> <entry file="file://$USER_HOME$/PycharmProjects/shangchengTest/denglu.py" /> <entry file="file://$PROJECT_DIR$/account.txt" /> <entry file="file://$PROJECT_DIR$/setup-node.bat"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/report/2016-10-09 23_08_03result.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="6810"> <caret line="227" column="0" lean-forward="false" selection-start-line="227" selection-start-column="0" selection-end-line="227" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python35/Lib/site-packages/selenium/webdriver/remote/switch_to.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="30"> <caret line="33" column="8" lean-forward="false" selection-start-line="33" selection-start-column="8" selection-end-line="33" selection-end-column="8" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/models/geckodriver.log"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/d_product_image_test_suite.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="270"> <caret line="14" column="19" lean-forward="false" selection-start-line="14" selection-start-column="19" selection-end-line="14" selection-end-column="19" /> </state> </provider> </entry> <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python35/Lib/site-packages/selenium/webdriver/remote/webdriver.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="103"> <caret line="428" column="41" lean-forward="false" selection-start-line="428" selection-start-column="41" selection-end-line="428" selection-end-column="41" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/report/image/price_sort_page.jpg"> <provider selected="true" editor-type-id="images"> <state /> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/report/image/password_empty.jpg"> <provider selected="true" editor-type-id="images"> <state /> </provider> </entry> <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python35/Lib/site-packages/selenium/webdriver/remote/webelement.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="1890"> <caret line="72" column="0" lean-forward="false" selection-start-line="72" selection-start-column="0" selection-end-line="72" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/models/jduint.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="330"> <caret line="13" column="0" lean-forward="false" selection-start-line="13" selection-start-column="0" selection-end-line="13" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/c_thumbnail_sort_test_suite.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="304"> <caret line="22" column="31" lean-forward="false" selection-start-line="22" selection-start-column="31" selection-end-line="22" selection-end-column="31" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/h_myjingdong_test_suite.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="144"> <caret line="15" column="0" lean-forward="false" selection-start-line="15" selection-start-column="0" selection-end-line="15" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/g_settlement_test_suite.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="176"> <caret line="11" column="1" lean-forward="false" selection-start-line="11" selection-start-column="1" selection-end-line="11" selection-end-column="1" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/report/2016-10-09 23_01_00result.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/report/image/backup/Chinese_search_显示器.jpg"> <provider selected="true" editor-type-id="images"> <state /> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/b_home_search_test_suite.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="527"> <caret line="63" column="27" lean-forward="false" selection-start-line="63" selection-start-column="27" selection-end-line="63" selection-end-column="27" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/package/HTMLTestRunner.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="576"> <caret line="36" column="11" lean-forward="false" selection-start-line="36" selection-start-column="11" selection-end-line="36" selection-end-column="11" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/run_all_tests.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="32"> <caret line="9" column="0" lean-forward="true" selection-start-line="9" selection-start-column="0" selection-end-line="9" selection-end-column="0" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/models/driver.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="96"> <caret line="8" column="31" lean-forward="false" selection-start-line="8" selection-start-column="31" selection-end-line="8" selection-end-column="31" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/models/function.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="527"> <caret line="49" column="25" lean-forward="false" selection-start-line="49" selection-start-column="11" selection-end-line="49" selection-end-column="25" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/setup.bat"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/report/2016-11-29 15_25_36result.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="361"> <caret line="19" column="20" lean-forward="true" selection-start-line="19" selection-start-column="20" selection-end-line="19" selection-end-column="20" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/report/2017-12-02 19_45_31result.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/setup-node-ie.bat"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="46" lean-forward="false" selection-start-line="0" selection-start-column="46" selection-end-line="0" selection-end-column="46" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/report/2016-10-22 15_08_50result.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="-285"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/base.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="342"> <caret line="21" column="19" lean-forward="false" selection-start-line="21" selection-start-column="19" selection-end-line="21" selection-end-column="19" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/cartPage.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/loginPage.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="836"> <caret line="49" column="54" lean-forward="false" selection-start-line="49" selection-start-column="54" selection-end-line="49" selection-end-column="54" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/myJingDongPage.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="171"> <caret line="15" column="16" lean-forward="false" selection-start-line="15" selection-start-column="16" selection-end-line="15" selection-end-column="16" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/productPage.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="380"> <caret line="27" column="0" lean-forward="false" selection-start-line="27" selection-start-column="0" selection-end-line="27" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/settlementPage.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/thumbnailPage.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="-729"> <caret line="59" column="0" lean-forward="false" selection-start-line="59" selection-start-column="0" selection-end-line="59" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/a_login_test_suite.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="76"> <caret line="8" column="18" lean-forward="false" selection-start-line="8" selection-start-column="18" selection-end-line="8" selection-end-column="18" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/data/login_page_test_data.csv"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="95"> <caret line="5" column="0" lean-forward="false" selection-start-line="5" selection-start-column="0" selection-end-line="5" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/page_object/homePage.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="247"> <caret line="18" column="0" lean-forward="false" selection-start-line="18" selection-start-column="0" selection-end-line="18" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/data/search_page_test_data.csv"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="95"> <caret line="5" column="0" lean-forward="false" selection-start-line="5" selection-start-column="0" selection-end-line="5" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/data/zengjia_shang_pin.csv"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/ElectronicCommerce/test_case/f_cart_test_suite.py"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="76"> <caret line="4" column="22" lean-forward="false" selection-start-line="4" selection-start-column="22" selection-end-line="4" selection-end-column="22" /> <folding /> </state> </provider> </entry> </component> </project>
69.257653
431
0.700431
a7061930144e5e76e53ce8e5c7e1f69974f14c7d
429
xml
XML
public/articles/test/test-schem.xml
Diamond-Frost/NextDocument
90bb4487df6c4f37de75a9b411481197ab07b932
[ "Apache-2.0" ]
null
null
null
public/articles/test/test-schem.xml
Diamond-Frost/NextDocument
90bb4487df6c4f37de75a9b411481197ab07b932
[ "Apache-2.0" ]
null
null
null
public/articles/test/test-schem.xml
Diamond-Frost/NextDocument
90bb4487df6c4f37de75a9b411481197ab07b932
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <schematic> <property type="text" value="Description"></property> <property type="bool" value="Is open?">true</property> <section value="Dimensions"> <property type="int" value="Width" unit="cm">10</property> <property type="int" value="Height" unit="cm">4</property> <property type="int" value="Length" unit="cm">5</property> </section> </schematic>
42.9
66
0.636364
7c8d6c91483a4ff57f426055e1f701f7993aba20
2,249
xml
XML
data/projects/episodes-manager/Enlistments.xml
martyn82/OhlohAnalytics
de302f9ddd9071af967d6dd897b33bf20a179e40
[ "CC-BY-3.0" ]
null
null
null
data/projects/episodes-manager/Enlistments.xml
martyn82/OhlohAnalytics
de302f9ddd9071af967d6dd897b33bf20a179e40
[ "CC-BY-3.0" ]
null
null
null
data/projects/episodes-manager/Enlistments.xml
martyn82/OhlohAnalytics
de302f9ddd9071af967d6dd897b33bf20a179e40
[ "CC-BY-3.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <response> <status>success</status> <items_returned>4</items_returned> <items_available>4</items_available> <first_item_position>0</first_item_position> <result> <enlistment> <id>491714</id> <project_id>485498</project_id> <repository_id>493094</repository_id> <repository> <id>493094</id> <type>SvnRepository</type> <url>http://dev.zoumbox.org/src/episodes-manager/trunk/</url> <username></username> <password></password> <logged_at>2012-09-11T09:20:22Z</logged_at> <commits>188</commits> <ohloh_job_status>success</ohloh_job_status> </repository> </enlistment> <enlistment> <id>459945</id> <project_id>485498</project_id> <repository_id>456975</repository_id> <repository> <id>456975</id> <type>SvnRepository</type> <url>http://dev.zoumbox.org/svn-episodesmanager/trunk</url> <username></username> <password></password> <logged_at>2012-03-20T06:09:04Z</logged_at> <commits>178</commits> <ohloh_job_status>failed</ohloh_job_status> </repository> </enlistment> <enlistment> <id>538343</id> <project_id>485498</project_id> <repository_id>540520</repository_id> <repository> <id>540520</id> <type>GitRepository</type> <url>https://github.com/kootox/episodes-manager.git</url> <username></username> <password></password> <logged_at>2013-07-10T14:27:16Z</logged_at> <commits>7</commits> <ohloh_job_status>success</ohloh_job_status> </repository> </enlistment> <enlistment> <id>239046</id> <project_id>485498</project_id> <repository_id>236760</repository_id> <repository> <id>236760</id> <type>SvnRepository</type> <url>svn://labs.libre-entreprise.org/svnroot/episodesmanager/trunk</url> <username></username> <password></password> <logged_at>2013-05-24T00:32:32Z</logged_at> <commits>155</commits> <ohloh_job_status>success</ohloh_job_status> </repository> </enlistment> </result> </response>
32.128571
80
0.624722
cf9abd300df8945476e75a9ef73dbb3d7c0b889f
3,636
xsd
XML
sdv/resources/xsd/stix_1.2.1/extensions/test-mechanism/openioc-2010-test-mechanism.xsd
emmanvg/stix-validator
610879113c231ee725f5016c93d7aef59d078fca
[ "BSD-3-Clause" ]
18
2015-03-05T16:04:40.000Z
2021-08-12T18:09:09.000Z
sdv/resources/xsd/stix_1.2.1/extensions/test-mechanism/openioc-2010-test-mechanism.xsd
emmanvg/stix-validator
610879113c231ee725f5016c93d7aef59d078fca
[ "BSD-3-Clause" ]
37
2015-01-07T09:02:31.000Z
2021-04-30T09:25:51.000Z
sdv/resources/xsd/stix_1.2.1/extensions/test-mechanism/openioc-2010-test-mechanism.xsd
emmanvg/stix-validator
610879113c231ee725f5016c93d7aef59d078fca
[ "BSD-3-Clause" ]
19
2015-01-05T14:46:15.000Z
2022-01-26T21:54:45.000Z
<?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:indicator="http://docs.oasis-open.org/cti/ns/stix/indicator-1" xmlns:ioc-tr="http://schemas.mandiant.com/2010/ioc/TR/" xmlns:ioc="http://schemas.mandiant.com/2010/ioc" xmlns:stix-openioc="http://docs.oasis-open.org/cti/ns/stix/extensions/test-mechanism/openioc-2010-1" targetNamespace="http://docs.oasis-open.org/cti/ns/stix/extensions/test-mechanism/openioc-2010-1" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.2.1" xml:lang="en"> <xs:annotation> <xs:documentation> STIX[TM] Version 1.2.1. Committee Specification Draft 01 / Public Review Draft 01</xs:documentation> <xs:appinfo> <schema>STIX Extension - Open IOC Test Mechanism Instance</schema> <version>1.2.1</version> <date>12/15/2015 9:00:00 AM</date> <short_description>Structured Threat Information eXpression (STIX) Extension - Open IOC Test Mechanism Instance - Schematic implementation for the using the 2010 version of Open IOC to describe a Test Machanism within the STIX structured cyber threat expression language architecture.</short_description> <terms_of_use>Copyright (c) OASIS Open 2016. All Rights Reserved. Distributed under the terms of the OASIS IPR Policy, [http://www.oasis-open.org/policies-guidelines/ipr], AS-IS, WITHOUT ANY IMPLIED OR EXPRESS WARRANTY; there is no warranty of MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE or NONINFRINGEMENT of the rights of others.</terms_of_use> <terms_of_use> Portions copyright (c) United States Government 2012-2016. All Rights Reserved. Source: http://docs.oasis-open.org/cti/stix/v1.2.1/csprd01/schemas/ Latest version of the specification: REPLACE_WITH_SPECIFICATION_URL TC IPR Statement: https://www.oasis-open.org/committees/cti/ipr.php </terms_of_use> </xs:appinfo> </xs:annotation> <xs:import namespace="http://docs.oasis-open.org/cti/ns/stix/indicator-1" schemaLocation="../../indicator.xsd"/> <xs:import namespace="http://schemas.mandiant.com/2010/ioc" schemaLocation="../../external/open_ioc_2010/ioc.xsd"/> <xs:import namespace="http://schemas.mandiant.com/2010/ioc/TR/" schemaLocation="../../external/open_ioc_2010/ioc-TR.xsd"/> <xs:complexType name="OpenIOC2010TestMechanismType"> <xs:annotation> <xs:documentation>The OpenIOC2010TestMechanismType specifies an extension from the abstract TestMechanismType intended to support OpenIOC indicators of compromise, as defined in the 2010 Open IOC data model, to be leveraged as test mechanisms of an Indicator.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="indicator:TestMechanismType"> <xs:sequence> <xs:element name="ioc" type="ioc:IndicatorOfCompromise"> <xs:annotation> <xs:documentation>The ioc property specifies the structured specification of an OpenIOC test mechanism, which will typically be semantically equivalent to the Observables captured in the Indicator. An Indicator of Compromise (IOC) instance captures information such as a textual description of the indicator, keywords associated with the indicator, and author information, as well as the actual indicator definition pattern.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:schema>
93.230769
524
0.712871
3842cc1123f4f70f1b7a3e3590e2696821940a27
2,392
xml
XML
app/src/main/res/layout/recent_files.xml
ugwulo/LiText
51aa68d71e4db17f0a0c9a5dd3c7389787fb2d0c
[ "MIT" ]
3
2020-09-17T08:28:44.000Z
2020-09-21T18:18:20.000Z
app/src/main/res/layout/recent_files.xml
ugwulo/LiText
51aa68d71e4db17f0a0c9a5dd3c7389787fb2d0c
[ "MIT" ]
3
2020-09-25T18:11:49.000Z
2020-10-01T12:52:04.000Z
app/src/main/res/layout/recent_files.xml
ugwulo/LiText
51aa68d71e4db17f0a0c9a5dd3c7389787fb2d0c
[ "MIT" ]
2
2020-09-21T04:37:51.000Z
2020-09-21T05:33:15.000Z
<?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" android:layout_width="match_parent" android:layout_height="wrap_content" android:clickable="false" android:orientation="vertical" android:padding="8dp"> <androidx.cardview.widget.CardView android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="5dp" android:layout_marginRight="5dp" android:layout_marginBottom="5dp" android:elevation="2dp" android:foreground="?attr/selectableItemBackground" app:cardCornerRadius="7dp" app:cardElevation="5dp" app:cardMaxElevation="8dp" app:cardUseCompatPadding="false"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="5dp" android:clickable="false" android:orientation="horizontal"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_weight="1" android:orientation="vertical" android:paddingLeft="3dp"> <TextView android:id="@+id/fileName" android:layout_width="match_parent" android:layout_height="wrap_content" android:fontFamily="@font/andika" android:text="File Name" android:textStyle="bold" /> <TextView android:id="@+id/filePath" android:layout_width="match_parent" android:layout_height="wrap_content" android:fontFamily="@font/andika" android:text="/path/to/file.name" /> </LinearLayout> <ImageView android:id="@+id/fileType" android:layout_width="100dp" android:layout_height="match_parent" android:layout_weight="1" app:srcCompat="@drawable/file" /> </LinearLayout> </androidx.cardview.widget.CardView> </LinearLayout>
37.968254
72
0.584866
06e0fec942c3aac255d907eee093ac8e4d66485e
10,185
xml
XML
src/org/sil/paws/resources/configuration/XMLWriterPracticalFrenchDescriptions/WriterFrPracticalExcl.xml
sillsdev/paws
09b59f2ca5f5f81d76f585ada7f2673db211760c
[ "MIT" ]
4
2018-06-17T13:29:13.000Z
2021-12-03T16:27:10.000Z
src/org/sil/paws/resources/configuration/XMLWriterPracticalFrenchDescriptions/WriterFrPracticalExcl.xml
sillsdev/paws
09b59f2ca5f5f81d76f585ada7f2673db211760c
[ "MIT" ]
null
null
null
src/org/sil/paws/resources/configuration/XMLWriterPracticalFrenchDescriptions/WriterFrPracticalExcl.xml
sillsdev/paws
09b59f2ca5f5f81d76f585ada7f2673db211760c
[ "MIT" ]
2
2019-05-24T23:25:33.000Z
2021-12-03T16:27:16.000Z
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE portion SYSTEM "../Data/PAWSSKWriterDescription.dtd"> <portion> <section1 id="sExcl"> <secTitle>Salutations, interjections et exclamations</secTitle> <p> <content>Cette section considère les différents types d’expressions communes qui ne sont pas des phrases complètes. Les salutations, interjections et exclamations seront traitées tour à tour.</content> </p> <section2 id="sExclGreet"> <secTitle>Salutations</secTitle> <p contentType="ctComparativeIntro"><content>Les salutations consistent typiquement d’un mot ou locution particulier, soit qui est seul(e) soit suivi(e) d’un nom ou d’un syntagme nominal qui décrit la personne ou l’animal salué(e). Certains sont des phrases entières ou des questions entières, comme dans </content> <langData>Comment vas-tu?</langData><content> et </content><langData>Comment allez-vous?</langData> <content> et </content><langData>Bonne journée!</langData> <content> qui ne doivent pas être traitées séparément. </content></p> <p contentType="ctComparativeIntro"><content>Certains exemples de salutations en français sont: </content><langData>Salut!</langData><content> et </content><langData>Bonjour!</langData><content> et </content><langData>Au revoir</langData><content> et </content><langData>Bonjour Monsieur</langData><content> et </content><langData>Bonne nuit, doux enfant</langData> <content>.</content> </p> <p contentType="ctPracticalIntro"><content>Les salutations consistent typiquement d’un mot particulier ou d’une locution particulière, qui est soit seul(e) soit suivie(e) d’un nom ou d’un syntagme nominal qui décrit la personne ou l’animal salué(e).</content></p> <p><content>Des exemples de salutations en </content><langName/> <content> comprennent:</content></p> <example> <interlinear exampleLoc="excl/greetExample"/> </example> </section2> <section2 id="sExclIntj"> <secTitle>Interjections</secTitle> <p contentType="ctComparativeIntro"><content>Les interjections consistent typiquement de mots ou locutions particuliers qui sont utilisés seuls, suivis d’habitude d’un point d’exclamation. Bien que beaucoup de mots dans des interjections ne soient pas utilisés ailleurs, les adjectifs réguliers sont utilisés de cette façon. Quelques exemples d’interjections en français sont: </content><langData>Aie!</langData><content> et </content><langData>Super!</langData><content> et </content><langData>Sacré bleu!</langData><content> et </content><langData>Oh là là!</langData> </p> <p contentType="ctPracticalIntro"><content>Les interjections consistent typiquement de mots ou locutions particuliers qui sont utilisés seuls, suivis d’habitude d’un point d’exclamation. Bien que beaucoup de mots dans des interjections ne soient pas utilisés ailleurs, les adjectifs réguliers sont utilisés de cette façon.</content></p> <p><content>Des exemples d’interjection en </content><langName/> <content> comprennent:</content></p> <example> <interlinear exampleLoc="excl/intjExample"/> </example> <p><content>Les réponses </content><langData>Oui</langData><content> et </content><langData>Non</langData><content> à des questions sont similaires à des interjections. En </content><langName/><content> les mots suivants sont utilisés pour exprimer ces réponses:</content></p> <example> <table border="1"> <headerRow> <headerCol>Morphèmes</headerCol> <headerCol>Glose</headerCol> <headerCol>Signification</headerCol> </headerRow> <row> <col exampleLoc="excl/yesExample"/> <col ><gloss><content>ENTRER GLOSE</content></gloss></col> <col rowspan="1"> <gloss><content>oui</content></gloss> </col> </row> <row> <col exampleLoc="excl/noExample"/> <col ><gloss><content>ENTRER GLOSE</content></gloss></col> <col rowspan="1"> <gloss><content>non</content></gloss> </col> </row> </table> </example> </section2> <section2 id="sExclExcl"> <secTitle>Exclamations</secTitle> <p contentType="ctComparativeIntro"><content>Les exclamations consistent typiquement en un mot particulier comme </content><langData>comment</langData><content>, </content><langData>combien</langData><content> ou </content><langData>que</langData><content> en français. suivis d’un syntagme adjectival et généralement ponctuée d’un point d’exclamation. Des exemples en français incluent: </content> <langData>Comme tu es grand!</langData><content> et </content><langData>Que c’est chic!</langData><content> et </content><langData>Combien c’est merveilleux que ta famille puisse venir!</langData> </p> <p contentType="ctPracticalIntro"><content>Les exclamations consistent typiquement en un mot particulier suivis d’un syntagme adjectival et généralement ponctuée d’un point d’exclamation.</content></p> <p show="swExclMNo"><content>En </content><langName/><content> il n’y a pas de mot spécial qui marque des exclamations de ce type, elles ne sont donc pas différentes des interjections qui comprennent des adjectifs dans la section précédente.</content></p> <p show="swExclMYes"><content>En </content><langName/> <content> il y a un ou plususieurs mots spéciaux qui signalent une exclamation qui apparaîssent </content> <text show="swExclMBefore"><content>avant le</content></text> <text show="swExclMAfter"><content>après le</content></text> <text show="swExclMBoth"><content>des deux côtés du</content></text> <text show="swExclMEither"><content>d’un côté ou de autre côté du</content></text> <text show="swExclMBeforeOrBoth"><content>avant ou des deux côtés du</content></text> <text show="swExclMAfterOrBoth"><content>après ou des deux côtés du</content></text> <text show="swExclMEitherOrBoth"><content>d’un côté ou de autre côté ou des deux côtés du</content></text> <text show="swExclMNotOther"><content> syntagme adjectival. </content></text> <text show="swExclMOtherOnly"><content>___</content><contentCheckBoxOther contentLoc="excl/exclMOther"/><content>. </content></text> <text show="swExclMPosAndOther"><content> syntagme adjectival et peut appaître aussi ___</content><contentCheckBoxOther contentLoc="excl/exclMOther"/><content>. </content></text> <content>Ces marqueurs d’exclamation sont:</content></p> <example show="swExclMYes"><table border="1"> <headerRow> <headerCol>Marqueurs d’exclamation</headerCol> <headerCol>Glose</headerCol> </headerRow> <row> <col exampleLoc="excl/exclMExample"></col> <col ><gloss><content>ENTRER GLOSE</content></gloss></col> </row> </table> </example> <p><content>Des exemples d’exclamations en </content><langName/><content> comprennent:</content></p> <example> <interlinear exampleLoc="excl/exclExample"/> </example> </section2> </section1> <showWhen id="swExclMYes"> <whenValue element="excl" attr="exclM" value="yes"></whenValue> </showWhen> <showWhen id="swExclMNo"> <whenValue element="excl" attr="exclM" value="no"></whenValue> </showWhen> <showWhen id="swExclMBefore"> <whenValue element="excl/exclMBefore" attr="checked" value="yes"/> <and/> <whenValue element="excl/exclMAfter" attr="checked" value="no"/> <and/> <whenValue element="excl/exclMBoth" attr="checked" value="no"/> </showWhen> <showWhen id="swExclMAfter"> <whenValue element="excl/exclMBefore" attr="checked" value="no"/> <and/> <whenValue element="excl/exclMAfter" attr="checked" value="yes"/> <and/> <whenValue element="excl/exclMBoth" attr="checked" value="no"/> </showWhen> <showWhen id="swExclMBoth"> <whenValue element="excl/exclMBefore" attr="checked" value="no"/> <and/> <whenValue element="excl/exclMAfter" attr="checked" value="no"/> <and/> <whenValue element="excl/exclMBoth" attr="checked" value="yes"/> </showWhen> <showWhen id="swExclMEither"> <whenValue element="excl/exclMBefore" attr="checked" value="yes"/> <and/> <whenValue element="excl/exclMAfter" attr="checked" value="yes"/> <and/> <whenValue element="excl/exclMBoth" attr="checked" value="no"/> </showWhen> <showWhen id="swExclMBeforeOrBoth"> <whenValue element="excl/exclMBefore" attr="checked" value="yes"/> <and/> <whenValue element="excl/exclMAfter" attr="checked" value="no"/> <and/> <whenValue element="excl/exclMBoth" attr="checked" value="yes"/> </showWhen> <showWhen id="swExclMAfterOrBoth"> <whenValue element="excl/exclMBefore" attr="checked" value="no"/> <and/> <whenValue element="excl/exclMAfter" attr="checked" value="yes"/> <and/> <whenValue element="excl/exclMBoth" attr="checked" value="yes"/> </showWhen> <showWhen id="swExclMEitherOrBoth"> <whenValue element="excl/exclMBefore" attr="checked" value="yes"/> <and/> <whenValue element="excl/exclMAfter" attr="checked" value="yes"/> <and/> <whenValue element="excl/exclMBoth" attr="checked" value="yes"/> </showWhen> <showWhen id="swExclMNotOther"> <whenValue element="excl/exclMOther" attr="checked" value="no"/> </showWhen> <showWhen id="swExclMOtherOnly"> <whenValue element="excl/exclMBefore" attr="checked" value="no"/> <and/> <whenValue element="excl/exclMAfter" attr="checked" value="no"/> <and/> <whenValue element="excl/exclMBoth" attr="checked" value="no"/> <and/> <whenValue element="qp/NPDegreePosOther" attr="checked" value="yes"/> </showWhen> <showWhen id="swExclMPosAndOther"> <whenValue element="excl/exclMBefore" attr="checked" value="yes"/> <and/> <whenValue element="excl/exclMOther" attr="checked" value="yes"/> <or/> <whenValue element="excl/exclMAfter" attr="checked" value="yes"/> <and/> <whenValue element="excl/exclMOther" attr="checked" value="yes"/> <or/> <whenValue element="excl/exclMBoth" attr="checked" value="yes"/> <and/> <whenValue element="excl/exclMOther" attr="checked" value="yes"/> </showWhen> </portion>
57.542373
547
0.701522
4333a5d1108e5fafa3875000526389b0acb4ef6d
5,284
xml
XML
db/loan_credit.xml
weipinglee/storage
36e1868f7fc579ebb3bfe19292cdb1fc77b4b193
[ "OLDAP-2.5", "OLDAP-2.4" ]
null
null
null
db/loan_credit.xml
weipinglee/storage
36e1868f7fc579ebb3bfe19292cdb1fc77b4b193
[ "OLDAP-2.5", "OLDAP-2.4" ]
null
null
null
db/loan_credit.xml
weipinglee/storage
36e1868f7fc579ebb3bfe19292cdb1fc77b4b193
[ "OLDAP-2.5", "OLDAP-2.4" ]
null
null
null
<?xml version="1.1" encoding="UTF-8" standalone="no"?> <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"> <changeSet author="weipinglee" id="20180629-01"> <createTable tableName="st_loan_credit" > <column autoIncrement="true" name="id" type="INT UNSIGNED"> <constraints primaryKey="true"/> </column> <column defaultValueNumeric="0" name="owner" remarks="持卡人" type="INT UNSIGNED"> <constraints nullable="false" /> </column> <column defaultValue="" name="bank" type="VARCHAR(100)" remarks="银行名称" > <constraints nullable="false" /> </column> <column defaultValue="" name="no" remarks="卡号" type="varchar(50)"> <constraints nullable="false"/> </column> <column defaultValue="" name="type" remarks="类型" type="varchar(20)"> <constraints nullable="false"/> </column> <column defaultValue="0" name="limit" remarks="额度" type="DECIMAL(12,2)"> <constraints nullable="false"/> </column> <column defaultValue="0" name="qian" remarks="欠款额度" type="DECIMAL(12,2)"> <constraints nullable="false"/> </column> <column name="receive_day" type="varchar(20)" remarks="收卡日" /> <column name="account_day" type="varchar(20)" remarks="次月账单日" > <constraints nullable="false"/> </column> <column defaultValue="0" name="produce_fee" remarks="已产生费用" type="DECIMAL(12,2)"> <constraints nullable="false"/> </column> <column defaultValue="" name="chuzhang_ri" remarks="出账日" type="varchar(20)"> <constraints nullable="false"/> </column> <column defaultValue="" name="huankuan_ri" remarks="还款日" type="varchar(20)"> <constraints nullable="false"/> </column> <column defaultValue="0" name="year_fee" remarks="年费" type="DECIMAL(12,2)"> <constraints nullable="false"/> </column> <column defaultValue="" name="year_fee_day" remarks="年费付款日" type="varchar(20)"> <constraints nullable="false"/> </column> <column defaultValue="0" name="rate" remarks="代还费率" type="DECIMAL(5,2)"> <constraints nullable="false"/> </column> <column name="period" type="ENUM('年', '月', '日')" defaultValue="月" remarks="计费周期,默认月"> <constraints nullable="false"/> </column> <column defaultValue="" name="rec_person" type="VARCHAR(20)" remarks="推荐人"> <constraints nullable="false"/> </column> <column defaultValueNumeric="0.00" name="rec_rate" type="DECIMAL(5, 2)" remarks="推荐人费率"> <constraints nullable="false"/> </column> <column defaultValueNumeric="0.00" name="exp_final_income" remarks="最终收益,预期收益减去推荐人获利" type="DECIMAL(12, 2)"> <constraints nullable="false"/> </column> <column defaultValueBoolean="false" name="del" type="BIT"> <constraints nullable="false"/> </column> <column name="real_end_date" remarks="实际结束时间" type="date"/> <column defaultValueNumeric="0.00" name="real_final_income" remarks="实际最终收益,实际收益减去推荐人获利" type="DECIMAL(12, 2)"> <constraints nullable="false"/> </column> <column defaultValueNumeric="0.00" name="real_income" remarks="实际收益" type="DECIMAL(12, 2)"> <constraints nullable="false"/> </column> </createTable> </changeSet> <changeSet author="weipinglee" id="20180629-02" > <addColumn tableName="st_loan_credit"> <column name="admin_id" type="int(11)" defaultValue="0" remarks="管理员id"> <constraints nullable="false" /> </column> </addColumn> </changeSet> <changeSet author="weipinglee" id="20180629-03" > <addColumn tableName="st_loan_credit"> <column name="rec_person_id" type="int(11)" defaultValue="0" remarks="推荐人id"> <constraints nullable="false" /> </column> </addColumn> </changeSet> <changeSet author="weipinglee" id="1028070201"> <addColumn tableName="st_loan_credit"> <column name="exp_income" type="decimal(12,2)" defaultValue="0" remarks="预期收益"> <constraints nullable="false" /> </column> </addColumn> <addColumn tableName="st_loan_credit"> <column name="status" type="int(2)" defaultValue="0" remarks="状态 "> <constraints nullable="false" /> </column> </addColumn> </changeSet> </databaseChangeLog>
50.807692
426
0.572672
db248c6550798773efde9bf885c53b217fc938a6
15,325
kml
XML
src/main/webapp/assetsvisor/carto/limites/061005.kml
zazk/ssp-reclux-backend
20b68f862696e2d15e89fcdaec11e703a414dc19
[ "MIT" ]
null
null
null
src/main/webapp/assetsvisor/carto/limites/061005.kml
zazk/ssp-reclux-backend
20b68f862696e2d15e89fcdaec11e703a414dc19
[ "MIT" ]
3
2017-12-06T20:23:28.000Z
2017-12-13T16:06:13.000Z
target/mimp.gis/assetsvisor/carto/limites/061005.kml
zazk/mimp-spring
c3070e87d2b5448059568969649bf75b0c821ef5
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?><kml xmlns="http://earth.google.com/kml/2.2"><Document><name><![CDATA[]]></name><open>1</open><description><![CDATA[]]></description><Style id="distrito"><LineStyle><color>641400FF</color><width>5</width></LineStyle></Style><Folder><name>Features</name><open>0</open><Placemark><name><![CDATA[Distrito: ]]></name><styleUrl>#distrito</styleUrl><MultiGeometry><LineString><coordinates>-78.067146486999945,-7.367560474999948 -78.066855361999899,-7.368134724999948 -78.066497986999934,-7.369624974999908 -78.066093736999903,-7.370312474999935 -78.065398361999939,-7.370939474999943 -78.063728486999935,-7.371445224999945 -78.062287111999922,-7.372240224999928 -78.061415986999918,-7.372980474999906 -78.060951111999941,-7.373609349999924 -78.059790986999928,-7.374521475999927 -78.057656236999946,-7.375540975999911 -78.055976486999953,-7.376964850999912 -78.054710861999922,-7.377703100999952 -78.052925736999953,-7.378208975999939 -78.052169861999914,-7.378605475999962 -78.051537111999949,-7.378601475999915 -78.051132736999932,-7.37877147599994 -78.050093736999941,-7.379339850999941 -78.048943361999932,-7.380308600999911 -78.047302736999939,-7.383857350999961 -78.047011611999949,-7.384890600999938 -78.04672261199994,-7.385404225999935 -78.046126861999937,-7.388042975999952 -78.045538986999929,-7.389130850999948 -78.045302736999929,-7.390105475999917 -78.044486236999944,-7.392109350999931 -78.044150361999925,-7.394951100999947 -78.044464736999942,-7.395613225999909 -78.044570236999903,-7.397337850999918 -78.044449111999938,-7.398025350999944 -78.043869111999925,-7.398769475999927 -78.043693361999942,-7.398767600999918 -78.043060486999934,-7.399394475999941 -78.041495986999905,-7.400189475999923 -78.040747986999918,-7.400816350999946 -78.039206986999943,-7.402902350999909 -78.03906248699991,-7.402872975999912 -78.038605361999942,-7.403271475999929 -78.037329986999907,-7.403837850999935 -78.035591736999947,-7.405605475999948 -78.034667861999935,-7.406060475999936 -78.033917861999953,-7.406226475999915 -78.033576111999935,-7.406052725999928 -78.033523361999926,-7.405535100999941 -78.032951111999921,-7.404898350999929 -78.032730361999938,-7.404380850999928 -78.032150361999925,-7.404320225999925 -78.031113236999943,-7.404714850999937 -78.030997986999921,-7.404312475999916 -78.03076948699993,-7.404195225999956 -78.030425736999916,-7.40424997599996 -78.030074111999909,-7.404535100999908 -78.029792861999908,-7.404533225999955 -78.029564361999917,-7.404300725999917 -78.028755861999912,-7.404068350999921 -78.027839736999908,-7.404060475999927 -78.026740236999899,-7.404570225999919 -78.025869111999953,-7.405425725999919 -78.025230361999945,-7.406628850999937 -78.023956986999906,-7.407710850999933 -78.023322236999945,-7.408050725999942 -78.023093736999897,-7.408050725999942 -78.022636611999928,-7.407357350999916 -78.022115236999923,-7.407181600999934 -78.02148436199991,-7.40798235099993 -78.02084373699995,-7.408322225999939 -78.020324111999912,-7.408433600999956 -78.018318361999945,-7.408419850999906 -78.017562486999907,-7.409162100999936 -78.017150361999938,-7.409792975999949 -78.016464736999922,-7.41030460099995 -78.015083986999912,-7.410121100999959 -78.014419861999897,-7.411150350999947 -78.013923736999914,-7.41160735099993 -78.013054611999905,-7.411658225999929 -78.012193361999948,-7.411308600999917 -78.011818361999929,-7.411449225999945 -78.011206986999923,-7.412679600999923 -78.011206986999923,-7.413138600999957 -78.010154236999938,-7.41473822599994 -78.009644486999946,-7.41485147599991 -78.008773361999943,-7.415480475999914 -78.008316361999903,-7.415417975999958 -78.007788986999913,-7.416044850999924 -78.007095611999944,-7.416443350999941 -78.005951111999934,-7.416378850999934 -78.003410111999926,-7.417222600999935 -78.002724611999952,-7.417160100999922 -78.002021486999922,-7.416621100999919 -78.000923736999937,-7.416511725999953 -78.000007736999919,-7.417152350999913 -77.999290986999938,-7.417876975999945 -77.998855361999915,-7.41808197599994 -77.997589736999942,-7.418376975999934 -77.997359361999941,-7.418552725999916 -77.996017486999904,-7.418580100999918 -77.996040986999901,-7.418962850999947 -77.996505861999935,-7.419824225999946 -77.997490236999909,-7.421027350999907 -77.998023361999913,-7.42292385099995 -77.998031236999907,-7.424478475999933 -77.997757736999915,-7.425919850999946 -77.997787111999912,-7.426638600999922 -77.998054611999919,-7.42775972599992 -77.99870311199993,-7.429251975999932 -77.998712861999934,-7.43080860099991 -77.998451111999941,-7.431691350999927 -77.99861123699992,-7.43265035099995 -77.999015611999937,-7.433568350999906 -78.001228486999935,-7.435683600999937 -78.001236236999944,-7.436892600999954 -78.001068361999899,-7.437929600999951 -78.000443361999942,-7.43943160099991 -78.000228486999902,-7.441621100999953 -77.999968736999904,-7.442226475999917 -78.000183486999902,-7.443982350999931 -78.000771486999952,-7.445013600999914 -78.001525361999938,-7.445642600999918 -78.002220611999917,-7.445925725999928 -78.002929611999946,-7.447490225999957 -78.002677736999942,-7.449904225999944 -78.002829986999927,-7.452138600999945 -78.002997986999901,-7.452599600999918 -78.003622986999915,-7.453121100999908 -78.004031236999936,-7.453755850999926 -78.005005861999905,-7.454107350999948 -78.00585936199991,-7.454800725999917 -78.008201111999938,-7.45723047599995 -78.009636611999952,-7.458042975999945 -78.009978486999898,-7.458390600999906 -78.010316361999912,-7.459312475999923 -78.012038986999926,-7.460413975999927 -78.012663986999939,-7.46105072599994 -78.013404236999918,-7.46214647599993 -78.014091736999944,-7.462667975999921 -78.0152968619999,-7.463193350999916 -78.016501861999927,-7.463259725999933 -78.017662111999925,-7.462693350999928 -78.019339736999939,-7.461439475999953 -78.019478486999901,-7.461470725999959 -78.020058486999915,-7.461013600999934 -78.021019486999933,-7.459785100999909 -78.024537111999905,-7.458603475999951 -78.025917861999915,-7.458497975999933 -78.029091736999931,-7.457714850999935 -78.030585861999953,-7.457496100999947 -78.031562486999917,-7.45727147599996 -78.032257736999952,-7.456931600999951 -78.033234361999916,-7.456880850999937 -78.033927736999942,-7.457173850999936 -78.035652236999908,-7.45747260099995 -78.036453111999947,-7.457476475999954 -78.038009736999925,-7.457083975999922 -78.038474611999902,-7.457087850999926 -78.039107361999925,-7.456806600999926 -78.040427736999902,-7.456872975999943 -78.040603486999942,-7.456988225999908 -78.042503861999933,-7.456941350999955 -78.043357361999938,-7.457810475999906 -78.043876861999934,-7.458044850999954 -78.044792861999952,-7.458163975999923 -78.045593736999933,-7.459146475999944 -78.046226486999899,-7.459552725999913 -78.046622986999921,-7.459728475999953 -78.047369111999899,-7.459790975999908 -78.048294861999921,-7.460255850999943 -78.049033111999904,-7.460951100999921 -78.049660111999913,-7.462160100999938 -78.049941361999913,-7.462449225999933 -78.050917861999949,-7.463031225999941 -78.051951111999927,-7.463898350999955 -78.0521249869999,-7.46390035099995 -78.0532226119999,-7.463103475999958 -78.055480361999912,-7.460706975999926 -78.057693361999952,-7.456412100999955 -78.058349611999915,-7.453488225999934 -78.058357361999924,-7.452107350999938 -78.057822236999925,-7.450009725999905 -78.057976486999905,-7.449408225999946 -78.057923736999896,-7.44889060099996 -78.055519486999913,-7.446117100999913 -78.053687486999934,-7.445070225999928 -78.052263611999933,-7.44362497599991 -78.05110936199992,-7.442986350999945 -78.050544861999924,-7.442064475999928 -78.049689361999924,-7.440105475999928 -78.048148361999949,-7.438601475999917 -78.047806611999931,-7.438025350999908 -78.047347611999896,-7.437619100999939 -78.047042861999898,-7.43495697599991 -78.04720311199992,-7.433712850999939 -78.048370986999942,-7.431710850999934 -78.048431611999945,-7.431308600999955 -78.05115223699994,-7.428224600999954 -78.052710861999913,-7.427259725999932 -78.054564361999951,-7.42560547599993 -78.054794861999937,-7.425548850999917 -78.056533111999897,-7.423837850999917 -78.05635936199991,-7.423837850999917 -78.058845611999914,-7.421843725999906 -78.060867111999926,-7.420706975999906 -78.063300736999906,-7.418253850999918 -78.064109361999897,-7.417626975999951 -78.064369111999952,-7.417601475999959 -78.065154236999945,-7.41683010099996 -78.066773361999935,-7.415978475999907 -78.068626861999917,-7.414095725999914 -78.069267486999934,-7.413122975999954 -78.070128861999933,-7.41226760099994 -78.070831986999906,-7.411238225999909 -78.071120986999915,-7.410494100999927 -78.071021486999939,-7.407621100999961 -78.071265611999934,-7.406302725999922 -78.071906236999951,-7.404872975999922 -78.072601486999929,-7.403841725999939 -78.073646486999905,-7.40287110099996 -78.074622986999941,-7.402648350999925 -78.074974611999949,-7.402306600999907 -78.075751861999947,-7.402398350999931 -78.075896486999909,-7.40225585099995 -78.076406236999901,-7.402257725999959 -78.076759736999918,-7.402087850999919 -78.080505861999939,-7.401595725999925 -78.081191361999913,-7.401369100999943 -78.082236236999904,-7.400706975999924 -78.082527236999908,-7.400345725999955 -78.083115236999902,-7.398568350999938 -78.083060486999898,-7.397421850999933 -78.082548736999911,-7.396324225999933 -78.081351486999949,-7.394421850999947 -78.081230361999928,-7.393214850999925 -78.081427736999899,-7.392353475999926 -78.081802736999919,-7.391695225999911 -78.082298736999917,-7.391210850999926 -78.082870986999922,-7.390927725999916 -78.083908111999904,-7.390761725999937 -78.085120986999925,-7.390308600999958 -78.086158111999907,-7.38951172599991 -78.086745986999915,-7.388138600999923 -78.08675386199991,-7.387277350999909 -78.086191361999909,-7.385261725999953 -78.086191361999909,-7.38426760099992 -78.086486236999917,-7.383486350999931 -78.086554611999929,-7.382738225999958 -78.086956986999951,-7.38193547599991 -78.087478486999942,-7.381708975999914 -78.088339736999899,-7.381830100999935 -78.091033111999934,-7.383628850999912 -78.092529236999951,-7.384154225999907 -78.094542861999912,-7.384165975999906 -78.095288986999947,-7.383884725999906 -78.097716736999928,-7.381833975999939 -78.099396486999922,-7.380867100999922 -78.101982361999944,-7.380769475999955 -78.102095611999914,-7.38088472599992 -78.104111236999927,-7.380781225999954 -78.104919861999917,-7.380558600999962 -78.105667861999905,-7.380621100999917 -78.10694136199993,-7.380228475999957 -78.109070236999912,-7.380011725999907 -78.110390611999946,-7.379619100999946 -78.111663986999929,-7.379511725999919 -78.114136611999925,-7.378837850999958 -78.114882736999903,-7.378843725999957 -78.115982361999897,-7.378505850999943 -78.117995986999915,-7.37840422599993 -78.119087861999901,-7.378581975999907 -78.119607361999897,-7.378872975999911 -78.120581986999923,-7.379109350999954 -78.121726486999933,-7.379634725999949 -78.123847611999906,-7.380912100999922 -78.126320236999902,-7.382019475999925 -78.127173736999907,-7.382138600999951 -78.127921861999937,-7.382431600999951 -78.130744111999945,-7.382564475999914 -78.131951111999911,-7.382857350999927 -78.132636611999942,-7.382806600999913 -78.133736236999937,-7.383042975999956 -78.135978486999932,-7.382884725999929 -78.139320236999936,-7.381585850999954 -78.141738236999913,-7.381371100999957 -78.142837861999908,-7.380976475999944 -78.1430663619999,-7.38068947599993 -78.14290623699992,-7.379138600999909 -78.143089736999912,-7.37816210099993 -78.143089736999912,-7.377128850999952 -78.141953111999896,-7.375513600999909 -78.141556611999931,-7.374533225999926 -78.141556611999931,-7.374074224999959 -78.140997986999935,-7.372060474999955 -78.141068361999942,-7.369591724999907 -78.140564361999907,-7.368208974999959 -78.140404236999927,-7.367335849999961 -78.140572236999901,-7.366658224999924 -78.141152236999915,-7.365800724999929 -78.141326111999945,-7.365054599999951 -78.141044861999944,-7.364765599999942 -78.140937486999917,-7.363558599999919 -78.1411132369999,-7.362755849999928 -78.141578111999934,-7.361667974999932 -78.141701111999907,-7.360460849999924 -78.142226486999903,-7.359603474999915 -78.142867111999919,-7.357826099999954 -78.143454986999927,-7.356681599999945 -78.14542373699993,-7.354511724999952 -78.146363236999946,-7.35216209999993 -78.147285111999906,-7.350560474999952 -78.147415986999931,-7.348435474999917 -78.147361236999927,-7.348205099999916 -78.146675736999953,-7.347511724999947 -78.146744111999908,-7.345730474999925 -78.145064361999914,-7.347271474999957 -78.142410111999936,-7.348919849999959 -78.140396486999919,-7.348849599999937 -78.140044861999911,-7.34919334999995 -78.139527236999925,-7.349419849999947 -78.137865236999914,-7.349292974999912 -78.137343736999924,-7.349462849999952 -78.136245986999938,-7.350203099999931 -78.135787111999946,-7.350142599999913 -78.135214736999899,-7.349736349999944 -78.134513611999921,-7.350247974999945 -78.134421861999897,-7.351080099999933 -78.133476486999939,-7.351562474999923 -78.132208986999899,-7.351497974999916 -78.13151561199993,-7.352068349999911 -78.130820236999909,-7.352349599999911 -78.130478486999948,-7.352232349999952 -78.130134736999935,-7.351656224999942 -78.129738236999913,-7.351595724999925 -78.129042861999949,-7.352109349999921 -78.128462861999935,-7.35216209999993 -78.127945236999949,-7.351986349999947 -78.126335861999905,-7.352837849999958 -78.125296861999914,-7.352831974999958 -78.12304873699992,-7.35402334999992 -78.121542861999899,-7.354300724999916 -78.120681611999942,-7.355042974999947 -78.119583986999942,-7.355437474999917 -78.118568361999905,-7.356435474999955 -78.118423736999944,-7.356406224999944 -78.117617111999948,-7.356976474999954 -78.116744111999935,-7.35817572499991 -78.115927736999936,-7.360525349999932 -78.114654236999911,-7.361781224999959 -78.114478486999928,-7.361781224999959 -78.113441361999946,-7.362521474999937 -78.111304611999913,-7.362794849999943 -78.110503861999916,-7.362673849999908 -78.10998623699993,-7.362441349999926 -78.108833986999912,-7.362318349999953 -78.107802736999929,-7.362484349999932 -78.107626861999904,-7.36265622499991 -78.106537111999899,-7.362705099999914 -78.104460861999939,-7.362175724999929 -78.103431611999952,-7.361708974999942 -78.10303511199993,-7.361361349999925 -78.101538986999913,-7.361294849999922 -78.099105361999932,-7.363001974999918 -78.096572236999918,-7.363675724999951 -78.094322236999915,-7.364808599999947 -78.093056611999941,-7.364972599999931 -78.090865236999946,-7.364787099999944 -78.089433486999951,-7.364261724999949 -78.088339736999899,-7.364195224999946 -78.087531236999951,-7.364306599999907 -78.087126861999934,-7.364589849999959 -78.086150361999898,-7.364927724999916 -78.08459561199993,-7.365263599999935 -78.081603486999938,-7.365128849999906 -78.080222611999943,-7.365234349999923 -78.079474611999899,-7.365517599999919 -78.078324111999905,-7.36539447499996 -78.075447236999935,-7.36543359999996 -78.073714736999932,-7.365826099999936 -78.072740236999948,-7.366218724999953 -78.071349611999949,-7.367072224999959 -78.07076948699995,-7.367585849999955 -78.069847611999933,-7.367980474999911 -78.069046861999936,-7.367976474999921 -78.068007736999903,-7.367566349999947 -78.067146486999945,-7.367560474999948</coordinates></LineString></MultiGeometry></Placemark></Folder></Document></kml>
15,325
15,325
0.841109
2c3295391a98d9803070cb27488c3ed2d166b286
6,913
xml
XML
packages/Refit.4.4.17/lib/netstandard1.4/Refit.xml
LedgerX-Code/UPLX_ExplorerDemo
7ae3d8b828336ce9aec2904a91296c57e612ba42
[ "MIT" ]
null
null
null
packages/Refit.4.4.17/lib/netstandard1.4/Refit.xml
LedgerX-Code/UPLX_ExplorerDemo
7ae3d8b828336ce9aec2904a91296c57e612ba42
[ "MIT" ]
null
null
null
packages/Refit.4.4.17/lib/netstandard1.4/Refit.xml
LedgerX-Code/UPLX_ExplorerDemo
7ae3d8b828336ce9aec2904a91296c57e612ba42
[ "MIT" ]
null
null
null
<?xml version="1.0"?> <doc> <assembly> <name>Refit</name> </assembly> <members> <member name="F:Refit.BodySerializationMethod.Default"> <summary> JSON encodes data except for strings. Strings are set as-is </summary> </member> <member name="F:Refit.BodySerializationMethod.Json"> <summary> Json encodes everything, including strings </summary> </member> <member name="F:Refit.BodySerializationMethod.UrlEncoded"> <summary> Form-UrlEncode's the values </summary> </member> <member name="T:Refit.CollectionFormat"> <summary> Collection format defined in https://swagger.io/docs/specification/2-0/describing-parameters/ </summary> </member> <member name="F:Refit.CollectionFormat.RefitParameterFormatter"> <summary> Values formatted wiht RefitSettings.UrlParameterFormatter </summary> </member> <member name="F:Refit.CollectionFormat.Csv"> <summary> Comma-separated values </summary> </member> <member name="F:Refit.CollectionFormat.Ssv"> <summary> Space-separated values </summary> </member> <member name="F:Refit.CollectionFormat.Tsv"> <summary> Tab-separated values </summary> </member> <member name="F:Refit.CollectionFormat.Pipes"> <summary> Pipe-separated values </summary> </member> <member name="F:Refit.CollectionFormat.Multi"> <summary> Multiple parameter instances </summary> </member> <member name="T:System.Net.Http.PushStreamContent"> <summary> Provides an <see cref="T:System.Net.Http.HttpContent"/> implementation that exposes an output <see cref="T:System.IO.Stream"/> which can be written to directly. The ability to push data to the output stream differs from the <see cref="T:System.Net.Http.StreamContent"/> where data is pulled and not pushed. </summary> </member> <member name="M:System.Net.Http.PushStreamContent.#ctor(System.Action{System.IO.Stream,System.Net.Http.HttpContent,System.Net.TransportContext})"> <summary> Initializes a new instance of the <see cref="T:System.Net.Http.PushStreamContent"/> class. The <paramref name="onStreamAvailable"/> action is called when an output stream has become available allowing the action to write to it directly. When the stream is closed, it will signal to the content that is has completed and the HTTP request or response will be completed. </summary> <param name="onStreamAvailable">The action to call when an output stream is available.</param> </member> <member name="M:System.Net.Http.PushStreamContent.#ctor(System.Func{System.IO.Stream,System.Net.Http.HttpContent,System.Net.TransportContext,System.Threading.Tasks.Task})"> <summary> Initializes a new instance of the <see cref="T:System.Net.Http.PushStreamContent"/> class. </summary> <param name="onStreamAvailable">The action to call when an output stream is available. The stream is automatically closed when the return task is completed.</param> </member> <member name="M:System.Net.Http.PushStreamContent.#ctor(System.Action{System.IO.Stream,System.Net.Http.HttpContent,System.Net.TransportContext},System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Net.Http.PushStreamContent"/> class with the given media type. </summary> </member> <member name="M:System.Net.Http.PushStreamContent.#ctor(System.Func{System.IO.Stream,System.Net.Http.HttpContent,System.Net.TransportContext,System.Threading.Tasks.Task},System.String)"> <summary> Initializes a new instance of the <see cref="T:System.Net.Http.PushStreamContent"/> class with the given media type. </summary> </member> <member name="M:System.Net.Http.PushStreamContent.#ctor(System.Action{System.IO.Stream,System.Net.Http.HttpContent,System.Net.TransportContext},System.Net.Http.Headers.MediaTypeHeaderValue)"> <summary> Initializes a new instance of the <see cref="T:System.Net.Http.PushStreamContent"/> class with the given <see cref="T:System.Net.Http.Headers.MediaTypeHeaderValue"/>. </summary> </member> <member name="M:System.Net.Http.PushStreamContent.#ctor(System.Func{System.IO.Stream,System.Net.Http.HttpContent,System.Net.TransportContext,System.Threading.Tasks.Task},System.Net.Http.Headers.MediaTypeHeaderValue)"> <summary> Initializes a new instance of the <see cref="T:System.Net.Http.PushStreamContent"/> class with the given <see cref="T:System.Net.Http.Headers.MediaTypeHeaderValue"/>. </summary> </member> <member name="T:System.Net.Http.PushStreamContent.AsyncVoid"> <summary> Used as the T in a "conversion" of a Task into a Task{T} </summary> </member> <member name="M:System.Net.Http.PushStreamContent.SerializeToStreamAsync(System.IO.Stream,System.Net.TransportContext)"> <summary> When this method is called, it calls the action provided in the constructor with the output stream to write to. Once the action has completed its work it closes the stream which will close this content instance and complete the HTTP request or response. </summary> <param name="stream">The <see cref="T:System.IO.Stream"/> to which to write.</param> <param name="context">The associated <see cref="T:System.Net.TransportContext"/>.</param> <returns>A <see cref="T:System.Threading.Tasks.Task"/> instance that is asynchronously serializing the object's content.</returns> </member> <member name="M:System.Net.Http.PushStreamContent.TryComputeLength(System.Int64@)"> <summary> Computes the length of the stream if possible. </summary> <param name="length">The computed length of the stream.</param> <returns><c>true</c> if the length has been computed; otherwise <c>false</c>.</returns> </member> <member name="T:System.Net.Http.DelegatingStream"> <summary> Stream that delegates to inner stream. This is taken from System.Net.Http </summary> </member> </members> </doc>
52.770992
225
0.630551
229e9dacec862d7d6e655998d99893a3abd60071
7,513
targets
XML
Source/MSBuild.Sdk.Extras/Build/RIDs.targets
GeertvanHorrik/MSBuildSdkExtras
8cfb9cd75086419bae47e4cd736ea76cc4fe303b
[ "MIT" ]
null
null
null
Source/MSBuild.Sdk.Extras/Build/RIDs.targets
GeertvanHorrik/MSBuildSdkExtras
8cfb9cd75086419bae47e4cd736ea76cc4fe303b
[ "MIT" ]
null
null
null
Source/MSBuild.Sdk.Extras/Build/RIDs.targets
GeertvanHorrik/MSBuildSdkExtras
8cfb9cd75086419bae47e4cd736ea76cc4fe303b
[ "MIT" ]
null
null
null
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> </PropertyGroup> <Target Name="_SdkGetRidsPerTargetFramework" Returns="@(_SdkRuntimeId)"> <PropertyGroup> <ExtrasBuildEachRuntimeIdentifier Condition="'$(ExtrasBuildEachRuntimeIdentifier)' == ''">false</ExtrasBuildEachRuntimeIdentifier> </PropertyGroup> <ItemGroup> <_SdkRuntimeIds Include="$(RuntimeIdentifiers)" Condition="'$(RuntimeIdentifiers)' != '' and '$(ExtrasBuildEachRuntimeIdentifier)' == 'true' " TargetFramework="$(TargetFramework)" /> <_SdkRuntimeId Include="@(_SdkRuntimeIds->'%(TargetFramework)')" Rid="%(_SdkRuntimeIds.Identity)" /> <_SdkRuntimeId Include="$(TargetFramework)" Condition="'$(ExtrasBuildEachRuntimeIdentifier)' == 'false'" /> </ItemGroup> </Target> <Target Name="_ComputeTargetFrameworkItems" Returns="@(InnerOutput)"> <ItemGroup> <_TargetFramework Include="$(TargetFrameworks)" /> </ItemGroup> <MSBuild Projects="$(MSBuildProjectFile)" BuildInParallel="$(BuildInParallel)" Properties="TargetFramework=%(_TargetFramework.Identity)" Targets="_SdkGetRidsPerTargetFramework"> <Output ItemName="_SdkTargetsWithRids" TaskParameter="TargetOutputs" /> </MSBuild> <ItemGroup> <_InnerBuildProjects Include="$(MSBuildProjectFile)"> <AdditionalProperties Condition="'%(_SdkTargetsWithRids.Rid)' != ''" >TargetFramework=%(_SdkTargetsWithRids.Identity);RuntimeIdentifier=%(_SdkTargetsWithRids.Rid)</AdditionalProperties> <AdditionalProperties Condition="'%(_SdkTargetsWithRids.Rid)' == ''" >TargetFramework=%(_SdkTargetsWithRids.Identity)</AdditionalProperties> </_InnerBuildProjects> </ItemGroup> </Target> <Target Name="_WalkEachTargetPerFramework"> <MSBuild Projects="$(MSBuildProjectFile)" BuildInParallel="$(BuildInParallel)" Properties="TargetFramework=%(_TargetFrameworks.Identity)" Targets="_SdkGetRidsPerTargetFramework"> <Output ItemName="_SdkTargetsWithRids" TaskParameter="TargetOutputs" /> </MSBuild> <MSBuild Condition="'$(IncludeBuildOutput)' == 'true' and '%(_SdkTargetsWithRids.Rid)' != ''" Projects="$(MSBuildProjectFullPath)" Targets="_SdkGetBuildOutputFilesWithTfm" Properties="TargetFramework=%(_SdkTargetsWithRids.Identity);RuntimeIdentifier=%(_SdkTargetsWithRids.Rid)"> <Output TaskParameter="TargetOutputs" ItemName="_BuildOutputInPackageWithRid" /> </MSBuild> <MSBuild Condition="'$(IncludeBuildOutput)' == 'true' and '%(_SdkTargetsWithRids.Rid)' == ''" Projects="$(MSBuildProjectFullPath)" Targets="_GetBuildOutputFilesWithTfm" Properties="TargetFramework=%(_SdkTargetsWithRids.Identity);"> <Output TaskParameter="TargetOutputs" ItemName="_BuildOutputInPackage" /> </MSBuild> <MSBuild Condition="'$(TargetsForTfmSpecificContentInPackage)' != '' and '%(_SdkTargetsWithRids.Rid)' != ''" Projects="$(MSBuildProjectFullPath)" Targets="_GetTfmSpecificContentForPackage" Properties="TargetFramework=%(_SdkTargetsWithRids.Identity);RuntimeIdentifier=%(_SdkTargetsWithRids.Rid)"> <Output TaskParameter="TargetOutputs" ItemName="_PackageFiles"/> </MSBuild> <MSBuild Condition="'$(TargetsForTfmSpecificContentInPackage)' != '' and '%(_SdkTargetsWithRids.Rid)' == ''" Projects="$(MSBuildProjectFullPath)" Targets="_GetTfmSpecificContentForPackage" Properties="TargetFramework=%(_SdkTargetsWithRids.Identity);"> <Output TaskParameter="TargetOutputs" ItemName="_PackageFiles"/> </MSBuild> <MSBuild Condition="'$(IncludeBuildOutput)' == 'true' and '%(_SdkTargetsWithRids.Rid)' != ''" Projects="$(MSBuildProjectFullPath)" Targets="_SdkGetDebugSymbolsWithTfm" Properties="TargetFramework=%(_SdkTargetsWithRids.Identity);RuntimeIdentifier=%(_SdkTargetsWithRids.Rid)"> <Output TaskParameter="TargetOutputs" ItemName="_TargetPathsToSymbolsWithRid" /> </MSBuild> <MSBuild Condition="'$(IncludeBuildOutput)' == 'true' and '%(_SdkTargetsWithRids.Rid)' == ''" Projects="$(MSBuildProjectFullPath)" Targets="_GetDebugSymbolsWithTfm" Properties="TargetFramework=%(_SdkTargetsWithRids.Identity);"> <Output TaskParameter="TargetOutputs" ItemName="_TargetPathsToSymbols" /> </MSBuild> <MSBuild Condition="'$(IncludeSource)' == 'true' and '%(_SdkTargetsWithRids.Rid)' == ''" Projects="$(MSBuildProjectFullPath)" Targets="SourceFilesProjectOutputGroup" Properties="TargetFramework=%(_SdkTargetsWithRids.Identity); BuildProjectReferences=false;"> <Output TaskParameter="TargetOutputs" ItemName="_SourceFiles" /> </MSBuild> <MSBuild Projects="$(MSBuildProjectFullPath)" Targets="_GetFrameworkAssemblyReferences" Properties="TargetFramework=%(_TargetFrameworks.Identity); BuildProjectReferences=false;"> <Output TaskParameter="TargetOutputs" ItemName="_FrameworkAssemblyReferences" /> </MSBuild> <PropertyGroup> <_SdkMinVersionWithDependencyTarget>2.1.400</_SdkMinVersionWithDependencyTarget> </PropertyGroup> <MSBuild Projects="$(MSBuildProjectFullPath)" Condition="'$([System.Version]::Parse($(_SdkNETCoreSdkVersion)).CompareTo($([System.Version]::Parse($(_SdkMinVersionWithDependencyTarget)))))' &gt;= '0' " Targets="_GetFrameworksWithSuppressedDependencies" Properties="TargetFramework=%(_TargetFrameworks.Identity); BuildProjectReferences=false;"> <Output TaskParameter="TargetOutputs" ItemName="_FrameworksWithSuppressedDependencies" /> </MSBuild> <ItemGroup> <!-- Include the runtimes files --> <None Include="@(_BuildOutputInPackageWithRid)" PackagePath="runtimes/%(_BuildOutputInPackageWithRid.Rid)/lib/%(_BuildOutputInPackageWithRid.TargetFramework)" Pack="true" /> <None Include="@(_TargetPathsToSymbolsWithRid)" PackagePath="runtimes/%(_BuildOutputInPackageWithRid.Rid)/lib/%(_BuildOutputInPackageWithRid.TargetFramework)" Pack="true" /> </ItemGroup> </Target> <Target Name="_SdkGetBuildOutputFilesWithTfm" DependsOnTargets="_GetBuildOutputFilesWithTfm" Returns="@(BuildOutputInPackage)"> <ItemGroup> <BuildOutputInPackage Update="@(BuildOutputInPackage)" Rid="$(RuntimeIdentifier)" /> </ItemGroup> </Target> <Target Name="_SdkGetDebugSymbolsWithTfm" DependsOnTargets="_GetDebugSymbolsWithTfm" Returns="@(_TargetPathsToSymbolsWithTfm)"> <ItemGroup> <_TargetPathsToSymbolsWithTfm Update="@(_TargetPathsToSymbolsWithTfm)" Rid="$(RuntimeIdentifier)" /> </ItemGroup> </Target> <Target Name="_ExtrasPackageRuntimeFiles" BeforeTargets="_GetPackageFiles" > <MSBuild Projects="$(MSBuildProjectFile)" BuildInParallel="$(BuildInParallel)" Properties="TargetFramework=%(_TargetFramework.Identity)" Targets="_SdkGetRidsPerTargetFramework"> <Output ItemName="_SdkTargetsWithRids" TaskParameter="TargetOutputs" /> </MSBuild> </Target> </Project>
38.331633
197
0.694663
22c663ef6ca46960676e75f9e9d09f41033e641c
2,114
xml
XML
.vscode/extensions/ms-dotnettools.csharp-1.24.0/.razor/OmniSharpPlugin/Microsoft.AspNetCore.Razor.LanguageServer.Common.xml
Kvahn-ui/dotfiles
3f1364410f5bebcaacca6ae38a8e5fbb9bb51285
[ "MIT" ]
6
2021-12-26T13:34:32.000Z
2022-02-08T22:09:38.000Z
.vscode/extensions/ms-dotnettools.csharp-1.24.0/.razor/OmniSharpPlugin/Microsoft.AspNetCore.Razor.LanguageServer.Common.xml
Kvahn-ui/dotfiles
3f1364410f5bebcaacca6ae38a8e5fbb9bb51285
[ "MIT" ]
null
null
null
.vscode/extensions/ms-dotnettools.csharp-1.24.0/.razor/OmniSharpPlugin/Microsoft.AspNetCore.Razor.LanguageServer.Common.xml
Kvahn-ui/dotfiles
3f1364410f5bebcaacca6ae38a8e5fbb9bb51285
[ "MIT" ]
null
null
null
<?xml version="1.0"?> <doc> <assembly> <name>Microsoft.AspNetCore.Razor.LanguageServer.Common</name> </assembly> <members> <member name="F:Microsoft.AspNetCore.Razor.LanguageServer.Common.LanguageServerConstants.CodeActions.UnformattedRemap"> <summary> Remaps without formatting the resolved code action edit </summary> </member> <member name="F:Microsoft.AspNetCore.Razor.LanguageServer.Common.LanguageServerConstants.CodeActions.Default"> <summary> Remaps and formats the resolved code action edit </summary> </member> <member name="P:Microsoft.AspNetCore.Razor.LanguageServer.Common.RazorLSCommon.Resources.File_Externally_Modified"> <summary>File was externally modified: {0}</summary> </member> <member name="M:Microsoft.AspNetCore.Razor.LanguageServer.Common.RazorLSCommon.Resources.FormatFile_Externally_Modified(System.Object)"> <summary>File was externally modified: {0}</summary> </member> <member name="P:Microsoft.AspNetCore.Razor.LanguageServer.Common.RazorLSCommon.Resources.Language_Services_Missing_Service"> <summary>Razor language services not configured properly, missing language service '{0}'.</summary> </member> <member name="M:Microsoft.AspNetCore.Razor.LanguageServer.Common.RazorLSCommon.Resources.FormatLanguage_Services_Missing_Service(System.Object)"> <summary>Razor language services not configured properly, missing language service '{0}'.</summary> </member> <member name="P:Microsoft.AspNetCore.Razor.LanguageServer.Common.RazorLSCommon.Resources.Unknown_ProjectChangeKind"> <summary>Unknown ProjectChangeKind {0}</summary> </member> <member name="M:Microsoft.AspNetCore.Razor.LanguageServer.Common.RazorLSCommon.Resources.FormatUnknown_ProjectChangeKind(System.Object)"> <summary>Unknown ProjectChangeKind {0}</summary> </member> </members> </doc>
57.135135
154
0.69158
22ef9d5ad4364635651f85eca86b875b40e67cc7
15,061
wxs
XML
Extensions/PanelSpriteObject/wxsmith/PanelSpriteObjectEditor.wxs
sutao80216/GDevelop
79461bf01cc0c626e2f094d3fca940d643f93d76
[ "MIT" ]
1
2019-08-24T03:18:42.000Z
2019-08-24T03:18:42.000Z
Extensions/PanelSpriteObject/wxsmith/PanelSpriteObjectEditor.wxs
sutao80216/GDevelop
79461bf01cc0c626e2f094d3fca940d643f93d76
[ "MIT" ]
9
2020-04-04T19:26:47.000Z
2022-03-25T18:41:20.000Z
Extensions/PanelSpriteObject/wxsmith/PanelSpriteObjectEditor.wxs
sutao80216/GDevelop
79461bf01cc0c626e2f094d3fca940d643f93d76
[ "MIT" ]
2
2020-03-02T05:20:41.000Z
2021-05-10T03:59:05.000Z
<?xml version="1.0" encoding="utf-8" ?> <wxsmith> <object class="wxDialog" name="PanelSpriteObjectEditor"> <title>Settings of the Panel Sprite Object</title> <id_arg>0</id_arg> <style>wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER</style> <object class="wxFlexGridSizer" variable="FlexGridSizer1" member="no"> <cols>1</cols> <growablecols>0</growablecols> <growablerows>0</growablerows> <object class="sizeritem"> <object class="wxPanel" name="ID_PANEL1" variable="Core" member="yes"> <object class="wxFlexGridSizer" variable="FlexGridSizer2" member="no"> <cols>1</cols> <growablecols>0</growablecols> <growablerows>0</growablerows> <object class="sizeritem"> <object class="wxFlexGridSizer" variable="FlexGridSizer4" member="no"> <cols>1</cols> <growablecols>0</growablecols> <growablerows>0</growablerows> <object class="sizeritem"> <object class="wxFlexGridSizer" variable="FlexGridSizer5" member="no"> <cols>3</cols> <growablecols>0</growablecols> <object class="sizeritem"> <object class="wxStaticBoxSizer" variable="StaticBoxSizer2" member="no"> <label>Default size</label> <object class="sizeritem"> <object class="wxFlexGridSizer" variable="FlexGridSizer6" member="no"> <cols>2</cols> <growablecols>1</growablecols> <object class="sizeritem"> <object class="wxStaticText" name="ID_STATICTEXT7" variable="StaticText7" member="yes"> <label>Width :</label> </object> <flag>wxALL|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="sizeritem"> <object class="wxTextCtrl" name="ID_TEXTCTRL7" variable="widthEdit" member="yes"> <value>32</value> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="sizeritem"> <object class="wxStaticText" name="ID_STATICTEXT8" variable="StaticText8" member="yes"> <label>Height :</label> </object> <flag>wxALL|wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="sizeritem"> <object class="wxTextCtrl" name="ID_TEXTCTRL8" variable="heightEdit" member="yes"> <value>32</value> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <option>1</option> </object> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <option>1</option> </object> <object class="sizeritem"> <object class="wxStaticBoxSizer" variable="StaticBoxSizer3" member="no"> <label>Texture configuration (for HTML5 games only)</label> <object class="sizeritem"> <object class="wxCheckBox" name="ID_CHECKBOX1" variable="tileCheck" member="yes"> <label>Repeat borders and center textures (instead of stretching them)</label> </object> <flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="sizeritem"> <object class="wxFlexGridSizer" variable="FlexGridSizer8" member="no"> <cols>1</cols> <growablecols>0</growablecols> <growablerows>0</growablerows> <object class="sizeritem"> <object class="wxStaticBoxSizer" variable="StaticBoxSizer4" member="no"> <label>Margins</label> <object class="sizeritem"> <object class="wxGridSizer" variable="GridSizer1" member="no"> <cols>3</cols> <rows>3</rows> <object class="spacer"> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="sizeritem"> <object class="wxFlexGridSizer" variable="FlexGridSizer10" member="no"> <cols>1</cols> <growablecols>0</growablecols> <object class="sizeritem"> <object class="wxStaticText" name="ID_STATICTEXT2" variable="StaticText2" member="yes"> <label>Top :</label> </object> <flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="sizeritem"> <object class="wxTextCtrl" name="ID_TEXTCTRL3" variable="topMarginTextCtrl" member="yes"> <value>0</value> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="spacer"> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="sizeritem"> <object class="wxFlexGridSizer" variable="FlexGridSizer11" member="no"> <cols>1</cols> <growablecols>0</growablecols> <object class="sizeritem"> <object class="wxStaticText" name="ID_STATICTEXT1" variable="StaticText1" member="yes"> <label>Left :</label> </object> <flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="sizeritem"> <object class="wxTextCtrl" name="ID_TEXTCTRL2" variable="leftMarginTextCtrl" member="yes"> <value>0</value> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="sizeritem"> <object class="wxStaticText" name="ID_STATICTEXT5" variable="StaticText5" member="yes"> <label>Image center&#x0A;(streched part)</label> <font> <weight>bold</weight> </font> </object> <flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <option>1</option> </object> <object class="sizeritem"> <object class="wxFlexGridSizer" variable="FlexGridSizer12" member="no"> <cols>1</cols> <growablecols>0</growablecols> <object class="sizeritem"> <object class="wxStaticText" name="ID_STATICTEXT3" variable="StaticText3" member="yes"> <label>Right :</label> </object> <flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="sizeritem"> <object class="wxTextCtrl" name="ID_TEXTCTRL4" variable="rightMarginTextCtrl" member="yes"> <value>0</value> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="spacer"> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="sizeritem"> <object class="wxFlexGridSizer" variable="FlexGridSizer9" member="no"> <cols>1</cols> <growablecols>0</growablecols> <object class="sizeritem"> <object class="wxStaticText" name="ID_STATICTEXT4" variable="StaticText4" member="yes"> <label>Bottom :</label> </object> <flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="sizeritem"> <object class="wxTextCtrl" name="ID_TEXTCTRL5" variable="bottomMarginTextCtrl" member="yes"> <value>0</value> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="spacer"> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <option>1</option> </object> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <option>1</option> </object> <object class="sizeritem"> <object class="wxStaticBoxSizer" variable="StaticBoxSizer1" member="no"> <label>Textures</label> <object class="sizeritem"> <object class="wxFlexGridSizer" variable="FlexGridSizer3" member="no"> <cols>2</cols> <growablecols>0</growablecols> <object class="sizeritem"> <object class="wxTextCtrl" name="ID_TEXTCTRL1" variable="frontTextureEdit" member="yes" /> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="sizeritem"> <object class="wxBitmapButton" name="ID_BITMAPBUTTON1" variable="frontAddFromBt" member="yes"> <bitmap>res/addfromimagebanque.png</bitmap> <handler function="OnfrontAddFromBtClick" entry="EVT_BUTTON" /> </object> <flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <option>1</option> </object> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <option>1</option> </object> <object class="sizeritem"> <object class="wxStaticLine" name="ID_STATICLINE1" variable="StaticLine1" member="yes"> <size>10,-1</size> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <option>1</option> </object> <object class="sizeritem"> <object class="wxFlexGridSizer" variable="FlexGridSizer7" member="no"> <cols>3</cols> <object class="sizeritem"> <object class="wxButton" name="ID_BUTTON3" variable="imageBankBt" member="yes"> <label>Show image bank&apos;s editor</label> <handler function="OnimageBankBtClick" entry="EVT_BUTTON" /> </object> <flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="sizeritem"> <object class="wxButton" name="ID_BUTTON1" variable="okBt" member="yes"> <label>Ok</label> <handler function="OnokBtClick" entry="EVT_BUTTON" /> </object> <flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> <object class="sizeritem"> <object class="wxButton" name="ID_BUTTON2" variable="cancelBt" member="yes"> <label>Cancel</label> <handler function="OncancelBtClick" entry="EVT_BUTTON" /> </object> <flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <border>5</border> <option>1</option> </object> </object> <flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL</flag> <option>1</option> </object> </object> </object> <flag>wxALL|wxEXPAND|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag> <option>1</option> </object> </object> </object> </wxsmith>
45.228228
109
0.564637
22759c742bc01fc1174dc79cc3dacccf19c685f3
324
xml
XML
tests/.folder_info.xml
json04/RMISP
a9f72375e6adc0c9feedd069e9ddab6c63379f7c
[ "MIT" ]
null
null
null
tests/.folder_info.xml
json04/RMISP
a9f72375e6adc0c9feedd069e9ddab6c63379f7c
[ "MIT" ]
null
null
null
tests/.folder_info.xml
json04/RMISP
a9f72375e6adc0c9feedd069e9ddab6c63379f7c
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" ?> <Group version="1.1"> <Expanded>1</Expanded> <ID>E3486D14-700C-423D-857C-7C76D1124B8C</ID> <Title>tests</Title> <ChildItems> <ID>32AEFD15-B34C-4212-B07F-8D73B8C6EE90</ID> <ID>9990054A-D0E3-42DF-B7B1-521852896B2E</ID> </ChildItems> <Description>(null)</Description> </Group>
27
47
0.70679
3fafdf32c91508b02b97082db775cc988870b13e
488
xml
XML
src/resources/PredatorPrey_big.xml
fraankwang/CellSociety
dd4619e12b754dd4354f340202907804502414eb
[ "MIT" ]
null
null
null
src/resources/PredatorPrey_big.xml
fraankwang/CellSociety
dd4619e12b754dd4354f340202907804502414eb
[ "MIT" ]
null
null
null
src/resources/PredatorPrey_big.xml
fraankwang/CellSociety
dd4619e12b754dd4354f340202907804502414eb
[ "MIT" ]
null
null
null
<root> <gameType>PredatorPrey</gameType> <width>500</width> <height>500</height> <fishbreed>3</fishbreed> <sharkbreed>7</sharkbreed> <sharkhealth>3</sharkhealth> <rows>10</rows> <columns>10</columns> <delay>50</delay> <initialStates> <row>0000200200</row> <row>0200202020</row> <row>2020000000</row> <row>2020000000</row> <row>2000020000</row> <row>0200200000</row> <row>0010202020</row> <row>0000000000</row> <row>2020000002</row> <row>0020220000</row> </initialStates> </root>
21.217391
33
0.719262
78bf6351f354047b8ef09f7c1c57710d68dae5b9
21,796
xml
XML
db/bills/s/s1393/fdsys_billstatus.xml
peter765/power-polls
9a03a4c61fdb95a3ea4cd37db328665203f88468
[ "MIT" ]
null
null
null
db/bills/s/s1393/fdsys_billstatus.xml
peter765/power-polls
9a03a4c61fdb95a3ea4cd37db328665203f88468
[ "MIT" ]
null
null
null
db/bills/s/s1393/fdsys_billstatus.xml
peter765/power-polls
9a03a4c61fdb95a3ea4cd37db328665203f88468
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <billStatus> <bill> <relatedBills> <item> <number>2258</number> <latestTitle>ADVANCE Act</latestTitle> <relationshipDetails> <item> <identifiedBy>House</identifiedBy> <type>Related bill</type> </item> <item> <identifiedBy>CRS</identifiedBy> <type>Related bill</type> </item> </relationshipDetails> <latestAction> <actionDate>2017-06-27</actionDate> <text>Received in the Senate and Read twice and referred to the Committee on Commerce, Science, and Transportation.</text> </latestAction> <congress>115</congress> <type>HR</type> </item> <item> <number>1396</number> <latestTitle>ADVANCE Act</latestTitle> <relationshipDetails> <item> <identifiedBy>CRS</identifiedBy> <type>Related bill</type> </item> </relationshipDetails> <latestAction> <actionDate>2017-06-21</actionDate> <text>Read twice and referred to the Committee on Commerce, Science, and Transportation.</text> </latestAction> <congress>115</congress> <type>S</type> </item> </relatedBills> <updateDate>2017-09-20T10:56:07Z</updateDate> <actions> <actionTypeCounts> <reportedToSenate>2</reportedToSenate> <introducedInSenate>1</introducedInSenate> <passedSenate>1</passedSenate> <receivedInTheHouse>1</receivedInTheHouse> <placedOnCalendarGeneralOrders>1</placedOnCalendarGeneralOrders> <sentToHouse>1</sentToHouse> <heldAtTheDesk>1</heldAtTheDesk> <committeeFiledReportToAccompany>1</committeeFiledReportToAccompany> <referredToCommittee>1</referredToCommittee> <senateCommitteeReportFiledAfterReporting>1</senateCommitteeReportFiledAfterReporting> <orderedReported>1</orderedReported> <passedAgreedToInSenate>1</passedAgreedToInSenate> </actionTypeCounts> <item> <actionDate>2017-09-19</actionDate> <committee> <systemCode>sscm00</systemCode> <name>Commerce, Science, and Transportation Committee</name> </committee> <links> <link> <name>Report No. 115-161</name> <url>https://www.congress.gov/congressional-report/115th-congress/senate-report/161</url> </link> </links> <sourceSystem> <name>Senate</name> <code>0</code> </sourceSystem> <text>By Senator Thune from Committee on Commerce, Science, and Transportation filed written report. Report No. 115-161.</text> <type>Floor</type> </item> <item> <committee> <systemCode>sscm00</systemCode> <name>Commerce, Science, and Transportation Committee</name> </committee> <actionDate>2017-09-19</actionDate> <links> <link> <name>Report No. 115-161</name> <url>https://www.congress.gov/congressional-report/115th-congress/senate-report/161</url> </link> </links> <sourceSystem> <name>Library of Congress</name> <code>9</code> </sourceSystem> <text>By Senator Thune from Committee on Commerce, Science, and Transportation filed written report. Report No. 115-161.</text> <type>Committee</type> <actionCode>14900</actionCode> </item> <item> <committee /> <actionDate>2017-09-18</actionDate> <links /> <sourceSystem> <name>House floor actions</name> <code>2</code> </sourceSystem> <text>Held at the desk.</text> <type>Floor</type> <actionTime>16:35:16</actionTime> <actionCode>H15000</actionCode> </item> <item> <committee /> <actionDate>2017-09-18</actionDate> <links /> <sourceSystem> <name>House floor actions</name> <code>2</code> </sourceSystem> <text>Received in the House.</text> <type>Floor</type> <actionTime>14:03:24</actionTime> <actionCode>H14000</actionCode> </item> <item> <actionDate>2017-09-18</actionDate> <committee /> <links /> <sourceSystem> <name>Senate</name> <code>0</code> </sourceSystem> <text>Message on Senate action sent to the House.</text> <type>Floor</type> </item> <item> <actionDate>2017-09-14</actionDate> <committee /> <links> <link> <name>S5771</name> <url>https://www.congress.gov/congressional-record/volume-163/senate-section/page/S5771</url> </link> </links> <sourceSystem> <name>Senate</name> <code>0</code> </sourceSystem> <text>Passed Senate without amendment by Unanimous Consent. (consideration: CR S5771; text: CR S5771)</text> <type>Floor</type> </item> <item> <committee /> <actionDate>2017-09-14</actionDate> <links /> <sourceSystem> <name>Library of Congress</name> <code>9</code> </sourceSystem> <text>Passed/agreed to in Senate: Passed Senate without amendment by Unanimous Consent.</text> <type>Floor</type> <actionCode>17000</actionCode> </item> <item> <actionDate>2017-08-03</actionDate> <committee /> <links /> <sourceSystem> <name>Senate</name> <code>0</code> </sourceSystem> <text>Placed on Senate Legislative Calendar under General Orders. Calendar No. 202.</text> <type>Calendars</type> </item> <item> <actionDate>2017-08-03</actionDate> <committee> <systemCode>sscm00</systemCode> <name>Commerce, Science, and Transportation Committee</name> </committee> <links /> <sourceSystem> <name>Senate</name> <code>0</code> </sourceSystem> <text>Committee on Commerce, Science, and Transportation. Reported by Senator Thune without amendment. Without written report.</text> <type>Committee</type> </item> <item> <committee> <systemCode>sscm00</systemCode> <name>Commerce, Science, and Transportation Committee</name> </committee> <actionDate>2017-08-03</actionDate> <links /> <sourceSystem> <name>Library of Congress</name> <code>9</code> </sourceSystem> <text>Committee on Commerce, Science, and Transportation. Reported by Senator Thune without amendment. Without written report.</text> <type>Committee</type> <actionCode>14000</actionCode> </item> <item> <actionDate>2017-06-29</actionDate> <committee> <systemCode>sscm00</systemCode> <name>Commerce, Science, and Transportation Committee</name> </committee> <links /> <sourceSystem> <name>Senate</name> <code>0</code> </sourceSystem> <text>Committee on Commerce, Science, and Transportation. Ordered to be reported without amendment favorably.</text> <type>Committee</type> </item> <item> <actionDate>2017-06-21</actionDate> <committee> <systemCode>sscm00</systemCode> <name>Commerce, Science, and Transportation Committee</name> </committee> <links> <link> <name>S3688</name> <url>https://www.congress.gov/congressional-record/volume-163/senate-section/page/S3688</url> </link> </links> <sourceSystem> <name>Senate</name> <code>0</code> </sourceSystem> <text>Read twice and referred to the Committee on Commerce, Science, and Transportation. (text of measure as introduced: CR S3688)</text> <type>IntroReferral</type> </item> <item> <committee /> <actionDate>2017-06-21</actionDate> <links /> <sourceSystem> <name>Library of Congress</name> <code>9</code> </sourceSystem> <text>Introduced in Senate</text> <type>IntroReferral</type> <actionCode>10000</actionCode> </item> <actionByCounts> <houseOfRepresentatives>2</houseOfRepresentatives> <senate>11</senate> </actionByCounts> </actions> <notes /> <sponsors> <item> <byRequestType /> <party>R</party> <bioguideId>C001056</bioguideId> <lastName>Cornyn</lastName> <state>TX</state> <middleName /> <firstName>John</firstName> <fullName>Sen. Cornyn, John [R-TX]</fullName> <identifiers> <lisID>1692</lisID> <bioguideId>C001056</bioguideId> <gpoId>8295</gpoId> </identifiers> </item> </sponsors> <originChamber>Senate</originChamber> <laws /> <introducedDate>2017-06-21</introducedDate> <cboCostEstimates> <item> <pubDate>2017-07-17T15:01:24Z</pubDate> <title>S. 1393, Jobs For Our Heroes Act</title> <url>https://www.cbo.gov/publication/52927</url> </item> </cboCostEstimates> <summaries> <billSummaries /> </summaries> <title>Jobs for Our Heroes Act</title> <committeeReports> <committeeReport> <citation>S. Rept. 115-161</citation> </committeeReport> </committeeReports> <committees> <billCommittees> <item> <name>Commerce, Science, and Transportation Committee</name> <chamber>Senate</chamber> <systemCode>sscm00</systemCode> <type>Standing</type> <subcommittees /> <activities> <item> <date>2017-08-03T16:29:41Z</date> <name>Reported by</name> </item> <item> <date>2017-06-29T13:00:00Z</date> <name>Markup by</name> </item> <item> <date>2017-06-21T19:21:31Z</date> <name>Referred to</name> </item> </activities> </item> </billCommittees> </committees> <calendarNumbers> <item> <number>0202</number> <calendar>Senate Calendar of Business</calendar> </item> </calendarNumbers> <cosponsors> <item> <party>D</party> <bioguideId>W000817</bioguideId> <firstName>Elizabeth</firstName> <sponsorshipWithdrawnDate /> <identifiers> <gpoId /> <bioguideId>W000817</bioguideId> <lisID>2182</lisID> </identifiers> <isOriginalCosponsor>True</isOriginalCosponsor> <middleName>A.</middleName> <sponsorshipDate>2017-06-21</sponsorshipDate> <lastName>Warren</lastName> <state>MA</state> <fullName>Sen. Warren, Elizabeth [D-MA]</fullName> </item> <item> <party>R</party> <bioguideId>T000476</bioguideId> <firstName>Thomas</firstName> <sponsorshipWithdrawnDate /> <identifiers> <lisID>2291</lisID> <gpoId /> <bioguideId>T000476</bioguideId> </identifiers> <isOriginalCosponsor>True</isOriginalCosponsor> <middleName>Roland</middleName> <sponsorshipDate>2017-06-21</sponsorshipDate> <lastName>Tillis</lastName> <state>NC</state> <fullName>Sen. Tillis, Thom [R-NC]</fullName> </item> <item> <party>D</party> <bioguideId>N000032</bioguideId> <firstName>CLARENCE</firstName> <sponsorshipWithdrawnDate /> <identifiers> <gpoId>8236</gpoId> <bioguideId>N000032</bioguideId> <lisID>859</lisID> </identifiers> <isOriginalCosponsor>False</isOriginalCosponsor> <middleName>WILLIAM</middleName> <sponsorshipDate>2017-06-22</sponsorshipDate> <lastName>NELSON</lastName> <state>FL</state> <fullName>Sen. Nelson, Bill [D-FL]</fullName> </item> <item> <party>D</party> <bioguideId>D000622</bioguideId> <firstName>Tammy</firstName> <sponsorshipWithdrawnDate /> <identifiers> <lisID>2123</lisID> <bioguideId>D000622</bioguideId> <gpoId /> </identifiers> <isOriginalCosponsor>False</isOriginalCosponsor> <middleName /> <sponsorshipDate>2017-06-22</sponsorshipDate> <lastName>Duckworth</lastName> <state>IL</state> <fullName>Sen. Duckworth, Tammy [D-IL]</fullName> </item> <item> <party>R</party> <bioguideId>T000250</bioguideId> <firstName>JOHN</firstName> <sponsorshipWithdrawnDate /> <identifiers> <bioguideId>T000250</bioguideId> <gpoId>8257</gpoId> <lisID>1534</lisID> </identifiers> <isOriginalCosponsor>False</isOriginalCosponsor> <middleName>R.</middleName> <sponsorshipDate>2017-06-26</sponsorshipDate> <lastName>THUNE</lastName> <state>SD</state> <fullName>Sen. Thune, John [R-SD]</fullName> </item> <item> <party>D</party> <bioguideId>H001076</bioguideId> <firstName>Margaret</firstName> <sponsorshipWithdrawnDate /> <identifiers> <gpoId /> <lisID>2302</lisID> <bioguideId>H001076</bioguideId> </identifiers> <isOriginalCosponsor>False</isOriginalCosponsor> <middleName>Wood</middleName> <sponsorshipDate>2017-06-27</sponsorshipDate> <lastName>Hassan</lastName> <state>NH</state> <fullName>Sen. Hassan, Margaret Wood [D-NH]</fullName> </item> <item> <party>R</party> <bioguideId>I000024</bioguideId> <firstName>JIM</firstName> <sponsorshipWithdrawnDate /> <identifiers> <lisID>583</lisID> <gpoId>8322</gpoId> <bioguideId>I000024</bioguideId> </identifiers> <isOriginalCosponsor>False</isOriginalCosponsor> <middleName /> <sponsorshipDate>2017-06-28</sponsorshipDate> <lastName>INHOFE</lastName> <state>OK</state> <fullName>Sen. Inhofe, James M. [R-OK]</fullName> </item> <item> <party>D</party> <bioguideId>S001181</bioguideId> <firstName>Jeanne</firstName> <sponsorshipWithdrawnDate /> <identifiers> <gpoId>8276</gpoId> <bioguideId>S001181</bioguideId> <lisID>1901</lisID> </identifiers> <isOriginalCosponsor>False</isOriginalCosponsor> <middleName /> <sponsorshipDate>2017-06-28</sponsorshipDate> <lastName>Shaheen</lastName> <state>NH</state> <fullName>Sen. Shaheen, Jeanne [D-NH]</fullName> </item> <item> <party>R</party> <bioguideId>S001198</bioguideId> <firstName>Dan</firstName> <sponsorshipWithdrawnDate /> <identifiers> <gpoId /> <lisID>2290</lisID> <bioguideId>S001198</bioguideId> </identifiers> <isOriginalCosponsor>False</isOriginalCosponsor> <middleName /> <sponsorshipDate>2017-06-29</sponsorshipDate> <lastName>Sullivan</lastName> <state>AK</state> <fullName>Sen. Sullivan, Dan [R-AK]</fullName> </item> <item> <party>D</party> <bioguideId>B001277</bioguideId> <firstName>Richard</firstName> <sponsorshipWithdrawnDate /> <identifiers> <lisID>2076</lisID> <gpoId>8332</gpoId> <bioguideId>B001277</bioguideId> </identifiers> <isOriginalCosponsor>False</isOriginalCosponsor> <middleName /> <sponsorshipDate>2017-06-29</sponsorshipDate> <lastName>Blumenthal</lastName> <state>CT</state> <fullName>Sen. Blumenthal, Richard [D-CT]</fullName> </item> <item> <party>I</party> <bioguideId>K000383</bioguideId> <firstName>Angus</firstName> <sponsorshipWithdrawnDate /> <identifiers> <lisID>2185</lisID> <bioguideId>K000383</bioguideId> <gpoId /> </identifiers> <isOriginalCosponsor>False</isOriginalCosponsor> <middleName /> <sponsorshipDate>2017-07-20</sponsorshipDate> <lastName>King</lastName> <state>ME</state> <fullName>Sen. King, Angus S., Jr. [I-ME]</fullName> </item> </cosponsors> <policyArea> <name>Transportation and Public Works</name> </policyArea> <recordedVotes /> <version>1.0.0</version> <billType>S</billType> <subjects> <billSubjects> <policyArea> <name>Transportation and Public Works</name> </policyArea> <legislativeSubjects> <item> <name>Administrative law and regulatory procedures</name> </item> <item> <name>Department of Transportation</name> </item> <item> <name>Department of Veterans Affairs</name> </item> <item> <name>Health personnel</name> </item> <item> <name>Licensing and registrations</name> </item> <item> <name>Medical tests and diagnostic methods</name> </item> <item> <name>Military personnel and dependents</name> </item> <item> <name>Motor carriers</name> </item> <item> <name>Motor vehicles</name> </item> <item> <name>National Guard and reserves</name> </item> <item> <name>Transportation employees</name> </item> <item> <name>Veterans' education, employment, rehabilitation</name> </item> <item> <name>Worker safety and health</name> </item> </legislativeSubjects> </billSubjects> </subjects> <amendments /> <createDate>2017-06-22T08:44:35Z</createDate> <latestAction> <actionDate>2017-09-19</actionDate> <text>By Senator Thune from Committee on Commerce, Science, and Transportation filed written report. Report No. 115-161.</text> <links /> </latestAction> <billNumber>1393</billNumber> <congress>115</congress> <titles> <item> <chamberName>Senate</chamberName> <titleType>(Extracted from GPO) Short Titles as Passed Senate</titleType> <parentTitleType /> <chamberCode>S</chamberCode> <title>Jobs for Our Heroes Act</title> </item> <item> <chamberName>Senate</chamberName> <titleType>Short Titles as Reported to Senate</titleType> <parentTitleType>Short Titles Senate</parentTitleType> <chamberCode>S</chamberCode> <title>Jobs for Our Heroes Act</title> </item> <item> <chamberName /> <titleType>Short Titles as Introduced</titleType> <parentTitleType /> <chamberCode /> <title>Jobs for Our Heroes Act</title> </item> <item> <chamberName /> <titleType>Official Title as Introduced</titleType> <parentTitleType /> <chamberCode /> <title>A bill to streamline the process by which active duty military, reservists, and veterans receive commercial driver's licenses.</title> </item> <item> <chamberName /> <titleType>Display Title</titleType> <parentTitleType /> <chamberCode /> <title>Jobs for Our Heroes Act</title> </item> <item> <chamberName>Senate</chamberName> <titleType>(Extracted from GPO) Short Titles as Reported to Senate</titleType> <parentTitleType /> <chamberCode>S</chamberCode> <title>Jobs for Our Heroes Act</title> </item> <item> <chamberName /> <titleType>(Extracted from GPO) Short Titles as Introduced</titleType> <parentTitleType /> <chamberCode /> <title>Jobs for Our Heroes Act</title> </item> </titles> </bill> <dublinCore xmlns:dc="http://purl.org/dc/elements/1.1/"> <dc:format>text/xml</dc:format> <dc:language>EN</dc:language> <dc:rights>Pursuant to Title 17 Section 105 of the United States Code, this file is not subject to copyright protection and is in the public domain.</dc:rights> <dc:contributor>Congressional Research Service, Library of Congress</dc:contributor> <dc:description>This file contains bill summaries and statuses for federal legislation. A bill summary describes the most significant provisions of a piece of legislation and details the effects the legislative text may have on current law and federal programs. Bill summaries are authored by the Congressional Research Service (CRS) of the Library of Congress. As stated in Public Law 91-510 (2 USC 166 (d)(6)), one of the duties of CRS is "to prepare summaries and digests of bills and resolutions of a public general nature introduced in the Senate or House of Representatives". For more information, refer to the User Guide that accompanies this file.</dc:description> </dublinCore> </billStatus>
34.432859
676
0.583914
4cba357e2f41831fbaa4d2ecd8778eea00aadebb
12,605
xml
XML
Data/climate/2007_02_26_1829056.xml
parashar-lonewolf/ClimaChange_Claims
2591a302b154bb059c4e83c19db0f352f22190f4
[ "MIT" ]
6
2021-04-09T15:27:38.000Z
2022-03-10T16:12:47.000Z
Data/climate/2007_02_26_1829056.xml
parashar-lonewolf/ClimaChange_Claims
2591a302b154bb059c4e83c19db0f352f22190f4
[ "MIT" ]
null
null
null
Data/climate/2007_02_26_1829056.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>2-Year International Study of Polar Changes Set to Begin</title> <meta content="26polar" name="slug"/> <meta content="26" name="publication_day_of_month"/> <meta content="2" name="publication_month"/> <meta content="2007" name="publication_year"/> <meta content="Monday" name="publication_day_of_week"/> <meta content="Foreign Desk" name="dsk"/> <meta content="4" name="print_page_number"/> <meta content="A" name="print_section"/> <meta content="3" name="print_column"/> <meta content="Technology; Science; World" name="online_sections"/> <meta content="http://www.nytimes.com/2007/02/26/science/earth/26polar.html" name="alternate_url"/> <docdata> <doc-id id-string="1829056"/> <doc.copyright holder="The New York Times" year="2007"/> <identified-content> <classifier class="indexing_service" type="descriptor">Weather</classifier> <classifier class="indexing_service" type="descriptor">Global Warming</classifier> <classifier class="indexing_service" type="descriptor">Ice</classifier> <classifier class="indexing_service" type="descriptor">Oceans</classifier> <classifier class="indexing_service" type="descriptor">Carbon Dioxide</classifier> <location class="indexing_service">Arctic Regions</location> <location class="indexing_service">Antarctic Regions</location> <person class="indexing_service">Revkin, Andrew C</person> <classifier class="online_producer" type="taxonomic_classifier">Top/News</classifier> <classifier class="online_producer" type="taxonomic_classifier">Top/News/World/Countries and Territories/Antarctic Regions</classifier> <classifier class="online_producer" type="taxonomic_classifier">Top/News/World</classifier> <classifier class="online_producer" type="taxonomic_classifier">Top/News/Science</classifier> <classifier class="online_producer" type="taxonomic_classifier">Top/News/Science/Environment</classifier> <classifier class="online_producer" type="taxonomic_classifier">Top/News/Technology</classifier> <classifier class="online_producer" type="taxonomic_classifier">Top/Features/Travel/Guides/Destinations/Polar Regions</classifier> <classifier class="online_producer" type="taxonomic_classifier">Top/Features/Travel/Guides/Destinations/Polar Regions/Antarctic Regions</classifier> <classifier class="online_producer" type="descriptor">Global Warming</classifier> <classifier class="online_producer" type="descriptor">Ice</classifier> <classifier class="online_producer" type="descriptor">Oceans</classifier> <classifier class="online_producer" type="descriptor">Science and Technology</classifier> <classifier class="online_producer" type="general_descriptor">Science and Technology</classifier> <classifier class="online_producer" type="general_descriptor">Global Warming</classifier> <classifier class="online_producer" type="general_descriptor">Weather</classifier> <classifier class="online_producer" type="general_descriptor">Oceans</classifier> <classifier class="online_producer" type="general_descriptor">Chemistry</classifier> <classifier class="online_producer" type="general_descriptor">Carbon Dioxide</classifier> <classifier class="online_producer" type="general_descriptor">Ice</classifier> <location class="online_producer">Antarctic Regions</location> </identified-content> </docdata> <pubdata date.publication="20070226T000000" ex-ref="http://query.nytimes.com/gst/fullpage.html?res=9802E3D6113EF935A15751C0A9619C8B63" item-length="1082" name="The New York Times" unit-of-measure="word"/> </head> <body> <body.head> <hedline> <hl1>2-Year International Study of Polar Changes Set to Begin</hl1> <hl2 class="online_headline">2-Year Study of Polar Changes Set to Begin</hl2> </hedline> <byline class="print_byline">By ANDREW C. REVKIN</byline> <byline class="normalized_byline">Revkin, Andrew C</byline> <abstract> <p>Scientists from more than 60 nations are preparing to fan out around North and South Poles in ambitious two-year effort to understand vital, shifting dynamics of ice, oceans and polar life; central goal of International Polar Year is to clarify role of greenhouse gases and global warming in rapid changes that are already occurring at both poles (M)</p> </abstract> </body.head> <body.content> <block class="lead_paragraph"> <p>Scientists from more than 60 countries are preparing to fan out around the North and South Poles in an ambitious two-year effort to understand the vital, shifting dynamics of ice, oceans and life at the ends of the earth.</p> <p>With a budget of about $350 million spread over more than 120 projects, researchers will camp on drifting Arctic Ocean sea ice and trek to largely uncharted Antarctic mountains.</p> </block> <block class="online_lead_paragraph"> <p>The effort by scientists from more than 60 countries aims to understand the dynamics of life at the ends of the earth.</p> </block> <block class="full_text"> <p>Scientists from more than 60 countries are preparing to fan out around the North and South Poles in an ambitious two-year effort to understand the vital, shifting dynamics of ice, oceans and life at the ends of the earth.</p> <p>With a budget of about $350 million spread over more than 120 projects, researchers will camp on drifting Arctic Ocean sea ice and trek to largely uncharted Antarctic mountains.</p> <p>They will use gliding underwater robots, giant icebreaking ships, satellites and other technologies to explore polar climate, biology, geology and ocean chemistry, and they will undertake physics and astronomy studies that can be done only at the poles.</p> <p>A central goal of the effort -- called the International Polar Year despite its two-year timetable -- is to clarify the role of greenhouse gases and global warming in the rapid changes that are already occurring at both poles.</p> <p>In the Arctic, sea ice in summer has been in an accelerating retreat. In parts of Antarctica that are warming, coastal ice shelves and inland ice sheets have been disintegrating and surging seaward in ways that could hint at a faster rise in global sea levels in coming decades.</p> <p>But at both poles, scientists say, questions still outnumber answers.</p> <p>The project will formally begin Thursday. Opening ceremonies will be held today in Washington, London and Strasbourg, France.</p> <p>This is just the fourth such integrated Arctic and Antarctic science effort since 1881. The last such project, which included broader studies of the oceans and earth, ended in 1958.</p> <p>John H. Marburger III, the science adviser to President Bush, said the United States had a vital interest in studies at both poles.</p> <p>''The North Pole is in our backyard,'' he said in an e-mail message. ''The U.S. has huge geopolitical interests in the Arctic region, and we need to understand the changes that are taking place there. Many other countries have direct economic interests in the Arctic, and all are served by joining forces in I.P.Y. research. Additionally the rapidly diminishing ice in the Arctic is creating new opportunities for transport and marine resource development.</p> <p>''The South Pole is on a major continent, still poorly understood,'' Dr. Marburger added. ''With the exception of the Arctic Ocean, all the oceans of the Earth communicate in the Antarctic region, which makes it a significant factor in processes of global change, particularly as influenced by ocean currents. It offers remarkable opportunities for astronomy, and is already the site of a sophisticated neutrino detector utilizing the deep and stable ice deposits near the pole.</p> <p>''Antarctic marine organisms are an integral part of the increasingly vulnerable marine wildlife environment, and play a significant role in the world food chain.''</p> <p>Other studies will examine the impact of pollution, retreating sea ice, thawing tundra and other fast-changing conditions on native communities ringing the Arctic Ocean.</p> <p>Some projects are utilitarian, like fresh surveys of ocean-bottom terrain and studies sifting for hints of oil and gas or other natural resources.</p> <p>But the most pressing questions being pursued relate to warming caused by the atmospheric buildup of heat-trapping gases like carbon dioxide. Experts involved with the polar year say the earth's coldest places are likely to be especially affected.</p> <p>''The poles are going to lead the way in climate change,'' said Ted Scambos, a researcher at the National Snow and Ice Data Center in Boulder, Colo. ''To know what we're in for in the next 10 years, in sea level or in climate, we need to look at the poles now. They are the amplifiers of the small warming that greenhouse gases cause.''</p> <p>Particularly urgent, many experts said, is the need to improve understanding of the complicated forces that might cause warming ice sheets in Greenland and parts of Antarctica to flow more quickly into the sea.</p> <p>Greenland's vast ice cap is twice the size of California, and it holds as much water as the Gulf of Mexico. If it all melted, sea levels from Boston to Bangladesh would rise more than 20 feet, experts say.</p> <p>The latest report on sea level trends by the United Nations Intergovernmental Panel on Climate Change said such melting could take a millennium or more. But because of a lack of long-term measurements and poor understanding of the physics of ice, that analysis largely excluded hints of an accelerating flow of ice and meltwater from Greenland into the seas.</p> <p>''The change of phase from snow and ice to water is the biggest tipping point in the earth's system, and so although the International Polar Year covers a huge range of science, for me the big issue is climate change and the impact that it's having here,'' said Chris Rapley, the director of the British Antarctic Survey, in a message from Antarctica.</p> <p>''Over the next two years, I'm looking forward to major progress on key issues,'' he said. ''The trillion-dollar question from the point of view of sea-level rise: how much, how quickly?''</p> <p>The climatic equations are complicated. Over the two years -- researchers want to study both regions through complete summer and winter cycles -- teams will examine the effects of shifting solar activity, greenhouse gases and the synthetic chemicals that harm the ozone layer, which have an outsize impact at the poles.</p> <p>Other scientists will intensively study the warming of the permafrost and tundra across vast stretches of northern continents for signs that thawing ground, bogs and lakes are giving up emissions of methane and carbon dioxide.</p> <p>Marine scientists will plumb the Arctic Ocean and productive waters around Antarctica to see how shifts in sea ice and ocean currents affect species from clouds of shrimplike krill to whales, penguins and polar bears.</p> <p>Most of these subjects have already been a focus of research. But several veteran earth and polar scientists said periodic intensive efforts like the polar years helped them to generate fresh ideas, collect data that individual countries lack the resources to pursue, and refresh the public's appreciation for the splendor of the world's least-habitable places.</p> <p>Walter Munk, 89, an emeritus professor of geophysics at the University of California, San Diego, who helped run the 1957-58 effort (called the International Geophysical Year), said that what was needed most was long-term studies of earth's poles and oceans.</p> <p>But he added that the polar year would provide a necessary short-term focus. ''Our society is poorly conditioned for sustained efforts,'' he said in an e-mail message. ''I rather think that without the occasional burst there would have been even less of a sustained effort.''</p> </block> </body.content> </body> </nitf>
120.047619
493
0.750575
e8beaaa6098f1f3c5db6334845293f7c5a82f686
1,336
xml
XML
app/src/main/res/layout/header_red.xml
hoaphanit/ntesco.android.github
bf0a47a50eeb3d7113586417e07e7729fc1bb521
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/header_red.xml
hoaphanit/ntesco.android.github
bf0a47a50eeb3d7113586417e07e7729fc1bb521
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/header_red.xml
hoaphanit/ntesco.android.github
bf0a47a50eeb3d7113586417e07e7729fc1bb521
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto" android:background="@color/red" android:paddingTop="@dimen/padding_small" android:paddingBottom="@dimen/padding_small" android:layout_height="@dimen/h_header"> <ImageView android:id="@+id/btnBack" android:layout_marginLeft="@dimen/margin_normal" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="@+id/txtTitle" android:layout_width="@dimen/size_button_header" android:layout_height="@dimen/size_button_header" android:src="@mipmap/back"/> <com.vn.ntesco.views.NTesCoTextView android:id="@+id/txtTitle" android:text="Service" android:textColor="@color/white" app:layout_constraintTop_toTopOf="parent" android:layout_marginTop="@dimen/margin_large" app:layout_constraintLeft_toRightOf="@+id/btnBack" android:layout_width="wrap_content" android:layout_height="wrap_content"/> </androidx.constraintlayout.widget.ConstraintLayout>
46.068966
66
0.668413
bf52827746db5b07fcc452b8d905729720e336bc
4,076
xml
XML
apps/S.O.SMecanica/app/src/main/res/layout/activity_categoria.xml
Pronatec-Unit/S.O.S-Mecanica
a68dbda8cf10ecca273c147d1dcff7cad9499fa4
[ "MIT" ]
null
null
null
apps/S.O.SMecanica/app/src/main/res/layout/activity_categoria.xml
Pronatec-Unit/S.O.S-Mecanica
a68dbda8cf10ecca273c147d1dcff7cad9499fa4
[ "MIT" ]
null
null
null
apps/S.O.SMecanica/app/src/main/res/layout/activity_categoria.xml
Pronatec-Unit/S.O.S-Mecanica
a68dbda8cf10ecca273c147d1dcff7cad9499fa4
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/activity_categoria" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context="com.example.isacs.sosmecanica.CategoriaActivity"> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent"> <Button android:text="Peneu" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_marginTop="75dp" android:id="@+id/btn_pneu" android:width="@dimen/activity_horizontal_margin" android:textColor="@android:color/background_light" android:layout_alignParentRight="true" android:layout_alignParentEnd="true" android:layout_alignParentLeft="true" android:layout_alignParentStart="true" android:background="@color/colorPrimary" android:onClick="PostsPneu"/> <Button android:text="Óleos" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/btn_pneu" android:layout_alignLeft="@+id/btn_pneu" android:layout_alignStart="@+id/btn_pneu" android:id="@+id/btn_oleos" android:layout_alignParentRight="true" android:layout_alignParentEnd="true" android:textColor="@android:color/black" android:onClick="PostsOleos"/> <Button android:text="Motor" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/btn_oleos" android:layout_alignLeft="@+id/btn_oleos" android:layout_alignStart="@+id/btn_oleos" android:id="@+id/btn_motor" android:layout_alignParentRight="true" android:layout_alignParentEnd="true" android:textColor="@android:color/background_light" android:background="@color/colorPrimary" android:onClick="PostsMotor"/> <Button android:text="Combustíveis" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/btn_motor" android:layout_alignRight="@+id/btn_motor" android:layout_alignEnd="@+id/btn_motor" android:id="@+id/btn_comb" android:layout_alignParentLeft="true" android:layout_alignParentStart="true" android:textColor="@android:color/black" android:onClick="PostsComb"/> <Button android:text="Guincho" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/btn_comb" android:layout_alignLeft="@+id/btn_comb" android:layout_alignStart="@+id/btn_comb" android:id="@+id/btn_guincho" android:layout_alignParentRight="true" android:layout_alignParentEnd="true" android:textColor="@android:color/background_light" android:background="@color/colorPrimary" android:onClick="PostsGuincho"/> <Button android:text="Itens de segurança" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/btn_guincho" android:layout_alignLeft="@+id/btn_guincho" android:layout_alignStart="@+id/btn_guincho" android:id="@+id/btn_itens" android:layout_alignParentRight="true" android:layout_alignParentEnd="true" android:textColor="@android:color/black" android:onClick="PostsItens"/> </RelativeLayout> </LinearLayout>
41.591837
64
0.633219
89a44e64450030032b1c5c33349e2658d37f6a7a
1,253
xml
XML
vendor/etc/audio_param/USBDevice_AudioParam.xml
mediatek-android-development/android_vendor_doogee_mix
4cab4ba6b70d9a15aa7cb3136159ddc6599eab7c
[ "FTL" ]
1
2019-06-24T08:47:09.000Z
2019-06-24T08:47:09.000Z
vendor/etc/audio_param/USBDevice_AudioParam.xml
mediatek-android-development/android_vendor_doogee_mix
4cab4ba6b70d9a15aa7cb3136159ddc6599eab7c
[ "FTL" ]
null
null
null
vendor/etc/audio_param/USBDevice_AudioParam.xml
mediatek-android-development/android_vendor_doogee_mix
4cab4ba6b70d9a15aa7cb3136159ddc6599eab7c
[ "FTL" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <AudioParam version="1.0"> <ParamTree> <Param path="default" param_id="0"/> <Param path="0d8c:000c" param_id="0"/> <Param path="046d:0a37" param_id="1"/> <Param path="1852:50d2" param_id="2"/> <Param path="045e:070f" param_id="0"/> <Param path="262a:1534" param_id="3"/> <Param path="1b3f:2008" param_id="2"/> <Param path="0ecb:1ecb" param_id="4"/> </ParamTree> <ParamUnitPool> <ParamUnit param_id="0"> <Param name="playback_latency_us" value="1500"/> <Param name="capture_latency_us" value="1500"/> </ParamUnit> <ParamUnit param_id="1"> <Param name="playback_latency_us" value="42500"/> <Param name="capture_latency_us" value="0"/> </ParamUnit> <ParamUnit param_id="2"> <Param name="playback_latency_us" value="4000"/> <Param name="capture_latency_us" value="0"/> </ParamUnit> <ParamUnit param_id="3"> <Param name="playback_latency_us" value="8000"/> <Param name="capture_latency_us" value="0"/> </ParamUnit> <ParamUnit param_id="4"> <Param name="playback_latency_us" value="26000"/> <Param name="capture_latency_us" value="0"/> </ParamUnit> </ParamUnitPool> </AudioParam>
34.805556
55
0.633679
89cfcc692f29832438fbce196cf7189261c67e54
542
xml
XML
model/relations/AssociationRelationship_5f89a4cc-80b6-495f-9c81-b6ad6e5095ee.xml
TroyMacFarlaneEA/NextGen-HR-Pay
1a1d74b5f5d5439d31057a41fdf3c202afe4b11a
[ "MIT" ]
4
2019-02-18T15:43:27.000Z
2019-11-27T15:44:27.000Z
model/relations/AssociationRelationship_5f89a4cc-80b6-495f-9c81-b6ad6e5095ee.xml
TroyMacFarlaneEA/NextGen-HR-Pay
1a1d74b5f5d5439d31057a41fdf3c202afe4b11a
[ "MIT" ]
1
2019-03-01T03:06:28.000Z
2019-03-01T14:00:06.000Z
model/relations/AssociationRelationship_5f89a4cc-80b6-495f-9c81-b6ad6e5095ee.xml
TroyMacFarlaneEA/NextGen-HR-Pay
1a1d74b5f5d5439d31057a41fdf3c202afe4b11a
[ "MIT" ]
5
2019-03-01T02:23:18.000Z
2020-03-24T19:12:39.000Z
<archimate:AssociationRelationship xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:archimate="http://www.archimatetool.com/archimate" id="5f89a4cc-80b6-495f-9c81-b6ad6e5095ee"> <source xsi:type="archimate:Assessment" href="Assessment_e3777728-e510-4a25-b09a-3be866963799.xml#e3777728-e510-4a25-b09a-3be866963799"/> <target xsi:type="archimate:Constraint" href="Constraint_8ebad36d-1fbf-4570-bb94-c52cb465dc30.xml#8ebad36d-1fbf-4570-bb94-c52cb465dc30"/> </archimate:AssociationRelationship>
45.166667
103
0.761993
8cbb3154e526cc1f4fc8f3032f8a1364f2f7987f
2,419
xml
XML
xml/8703.xml
qooxdoo/qooxdoo-bz-archive
0757440cf73746887fba9a0b6b1d18cab3cc157d
[ "MIT" ]
null
null
null
xml/8703.xml
qooxdoo/qooxdoo-bz-archive
0757440cf73746887fba9a0b6b1d18cab3cc157d
[ "MIT" ]
null
null
null
xml/8703.xml
qooxdoo/qooxdoo-bz-archive
0757440cf73746887fba9a0b6b1d18cab3cc157d
[ "MIT" ]
null
null
null
<bug> <bug_id>8703</bug_id> <creation_ts>2014-11-18 15:45:00 +0100</creation_ts> <short_desc>The anchor-style dialog widgets are currently broken</short_desc> <delta_ts>2014-11-26 15:29:33 +0100</delta_ts> <reporter_accessible>1</reporter_accessible> <cclist_accessible>1</cclist_accessible> <classification_id>1</classification_id> <classification>Unclassified</classification> <product>next</product> <component>app.showcase</component> <version>unspecified</version> <rep_platform>All</rep_platform> <op_sys>All</op_sys> <bug_status>RESOLVED</bug_status> <resolution>FIXED</resolution> <priority>P3</priority> <bug_severity>normal</bug_severity> <target_milestone>---</target_milestone> <everconfirmed>1</everconfirmed> <reporter name="Andreas Parusel">andreas.parusel</reporter> <assigned_to name="Tobias Oberrauch">tobias.oberrauch</assigned_to> <cc>tobias.oberrauch</cc> <qa_contact name="Daniel Wagner">daniel.wagner</qa_contact> <cf_browser>---</cf_browser> <long_desc isprivate="0"> <commentid>41631</commentid> <who name="Andreas Parusel">andreas.parusel</who> <bug_when>2014-11-18 15:45:11 +0100</bug_when> <thetext>Tested in Chrome 38 Go to the &quot;Dialog Widgets&quot; page in the mobileshowcase. First you will notice that the anchor dialogs don&#39;t have any anchor, they just look and feel like regular dialogs. Second, perform a click in the &quot;Anchor Menu&quot; button. The opened menu does not close on selecting an item from the offered list. You can leave the dialog by clicking somewhere else on the screen, but after that the button &quot;Anchor Menu&quot; won&#39;t react anymore.</thetext> </long_desc> <long_desc isprivate="0"> <commentid>41720</commentid> <who name="Tobias Oberrauch">tobias.oberrauch</who> <bug_when>2014-11-26 15:29:33 +0100</bug_when> <thetext>Fixed in next with 2d0eebd3fdc2a430bccb61aaae842efb1a3ce92f</thetext> </long_desc> </bug>
37.796875
289
0.614303
a5d76e28570ee456ded82a5fbf2156a17ef69ddb
2,021
xml
XML
android/app/src/main/res/layout/item_freeze.xml
gait-analyzer/.github
f468d3d6a93d069dec07b0580c9c18d6d8dbd773
[ "MIT" ]
1
2021-08-05T13:43:45.000Z
2021-08-05T13:43:45.000Z
android/app/src/main/res/layout/item_freeze.xml
gait-analyzer/GaitMonitoringForParkinsonsDiseasePatients
2064375ddc36bf38f3ff65f09e776328b8b4612a
[ "MIT" ]
null
null
null
android/app/src/main/res/layout/item_freeze.xml
gait-analyzer/GaitMonitoringForParkinsonsDiseasePatients
2064375ddc36bf38f3ff65f09e776328b8b4612a
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="10dp" android:layout_marginTop="10dp" android:layout_marginBottom="10dp" app:cardCornerRadius="0dp" app:cardElevation="3dp" app:contentPadding="4dp"> <androidx.constraintlayout.widget.ConstraintLayout android:id="@+id/constraintLayout" android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="16dp"> <TextView android:id="@+id/dateView" android:layout_width="180dp" android:layout_height="wrap_content" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintBottom_toBottomOf="parent" android:textSize="30sp" android:text="23/12/2020" android:layout_margin="@dimen/text_margin" android:ellipsize="none" android:scrollHorizontally="false" android:textAppearance="?attr/textAppearanceListItem" /> <TextView android:id="@+id/freezeView" android:layout_width="100dp" android:layout_height="match_parent" android:textSize="50sp" android:textAlignment="textEnd" android:text="5" android:ellipsize="none" android:scrollHorizontally="false" android:textAppearance="?attr/textAppearanceListItem" app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toEndOf="@id/dateView" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintBottom_toBottomOf="parent"/> </androidx.constraintlayout.widget.ConstraintLayout> </androidx.cardview.widget.CardView>
38.865385
93
0.664523
7f1f7e76fd1c0c13a0408afaf36a960a58a6095a
264
ux
XML
MainView.ux
kristianhasselknippe/DataFormTest
01563958e3f2b72713d7414bcfcdb65b3940abf2
[ "MIT" ]
null
null
null
MainView.ux
kristianhasselknippe/DataFormTest
01563958e3f2b72713d7414bcfcdb65b3940abf2
[ "MIT" ]
null
null
null
MainView.ux
kristianhasselknippe/DataFormTest
01563958e3f2b72713d7414bcfcdb65b3940abf2
[ "MIT" ]
null
null
null
<App> <JavaScript File="MainView.js" /> <StackPanel> <TextBox PlaceholderText="name" Value="{name}"/> <Slider Minimum="0" Maximum="5" Value="{happy}"/> <Button Text="submit" Clicked="{submit}"/> <Text Value="{name} : {happyText}"/> </StackPanel> </App>
26.4
51
0.636364
057fa75d6be525a33e7cdd057bab64fb79ee06b9
1,566
filters
XML
Tool/fbxToEffekseerCurveConverter/fbxToEffekseerCurveConverter.vcxproj.filters
emadurandal/Effekseer
c5cb963c9a8483258a9f972bd681b0c08b2ceef3
[ "Apache-2.0", "BSD-3-Clause" ]
957
2015-01-03T11:44:51.000Z
2022-03-29T06:50:43.000Z
Tool/fbxToEffekseerCurveConverter/fbxToEffekseerCurveConverter.vcxproj.filters
emadurandal/Effekseer
c5cb963c9a8483258a9f972bd681b0c08b2ceef3
[ "Apache-2.0", "BSD-3-Clause" ]
305
2015-01-03T04:04:43.000Z
2022-03-28T13:29:11.000Z
Tool/fbxToEffekseerCurveConverter/fbxToEffekseerCurveConverter.vcxproj.filters
emadurandal/Effekseer
c5cb963c9a8483258a9f972bd681b0c08b2ceef3
[ "Apache-2.0", "BSD-3-Clause" ]
175
2015-01-22T11:58:49.000Z
2022-03-28T07:41:56.000Z
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <Filter Include="Source File"> <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> </Filter> <Filter Include="Source File\FbxLoader"> <UniqueIdentifier>{3380172f-3267-49a0-a5f4-33ea6255cc32}</UniqueIdentifier> </Filter> <Filter Include="Resource File"> <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;mfcribbon-ms</Extensions> </Filter> <Filter Include="Source File\FbxCurveConverter"> <UniqueIdentifier>{2152af3c-3fca-4caf-85b9-c847d4d655e8}</UniqueIdentifier> </Filter> </ItemGroup> <ItemGroup> <ClCompile Include="source\Main.cpp"> <Filter>Source File</Filter> </ClCompile> <ClCompile Include="source\FbxLoader.cpp"> <Filter>Source File\FbxLoader</Filter> </ClCompile> <ClCompile Include="source\FbxCurveConverter.cpp"> <Filter>Source File\FbxCurveConverter</Filter> </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="source\FbxLoader.h"> <Filter>Source File\FbxLoader</Filter> </ClInclude> <ClInclude Include="source\FbxCurveConverter.h"> <Filter>Source File\FbxCurveConverter</Filter> </ClInclude> </ItemGroup> </Project>
41.210526
118
0.687101
f4f64efbc5e3b052e64b54c18dde30e3c3ee6271
1,123
xml
XML
cod/PMC6747775/sections/2_back/4_ref-list/274_ref.xml
petermr/crystal
cb461251c440649cfed37e19d415d48df146fb25
[ "CC0-1.0" ]
null
null
null
cod/PMC6747775/sections/2_back/4_ref-list/274_ref.xml
petermr/crystal
cb461251c440649cfed37e19d415d48df146fb25
[ "CC0-1.0" ]
null
null
null
cod/PMC6747775/sections/2_back/4_ref-list/274_ref.xml
petermr/crystal
cb461251c440649cfed37e19d415d48df146fb25
[ "CC0-1.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <ref id="B274-materials-12-02724"> <label>274.</label> <element-citation publication-type="journal"> <person-group person-group-type="author"> <name> <surname>Wang</surname> <given-names>F.</given-names> </name> <name> <surname>Liu</surname> <given-names>Y.</given-names> </name> <name> <surname>Gao</surname> <given-names>M.</given-names> </name> <name> <surname>Luo</surname> <given-names>K.</given-names> </name> <name> <surname>Pan</surname> <given-names>H.</given-names> </name> <name> <surname>Wang</surname> <given-names>Q.</given-names> </name> </person-group> <article-title>Formation reactions and the thermodynamics and kinetics of dehydrogenation reaction of mixed alanate Na <sub>2</sub>LiAlH <sub>6</sub> </article-title> <source>J. Phys. Chem. C</source> <year>2009</year> <volume>113</volume> <fpage>7978</fpage> <lpage>7984</lpage> <pub-id pub-id-type="doi">10.1021/jp9011697</pub-id> </element-citation> </ref>
26.116279
121
0.609973
aafedaf1e30688fc8215effba36f752878b223c3
1,267
xml
XML
en/AppKit/NSPageControllerGetFrame.xml
dmariogatto/apple-api-docs
c01080d73ad29c1124c6c5c0b13bfa11c4c08ce0
[ "CC-BY-4.0", "MIT" ]
28
2019-05-10T03:23:56.000Z
2022-02-24T04:04:29.000Z
en/AppKit/NSPageControllerGetFrame.xml
dmariogatto/apple-api-docs
c01080d73ad29c1124c6c5c0b13bfa11c4c08ce0
[ "CC-BY-4.0", "MIT" ]
87
2019-04-06T22:42:13.000Z
2022-03-21T00:04:35.000Z
en/AppKit/NSPageControllerGetFrame.xml
dmariogatto/apple-api-docs
c01080d73ad29c1124c6c5c0b13bfa11c4c08ce0
[ "CC-BY-4.0", "MIT" ]
41
2019-05-10T18:34:41.000Z
2021-12-15T20:52:24.000Z
<Type Name="NSPageControllerGetFrame" FullName="AppKit.NSPageControllerGetFrame"> <TypeSignature Language="C#" Value="public delegate CoreGraphics.CGRect NSPageControllerGetFrame(NSPageController pageController, NSObject targetObject);" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed NSPageControllerGetFrame extends System.MulticastDelegate" /> <TypeSignature Language="DocId" Value="T:AppKit.NSPageControllerGetFrame" /> <TypeSignature Language="F#" Value="type NSPageControllerGetFrame = delegate of NSPageController * NSObject -&gt; CGRect" /> <AssemblyInfo> <AssemblyName>Xamarin.Mac</AssemblyName> <AssemblyVersion>0.0.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Delegate</BaseTypeName> </Base> <Parameters> <Parameter Name="pageController" Type="AppKit.NSPageController" /> <Parameter Name="targetObject" Type="Foundation.NSObject" /> </Parameters> <ReturnValue> <ReturnType>CoreGraphics.CGRect</ReturnType> </ReturnValue> <Docs> <param name="pageController">To be added.</param> <param name="targetObject">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Type>
45.25
159
0.744278
a8af6c259e63d09f81fea258f5de80a3e4f60ba9
1,566
xml
XML
springoreo/src/main/resources/mybatis/mapper/movie_reserveMapper.xml
dreammarker/oreo
d2d153d699dbb5e9893e5b9f183170fc32f8dcb1
[ "MIT" ]
null
null
null
springoreo/src/main/resources/mybatis/mapper/movie_reserveMapper.xml
dreammarker/oreo
d2d153d699dbb5e9893e5b9f183170fc32f8dcb1
[ "MIT" ]
1
2020-07-29T14:33:26.000Z
2020-07-29T14:33:26.000Z
springoreo/src/main/resources/mybatis/mapper/movie_reserveMapper.xml
dreammarker/oreo
d2d153d699dbb5e9893e5b9f183170fc32f8dcb1
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.yedam.movie.MovieReserveDAO"> <select id="MoviegenreCheck" resultType="MovieReserveVO" parameterType="MovieReserveVO"> <if test="movieId==null"> SELECT distinct m.movie_title , m.movie_id FROM movie m, screen s <where> <if test="genre!=null and genre.length>0"> <foreach collection="genre" item="item" open="(" close=")" separator=" " index="index"> <choose> <when test="genre.length==1 or index==0"> MOVIE_GENRE like '%'||#{item}||'%' </when> <otherwise> or MOVIE_GENRE like '%'||#{item}||'%' </otherwise> </choose> </foreach> </if> and m.MOVIE_ID=s.MOVIE_ID <choose> <when test="movieAge==-1"> and movie_age in (0) </when> <otherwise> and movie_age <![CDATA[<=]]> #{movieAge} </otherwise> </choose> <![CDATA[ and s.screen_date = #{endDate} ]]> and s.screen_start_time >= #{screenStartTime} </where> ORDER BY movie_title </if> <if test="movieId!=null"> SELECT distinct t.THEATER_FIRST_LOC , s.MOVIE_ID ,m.end_date, m.movie_title from theater t, room r, screen s,movie m where t.THEATER_ID=r.THEATER_ID and r.room_id=s.ROOM_ID and s.movie_id = m.movie_id and s.MOVIE_ID = #{movieId} and s.screen_date in #{endDate} and s.screen_start_time >= #{screenStartTime} </if> </select> </mapper>
27.964286
94
0.612388
a6badd098cae0282773ad495a6d2b320f8779202
852
xml
XML
public/sitemap.xml
ParthPali/envisionnew.org
b2bd8a38b8d48ef485f8b5eea90c9568aae5a053
[ "FTL" ]
null
null
null
public/sitemap.xml
ParthPali/envisionnew.org
b2bd8a38b8d48ef485f8b5eea90c9568aae5a053
[ "FTL" ]
null
null
null
public/sitemap.xml
ParthPali/envisionnew.org
b2bd8a38b8d48ef485f8b5eea90c9568aae5a053
[ "FTL" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://envisionnew.org/404</loc> </url> <url> <loc>https://envisionnew.org/about</loc> </url> <url> <loc>https://envisionnew.org/blog</loc> </url> <url> <loc>https://envisionnew.org/contact</loc> </url> <url> <loc>https://envisionnew.org/events</loc> </url> <url> <loc>https://envisionnew.org</loc> </url> <url> <loc>https://envisionnew.org/blog/[slug]</loc> </url> <url> <loc>https://envisionnew.org/programs/inspire</loc> </url> <url> <loc>https://envisionnew.org/programs/learn</loc> </url> <url> <loc>https://envisionnew.org/programs/tutoring</loc> </url> <url> <loc>https://envisionnew.org/programs/chapters/index</loc> </url> </urlset>
18.12766
62
0.603286
610f25d9b7dc23f121205827fc2ece14f58fa8a2
2,406
xml
XML
config.xml
Bitcloutify/Bitcloutify-for-windows
6f3e8082438ec18226ab5f4bce4b4f981af09ad7
[ "MIT" ]
null
null
null
config.xml
Bitcloutify/Bitcloutify-for-windows
6f3e8082438ec18226ab5f4bce4b4f981af09ad7
[ "MIT" ]
null
null
null
config.xml
Bitcloutify/Bitcloutify-for-windows
6f3e8082438ec18226ab5f4bce4b4f981af09ad7
[ "MIT" ]
1
2022-03-31T11:25:57.000Z
2022-03-31T11:25:57.000Z
<?xml version='1.0' encoding='utf-8'?> <widget android-packageName="com.bitclout" android-versionCode="1" id="com.bitclout" ios-CFBundleVersion="1.0.0" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0"> <name short="bitcloutify">bitcloutify</name> <description>Unofficial bitclout App Lite Version</description> <author email="help@bitclout.com" href="https://www.bitclout.com/">Charlies</author> <access origin="*" /> <allow-intent href="*" /> <allow-navigation href="*" /> <content src="index.html" /> <icon src="res/icon.png" /> <gap:plugin name="cordova-plugin-whitelist" source="npm" /> <gap:plugin name="cordova-plugin-inappbrowser" source="npm" /> <icon src="res/icons/electron/icon.png" target="app" /> <icon src="res/icons/electron/installer.png" target="installer" /> <splash src=".cdv\splashScreen.png" /> <preference name="phonegap-version" value="cli-9.0.0" /> <preference name="fullscreen" value="true" /> <preference name="disallowOverscroll" value="true" /> <preference name="orientation" value="portrait" /> <preference name="StatusBarOverlaysWebView" value="true" /> <preference name="StatusBarBackgroundColor" value="#ffffff" /> <preference name="StatusBarStyle" value="default" /> <preference name="deployment-target" value="11.0" /> <preference name="target-device" value="universal" /> <preference name="KeepRunning" value="true" /> <preference name="ShowTitle" value="false" /> <preference name="android-minSdkVersion" value="26" /> <preference name="android-targetSdkVersion" value="29" /> <preference name="SplashMaintainAspectRatio" value="true" /> <preference name="windows-target-version" value="10.0" /> <preference name="SplashScreenDelay" value="0" /> <preference name="FadeSplashScreen" value="true" /> <preference name="ShowSplashScreenSpinner" value="true" /> <preference name="SplashScreenSpinnerColor" value="#000000" /> <preference name="SplashScreenWidth" value="170" /> <preference name="SplashScreenHeight" value="200" /> <preference name="SplashScreenBackgroundColor" value="#ffffff" /> <preference name="ElectronSettingsFilePath" value="electron_settings.json" /> </widget>
60.15
309
0.695761
6163c1d45493e007058c5725ee8ad36697667d07
3,897
xml
XML
Crm/McpHubApp/Defra.Lp.McpHubApp/Solution/AppModuleSiteMaps/new_applicationapp/AppModuleSiteMap.xml
DEFRA/license-and-permitting-dynamics
9d937cb85b7d5712099af8bc9d8c3b8541b90a28
[ "Unlicense" ]
null
null
null
Crm/McpHubApp/Defra.Lp.McpHubApp/Solution/AppModuleSiteMaps/new_applicationapp/AppModuleSiteMap.xml
DEFRA/license-and-permitting-dynamics
9d937cb85b7d5712099af8bc9d8c3b8541b90a28
[ "Unlicense" ]
10
2018-07-24T13:49:59.000Z
2021-05-05T08:12:14.000Z
Crm/McpHubApp/Defra.Lp.McpHubApp/Solution/AppModuleSiteMaps/new_applicationapp/AppModuleSiteMap.xml
DEFRA/license-and-permitting-dynamics
9d937cb85b7d5712099af8bc9d8c3b8541b90a28
[ "Unlicense" ]
2
2019-07-02T14:27:15.000Z
2021-04-10T21:40:36.000Z
<?xml version="1.0" encoding="utf-8"?> <AppModuleSiteMap> <SiteMapUniqueName>new_applicationapp</SiteMapUniqueName> <SiteMap IntroducedVersion="7.0.0.0"> <Area Id="NewArea_3bbfc1538" ResourceId="SitemapDesigner.NewArea" ShowGroups="false"> <Titles> <Title LCID="1033" Title="Applications" /> </Titles> <Group Id="NewGroup_55df4d94" ResourceId="SitemapDesigner.NewGroup" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> <Titles> <Title LCID="1033" Title="MCP Applications" /> </Titles> <SubArea Id="NewSubArea_1e1d5a63" ResourceId="Homepage_Dashboards" DescriptionResourceId="Dashboards_Description" Icon="/_imgs/imagestrips/transparent_spacer.gif" Url="/workplace/home_dashboards.aspx" DefaultDashboard="5a82972c-8633-e911-a98c-000d3ab39dc2" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> <SubArea Id="NewSubArea_4c38b6a48" ResourceId="Homepage_Dashboards" DescriptionResourceId="Dashboards_Description" Icon="/_imgs/imagestrips/transparent_spacer.gif" Url="/workplace/home_dashboards.aspx" DefaultDashboard="c60277c1-ce77-e911-a993-000d3ab31aa3" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" ToolTipResourseId="Dashboards_ToolTip"> <Titles> <Title LCID="1033" Title="Applications List" /> </Titles> </SubArea> <SubArea Id="NewSubArea_4f847d658" ResourceId="SitemapDesigner.NewSubArea" Icon="/_imgs/imagestrips/transparent_spacer.gif" Url="/main.aspx?etn=defra_application&amp;formId={589D258F-8AA4-49ED-899C-0BCAAC263215}&amp;pagetype=entityrecord" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA"> <Titles> <Title LCID="1033" Title="New Standard application" /> </Titles> </SubArea> <SubArea Id="NewSubArea_e114ae678" ResourceId="SitemapDesigner.NewSubArea" Icon="/_imgs/imagestrips/transparent_spacer.gif" Url="/main.aspx?etn=defra_application&amp;formId={846C2A36-C3FB-4618-8665-AA3D43206A12}&amp;pagetype=entityrecord" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA"> <Titles> <Title LCID="1033" Title="New Bespoke Application" /> </Titles> </SubArea> </Group> </Area> <Area Id="NewArea_e8a521d8" ResourceId="SitemapDesigner.NewArea" ShowGroups="false"> <Titles> <Title LCID="1033" Title="Operators" /> </Titles> <Group Id="OperatorManagement" ResourceId="SitemapDesigner.NewGroup" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> <Titles> <Title LCID="1033" Title="Operator Management" /> </Titles> <SubArea Id="NewSubArea_320d9f9d" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="account" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA"> <Titles> <Title LCID="1033" Title="Operators" /> </Titles> </SubArea> <SubArea Id="NewSubArea_75992b71" Icon="/_imgs/imagestrips/transparent_spacer.gif" Entity="contact" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA"> <Titles> <Title LCID="1033" Title="Contacts" /> </Titles> </SubArea> </Group> </Area> </SiteMap> <LocalizedNames> <LocalizedName description="MCP Permitting Service" languagecode="1033" /> </LocalizedNames> </AppModuleSiteMap>
70.854545
448
0.719528
4b10882c8efa64d02886f45d9ab78e231d1a7b22
3,755
xml
XML
NEBeauty/Android/Beauty-Android-Java/app/src/main/res/layout/activity_meeting.xml
Viva5649/Advanced-Video
6b21ae22c2217906d6a0d1640894ac7156988a0e
[ "MIT" ]
18
2020-10-08T03:07:58.000Z
2022-01-17T07:20:35.000Z
NEBeauty/Android/Beauty-Android-Java/app/src/main/res/layout/activity_meeting.xml
Viva5649/Advanced-Video
6b21ae22c2217906d6a0d1640894ac7156988a0e
[ "MIT" ]
4
2020-10-30T06:26:18.000Z
2020-12-02T06:14:58.000Z
NEBeauty/Android/Beauty-Android-Java/app/src/main/res/layout/activity_meeting.xml
Viva5649/Advanced-Video
6b21ae22c2217906d6a0d1640894ac7156988a0e
[ "MIT" ]
33
2020-09-01T09:01:39.000Z
2022-03-03T14:20:59.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" android:background="@color/meeting_background"> <com.netease.lava.nertc.sdk.video.NERtcVideoView android:id="@+id/vv_remote_user" android:visibility="gone" android:background="@color/white" android:layout_width="90dp" android:layout_height="160dp"/> <com.netease.lava.nertc.sdk.video.NERtcVideoView android:id="@+id/vv_local_user" android:layout_width="match_parent" android:layout_height="match_parent"/> <ImageView android:id="@+id/img_camera_flip" android:layout_width="40dp" android:layout_height="40dp" android:layout_margin="12dp" android:contentDescription="@string/switch_camera" android:src="@mipmap/ic_camera_flip" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" /> <ImageView android:id="@+id/img_beauty_constrast" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="10dp" android:src="@drawable/ic_beauty_contrast" android:layout_alignParentRight="true" android:layout_above="@id/vp_pager"/> <com.netease.nmc.nertcsample.beauty.ui.WrapContentViewPager android:id="@+id/vp_pager" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_above="@id/tab_bottom" android:background="@color/semitransparent" /> <com.google.android.material.tabs.TabLayout android:id="@+id/tab_bottom" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/semitransparent" android:layout_above="@id/ll_rtc_controller" app:tabIndicatorHeight="0dp" app:tabSelectedTextColor="@color/base_blue" app:tabTextColor="@color/white"/> <LinearLayout android:id="@+id/ll_rtc_controller" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" android:background="@color/meeting_background" android:layout_alignParentBottom="true" android:orientation="horizontal"> <ImageButton android:id="@+id/ib_audio" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:background="@color/meeting_background" android:contentDescription="@string/leave_room" android:src="@drawable/selector_meeting_mute" tools:ignore="DuplicateSpeakableTextCheck" /> <ImageButton android:id="@+id/ib_leave" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:background="@color/meeting_background" android:contentDescription="@string/leave_room" android:minHeight="48dp" android:src="@drawable/selector_meeting_leave" /> <ImageButton android:id="@+id/ib_video" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:background="@color/meeting_background" android:contentDescription="@string/leave_room" android:src="@drawable/selector_meeting_close_video" /> </LinearLayout> </RelativeLayout>
39.114583
74
0.665779
cbfd5b27e8525bb9172fdae550ffe61dc2939622
139,326
xml
XML
cqf/valueset-qicore-encounter-diet.xml
DSrcl/FRHI-Genomics-Docs
9b265ca7aa7fb137b94b55a6985182f7559cb869
[ "CC0-1.0" ]
null
null
null
cqf/valueset-qicore-encounter-diet.xml
DSrcl/FRHI-Genomics-Docs
9b265ca7aa7fb137b94b55a6985182f7559cb869
[ "CC0-1.0" ]
null
null
null
cqf/valueset-qicore-encounter-diet.xml
DSrcl/FRHI-Genomics-Docs
9b265ca7aa7fb137b94b55a6985182f7559cb869
[ "CC0-1.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> <id value="qicore-encounter-diet"/> <meta> <lastUpdated value="2015-07-31T11:48:06.918-04:00"/> <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p>This value set contains 352 concepts</p> <table class="codes"> <tr> <td> <b>Code</b> </td> <td> <b>System</b> </td> <td> <b>Display</b> </td> </tr> <tr> <td> <a name="http---snomed.info-sct-409002"> </a>409002 </td> <td>http://snomed.info/sct</td> <td>Food allergy diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-788006"> </a>788006 </td> <td>http://snomed.info/sct</td> <td>Disease-related diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-865004"> </a>865004 </td> <td>http://snomed.info/sct</td> <td>Hyperalimentation formula for ileus (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-3528008"> </a>3528008 </td> <td>http://snomed.info/sct</td> <td>Restricted carbohydrate fat controlled diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-4550001"> </a>4550001 </td> <td>http://snomed.info/sct</td> <td>Special infant formula (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-5940000"> </a>5940000 </td> <td>http://snomed.info/sct</td> <td>Vegetarian diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-6228004"> </a>6228004 </td> <td>http://snomed.info/sct</td> <td>Lacto-vegetarian diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-6329009"> </a>6329009 </td> <td>http://snomed.info/sct</td> <td>Lean meat exchange list (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-6552007"> </a>6552007 </td> <td>http://snomed.info/sct</td> <td>Lactose free infant formula (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-7285009"> </a>7285009 </td> <td>http://snomed.info/sct</td> <td>Milk free infant formula (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-7487003"> </a>7487003 </td> <td>http://snomed.info/sct</td> <td>200 milligram calcium diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-7564008"> </a>7564008 </td> <td>http://snomed.info/sct</td> <td>Liquid cardiac diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-7631003"> </a>7631003 </td> <td>http://snomed.info/sct</td> <td>Infant formula with medium chain triglycerides (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-9617008"> </a>9617008 </td> <td>http://snomed.info/sct</td> <td>Hyperlipoproteinemia diet, type I (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-9799002"> </a>9799002 </td> <td>http://snomed.info/sct</td> <td>Burn patient diet, high calorie, high protein (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-10396001"> </a>10396001 </td> <td>http://snomed.info/sct</td> <td>Radiation diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-10888001"> </a>10888001 </td> <td>http://snomed.info/sct</td> <td>Liquid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-11152001"> </a>11152001 </td> <td>http://snomed.info/sct</td> <td>Lacto-ovo-vegetarian diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-11674008"> </a>11674008 </td> <td>http://snomed.info/sct</td> <td>Parenteral nutrient (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-11739001"> </a>11739001 </td> <td>http://snomed.info/sct</td> <td>High residue diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-12631007"> </a>12631007 </td> <td>http://snomed.info/sct</td> <td>Calcium restricted diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-12905008"> </a>12905008 </td> <td>http://snomed.info/sct</td> <td>Hypoglycemia diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-13964001"> </a>13964001 </td> <td>http://snomed.info/sct</td> <td>Iron supplement infant formula (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-14044002"> </a>14044002 </td> <td>http://snomed.info/sct</td> <td>Sodium restricted diet, 20 milliequivalents (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-14466001"> </a>14466001 </td> <td>http://snomed.info/sct</td> <td>Bread exchange list (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-14627000"> </a>14627000 </td> <td>http://snomed.info/sct</td> <td>Increased protein diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-14895001"> </a>14895001 </td> <td>http://snomed.info/sct</td> <td>Fat exchange list (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-15108003"> </a>15108003 </td> <td>http://snomed.info/sct</td> <td>Restricted fiber diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-15362005"> </a>15362005 </td> <td>http://snomed.info/sct</td> <td>Hyperalimentation formula for severe diarrhea (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-15721002"> </a>15721002 </td> <td>http://snomed.info/sct</td> <td>Protein supplementary feedings diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-15859004"> </a>15859004 </td> <td>http://snomed.info/sct</td> <td>Chronic hemodialysis diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-16013009"> </a>16013009 </td> <td>http://snomed.info/sct</td> <td>Hyperalimentation formula for short bowel syndrome (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-16208003"> </a>16208003 </td> <td>http://snomed.info/sct</td> <td>Low fat diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-17902004"> </a>17902004 </td> <td>http://snomed.info/sct</td> <td>Hyperlipoproteinemia diet, type IIb and type III (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-20623006"> </a>20623006 </td> <td>http://snomed.info/sct</td> <td>T &amp; A liquid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-20676001"> </a>20676001 </td> <td>http://snomed.info/sct</td> <td>Sodium diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-21941007"> </a>21941007 </td> <td>http://snomed.info/sct</td> <td>30 gram fat diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-22073001"> </a>22073001 </td> <td>http://snomed.info/sct</td> <td>Regular wired jaw diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-22745007"> </a>22745007 </td> <td>http://snomed.info/sct</td> <td>Purine restricted diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-24930006"> </a>24930006 </td> <td>http://snomed.info/sct</td> <td>Vegan (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-25875002"> </a>25875002 </td> <td>http://snomed.info/sct</td> <td>Hypoallergenic infant formula (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-26041009"> </a>26041009 </td> <td>http://snomed.info/sct</td> <td>Potassium restricted diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-27029007"> </a>27029007 </td> <td>http://snomed.info/sct</td> <td>Hyperalimentation formula (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-27938007"> </a>27938007 </td> <td>http://snomed.info/sct</td> <td>Bland diet, stage 3 (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-29958000"> </a>29958000 </td> <td>http://snomed.info/sct</td> <td>Protein hydrolysate (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-30105008"> </a>30105008 </td> <td>http://snomed.info/sct</td> <td>Acute renal failure diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-30852000"> </a>30852000 </td> <td>http://snomed.info/sct</td> <td>General diet for child (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-30950009"> </a>30950009 </td> <td>http://snomed.info/sct</td> <td>Bland diet, stage 4 (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-31002004"> </a>31002004 </td> <td>http://snomed.info/sct</td> <td>Controlled potassium, controlled sodium and controlled protein diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-31150002"> </a>31150002 </td> <td>http://snomed.info/sct</td> <td>Medium fat meat exchange list (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-31609009"> </a>31609009 </td> <td>http://snomed.info/sct</td> <td>Infant formula for metabolic dysfunction (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-32671009"> </a>32671009 </td> <td>http://snomed.info/sct</td> <td>Hyperlipoproteinemia diet, type IIa (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-33489005"> </a>33489005 </td> <td>http://snomed.info/sct</td> <td>Renal disease diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-33861001"> </a>33861001 </td> <td>http://snomed.info/sct</td> <td>Weight maintenance regimen (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-34170007"> </a>34170007 </td> <td>http://snomed.info/sct</td> <td>Adult diabetes diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-34394003"> </a>34394003 </td> <td>http://snomed.info/sct</td> <td>Hyperalimentation formula for burn hypermetabolism (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-36823005"> </a>36823005 </td> <td>http://snomed.info/sct</td> <td>Regular diet</td> </tr> <tr> <td> <a name="http---snomed.info-sct-37573006"> </a>37573006 </td> <td>http://snomed.info/sct</td> <td>Bland diet, stage 2 (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-37824006"> </a>37824006 </td> <td>http://snomed.info/sct</td> <td>Basic hospital diet</td> </tr> <tr> <td> <a name="http---snomed.info-sct-38226001"> </a>38226001 </td> <td>http://snomed.info/sct</td> <td>Bland diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-38258006"> </a>38258006 </td> <td>http://snomed.info/sct</td> <td>Hyperalimentation formula for inflammatory bowel disease (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-39545002"> </a>39545002 </td> <td>http://snomed.info/sct</td> <td>Low cholesterol-low saturated fat diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-39908000"> </a>39908000 </td> <td>http://snomed.info/sct</td> <td>Food exchange list (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-39980005"> </a>39980005 </td> <td>http://snomed.info/sct</td> <td>Fat controlled diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-40546006"> </a>40546006 </td> <td>http://snomed.info/sct</td> <td>Sodium restricted diet, 90 milliequivalents (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-41112006"> </a>41112006 </td> <td>http://snomed.info/sct</td> <td>150 milligram calcium diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-41449007"> </a>41449007 </td> <td>http://snomed.info/sct</td> <td>General diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-42096009"> </a>42096009 </td> <td>http://snomed.info/sct</td> <td>Dental liquid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-42239005"> </a>42239005 </td> <td>http://snomed.info/sct</td> <td>Carbohydrate diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-42289002"> </a>42289002 </td> <td>http://snomed.info/sct</td> <td>Wired jaw diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-42633004"> </a>42633004 </td> <td>http://snomed.info/sct</td> <td>Bland diet, stage 1 (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-43577009"> </a>43577009 </td> <td>http://snomed.info/sct</td> <td>Vegetable exchange list (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-44963006"> </a>44963006 </td> <td>http://snomed.info/sct</td> <td>General diet for pregnancy and lactation (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-46522005"> </a>46522005 </td> <td>http://snomed.info/sct</td> <td>Fruit exchange list (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-47016003"> </a>47016003 </td> <td>http://snomed.info/sct</td> <td>Hyperalimentation formula for pancreatitis (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-48325002"> </a>48325002 </td> <td>http://snomed.info/sct</td> <td>Hyperalimentation formula for peritonitis (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-49139000"> </a>49139000 </td> <td>http://snomed.info/sct</td> <td>70 gram fat diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-52659007"> </a>52659007 </td> <td>http://snomed.info/sct</td> <td>Vitamin K restricted diet during anticoagulation therapy (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-54123004"> </a>54123004 </td> <td>http://snomed.info/sct</td> <td>Sodium restricted diet, 40 milliequivalents (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-54500007"> </a>54500007 </td> <td>http://snomed.info/sct</td> <td>Clear fluid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-54970002"> </a>54970002 </td> <td>http://snomed.info/sct</td> <td>Monoamine restricted diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-55180007"> </a>55180007 </td> <td>http://snomed.info/sct</td> <td>Potassium diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-55765009"> </a>55765009 </td> <td>http://snomed.info/sct</td> <td>Hyperlipoproteinemia diet, type V (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-55923008"> </a>55923008 </td> <td>http://snomed.info/sct</td> <td>Infant diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-56718006"> </a>56718006 </td> <td>http://snomed.info/sct</td> <td>Hyperlipoproteinemia diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-57883007"> </a>57883007 </td> <td>http://snomed.info/sct</td> <td>Renin test diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-60929008"> </a>60929008 </td> <td>http://snomed.info/sct</td> <td>Miscellaneous diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-61745006"> </a>61745006 </td> <td>http://snomed.info/sct</td> <td>High protein, high fat, low carbohydrate diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-62682007"> </a>62682007 </td> <td>http://snomed.info/sct</td> <td>50 gram fat diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-63526009"> </a>63526009 </td> <td>http://snomed.info/sct</td> <td>Cardiac semi-soft 2 gram sodium diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-63740007"> </a>63740007 </td> <td>http://snomed.info/sct</td> <td>Mechanical regular diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-64300006"> </a>64300006 </td> <td>http://snomed.info/sct</td> <td>Oxalate restricted diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-64460009"> </a>64460009 </td> <td>http://snomed.info/sct</td> <td>Hyperalimentation formula for intestinal fistula (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-65579002"> </a>65579002 </td> <td>http://snomed.info/sct</td> <td>Chronic renal failure diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-66539004"> </a>66539004 </td> <td>http://snomed.info/sct</td> <td>Low carbohydrate diet</td> </tr> <tr> <td> <a name="http---snomed.info-sct-68097001"> </a>68097001 </td> <td>http://snomed.info/sct</td> <td>Increased calorie diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-70631003"> </a>70631003 </td> <td>http://snomed.info/sct</td> <td>Potassium increased diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-71809002"> </a>71809002 </td> <td>http://snomed.info/sct</td> <td>Fat diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-73789003"> </a>73789003 </td> <td>http://snomed.info/sct</td> <td>Diet for special test (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-74424000"> </a>74424000 </td> <td>http://snomed.info/sct</td> <td>Infant diet 6 months: rice, barley, iron, no honey (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-74930008"> </a>74930008 </td> <td>http://snomed.info/sct</td> <td>Hyperalimentation formula for renal failure (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-76426001"> </a>76426001 </td> <td>http://snomed.info/sct</td> <td>Calorie diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-76713001"> </a>76713001 </td> <td>http://snomed.info/sct</td> <td>Protein diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-77063006"> </a>77063006 </td> <td>http://snomed.info/sct</td> <td>Hyperlipoproteinemia diet, type IV (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-77318000"> </a>77318000 </td> <td>http://snomed.info/sct</td> <td>General diet for adult (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-77698005"> </a>77698005 </td> <td>http://snomed.info/sct</td> <td>Protein exchange list (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-77806000"> </a>77806000 </td> <td>http://snomed.info/sct</td> <td>Calorie restricted diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-77943002"> </a>77943002 </td> <td>http://snomed.info/sct</td> <td>Selected 20 gram protein diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-78150000"> </a>78150000 </td> <td>http://snomed.info/sct</td> <td>Soft food diet</td> </tr> <tr> <td> <a name="http---snomed.info-sct-78502005"> </a>78502005 </td> <td>http://snomed.info/sct</td> <td>Lactose free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-79367009"> </a>79367009 </td> <td>http://snomed.info/sct</td> <td>Child diabetes diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-80359000"> </a>80359000 </td> <td>http://snomed.info/sct</td> <td>Infant diet 7-9 months: meat and egg (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-82285009"> </a>82285009 </td> <td>http://snomed.info/sct</td> <td>Low fat wired jaw diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-83331002"> </a>83331002 </td> <td>http://snomed.info/sct</td> <td>T &amp; A soft diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-83346009"> </a>83346009 </td> <td>http://snomed.info/sct</td> <td>Infant diet 5-7 months: cereal (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-83573009"> </a>83573009 </td> <td>http://snomed.info/sct</td> <td>Phenylalanine restricted diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-83813007"> </a>83813007 </td> <td>http://snomed.info/sct</td> <td>Tube feeding diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-83853005"> </a>83853005 </td> <td>http://snomed.info/sct</td> <td>Enteral formula (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-84805004"> </a>84805004 </td> <td>http://snomed.info/sct</td> <td>Dental soft diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-85544008"> </a>85544008 </td> <td>http://snomed.info/sct</td> <td>Hyperalimentation formula for digestive tract maldevelopment (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-85778000"> </a>85778000 </td> <td>http://snomed.info/sct</td> <td>Milk exchange list (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-86433007"> </a>86433007 </td> <td>http://snomed.info/sct</td> <td>Infant diet 0-12 months: human milk, vitamin D and C, fluoride and iron (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-87613006"> </a>87613006 </td> <td>http://snomed.info/sct</td> <td>Purine diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-88847008"> </a>88847008 </td> <td>http://snomed.info/sct</td> <td>General liquid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-89211009"> </a>89211009 </td> <td>http://snomed.info/sct</td> <td>Hard diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-89571002"> </a>89571002 </td> <td>http://snomed.info/sct</td> <td>Premature infant diet: vitamin E at 10 days and iron at 3 weeks (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-90006008"> </a>90006008 </td> <td>http://snomed.info/sct</td> <td>High fat meat exchange list (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-91209001"> </a>91209001 </td> <td>http://snomed.info/sct</td> <td>Modified basic hospital diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-91555003"> </a>91555003 </td> <td>http://snomed.info/sct</td> <td>Infant formula (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-91584007"> </a>91584007 </td> <td>http://snomed.info/sct</td> <td>Lactose controlled diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-91633000"> </a>91633000 </td> <td>http://snomed.info/sct</td> <td>Iron free infant formula (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-102265006"> </a>102265006 </td> <td>http://snomed.info/sct</td> <td>Slimming diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-102266007"> </a>102266007 </td> <td>http://snomed.info/sct</td> <td>Kosher diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-102268008"> </a>102268008 </td> <td>http://snomed.info/sct</td> <td>Macrobiotic diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-102610002"> </a>102610002 </td> <td>http://snomed.info/sct</td> <td>Inadequate food diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-105955002"> </a>105955002 </td> <td>http://snomed.info/sct</td> <td>Sodium, potassium AND/OR calcium diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-105956001"> </a>105956001 </td> <td>http://snomed.info/sct</td> <td>Infant diet AND/OR formula (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-105957005"> </a>105957005 </td> <td>http://snomed.info/sct</td> <td>Liquid AND/OR soft diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-105958000"> </a>105958000 </td> <td>http://snomed.info/sct</td> <td>Test AND/OR disease related diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-111174006"> </a>111174006 </td> <td>http://snomed.info/sct</td> <td>Post-laryngectomy diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-111175007"> </a>111175007 </td> <td>http://snomed.info/sct</td> <td>Sodium restricted diet for use during pregnancy (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-111176008"> </a>111176008 </td> <td>http://snomed.info/sct</td> <td>Calcium diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-111177004"> </a>111177004 </td> <td>http://snomed.info/sct</td> <td>Infant diet 6-8 months: vegetables, fruits and fruit juice (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-160660005"> </a>160660005 </td> <td>http://snomed.info/sct</td> <td>Patient-initiated diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-160670007"> </a>160670007 </td> <td>http://snomed.info/sct</td> <td>Diabetic diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-160671006"> </a>160671006 </td> <td>http://snomed.info/sct</td> <td>Gluten-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-160672004"> </a>160672004 </td> <td>http://snomed.info/sct</td> <td>Cholesterol-lowering diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-160673009"> </a>160673009 </td> <td>http://snomed.info/sct</td> <td>Low protein diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-160675002"> </a>160675002 </td> <td>http://snomed.info/sct</td> <td>Low residue diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-162512009"> </a>162512009 </td> <td>http://snomed.info/sct</td> <td>Dietary history (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-162515006"> </a>162515006 </td> <td>http://snomed.info/sct</td> <td>Diet high in polyunsaturates (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-162516007"> </a>162516007 </td> <td>http://snomed.info/sct</td> <td>Diet high in monounsaturates (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-162517003"> </a>162517003 </td> <td>http://snomed.info/sct</td> <td>Diet high in saturated fats (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-162521005"> </a>162521005 </td> <td>http://snomed.info/sct</td> <td>Diet high in soluble fiber (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-162522003"> </a>162522003 </td> <td>http://snomed.info/sct</td> <td>Diet high in insoluble fiber (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-162536008"> </a>162536008 </td> <td>http://snomed.info/sct</td> <td>Restricted diet pattern (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-162538009"> </a>162538009 </td> <td>http://snomed.info/sct</td> <td>Ovo-lacto-vegetarian (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-182924003"> </a>182924003 </td> <td>http://snomed.info/sct</td> <td>Light diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-182925002"> </a>182925002 </td> <td>http://snomed.info/sct</td> <td>Biliary stone dissolving diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-182927005"> </a>182927005 </td> <td>http://snomed.info/sct</td> <td>Phenylalanine-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226077000"> </a>226077000 </td> <td>http://snomed.info/sct</td> <td>Therapeutic diets (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226078005"> </a>226078005 </td> <td>http://snomed.info/sct</td> <td>Modified energy diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226079002"> </a>226079002 </td> <td>http://snomed.info/sct</td> <td>Very low energy diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226081000"> </a>226081000 </td> <td>http://snomed.info/sct</td> <td>High biological value protein diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226082007"> </a>226082007 </td> <td>http://snomed.info/sct</td> <td>Peptide modified diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226084008"> </a>226084008 </td> <td>http://snomed.info/sct</td> <td>Peptide-based diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226085009"> </a>226085009 </td> <td>http://snomed.info/sct</td> <td>Short-chain peptide-based diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226086005"> </a>226086005 </td> <td>http://snomed.info/sct</td> <td>Low biological value protein diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226087001"> </a>226087001 </td> <td>http://snomed.info/sct</td> <td>Modified amino acid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226088006"> </a>226088006 </td> <td>http://snomed.info/sct</td> <td>Modified essential amino acid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226089003"> </a>226089003 </td> <td>http://snomed.info/sct</td> <td>Low methionine diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226090007"> </a>226090007 </td> <td>http://snomed.info/sct</td> <td>Low leucine diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226091006"> </a>226091006 </td> <td>http://snomed.info/sct</td> <td>Low valine diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226092004"> </a>226092004 </td> <td>http://snomed.info/sct</td> <td>Low lysine diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226093009"> </a>226093009 </td> <td>http://snomed.info/sct</td> <td>Modified non-essential amino acid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226094003"> </a>226094003 </td> <td>http://snomed.info/sct</td> <td>Low tyrosine diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226095002"> </a>226095002 </td> <td>http://snomed.info/sct</td> <td>Low cysteine diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226096001"> </a>226096001 </td> <td>http://snomed.info/sct</td> <td>Modified branched chain amino acid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226097005"> </a>226097005 </td> <td>http://snomed.info/sct</td> <td>High fat diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226099008"> </a>226099008 </td> <td>http://snomed.info/sct</td> <td>High monounsaturated fat diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226100000"> </a>226100000 </td> <td>http://snomed.info/sct</td> <td>High monounsaturated fatty acid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226101001"> </a>226101001 </td> <td>http://snomed.info/sct</td> <td>High polyunsaturated fat diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226102008"> </a>226102008 </td> <td>http://snomed.info/sct</td> <td>High polyunsaturated fatty acid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226103003"> </a>226103003 </td> <td>http://snomed.info/sct</td> <td>High n-3 polyunsaturated fatty acid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226104009"> </a>226104009 </td> <td>http://snomed.info/sct</td> <td>High alpha-linolenic acid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226105005"> </a>226105005 </td> <td>http://snomed.info/sct</td> <td>High n-6 polyunsaturated fatty acid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226106006"> </a>226106006 </td> <td>http://snomed.info/sct</td> <td>High linoleic acid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226107002"> </a>226107002 </td> <td>http://snomed.info/sct</td> <td>High fish oil diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226108007"> </a>226108007 </td> <td>http://snomed.info/sct</td> <td>Ketogenic diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226109004"> </a>226109004 </td> <td>http://snomed.info/sct</td> <td>Very low fat diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226110009"> </a>226110009 </td> <td>http://snomed.info/sct</td> <td>Minimal fat diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226111008"> </a>226111008 </td> <td>http://snomed.info/sct</td> <td>Low saturated fat diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226112001"> </a>226112001 </td> <td>http://snomed.info/sct</td> <td>Low monounsaturated fat diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226113006"> </a>226113006 </td> <td>http://snomed.info/sct</td> <td>Low polyunsaturated fat diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226114000"> </a>226114000 </td> <td>http://snomed.info/sct</td> <td>Minimal long chain triglyceride diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226115004"> </a>226115004 </td> <td>http://snomed.info/sct</td> <td>Lipid-lowering diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226116003"> </a>226116003 </td> <td>http://snomed.info/sct</td> <td>Triglyceride-lowering diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226117007"> </a>226117007 </td> <td>http://snomed.info/sct</td> <td>Low density lipoprotein-lowering diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226118002"> </a>226118002 </td> <td>http://snomed.info/sct</td> <td>Modified carbohydrate diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226120004"> </a>226120004 </td> <td>http://snomed.info/sct</td> <td>High carbohydrate diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226121000"> </a>226121000 </td> <td>http://snomed.info/sct</td> <td>High complex carbohydrate diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226122007"> </a>226122007 </td> <td>http://snomed.info/sct</td> <td>High simple carbohydrate diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226123002"> </a>226123002 </td> <td>http://snomed.info/sct</td> <td>Carbohydrate-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226124008"> </a>226124008 </td> <td>http://snomed.info/sct</td> <td>Low simple carbohydrate diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226125009"> </a>226125009 </td> <td>http://snomed.info/sct</td> <td>Low complex carbohydrate diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226126005"> </a>226126005 </td> <td>http://snomed.info/sct</td> <td>Galactosemic diet</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226127001"> </a>226127001 </td> <td>http://snomed.info/sct</td> <td>Low glucose diet</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226128006"> </a>226128006 </td> <td>http://snomed.info/sct</td> <td>Low fructose diet</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226129003"> </a>226129003 </td> <td>http://snomed.info/sct</td> <td>Low sucrose diet</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226132000"> </a>226132000 </td> <td>http://snomed.info/sct</td> <td>Modified fiber diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226135003"> </a>226135003 </td> <td>http://snomed.info/sct</td> <td>Low non-starch polysaccharide diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226136002"> </a>226136002 </td> <td>http://snomed.info/sct</td> <td>Modified alcohol diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226137006"> </a>226137006 </td> <td>http://snomed.info/sct</td> <td>Restricted alcohol diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226138001"> </a>226138001 </td> <td>http://snomed.info/sct</td> <td>Alcohol-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226139009"> </a>226139009 </td> <td>http://snomed.info/sct</td> <td>Modified vitamin diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226140006"> </a>226140006 </td> <td>http://snomed.info/sct</td> <td>Vitamin-rich diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226141005"> </a>226141005 </td> <td>http://snomed.info/sct</td> <td>Water soluble vitamin-rich diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226142003"> </a>226142003 </td> <td>http://snomed.info/sct</td> <td>Vitamin B1-rich diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226143008"> </a>226143008 </td> <td>http://snomed.info/sct</td> <td>Vitamin B2-rich diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226144002"> </a>226144002 </td> <td>http://snomed.info/sct</td> <td>Niacin-rich diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226145001"> </a>226145001 </td> <td>http://snomed.info/sct</td> <td>Vitamin C-rich diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226146000"> </a>226146000 </td> <td>http://snomed.info/sct</td> <td>Vitamin B6-rich diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226147009"> </a>226147009 </td> <td>http://snomed.info/sct</td> <td>Vitamin B12-rich diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226148004"> </a>226148004 </td> <td>http://snomed.info/sct</td> <td>Folic acid-rich diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226149007"> </a>226149007 </td> <td>http://snomed.info/sct</td> <td>Fat soluble vitamin-rich diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226150007"> </a>226150007 </td> <td>http://snomed.info/sct</td> <td>Vitamin A-rich diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226151006"> </a>226151006 </td> <td>http://snomed.info/sct</td> <td>Beta-catotene-rich diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226152004"> </a>226152004 </td> <td>http://snomed.info/sct</td> <td>Vitamin D-rich diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226153009"> </a>226153009 </td> <td>http://snomed.info/sct</td> <td>Vitamin E-rich diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226154003"> </a>226154003 </td> <td>http://snomed.info/sct</td> <td>Antioxidant vitamin-rich diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226155002"> </a>226155002 </td> <td>http://snomed.info/sct</td> <td>Modified mineral diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226156001"> </a>226156001 </td> <td>http://snomed.info/sct</td> <td>High mineral diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226157005"> </a>226157005 </td> <td>http://snomed.info/sct</td> <td>High sodium diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226158000"> </a>226158000 </td> <td>http://snomed.info/sct</td> <td>High calcium diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226159008"> </a>226159008 </td> <td>http://snomed.info/sct</td> <td>High phosphate diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226160003"> </a>226160003 </td> <td>http://snomed.info/sct</td> <td>High magnesium diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226161004"> </a>226161004 </td> <td>http://snomed.info/sct</td> <td>High iron diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226162006"> </a>226162006 </td> <td>http://snomed.info/sct</td> <td>Antioxidant mineral-rich diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226163001"> </a>226163001 </td> <td>http://snomed.info/sct</td> <td>Mineral restricted diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226164007"> </a>226164007 </td> <td>http://snomed.info/sct</td> <td>Very low sodium diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226165008"> </a>226165008 </td> <td>http://snomed.info/sct</td> <td>Low phosphate diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226166009"> </a>226166009 </td> <td>http://snomed.info/sct</td> <td>Low magnesium diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226167000"> </a>226167000 </td> <td>http://snomed.info/sct</td> <td>Low iron diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226168005"> </a>226168005 </td> <td>http://snomed.info/sct</td> <td>Modified trace element diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226169002"> </a>226169002 </td> <td>http://snomed.info/sct</td> <td>High trace element diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226170001"> </a>226170001 </td> <td>http://snomed.info/sct</td> <td>High copper diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226171002"> </a>226171002 </td> <td>http://snomed.info/sct</td> <td>High zinc diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226172009"> </a>226172009 </td> <td>http://snomed.info/sct</td> <td>High chromium diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226173004"> </a>226173004 </td> <td>http://snomed.info/sct</td> <td>High selenium diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226174005"> </a>226174005 </td> <td>http://snomed.info/sct</td> <td>Low trace element diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226175006"> </a>226175006 </td> <td>http://snomed.info/sct</td> <td>Low copper diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226176007"> </a>226176007 </td> <td>http://snomed.info/sct</td> <td>Low zinc diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226177003"> </a>226177003 </td> <td>http://snomed.info/sct</td> <td>Low manganese diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226178008"> </a>226178008 </td> <td>http://snomed.info/sct</td> <td>Low nickel diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226179000"> </a>226179000 </td> <td>http://snomed.info/sct</td> <td>Food additive modified diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226180002"> </a>226180002 </td> <td>http://snomed.info/sct</td> <td>Food additive-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226181003"> </a>226181003 </td> <td>http://snomed.info/sct</td> <td>Food coloring-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226182005"> </a>226182005 </td> <td>http://snomed.info/sct</td> <td>Azo dye-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226183000"> </a>226183000 </td> <td>http://snomed.info/sct</td> <td>Tartrazine-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226184006"> </a>226184006 </td> <td>http://snomed.info/sct</td> <td>Low food antioxidant diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226185007"> </a>226185007 </td> <td>http://snomed.info/sct</td> <td>Butylated hydroxyanisole-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226186008"> </a>226186008 </td> <td>http://snomed.info/sct</td> <td>Butylated hydroxytoluene-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226187004"> </a>226187004 </td> <td>http://snomed.info/sct</td> <td>Low food preservative diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226188009"> </a>226188009 </td> <td>http://snomed.info/sct</td> <td>Minimal benzoate diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226189001"> </a>226189001 </td> <td>http://snomed.info/sct</td> <td>Low monosodium glutamate diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226190005"> </a>226190005 </td> <td>http://snomed.info/sct</td> <td>Low sulfur dioxide diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226191009"> </a>226191009 </td> <td>http://snomed.info/sct</td> <td>Chocolate-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226192002"> </a>226192002 </td> <td>http://snomed.info/sct</td> <td>Cocoa-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226193007"> </a>226193007 </td> <td>http://snomed.info/sct</td> <td>Elemental diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226194001"> </a>226194001 </td> <td>http://snomed.info/sct</td> <td>Elimination diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226195000"> </a>226195000 </td> <td>http://snomed.info/sct</td> <td>Low allergen diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226196004"> </a>226196004 </td> <td>http://snomed.info/sct</td> <td>Low tyramine diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226197008"> </a>226197008 </td> <td>http://snomed.info/sct</td> <td>Low salicylate diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226198003"> </a>226198003 </td> <td>http://snomed.info/sct</td> <td>Cow&#39;s milk-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226199006"> </a>226199006 </td> <td>http://snomed.info/sct</td> <td>Cow&#39;s milk protein-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226200009"> </a>226200009 </td> <td>http://snomed.info/sct</td> <td>Nut-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226201008"> </a>226201008 </td> <td>http://snomed.info/sct</td> <td>Peanut-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226202001"> </a>226202001 </td> <td>http://snomed.info/sct</td> <td>Brazil nut-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226204000"> </a>226204000 </td> <td>http://snomed.info/sct</td> <td>Soya-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226205004"> </a>226205004 </td> <td>http://snomed.info/sct</td> <td>Wheat-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226206003"> </a>226206003 </td> <td>http://snomed.info/sct</td> <td>Yeast-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226207007"> </a>226207007 </td> <td>http://snomed.info/sct</td> <td>Modified texture diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226208002"> </a>226208002 </td> <td>http://snomed.info/sct</td> <td>Fluid restricted diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226209005"> </a>226209005 </td> <td>http://snomed.info/sct</td> <td>High fluid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226210000"> </a>226210000 </td> <td>http://snomed.info/sct</td> <td>Liquidized diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226211001"> </a>226211001 </td> <td>http://snomed.info/sct</td> <td>Pureed diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226212008"> </a>226212008 </td> <td>http://snomed.info/sct</td> <td>Single texture diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226213003"> </a>226213003 </td> <td>http://snomed.info/sct</td> <td>Thickened fluids diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226214009"> </a>226214009 </td> <td>http://snomed.info/sct</td> <td>Bowel preparation diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226215005"> </a>226215005 </td> <td>http://snomed.info/sct</td> <td>Diet for balance study (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226216006"> </a>226216006 </td> <td>http://snomed.info/sct</td> <td>Low vanillyl mandelic acid diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226217002"> </a>226217002 </td> <td>http://snomed.info/sct</td> <td>Metabolic diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226218007"> </a>226218007 </td> <td>http://snomed.info/sct</td> <td>Research diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226219004"> </a>226219004 </td> <td>http://snomed.info/sct</td> <td>Test diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226220005"> </a>226220005 </td> <td>http://snomed.info/sct</td> <td>Clean diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226221009"> </a>226221009 </td> <td>http://snomed.info/sct</td> <td>Sterile diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226222002"> </a>226222002 </td> <td>http://snomed.info/sct</td> <td>Non-therapeutic diets (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226223007"> </a>226223007 </td> <td>http://snomed.info/sct</td> <td>Afro-Caribbean diet</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226224001"> </a>226224001 </td> <td>http://snomed.info/sct</td> <td>Asian diet</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226225000"> </a>226225000 </td> <td>http://snomed.info/sct</td> <td>Muslim diet</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226226004"> </a>226226004 </td> <td>http://snomed.info/sct</td> <td>Hindu diet</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226228003"> </a>226228003 </td> <td>http://snomed.info/sct</td> <td>Sikh diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226229006"> </a>226229006 </td> <td>http://snomed.info/sct</td> <td>Balanced diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226230001"> </a>226230001 </td> <td>http://snomed.info/sct</td> <td>Bristol diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226231002"> </a>226231002 </td> <td>http://snomed.info/sct</td> <td>Chinese diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226232009"> </a>226232009 </td> <td>http://snomed.info/sct</td> <td>Food combining diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226233004"> </a>226233004 </td> <td>http://snomed.info/sct</td> <td>Halal meat diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226234005"> </a>226234005 </td> <td>http://snomed.info/sct</td> <td>Healthy diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226235006"> </a>226235006 </td> <td>http://snomed.info/sct</td> <td>Muesli belt diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226236007"> </a>226236007 </td> <td>http://snomed.info/sct</td> <td>No red meat diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226237003"> </a>226237003 </td> <td>http://snomed.info/sct</td> <td>No pork diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226238008"> </a>226238008 </td> <td>http://snomed.info/sct</td> <td>No beef diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226239000"> </a>226239000 </td> <td>http://snomed.info/sct</td> <td>Rastafarian diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226240003"> </a>226240003 </td> <td>http://snomed.info/sct</td> <td>Seventh day adventist diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226241004"> </a>226241004 </td> <td>http://snomed.info/sct</td> <td>Stone age diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226242006"> </a>226242006 </td> <td>http://snomed.info/sct</td> <td>Vietnamese diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-226243001"> </a>226243001 </td> <td>http://snomed.info/sct</td> <td>West African diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-260226009"> </a>260226009 </td> <td>http://snomed.info/sct</td> <td>Protein-rich meal (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-260229002"> </a>260229002 </td> <td>http://snomed.info/sct</td> <td>Standard meal (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-266933005"> </a>266933005 </td> <td>http://snomed.info/sct</td> <td>Diet - medical (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-267111003"> </a>267111003 </td> <td>http://snomed.info/sct</td> <td>Vegan or strict vegetarian (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-278904002"> </a>278904002 </td> <td>http://snomed.info/sct</td> <td>Hemodialysis diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-278905001"> </a>278905001 </td> <td>http://snomed.info/sct</td> <td>Continuous ambulatory peritoneal dialysis diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-281014009"> </a>281014009 </td> <td>http://snomed.info/sct</td> <td>Strict vegetarian (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-281015005"> </a>281015005 </td> <td>http://snomed.info/sct</td> <td>Vegan dietary (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-300928006"> </a>300928006 </td> <td>http://snomed.info/sct</td> <td>Vegetarian (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-302320003"> </a>302320003 </td> <td>http://snomed.info/sct</td> <td>Milk-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-302322006"> </a>302322006 </td> <td>http://snomed.info/sct</td> <td>Egg-free diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-309709000"> </a>309709000 </td> <td>http://snomed.info/sct</td> <td>Cantonese diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-310245002"> </a>310245002 </td> <td>http://snomed.info/sct</td> <td>Weaning diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-310264008"> </a>310264008 </td> <td>http://snomed.info/sct</td> <td>Immunocompromised diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-310265009"> </a>310265009 </td> <td>http://snomed.info/sct</td> <td>Modified electrolyte diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-310500000"> </a>310500000 </td> <td>http://snomed.info/sct</td> <td>Diet good (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-310502008"> </a>310502008 </td> <td>http://snomed.info/sct</td> <td>Diet poor (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-310503003"> </a>310503003 </td> <td>http://snomed.info/sct</td> <td>Diet average (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-315207000"> </a>315207000 </td> <td>http://snomed.info/sct</td> <td>Diabetic lipid lowering diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-315208005"> </a>315208005 </td> <td>http://snomed.info/sct</td> <td>Diabetic weight reducing diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-359649009"> </a>359649009 </td> <td>http://snomed.info/sct</td> <td>RD - Reducing diet</td> </tr> <tr> <td> <a name="http---snomed.info-sct-386615006"> </a>386615006 </td> <td>http://snomed.info/sct</td> <td>Low sugar diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-386619000"> </a>386619000 </td> <td>http://snomed.info/sct</td> <td>Low salt diet</td> </tr> <tr> <td> <a name="http---snomed.info-sct-386620006"> </a>386620006 </td> <td>http://snomed.info/sct</td> <td>No added salt diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-386636008"> </a>386636008 </td> <td>http://snomed.info/sct</td> <td>No added sugar diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-407667003"> </a>407667003 </td> <td>http://snomed.info/sct</td> <td>Atkins diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-408340004"> </a>408340004 </td> <td>http://snomed.info/sct</td> <td>Diet high intake - oily fish (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-408511001"> </a>408511001 </td> <td>http://snomed.info/sct</td> <td>Meal substitute used (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-412744006"> </a>412744006 </td> <td>http://snomed.info/sct</td> <td>High sugar diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-413297007"> </a>413297007 </td> <td>http://snomed.info/sct</td> <td>Diet not appropriate for age (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-415150004"> </a>415150004 </td> <td>http://snomed.info/sct</td> <td>Postoperative progressive diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-424890008"> </a>424890008 </td> <td>http://snomed.info/sct</td> <td>Unbalanced diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-699653008"> </a>699653008 </td> <td>http://snomed.info/sct</td> <td>Inadequate oral food intake for physiological needs (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-703977005"> </a>703977005 </td> <td>http://snomed.info/sct</td> <td>Weight gain diet (finding)</td> </tr> <tr> <td> <a name="http---snomed.info-sct-1181000119106"> </a>1181000119106 </td> <td>http://snomed.info/sct</td> <td>Inappropriate diet and eating habits (finding)</td> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid"> <valueUri value="2.16.840.1.113883.4.642.2.0"/> </extension> <url value="http://hl7.org/fhir/ValueSet/qicore-encounter-diet"/> <version value="0.5.0"/> <name value="SNOMED CT Dietary Finding Codes"/> <publisher value="Health Level Seven, Inc. - CQI WG"/> <contact> <telecom> <system value="other"/> <value value="http://hl7.org/special/committees/CQI"/> </telecom> </contact> <description value="Value Set Contents (Expansion) for SNOMED CT Dietary Finding Codes at Fri, Jul 31, 2015 11:48-0400"/> <copyright value="This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"/> <status value="draft"/> <experimental value="true"/> <date value="2015-07-31T11:48:06-04:00"/> <expansion> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-expansionSource"> <valueReference> <reference value="ValueSet/qicore-encounter-diet"/> </valueReference> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-unclosed"> <valueBoolean value="true"/> </extension> <identifier value="urn:uuid:2e5df549-0379-4db2-b1ae-d39610182acc"/> <timestamp value="2015-07-17T03:11:26Z"/> <contains> <system value="http://snomed.info/sct"/> <code value="409002"/> <display value="Food allergy diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="788006"/> <display value="Disease-related diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="865004"/> <display value="Hyperalimentation formula for ileus (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="3528008"/> <display value="Restricted carbohydrate fat controlled diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="4550001"/> <display value="Special infant formula (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="5940000"/> <display value="Vegetarian diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="6228004"/> <display value="Lacto-vegetarian diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="6329009"/> <display value="Lean meat exchange list (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="6552007"/> <display value="Lactose free infant formula (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="7285009"/> <display value="Milk free infant formula (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="7487003"/> <display value="200 milligram calcium diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="7564008"/> <display value="Liquid cardiac diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="7631003"/> <display value="Infant formula with medium chain triglycerides (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="9617008"/> <display value="Hyperlipoproteinemia diet, type I (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="9799002"/> <display value="Burn patient diet, high calorie, high protein (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="10396001"/> <display value="Radiation diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="10888001"/> <display value="Liquid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="11152001"/> <display value="Lacto-ovo-vegetarian diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="11674008"/> <display value="Parenteral nutrient (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="11739001"/> <display value="High residue diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="12631007"/> <display value="Calcium restricted diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="12905008"/> <display value="Hypoglycemia diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="13964001"/> <display value="Iron supplement infant formula (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="14044002"/> <display value="Sodium restricted diet, 20 milliequivalents (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="14466001"/> <display value="Bread exchange list (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="14627000"/> <display value="Increased protein diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="14895001"/> <display value="Fat exchange list (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="15108003"/> <display value="Restricted fiber diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="15362005"/> <display value="Hyperalimentation formula for severe diarrhea (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="15721002"/> <display value="Protein supplementary feedings diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="15859004"/> <display value="Chronic hemodialysis diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="16013009"/> <display value="Hyperalimentation formula for short bowel syndrome (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="16208003"/> <display value="Low fat diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="17902004"/> <display value="Hyperlipoproteinemia diet, type IIb and type III (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="20623006"/> <display value="T &amp; A liquid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="20676001"/> <display value="Sodium diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="21941007"/> <display value="30 gram fat diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="22073001"/> <display value="Regular wired jaw diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="22745007"/> <display value="Purine restricted diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="24930006"/> <display value="Vegan (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="25875002"/> <display value="Hypoallergenic infant formula (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="26041009"/> <display value="Potassium restricted diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="27029007"/> <display value="Hyperalimentation formula (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="27938007"/> <display value="Bland diet, stage 3 (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="29958000"/> <display value="Protein hydrolysate (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="30105008"/> <display value="Acute renal failure diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="30852000"/> <display value="General diet for child (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="30950009"/> <display value="Bland diet, stage 4 (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="31002004"/> <display value="Controlled potassium, controlled sodium and controlled protein diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="31150002"/> <display value="Medium fat meat exchange list (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="31609009"/> <display value="Infant formula for metabolic dysfunction (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="32671009"/> <display value="Hyperlipoproteinemia diet, type IIa (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="33489005"/> <display value="Renal disease diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="33861001"/> <display value="Weight maintenance regimen (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="34170007"/> <display value="Adult diabetes diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="34394003"/> <display value="Hyperalimentation formula for burn hypermetabolism (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="36823005"/> <display value="Regular diet"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="37573006"/> <display value="Bland diet, stage 2 (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="37824006"/> <display value="Basic hospital diet"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="38226001"/> <display value="Bland diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="38258006"/> <display value="Hyperalimentation formula for inflammatory bowel disease (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="39545002"/> <display value="Low cholesterol-low saturated fat diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="39908000"/> <display value="Food exchange list (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="39980005"/> <display value="Fat controlled diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="40546006"/> <display value="Sodium restricted diet, 90 milliequivalents (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="41112006"/> <display value="150 milligram calcium diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="41449007"/> <display value="General diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="42096009"/> <display value="Dental liquid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="42239005"/> <display value="Carbohydrate diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="42289002"/> <display value="Wired jaw diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="42633004"/> <display value="Bland diet, stage 1 (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="43577009"/> <display value="Vegetable exchange list (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="44963006"/> <display value="General diet for pregnancy and lactation (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="46522005"/> <display value="Fruit exchange list (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="47016003"/> <display value="Hyperalimentation formula for pancreatitis (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="48325002"/> <display value="Hyperalimentation formula for peritonitis (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="49139000"/> <display value="70 gram fat diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="52659007"/> <display value="Vitamin K restricted diet during anticoagulation therapy (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="54123004"/> <display value="Sodium restricted diet, 40 milliequivalents (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="54500007"/> <display value="Clear fluid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="54970002"/> <display value="Monoamine restricted diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="55180007"/> <display value="Potassium diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="55765009"/> <display value="Hyperlipoproteinemia diet, type V (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="55923008"/> <display value="Infant diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="56718006"/> <display value="Hyperlipoproteinemia diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="57883007"/> <display value="Renin test diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="60929008"/> <display value="Miscellaneous diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="61745006"/> <display value="High protein, high fat, low carbohydrate diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="62682007"/> <display value="50 gram fat diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="63526009"/> <display value="Cardiac semi-soft 2 gram sodium diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="63740007"/> <display value="Mechanical regular diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="64300006"/> <display value="Oxalate restricted diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="64460009"/> <display value="Hyperalimentation formula for intestinal fistula (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="65579002"/> <display value="Chronic renal failure diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="66539004"/> <display value="Low carbohydrate diet"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="68097001"/> <display value="Increased calorie diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="70631003"/> <display value="Potassium increased diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="71809002"/> <display value="Fat diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="73789003"/> <display value="Diet for special test (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="74424000"/> <display value="Infant diet 6 months: rice, barley, iron, no honey (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="74930008"/> <display value="Hyperalimentation formula for renal failure (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="76426001"/> <display value="Calorie diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="76713001"/> <display value="Protein diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="77063006"/> <display value="Hyperlipoproteinemia diet, type IV (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="77318000"/> <display value="General diet for adult (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="77698005"/> <display value="Protein exchange list (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="77806000"/> <display value="Calorie restricted diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="77943002"/> <display value="Selected 20 gram protein diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="78150000"/> <display value="Soft food diet"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="78502005"/> <display value="Lactose free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="79367009"/> <display value="Child diabetes diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="80359000"/> <display value="Infant diet 7-9 months: meat and egg (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="82285009"/> <display value="Low fat wired jaw diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="83331002"/> <display value="T &amp; A soft diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="83346009"/> <display value="Infant diet 5-7 months: cereal (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="83573009"/> <display value="Phenylalanine restricted diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="83813007"/> <display value="Tube feeding diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="83853005"/> <display value="Enteral formula (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="84805004"/> <display value="Dental soft diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="85544008"/> <display value="Hyperalimentation formula for digestive tract maldevelopment (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="85778000"/> <display value="Milk exchange list (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="86433007"/> <display value="Infant diet 0-12 months: human milk, vitamin D and C, fluoride and iron (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="87613006"/> <display value="Purine diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="88847008"/> <display value="General liquid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="89211009"/> <display value="Hard diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="89571002"/> <display value="Premature infant diet: vitamin E at 10 days and iron at 3 weeks (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="90006008"/> <display value="High fat meat exchange list (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="91209001"/> <display value="Modified basic hospital diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="91555003"/> <display value="Infant formula (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="91584007"/> <display value="Lactose controlled diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="91633000"/> <display value="Iron free infant formula (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="102265006"/> <display value="Slimming diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="102266007"/> <display value="Kosher diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="102268008"/> <display value="Macrobiotic diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="102610002"/> <display value="Inadequate food diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="105955002"/> <display value="Sodium, potassium AND/OR calcium diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="105956001"/> <display value="Infant diet AND/OR formula (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="105957005"/> <display value="Liquid AND/OR soft diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="105958000"/> <display value="Test AND/OR disease related diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="111174006"/> <display value="Post-laryngectomy diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="111175007"/> <display value="Sodium restricted diet for use during pregnancy (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="111176008"/> <display value="Calcium diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="111177004"/> <display value="Infant diet 6-8 months: vegetables, fruits and fruit juice (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="160660005"/> <display value="Patient-initiated diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="160670007"/> <display value="Diabetic diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="160671006"/> <display value="Gluten-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="160672004"/> <display value="Cholesterol-lowering diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="160673009"/> <display value="Low protein diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="160675002"/> <display value="Low residue diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="162512009"/> <display value="Dietary history (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="162515006"/> <display value="Diet high in polyunsaturates (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="162516007"/> <display value="Diet high in monounsaturates (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="162517003"/> <display value="Diet high in saturated fats (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="162521005"/> <display value="Diet high in soluble fiber (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="162522003"/> <display value="Diet high in insoluble fiber (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="162536008"/> <display value="Restricted diet pattern (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="162538009"/> <display value="Ovo-lacto-vegetarian (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="182924003"/> <display value="Light diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="182925002"/> <display value="Biliary stone dissolving diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="182927005"/> <display value="Phenylalanine-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226077000"/> <display value="Therapeutic diets (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226078005"/> <display value="Modified energy diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226079002"/> <display value="Very low energy diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226081000"/> <display value="High biological value protein diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226082007"/> <display value="Peptide modified diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226084008"/> <display value="Peptide-based diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226085009"/> <display value="Short-chain peptide-based diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226086005"/> <display value="Low biological value protein diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226087001"/> <display value="Modified amino acid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226088006"/> <display value="Modified essential amino acid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226089003"/> <display value="Low methionine diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226090007"/> <display value="Low leucine diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226091006"/> <display value="Low valine diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226092004"/> <display value="Low lysine diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226093009"/> <display value="Modified non-essential amino acid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226094003"/> <display value="Low tyrosine diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226095002"/> <display value="Low cysteine diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226096001"/> <display value="Modified branched chain amino acid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226097005"/> <display value="High fat diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226099008"/> <display value="High monounsaturated fat diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226100000"/> <display value="High monounsaturated fatty acid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226101001"/> <display value="High polyunsaturated fat diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226102008"/> <display value="High polyunsaturated fatty acid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226103003"/> <display value="High n-3 polyunsaturated fatty acid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226104009"/> <display value="High alpha-linolenic acid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226105005"/> <display value="High n-6 polyunsaturated fatty acid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226106006"/> <display value="High linoleic acid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226107002"/> <display value="High fish oil diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226108007"/> <display value="Ketogenic diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226109004"/> <display value="Very low fat diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226110009"/> <display value="Minimal fat diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226111008"/> <display value="Low saturated fat diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226112001"/> <display value="Low monounsaturated fat diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226113006"/> <display value="Low polyunsaturated fat diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226114000"/> <display value="Minimal long chain triglyceride diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226115004"/> <display value="Lipid-lowering diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226116003"/> <display value="Triglyceride-lowering diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226117007"/> <display value="Low density lipoprotein-lowering diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226118002"/> <display value="Modified carbohydrate diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226120004"/> <display value="High carbohydrate diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226121000"/> <display value="High complex carbohydrate diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226122007"/> <display value="High simple carbohydrate diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226123002"/> <display value="Carbohydrate-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226124008"/> <display value="Low simple carbohydrate diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226125009"/> <display value="Low complex carbohydrate diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226126005"/> <display value="Galactosemic diet"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226127001"/> <display value="Low glucose diet"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226128006"/> <display value="Low fructose diet"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226129003"/> <display value="Low sucrose diet"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226132000"/> <display value="Modified fiber diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226135003"/> <display value="Low non-starch polysaccharide diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226136002"/> <display value="Modified alcohol diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226137006"/> <display value="Restricted alcohol diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226138001"/> <display value="Alcohol-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226139009"/> <display value="Modified vitamin diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226140006"/> <display value="Vitamin-rich diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226141005"/> <display value="Water soluble vitamin-rich diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226142003"/> <display value="Vitamin B1-rich diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226143008"/> <display value="Vitamin B2-rich diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226144002"/> <display value="Niacin-rich diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226145001"/> <display value="Vitamin C-rich diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226146000"/> <display value="Vitamin B6-rich diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226147009"/> <display value="Vitamin B12-rich diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226148004"/> <display value="Folic acid-rich diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226149007"/> <display value="Fat soluble vitamin-rich diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226150007"/> <display value="Vitamin A-rich diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226151006"/> <display value="Beta-catotene-rich diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226152004"/> <display value="Vitamin D-rich diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226153009"/> <display value="Vitamin E-rich diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226154003"/> <display value="Antioxidant vitamin-rich diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226155002"/> <display value="Modified mineral diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226156001"/> <display value="High mineral diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226157005"/> <display value="High sodium diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226158000"/> <display value="High calcium diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226159008"/> <display value="High phosphate diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226160003"/> <display value="High magnesium diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226161004"/> <display value="High iron diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226162006"/> <display value="Antioxidant mineral-rich diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226163001"/> <display value="Mineral restricted diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226164007"/> <display value="Very low sodium diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226165008"/> <display value="Low phosphate diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226166009"/> <display value="Low magnesium diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226167000"/> <display value="Low iron diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226168005"/> <display value="Modified trace element diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226169002"/> <display value="High trace element diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226170001"/> <display value="High copper diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226171002"/> <display value="High zinc diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226172009"/> <display value="High chromium diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226173004"/> <display value="High selenium diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226174005"/> <display value="Low trace element diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226175006"/> <display value="Low copper diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226176007"/> <display value="Low zinc diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226177003"/> <display value="Low manganese diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226178008"/> <display value="Low nickel diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226179000"/> <display value="Food additive modified diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226180002"/> <display value="Food additive-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226181003"/> <display value="Food coloring-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226182005"/> <display value="Azo dye-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226183000"/> <display value="Tartrazine-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226184006"/> <display value="Low food antioxidant diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226185007"/> <display value="Butylated hydroxyanisole-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226186008"/> <display value="Butylated hydroxytoluene-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226187004"/> <display value="Low food preservative diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226188009"/> <display value="Minimal benzoate diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226189001"/> <display value="Low monosodium glutamate diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226190005"/> <display value="Low sulfur dioxide diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226191009"/> <display value="Chocolate-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226192002"/> <display value="Cocoa-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226193007"/> <display value="Elemental diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226194001"/> <display value="Elimination diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226195000"/> <display value="Low allergen diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226196004"/> <display value="Low tyramine diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226197008"/> <display value="Low salicylate diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226198003"/> <display value="Cow&#39;s milk-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226199006"/> <display value="Cow&#39;s milk protein-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226200009"/> <display value="Nut-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226201008"/> <display value="Peanut-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226202001"/> <display value="Brazil nut-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226204000"/> <display value="Soya-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226205004"/> <display value="Wheat-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226206003"/> <display value="Yeast-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226207007"/> <display value="Modified texture diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226208002"/> <display value="Fluid restricted diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226209005"/> <display value="High fluid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226210000"/> <display value="Liquidized diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226211001"/> <display value="Pureed diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226212008"/> <display value="Single texture diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226213003"/> <display value="Thickened fluids diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226214009"/> <display value="Bowel preparation diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226215005"/> <display value="Diet for balance study (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226216006"/> <display value="Low vanillyl mandelic acid diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226217002"/> <display value="Metabolic diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226218007"/> <display value="Research diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226219004"/> <display value="Test diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226220005"/> <display value="Clean diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226221009"/> <display value="Sterile diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226222002"/> <display value="Non-therapeutic diets (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226223007"/> <display value="Afro-Caribbean diet"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226224001"/> <display value="Asian diet"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226225000"/> <display value="Muslim diet"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226226004"/> <display value="Hindu diet"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226228003"/> <display value="Sikh diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226229006"/> <display value="Balanced diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226230001"/> <display value="Bristol diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226231002"/> <display value="Chinese diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226232009"/> <display value="Food combining diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226233004"/> <display value="Halal meat diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226234005"/> <display value="Healthy diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226235006"/> <display value="Muesli belt diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226236007"/> <display value="No red meat diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226237003"/> <display value="No pork diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226238008"/> <display value="No beef diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226239000"/> <display value="Rastafarian diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226240003"/> <display value="Seventh day adventist diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226241004"/> <display value="Stone age diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226242006"/> <display value="Vietnamese diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="226243001"/> <display value="West African diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="260226009"/> <display value="Protein-rich meal (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="260229002"/> <display value="Standard meal (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="266933005"/> <display value="Diet - medical (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="267111003"/> <display value="Vegan or strict vegetarian (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="278904002"/> <display value="Hemodialysis diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="278905001"/> <display value="Continuous ambulatory peritoneal dialysis diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="281014009"/> <display value="Strict vegetarian (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="281015005"/> <display value="Vegan dietary (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="300928006"/> <display value="Vegetarian (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="302320003"/> <display value="Milk-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="302322006"/> <display value="Egg-free diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="309709000"/> <display value="Cantonese diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="310245002"/> <display value="Weaning diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="310264008"/> <display value="Immunocompromised diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="310265009"/> <display value="Modified electrolyte diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="310500000"/> <display value="Diet good (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="310502008"/> <display value="Diet poor (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="310503003"/> <display value="Diet average (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="315207000"/> <display value="Diabetic lipid lowering diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="315208005"/> <display value="Diabetic weight reducing diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="359649009"/> <display value="RD - Reducing diet"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="386615006"/> <display value="Low sugar diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="386619000"/> <display value="Low salt diet"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="386620006"/> <display value="No added salt diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="386636008"/> <display value="No added sugar diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="407667003"/> <display value="Atkins diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="408340004"/> <display value="Diet high intake - oily fish (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="408511001"/> <display value="Meal substitute used (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="412744006"/> <display value="High sugar diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="413297007"/> <display value="Diet not appropriate for age (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="415150004"/> <display value="Postoperative progressive diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="424890008"/> <display value="Unbalanced diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="699653008"/> <display value="Inadequate oral food intake for physiological needs (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="703977005"/> <display value="Weight gain diet (finding)"/> </contains> <contains> <system value="http://snomed.info/sct"/> <code value="1181000119106"/> <display value="Inappropriate diet and eating habits (finding)"/> </contains> </expansion> </ValueSet>
32.537599
290
0.516443
f1239df5e797312befe3b9de13f9f934e103402d
394
xml
XML
app/src/main/res/values/strings.xml
cliffgr/WappierNetworkManager
3e2b86bd46ad534056a93a67daa48daf07d578d7
[ "MIT" ]
15
2017-06-20T22:41:11.000Z
2019-06-06T22:07:04.000Z
app/src/main/res/values/strings.xml
cliffgr/WappierNetworkManager
3e2b86bd46ad534056a93a67daa48daf07d578d7
[ "MIT" ]
4
2017-08-17T07:43:38.000Z
2018-01-08T11:20:17.000Z
app/src/main/res/values/strings.xml
cliffgr/WappierNetworkManager
3e2b86bd46ad534056a93a67daa48daf07d578d7
[ "MIT" ]
6
2017-07-12T04:40:58.000Z
2019-04-23T02:15:08.000Z
<resources> <string name="app_name">SimpleNetworkProject</string> <string name="main_screen">Main Screen</string> <string name="details_screen">Details Screen</string> <string name="user_image">userImage</string> <string name="user_name">user_name</string> <string name="name">name</string> <string name="user_profile_image">user_profile_image</string> </resources>
39.4
65
0.728426
37455ce68fe9f6b6abbcb01ba7c1ef57b1dd7cca
1,814
xml
XML
Ohio/1808/oh.sheriff.knox.1808.xml
mapping-elections/nnv-xml
13e2f82692c76e3695f6cd609a5e710d6cab5e26
[ "CC0-1.0" ]
1
2017-04-19T06:36:57.000Z
2017-04-19T06:36:57.000Z
Ohio/1808/oh.sheriff.knox.1808.xml
mapping-elections/nnv-xml
13e2f82692c76e3695f6cd609a5e710d6cab5e26
[ "CC0-1.0" ]
null
null
null
Ohio/1808/oh.sheriff.knox.1808.xml
mapping-elections/nnv-xml
13e2f82692c76e3695f6cd609a5e710d6cab5e26
[ "CC0-1.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <election_record label="Ohio 1808 Sheriff, Knox County" type="General" iteration="First Ballot" date="1808-10" election_id="oh.sheriff.knox.1808" handle="10427/59104" xmlns="http://dca.tufts.edu/aas" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://dca.tufts.edu/aas http://dca.tufts.edu/schema/aas/electionRecord.xsd"> <office name="Sheriff" office_id="ON100" scope="County"> <role title="Sheriff" scope="County"> <ballot> <candidate name="Silas Brown" name_id="BS0230" affiliation="null" affiliation_id="null" candidate_num="1"/> <candidate name="Ichabod Nye" name_id="NI0005" affiliation="null" affiliation_id="null" candidate_num="2"/> </ballot> <overview status="Version 1.0" modified="2008-06-24"> <candidate_summary candidate_ref="1" vote_total="13" resp="Philip Lampi"/> <candidate_summary candidate_ref="2" vote_total="9" resp="Philip Lampi"/> </overview> <admin_unit type="State" name="Ohio" geog_id="ohs"> <sub_unit type="County" name="Knox" geog_id="ohs_knox"> <result candidate_ref="1" vote="13" resp="Philip Lampi"/> <result candidate_ref="2" vote="9" resp="Philip Lampi"/> </sub_unit> </admin_unit> </role> </office> <reference type="citation" resp="Philip Lampi">Hill, Jr., N. N. History of Knox County, Ohio, Its Past and Present. Mt. Vernon, Ohio: A. A. Graham, 1881. 560.</reference> <reference type="citation" resp="Philip Lampi">Norton, A. Banning. A History of Knox County, Ohio, From 1779 to 1862 Inclusive. Columbus, OH: R. Nevins, 1862. 45.</reference> </election_record>
75.583333
351
0.636163
b066c035d022ede6fd6008c31a2a3e37e2f4ba6f
11,414
xlf
XML
src/Resources/contao/languages/fr/tl_style_manager.xlf
eikona-media/contao-component-style-manager
305c60d90d7d19c27bc1f4382b72cb1435ab3448
[ "MIT" ]
null
null
null
src/Resources/contao/languages/fr/tl_style_manager.xlf
eikona-media/contao-component-style-manager
305c60d90d7d19c27bc1f4382b72cb1435ab3448
[ "MIT" ]
null
null
null
src/Resources/contao/languages/fr/tl_style_manager.xlf
eikona-media/contao-component-style-manager
305c60d90d7d19c27bc1f4382b72cb1435ab3448
[ "MIT" ]
null
null
null
<?xml version="1.0" ?> <xliff version="1.1"> <file datatype="php" original="src/Resources/contao/languages/en/tl_style_manager.php" source-language="en" target-language="fr"> <body> <trans-unit id="tl_style_manager.title_legend"> <source>Title</source> <target>Intitulé</target> </trans-unit> <trans-unit id="tl_style_manager.config_legend"> <source>Configuration</source> <target>Configuration</target> </trans-unit> <trans-unit id="tl_style_manager.publish_legend"> <source>Publishing</source> <target>Publications</target> </trans-unit> <trans-unit id="tl_style_manager.expert_legend"> <source>Expert settings</source> <target>Paramètres expert</target> </trans-unit> <trans-unit id="tl_style_manager.ow_key"> <source>CSS Class</source> <target>Classes CSS</target> </trans-unit> <trans-unit id="tl_style_manager.ow_value"> <source>Title / Description</source> <target>Intitulé / Description</target> </trans-unit> <trans-unit id="tl_style_manager.noStylesDefined"> <source>No styles are defined for this area.</source> <target>Pas de styles définis pour cette zone.</target> </trans-unit> <trans-unit id="tl_style_manager.new.0"> <source>New css group</source> <target>Nouveau groupe css</target> </trans-unit> <trans-unit id="tl_style_manager.new.1"> <source>Create a new css group.</source> <target>Créer un nouveau groupe css.</target> </trans-unit> <trans-unit id="tl_style_manager.editheader.0"> <source>Edit group</source> <target>Editer le groupe</target> </trans-unit> <trans-unit id="tl_style_manager.editheader.1"> <source>Edit group</source> <target>Editer le groupe</target> </trans-unit> <trans-unit id="tl_style_manager.copy.0"> <source>Copy group</source> <target>Copier le groupe</target> </trans-unit> <trans-unit id="tl_style_manager.copy.1"> <source>Copy group</source> <target>Copier le groupe</target> </trans-unit> <trans-unit id="tl_style_manager.delete.0"> <source>Delete group</source> <target>Supprimer le groupe</target> </trans-unit> <trans-unit id="tl_style_manager.delete.1"> <source>Delete group</source> <target>Supprimer le groupe</target> </trans-unit> <trans-unit id="tl_style_manager.show.0"> <source>Show group info</source> <target>Afficher les informations du groupe</target> </trans-unit> <trans-unit id="tl_style_manager.show.1"> <source>Show group info</source> <target>Afficher les informations du groupe</target> </trans-unit> <trans-unit id="tl_style_manager.title.0"> <source>Title</source> <target>Intitulé</target> </trans-unit> <trans-unit id="tl_style_manager.title.1"> <source>Title or group name of the statements.</source> <target>Intitulé ou nom de groupe pour ces déclarations.</target> </trans-unit> <trans-unit id="tl_style_manager.description.0"> <source>Description</source> <target>Description</target> </trans-unit> <trans-unit id="tl_style_manager.description.1"> <source>Here you can enter a field description.</source> <target>Vous pouvez indiquer ici une description du champ.</target> </trans-unit> <trans-unit id="tl_style_manager.alias.0"> <source>Alias</source> <target>Alias</target> </trans-unit> <trans-unit id="tl_style_manager.alias.1"> <source>Here you can define an alias which is needed to receive the selected CSS class of this group in templates. (For example $this->styleManager->get('myCategoryIdentifier', ['thisAlias']).</source> <target>Vous pouvez définir ici l'alias qui sera nécessaire pour réceptionner les classes CSS sélectionnées pour ce groupe de modèles. (Par exemple $this->styleManager->get('myCategoryIdentifier', ['thisAlias']).</target> </trans-unit> <trans-unit id="tl_style_manager.cssClass.0"> <source>CSS class</source> <target>Classes CSS</target> </trans-unit> <trans-unit id="tl_style_manager.cssClass.1"> <source>Here you can add custom classes to the backend field.</source> <target>Vous pouvez ajouter ici des classes personnalisés au champ du back-office.</target> </trans-unit> <trans-unit id="tl_style_manager.chosen.0"> <source>Add search field</source> <target>Ajout d'un champ de recherche</target> </trans-unit> <trans-unit id="tl_style_manager.chosen.1"> <source>Use of chosen for a search field within the select box.</source> <target>Utilise chosen dans un champ de recherche d'une liste déroulante.</target> </trans-unit> <trans-unit id="tl_style_manager.blankOption.0"> <source>Include Blank Option</source> <target>Inclut une option vide</target> </trans-unit> <trans-unit id="tl_style_manager.blankOption.1"> <source>Adds an empty option to the widget. If this option is not selected, it is mandatory to choose one of the CSS classes. The first defined CSS class will be set as default.</source> <target>Ajoute une option vide aux options. Si cette option n'est pas sélectionnée, il est obligatoire de choisir une des classes CSS. La première classe CSS définie sera celle définie par défaut.</target> </trans-unit> <trans-unit id="tl_style_manager.passToTemplate.0"> <source>Use as template variable</source> <target>Utiliser comme variable de modèle</target> </trans-unit> <trans-unit id="tl_style_manager.passToTemplate.1"> <source>The selected class is not set directly, but is passed to the selected template and can be retrieved via the category identifier (e.g. $this->styleManager->get('myCategoryIdentifier'))</source> <target>La classe sélectionnée ne sera pas définie directement mais sera passée au modèle sélectionné et pourra être récupérée via l'identifiant de catégorie (ex. $this->styleManager->get('myCategoryIdentifier'))</target> </trans-unit> <trans-unit id="tl_style_manager.cssClasses.0"> <source>CSS classes</source> <target>Classes CSS</target> </trans-unit> <trans-unit id="tl_style_manager.cssClasses.1"> <source>Define the CSS classes and their descriptions that are available in this group.</source> <target>Définissez des classes CSS et leurs descriptions disponibles dans ce groupe.</target> </trans-unit> <trans-unit id="tl_style_manager.extendLayout.0"> <source>Layouts</source> <target>Présentations de page</target> </trans-unit> <trans-unit id="tl_style_manager.extendLayout.1"> <source>Provides the CSS classes in layouts.</source> <target>Rend accessible les classes CSS dans les présentations de page.</target> </trans-unit> <trans-unit id="tl_style_manager.extendForm.0"> <source>Forms</source> <target>Formulaires</target> </trans-unit> <trans-unit id="tl_style_manager.extendForm.1"> <source>Provides the CSS classes in forms.</source> <target>Rend accessible les classes CSS dans les formulaires.</target> </trans-unit> <trans-unit id="tl_style_manager.extendFormFields.0"> <source>Form fields</source> <source>Champs de formulaires</source> </trans-unit> <trans-unit id="tl_style_manager.extendFormFields.1"> <source>Provides the CSS classes in form fields.</source> <target>Rend accessible les classes CSS dans les champs de formulaire.</target> </trans-unit> <trans-unit id="tl_style_manager.extendPage.0"> <source>Pages</source> <target>Pages</target> </trans-unit> <trans-unit id="tl_style_manager.extendPage.1"> <source>Provides the CSS classes in pages.</source> <target>Rend accessible les classes CSS dans les pages.</target> </trans-unit> <trans-unit id="tl_style_manager.extendArticle.0"> <source>Articles</source> <target>Articles</target> </trans-unit> <trans-unit id="tl_style_manager.extendArticle.1"> <source>Provides the CSS classes in articles.</source> <target>Rend accessible les classes CSS dans les articles.</target> </trans-unit> <trans-unit id="tl_style_manager.extendModule.0"> <source>Modules</source> <target>Modules</target> </trans-unit> <trans-unit id="tl_style_manager.extendModule.1"> <source>Provides the CSS classes in modules.</source> <target>Rend accessible les classes CSS dans les modules.</target> </trans-unit> <trans-unit id="tl_style_manager.extendNews.0"> <source>News</source> <target>Actualités</target> </trans-unit> <trans-unit id="tl_style_manager.extendNews.1"> <source>Provides the CSS classes in news.</source> <target>Rend accessible les classes CSS dans les actualités.</target> </trans-unit> <trans-unit id="tl_style_manager.extendEvents.0"> <source>Events</source> <target>Événements</target> </trans-unit> <trans-unit id="tl_style_manager.extendEvents.1"> <source>Provides the CSS classes in events.</source> <target>Rend accessible les classes CSS dans les événements.</target> </trans-unit> <trans-unit id="tl_style_manager.extendContentElement.0"> <source>Content elements</source> <target>Éléments de contenu</target> </trans-unit> <trans-unit id="tl_style_manager.extendContentElement.1"> <source>Provides the CSS classes in content elements.</source> <target>Rend accessible les classes CSS dans les éléments de contenu.</target> </trans-unit> <trans-unit id="tl_style_manager.contentElements.0"> <source>Available content elements</source> <target>Éléments de contenu disponibles</target> </trans-unit> <trans-unit id="tl_style_manager.contentElements.1"> <source>Select the content elements that this group may be displayed for.</source> <target>Sélectionnez les éléments de contenus que ce groupe peut afficher.</target> </trans-unit> <trans-unit id="tl_style_manager.formFields.0"> <source>Available form fields</source> <target>Champs de formulaire disponibles</target> </trans-unit> <trans-unit id="tl_style_manager.formFields.1"> <source>Select the form fields that this group may be displayed for.</source> <target>Sélectionnez les champs de formulaire que ce groupe peut afficher.</target> </trans-unit> <trans-unit id="tl_style_manager.modules.0"> <source>Available modules</source> <target>Modules disponibles</target> </trans-unit> <trans-unit id="tl_style_manager.modules.1"> <source>Select the modules that this group may be displayed for.</source> <target>Sélectionnez les modules que ce groupe peut afficher.</target> </trans-unit> </body> </file> </xliff>
48.364407
229
0.664622
f975cb626e2317756f7096ad638e2422b56d0de1
438
xml
XML
Demo/.idea/shelf/Uncommitted_changes_before_Checkout_at_2022_5_23__10_42___Default_Changelist_.xml
OpenIMSDK/Open-IM-Android-Demo
97169afd67dd8a226284e7d74dde03773d71a39e
[ "MIT" ]
13
2021-09-28T08:56:48.000Z
2022-03-19T04:33:31.000Z
Demo/.idea/shelf/Uncommitted_changes_before_Checkout_at_2022_5_23__10_42___Default_Changelist_.xml
OpenIMSDK/Open-IM-Android-Demo
97169afd67dd8a226284e7d74dde03773d71a39e
[ "MIT" ]
1
2021-10-12T02:33:23.000Z
2021-10-12T02:33:23.000Z
Demo/.idea/shelf/Uncommitted_changes_before_Checkout_at_2022_5_23__10_42___Default_Changelist_.xml
OpenIMSDK/Open-IM-Android-Demo
97169afd67dd8a226284e7d74dde03773d71a39e
[ "MIT" ]
17
2021-09-28T13:55:47.000Z
2022-03-23T06:36:59.000Z
<changelist name="Uncommitted_changes_before_Checkout_at_2022_5_23,_10_42_上午_[Default_Changelist]" date="1653273776782" recycled="true" deleted="true"> <option name="PATH" value="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_Checkout_at_2022_5_23,_10_42_上午_[Default_Changelist]/shelved.patch" /> <option name="DESCRIPTION" value="Uncommitted changes before Checkout at 2022/5/23, 10:42 上午 [Default Changelist]" /> </changelist>
109.5
152
0.815068
e5f1a15d352ed24ecbf943229fcc14024037310c
1,288
xml
XML
app/src/main/res/values/strings.xml
AmiyaSX/KuouWeather
e158b02b722e19fa5ecc9e054a7d92cd2353e916
[ "Apache-2.0" ]
null
null
null
app/src/main/res/values/strings.xml
AmiyaSX/KuouWeather
e158b02b722e19fa5ecc9e054a7d92cd2353e916
[ "Apache-2.0" ]
null
null
null
app/src/main/res/values/strings.xml
AmiyaSX/KuouWeather
e158b02b722e19fa5ecc9e054a7d92cd2353e916
[ "Apache-2.0" ]
null
null
null
<resources> <string name="app_name">KuouWeather</string> <!-- TODO: Remove or change this placeholder text --> <string name="hello_blank_fragment">Hello blank fragment</string> <string name="China">中国</string> <string name="provinces">[{\"id\":1,\"name\":\"北京\"},{\"id\":2,\"name\":\"上海\"},{\"id\":3,\"name\":\"天津\"},{\"id\":4,\"name\":\"重庆\"},{\"id\":5,\"name\":\"香港\"},{\"id\":6,\"name\":\"澳门\"},{\"id\":7,\"name\":\"台湾\"},{\"id\":8,\"name\":\"黑龙江\"},{\"id\":9,\"name\":\"吉林\"},{\"id\":10,\"name\":\"辽宁\"},{\"id\":11,\"name\":\"内蒙古\"},{\"id\":12,\"name\":\"河北\"},{\"id\":13,\"name\":\"河南\"},{\"id\":14,\"name\":\"山西\"},{\"id\":15,\"name\":\"山东\"},{\"id\":16,\"name\":\"江苏\"},{\"id\":17,\"name\":\"浙江\"},{\"id\":18,\"name\":\"福建\"},{\"id\":19,\"name\":\"江西\"},{\"id\":20,\"name\":\"安徽\"},{\"id\":21,\"name\":\"湖北\"},{\"id\":22,\"name\":\"湖南\"},{\"id\":23,\"name\":\"广东\"},{\"id\":24,\"name\":\"广西\"},{\"id\":25,\"name\":\"海南\"},{\"id\":26,\"name\":\"贵州\"},{\"id\":27,\"name\":\"云南\"},{\"id\":28,\"name\":\"四川\"},{\"id\":29,\"name\":\"西藏\"},{\"id\":30,\"name\":\"陕西\"},{\"id\":31,\"name\":\"宁夏\"},{\"id\":32,\"name\":\"甘肃\"},{\"id\":33,\"name\":\"青海\"},{\"id\":34,\"name\":\"新疆\"}]</string> <string name="key">b2fc2389874847f999b25c4c4b933d68</string> </resources>
161
984
0.447205
30755dcc8cae500af571238a1e5c01eab622554a
52,897
xml
XML
misc/iam-online-handwriting-database/lineStrokes/j05/j05-261/j05-261z-07.xml
tedhuang96/pytorch-tvmisc
f36d2f07dd04e87b5ec5f2df20fcea96ec4d2022
[ "MIT" ]
null
null
null
misc/iam-online-handwriting-database/lineStrokes/j05/j05-261/j05-261z-07.xml
tedhuang96/pytorch-tvmisc
f36d2f07dd04e87b5ec5f2df20fcea96ec4d2022
[ "MIT" ]
null
null
null
misc/iam-online-handwriting-database/lineStrokes/j05/j05-261/j05-261z-07.xml
tedhuang96/pytorch-tvmisc
f36d2f07dd04e87b5ec5f2df20fcea96ec4d2022
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="ISO-8859-1"?> <WhiteboardCaptureSession> <WhiteboardDescription> <SensorLocation corner="top_left"/> <DiagonallyOppositeCoords x="5945" y="6336"/> <VerticallyOppositeCoords x="507" y="6336"/> <HorizontallyOppositeCoords x="5945" y="5300"/> </WhiteboardDescription> <StrokeSet> <Stroke colour="black" start_time="16011233.59" end_time="16011234.84"> <Point x="552" y="5566" time="16011233.59"/> <Point x="550" y="5582" time="16011233.60"/> <Point x="547" y="5598" time="16011233.60"/> <Point x="545" y="5626" time="16011233.60"/> <Point x="542" y="5650" time="16011233.61"/> <Point x="540" y="5674" time="16011233.62"/> <Point x="535" y="5702" time="16011233.64"/> <Point x="528" y="5725" time="16011233.65"/> <Point x="521" y="5744" time="16011233.67"/> <Point x="513" y="5764" time="16011233.68"/> <Point x="510" y="5771" time="16011233.70"/> <Point x="509" y="5771" time="16011233.71"/> <Point x="509" y="5771" time="16011233.72"/> <Point x="507" y="5763" time="16011233.74"/> <Point x="510" y="5747" time="16011233.75"/> <Point x="516" y="5728" time="16011233.77"/> <Point x="521" y="5700" time="16011233.78"/> <Point x="526" y="5672" time="16011233.80"/> <Point x="535" y="5641" time="16011233.81"/> <Point x="545" y="5610" time="16011233.83"/> <Point x="557" y="5583" time="16011233.84"/> <Point x="575" y="5561" time="16011233.86"/> <Point x="589" y="5534" time="16011233.87"/> <Point x="600" y="5523" time="16011233.88"/> <Point x="609" y="5520" time="16011233.90"/> <Point x="613" y="5520" time="16011233.91"/> <Point x="613" y="5524" time="16011233.93"/> <Point x="620" y="5541" time="16011233.94"/> <Point x="615" y="5552" time="16011233.96"/> <Point x="613" y="5581" time="16011233.97"/> <Point x="610" y="5604" time="16011233.99"/> <Point x="607" y="5628" time="16011234.00"/> <Point x="603" y="5656" time="16011234.02"/> <Point x="600" y="5679" time="16011234.04"/> <Point x="600" y="5707" time="16011234.05"/> <Point x="599" y="5728" time="16011234.06"/> <Point x="604" y="5748" time="16011234.07"/> <Point x="612" y="5757" time="16011234.09"/> <Point x="622" y="5757" time="16011234.10"/> <Point x="634" y="5755" time="16011234.12"/> <Point x="647" y="5743" time="16011234.13"/> <Point x="658" y="5728" time="16011234.14"/> <Point x="671" y="5709" time="16011234.16"/> <Point x="682" y="5687" time="16011234.18"/> <Point x="694" y="5663" time="16011234.19"/> <Point x="702" y="5636" time="16011234.20"/> <Point x="713" y="5612" time="16011234.22"/> <Point x="719" y="5593" time="16011234.23"/> <Point x="726" y="5569" time="16011234.25"/> <Point x="727" y="5557" time="16011234.26"/> <Point x="727" y="5549" time="16011234.28"/> <Point x="724" y="5545" time="16011234.29"/> <Point x="724" y="5549" time="16011234.30"/> <Point x="718" y="5552" time="16011234.32"/> <Point x="715" y="5564" time="16011234.34"/> <Point x="711" y="5580" time="16011234.35"/> <Point x="710" y="5600" time="16011234.36"/> <Point x="709" y="5624" time="16011234.38"/> <Point x="709" y="5648" time="16011234.39"/> <Point x="711" y="5676" time="16011234.41"/> <Point x="718" y="5697" time="16011234.42"/> <Point x="724" y="5713" time="16011234.44"/> <Point x="733" y="5721" time="16011234.45"/> <Point x="743" y="5725" time="16011234.47"/> <Point x="754" y="5723" time="16011234.49"/> <Point x="765" y="5711" time="16011234.51"/> <Point x="779" y="5696" time="16011234.52"/> <Point x="790" y="5677" time="16011234.53"/> <Point x="802" y="5649" time="16011234.55"/> <Point x="812" y="5625" time="16011234.56"/> <Point x="823" y="5598" time="16011234.58"/> <Point x="832" y="5571" time="16011234.59"/> <Point x="842" y="5547" time="16011234.60"/> <Point x="846" y="5531" time="16011234.62"/> <Point x="849" y="5523" time="16011234.63"/> <Point x="850" y="5519" time="16011234.65"/> <Point x="849" y="5523" time="16011234.66"/> <Point x="845" y="5531" time="16011234.68"/> <Point x="837" y="5551" time="16011234.69"/> <Point x="830" y="5571" time="16011234.70"/> <Point x="825" y="5602" time="16011234.72"/> <Point x="818" y="5634" time="16011234.74"/> <Point x="816" y="5666" time="16011234.75"/> <Point x="814" y="5689" time="16011234.76"/> <Point x="817" y="5714" time="16011234.78"/> <Point x="824" y="5726" time="16011234.79"/> <Point x="837" y="5731" time="16011234.81"/> <Point x="857" y="5724" time="16011234.82"/> <Point x="878" y="5709" time="16011234.84"/> </Stroke> <Stroke colour="black" start_time="16011234.96" end_time="16011235.60"> <Point x="984" y="5548" time="16011234.96"/> <Point x="980" y="5539" time="16011234.97"/> <Point x="974" y="5531" time="16011234.99"/> <Point x="965" y="5531" time="16011235.00"/> <Point x="955" y="5535" time="16011235.02"/> <Point x="941" y="5547" time="16011235.03"/> <Point x="930" y="5562" time="16011235.04"/> <Point x="920" y="5582" time="16011235.06"/> <Point x="911" y="5610" time="16011235.07"/> <Point x="905" y="5642" time="16011235.09"/> <Point x="904" y="5666" time="16011235.10"/> <Point x="907" y="5682" time="16011235.12"/> <Point x="914" y="5685" time="16011235.13"/> <Point x="925" y="5690" time="16011235.14"/> <Point x="937" y="5682" time="16011235.16"/> <Point x="953" y="5671" time="16011235.17"/> <Point x="965" y="5651" time="16011235.19"/> <Point x="979" y="5631" time="16011235.20"/> <Point x="988" y="5612" time="16011235.22"/> <Point x="996" y="5595" time="16011235.23"/> <Point x="1000" y="5584" time="16011235.25"/> <Point x="1001" y="5576" time="16011235.26"/> <Point x="1001" y="5580" time="16011235.28"/> <Point x="1001" y="5580" time="16011235.29"/> <Point x="1000" y="5584" time="16011235.31"/> <Point x="997" y="5600" time="16011235.32"/> <Point x="994" y="5619" time="16011235.34"/> <Point x="988" y="5651" time="16011235.35"/> <Point x="979" y="5695" time="16011235.36"/> <Point x="967" y="5742" time="16011235.38"/> <Point x="954" y="5795" time="16011235.39"/> <Point x="936" y="5851" time="16011235.41"/> <Point x="916" y="5910" time="16011235.42"/> <Point x="894" y="5966" time="16011235.44"/> <Point x="874" y="6017" time="16011235.45"/> <Point x="854" y="6056" time="16011235.46"/> <Point x="839" y="6087" time="16011235.48"/> <Point x="826" y="6103" time="16011235.49"/> <Point x="821" y="6107" time="16011235.51"/> <Point x="820" y="6094" time="16011235.52"/> <Point x="825" y="6063" time="16011235.54"/> <Point x="840" y="6015" time="16011235.55"/> <Point x="869" y="5957" time="16011235.57"/> <Point x="902" y="5890" time="16011235.58"/> <Point x="941" y="5819" time="16011235.60"/> </Stroke> <Stroke colour="black" start_time="16011235.70" end_time="16011236.26"> <Point x="1147" y="5388" time="16011235.70"/> <Point x="1156" y="5356" time="16011235.71"/> <Point x="1164" y="5335" time="16011235.73"/> <Point x="1165" y="5327" time="16011235.74"/> <Point x="1163" y="5327" time="16011235.76"/> <Point x="1160" y="5336" time="16011235.77"/> <Point x="1155" y="5360" time="16011235.78"/> <Point x="1144" y="5392" time="16011235.80"/> <Point x="1134" y="5436" time="16011235.82"/> <Point x="1123" y="5492" time="16011235.83"/> <Point x="1109" y="5552" time="16011235.84"/> <Point x="1097" y="5608" time="16011235.86"/> <Point x="1086" y="5656" time="16011235.87"/> <Point x="1076" y="5692" time="16011235.88"/> <Point x="1067" y="5716" time="16011235.90"/> <Point x="1066" y="5728" time="16011235.92"/> <Point x="1065" y="5724" time="16011235.93"/> <Point x="1070" y="5716" time="16011235.94"/> <Point x="1077" y="5692" time="16011235.96"/> <Point x="1091" y="5660" time="16011235.98"/> <Point x="1107" y="5624" time="16011235.99"/> <Point x="1126" y="5588" time="16011236.00"/> <Point x="1143" y="5556" time="16011236.02"/> <Point x="1160" y="5532" time="16011236.03"/> <Point x="1172" y="5516" time="16011236.05"/> <Point x="1179" y="5503" time="16011236.06"/> <Point x="1184" y="5508" time="16011236.07"/> <Point x="1184" y="5511" time="16011236.09"/> <Point x="1179" y="5523" time="16011236.10"/> <Point x="1172" y="5552" time="16011236.12"/> <Point x="1165" y="5583" time="16011236.13"/> <Point x="1155" y="5612" time="16011236.15"/> <Point x="1146" y="5648" time="16011236.16"/> <Point x="1142" y="5675" time="16011236.17"/> <Point x="1143" y="5708" time="16011236.19"/> <Point x="1149" y="5723" time="16011236.20"/> <Point x="1164" y="5740" time="16011236.22"/> <Point x="1178" y="5744" time="16011236.23"/> <Point x="1197" y="5730" time="16011236.25"/> <Point x="1211" y="5706" time="16011236.26"/> </Stroke> <Stroke colour="black" start_time="16011236.58" end_time="16011236.64"> <Point x="962" y="5355" time="16011236.58"/> <Point x="963" y="5359" time="16011236.59"/> <Point x="963" y="5359" time="16011236.61"/> <Point x="962" y="5367" time="16011236.62"/> <Point x="959" y="5379" time="16011236.64"/> </Stroke> <Stroke colour="black" start_time="16011237.56" end_time="16011238.08"> <Point x="1260" y="5713" time="16011237.56"/> <Point x="1264" y="5721" time="16011237.57"/> <Point x="1274" y="5728" time="16011237.59"/> <Point x="1284" y="5724" time="16011237.60"/> <Point x="1297" y="5720" time="16011237.62"/> <Point x="1312" y="5707" time="16011237.63"/> <Point x="1332" y="5682" time="16011237.65"/> <Point x="1356" y="5657" time="16011237.66"/> <Point x="1377" y="5624" time="16011237.68"/> <Point x="1400" y="5587" time="16011237.69"/> <Point x="1423" y="5549" time="16011237.70"/> <Point x="1442" y="5508" time="16011237.72"/> <Point x="1461" y="5467" time="16011237.73"/> <Point x="1476" y="5434" time="16011237.75"/> <Point x="1489" y="5405" time="16011237.76"/> <Point x="1494" y="5376" time="16011237.78"/> <Point x="1496" y="5359" time="16011237.79"/> <Point x="1496" y="5356" time="16011237.81"/> <Point x="1488" y="5352" time="16011237.82"/> <Point x="1476" y="5361" time="16011237.84"/> <Point x="1459" y="5383" time="16011237.85"/> <Point x="1440" y="5412" time="16011237.86"/> <Point x="1419" y="5449" time="16011237.88"/> <Point x="1399" y="5499" time="16011237.89"/> <Point x="1383" y="5552" time="16011237.91"/> <Point x="1365" y="5608" time="16011237.92"/> <Point x="1365" y="5664" time="16011237.94"/> <Point x="1372" y="5701" time="16011237.95"/> <Point x="1383" y="5720" time="16011237.96"/> <Point x="1395" y="5728" time="16011237.98"/> <Point x="1407" y="5723" time="16011238.00"/> <Point x="1424" y="5706" time="16011238.01"/> <Point x="1435" y="5677" time="16011238.02"/> <Point x="1446" y="5648" time="16011238.04"/> <Point x="1461" y="5615" time="16011238.05"/> <Point x="1471" y="5578" time="16011238.07"/> <Point x="1482" y="5545" time="16011238.08"/> </Stroke> <Stroke colour="black" start_time="16011238.33" end_time="16011241.12"> <Point x="1650" y="5558" time="16011238.33"/> <Point x="1648" y="5554" time="16011238.35"/> <Point x="1643" y="5551" time="16011238.36"/> <Point x="1633" y="5552" time="16011238.38"/> <Point x="1619" y="5554" time="16011238.39"/> <Point x="1604" y="5559" time="16011238.41"/> <Point x="1589" y="5576" time="16011238.42"/> <Point x="1573" y="5590" time="16011238.44"/> <Point x="1558" y="5611" time="16011238.45"/> <Point x="1547" y="5636" time="16011238.46"/> <Point x="1534" y="5662" time="16011238.48"/> <Point x="1537" y="5689" time="16011238.49"/> <Point x="1544" y="5705" time="16011238.51"/> <Point x="1554" y="5709" time="16011238.52"/> <Point x="1569" y="5706" time="16011238.54"/> <Point x="1584" y="5701" time="16011238.55"/> <Point x="1601" y="5683" time="16011238.56"/> <Point x="1614" y="5666" time="16011238.58"/> <Point x="1625" y="5645" time="16011238.60"/> <Point x="1635" y="5624" time="16011238.61"/> <Point x="1643" y="5599" time="16011238.62"/> <Point x="1648" y="5583" time="16011238.64"/> <Point x="1650" y="5570" time="16011238.65"/> <Point x="1651" y="5562" time="16011238.67"/> <Point x="1650" y="5550" time="16011238.68"/> <Point x="1649" y="5546" time="16011238.70"/> <Point x="1647" y="5547" time="16011238.71"/> <Point x="1646" y="5546" time="16011238.72"/> <Point x="1645" y="5547" time="16011238.74"/> <Point x="1645" y="5547" time="16011238.76"/> <Point x="1647" y="5551" time="16011238.77"/> <Point x="1648" y="5550" time="16011238.78"/> <Point x="1649" y="5550" time="16011238.80"/> <Point x="1651" y="5554" time="16011238.81"/> <Point x="1652" y="5554" time="16011238.83"/> <Point x="1654" y="5558" time="16011238.84"/> <Point x="1657" y="5561" time="16011238.86"/> <Point x="1662" y="5561" time="16011238.87"/> <Point x="1669" y="5564" time="16011238.88"/> <Point x="1677" y="5563" time="16011238.90"/> <Point x="1686" y="5566" time="16011238.91"/> <Point x="1697" y="5561" time="16011238.93"/> <Point x="1709" y="5564" time="16011238.94"/> <Point x="1718" y="5554" time="16011238.96"/> <Point x="1727" y="5549" time="16011238.97"/> <Point x="1734" y="5545" time="16011238.99"/> <Point x="1738" y="5540" time="16011239.00"/> <Point x="1742" y="5544" time="16011239.01"/> <Point x="1741" y="5543" time="16011239.03"/> <Point x="1738" y="5545" time="16011239.04"/> <Point x="1732" y="5557" time="16011239.06"/> <Point x="1724" y="5570" time="16011239.07"/> <Point x="1714" y="5591" time="16011239.09"/> <Point x="1705" y="5621" time="16011239.10"/> <Point x="1697" y="5649" time="16011239.12"/> <Point x="1692" y="5674" time="16011239.13"/> <Point x="1693" y="5694" time="16011239.15"/> <Point x="1696" y="5710" time="16011239.16"/> <Point x="1703" y="5713" time="16011239.17"/> <Point x="1715" y="5711" time="16011239.19"/> <Point x="1730" y="5702" time="16011239.20"/> <Point x="1744" y="5688" time="16011239.22"/> <Point x="1760" y="5674" time="16011239.23"/> <Point x="1773" y="5656" time="16011239.25"/> <Point x="1787" y="5634" time="16011239.26"/> <Point x="1797" y="5617" time="16011239.27"/> <Point x="1806" y="5595" time="16011239.29"/> <Point x="1812" y="5583" time="16011239.31"/> <Point x="1816" y="5574" time="16011239.32"/> <Point x="1816" y="5570" time="16011239.33"/> <Point x="1815" y="5571" time="16011239.35"/> <Point x="1812" y="5575" time="16011239.36"/> <Point x="1807" y="5584" time="16011239.38"/> <Point x="1802" y="5600" time="16011239.39"/> <Point x="1797" y="5622" time="16011239.41"/> <Point x="1792" y="5650" time="16011239.42"/> <Point x="1790" y="5675" time="16011239.43"/> <Point x="1795" y="5694" time="16011239.45"/> <Point x="1803" y="5706" time="16011239.47"/> <Point x="1814" y="5704" time="16011239.48"/> <Point x="1831" y="5698" time="16011239.49"/> <Point x="1848" y="5679" time="16011239.51"/> <Point x="1870" y="5660" time="16011239.52"/> <Point x="1889" y="5633" time="16011239.54"/> <Point x="1908" y="5610" time="16011239.55"/> <Point x="1923" y="5583" time="16011239.57"/> <Point x="1937" y="5564" time="16011239.58"/> <Point x="1947" y="5547" time="16011239.59"/> <Point x="1951" y="5534" time="16011239.61"/> <Point x="1956" y="5533" time="16011239.63"/> <Point x="1954" y="5533" time="16011239.64"/> <Point x="1949" y="5534" time="16011239.65"/> <Point x="1944" y="5543" time="16011239.67"/> <Point x="1944" y="5559" time="16011239.68"/> <Point x="1942" y="5568" time="16011239.70"/> <Point x="1947" y="5579" time="16011239.71"/> <Point x="1950" y="5587" time="16011239.73"/> <Point x="1959" y="5590" time="16011239.74"/> <Point x="1968" y="5596" time="16011239.75"/> <Point x="1976" y="5598" time="16011239.77"/> <Point x="1983" y="5605" time="16011239.83"/> <Point x="1986" y="5609" time="16011239.83"/> <Point x="1990" y="5612" time="16011239.83"/> <Point x="1990" y="5612" time="16011239.84"/> <Point x="1990" y="5617" time="16011239.85"/> <Point x="1991" y="5625" time="16011239.86"/> <Point x="1990" y="5629" time="16011239.87"/> <Point x="1985" y="5634" time="16011239.89"/> <Point x="1979" y="5643" time="16011239.90"/> <Point x="1976" y="5656" time="16011239.91"/> <Point x="1972" y="5668" time="16011239.93"/> <Point x="1966" y="5682" time="16011239.94"/> <Point x="1963" y="5694" time="16011239.96"/> <Point x="1960" y="5703" time="16011239.97"/> <Point x="1959" y="5711" time="16011239.99"/> <Point x="1961" y="5718" time="16011240.00"/> <Point x="1965" y="5726" time="16011240.02"/> <Point x="1971" y="5729" time="16011240.03"/> <Point x="1977" y="5733" time="16011240.05"/> <Point x="1983" y="5735" time="16011240.06"/> <Point x="1990" y="5734" time="16011240.07"/> <Point x="1996" y="5729" time="16011240.09"/> <Point x="2007" y="5723" time="16011240.10"/> <Point x="2021" y="5709" time="16011240.12"/> <Point x="2034" y="5694" time="16011240.13"/> <Point x="2048" y="5680" time="16011240.15"/> <Point x="2060" y="5661" time="16011240.16"/> <Point x="2072" y="5643" time="16011240.18"/> <Point x="2085" y="5629" time="16011240.19"/> <Point x="2095" y="5610" time="16011240.21"/> <Point x="2103" y="5597" time="16011240.22"/> <Point x="2109" y="5588" time="16011240.23"/> <Point x="2109" y="5579" time="16011240.25"/> <Point x="2109" y="5579" time="16011240.27"/> <Point x="2109" y="5579" time="16011240.28"/> <Point x="2109" y="5579" time="16011240.29"/> <Point x="2108" y="5579" time="16011240.30"/> <Point x="2110" y="5583" time="16011240.32"/> <Point x="2108" y="5583" time="16011240.34"/> <Point x="2106" y="5593" time="16011240.35"/> <Point x="2101" y="5605" time="16011240.36"/> <Point x="2097" y="5622" time="16011240.38"/> <Point x="2088" y="5640" time="16011240.39"/> <Point x="2080" y="5662" time="16011240.41"/> <Point x="2073" y="5687" time="16011240.42"/> <Point x="2066" y="5706" time="16011240.44"/> <Point x="2065" y="5725" time="16011240.45"/> <Point x="2069" y="5737" time="16011240.46"/> <Point x="2074" y="5736" time="16011240.48"/> <Point x="2086" y="5730" time="16011240.49"/> <Point x="2104" y="5718" time="16011240.51"/> <Point x="2121" y="5699" time="16011240.52"/> <Point x="2137" y="5680" time="16011240.54"/> <Point x="2152" y="5657" time="16011240.55"/> <Point x="2165" y="5629" time="16011240.57"/> <Point x="2178" y="5610" time="16011240.58"/> <Point x="2186" y="5593" time="16011240.60"/> <Point x="2190" y="5580" time="16011240.61"/> <Point x="2190" y="5571" time="16011240.62"/> <Point x="2190" y="5571" time="16011240.64"/> <Point x="2190" y="5576" time="16011240.65"/> <Point x="2186" y="5584" time="16011240.67"/> <Point x="2182" y="5605" time="16011240.68"/> <Point x="2172" y="5632" time="16011240.70"/> <Point x="2161" y="5663" time="16011240.71"/> <Point x="2148" y="5694" time="16011240.73"/> <Point x="2137" y="5721" time="16011240.74"/> <Point x="2128" y="5739" time="16011240.76"/> <Point x="2123" y="5743" time="16011240.77"/> <Point x="2126" y="5743" time="16011240.78"/> <Point x="2131" y="5734" time="16011240.81"/> <Point x="2144" y="5711" time="16011240.82"/> <Point x="2163" y="5687" time="16011240.83"/> <Point x="2181" y="5658" time="16011240.84"/> <Point x="2205" y="5633" time="16011240.86"/> <Point x="2228" y="5609" time="16011240.87"/> <Point x="2246" y="5584" time="16011240.89"/> <Point x="2263" y="5572" time="16011240.90"/> <Point x="2275" y="5566" time="16011240.92"/> <Point x="2281" y="5564" time="16011240.93"/> <Point x="2283" y="5568" time="16011240.94"/> <Point x="2282" y="5580" time="16011240.96"/> <Point x="2275" y="5598" time="16011240.97"/> <Point x="2264" y="5621" time="16011240.99"/> <Point x="2251" y="5648" time="16011241.00"/> <Point x="2237" y="5680" time="16011241.02"/> <Point x="2222" y="5708" time="16011241.03"/> <Point x="2213" y="5738" time="16011241.05"/> <Point x="2207" y="5759" time="16011241.06"/> <Point x="2210" y="5767" time="16011241.08"/> <Point x="2222" y="5765" time="16011241.09"/> <Point x="2241" y="5749" time="16011241.10"/> <Point x="2269" y="5726" time="16011241.12"/> </Stroke> <Stroke colour="black" start_time="16011241.22" end_time="16011241.91"> <Point x="2393" y="5567" time="16011241.22"/> <Point x="2391" y="5564" time="16011241.24"/> <Point x="2383" y="5557" time="16011241.25"/> <Point x="2371" y="5552" time="16011241.26"/> <Point x="2362" y="5554" time="16011241.28"/> <Point x="2351" y="5557" time="16011241.29"/> <Point x="2339" y="5567" time="16011241.31"/> <Point x="2327" y="5582" time="16011241.32"/> <Point x="2314" y="5602" time="16011241.34"/> <Point x="2305" y="5632" time="16011241.35"/> <Point x="2297" y="5663" time="16011241.36"/> <Point x="2294" y="5693" time="16011241.38"/> <Point x="2294" y="5709" time="16011241.40"/> <Point x="2303" y="5719" time="16011241.41"/> <Point x="2313" y="5721" time="16011241.43"/> <Point x="2327" y="5713" time="16011241.45"/> <Point x="2342" y="5698" time="16011241.46"/> <Point x="2359" y="5682" time="16011241.48"/> <Point x="2371" y="5658" time="16011241.49"/> <Point x="2385" y="5634" time="16011241.51"/> <Point x="2395" y="5616" time="16011241.52"/> <Point x="2401" y="5598" time="16011241.53"/> <Point x="2404" y="5588" time="16011241.55"/> <Point x="2405" y="5589" time="16011241.57"/> <Point x="2402" y="5589" time="16011241.58"/> <Point x="2401" y="5598" time="16011241.59"/> <Point x="2397" y="5619" time="16011241.61"/> <Point x="2388" y="5646" time="16011241.62"/> <Point x="2377" y="5682" time="16011241.64"/> <Point x="2367" y="5729" time="16011241.65"/> <Point x="2352" y="5782" time="16011241.67"/> <Point x="2335" y="5843" time="16011241.68"/> <Point x="2314" y="5904" time="16011241.69"/> <Point x="2292" y="5971" time="16011241.71"/> <Point x="2265" y="6037" time="16011241.72"/> <Point x="2235" y="6105" time="16011241.74"/> <Point x="2206" y="6155" time="16011241.75"/> <Point x="2187" y="6196" time="16011241.77"/> <Point x="2171" y="6215" time="16011241.78"/> <Point x="2162" y="6213" time="16011241.82"/> <Point x="2160" y="6204" time="16011241.83"/> <Point x="2165" y="6179" time="16011241.83"/> <Point x="2182" y="6131" time="16011241.84"/> <Point x="2202" y="6071" time="16011241.85"/> <Point x="2234" y="6003" time="16011241.87"/> <Point x="2264" y="5932" time="16011241.88"/> <Point x="2293" y="5852" time="16011241.90"/> <Point x="2318" y="5773" time="16011241.91"/> </Stroke> <Stroke colour="black" start_time="16011242.21" end_time="16011242.33"> <Point x="2143" y="5303" time="16011242.21"/> <Point x="2141" y="5300" time="16011242.22"/> <Point x="2143" y="5303" time="16011242.24"/> <Point x="2140" y="5304" time="16011242.26"/> <Point x="2137" y="5317" time="16011242.27"/> <Point x="2125" y="5335" time="16011242.28"/> <Point x="2111" y="5363" time="16011242.30"/> <Point x="2092" y="5391" time="16011242.32"/> <Point x="2071" y="5415" time="16011242.33"/> </Stroke> <Stroke colour="black" start_time="16011243.45" end_time="16011245.02"> <Point x="2849" y="5574" time="16011243.45"/> <Point x="2849" y="5570" time="16011243.47"/> <Point x="2850" y="5569" time="16011243.48"/> <Point x="2843" y="5564" time="16011243.49"/> <Point x="2832" y="5562" time="16011243.51"/> <Point x="2816" y="5572" time="16011243.53"/> <Point x="2794" y="5578" time="16011243.54"/> <Point x="2772" y="5595" time="16011243.55"/> <Point x="2751" y="5617" time="16011243.57"/> <Point x="2729" y="5641" time="16011243.58"/> <Point x="2709" y="5672" time="16011243.60"/> <Point x="2694" y="5701" time="16011243.61"/> <Point x="2686" y="5738" time="16011243.63"/> <Point x="2685" y="5762" time="16011243.64"/> <Point x="2692" y="5781" time="16011243.65"/> <Point x="2704" y="5791" time="16011243.67"/> <Point x="2724" y="5793" time="16011243.68"/> <Point x="2748" y="5790" time="16011243.70"/> <Point x="2777" y="5777" time="16011243.71"/> <Point x="2802" y="5762" time="16011243.73"/> <Point x="2827" y="5737" time="16011243.74"/> <Point x="2848" y="5713" time="16011243.76"/> <Point x="2869" y="5689" time="16011243.77"/> <Point x="2884" y="5668" time="16011243.79"/> <Point x="2893" y="5648" time="16011243.80"/> <Point x="2895" y="5634" time="16011243.81"/> <Point x="2893" y="5623" time="16011243.83"/> <Point x="2886" y="5617" time="16011243.84"/> <Point x="2876" y="5615" time="16011243.86"/> <Point x="2866" y="5623" time="16011243.87"/> <Point x="2851" y="5632" time="16011243.89"/> <Point x="2837" y="5654" time="16011243.90"/> <Point x="2826" y="5682" time="16011243.92"/> <Point x="2817" y="5710" time="16011243.93"/> <Point x="2811" y="5741" time="16011243.95"/> <Point x="2812" y="5774" time="16011243.96"/> <Point x="2820" y="5802" time="16011243.97"/> <Point x="2833" y="5818" time="16011243.99"/> <Point x="2852" y="5821" time="16011244.00"/> <Point x="2876" y="5817" time="16011244.02"/> <Point x="2903" y="5796" time="16011244.03"/> <Point x="2934" y="5774" time="16011244.05"/> <Point x="2964" y="5738" time="16011244.06"/> <Point x="2994" y="5699" time="16011244.08"/> <Point x="3021" y="5655" time="16011244.09"/> <Point x="3049" y="5615" time="16011244.11"/> <Point x="3074" y="5572" time="16011244.12"/> <Point x="3092" y="5531" time="16011244.13"/> <Point x="3105" y="5496" time="16011244.15"/> <Point x="3113" y="5472" time="16011244.16"/> <Point x="3113" y="5459" time="16011244.18"/> <Point x="3107" y="5453" time="16011244.19"/> <Point x="3093" y="5454" time="16011244.21"/> <Point x="3074" y="5470" time="16011244.22"/> <Point x="3048" y="5500" time="16011244.24"/> <Point x="3018" y="5542" time="16011244.25"/> <Point x="2987" y="5590" time="16011244.27"/> <Point x="2962" y="5646" time="16011244.28"/> <Point x="2941" y="5695" time="16011244.29"/> <Point x="2929" y="5742" time="16011244.31"/> <Point x="2926" y="5776" time="16011244.32"/> <Point x="2933" y="5795" time="16011244.34"/> <Point x="2948" y="5803" time="16011244.35"/> <Point x="2968" y="5796" time="16011244.37"/> <Point x="2997" y="5781" time="16011244.38"/> <Point x="3030" y="5757" time="16011244.40"/> <Point x="3062" y="5721" time="16011244.41"/> <Point x="3095" y="5684" time="16011244.43"/> <Point x="3129" y="5645" time="16011244.44"/> <Point x="3158" y="5600" time="16011244.45"/> <Point x="3185" y="5560" time="16011244.47"/> <Point x="3206" y="5522" time="16011244.48"/> <Point x="3219" y="5490" time="16011244.50"/> <Point x="3226" y="5462" time="16011244.51"/> <Point x="3228" y="5443" time="16011244.53"/> <Point x="3221" y="5433" time="16011244.54"/> <Point x="3211" y="5433" time="16011244.56"/> <Point x="3194" y="5440" time="16011244.57"/> <Point x="3170" y="5462" time="16011244.59"/> <Point x="3144" y="5494" time="16011244.60"/> <Point x="3119" y="5537" time="16011244.61"/> <Point x="3096" y="5581" time="16011244.63"/> <Point x="3078" y="5630" time="16011244.64"/> <Point x="3064" y="5673" time="16011244.66"/> <Point x="3057" y="5714" time="16011244.67"/> <Point x="3055" y="5745" time="16011244.68"/> <Point x="3062" y="5764" time="16011244.70"/> <Point x="3070" y="5769" time="16011244.71"/> <Point x="3086" y="5768" time="16011244.73"/> <Point x="3105" y="5757" time="16011244.74"/> <Point x="3129" y="5735" time="16011244.76"/> <Point x="3153" y="5709" time="16011244.77"/> <Point x="3177" y="5679" time="16011244.79"/> <Point x="3201" y="5648" time="16011244.80"/> <Point x="3226" y="5625" time="16011244.82"/> <Point x="3244" y="5605" time="16011244.83"/> <Point x="3263" y="5593" time="16011244.84"/> <Point x="3274" y="5589" time="16011244.86"/> <Point x="3284" y="5589" time="16011244.87"/> <Point x="3291" y="5599" time="16011244.89"/> <Point x="3296" y="5610" time="16011244.90"/> <Point x="3299" y="5631" time="16011244.92"/> <Point x="3299" y="5656" time="16011244.93"/> <Point x="3294" y="5680" time="16011244.95"/> <Point x="3286" y="5705" time="16011244.96"/> <Point x="3276" y="5730" time="16011244.98"/> <Point x="3262" y="5749" time="16011244.99"/> <Point x="3244" y="5759" time="16011245.00"/> <Point x="3227" y="5762" time="16011245.02"/> </Stroke> <Stroke colour="black" start_time="16011245.77" end_time="16011246.47"> <Point x="3623" y="5638" time="16011245.77"/> <Point x="3619" y="5639" time="16011245.79"/> <Point x="3611" y="5653" time="16011245.80"/> <Point x="3595" y="5669" time="16011245.82"/> <Point x="3578" y="5694" time="16011245.83"/> <Point x="3560" y="5723" time="16011245.85"/> <Point x="3548" y="5755" time="16011245.86"/> <Point x="3537" y="5781" time="16011245.88"/> <Point x="3534" y="5805" time="16011245.89"/> <Point x="3535" y="5818" time="16011245.91"/> <Point x="3544" y="5822" time="16011245.92"/> <Point x="3559" y="5820" time="16011245.94"/> <Point x="3578" y="5803" time="16011245.95"/> <Point x="3601" y="5784" time="16011245.96"/> <Point x="3624" y="5757" time="16011245.98"/> <Point x="3647" y="5728" time="16011245.99"/> <Point x="3670" y="5700" time="16011246.01"/> <Point x="3689" y="5678" time="16011246.02"/> <Point x="3703" y="5658" time="16011246.03"/> <Point x="3712" y="5649" time="16011246.05"/> <Point x="3715" y="5648" time="16011246.07"/> <Point x="3713" y="5648" time="16011246.08"/> <Point x="3706" y="5661" time="16011246.09"/> <Point x="3689" y="5682" time="16011246.11"/> <Point x="3671" y="5713" time="16011246.12"/> <Point x="3650" y="5740" time="16011246.14"/> <Point x="3631" y="5771" time="16011246.15"/> <Point x="3615" y="5791" time="16011246.17"/> <Point x="3607" y="5804" time="16011246.18"/> <Point x="3605" y="5804" time="16011246.19"/> <Point x="3608" y="5798" time="16011246.21"/> <Point x="3619" y="5785" time="16011246.23"/> <Point x="3634" y="5757" time="16011246.24"/> <Point x="3654" y="5734" time="16011246.25"/> <Point x="3675" y="5710" time="16011246.27"/> <Point x="3694" y="5689" time="16011246.28"/> <Point x="3711" y="5671" time="16011246.30"/> <Point x="3725" y="5660" time="16011246.31"/> <Point x="3731" y="5653" time="16011246.33"/> <Point x="3737" y="5655" time="16011246.34"/> <Point x="3738" y="5658" time="16011246.35"/> <Point x="3738" y="5667" time="16011246.37"/> <Point x="3736" y="5682" time="16011246.38"/> <Point x="3730" y="5698" time="16011246.40"/> <Point x="3723" y="5715" time="16011246.41"/> <Point x="3714" y="5736" time="16011246.43"/> <Point x="3707" y="5757" time="16011246.44"/> <Point x="3700" y="5779" time="16011246.46"/> <Point x="3694" y="5798" time="16011246.47"/> </Stroke> <Stroke colour="black" start_time="16011246.74" end_time="16011246.86"> <Point x="3689" y="5482" time="16011246.74"/> <Point x="3680" y="5477" time="16011246.76"/> <Point x="3677" y="5475" time="16011246.77"/> <Point x="3672" y="5473" time="16011246.78"/> <Point x="3669" y="5470" time="16011246.80"/> <Point x="3666" y="5472" time="16011246.81"/> <Point x="3662" y="5473" time="16011246.83"/> <Point x="3653" y="5486" time="16011246.84"/> <Point x="3639" y="5501" time="16011246.86"/> </Stroke> <Stroke colour="black" start_time="16011248.07" end_time="16011249.24"> <Point x="4233" y="5469" time="16011248.07"/> <Point x="4229" y="5467" time="16011248.09"/> <Point x="4227" y="5478" time="16011248.10"/> <Point x="4216" y="5493" time="16011248.12"/> <Point x="4205" y="5518" time="16011248.13"/> <Point x="4185" y="5544" time="16011248.15"/> <Point x="4167" y="5578" time="16011248.16"/> <Point x="4145" y="5617" time="16011248.18"/> <Point x="4122" y="5662" time="16011248.19"/> <Point x="4099" y="5702" time="16011248.20"/> <Point x="4082" y="5743" time="16011248.22"/> <Point x="4068" y="5779" time="16011248.23"/> <Point x="4067" y="5815" time="16011248.25"/> <Point x="4068" y="5832" time="16011248.26"/> <Point x="4078" y="5840" time="16011248.28"/> <Point x="4094" y="5841" time="16011248.29"/> <Point x="4116" y="5829" time="16011248.30"/> <Point x="4140" y="5808" time="16011248.32"/> <Point x="4169" y="5777" time="16011248.34"/> <Point x="4201" y="5747" time="16011248.35"/> <Point x="4232" y="5706" time="16011248.36"/> <Point x="4257" y="5664" time="16011248.39"/> <Point x="4285" y="5624" time="16011248.40"/> <Point x="4311" y="5586" time="16011248.42"/> <Point x="4331" y="5546" time="16011248.43"/> <Point x="4348" y="5513" time="16011248.45"/> <Point x="4360" y="5491" time="16011248.46"/> <Point x="4367" y="5477" time="16011248.47"/> <Point x="4368" y="5477" time="16011248.49"/> <Point x="4366" y="5477" time="16011248.51"/> <Point x="4359" y="5491" time="16011248.52"/> <Point x="4347" y="5522" time="16011248.53"/> <Point x="4328" y="5562" time="16011248.55"/> <Point x="4304" y="5609" time="16011248.56"/> <Point x="4279" y="5660" time="16011248.58"/> <Point x="4256" y="5711" time="16011248.59"/> <Point x="4234" y="5751" time="16011248.61"/> <Point x="4218" y="5782" time="16011248.62"/> <Point x="4209" y="5801" time="16011248.63"/> <Point x="4208" y="5803" time="16011248.65"/> <Point x="4210" y="5795" time="16011248.67"/> <Point x="4222" y="5776" time="16011248.68"/> <Point x="4239" y="5743" time="16011248.69"/> <Point x="4261" y="5713" time="16011248.71"/> <Point x="4285" y="5680" time="16011248.72"/> <Point x="4305" y="5650" time="16011248.74"/> <Point x="4324" y="5624" time="16011248.75"/> <Point x="4336" y="5613" time="16011248.77"/> <Point x="4342" y="5605" time="16011248.78"/> <Point x="4342" y="5609" time="16011248.79"/> <Point x="4339" y="5620" time="16011248.81"/> <Point x="4326" y="5641" time="16011248.83"/> <Point x="4314" y="5677" time="16011248.84"/> <Point x="4292" y="5708" time="16011248.85"/> <Point x="4278" y="5749" time="16011248.86"/> <Point x="4266" y="5783" time="16011248.88"/> <Point x="4260" y="5810" time="16011248.90"/> <Point x="4263" y="5826" time="16011248.91"/> <Point x="4270" y="5827" time="16011248.92"/> <Point x="4287" y="5826" time="16011248.94"/> <Point x="4311" y="5817" time="16011248.95"/> <Point x="4333" y="5800" time="16011248.97"/> <Point x="4360" y="5780" time="16011248.98"/> <Point x="4381" y="5758" time="16011249.00"/> <Point x="4399" y="5738" time="16011249.01"/> <Point x="4412" y="5717" time="16011249.02"/> <Point x="4419" y="5699" time="16011249.04"/> <Point x="4423" y="5686" time="16011249.06"/> <Point x="4419" y="5675" time="16011249.07"/> <Point x="4413" y="5670" time="16011249.08"/> <Point x="4403" y="5670" time="16011249.10"/> <Point x="4390" y="5674" time="16011249.11"/> <Point x="4379" y="5689" time="16011249.13"/> <Point x="4365" y="5708" time="16011249.14"/> <Point x="4352" y="5733" time="16011249.16"/> <Point x="4343" y="5766" time="16011249.17"/> <Point x="4340" y="5796" time="16011249.18"/> <Point x="4347" y="5820" time="16011249.20"/> <Point x="4362" y="5829" time="16011249.22"/> <Point x="4383" y="5831" time="16011249.23"/> <Point x="4416" y="5822" time="16011249.24"/> </Stroke> <Stroke colour="black" start_time="16011249.59" end_time="16011249.71"> <Point x="4057" y="5602" time="16011249.59"/> <Point x="4057" y="5602" time="16011249.60"/> <Point x="4061" y="5605" time="16011249.62"/> <Point x="4070" y="5609" time="16011249.64"/> <Point x="4084" y="5610" time="16011249.65"/> <Point x="4106" y="5611" time="16011249.66"/> <Point x="4133" y="5606" time="16011249.68"/> <Point x="4167" y="5600" time="16011249.69"/> <Point x="4206" y="5582" time="16011249.71"/> </Stroke> <Stroke colour="black" start_time="16011250.32" end_time="16011251.89"> <Point x="4874" y="5598" time="16011250.32"/> <Point x="4875" y="5602" time="16011250.33"/> <Point x="4871" y="5600" time="16011250.35"/> <Point x="4868" y="5598" time="16011250.37"/> <Point x="4862" y="5597" time="16011250.38"/> <Point x="4857" y="5605" time="16011250.39"/> <Point x="4844" y="5614" time="16011250.41"/> <Point x="4828" y="5631" time="16011250.42"/> <Point x="4809" y="5652" time="16011250.44"/> <Point x="4787" y="5677" time="16011250.45"/> <Point x="4766" y="5711" time="16011250.47"/> <Point x="4743" y="5750" time="16011250.48"/> <Point x="4722" y="5791" time="16011250.50"/> <Point x="4716" y="5829" time="16011250.51"/> <Point x="4719" y="5861" time="16011250.53"/> <Point x="4727" y="5875" time="16011250.54"/> <Point x="4741" y="5880" time="16011250.55"/> <Point x="4763" y="5870" time="16011250.57"/> <Point x="4790" y="5852" time="16011250.58"/> <Point x="4817" y="5825" time="16011250.60"/> <Point x="4845" y="5797" time="16011250.61"/> <Point x="4875" y="5767" time="16011250.63"/> <Point x="4898" y="5733" time="16011250.64"/> <Point x="4919" y="5698" time="16011250.65"/> <Point x="4936" y="5672" time="16011250.67"/> <Point x="4945" y="5656" time="16011250.69"/> <Point x="4945" y="5646" time="16011250.70"/> <Point x="4941" y="5644" time="16011250.71"/> <Point x="4936" y="5642" time="16011250.73"/> <Point x="4937" y="5647" time="16011250.74"/> <Point x="4937" y="5651" time="16011250.76"/> <Point x="4940" y="5654" time="16011250.77"/> <Point x="4952" y="5656" time="16011250.79"/> <Point x="4970" y="5658" time="16011250.80"/> <Point x="4987" y="5651" time="16011250.81"/> <Point x="5007" y="5646" time="16011250.83"/> <Point x="5021" y="5641" time="16011250.85"/> <Point x="5030" y="5645" time="16011250.86"/> <Point x="5031" y="5648" time="16011250.87"/> <Point x="5028" y="5661" time="16011250.89"/> <Point x="5016" y="5678" time="16011250.90"/> <Point x="5006" y="5706" time="16011250.92"/> <Point x="4985" y="5735" time="16011250.93"/> <Point x="4967" y="5767" time="16011250.95"/> <Point x="4953" y="5801" time="16011250.96"/> <Point x="4940" y="5829" time="16011250.97"/> <Point x="4936" y="5851" time="16011250.99"/> <Point x="4937" y="5861" time="16011251.00"/> <Point x="4946" y="5865" time="16011251.02"/> <Point x="4961" y="5863" time="16011251.03"/> <Point x="4975" y="5849" time="16011251.05"/> <Point x="4995" y="5831" time="16011251.06"/> <Point x="5016" y="5811" time="16011251.08"/> <Point x="5034" y="5789" time="16011251.09"/> <Point x="5055" y="5769" time="16011251.11"/> <Point x="5069" y="5744" time="16011251.12"/> <Point x="5082" y="5725" time="16011251.13"/> <Point x="5091" y="5708" time="16011251.15"/> <Point x="5096" y="5691" time="16011251.17"/> <Point x="5102" y="5682" time="16011251.18"/> <Point x="5103" y="5675" time="16011251.19"/> <Point x="5101" y="5672" time="16011251.21"/> <Point x="5100" y="5672" time="16011251.22"/> <Point x="5098" y="5675" time="16011251.24"/> <Point x="5095" y="5682" time="16011251.25"/> <Point x="5088" y="5696" time="16011251.27"/> <Point x="5080" y="5716" time="16011251.28"/> <Point x="5072" y="5742" time="16011251.29"/> <Point x="5060" y="5770" time="16011251.31"/> <Point x="5053" y="5800" time="16011251.33"/> <Point x="5050" y="5822" time="16011251.34"/> <Point x="5052" y="5839" time="16011251.35"/> <Point x="5059" y="5844" time="16011251.37"/> <Point x="5072" y="5840" time="16011251.38"/> <Point x="5087" y="5829" time="16011251.40"/> <Point x="5105" y="5812" time="16011251.41"/> <Point x="5120" y="5786" time="16011251.43"/> <Point x="5141" y="5762" time="16011251.44"/> <Point x="5158" y="5735" time="16011251.45"/> <Point x="5175" y="5712" time="16011251.47"/> <Point x="5183" y="5692" time="16011251.48"/> <Point x="5191" y="5680" time="16011251.50"/> <Point x="5192" y="5674" time="16011251.51"/> <Point x="5190" y="5675" time="16011251.53"/> <Point x="5185" y="5679" time="16011251.54"/> <Point x="5179" y="5694" time="16011251.56"/> <Point x="5169" y="5721" time="16011251.57"/> <Point x="5155" y="5752" time="16011251.59"/> <Point x="5143" y="5795" time="16011251.60"/> <Point x="5127" y="5840" time="16011251.61"/> <Point x="5119" y="5895" time="16011251.63"/> <Point x="5104" y="5950" time="16011251.64"/> <Point x="5088" y="6009" time="16011251.66"/> <Point x="5070" y="6066" time="16011251.67"/> <Point x="5055" y="6128" time="16011251.68"/> <Point x="5032" y="6187" time="16011251.70"/> <Point x="5006" y="6242" time="16011251.72"/> <Point x="4980" y="6288" time="16011251.73"/> <Point x="4953" y="6319" time="16011251.74"/> <Point x="4931" y="6336" time="16011251.76"/> <Point x="4911" y="6335" time="16011251.77"/> <Point x="4901" y="6318" time="16011251.79"/> <Point x="4900" y="6290" time="16011251.80"/> <Point x="4907" y="6239" time="16011251.82"/> <Point x="4922" y="6177" time="16011251.83"/> <Point x="4948" y="6107" time="16011251.84"/> <Point x="4984" y="6036" time="16011251.86"/> <Point x="5028" y="5967" time="16011251.88"/> <Point x="5072" y="5904" time="16011251.89"/> </Stroke> <Stroke colour="black" start_time="16011252.04" end_time="16011252.33"> <Point x="5201" y="5837" time="16011252.04"/> <Point x="5202" y="5846" time="16011252.05"/> <Point x="5205" y="5843" time="16011252.07"/> <Point x="5215" y="5836" time="16011252.08"/> <Point x="5229" y="5816" time="16011252.10"/> <Point x="5247" y="5788" time="16011252.11"/> <Point x="5270" y="5755" time="16011252.12"/> <Point x="5298" y="5725" time="16011252.14"/> <Point x="5329" y="5697" time="16011252.16"/> <Point x="5353" y="5672" time="16011252.17"/> <Point x="5377" y="5658" time="16011252.18"/> <Point x="5394" y="5656" time="16011252.20"/> <Point x="5405" y="5657" time="16011252.21"/> <Point x="5412" y="5672" time="16011252.23"/> <Point x="5412" y="5697" time="16011252.24"/> <Point x="5405" y="5728" time="16011252.26"/> <Point x="5395" y="5766" time="16011252.27"/> <Point x="5378" y="5804" time="16011252.28"/> <Point x="5358" y="5834" time="16011252.30"/> <Point x="5342" y="5861" time="16011252.32"/> <Point x="5330" y="5875" time="16011252.33"/> </Stroke> <Stroke colour="black" start_time="16011252.49" end_time="16011253.02"> <Point x="5579" y="5436" time="16011252.49"/> <Point x="5596" y="5412" time="16011252.51"/> <Point x="5606" y="5398" time="16011252.52"/> <Point x="5607" y="5397" time="16011252.54"/> <Point x="5599" y="5404" time="16011252.55"/> <Point x="5585" y="5432" time="16011252.57"/> <Point x="5561" y="5473" time="16011252.58"/> <Point x="5535" y="5531" time="16011252.60"/> <Point x="5508" y="5595" time="16011252.61"/> <Point x="5478" y="5655" time="16011252.62"/> <Point x="5447" y="5710" time="16011252.64"/> <Point x="5425" y="5759" time="16011252.65"/> <Point x="5411" y="5794" time="16011252.67"/> <Point x="5405" y="5809" time="16011252.68"/> <Point x="5407" y="5808" time="16011252.70"/> <Point x="5414" y="5796" time="16011252.71"/> <Point x="5426" y="5768" time="16011252.73"/> <Point x="5441" y="5735" time="16011252.74"/> <Point x="5455" y="5699" time="16011252.76"/> <Point x="5467" y="5665" time="16011252.77"/> <Point x="5472" y="5640" time="16011252.78"/> <Point x="5475" y="5622" time="16011252.80"/> <Point x="5473" y="5619" time="16011252.81"/> <Point x="5469" y="5627" time="16011252.83"/> <Point x="5456" y="5647" time="16011252.84"/> <Point x="5434" y="5675" time="16011252.86"/> <Point x="5416" y="5720" time="16011252.87"/> <Point x="5403" y="5765" time="16011252.88"/> <Point x="5391" y="5810" time="16011252.90"/> <Point x="5388" y="5846" time="16011252.92"/> <Point x="5395" y="5876" time="16011252.93"/> <Point x="5411" y="5894" time="16011252.94"/> <Point x="5433" y="5898" time="16011252.96"/> <Point x="5458" y="5885" time="16011252.97"/> <Point x="5489" y="5865" time="16011252.99"/> <Point x="5520" y="5836" time="16011253.00"/> <Point x="5549" y="5803" time="16011253.02"/> </Stroke> <Stroke colour="black" start_time="16011253.10" end_time="16011253.90"> <Point x="5621" y="5673" time="16011253.10"/> <Point x="5615" y="5673" time="16011253.11"/> <Point x="5600" y="5675" time="16011253.13"/> <Point x="5586" y="5692" time="16011253.15"/> <Point x="5565" y="5713" time="16011253.16"/> <Point x="5546" y="5744" time="16011253.17"/> <Point x="5528" y="5779" time="16011253.19"/> <Point x="5520" y="5816" time="16011253.20"/> <Point x="5514" y="5846" time="16011253.22"/> <Point x="5515" y="5865" time="16011253.23"/> <Point x="5519" y="5873" time="16011253.25"/> <Point x="5531" y="5873" time="16011253.26"/> <Point x="5546" y="5861" time="16011253.28"/> <Point x="5561" y="5835" time="16011253.29"/> <Point x="5576" y="5807" time="16011253.31"/> <Point x="5591" y="5775" time="16011253.32"/> <Point x="5603" y="5745" time="16011253.33"/> <Point x="5614" y="5720" time="16011253.35"/> <Point x="5619" y="5700" time="16011253.36"/> <Point x="5622" y="5687" time="16011253.38"/> <Point x="5622" y="5687" time="16011253.39"/> <Point x="5621" y="5694" time="16011253.41"/> <Point x="5610" y="5708" time="16011253.42"/> <Point x="5605" y="5738" time="16011253.43"/> <Point x="5599" y="5773" time="16011253.45"/> <Point x="5595" y="5812" time="16011253.46"/> <Point x="5598" y="5846" time="16011253.48"/> <Point x="5604" y="5873" time="16011253.49"/> <Point x="5617" y="5887" time="16011253.51"/> <Point x="5635" y="5888" time="16011253.52"/> <Point x="5659" y="5880" time="16011253.54"/> <Point x="5683" y="5854" time="16011253.55"/> <Point x="5711" y="5817" time="16011253.57"/> <Point x="5740" y="5771" time="16011253.58"/> <Point x="5765" y="5720" time="16011253.59"/> <Point x="5793" y="5664" time="16011253.61"/> <Point x="5815" y="5604" time="16011253.63"/> <Point x="5833" y="5550" time="16011253.64"/> <Point x="5846" y="5501" time="16011253.65"/> <Point x="5854" y="5461" time="16011253.67"/> <Point x="5852" y="5431" time="16011253.68"/> <Point x="5844" y="5416" time="16011253.70"/> <Point x="5830" y="5413" time="16011253.71"/> <Point x="5807" y="5424" time="16011253.73"/> <Point x="5778" y="5454" time="16011253.74"/> <Point x="5747" y="5498" time="16011253.75"/> <Point x="5713" y="5554" time="16011253.77"/> <Point x="5679" y="5619" time="16011253.78"/> <Point x="5654" y="5692" time="16011253.80"/> <Point x="5638" y="5762" time="16011253.81"/> <Point x="5628" y="5827" time="16011253.83"/> <Point x="5634" y="5884" time="16011253.84"/> <Point x="5644" y="5921" time="16011253.86"/> <Point x="5668" y="5944" time="16011253.87"/> <Point x="5703" y="5946" time="16011253.89"/> <Point x="5743" y="5934" time="16011253.90"/> </Stroke> <Stroke colour="black" start_time="16011254.84" end_time="16011255.07"> <Point x="5943" y="5920" time="16011254.84"/> <Point x="5944" y="5919" time="16011254.85"/> <Point x="5945" y="5919" time="16011254.87"/> <Point x="5945" y="5919" time="16011254.88"/> <Point x="5943" y="5920" time="16011254.90"/> <Point x="5940" y="5923" time="16011254.91"/> <Point x="5934" y="5923" time="16011254.93"/> <Point x="5933" y="5923" time="16011254.94"/> <Point x="5934" y="5923" time="16011254.96"/> <Point x="5936" y="5921" time="16011254.97"/> <Point x="5943" y="5919" time="16011254.98"/> <Point x="5945" y="5914" time="16011255.00"/> <Point x="5943" y="5910" time="16011255.01"/> <Point x="5937" y="5910" time="16011255.03"/> <Point x="5926" y="5914" time="16011255.04"/> <Point x="5912" y="5919" time="16011255.06"/> <Point x="5899" y="5925" time="16011255.07"/> </Stroke> </StrokeSet> </WhiteboardCaptureSession>
52.321464
75
0.551222
cfe60e33781ea96b3b196ed04aece3c4a8b14874
331
fxml
XML
SourceCode/MyPetSitter/target/classes/view/PetSitterPrincipal.fxml
AlexandroLuis/Integrador
851896c15b953b6eff016f7af1e5b123f71b09f3
[ "MIT" ]
null
null
null
SourceCode/MyPetSitter/target/classes/view/PetSitterPrincipal.fxml
AlexandroLuis/Integrador
851896c15b953b6eff016f7af1e5b123f71b09f3
[ "MIT" ]
null
null
null
SourceCode/MyPetSitter/target/classes/view/PetSitterPrincipal.fxml
AlexandroLuis/Integrador
851896c15b953b6eff016f7af1e5b123f71b09f3
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <?import javafx.scene.layout.VBox?> <VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="600.0" prefWidth="800.0" style="-fx-background-color: lightSeaGreen;" xmlns="http://javafx.com/javafx/15.0.1" xmlns:fx="http://javafx.com/fxml/1" />
47.285714
252
0.712991
d2c4caff7a2f48233387d46cfe7dc22177477be0
573
xml
XML
overlay/common/packages/apps/Settings/res/drawable/ic_settings_backup_restore.xml
mohancm100/vendor
c73a1212f0fbc99437bed5ed273c853c479a6dee
[ "Apache-2.0" ]
null
null
null
overlay/common/packages/apps/Settings/res/drawable/ic_settings_backup_restore.xml
mohancm100/vendor
c73a1212f0fbc99437bed5ed273c853c479a6dee
[ "Apache-2.0" ]
null
null
null
overlay/common/packages/apps/Settings/res/drawable/ic_settings_backup_restore.xml
mohancm100/vendor
c73a1212f0fbc99437bed5ed273c853c479a6dee
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="48" android:viewportHeight="48"> <path android:fillColor="?android:attr/colorAccent" android:pathData="M28 24c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4 4-1.79 4-4zM24 6C14.06 6 6 14.06 6 24H0l8 8 8-8h-6c0-7.73 6.27-14 14-14s14 6.27 14 14-6.27 14-14 14c-3.03 0-5.82-.97-8.12-2.61l-2.83 2.87C16.09 40.6 19.88 42 24 42c9.94 0 18-8.06 18-18S33.94 6 24 6z" /> </vector>
38.2
106
0.659686
1dea9a786e489801c14536a8c2ac725e86f98d3f
929
xml
XML
src/main/resources/mapper/DiscussPostMapper.xml
TtttttH/Community
d03ce2822855c62a424817fed34dd7c561df27ea
[ "Apache-2.0" ]
1
2022-01-12T10:31:26.000Z
2022-01-12T10:31:26.000Z
src/main/resources/mapper/DiscussPostMapper.xml
TtttttH/Community
d03ce2822855c62a424817fed34dd7c561df27ea
[ "Apache-2.0" ]
1
2022-02-04T19:54:07.000Z
2022-02-04T19:54:07.000Z
src/main/resources/mapper/DiscussPostMapper.xml
TtttttH/Community
d03ce2822855c62a424817fed34dd7c561df27ea
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.achui.community.dao.DiscussPostMapper"> <sql id="selectFields"> id, user_id, title, content, type, status, create_time, comment_count, score </sql> <select id = "selectDiscussPosts" resultType="DiscussPost"> select <include refid="selectFields"/> from discuss_post where status != 2 <if test="userId!=0"> and user_id = #{userId} </if> order by type desc, create_time desc limit #{offset}, #{limit} </select> <select id = "selectDiscussPostRows" resultType="int"> select count(id) from discuss_post where status != 2 <if test="userId!=0"> and user_id = #{userId} </if> </select> </mapper>
30.966667
84
0.587729
65681cff620e4e28bd336b572e8e92c71281b494
1,257
xml
XML
app/src/main/res/drawable/ic_tab_message_24dp.xml
hestyle/book_stadium_online_app
7535e939b759cfcff56c0ececafea3f93edf82fd
[ "MIT" ]
null
null
null
app/src/main/res/drawable/ic_tab_message_24dp.xml
hestyle/book_stadium_online_app
7535e939b759cfcff56c0ececafea3f93edf82fd
[ "MIT" ]
null
null
null
app/src/main/res/drawable/ic_tab_message_24dp.xml
hestyle/book_stadium_online_app
7535e939b759cfcff56c0ececafea3f93edf82fd
[ "MIT" ]
1
2021-07-26T03:52:02.000Z
2021-07-26T03:52:02.000Z
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportHeight="1024" android:viewportWidth="1024"> <path android:fillColor="#FF000000" android:pathData="M215.26,360.8a53.43,53.26 0,1 0,106.86 0,53.43 53.26,0 1,0 -106.86,0Z"/> <path android:fillColor="#FF000000" android:pathData="M455.83,360.8a53.43,53.26 0,1 0,106.86 0,53.43 53.26,0 1,0 -106.86,0Z"/> <path android:fillColor="#FF000000" android:pathData="M696.4,360.8a53.43,53.26 0,1 0,106.86 0,53.43 53.26,0 1,0 -106.86,0Z"/> <path android:fillColor="#FF000000" android:pathData="M161.83,884.09c-3.83,0 -7.7,-0.74 -11.38,-2.27a29.7,29.7 0,0 1,-18.31 -27.42V684.54C60.15,680.83 2.72,621.24 2.72,548.52V173.07C2.72,97.97 63.98,36.86 139.27,36.86h739.98C954.55,36.86 1015.81,97.97 1015.81,173.07v375.45c0,75.1 -61.26,136.2 -136.55,136.2h-505.14L182.79,875.43a29.65,29.65 0,0 1,-20.96 8.66zM139.27,96.26c-42.55,0 -77.16,34.46 -77.16,76.81v375.45c0,42.35 34.61,76.81 77.16,76.81h22.56c16.4,0 29.7,13.29 29.7,29.7v127.84L340.89,634c5.57,-5.55 13.11,-8.66 20.96,-8.66h517.41c42.55,0 77.16,-34.46 77.16,-76.81V173.07C956.42,130.71 921.8,96.26 879.26,96.26H139.27z"/> </vector>
83.8
604
0.674622
6f9879901de2d6bba6e9e2b443cbe3c1183e5611
3,172
xml
XML
pom.xml
arne-fuchs/iota-jammer
77f3a095bf53acede1643b1ca37440e8d851a410
[ "Apache-2.0" ]
5
2020-03-25T22:16:45.000Z
2021-03-28T08:49:44.000Z
pom.xml
arne-fuchs/iota-jammer
77f3a095bf53acede1643b1ca37440e8d851a410
[ "Apache-2.0" ]
null
null
null
pom.xml
arne-fuchs/iota-jammer
77f3a095bf53acede1643b1ca37440e8d851a410
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>spammer</groupId> <artifactId>iota-jammer</artifactId> <version>1.5</version> <!-- https://mvnrepository.com/artifact/org.iota/jota --> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <version.gmaven>1.4</version.gmaven> <java.version>1.8</java.version> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> </properties> <dependencies> <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.8.0-beta1</version> </dependency> <dependency> <groupId>org.iota</groupId> <artifactId>jota</artifactId> <version>1.0.0-beta8</version> </dependency> <!-- https://mvnrepository.com/artifact/org.json/json --> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20190722</version> </dependency> <dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> <version>1.1.1</version> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <archive> <manifest> <mainClass>spammer.IOTAJammer</mainClass> </manifest> </archive> <descriptorRefs> <descriptorRef>jar-with-dependencies</descriptorRef> </descriptorRefs> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>11</source> <target>11</target> </configuration> </plugin> </plugins> <resources> <!-- resource processsing with a different output directory for logback.xml --> <resource> <directory>src/main/resources</directory> <includes> <include>nodeList</include> <include>node_config.properties</include> <include>nodes.json</include> </includes> <!-- relative to target/classes i.e. ${project.build.outputDirectory} --> <targetPath>..</targetPath> </resource> </resources> </build> </project>
37.317647
108
0.529004
c45541cc3eaadc934390fa104265a3b7655c8bfd
5,969
xml
XML
src/release-tools/build.xml
anzhdanov/seeding-realistic-concurrency-bugs
39b9668c82aa056803fbe3c48528f33409618ddf
[ "Apache-2.0" ]
null
null
null
src/release-tools/build.xml
anzhdanov/seeding-realistic-concurrency-bugs
39b9668c82aa056803fbe3c48528f33409618ddf
[ "Apache-2.0" ]
null
null
null
src/release-tools/build.xml
anzhdanov/seeding-realistic-concurrency-bugs
39b9668c82aa056803fbe3c48528f33409618ddf
[ "Apache-2.0" ]
null
null
null
<!-- /* * 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. */ --> <!-- Build file for creating release candidates and releasing lang. $Id$ --> <project name="release-lang" basedir="../../"> <target name="-init"> <property file="src/release-tools/build.properties" /> <property file="default.properties" /> <!-- provide some defaults --> <property name="release.path" value="${user.home}/lang-rc" /> <property name="apache.id" value="dev@commons.apache.org" /> <property name="ssh.keyfile" value="${user.home}/.ssh/id_rsa"/> <property name="release.url" value="https://dist.apache.org/repos/dist/dev/commons/lang" /> <macrodef name="mvn"> <attribute name="goal"/> <element name="more-args" implicit="true" optional="true"/> <sequential> <exec executable="mvn"> <arg value="@{goal}" /> <more-args/> </exec> </sequential> </macrodef> <available property="dist-dir-exists?" file="${release.path}" type="dir"/> </target> <target name="pre-rc" depends="-init" description="Prepares the download page and the release notes for rolling out a RC"> <mvn goal="changes:announcement-generate"> <arg value="-Prelease-notes"/> </mvn> <mvn goal="commons:download-page"> <arg value="-Dcommons.componentid=lang"/> </mvn> </target> <target name="-clear-local-repo" depends="-init"> <property name="repo.path" value="${user.home}/.m2/repository/org/apache/commons/${component.name}/${component.version}" /> <delete dir="${repo.path}" /> </target> <target name="-build-maven-artifacts" depends="-clear-local-repo"> <input message="Please enter gpg passphrase..." addproperty="gpg.pass"> <handler type="secure" /> </input> <mvn goal="deploy"> <arg value="-Prelease" /> <arg value="-Ptest-deploy" /> <arg value="-Duser.name=${apache.id}" /> <arg value="-Dgpg.passphrase=${gpg.pass}" /> </mvn> </target> <target name="-populate-dist-repo" depends="-build-maven-artifacts, -prepare-dist-area"> <copy todir="${release.path}/binaries"> <fileset dir="${repo.path}"> <include name="*bin.zip*" /> <include name="*bin.tar.gz*"/> </fileset> </copy> <copy todir="${release.path}/source"> <fileset dir="${repo.path}"> <include name="*src.zip*" /> <include name="*src.tar.gz*"/> </fileset> </copy> <copy file="RELEASE-NOTES.txt" todir="${release.path}" /> </target> <target name="rc" description="Create the RC" depends="-populate-dist-repo, -create-site"/> <target name="-create-site" depends="-init"> <echo message="Creating site" /> <mvn goal="site"/> </target> <target name="upload-site" depends="-init" description="Uploads and publishes the site to the RM's apache webspace"> <zip destfile="target/site.zip"> <zipfileset dir="target/site" prefix="${final.name}"/> </zip> <input message="Please enter ssh passphrase..." addproperty="ssh.pass"> <handler type="secure" /> </input> <scp localFile="target/site.zip" remoteToDir="${apache.id}@people.apache.org:." keyfile="${ssh.keyfile}" passphrase="${ssh.pass}"/> <sshexec username="${apache.id}" host="people.apache.org" command="unzip -d public_html site.zip" keyfile="${ssh.keyfile}" passphrase="${ssh.pass}"/> <sshexec username="${apache.id}" host="people.apache.org" command="rm site.zip" keyfile="${ssh.keyfile}" passphrase="${ssh.pass}"/> </target> <target name="nexus-bundle" depends="-build-maven-artifacts" description="Creates an upload bundle suitable for Nexus Snapshot Upload"> <jar destfile="target/upload-bundle.jar"> <fileset dir="${repo.path}"> <include name="*.jar"/> <include name="*.jar.asc"/> <include name="*.pom"/> <include name="*.pom.asc"/> </fileset> </jar> </target> <target name="-prepare-dist-area" depends="-checkout-dist, -update-dist"/> <target name="-checkout-dist" depends="-init" unless="dist-dir-exists?"> <echo message="Checking out ${release.url} -> ${release.path}"/> <exec executable="svn"> <arg value="co" /> <arg value="${release.url}" /> <arg value="${release.path}" /> </exec> </target> <target name="-update-dist" depends="-init" if="dist-dir-exists?"> <echo message="Updating ${release.path}"/> <exec executable="svn" dir="${release.path}"> <arg value="up" /> </exec> </target> </project>
36.845679
131
0.562071
2ef6fe1a812f18019a304ddc2014b270af3f7faf
721
xml
XML
.idea/libraries/Gradle__com_eightbitlab_supportrenderscriptblur_1_0_1.xml
16110344/ResponsiPAM
09e6659cdebef3d8fdb50c497e1e55c57c740c1c
[ "Apache-2.0" ]
1
2020-07-10T09:20:32.000Z
2020-07-10T09:20:32.000Z
.idea/libraries/Gradle__com_eightbitlab_supportrenderscriptblur_1_0_1.xml
ridhoaryobimo/Aplikasi-Mobile
09e6659cdebef3d8fdb50c497e1e55c57c740c1c
[ "Apache-2.0" ]
null
null
null
.idea/libraries/Gradle__com_eightbitlab_supportrenderscriptblur_1_0_1.xml
ridhoaryobimo/Aplikasi-Mobile
09e6659cdebef3d8fdb50c497e1e55c57c740c1c
[ "Apache-2.0" ]
null
null
null
<component name="libraryTable"> <library name="Gradle: com.eightbitlab:supportrenderscriptblur-1.0.1"> <CLASSES> <root url="file://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/supportrenderscriptblur-1.0.1.aar/6d6c7aaffc28c19f5d785e6a7427f960/res" /> <root url="jar://$USER_HOME$/.gradle/caches/transforms-1/files-1.1/supportrenderscriptblur-1.0.1.aar/6d6c7aaffc28c19f5d785e6a7427f960/jars/classes.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.eightbitlab/supportrenderscriptblur/1.0.1/cb0ba8a9a88a00a0a2f8d6b5d8743e632a8398fe/supportrenderscriptblur-1.0.1-sources.jar!/" /> </SOURCES> </library> </component>
60.083333
204
0.739251
19ceadd6c7356e05b46b45ec78e805ed27d54478
3,216
xml
XML
app/src/main/resources-unfiltered/META-INF/web.xml
EricWittmann/mas-api-studio
36a2df033301857a58cca5668924bed9e4d0d976
[ "Apache-2.0" ]
null
null
null
app/src/main/resources-unfiltered/META-INF/web.xml
EricWittmann/mas-api-studio
36a2df033301857a58cca5668924bed9e4d0d976
[ "Apache-2.0" ]
null
null
null
app/src/main/resources-unfiltered/META-INF/web.xml
EricWittmann/mas-api-studio
36a2df033301857a58cca5668924bed9e4d0d976
[ "Apache-2.0" ]
1
2022-02-02T10:47:58.000Z
2022-02-02T10:47:58.000Z
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0"> <!-- <filter> --> <!-- <filter-name>RedirectFilter</filter-name> --> <!-- <filter-class>io.apicurio.registry.ui.servlets.RedirectFilter</filter-class> --> <!-- </filter> --> <!-- <filter-mapping> --> <!-- <filter-name>RedirectFilter</filter-name> --> <!-- <url-pattern>/</url-pattern> --> <!-- </filter-mapping> --> <!-- <filter> --> <!-- <filter-name>ApplicationServletFilter</filter-name> --> <!-- <filter-class>io.apicurio.mas.studio.rest.ApplicationServletFilter</filter-class> --> <!-- <async-supported>true</async-supported> --> <!-- </filter> --> <!-- <filter-mapping> --> <!-- <filter-name>ApplicationServletFilter</filter-name> --> <!-- <url-pattern>/*</url-pattern> --> <!-- </filter-mapping> --> <filter> <filter-name>ResourceCacheControlFilter</filter-name> <filter-class>io.apicurio.common.apps.web.filters.ResourceCacheControlFilter</filter-class> <async-supported>true</async-supported> <init-param> <param-name>disabledFor</param-name> <param-value>version.js,config.js,/apis/</param-value> </init-param> </filter> <filter-mapping> <filter-name>ResourceCacheControlFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <filter> <filter-name>HSTSFilter</filter-name> <filter-class>io.apicurio.common.apps.web.filters.HSTSFilter</filter-class> <async-supported>true</async-supported> </filter> <filter-mapping> <filter-name>HSTSFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <filter> <filter-name>BaseHrefFilter</filter-name> <filter-class>io.apicurio.common.apps.web.filters.BaseHrefFilter</filter-class> <async-supported>true</async-supported> <init-param> <param-name>fromHref</param-name> <param-value>/</param-value> </init-param> <init-param> <param-name>toHref</param-name> <param-value>/ui/</param-value> </init-param> </filter> <filter-mapping> <filter-name>BaseHrefFilter</filter-name> <url-pattern>/ui/*</url-pattern> </filter-mapping> <servlet> <servlet-name>ReactAppServlet</servlet-name> <servlet-class>io.apicurio.common.apps.web.servlets.ReactAppServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>ReactAppServlet</servlet-name> <url-pattern>/ui/apis/*</url-pattern> </servlet-mapping> <servlet> <servlet-name>ConfigServlet</servlet-name> <servlet-class>io.apicurio.mas.studio.web.servlets.ConfigServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>ConfigServlet</servlet-name> <url-pattern>/ui/config.js</url-pattern> </servlet-mapping> </web-app>
37.395349
108
0.61194
71064c2abd0d89a12252708ee6aa8480f4086e98
9,627
xml
XML
XSharp/docs/Topics/PropPage-Language.xml
SHirsch78/XSharpDev
dd0b7b72d44f51d67603ac75e6e4adcc4a0aa5d5
[ "Apache-2.0" ]
29
2019-10-17T17:51:29.000Z
2022-03-02T01:59:30.000Z
XSharp/docs/Topics/PropPage-Language.xml
SHirsch78/XSharpDev
dd0b7b72d44f51d67603ac75e6e4adcc4a0aa5d5
[ "Apache-2.0" ]
7
2020-07-06T08:28:19.000Z
2022-03-09T09:36:39.000Z
XSharp/docs/Topics/PropPage-Language.xml
SHirsch78/XSharpDev
dd0b7b72d44f51d67603ac75e6e4adcc4a0aa5d5
[ "Apache-2.0" ]
10
2019-10-18T07:33:53.000Z
2022-03-09T17:14:39.000Z
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="../helpproject.xsl" ?> <topic template="Default" lasteditedby="robert" version="2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../helpproject.xsd"> <title>Language</title> <keywords> <keyword>Additional Include paths</keyword> <keyword>Allow Late Binding</keyword> <keyword>Allow Named Arguments</keyword> <keyword>Allow Unsafe Code</keyword> <keyword>Alternate standard header file</keyword> <keyword>-az</keyword> <keyword>Case Sensitive</keyword> <keyword>-cs</keyword> <keyword>Enable Implicit Namespace lookup</keyword> <keyword>Enable Memvar support</keyword> <keyword>Enable Undeclared variables support</keyword> <keyword>-i</keyword> <keyword>Implicit Namespace lookup</keyword> <keyword>Include paths</keyword> <keyword>Initialize Local variables</keyword> <keyword>-initlocals</keyword> <keyword>-ins</keyword> <keyword>-lb</keyword> <keyword>Local variables</keyword> <keyword>-memvar</keyword> <keyword>Memvar support</keyword> <keyword>-namedargs</keyword> <keyword>NAMESPACE</keyword> <keyword>Namespace lookup</keyword> <keyword>-nostddef</keyword> <keyword>ns</keyword> <keyword>-ns:&lt;Namespace&gt;</keyword> <keyword>Overflow Exceptions</keyword> <keyword>-ovf</keyword> <keyword>Prefix classes</keyword> <keyword>Prefix classes with default Namespace</keyword> <keyword>standard header file</keyword> <keyword>-stddefs</keyword> <keyword>Suppress standard header file</keyword> <keyword>-undeclared</keyword> <keyword>Undeclared variables support</keyword> <keyword>-unsafe</keyword> <keyword>Unsafe Code</keyword> <keyword>Use Zero Based Arrays</keyword> <keyword>Zero Based Arrays</keyword> </keywords> <body> <header> <para styleclass="Heading1">Language</para> </header> <para styleclass="Body Text">The Language page contains some settings that control X# Language specific options. These settings apply to all dialects.</para> <para styleclass="Body Text"></para> <para styleclass="Image Caption"><image src="ProjectPropertiesLanguage.png" scale="100.00%"></image></para> <para styleclass="Body Text"></para> <para styleclass="Normal"><table styleclass="Default" rowcount="15" colcount="3"> <tr style="vertical-align:top"> <td> <para styleclass="Normal">Item</para> </td> <td> <para styleclass="Normal">Description</para> </td> <td> <para styleclass="Normal">Command item</para> </td> </tr> <tr style="vertical-align:top"> <td> <para styleclass="Normal">Allow Late Binding</para> </td> <td> <para styleclass="Normal">Allow property access and method calls on expressions of type OBJECT and USUAL.</para> </td> <td> <para styleclass="Normal"><link displaytype="text" defaultstyle="true" type="topiclink" href="opt-lb">/lb</link></para> </td> </tr> <tr style="vertical-align:top"> <td> <para styleclass="Normal">Allow Named Arguments</para> </td> <td> <para styleclass="Normal">Allow named arguments (Default = FALSE for the Core dialect and TRUE for the other dialects). Changing the dialect may also automatically change this setting.</para> </td> <td> <para styleclass="Normal"><link displaytype="text" defaultstyle="true" type="topiclink" href="opt-namedargs">/namedargs</link></para> </td> </tr> <tr style="vertical-align:top"> <td> <para styleclass="Normal">Allow Unsafe Code</para> </td> <td> <para styleclass="Normal">Allow Unsafe code inside this assembly.</para> </td> <td> <para styleclass="Normal"><link displaytype="text" defaultstyle="true" type="topiclink" href="opt-unsafe">/unsafe</link></para> </td> </tr> <tr style="vertical-align:top"> <td> <para styleclass="Normal">Case Sensitive</para> </td> <td> <para styleclass="Normal">Enable/Disable case sensitivity.</para> </td> <td> <para styleclass="Normal"><link displaytype="text" defaultstyle="true" type="topiclink" href="opt-cs">/cs</link></para> </td> </tr> <tr style="vertical-align:top"> <td> <para styleclass="Normal">Initialize Local variables</para> </td> <td> <para styleclass="Normal">Automatically initialize local variables without initialization expression. Please note that for locals of type string the initial value will depend on the &apos;Initialize strings&apos; setting from the Dialect page.</para> </td> <td> <para styleclass="Normal"><link displaytype="text" defaultstyle="true" type="topiclink" href="opt-initlocals">/initlocals</link></para> </td> </tr> <tr style="vertical-align:top"> <td> <para styleclass="Normal">Overflow Exceptions</para> </td> <td> <para styleclass="Normal">Check for Overflow and Underflow for numeric expressions, like the CHECKED keyword.</para> </td> <td> <para styleclass="Normal"><link displaytype="text" defaultstyle="true" type="topiclink" href="opt-ovf">/ovf</link></para> </td> </tr> <tr style="vertical-align:top"> <td> <para styleclass="Normal">Use Zero Based Arrays</para> </td> <td> <para styleclass="Normal">Use Zero Based Arrays.</para> </td> <td> <para styleclass="Normal"><link displaytype="text" defaultstyle="true" type="topiclink" href="opt-az">/az</link></para> </td> </tr> <tr style="vertical-align:top"> <td> <para styleclass="Normal">Enable Memvar support</para> </td> <td> <para styleclass="Normal">Enable support for memory variables (MEMVAR, PUBLIC, PRIVATE &amp; PARAMETERS). </para> <para styleclass="Normal">Please note that this is NOT supported for the Core and Vulcan dialects</para> </td> <td> <para styleclass="Normal"><link displaytype="text" defaultstyle="true" type="topiclink" href="opt-memvar">/memvar</link></para> </td> </tr> <tr style="vertical-align:top"> <td> <para styleclass="Normal">Enable Undeclared variables support</para> </td> <td> <para styleclass="Normal">Enable support for undeclared variables (these are resolved to MEMVARs).</para> <para styleclass="Normal">Please note that this requires /memvar to be enabled as well.</para> </td> <td> <para styleclass="Normal"><link displaytype="text" defaultstyle="true" type="topiclink" href="opt-undeclared">/undeclared</link></para> </td> </tr> <tr style="vertical-align:top"> <td> <para styleclass="Normal">Enable Implicit Namespace lookup</para> </td> <td> <para styleclass="Normal">Enable the implicit lookup of classes defined in assemblies with an Implicit Namespace attribute.</para> </td> <td> <para styleclass="Normal"><link displaytype="text" defaultstyle="true" type="topiclink" href="opt-ins">/ins</link></para> </td> </tr> <tr style="vertical-align:top"> <td> <para styleclass="Normal">Prefix classes with default Namespace</para> </td> <td> <para styleclass="Normal">Prefix all classes that do not have a namespace prefix and are not in a begin namespace ... end namespace block with the namespace of the assembly.</para> </td> <td> <para styleclass="Normal"><link displaytype="text" defaultstyle="true" type="topiclink" href="opt-ns">/ns:&lt;Namespace&gt;</link></para> </td> </tr> <tr style="vertical-align:top"> <td> <para styleclass="Normal">Additional Include paths</para> </td> <td> <para styleclass="Normal">Additional include paths for the preprocessor (it also looks through the folders set with the include environment variable).</para> </td> <td> <para styleclass="Normal"><link displaytype="text" defaultstyle="true" type="topiclink" href="opt-i">/i</link></para> </td> </tr> <tr style="vertical-align:top"> <td> <para styleclass="Normal">Alternate standard header file</para> </td> <td> <para styleclass="Normal">Name of an alternative standard header file (alternative for XSharpDefs.xh).</para> </td> <td> <para styleclass="Normal"><link displaytype="text" defaultstyle="true" type="topiclink" href="opt-stddefs">/stddefs</link></para> </td> </tr> <tr style="vertical-align:top"> <td> <para styleclass="Normal">Suppress standard header file</para> </td> <td> <para styleclass="Normal">Suppress inclusion of the standard header file (XSharpDefs.xh) in every file.</para> </td> <td> <para styleclass="Normal"><link displaytype="text" defaultstyle="true" type="topiclink" href="opt-nostddefs">/nostddef</link></para> </td> </tr> </table></para> </body> </topic>
42.597345
260
0.616288
7164a2cd55f11953133280339e428f4171f81db3
14,163
xml
XML
app/src/main/res/values-tr/strings.xml
twenk11k/Wolcano
6f6dc22f2560fada3aeec2dd30bd5366453da288
[ "MIT" ]
null
null
null
app/src/main/res/values-tr/strings.xml
twenk11k/Wolcano
6f6dc22f2560fada3aeec2dd30bd5366453da288
[ "MIT" ]
1
2019-05-27T21:36:33.000Z
2019-05-30T07:45:20.000Z
app/src/main/res/values-tr/strings.xml
twenk11k/Wolcano
6f6dc22f2560fada3aeec2dd30bd5366453da288
[ "MIT" ]
1
2020-07-16T14:39:18.000Z
2020-07-16T14:39:18.000Z
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="appname">TRMüzik</string> <string name="nav_header_desc">Navigation header</string> <string name="library">Kütüphane</string> <string name="settings">Ayarlar</string> <string name="songs">Şarkılar</string> <string name="playlists">Çalma Listeleri</string> <string name="onlineplayer">Çevrimiçi Oynatıcı</string> <string name="folder_name">trmuzik</string> <string name="folder_search_history">Arama Geçmişi</string> <string name="backup_search_history_file_name">trmuzik_tum_aramalar</string> <string name="backup_last_searches_file_name">trmuzik_son_aramalar</string> <string name="search">Ara</string> <string name="save">Kaydet</string> <string name="delete">Sil</string> <string name="share">Paylaş</string> <string name="yes">Evet</string> <string name="no">Hayır</string> <string name="sharefile">Şarkıyı Paylaş</string> <string name="albums">ALBÜMLER</string> <string name="artists">SANATÇILAR</string> <string name="genres">TÜRLER</string> <string name="recentlyadded">Son Eklenenler</string> <string name="sharewolcano">TRMüzik\'i paylaş</string> <!-- new service --> <string name="net_mobile">net_mobile</string> <string name="control_inter_message">Şuan mobil ağa bağlısınız. Devam etmek istediğinize emin misiniz?</string> <string name="no_perm_storage">Gerekli izin verilmediği için cihazınızdaki şarkılar taranamıyor.</string> <string name="no_perm_open_settings">Gerekli izin verilmediği için ayarlar açılamıyor.</string> <string name="no_perm_save_file">Gerekli izin verilmediği için şarkı kaydedilemiyor.</string> <string name="no_perm_add_playlist">Gerekli izin verilmediği için bu işlem gerçekleştirilemiyor.</string> <string name="itsstart">Kaydetme başlatılıyor&#8230;</string> <string name="warning">Uyarı</string> <string name="cancel">iptal</string> <plurals name="Nsongs"> <item quantity="other"><xliff:g id="count">%d</xliff:g> şarkı</item> </plurals> <string name="title_activity_settings">Ayarlar</string> <!-- Strings related to Settings --> <!-- Example General settings --> <string name="pref_header_general">Genel</string> <string name="pref_header_other">Çevrimiçi Oynatıcı</string> <!-- Example settings for Notifications --> <string name="pref_header_notifications">Notifications</string> <string name="permissions_denied">Permissions denied.</string> <string name="action_grant">Grant</string> <string name="presets">Renkler</string> <string name="custom">Renk Belirle</string> <string name="done">Tamam</string> <string name="back">Geri</string> <string name="primary_color_desc_title">Ana rengi seç</string> <string name="accent_color_desc_title">Vurgu rengini seç</string> <string name="pref_header_colors">Renkler</string> <string name="primary_color_desc">Ana tema rengini ayarlayın.</string> <string name="accent_color_desc">Vurgu rengini ayarlayın.</string> <string name="accent_color">Vurgu rengi</string> <string name="pref_title_opening">Başlangıcı ayarla</string> <string name="pref_title_remember_last_search">Otomatik ara</string> <string name="pref_summary_remember_last_search">Son arananı otomatik olarak arayın.</string> <string name="primary_color">Ana renk</string> <string name="pref_title_delete_history">Arama geçmişini sil</string> <string name="pref_summary_delete_history">Çevrimiçi arama geçmişini sil</string> <string name="cnn_err">Bağlantı hatası</string> <string name="pref_delete_history_dialog_content">Tüm arama geçmişi kalıcı olarak silinecek. Bu işlem arama geçmişi yedeğinizi kapsamaz.\nOnaylıyor musunuz?</string> <string name="copytoclipboard">Panoya kopyala</string> <string name="copy_question">Ne kopyalamak istiyorsun?</string> <string name="copy_song_infos" translatable="false">copy_song_infos</string> <string name="copy_to_clipboard"><![CDATA[&quot;<b>%1$s</b>&quot; panoya kopyalandı.]]></string> <string name="searchhint">Şarkı ara</string> <string name="setasringtone">Zil sesi olarak ayarla</string> <string name="queryhintyerel">Şarkı ara&#8230;</string> <string name="x_has_been_set_as_ringtone"><![CDATA[<b>%1$s</b> zil sesi olarak ayarlandı.]]></string> <string name="deleted_x_songs">%1$d şarkı silindi.</string> <string name="delete_song_content">kalıcı olarak kaldırılacak.\nOnaylıyor musunuz?</string> <string name="share_audio_file">Ses Dosyası</string> <string name="sharequestion">Ne paylaşmak istiyorsun?</string> <string name="share_song_info_plain"><![CDATA[&quot;<b>%1$s</b>&quot;"]]></string> <string name="share_song_info_wartist"><![CDATA[&quot;<b>%1$s</b> - <b>%2$s</b>&quot;]]></string> <string name="share_name_ofsong">Şarkı adını paylaş</string> <string name="rename">Adını değiştir</string> <string name="create_new_playlist">Yeni çalma listesi oluştur</string> <string name="add_to_playlist">Çalma listesine ekle</string> <string name="number_song_add_playlist"><![CDATA[<b>%1$s</b> şarkısı <b>%2$s</b> çalma listesine eklendi. ]]></string> <string name="playlist_name">Çalma listesinin adını giriniz</string> <string name="create">Oluştur</string> <string name="create_playlist_fail">Çalma listesi oluşturulurken bir hata meydana geldi.</string> <string name="create_playlist_success">Çalma listesi başarılı bir şekilde oluşturuldu</string> <string name="pref_summary_change_delete_history">Tüm arama geçmişini silin.</string> <string name="change">değiştir</string> <string name="rename_playlist_success">Çalma listesi adı başarılı bir şekilde değiştirildi</string> <string name="delete_playlist">"çalma listesi kalıcı olarak kaldırılacak.\nOnaylıyor musunuz?"</string> <string name="delete_playlist_success">Çalma listesi başarılı bir şekilde kaldırıldı</string> <string name="removefromplaylist">Çalma listesinden kaldır</string> <string name="search_history_removed">Arama geçmişi başarılı bir şekilde temizlendi.</string> <string name="rate">Oy ver, Paylaş</string> <string name="like_dialog_title">Ne yapmak istiyorsun?</string> <string name="share_the_app">Uygulamayı paylaş</string> <string name="removefromqueue">Çalma sırasından kaldır</string> <string name="nowplaying">Şimdi Oynatılıyor</string> <string name="set_ringtone_message_first"><![CDATA[<b>%1$s</b> zil sesi ayarlamak için \'sistem ayarlarını değiştirme\' iznini gerektirir.\n\nİzin verdikten sonra lütfen zil sesini ayarlamayı tekrar deneyiniz.]]></string> <string name="ok">tamam</string> <string name="search_info">Şarkı aramak için sağ üstteki arama butonunu kullanabilirsiniz.</string> <string name="empty_queue">Çalma sırası boş.</string> <string name="pref_summary_change_backup_history">Arama geçmişinin yedeğini cihaza kaydedin.</string> <string name="pref_title_backup_history">Arama geçmişini yedekle</string> <string name="pref_backup_history_dialog_content">Tüm arama geçmişi \"trmuzik/Arama Geçmişi\" klasörüne kaydedilecek. Eğer daha önce kaydettiyseniz üzerine yazılacaktır. Dolayısıyla eski arama geçmişini kaybedebilirsiniz.\n Onaylıyor musunuz?</string> <string name="pref_title_import_history">Arama geçmişini içe aktar</string> <string name="pref_backup_import_dialog_content">Uygulamadaki var olan arama geçmişi kaldırılıp önceden kayıtlı arama geçmişi ile yenilenecektir.\nOnaylıyor musunuz?</string> <string name="backup_success">Arama geçmişi başarılı bir şekilde yedeklendi.</string> <string name="backup_fail">Arama geçmişi yedeklenirken bir hata oluştu.</string> <string name="elapsed_time_short_format_mm_ss">%1$02d:%2$02d</string> <string name="elapsed_time_short_format_h_mm_ss">%1$d:%2$02d:%3$02d</string> <string name="no_song">Şarkı Bulunamadı</string> <string name="no_playlist">Çalma Listesi Bulunamadı</string> <string name="no_genre">Tür Bulunamadı</string> <string name="no_album">Albüm Bulunamadı</string> <string name="no_artist">Sanatçı Bulunamadı</string> <string name="no_result">Sonuç Bulunamadı.</string> <string name="no_queue">Çalma Sırası Boş</string> <string name="artist_notification">Sanatçı: </string> <string name="notification">Bildirim</string> <string name="action_play_pause">Play/Pause</string> <string name="action_previous">Previous</string> <string name="action_next">Next</string> <string name="question_remove_history">Arama geçmişinden kaldırılsın mı?</string> <string name="colors">Renkler</string> <string name="pref_title_rate">Play Store da oy ver</string> <string name="cannot_play">Şarkı oynatılamıyor</string> <string name="sponsored">Sponsorlu</string> <string name="close">Kapat</string> <string name="first_title">Önemli bilgilendirme!!</string> <string name="first_dec"> - Uygulamada arama yapmak için metni yazdıktan sonra klavyenizde beliren arama tuşuna basmanız gerekmektedir.\n\n - VPN kullanmanız durumunda çevrimiçi oynatıcı çalışmayabilir.\n\n - Uygulama kaldırıldığında kaydedilen tüm dosyalar cihazdan kaldırılır. Bu sorunu önlemek istiyorsanız uygulamayı kaldırmadan önce kaydettiğiniz dosyaları başka bir klasöre taşımanız gerekmektedir.\n\n - Uyku zamanlayıcısı çalan müziği belirli bir süre sonra durdurma amaçlı kullanılır.\n\n - Önceki aramalar listesinde herhangi bir aramaya basılı tutup arama geçmişinden kaldırabilirsiniz.\n\n TRMüzik</string> <string name="first_dec_old"> - Uygulamada arama yapmak için metni yazdıktan sonra klavyenizde beliren arama tuşuna basmanız gerekmektedir.\n\n - VPN kullanmanız durumunda çevrimiçi oynatıcı çalışmayabilir.\n\n - Uyku zamanlayıcısı çalan müziği belirli bir süre sonra durdurma amaçlı kullanılır.\n\n - Önceki aramalar listesinde herhangi bir aramaya basılı tutup arama geçmişinden kaldırabilirsiniz.\n\n TRMüzik</string> <string name="cancelU">İPTAL</string> <string name="removeU">KALDIR</string> <string name="pref_summary_howtouse">Uygulamanın nasıl kullanıldığını öğrenin.</string> <string name="pref_title_howtouse">Nasıl Kullanılır?</string> <string name="nosonuc">Sonuç bulunamadı</string> <string name="sleeptimer">Uyku Zamanlayıcı</string> <string name="action_set">Ayarla</string> <string name="sleep_timer_set"><![CDATA[Uyku zamanlayıcı <b>%1$d dakika</b> olarak ayarlandı.]]></string> <string name="sleep_timer_set_one"><![CDATA[Uyku zamanlayıcı <b>%1$d dakika</b> olarak ayarlandı.]]></string> <string name="sleep_timer_canceled">Uyku zamanlayıcı iptal edildi.</string> <string name="cancel_current_timer">İptal et</string> <string name="pref_title_sleeptimer">Uyku zamanlayıcısını ayarla</string> <string name="pref_summary_sleeptimer">Uyku zamanlayısının davranışını belirle.</string> <string name="settings_sleeptimer_pause">Çalan şarkıyı duraklat</string> <string name="settings_sleeptimer_stop">Çalan şarkıyı durdur</string> <string name="sleeptimerstopped_stop">Uyku zamanlayıcı durdu. Çalan şarkı durduruldu. Bu davranışı ayarlardan değiştirebilirsiniz.</string> <string name="sleeptimerstopped_pause">Uyku zamanlayıcı durdu. Çalan şarkı duraklatıldı. Bu davranışı ayarlardan tekrar değiştirebilirsiniz.</string> <string name="sleeptimerstopped_plain">Uyku zamanlayıcı durdu.</string> <string name="sleeptimer_set_pause"><![CDATA[Uyku zamanlayıcı davranışı &quot;<b>Çalan şarkıyı duraklat</b>&quot; olarak ayarlandı.]]></string> <string name="sleeptimer_set_stop"><![CDATA[Uyku zamanlayıcı davranışı &quot;<b>Çalan şarkıyı durdur</b>&quot; olarak ayarlandı.]]></string> <string name="sleeptimer_min">dakika</string> <string name="search_history_import_success">Arama geçmişi başarılı bir şekilde içe aktarıldı.</string> <string name="cannot_found_file">Dosya bulunamadı.</string> <string name="rating_title">Uygulamamızı nasıl buldunuz?</string> <string name="rating_submit">Gönder</string> <string name="form_title">Geri Bildirim</string> <string name="notnow">Şimdi Değil</string> <string name="rating_cancel">İptal</string> <string name="form_hint">Uygulamayı geliştirmemiz için öneride bulunun</string> <string name="form_later">Daha Sonra</string> <string name="feedback_submit">Geri bildiriminiz için teşekkürler!</string> <string name="errorinter">Reklam görüntüleme sırasında bir hata oluştu. Lütfen tekrar deneyiniz.</string> <string name="form_never">Tekrar gösterme</string> <string name="pref_title_email_us">Telif hakkı bildirimi</string> <string name="pref_email_us_dialog_content">- TRMüzik, kendi sunucusunu ya da sağlayıcısını kullanmaz ve tamamen başka sunucu servislerine erişim sağlar ve bu sunucuların TRMüzik ile hiçbir alakası yoktur.\n- TRMüzik, güçlü bir arama motoruna sahip kullanıcı arayüzüne ve kolay kullanıma odaklanmış bir müzik çalardır.\n- TRMüzik, fikri mülkiyet haklarına saygı duyar ve en hızlı şekilde telif hakkı sahibine veya temsilcisine geri dönüş yapar. Eğer telif hakkı sahibi ya da temsilcisi iseniz bize adınızı yazdığınız bir email atarsanız size en kısa sürede dönüş yapıp arama motorunda filtreleme işlemini gerçekleştiririz. Lütfen yanlış bildiri göndermeyiniz. Acil durumlarda işlem biraz uzayabilir. Anlayışınız için teşekkür ederiz.\nBildiri atmak istiyorsanız Evet butonuna basabilirsiniz.</string> <string name="email_us_title">Telif Hakkı Bildir</string> <string name="email_us_via">Email Gönder</string> <string name="pref_title_rate_app">Oy Ver</string> <string name="pref_summary_rate_app">Uygulamaya Google Play üzerinden oy verin.</string> <string name="pref_summary_share_app">Uygulamayı arkadaşlarınızla paylaşın.</string> <string name="pref_title_share_app">Paylaş</string> <string name="pref_header_other_2">Diğer</string> <string name="pref_header_online">Çevrimiçi Oynatıcı</string> <string name="lastadded">Son Eklenenler</string> </resources>
71.893401
804
0.757184
99445c3bc15218d2ad64753ca885a9ac8c6873c8
14,328
mxml
XML
src/controls/skins/IndFishResponseHUC.mxml
USGS-WiM/Fishtail
4824d59189bfe89c944407d7d853d4a79bdd689c
[ "CC0-1.0" ]
null
null
null
src/controls/skins/IndFishResponseHUC.mxml
USGS-WiM/Fishtail
4824d59189bfe89c944407d7d853d4a79bdd689c
[ "CC0-1.0" ]
60
2015-11-09T23:58:50.000Z
2016-09-20T18:27:09.000Z
src/controls/skins/IndFishResponseHUC.mxml
USGS-WiM/Fishtail
4824d59189bfe89c944407d7d853d4a79bdd689c
[ "CC0-1.0" ]
5
2015-07-15T18:03:25.000Z
2017-01-20T22:08:45.000Z
<?xml version="1.0" encoding="utf-8"?> <!-- 12.03.13 - NE - Created --> <s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" updateComplete="updateComp()" creationComplete="createComp()"> <!-- host component --> <fx:Metadata> [HostComponent("controls.IndFishResponseHUC")] </fx:Metadata> <fx:Script> <![CDATA[ import mx.core.FlexGlobals; import spark.components.Label; private var indSpeciesSingleTooltip:String = "<p><b>Probability of occurrence:</b> The likelihood that a fish thermal group or species will be present (values range from 0 to 1, where 0.00 = highly unlikely to be present, 1.00 = highly likely to be present)</p><br/><p><b>Change in probability of occurrence:</b> The difference in probability of occurrence between a future time period and the present (positive values indicate more likely to be present in the future, negative values indicate less likely to be present in the future)</p><br/><p><b>Miles of fish occurrence:</b> Number of stream miles where this fish species is likely to be present.</p><br/><p><b>Miles lost:</b> Number of stream miles where this fish species is likely to be present in the Late 20th century (present day) but absent in a future time period</p><br/><p><b>Miles gained:</b> Number of stream miles where this fish species is likely to be absent in the Late 20th century (present day) but present in a future time period</p><br/><p><b>Miles unchanged:</b> Number of stream miles where this fish species is maintain its present day status (present or absent) in a future time period</p><br/><p><b>Miles lost or gained:</b> Number of stream miles where the status of this fish species is likely to change in a future time period (present-to-absent and absent-to-present)</p><br/><p><b>Miles of fish occurrence (percent):</b> Percent of total stream miles where this fish species is likely to be present.</p><br/><p><b>Miles lost (percent):</b> Percent of total stream miles where this fish species is likely to be present in the Late 20th century (present day) but absent in a future time period</p><br/><p><b>Miles gained (percent):</b> Percent of total stream miles where this fish species is likely to be absent in the Late 20th century (present day) but present in a future time period</p><br/><p><b>Miles unchanged (percent):</b> Percent of total stream miles where this fish species is maintain its present day status (present or absent) in a future time period</p><br/><p><b>Miles lost or gained (percent):</b> Percent of total stream miles where the status of this fish species is likely to change in a future time period (present-to-absent and absent-to-present)"; private function createComp():void { hostComponent.indFishResponseContainer = indFishResponseContainer; } private function updateComp():void { /*var tempObj:Object = hostComponent.dataObj; if (tempObj[hostComponent.speciesNumber+"A"] != null && tempObj[hostComponent.speciesNumber+"A"] == "P") { currentEllipse.visible = true; } if (tempObj[hostComponent.speciesNumber+"A46"] != null && tempObj[hostComponent.speciesNumber+"A46"] == "P") { f1Ellipse.visible = true; } if (tempObj[hostComponent.speciesNumber+"A81"] != null && tempObj[hostComponent.speciesNumber+"A81"] == "P") { f2Ellipse.visible = true; } */ } protected function back_clickHandler(event:MouseEvent):void { var thisContainer:DisplayObject = this.parent.parent; thisContainer.visible = false; } private function roundValues(fieldValue:String,decPlaces:Number):String { var outputValue:String; outputValue = ((Number(fieldValue)).toFixed(decPlaces)).toString() if (decPlaces == 0 && outputValue.split('.') != null) { outputValue = outputValue.split('.')[0]; } return outputValue; } private function onMouseOver(event:MouseEvent):void { event.currentTarget.setStyle("backgroundColor", "0xAAAAAA"); } private function onMouseOut(event:MouseEvent):void { event.currentTarget.setStyle("backgroundColor", "0xFFFFFF"); } ]]> </fx:Script> <s:states> <s:State name="normal" /> <s:State name="hovered" /> <s:State name="selected" /> <s:State name="disabled"/> </s:states> <s:BorderContainer id="indFishResponseContainer" width="100%" borderColor="0xFFFFFF"> <s:layout> <s:VerticalLayout paddingLeft="2" paddingRight="2" paddingTop="2" paddingBottom="0"/> </s:layout> <s:HGroup verticalAlign="middle"> <s:Image source="./assets/images/backArrow_15px.png" click="back_clickHandler(event)"/> <s:Label text="BACK TO ALL SPECIES" height="100%" paddingTop="3" paddingLeft="3" paddingRight="3" click="back_clickHandler(event)" mouseOver="onMouseOver(event)" mouseOut="onMouseOut(event)"/> </s:HGroup> <mx:HBox width="100%" backgroundColor="0xDDDDDD" verticalAlign="middle" paddingBottom="5" paddingLeft="5" paddingRight="5" paddingTop="5"> <s:Label text="{hostComponent.speciesName}:" fontWeight="bold"/> <s:Label text="{hostComponent.tempClass}-water species" color="{hostComponent.tempClassColor}" fontSize="9" /> <mx:Image source="./assets/images/help_tip.png" width="100%" toolTip="{indSpeciesSingleTooltip}" horizontalAlign="right" /> </mx:HBox> <s:VGroup textAlign="center"> <s:HGroup horizontalAlign="center" fontWeight="bold" textAlign="center" height="100%" width="100%"> <s:Label width="140" /> <s:Label width="120" text="Late 20th Century (present day)" /> <s:Label width="120" text="Mid 21st Century (2046-2065)" /> <s:Label width="120" text="Late 21st Century (2081-2100)" /> </s:HGroup> <mx:HRule width="100%"/> <s:HGroup horizontalAlign="center" textAlign="center" paddingTop="2" height="100%" width="100%"> <s:Label width="140" text="Probability of occurrence (length-weighted)" textAlign="left" /> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['WSL'+hostComponent.speciesNumber+'AP'],2)}" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['WSL'+hostComponent.speciesNumber+'AP46'],2)}" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['WSL'+hostComponent.speciesNumber+'AP81'],2)}" /> </s:HGroup> </s:HGroup> <mx:HRule width="100%"/> <s:HGroup horizontalAlign="center" textAlign="center" paddingTop="2" height="100%" width="100%"> <s:Label width="140" text="Change in probability of occurrence (length-weighted)" textAlign="left" /> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="--" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues((Number(hostComponent.dataObj['WSL'+hostComponent.speciesNumber+'AP'])-Number(hostComponent.dataObj['WSL'+hostComponent.speciesNumber+'AP46'])).toString(),2)}" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues((Number(hostComponent.dataObj['WSL'+hostComponent.speciesNumber+'AP'])-Number(hostComponent.dataObj['WSL'+hostComponent.speciesNumber+'AP81'])).toString(),2)}" /> </s:HGroup> </s:HGroup> <mx:HRule width="100%"/> <s:HGroup horizontalAlign="center" textAlign="center" paddingTop="2" height="100%" width="100%"> <s:Label width="140" text="Miles of fish occurrence" textAlign="left" /> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['M'+hostComponent.speciesNumber+'PPPA46'],0)}" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['M'+hostComponent.speciesNumber+'PPAP46'],0)}" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['M'+hostComponent.speciesNumber+'PPAP81'],0)}" /> </s:HGroup> </s:HGroup> <mx:HRule width="100%"/> <s:HGroup horizontalAlign="center" textAlign="center" paddingTop="2" height="100%" width="100%"> <s:Label width="140" text="Miles lost" textAlign="left" /> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="--" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['M'+hostComponent.speciesNumber+'PA46'],0)}" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['M'+hostComponent.speciesNumber+'PA81'],0)}" /> </s:HGroup> </s:HGroup> <mx:HRule width="100%"/> <s:HGroup horizontalAlign="center" textAlign="center" paddingTop="2" height="100%" width="100%"> <s:Label width="140" text="Miles gained" textAlign="left" /> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="--" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['M'+hostComponent.speciesNumber+'AP46'],0)}" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['M'+hostComponent.speciesNumber+'AP81'],0)}" /> </s:HGroup> </s:HGroup> <mx:HRule width="100%"/> <s:HGroup horizontalAlign="center" textAlign="center" paddingTop="2" height="100%" width="100%"> <s:Label width="140" text="Miles unchanged" textAlign="left" /> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="--" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['M'+hostComponent.speciesNumber+'PP46'],0)}" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['M'+hostComponent.speciesNumber+'PP81'],0)}" /> </s:HGroup> </s:HGroup> <mx:HRule width="100%"/> <s:HGroup horizontalAlign="center" textAlign="center" paddingTop="2" height="100%" width="100%"> <s:Label width="140" text="Miles lost or gained" textAlign="left" /> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="--" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['M'+hostComponent.speciesNumber+'PAAP46'],0)}" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['M'+hostComponent.speciesNumber+'PAAP81'],0)}" /> </s:HGroup> </s:HGroup> <mx:HRule width="100%"/> <s:HGroup horizontalAlign="center" textAlign="center" paddingTop="2" height="100%" width="100%"> <s:Label width="140" text="Miles of fish occurrence (percent)" textAlign="left" /> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['P'+hostComponent.speciesNumber+'PPPA46'],0)}%" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['P'+hostComponent.speciesNumber+'PPAP46'],0)}%" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['P'+hostComponent.speciesNumber+'PPAP81'],0)}%" /> </s:HGroup> </s:HGroup> <mx:HRule width="100%"/> <s:HGroup horizontalAlign="center" textAlign="center" paddingTop="2" height="100%" width="100%"> <s:Label width="140" text="Miles lost (percent)" textAlign="left" /> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="--" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['P'+hostComponent.speciesNumber+'PA46'],0)}%" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['P'+hostComponent.speciesNumber+'PA81'],0)}%" /> </s:HGroup> </s:HGroup> <mx:HRule width="100%"/> <s:HGroup horizontalAlign="center" textAlign="center" paddingTop="2" height="100%" width="100%"> <s:Label width="140" text="Miles gained (percent)" textAlign="left" /> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="--" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['P'+hostComponent.speciesNumber+'AP46'],0)}%" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['P'+hostComponent.speciesNumber+'AP81'],0)}%" /> </s:HGroup> </s:HGroup> <mx:HRule width="100%"/> <s:HGroup horizontalAlign="center" textAlign="center" paddingTop="2" height="100%" width="100%"> <s:Label width="140" text="Miles unchanged (percent)" textAlign="left" /> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="--" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['P'+hostComponent.speciesNumber+'PP46'],0)}%" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['P'+hostComponent.speciesNumber+'PP81'],0)}%" /> </s:HGroup> </s:HGroup> <mx:HRule width="100%"/> <s:HGroup horizontalAlign="center" textAlign="center" paddingTop="2" height="100%" width="100%"> <s:Label width="140" text="Miles lost or gained (percent)" textAlign="left" /> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="--" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['P'+hostComponent.speciesNumber+'PAAP46'],0)}%" /> </s:HGroup> <s:HGroup width="120" horizontalAlign="center" > <s:Label text="{roundValues(hostComponent.dataObj['P'+hostComponent.speciesNumber+'PAAP81'],0)}%" /> </s:HGroup> </s:HGroup> </s:VGroup> </s:BorderContainer> </s:SparkSkin>
49.923345
2,257
0.67232
8a9183a86906d9782e1bf8b27fc63ff9137fb966
1,993
xml
XML
samples/demo/orgs-metaRole.xml
chendouble/midpoint
41d2be4fbd7084224b5c3f33868c11b4dbbb46d6
[ "Apache-2.0" ]
27
2017-04-27T15:15:08.000Z
2021-12-12T10:53:16.000Z
samples/demo/orgs-metaRole.xml
chendouble/midpoint
41d2be4fbd7084224b5c3f33868c11b4dbbb46d6
[ "Apache-2.0" ]
2
2016-11-28T12:47:14.000Z
2016-11-30T07:42:43.000Z
samples/demo/orgs-metaRole.xml
chendouble/midpoint
41d2be4fbd7084224b5c3f33868c11b4dbbb46d6
[ "Apache-2.0" ]
6
2017-04-02T15:52:32.000Z
2021-12-12T10:53:23.000Z
<role xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:ri="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3" oid="bcf00adb-67c6-43be-bf60-3e6e1a52db25" version="1"> <name>LDAP Orgs MetaRole</name> <description>using to push new Orgs to LDAP automatically</description> <metadata> <createTimestamp>2015-05-28T13:46:18.239+02:00</createTimestamp> <creatorRef oid="00000000-0000-0000-0000-000000000002" type="c:UserType"><!-- administrator --></creatorRef> <createChannel>http://midpoint.evolveum.com/xml/ns/public/gui/channels-3#user</createChannel> <modifyTimestamp>2015-05-28T13:46:37.489+02:00</modifyTimestamp> <modifierRef xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" oid="00000000-0000-0000-0000-000000000002" type="tns:UserType"><!-- administrator --></modifierRef> <modifyChannel>http://midpoint.evolveum.com/xml/ns/public/gui/channels-3#user</modifyChannel> </metadata> <activation> <administrativeStatus>enabled</administrativeStatus> <effectiveStatus>enabled</effectiveStatus> <enableTimestamp>2015-05-28T13:46:17.908+02:00</enableTimestamp> </activation> <iteration>0</iteration> <iterationToken/> <inducement id="10"> <construction> <resourceRef oid="ebd0bf7b-7e80-4175-ba5e-4fd5de2ecd62" type="c:ResourceType"><!-- LDAP Server (OpenDJ) --></resourceRef> <kind>generic</kind> <intent>ou</intent> </construction> <order>1</order> </inducement> <requestable>false</requestable> </role>
53.864865
133
0.672855
83d666e2c1c40eb1039c3e6e5bfd76f3324b8f38
11,207
xml
XML
publication/index.xml
lsaravia/lsaravia.github.io
10e8ad58038ff98bbe9599563573503248dab925
[ "MIT" ]
null
null
null
publication/index.xml
lsaravia/lsaravia.github.io
10e8ad58038ff98bbe9599563573503248dab925
[ "MIT" ]
1
2020-08-08T19:19:49.000Z
2020-08-08T19:19:49.000Z
publication/index.xml
lsaravia/lsaravia.github.io
10e8ad58038ff98bbe9599563573503248dab925
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>Publications | Leonardo A. Saravia</title> <link>https://lsaravia.github.io/publication/</link> <atom:link href="https://lsaravia.github.io/publication/index.xml" rel="self" type="application/rss+xml" /> <description>Publications</description> <generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Sat, 12 Mar 2022 15:37:45 -0300</lastBuildDate> <image> <url>https://lsaravia.github.io/media/icon_hu3e1e249f9bb16ad7098ee3e18ddcd9d5_20828_512x512_fill_lanczos_center_3.png</url> <title>Publications</title> <link>https://lsaravia.github.io/publication/</link> </image> <item> <title>Amazon Fire Regimes under Climate Change Scenarios</title> <link>https://lsaravia.github.io/publication/saravia-amazonas-2022/</link> <pubDate>Sat, 12 Mar 2022 15:37:45 -0300</pubDate> <guid>https://lsaravia.github.io/publication/saravia-amazonas-2022/</guid> <description></description> </item> <item> <title>Network Analysis Can Detect Changes In Food Web Stability Produced By Bottom Trawl Fishery In Patagonia</title> <link>https://lsaravia.github.io/publication/funes-2022/</link> <pubDate>Wed, 19 Jan 2022 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/funes-2022/</guid> <description></description> </item> <item> <title>Marine food webs are more complex but less stable in sub-Antarctic (Beagle Channel, Argentina) than in Antarctic (Potter Cove, Antarctic Peninsula) regions</title> <link>https://lsaravia.github.io/publication/rodriguez2022/</link> <pubDate>Fri, 07 Jan 2022 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/rodriguez2022/</guid> <description></description> </item> <item> <title>Ecological network assembly: how the regional metaweb influences local food webs</title> <link>https://lsaravia.github.io/publication/saravia-2019/</link> <pubDate>Mon, 13 Dec 2021 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/saravia-2019/</guid> <description></description> </item> <item> <title>The emergence of scale-free fires in Australia</title> <link>https://lsaravia.github.io/publication/nicoletti-2021/</link> <pubDate>Tue, 19 Oct 2021 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/nicoletti-2021/</guid> <description></description> </item> <item> <title>Production and Biomass of Seaweeds in Newly Ice-Free Areas: Implications for Coastal Processes in a Changing Antarctic Environment</title> <link>https://lsaravia.github.io/publication/quartino-2020/</link> <pubDate>Sat, 01 Feb 2020 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/quartino-2020/</guid> <description>&lt;p&gt;The Antarctic rocky coasts are mainly colonized by extensive macroalgal communities, which play key roles as food resource, habitat and refuge for many benthic and pelagic organisms. Due to climate warming, Antarctic marine ecosystems are being affected by glacier retreat opening new habitats, e.g. newly ice-free areas that can be colonized by macroalgae. As a consequence, primary production and fate of macroalgae are changing in these new polar environments. In these ecosystems, the carbon production, especially from large brown algae, is an important food source to the benthic invertebrate communities mainly when other resources are scarce. Thus, in new areas colonized by macroalgae, the trophic structure and biogeochemical fluxes can vary considerably. Moreover, when seaweeds die or are removed by water movement, ice scouring or storms, they are detached, fragmented and degraded, incorporating and releasing particulate and dissolved organic matter to the coastal food webs, i.e. they support a large fraction of the secondary production of the benthos. The present chapter is a review of the knowledge of seaweed biomass and production in the coastal Antarctic ecosystem opening a discussion on the role of these organisms as main energy sources in e.g., small fjords and glacier influenced sites, impacted by recent climatic change.&lt;/p&gt; </description> </item> <item> <title>Biodiversity Collapse and Early Warning Indicators in a Spatial Phase Transition between Neutral and Niche Communities</title> <link>https://lsaravia.github.io/publication/saravia-2018/</link> <pubDate>Fri, 01 Jun 2018 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/saravia-2018/</guid> <description></description> </item> <item> <title>The Food Web of Potter Cove (Antarctica): Complexity, Structure and Function</title> <link>https://lsaravia.github.io/publication/marina-2018/</link> <pubDate>Fri, 05 Jan 2018 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/marina-2018/</guid> <description></description> </item> <item> <title>Architecture of Marine Food Webs: To Be or Not Be a ‘Small-World’</title> <link>https://lsaravia.github.io/publication/marina-2018-a/</link> <pubDate>Mon, 01 Jan 2018 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/marina-2018-a/</guid> <description></description> </item> <item> <title>Effects of Macroalgae Loss in an Antarctic Marine Food Web: Applying Extinction Thresholds to Food Web Studies</title> <link>https://lsaravia.github.io/publication/cordone-2018/</link> <pubDate>Mon, 01 Jan 2018 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/cordone-2018/</guid> <description></description> </item> <item> <title>Power Laws and Critical Fragmentation in Global Forests</title> <link>https://lsaravia.github.io/publication/saravia-2018-a/</link> <pubDate>Mon, 01 Jan 2018 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/saravia-2018-a/</guid> <description></description> </item> <item> <title>Life between Tides: Spatial and Temporal Variations of an Intertidal Macroalgal Community at Potter Peninsula, South Shetland Islands, Antarctica</title> <link>https://lsaravia.github.io/publication/marcias-2016/</link> <pubDate>Fri, 01 Jan 2016 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/marcias-2016/</guid> <description></description> </item> <item> <title>A New Method to Analyse Species Abundances in Space Using Generalized Dimensions</title> <link>https://lsaravia.github.io/publication/saravia-2015-a/</link> <pubDate>Thu, 01 Jan 2015 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/saravia-2015-a/</guid> <description></description> </item> <item> <title>Benthic Trophic Interactions in an Antarctic Shallow Water Ecosystem Affected by Recent Glacier Retreat</title> <link>https://lsaravia.github.io/publication/pasotti-2015/</link> <pubDate>Thu, 01 Jan 2015 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/pasotti-2015/</guid> <description></description> </item> <item> <title>Earthworm Assemblages in Different Intensity of Agricultural Uses and Their Relation to Edaphic Variables</title> <link>https://lsaravia.github.io/publication/falco-2015/</link> <pubDate>Thu, 01 Jan 2015 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/falco-2015/</guid> <description></description> </item> <item> <title>mfSBA: Multifractal Analysis of Spatial Patterns in Ecological Communities [v2; Ref Status: Indexed, http://f1000r.es/347]</title> <link>https://lsaravia.github.io/publication/saravia-2014/</link> <pubDate>Wed, 01 Jan 2014 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/saravia-2014/</guid> <description></description> </item> <item> <title>On the Phytoplankton Bloom in Coastal Waters of Southern King George Island (Antarctica) in January 2010: An Exceptional Feature?</title> <link>https://lsaravia.github.io/publication/schloss-2014/</link> <pubDate>Wed, 01 Jan 2014 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/schloss-2014/</guid> <description></description> </item> <item> <title>Multifractal Growth in Periphyton Communities</title> <link>https://lsaravia.github.io/publication/saravia-2012-a/</link> <pubDate>Mon, 25 Jun 2012 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/saravia-2012-a/</guid> <description></description> </item> <item> <title>Multifractal Spatial Patterns and Diversity in an Ecological Succession</title> <link>https://lsaravia.github.io/publication/saravia-2012/</link> <pubDate>Sun, 01 Jan 2012 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/saravia-2012/</guid> <description></description> </item> <item> <title>Algunas Cuestiones Sobre El Espacio En Ecología. Modelos, Datos y Aplicaciones</title> <link>https://lsaravia.github.io/publication/saravia-2009/</link> <pubDate>Thu, 01 Jan 2009 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/saravia-2009/</guid> <description></description> </item> <item> <title>The Importance of Transients&#39; Dynamics in Spatially Extended Populations.</title> <link>https://lsaravia.github.io/publication/saravia-2000/</link> <pubDate>Thu, 07 Sep 2000 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/saravia-2000/</guid> <description></description> </item> <item> <title>A Photographic Method for Estimating Chlorophyll in Periphyton on Artificial Substrata</title> <link>https://lsaravia.github.io/publication/saravia-1999/</link> <pubDate>Fri, 01 Jan 1999 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/saravia-1999/</guid> <description></description> </item> <item> <title>Modelling Periphyton Dynamics in Running Water</title> <link>https://lsaravia.github.io/publication/saravia-1998/</link> <pubDate>Thu, 01 Jan 1998 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/saravia-1998/</guid> <description></description> </item> <item> <title>The Need for Biological Realism in the Updating of Cellular Automata Models</title> <link>https://lsaravia.github.io/publication/ruxton-1998/</link> <pubDate>Thu, 01 Jan 1998 00:00:00 +0000</pubDate> <guid>https://lsaravia.github.io/publication/ruxton-1998/</guid> <description></description> </item> </channel> </rss>
50.03125
178
0.698403
b25413b333f0286bbf051269543115dfa03ad189
4,403
xml
XML
data/WIDER_FACE_rect/annotations/26--Soldier_Drilling_26_Soldier_Drilling_Soldiers_Drilling_26_119.xml
gemhalo1/libfacedetection.train
fbbf5f3c9da95904ae3b434a875ce98c023962b4
[ "MIT" ]
123
2020-03-11T22:04:33.000Z
2022-03-31T03:29:20.000Z
data/WIDER_FACE_rect/annotations/26--Soldier_Drilling_26_Soldier_Drilling_Soldiers_Drilling_26_119.xml
gemhalo1/libfacedetection.train
fbbf5f3c9da95904ae3b434a875ce98c023962b4
[ "MIT" ]
null
null
null
data/WIDER_FACE_rect/annotations/26--Soldier_Drilling_26_Soldier_Drilling_Soldiers_Drilling_26_119.xml
gemhalo1/libfacedetection.train
fbbf5f3c9da95904ae3b434a875ce98c023962b4
[ "MIT" ]
50
2020-03-13T14:35:00.000Z
2022-02-21T08:38:23.000Z
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>26--Soldier_Drilling_26_Soldier_Drilling_Soldiers_Drilling_26_119.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <name>yanyu</name> </owner> <size> <width>1024</width> <height>768</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>90</xmin> <ymin>295</ymin> <xmax>106</xmax> <ymax>320</ymax> </bndbox> <has_lm>0</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>105</xmin> <ymin>291</ymin> <xmax>123</xmax> <ymax>312</ymax> </bndbox> <has_lm>0</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>200</xmin> <ymin>301</ymin> <xmax>216</xmax> <ymax>324</ymax> </bndbox> <has_lm>0</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>345</xmin> <ymin>297</ymin> <xmax>362</xmax> <ymax>320</ymax> </bndbox> <lm> <x1>347.036</x1> <y1>303.143</y1> <x2>349.616</x2> <y2>302.839</y2> <x3>345.821</x3> <y3>306.027</y3> <x4>346.125</x4> <y4>311.946</y4> <x5>349.009</x5> <y5>311.795</y5> <visible>1</visible> <blur>0.27</blur> </lm> <has_lm>1</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>492</xmin> <ymin>300</ymin> <xmax>511</xmax> <ymax>326</ymax> </bndbox> <has_lm>0</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>616</xmin> <ymin>300</ymin> <xmax>633</xmax> <ymax>324</ymax> </bndbox> <has_lm>0</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>722</xmin> <ymin>296</ymin> <xmax>741</xmax> <ymax>319</ymax> </bndbox> <has_lm>0</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>747</xmin> <ymin>295</ymin> <xmax>763</xmax> <ymax>319</ymax> </bndbox> <lm> <x1>752.5</x1> <y1>302.594</y1> <x2>753.125</x2> <y2>302.438</y2> <x3>747.969</x3> <y3>308.531</y3> <x4>752.344</x4> <y4>314.0</y4> <x5>752.812</x5> <y5>313.531</y5> <visible>0</visible> <blur>0.37</blur> </lm> <has_lm>1</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>790</xmin> <ymin>311</ymin> <xmax>807</xmax> <ymax>335</ymax> </bndbox> <has_lm>0</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>912</xmin> <ymin>304</ymin> <xmax>927</xmax> <ymax>328</ymax> </bndbox> <has_lm>0</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>991</xmin> <ymin>303</ymin> <xmax>1006</xmax> <ymax>325</ymax> </bndbox> <has_lm>0</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>1007</xmin> <ymin>307</ymin> <xmax>1017</xmax> <ymax>327</ymax> </bndbox> <has_lm>0</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>1014</xmin> <ymin>308</ymin> <xmax>1024</xmax> <ymax>329</ymax> </bndbox> <has_lm>0</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>246</xmin> <ymin>286</ymin> <xmax>261</xmax> <ymax>310</ymax> </bndbox> <has_lm>0</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>645</xmin> <ymin>293</ymin> <xmax>663</xmax> <ymax>316</ymax> </bndbox> <has_lm>0</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>368</xmin> <ymin>287</ymin> <xmax>384</xmax> <ymax>311</ymax> </bndbox> <has_lm>0</has_lm> </object> </annotation>
17.065891
90
0.685215
6c4efd0c4fbd2d64d6d003c7f256ef0557cca34a
18,809
xml
XML
FalVMingLing/L0010010.xml
kong0107/mojLawSplitXML
e00636f299788b48b1faab5a35ec3a65c891c80e
[ "CC0-1.0" ]
null
null
null
FalVMingLing/L0010010.xml
kong0107/mojLawSplitXML
e00636f299788b48b1faab5a35ec3a65c891c80e
[ "CC0-1.0" ]
null
null
null
FalVMingLing/L0010010.xml
kong0107/mojLawSplitXML
e00636f299788b48b1faab5a35ec3a65c891c80e
[ "CC0-1.0" ]
null
null
null
<法規> <法規性質>命令</法規性質> <法規名稱>行政院衛生署疾病管制局辦事細則</法規名稱> <法規網址>https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=L0010010</法規網址> <法規類別>廢止法規>行政院衛生署</法規類別> <最新異動日期>20130721</最新異動日期> <生效日期> </生效日期> <生效內容><![CDATA[]]></生效內容> <廢止註記>廢</廢止註記> <是否英譯註記>N</是否英譯註記> <英文法規名稱> </英文法規名稱> <附件 /> <沿革內容><![CDATA[1. 2.中華民國八十九年一月十八日行政院衛生署衛署人字第 88068461 號函 核定修正發布全文 35 條;並自發布日施行 中華民國八十九年二月十五日行政院衛生署疾病管制局(89)衛署疾管 人字第 89000763 號令發布 3.中華民國九十年八月二十日行政院衛生署衛署人字第 0900045520 號函 核定修正發布 4.中華民國九十一年四月三日行政院衛生署衛署疾管人字第 0910004479 號令核定修正發布 5.中華民國九十三年九月二十二日行政院衛生署署授疾字第 0930000975 號令修正發布全文 35 條;並自發布日施行 6.中華民國九十八年一月七日行政院衛生署署授疾字第 0970001440 號令 修正發布第 8、19-1 條條文 7.中華民國一百零二年七月二十一日行政院衛生署署授疾字第 102010094 0 號令發布廢止]]></沿革內容> <前言><![CDATA[]]></前言> <法規內容> <編章節> 第 一 章 總則</編章節> <條文> <條號>第 1 條</條號> <條文內容><![CDATA[本細則依行政院衛生署疾病管制局 (以下簡稱本局) 組織條例第十五條規 定訂定之。]]></條文內容> </條文> <條文> <條號>第 2 條</條號> <條文內容><![CDATA[局長綜理局務,指揮監督所屬單位及職員;副局長襄助局長處理局務;其 他各級主管人員各就其主管事務或奉命辦理事項,指揮監督所屬職員。]]></條文內容> </條文> <條文> <條號>第 3 條</條號> <條文內容><![CDATA[本局各級人員執行職務,除法令另有規定外,悉依本細則辦理,各單位得 視業務之需要分科辦事。]]></條文內容> </條文> <編章節> 第 二 章 職掌</編章節> <條文> <條號>第 4 條</條號> <條文內容><![CDATA[企劃組分設四科,各科掌理事項如下: 一、第一科: (研考法規科) (一) 施政方針、施政計畫、專案計畫及重要業務項目之企劃、列管追蹤 及年終考評事項。 (二) 年度工作考成及檢討事項。 (三) 為民服務績效之平時查證及年終考評事項。 (四) 防疫業務研究發展之管制考核與獎勵事項。 (五) 各項防疫法規訂定、修正之研議及審議事項。 (六) 各項防疫法規疑義之答詢事項。 (七) 地方衛生局年度防疫業務綜合考評工作規劃、彙整、推動及考評事 項。 (八) 其他交辦事項。 二、第二科: (科技發展科) (一) 防疫科技研究發展政策規劃及科技預算之編列事項。 (二) 防疫科技研究發展計畫推動、管制、考核及推薦獎勵事項。 (三) 科技研究發展成果之智慧財產權管理事項。 (四) 防疫資料庫之申請相關事宜。 (五) 研究所畢業役男志願服務國防工業訓儲預備軍 (士) 官實施相關事 項。 (六) 替代役男申請事項。 (七) 其他有關科技研究發展之相關事項。 三、第三科: (衛教企劃科) (一) 重要中長程行政計畫之規劃、彙整及推動事項。 (二) 重要防疫政策或衛教宣導政策執行成效評估之規劃及推動事項。 (三) 傳染病防治衛教宣導之規劃、訓練及成效評估事項。 (四) 傳染病防治衛教宣導教材、工具及通路之開發、出版、編輯、彙整 及營運事項。 (五) 其他有關衛教企劃事項。 四、第四科: (國內外合作科) (一) 防疫人員訓練業務之規劃與評估事項。 (二) 國內重要防疫政策之規劃及推動事項。 (三) 防疫志工業務之規劃與推動事項。 (四) 圖書管理業務之規劃及執行事項。 (五) 本局出版品之管理事項。 (六) 關於國際間防疫衛生技術合作與交流之規劃及推動事項。 (七) 關於出國計畫之規劃及報告之管考、彙編事項。 (八) 其他有關國內防疫合作及國際防疫衛生交流合作事項。]]></條文內容> </條文> <條文> <條號>第 5 條</條號> <條文內容><![CDATA[疾病監測組分設三科,各科掌理事項如下: 一、第一科: (定點監視科) (一) 傳染病學校監測通報系統開發、維護及分析整理事項。 (二) 傳染病定點醫師監測系統開發、維護及分析整理事項。 (三) 傳染病實驗室檢驗監測系統開發、維護及分析整理事項。 (四) 傳染病人口密集機構監測通報系統開發、維護及分析整理事項。 (五) 傳染病定點監視相關系統之研發與評估。 (六) 其他有關傳染病監測通報、資料蒐集事項。 (七) 編輯與發行「定醫監視週報」、「學校監視週報」。 二、第二科: (法定傳染病監視科) (一) 法定傳染病監測通報系統之開發、維護管理及分析整理事項。 (二) 症候群監測通報系統之開發、維護管理及分析整理事項。 (三) 主動監測通報系統之開發、維護管理及分析整理事項。 (四) 傳染病疫情地理資訊系統之開發、維護管理及分析整理事項。 (五) 傳染病田野疫調系統之開發、維護管理及分析整理事項。 (六) 傳染病疫情看板及即時系統之開發、維護管理及分析整理事項。 (七) 協助急診室監測系統之開發、維護管理及分析整理事項。 (八) 協助疫情指揮中心之規劃與系統開發、維護管理及分析整理事項。 (九) 傳染病非定點監視相關系統之研發與評估。 (十) 疫情解析、研判、資料蒐集及其他有關法定傳染病監測事項。 三、第三科: (國際疫情科) (一) 國際疫情之蒐集、分析及整理事項。 (二) 傳染病統計暨監視年報之整理、彙編及印製事項。 (三) 疫情報導之整理、彙編及印製事項。 (四) 疫情通報及民眾諮詢服務中心之管理及維護事項。 (五) 無線電通訊之業務推廣及訓練事項。 (六) 疫情防治會議之召集及聯繫事項。 (七) 嚴重急性呼吸道症候群病例審查事項。 (八) 其他有關國際疫情事項。]]></條文內容> </條文> <條文> <條號>第 6 條</條號> <條文內容><![CDATA[檢疫組分設二科,各科掌理事項如下: 一、第一科 (邊境檢疫科) : (一) 船舶、航空器及港區衛生管理政策之規劃及督導事項。 (二) 國際航線入境旅客邊境檢疫政策之規劃及督導事項。 (三) 港區除鼠、滅蟲、消毒藥品器材儲備事項。 (四) 船舶、航空器及港區衛生管理業務資料之蒐集、統計事項。 (五) 細胞株、抗體輸出入許可之審核事項。 (六) 邊境檢疫跨部會協調與合作事項。 (七) 其他有關船舶、航空器、入境旅客檢疫及港區衛生管理事項。 二、第二科 (外勞健檢科) : (一) 外籍勞工健康管理業務之規劃與督導事項。 (二) 外籍勞工健檢醫院之指定、撤銷與管理事項。 (三) 外籍勞工健康管理資訊系統之規劃及維護事項。 (四) 入境旅客健康聲明通報作業規劃及評估事項。]]></條文內容> </條文> <條文> <條號>第 7 條</條號> <條文內容><![CDATA[防疫組分設三科,各科掌理事項如下: 一、第一科 (腸道傳染病防治科) :辦理有關霍亂、傷寒、副傷寒、桿菌 性痢疾、阿米巴性痢疾之下列事項: (一) 疫情監測資料分析與疫情研判事項。 (二) 防治政策之規劃與督導推動事項。 (三) 個案調查及突發流行事件調查之追蹤檢討事項。 (四) 衛教宣導政策企劃與督導推動事項。 (五) 疫情防治相關研究發展規劃事項。 (六) 天然災害之消毒防疫規劃事項。 (七) 防疫消毒藥品採購發放及管理儲備事項。 (八) 其他臨時交辦事項。 二、第二科 (病媒傳染病防治科) :辦理有關登革熱、瘧疾、恙蟲病、斑 疹傷寒、鼠疫、貓抓病、類鼻疽、Q熱、鉤端螺旋體病、萊姆病之下 列事項: (一) 疫情監測資料分析與疫情研判事項。 (二) 防治政策之規劃與督導推動事項。 (三) 個案調查及突發流行事件調查之追蹤檢討事項。 (四) 衛教宣導政策企劃與督導推動事項。 (五) 疫情防治相關研究發展規劃事項。 (六) 關於建立病媒性疾病防治動員之標準作業指引及規劃演習事項。 (七) 其他臨時交辦事項。 三、第三科 (呼吸道傳染病防治科) :辦理有關腸病毒、猩紅熱、退伍軍 人症等傳染病之下列事項: (一) 疫情監測資料分析與疫情研判事項。 (二) 防治政策之規劃與督導推動事項。 (三) 個案調查及突發流行事件調查之追蹤檢討事項。 (四) 衛教宣導政策企劃與督導推動事項。 (五) 疫情防治相關研究發展規劃事項。 (六) 關於署務會議及主管會報之提報及指示事項之追蹤管考。 (七) 跨科綜合性業務彙整、人員訓練及召募事項、科技發展、會計管考 及預算編列之彙整事項。 (八) 其他臨時交辦事項。]]></條文內容> </條文> <條文> <條號>第 8 條</條號> <條文內容><![CDATA[結核病組分設三科,各科掌理事項如下: 一、第一科:(醫療事務科) (一)結核病醫療網之建構及督導事項。 (二)結核病診療諮詢及提升診療品質事項。 (三)醫療院所醫事人員結核病相關教育訓練、認證事項。 (四)結核病人住院治療事項。 (五)結核病院內感染控制事項。 (六)醫療院所、安養機構內疑似結核病聚集事件之調查及追蹤事項。 (七)普及結核菌檢驗及提升醫療院所結核菌檢驗品質事項。 (八)全國結核菌代檢網建構及督導事項。 (九)結核菌檢驗技術訓練事項。 (十)與結核菌中央參考實驗室聯繫及合作事項。 (十一)其他有關結核病醫事及檢驗事項。 二、第二科:(社區管理科) (一)卡介苗預防接種事項。 (二)結核病人及接觸者發現、追蹤及管理事項。 (三)特殊族群結核防治政策執行事項。 (四)團體(非醫事)機構聚集感染事件調查及後續處理事項。 (五)結核病防治教育宣導企劃與執行事項。 (六)結核病防治非醫事人員教育訓練與專業研討事項。 (七)結核病防治之訊息發布及媒體聯絡事項。 (八)漢生病(Hansen’s disease)防治事項。 (九)擬定結核病防治年度計畫及其年度預算編列。 (十)施政計畫追蹤研考及提報事項。 (十一)其他有關結核病之公衛防治事項。 三、第三科:(通報及指標管理科) (一)結核病個案通報資料分析與疫情研判事項。 (二)結核病國內外疫情與流行資料之蒐集及分析事項。 (三)結核病之監視資料表報整理及資料庫維護與管理。 (四)結核病資料通報及追蹤品質控管事項。 (五)督導地方衛生機關、分局辦理結核病防治措施及考評事項。 (六)結核病之資料網頁維護。 (七)結核防治指標之建立及研究發展。 (八)協助結核病流行病學及科技研究事項。]]></條文內容> </條文> <條文> <條號>第 9 條</條號> <條文內容><![CDATA[愛滋病組分設二科,各科掌理事項如下: 一、第一科: (政策科) (一) 愛滋病、梅毒、淋病、其他性傳染病防治和營業衛生管理政策之規 劃與督導事項。 (二) 愛滋病、梅毒、淋病、其他性傳染病和營業衛生管理計畫之擬定、 預算編列、推動與檢討評估事項。 (三) 愛滋病、梅毒、淋病、其他性傳染病和營業衛生管理之相關研究發 展之規劃事項。 (四) 愛滋病、梅毒、淋病、其他性傳染病個案追蹤調查及突發流行事件 之防治處理。 (五) 愛滋病、梅毒、淋病、其他性傳染病常規防治動員之標準作業指引 (guideline) 建立及演習規劃事宜。 (六) 愛滋病、梅毒、淋病、其他性傳染病國內外疫情與流行資料之蒐集 事項。 (七) 愛滋病、梅毒、淋病、其他性傳染病和營業衛生管理法令之研訂事 項。 (八) 其他臨時交辦事項。 二、第二科: (衛教科) (一) 愛滋病、梅毒、淋病、其他性傳染病防治和營業衛生管理宣導政策 之規劃與督導事項 (二) 愛滋病、梅毒、淋病、其他性傳染病防治和營業衛生管理宣導企劃 、執行與檢討評估事項。 (三) 愛滋病、梅毒、淋病、其他性傳染病防治和營業衛生管理教育訓練 與專業研討事項。 (四) 愛滋病、梅毒、淋病、其他性傳染病和營業衛生管理之新聞稿撰寫 事項。 (五) 愛滋病、梅毒、淋病、其他性傳染病個案通報資料分析與疫情研判 事項。 (六) 愛滋病、梅毒、淋病、其他性傳染病之監視資料表報整理及資料庫 維護與管理。 (七) 愛滋病、梅毒、淋病、其他性傳染病流行病學研究協助事項。 (八) 其他臨時交辦事項。]]></條文內容> </條文> <條文> <條號>第 10 條</條號> <條文內容><![CDATA[新興傳染病組分設二科,各科掌理事項如下: 一、第一科: (生物事件政策與防治科) (一) 不明原因感染症死亡之疫情調查事項。 (二) 不明原因突發流行疫情之流行病學調查事項。 (三) 生物恐怖事件發生時疫情調查之督導及支援事項。 (四) 應用流行病學專業人員之培訓事項。 (五) 流行病學人才短期訓練之訓練事項。 二、第二科: (新興感染政策與防治科) (一) 權責疾病防治政策之相關規劃及督導事項。 (二) 權責疾病之訓練準備、研究發展及應用事項。 (三) 權責疾病個案通報資料分析及疫情研判事項。 (四) 權責疾病突發流行事件之防治處理事項。 (五) 人畜共通傳染病之跨部會聯繫事項。 (六) 其他有關權責疾病臨時交辦事項。]]></條文內容> </條文> <條文> <條號>第 11 條</條號> <條文內容><![CDATA[感染控制組分設二科,各科掌理事項如下: 一、第一科: (醫院感染控制科) (一) 醫院感染控制政策規劃事項。 (二) 醫院院內感染監視通報規劃與督導事項。 (三) 醫院感染控制諮詢委員會議暨相關事項。 (四) 醫院感染控制之輔導與查核事項。 (五) 醫院感染控制人才培訓、教育訓練及研究發展事項。 (六) 醫院抗生素使用管制相關措施之督導事項。 (七) 其他有關醫院感染控制相關事項。 二、第二科: (感染症醫療網管理科) (一) 感染症防治醫療網政策之規劃。 (二) 感染症防治醫療網相關單位之溝通聯繫事項。 (三) 關於感染症防治醫院之合作輔導事項。 (四) 關於「署立感染症防治中心」之規劃、委託經營管理事項。 (五) 其他有關感染症防治醫療網相關事項。]]></條文內容> </條文> <條文> <條號>第 12 條</條號> <條文內容><![CDATA[預防接種組分設四科,各科掌理事項如下: 一、第一科: (資料分析及衛教宣導科) (一) 疫苗可預防疾病 (狂犬病除外) 資料分析與疫情研判事項。 (二) 疫苗可預防疾病 (狂犬病除外) 疾病流行及聚集之疫情分析與趨勢 研判事項。 (三) 疫苗可預防疾病 (狂犬病除外) 疾病國際疫情之蒐集及分析事項。 (四) 疫苗可預防疾病 (狂犬病除外) 疾病監視資料表報整理及資料庫維 護與管理。 (五) 疫苗可預防疾病 (狂犬病除外) 疾病資料網頁維護。 (六) 辦理「三麻一風」通報作業之評估 (通報率與時效率) 事項。 (七) 辦理「三麻一風」主動監視資料維護與分析事項。 (八) 辦理「急性病毒性A、B型肝炎」主動監視資料維護與分析事項。 (九) 召開疫情與防治之專家諮詢會議、連繫會報等相關工作事項。 (十) 預防接種衛教宣導企劃與執行事項。 (十一) 預防接種衛教宣導計畫之檢討評估事項。 (十二) 擬訂年度預算編列事項。 (十三) 其他臨時交辦事項。 二、第二科: (政策科) (一) 肝炎防治計畫相關業務之彙整與管考等事項。 (二) 預防接種相關研究發展之規劃事項。 (三) 推動預防接種資訊管理系統相關業務事項。 (四) 籌辦預防接種諮詢委員會之行政業務事項。 (五) 籌辦預防接種受害救濟審議委員會相關行政業務事項。 (六) 預防接種受害救濟相關法令條文訂定、修正及預算編列事項。 (七) 預防接種各項業務之研考及彙整工作事項。 (八) 其他臨時交辦事項。 三、第三科: (動員科) (一) 個案之追蹤調查及突發流行事件之防治處理事項。 (二) 建立權責疾病防治動員之標準作業指引 (guideline) 並規劃演習 事項。 (三) 督導地方衛生機關、分局辦理疫情調查與防治措施事項。 (四) 撰寫疫情調查報告並參與連繫會報事項。 (五) 預防接種教育訓練與專業研討事項。 (六) 辦理「根除三麻一風」計畫之彙整及管考等工作事項。 (七) 急性無力肢體麻痺症 (AFP) 監視系統之開發、維護管理及分析整 理事項。 (八) 規劃及辦理因應新型流感大流行防治事項。 (九) 其他臨時交辦事項。 四、第四科: (預防接種實務科) (一) 各項疫苗之採購及相關經費核銷事項。 (二) 各項疫苗之核發、調配及管控作業事項。 (三) 疫苗冷運冷藏系統管理之制定、執行事項督導、監控及應變措施事 項。 (四) 預防接種各項相關實務之規劃、研擬與推展事項。 (五) 各項地方預防接種相關實務作業之督導、訓練、推動與協調事項。 (六) 預防接種完成率之統計調查、督導及推展事項。 (七) 預防接種紀錄檢查與補種作業之規劃督導與執行事項。 (八) 孕婦B型肝炎檢驗相關業務規劃與推動事項。 (九) 本局及各分局國際預防接種業務之疫苗調配、管理及宣導事項。 (十) 辦理地方預防接種業務相關經費核銷事項。 (十一) 其他臨時交辦事項。]]></條文內容> </條文> <條文> <條號>第 13 條</條號> <條文內容><![CDATA[資源管理組分設四科,各科掌理事項如下: 一、第一科: (實驗動物科) (一) 毒蛇之飼養管理及採毒事項。 (二) 馬匹之飼養管理及蛇毒免疫事項。 (三) 中小型實驗動物之飼養及管理事項。 (四) 實驗動物之研究、供應及繁殖事項。 (五) 動物試驗規則之執行事項。 (六) 動物試驗生物安全協調事項。 (七) 疫苗、血清等生物製劑成品之門市銷售事項。 (八) 偏遠地區抗蛇毒血清儲備管理事項。 (九) 醫療廢棄物處理事項。 (十) 其他有關實驗動物事項。 二、第二科: (生物材料科) (一) 生物材料之蒐集、儲存及管理事項。 (二) 生物材料資料庫之建立及管理事項。 (三) 生物材料之應用、交流及合作事項。 (四) 生物材料之分讓、運送安全事項。 (五) 新感染症症候群及病理解剖檢體之保存及管理事宜。 (六) 高感染性生物料之管理事項。 (七) 例行血清流行病學調查規劃及執行事宜。 (八) 其他有關生物材料事項。 三、第三科: (品保及生物安全科) (一) 實驗室品保、認證及訓練規劃及查核事項。 (二) 委辦合約實驗室之品保規劃及查核事項。 (三) 外勞健檢指定醫院檢驗能力試驗之規劃及督導事項。 (四) 實驗室生物安全管理規劃、訓練及查核相關事項。 (五) 其他臨時交辦相關事項。 四、第四科: (物資管控及環安科) (一) 防疫物資管理規劃事項。 (二) 防疫物資倉儲管理及調撥事項。 (三) 防疫物資採購事項。 (四) 防疫物資管理資訊系統 (MIS) 事項。 (五) 防疫物資庫存查核事項。 (六) 實驗室公共區域及整體環境安全之規劃與維護。 (七) 其他臨時交辦事項。]]></條文內容> </條文> <條文> <條號>第 14 條</條號> <條文內容><![CDATA[研究檢驗中心掌理事項如下: 一、傳染病病原體及病媒研究事項。 二、傳染病病原體及病媒學術研究之策劃事項。 三、傳染病病原體及病媒研究重點方針訂定事項。 四、傳染病病原體及病媒研究成果發表事項。 五、傳染病個案檢體檢驗事項。 六、傳染病病原體檢驗結果判定事項。 七、實驗室品質保證實施事項。 八、傳染病病原體檢驗標準程序訂定事項。 九、傳染病病原體檢驗認證授權事項。 十、傳染病病原體檢驗及病媒調查訓練事項。 十一、病媒鑑定、標本蒐集、維護等事項。 十二、重要病媒之飼養及供應事項。 十三、其他有關防疫檢驗及病媒調查事項。]]></條文內容> </條文> <條文> <條號>第 15 條</條號> <條文內容><![CDATA[血清疫苗研製中心分設三科,各科掌理事項如下: 一、第一科: (疫苗開發科) (一) 血清疫苗研究、開發、評估等事項。 (二) 血清疫苗之製程及檢驗方法之研究改進事項。 (三) 血清疫苗重大計畫之策劃、執行事項。 (四) 血清疫苗研製中心之行政事項。 (五) 其他有關血清疫苗研發事項。 二、第二科: (製造科) (一) 血清疫苗之製造、分裝、包裝、儲存等事項。 (二) 優良藥品製造規範之運作、管理、維護、確效等事項。 (三) 血清疫苗原料、物料、成品等倉儲管理相關事項。 (四) 血清疫苗製造用器具之清潔洗滌準備與滅菌事項。 (五) 血清疫苗製造場所無菌無塵空調系統、製造用水、鍋爐、高壓滅菌 器等之維護管理事項。 (六) 其他有關生物製劑製造事項。 三、第三科: (品保品管科) (一) 血清疫苗原料、原液、半製品、成品之檢定事項。 (二) 血清疫苗成品、容器、封蓋及包裝材料、標示用材料之檢定事項。 (三) 血清疫苗品質之監控及確效等事項。 (四) 血清疫苗製造相關作業及產品安定性試驗有關之書面作業程序或規 格之審核事項。 (五) 優良藥品製造規範執行及監督等事項。 (六) 其他有關血清疫苗品保品管等事項。]]></條文內容> </條文> <條文> <條號>第 16 條</條號> <條文內容><![CDATA[第一分局分設二科,各科掌理事項如下: 一、第一科: (檢疫科) (一) 進出口船舶、人員、眼角膜檢疫與處理事項。 (二) 染疫或染疫嫌疑船舶、人員、物品之隔離、留驗、消毒及入出境旅 客傳染病防制調查表之回收、通報事項。 (三) 關於船舶、貨櫃、貨物、倉庫等之除鼠、滅蟲、消毒等衛生管理事 項。 (四) 港區病媒調查與管制事項。 (五) 國際預防接種簽證與疫苗儲存處理事項。 (六) 入出境屍體查驗、簽證事項。 (七) 各種檢體採檢、整理、送驗及登記事項。 (八) 各項檢疫規費徵收、檢疫憑證簽發事項。 (九) 港區有關業務協調事項。 (十) 辦理檢疫之衛教宣導事項。 (十一) 各種檢疫藥品、器材之儲存、統計事項。 (十二) 檢疫業務資料之整理、統計及報告事項。 (十三) 其他有關檢疫及行政管理事項。 二、第二科: (防疫科) (一) 督導轄區地方衛生機關辦理傳染病防治及衛教宣導事項。 (二) 輔導轄區疫情之監測、蒐集、調查及報告事項。 (三) 轄區定點醫師及醫院通報疾病資料之蒐集、調查、聯繫、採檢、送 驗及處理事項。 (四) 督導轄區疫病突發流行之應變及處理事項。 (五) 協助轄區境外移入傳染病之追蹤監測及處理事項。 (六) 防疫藥品、疫苗、生物製劑及器材之儲備管理事項。 (七) 防疫檢體送驗及登記事項。 (八) 地方衛生機關檢驗技術之協助輔導事項。 (九) 其他有關防疫及行政管理事項。 (十) 分局年度施政方針、施政計畫、工作報告事項。 (十一) 分局各項企劃之規劃、研析事項。 (十二) 分局各項指示之管考事項。 (十三) 其他有關業務之規劃、推動事項。]]></條文內容> </條文> <條文> <條號>第 16-1 條</條號> <條文內容><![CDATA[第二分局掌理事項如下: 一、入出境之船舶、航空器、人員及眼角膜進出口檢疫與處理事項。 二、染疫或染疫嫌疑航空器、人員、物品之隔離、留驗及消毒事項。 三、入境旅客健康聲明書表之回收、通報事項。 四、航空器、貨櫃、貨物、倉庫等之除鼠、滅蟲、消毒等衛生管理事項。 五、港區病媒調查與管制事項。 六、國際預防接種簽證與疫苗儲存處理事項。 七、入出境屍體查驗、簽證事項。 八、各種檢體採驗、整理、送驗、檢驗及登記事項。 九、各項檢疫規費徵收、檢疫憑證簽發事項。 十、港區聯合檢查作業之業務協調事項。 十一、辦理檢疫之衛教宣導事項。 十二、各種檢疫藥品、器材之儲存、統計事項。 十三、檢疫業務資料之整理、統計及報告事項。 十四、其他有關檢疫及行政管理事項。]]></條文內容> </條文> <條文> <條號>第 17 條</條號> <條文內容><![CDATA[第三分局分設二科、各科掌理事項如下: 一、第一科: (檢疫科) (一) 入出境之船舶、航空器、人員及眼角膜進出口檢疫與處理事項 (二) 染疫或染疫嫌疑航空器、船舶、人員、物品之隔離、留驗、消毒及 入出境旅客傳染病防制調查表及相關書表之回收、通報事項。 (三) 船舶、貨櫃、貨物、倉庫等之除鼠、滅蟲、消毒等衛生管理事項。 (四) 港區病媒調查與管制事項。 (五) 國際預防接種簽證與疫苗儲存處理事項。 (六) 入出境屍體查驗、簽證事項。 (七) 各種檢體採驗、整理、送驗及登記事項。 (八) 各項檢疫規費徵收、檢疫憑證簽發事項。 (九) 辦理檢疫之衛教宣導事項。 (十) 各種檢疫藥品、器材之儲存、統計事項。 (十一) 檢疫業務資料之整理、統計及報告事項。 (十二) 其他有關檢疫及行政管理事項。 二、第二科: (防疫科) (一) 督導轄區地方衛生機關辦理傳染病防治及衛教宣導事項。 (二) 輔導轄區疫情之監測、蒐集、調查及報告事項。 (三) 轄區定點醫師及醫院通報疾病資料之蒐集、調查、聯繫、採檢、送 驗及處理事項。 (四) 輔導轄區疫病突發流行之應變及處理事項。 (五) 協助轄區境外移入傳染病之追蹤監測及處理事項。 (六) 防疫藥品、疫苗、生物製劑及器材之儲備管理事項。 (七) 醫院感染控制查核及輔導事項。 (八) 感染症防疫人才培育及訓練事項。 (九) 感染症及重症病患醫療照護之行政事項。 (十) 分局年度施政方針、施政計畫、工作報告事項。 (十一) 分局各項企劃之規劃、研析事項。 (十二) 分局各項指示之管考事項。 (十三) 其他有關業務之規劃、推動事項。 (十四) 其他有關防疫及行政管理事項]]></條文內容> </條文> <條文> <條號>第 18 條</條號> <條文內容><![CDATA[第四分局設三科,各科掌理事項如下: 一、第一科: (檢疫科) (一) 入出境之船舶、航空器、人員及眼角膜進出口檢疫與處理事項 (二) 染疫或染疫嫌疑船舶、人員、物品之隔離、留驗及消毒事項。 (三) 入出境旅客傳染病防制調查表及相關書表之回收、通報事項。 (四) 船舶、貨櫃、貨物、倉庫等之除鼠、滅蟲、消毒等衛生管理事項。 (五) 港區病媒調查及管制事項。 (六) 國際預防接種簽證與疫苗儲存處理事項。 (七) 入出境屍體查驗、簽證等檢疫事項。 (八) 各種檢體採檢、整理、送驗及登記事項。 (九) 各項檢疫規費徵收、檢疫憑證簽發事項。 (十) 港區相關業務協調事項。 (十一) 辦理檢疫之衛教宣導事項。 (十二) 各種檢疫藥品、器材之儲存、統計事項。 (十三) 檢疫業務資料之整理、統計及報告事項。 (十四) 其他有關檢疫及行政管理事項。 二、第二科: (防疫一科) (一) 督導轄區地方衛生機關辦理傳染病防治及衛教宣導事項。 (二) 輔導轄區疫情之監測、蒐集、調查及報告事項。 (三) 轄區定點醫師及醫院通報疾病資料之蒐集、調查、聯繫、採檢、送 驗及處理事項。 (四) 輔導轄區疫病突發流行之應變及處理事項。 (五) 協助轄區境外移入傳染病之追蹤監測及處理事項。 (六) 防疫藥品、疫苗、生物製劑及器材之儲備管理事項。 (七) 醫院感染控制查核及輔導事項。 (八) 轄區感染症防治醫療網運作事項。 (九) 其他有關防疫及行政管理事項。 三、第三科: (防疫二科) (一) 國軍台南醫院轉型署立感染症防治中心處理事項。 (二) 醫院感染控制查核及輔導事項。 (三) 感染症防疫人才培育及訓練事項。 (四) 感染症及重症病患醫療照護之行政事項。 (五) 其他有關防疫及行政管理事項。]]></條文內容> </條文> <條文> <條號>第 18-1 條</條號> <條文內容><![CDATA[第五分局掌理事項如下: 一、入出境之船舶、航空器、人員及眼角膜進出口檢疫與處理事項。 二、染疫或染疫嫌疑航空器、人員、物品之隔離、留驗及消毒事項。 三、入出境旅客傳染病防制調查表及相關書表之回收、通報事項。 四、航空器、貨櫃、貨物、倉庫等之除鼠、滅蟲、消毒等衛生管理事項。 五、港區病媒調查及管制事項。 六、國際預防接種簽證與疫苗儲存處理事項。 七、入出境屍體查驗、簽證等檢疫事項。 八、各種檢體採檢、整理、送驗及登記事項。 九、各項檢疫規費徵收、檢疫憑證簽發事項。 十、港區相關業務協調事項。 十一、辦理檢疫之衛教宣導事項。 十二、各種檢疫藥品、器材之儲存、統計事項。 十三、檢疫業務資料之整理、統計及報告事項。 十四、其他有關檢疫及行政管理事項。]]></條文內容> </條文> <條文> <條號>第 19 條</條號> <條文內容><![CDATA[第六分局掌理事項如下: 一、進出口航空器、船舶及人員檢疫與處理事項。 二、染疫或染疫嫌疑航空器、船舶、人員、物品之隔離、留驗及消毒事項 。 三、航空器、船舶、貨櫃、貨物、倉庫等之除鼠、滅蟲、消毒等衛生管理 事項。 四、港區病媒調查與管制事項。 五、國際預防接種簽證與疫苗儲存處理事項。 六、入出境屍體查驗、簽證事項。 七、各種檢體採檢、整理、送驗及登記事項。 八、各項檢疫規費徵收、檢疫憑證簽發事項。 九、辦理檢疫之衛教宣導事項。 十、檢疫、防疫業務資料之整理、統計及報告事項。 十一、督導轄區地方衛生機關辦理傳染病防治及衛教宣導事項。 十二、督導轄區疫情之監測、蒐集、調查及報告事項。 十三、轄區定點醫師及醫院通報疾病資料之蒐集、調查、聯繫、採檢、送 驗及處理事項。 十四、輔導轄區疫病突發流行時之應變及處理事項。 十五、協助轄區境外移入傳染病之追蹤監測及處理事項。 十六、防疫藥品、疫苗、生物製劑及器材之儲備管理事項。 十七、防疫、檢疫檢體之檢驗事項。 十八、其他有關檢疫、防疫及行政管理事項。]]></條文內容> </條文> <條文> <條號>第 19-1 條</條號> <條文內容><![CDATA[第七分局掌理事項如下: 一、支援山地離島各種疫病之監視、蒐集、調查、處理及報告事項。 二、協助督導結核病及漢生病(Hansen’s disease) 防治事項。 三、協助督導營業衛生管理事項。 四、支援辦理學童寄生蟲防治工作事項。 五、協助性病及後天免疫缺乏症候群防治衛教宣導及感染者追蹤管理輔導 事項。 六、地方衛生機關性病標準檢驗室疑義、檢體檢驗、複驗、檢體品管測試 及檢查業務輔導事項。 七、人類免疫缺乏病毒之確認鑑定檢驗事項。 八、地方衛生機關性病檢驗試劑及耗材等購置、撥配事項。 九、其他有關防疫及行政管理事項。]]></條文內容> </條文> <條文> <條號>第 20 條</條號> <條文內容><![CDATA[資訊室掌理事項如下: 一、業務電腦化之整體規劃、協調及推動事項。 二、資訊系統之分析、設計、撰寫、測試、維護及操作手冊之研訂事項。 三、應用系統委外規劃設計之監控與管理。 四、本局與其他單位電腦資訊交流互通之規劃、辦理及管理事項。 五、協助辦理資訊教育訓練相關事項。 六、本局電腦資料庫之建置、運用、管理及維護事項。 七、本局電腦設備採購之辦理、審核事項。 八、本局電腦軟、硬體設備之建置、操作、維護及安全事項。 九、網路之建置、操作、維護及管理事項。 十、電腦軟體需求之審查及管理事項。 十一、資訊作業之支援及諮詢服務事項。]]></條文內容> </條文> <條文> <條號>第 21 條</條號> <條文內容><![CDATA[秘書室分設二科,各科掌理事項如下: 一、第一科: (文書科) (一) 電子公文收發及分辦事項。 (二) 紙本公文收發及分辦事項。 (三) 本局公文繕校、用印事項。 (四) 本局代署行文之繕校、用印、封發及電子公文傳送事項。 (五) 印信之請頒及頒發事項。 (六) 檔案分類網目表之編修事項。 (七) 歸檔文件之點收、分類整理、掃描編宗、燒錄光碟、電子儲存事項 。 (八) 檔案文卷之保管、修護、借調、清理、銷燬事項。 (九) 機密檔案之保管、解密及安全維護事項。 (十) 現行檔案移轉目錄彙送至檔案管理主管機關事項。 (十一) 回溯檔案整卷編目建檔之目錄彙送及編製檔案移轉目錄表至檔案 管理主管機關事項。 (十二) 檔案管理法規執行事項。 (十三) 其他有關文書管理事項。 二、第二科: (事務科) (一) 物品設備之採購簽約及驗收核銷事項。 (二) 本局採購督導小組會議之辦理事項。 (三) 本局採購案件申訴審議及履約爭議時協助調解事項 (四) 款項之收支事項。 (五) 票據之保管事項。 (六) 零用金之處理事項。 (七) 員工薪津請領發放事項。 (八) 駕駛、技工及工友之管理事項。 (九) 勞工保險事項。 (十) 車輛調配使用及管理事項。 (十一) 辦公廳舍保養及環境衛生事項。 (十二) 公有財產、物品之管理事項。 (十三) 各項財產表冊編製盤點及報廢事項。 (十四) 辦公廳舍及公有財物安全防護事項。 (十五) 會議場所之佈置及管理事項。 (十六) 物品領發管理事項。 (十七) 其他有關事務管理事項。]]></條文內容> </條文> <條文> <條號>第 22 條</條號> <條文內容><![CDATA[人事室分設二科,各科掌理事項如下: 一、第一科: (任免科) (一) 人事業務工作計畫、報告之編擬事項。 (二) 人事規章之研擬事項。 (三) 本局組織編制,辦事細則之擬辦事項。 (四) 分層負責逐級授權之研擬事項。 (五) 人才儲備、人力規劃之擬辦事項。 (六) 進用身心障礙者之擬辦事項。 (七) 職員任免、遷調、銓審、動態之擬辦事項。 (八) 人事業務研究發展事項。 (九) 組織再造、行政革新之擬辦事項。 (十) 本局人事機構組織編制暨人事人員任免、遷調、銓審案件之擬辦事 項。 (十一) 其他有關人事管理業務事項。 二、第二科: (考核科) (一) 職員考績獎懲、保障之擬辦事項。 (二) 糾舉、彈劾、懲戒、控告、停 (復) 職案件之擬辦事項。 (三) 職員服務、差假、勤惰之擬辦事項。 (四) 訓練、進修案件之擬辦事項。 (五) 交接及宣誓事項。 (六) 慶典、紀念集會及康樂活動之籌劃事項。 (七) 職員待遇、福利、保險之擬辦事項。 (八) 職員退休、資遣、撫卹案件之擬辦事項。 (九) 本局人事人員獎懲、考核及考績案件之擬辦事項 (十) 職員錄及人事統計之編報事項。 (十一) 其他有關人事管理業務事項。]]></條文內容> </條文> <條文> <條號>第 23 條</條號> <條文內容><![CDATA[會計室分設二科,各科掌理事項如下: 一、第一科: (預算、審核科) (一) 本局歲入、出預 (概) 算之編審事項。 (二) 本局預算對外、對內重要報告之撰擬、彙整事項。 (三) 本局動支第一、第二預備金之申請事項。 (四) 本局分配預算之編審及修改事項。 (五) 辦理本局歲出保留申請事項。 (六) 辦理本局經費流用及歲出保留審核等事項。 (七) 本局歲出預算之動支、簽證及查核事項。 (八) 本局支出憑證之審核事項。 (九) 本局發生預算負擔之契約審核事項。 (十) 補助或委託本局辦理各項計畫費用之審核事項。 (十一) 本局辦理政府採購招標、比價、議價及驗收之監辦事項。 (十二) 本局暫付款之清理事項。 (十三) 本局對外補助、委辦款項之就地查核。 (十四) 非營業基金預算、決算、收支、會計報告及其審核、編製事項。 (十五) 其他與非營業基金有關之會計作業事項。 (十六) 本局會計人員任免、陞遷調、考核、獎懲案件之擬辦事項。 (十七) 其他與會計審核有關之業務。 二、第二科: (帳務、統計科) (一) 本局歲入、出決算之編審事項。 (二) 本局決算對外、對內重要報告之撰擬、彙整事項。 (三) 本局歲入預算之審核。 (四) 本局歲入預算之編製傳票、憑單等會計事項。 (五) 本局支出憑證之編製傳票、憑單等會計事項。 (六) 本局會計憑證送審事項。 (七) 本局收支憑證、傳票整理及保管事項。 (八) 本局 (含分局) 現金、票據及公庫等之查核事項。 (九) 本局 (含分局) 公務財產帳務及查核事項。 (十) 本局會計報告之編審事項。 (十一) 本局會計帳簿列印等事項。 (十二) 本局新增業務、會計法規、制度之研擬與建置。 (十三) 本局公務統計業務事項。 (十四) 其他有關會計帳務作業事項。]]></條文內容> </條文> <條文> <條號>第 24 條</條號> <條文內容><![CDATA[政風室掌理事項如下: 一、本局政風法令之擬訂及宣導事項。 二、本局政風工作年度計畫之策劃、擬訂及推動事項。 三、預防、發掘及處理檢舉貪瀆不法事項。 四、關於本局政風興革、考核獎懲建議事項。 五、本局公務機密維護事項。 六、本局洩密案件處理事項。 七、危害或破壞本局事件之預防及協助處理陳情請願事項。 八、本局公務人員財產申報事項。 九、本局政風機構組織編制暨政風人員任免、遷調、銓審、獎懲、考核及 考績案件之擬辦。 十、本局政風督導小組會議之辦理事項。 十一、本局端正政風及防制貪瀆工作實施計畫之推動、研考、檢討事項。 十二、其他有關政風管理事項。]]></條文內容> </條文> <編章節> 第 三 章 分層負責</編章節> <條文> <條號>第 25 條</條號> <條文內容><![CDATA[本局處理事務實施分層負責制度,逐級授權決定,其分層負責表另訂之。]]></條文內容> </條文> <條文> <條號>第 26 條</條號> <條文內容><![CDATA[各級主管人員對於已授權之事項,得逕行決定或代行。]]></條文內容> </條文> <條文> <條號>第 27 條</條號> <條文內容><![CDATA[各單位處理事務,各科意見不同時,由單位主管決示定之;涉及其他單位 職掌者,應會商辦理,各單位意見不同時,陳由局長、副局長核定之。]]></條文內容> </條文> <條文> <條號>第 28 條</條號> <條文內容><![CDATA[各級人員處理業務,依下列規定負其責任: 一、例行文件之處理如有錯誤,由承辦人員負責,其關係重大者,各級審 核人員及主管人員應連帶負責。 二、引用法令、案例及行文手續上之錯誤,由擬稿人員負責,其關係重大 者,各級審核人員及主管人員應連帶負責。 三、引用數字、年、月、日文號等之錯誤,由擬稿人員負責,如與會辦單 位有關係者,會辦人員應連帶負責。 四、文書、款項、物品等收發之遺漏或錯誤,由承辦人員負責,其關係重 大者,各級審核人員及主管人員應連帶負責。 五、文件繕寫之錯誤,由繕、校人員負責。 六、用印之錯誤,由監印人員負責。 七、其他事項之錯誤,依職掌上之規定分別負責。]]></條文內容> </條文> <條文> <條號>第 29 條</條號> <條文內容><![CDATA[各級人員因事不能執行職務或請假時,應依規定委託適當人員代理,代理 人就代理職務負其責任。]]></條文內容> </條文> <編章節> 第 四 章 會議</編章節> <條文> <條號>第 30 條</條號> <條文內容><![CDATA[本局局務會議每月召開一次,由局長主持,副局長、主任秘書及各單位主 管出席參加,必要時得召集臨時會議。]]></條文內容> </條文> <條文> <條號>第 31 條</條號> <條文內容><![CDATA[本局各單位得視業務需要隨時召開業務會議。]]></條文內容> </條文> <編章節> 第 五 章 服務守則</編章節> <條文> <條號>第 32 條</條號> <條文內容><![CDATA[本局職員應以主動精神、努力業務之處理暨學術之研究發展,並應遵守公 務員服務法及其他有關法令。 各單位主管應注意所屬人員工作之適當分配,並隨時督導推動。]]></條文內容> </條文> <條文> <條號>第 33 條</條號> <條文內容><![CDATA[本局職員對機密事件,應依照有關法令規定辦理。]]></條文內容> </條文> <編章節> 第 六 章 附則</編章節> <條文> <條號>第 34 條</條號> <條文內容><![CDATA[本局事務管理,依事務管理規則及有關規定辦理。]]></條文內容> </條文> <條文> <條號>第 35 條</條號> <條文內容><![CDATA[本細則自發布日施行。]]></條文內容> </條文> </法規內容> </法規>
23.570175
72
0.656654
bacc18acdd26a7833f6c81944fb5c5c9855f8e3a
19,217
xml
XML
client/app/dedicated/housing/translations/Messages_fi_FI.xml
tduboys/ovh-manager-dedicated
87604e274a4e5d95ac1c982ab4011e11e3087573
[ "BSD-3-Clause" ]
null
null
null
client/app/dedicated/housing/translations/Messages_fi_FI.xml
tduboys/ovh-manager-dedicated
87604e274a4e5d95ac1c982ab4011e11e3087573
[ "BSD-3-Clause" ]
null
null
null
client/app/dedicated/housing/translations/Messages_fi_FI.xml
tduboys/ovh-manager-dedicated
87604e274a4e5d95ac1c982ab4011e11e3087573
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <translations> <translation id="housing_name" qtlid="3818">Nimi</translation> <translation id="housing_status" qtlid="26443">Tila</translation> <translation id="housing_edit" qtlid="185452">Muokkaa</translation> <translation id="housing_informations_general" qtlid="26551">Tiedot</translation> <translation id="housing_tab_dashboard" qtlid="82725">Yhteenveto</translation> <translation id="housing_tab_backup" qtlid="259818">Varmuuskopiotallennus</translation> <translation id="housing_tab_task" qtlid="96716">Tehtävät</translation> <translation id="housing_expiration_date" qtlid="33010">Umpeutumispäivä</translation> <translation id="housing_creation_date" qtlid="371726">Palvelimen tilauspäivä</translation> <translation id="housing_support_phone" qtlid="290446">Tiesitkö? Housingpalveluusi sisältyy dedikoitu asiakaspalvelu, numerossa {0}, joka vastaa kaikkiin kysymyksiisi.</translation> <translation id="housing_tab_stats_legend_bay" qtlid="32050">Räkki</translation> <translation id="housing_tab_stats_legend_general" qtlid="69341">Yleistä</translation> <translation id="housing_tab_stats_legend_route" qtlid="259831">Reititys</translation> <translation id="housing_tab_stats_legend_network" qtlid="25591">Verkko</translation> <translation id="housing_tab_stats_legend_subscription" qtlid="28891">Tilaus</translation> <translation id="housing_tab_stats_gateway" qtlid="259844">Yhdyskäytävä</translation> <translation id="housing_tab_stats_router" qtlid="259857">Reititin</translation> <translation id="housing_tab_stats_port" qtlid="9034">Portti</translation> <translation id="housing_tab_stats_ipv4" qtlid="259870">IPv4-verkko</translation> <translation id="housing_tab_stats_ipv6" qtlid="259883">IPv6-verkko</translation> <translation id="housing_tab_stats_securitycode" qtlid="259896">Turvakoodi</translation> <translation id="housing_tab_stats_failure_load" qtlid="97460">Latausvirhe</translation> <translation id="housing_configuration_ipv4_manage" qtlid="16301">Hallinnoi</translation> <translation id="housing_subscription_owner" qtlid="30634">Omistaja</translation> <translation id="housing_subscription_state" qtlid="8230">Tila</translation> <translation id="housing_status_ok" qtlid="96704">Normaali</translation> <translation id="housing_status_error" qtlid="45508">Virhe</translation> <translation id="housing_status_hacked" qtlid="101973">Tietomurto</translation> <translation id="housing_status_hacked_blocked" qtlid="224997">Murrettu ja lukittu</translation> <translation id="housing_configuration_doing" qtlid="497190">(Meneillään)</translation> <translation id="housing_configuration_reboot_title_button" qtlid="33538">Uudelleenkäynnistä</translation> <translation id="housing_configuration_renew_title" qtlid="168172">Uusinta</translation> <translation id="housing_configuration_ftpbackup_fail" qtlid="184256">Tapahtui virhe ladattaessa Backup Storagen tietoja</translation> <translation id="housing_configuration_ftpbackup_none" qtlid="184269">Backup Storagea ei ole konfiguroitu.</translation> <translation id="housing_configuration_ftpbackup_login" qtlid="46792">Käyttäjätunnus</translation> <translation id="housing_configuration_ftpbackup_name" qtlid="3818">Nimi</translation> <translation id="housing_configuration_ftpbackup_usage" qtlid="30382">Käyttö</translation> <translation id="housing_configuration_ftpbackup_delete" qtlid="184282">Poista Backup Storage</translation> <translation id="housing_configuration_ftpbackup_forgot_password" qtlid="123355">Unohtuiko salasana?</translation> <translation id="housing_configuration_ftpbackup_activate" qtlid="184295">Aktivoi Backup Storage</translation> <translation id="housing_configuration_ftpbackup_activate_success" qtlid="184308">Backup storage on aktiivinen hetken kuluttua.</translation> <translation id="housing_configuration_ftpbackup_activate_successfull" qtlid="184321">Backup storage on aktivoitu.</translation> <translation id="housing_configuration_ftpbackup_activate_failure" qtlid="184334">Tapahtui virhe backup storage aktivoitaessa.</translation> <translation id="housing_configuration_ftpbackup_activate_question" qtlid="184347">Oletko varma, että haluat aktivoida backup storage -palvelun tälle palvelimelle?</translation> <translation id="housing_configuration_ftpbackup_delete_success" qtlid="184360">Backup Storage poistetaan hetken kuluttua.</translation> <translation id="housing_configuration_ftpbackup_delete_successfull" qtlid="184373">Varmuuskopiotila on poistettu.</translation> <translation id="housing_configuration_ftpbackup_delete_failure" qtlid="184386">Tapahtui virhe poistettaessa backup storage.</translation> <translation id="housing_configuration_ftpbackup_delete_question" qtlid="184399">Oletko varma, että haluat poistaa backup storagen {0}?</translation> <translation id="housing_configuration_ftpbackup_delete_question2" qtlid="164389">Huomaa että tämä toiminto on peruuttamaton</translation> <translation id="housing_configuration_ftpbackup_lost_password" qtlid="149241">Uusi salasana</translation> <translation id="housing_configuration_ftpbackup_lost_password_success" qtlid="149254">Uusi salasana lähetetään palvelimen admin-yhteyshenkilölle</translation> <translation id="housing_configuration_ftpbackup_lost_password_successfull" qtlid="164402">Uusi salasana lähetetään palvelimen admin-asiakastunnukselle.</translation> <translation id="housing_configuration_ftpbackup_lost_password_failure" qtlid="149267">Tapahtui virhe nollattaessa salasanaa</translation> <translation id="housing_configuration_ftpbackup_lost_password_question" qtlid="184412">Oletko varma, että haluat nollata backup storagen {0} salasanan?</translation> <translation id="housing_configuration_ftpbackup_order_title" qtlid="184425">Tilaa backup storagen levytilaa</translation> <translation id="housing_configuration_ftpbackup_order_load_failure" qtlid="180486">Tapahtui virhe haettaessa tietoa saatavilla olevista tallennustilapalveluista</translation> <translation id="housing_configuration_ftpbackup_order_load_detail_failure" qtlid="180499">Tapahtui virhe haettaessa tallennustilatilauksen tietoja</translation> <translation id="housing_configuration_ftpbackup_order_load_order_success" qtlid="183801">Datasäilön tilaus <a href='{0}' target='_blank'>{1}</a> on rekisteröity.</translation> <translation id="housing_configuration_ftpbackup_order_load_order_failure" qtlid="180525">Tapahtui virhe tallennustilatilauksen aikana</translation> <translation id="housing_configuration_ftpbackup_order_type_name" qtlid="4334">Kapasiteetti</translation> <translation id="housing_configuration_ftpbackup_order_empty_choice" qtlid="237750">Et voi tilata lisätallennustilaa tälle palvelimelle.</translation> <translation id="housing_configuration_ftpbackup_order_type_price" qtlid="180538">Hinta/kk (ALV. 0 %)</translation> <translation id="housing_configuration_ftpbackup_order_resume" qtlid="172228">Yhteenveto tilauksesta:</translation> <translation id="housing_configuration_ftpbackup_order_price_explanation" qtlid="237763">Mikä tekee {0} per kuukausi, palvelimen erääntymispäivämäärään asti.</translation> <translation id="housing_configuration_ftpbackup_order_price_HT" qtlid="146177">Kokonaishinta (ALV 0 %):</translation> <translation id="housing_configuration_ftpbackup_order_price_TTC" qtlid="146190">Kokonaishinta (sis. ALV):</translation> <translation id="housing_configuration_ftpbackup_order_contracts" qtlid="145371">Vahvistan, että olen lukenut ja ymmärtänyt seuraavat ehdot:</translation> <translation id="housing_configuration_ftpbackup_order_info" qtlid="180551">Valitse palvelimellesi tilattavan tallennustilan kapasiteetti. Huomaa, että kapasiteetin vähennys ei ole mahdollista.</translation> <translation id="housing_configuration_ftpbackup_access_order" qtlid="180564">Tilaa levytilaa</translation> <translation id="housing_configuration_ftpbackup_access_order_right" qtlid="180577">Sinulla ei ole riittäviä oikeuksia tilausta varten</translation> <translation id="housing_configuration_ftpbackup_access_add" qtlid="153857">Lisää pääsyoikeus</translation> <translation id="housing_configuration_ftpbackup_access_delete" qtlid="180590">Pääsyoikeuden poisto</translation> <translation id="housing_configuration_ftpbackup_access_delete_question" qtlid="183814">Oletko varma, että haluat poistaa pääsyoikeuden IP-osoiteavaruudelta <b>{0}</b>?</translation> <translation id="housing_configuration_ftpbackup_access_delete_success" qtlid="183827">Backup Storagea koskevan pääsyoikeuden poisto IP-osoiteavaruudelta <b>{0}</b> a on rekisteröity, mutta toimenpide voi kestää muutaman minuutin</translation> <translation id="housing_configuration_ftpbackup_access_delete_failure" qtlid="183840">Tapahtui virhe poistettaessa varmuuskopiotilan pääsyoikeutta IP-osoiteavaruudelta <b>{0}</b></translation> <translation id="housing_configuration_ftpbackup_access_add_ip_failure" qtlid="180642">Tapahtui virhe haettaessa sallittujen osoiteavaruuksien listaa</translation> <translation id="housing_configuration_ftpbackup_access_add_success" qtlid="184438">Pääsyoikeuden säännön lisäys on rekisteröity, mutta muutoksen voimaan astuminen kestää muutaman minuutin.</translation> <translation id="housing_configuration_ftpbackup_access_add_partial" qtlid="184451">Säännön lisäyspyyntö backup storagen pääsyoikeuksiin on rekisteröity, mutta muutoksen voimaan astuminen kestää muutaman minuutin. Joidenkin sääntöjen lisäyksessä tapahtui virhe.</translation> <translation id="housing_configuration_ftpbackup_access_add_failure" qtlid="184464">Tapahtui virhe pyydettäessä säännön lisäämistä backup storagen pääsyoikeuteen</translation> <translation id="housing_configuration_ftpbackup_table_ip" qtlid="186492">IP</translation> <translation id="housing_configuration_ftpbackup_table_cifs" qtlid="176740">CIFS</translation> <translation id="housing_configuration_ftpbackup_table_ftp" qtlid="50410">FTP</translation> <translation id="housing_configuration_ftpbackup_table_nfs" qtlid="6778">NFS</translation> <translation id="housing_configuration_ftpbackup_table_status" qtlid="26443">Tila</translation> <translation id="housing_configuration_ftpbackup_table_ip_disable" qtlid="26383">Käynnissä</translation> <translation id="housing_configuration_ftpbackup_table_ip_enable" qtlid="30250">Aktivoitu</translation> <translation id="housing_configuration_ftpbackup_table_ip_edit" qtlid="180694">Muokkaa pääsyoikeutta</translation> <translation id="housing_configuration_ftpbackup_table_ip_delete" qtlid="180707">Poista pääsyoikeus</translation> <translation id="housing_configuration_ftpbackup_table_ip_modify" qtlid="180720">Vahvista muutos</translation> <translation id="housing_configuration_ftpbackup_table_ip_cancel" qtlid="180733">Peruuta muutos</translation> <translation id="housing_configuration_ftpbackup_table_fail" qtlid="211607">Tapahtui virhe ladattaessa varmuuskopiotilan pääsytietoja.</translation> <translation id="housing_configuration_ftpbackup_set_success" qtlid="183853">Pääsyoikeuden <b>{0}</b> muokkaus on rekisteröity, mutta muutoksen voimaan astuminen kestää muutaman minuutin.</translation> <translation id="housing_configuration_ftpbackup_set_fail" qtlid="183866">Tapahtui virhe muokattaessa pääsyoikeutta <b>{0}</b></translation> <translation id="housing_configuration_ftpbackup_add" qtlid="180772">Pääsyoikeuden lisäys</translation> <translation id="housing_configuration_ftpbackup_add_info" qtlid="180785">Valitse IP-osoiteavaruudet, joille haluat sallia pääsyoikeuden.</translation> <translation id="housing_configuration_ftpbackup_add_info1" qtlid="180798">Osoiteavaruuksien listaus:</translation> <translation id="housing_configuration_ftpbackup_add_info2" qtlid="184477">Olet lisäämässä sääntöä backup storagesi pääsyoikeuteen seuraavan listan jokaiselle osoiteavaruudelle:</translation> <translation id="housing_configuration_ftpbackup_add_info3" qtlid="180824">Sinun täytyy sallia oletusprotokolla. Yhdistämistä ilman sääntöjä olevista IP-osoiteavaruuksista ei hyväksytä.</translation> <translation id="housing_configuration_ftpbackup_add_info4" qtlid="180837">Sovellettavat oikeudet:</translation> <translation id="housing_configuration_ftpbackup_add_allow" qtlid="141795">Valtuuta</translation> <translation id="housing_configuration_ftpbackup_add_deny" qtlid="141808">Hylkää</translation> <translation id="housing_configuration_ftpbackup_add_ip" qtlid="180850">Osoite/osoitteet:</translation> <translation id="housing_configuration_ftpbackup_add_authorization" qtlid="180863">Valtuutettu:</translation> <translation id="housing_configuration_task_loading_error" qtlid="164415">Tapahtui virhe tehtäviä ladattaessa</translation> <translation id="housing_configuration_task_last_action" qtlid="52231">Viimeisin toimenpide</translation> <translation id="housing_configuration_task_function" qtlid="61872">Tehtävä</translation> <translation id="housing_configuration_task_comment" qtlid="233531">Tekniset tiedot</translation> <translation id="housing_configuration_task_status" qtlid="26443">Tila</translation> <translation id="housing_configuration_task_CHANGE_PASSWORD_BACKUP_FTP" qtlid="184490">Backup storagen salasanan vaihto</translation> <translation id="housing_configuration_task_CREATE_BACKUP_FTP" qtlid="184503">Backup storagen luonti</translation> <translation id="housing_configuration_task_CREATE_PRIVATE_NETWORK" qtlid="164454">Yksityisverkon luonti</translation> <translation id="housing_configuration_task_DISABLE_FIREWALL" qtlid="164467">Palomuurin deaktivointi</translation> <translation id="housing_configuration_task_ENABLE_FIREWALL" qtlid="164480">Palomuurin aktivointi</translation> <translation id="housing_configuration_task_HARD_REBOOT" qtlid="26287">Uudelleenkäynnistys</translation> <translation id="housing_configuration_task_MOVE_FLOATING_IP" qtlid="164493">FailOver-IP-osoitteen siirto</translation> <translation id="housing_configuration_task_REINSTALL_SERVER" qtlid="90637">Palvelimen uudelleenasennus</translation> <translation id="housing_configuration_task_REMOVE_BACKUP_FTP" qtlid="184516">Bakcup storagen poisto</translation> <translation id="housing_configuration_task_REQUEST_ACCESS_IPMI" qtlid="164519">IPMI-yhteyden aktivointi</translation> <translation id="housing_configuration_task_RESET_IPMI" qtlid="164532">IPMO-rajapinnan nollaus</translation> <translation id="housing_configuration_task_RESET_IPMI_SESSION" qtlid="164545">IPMI-istunnon nollaus</translation> <translation id="housing_configuration_task_TEST_IPM_IHTTP" qtlid="164558">HTTP-testi (IPMI)</translation> <translation id="housing_configuration_task_TEST_IPM_IPASSWORD" qtlid="164571">Salasanatesti (IPMI)</translation> <translation id="housing_configuration_task_TEST_IPM_IPING" qtlid="164584">Ping-testi (IPMI)</translation> <translation id="housing_configuration_task_APPLY_BACKUP_FTP_ACLS" qtlid="181110">Backup Storagen muokkaus</translation> <translation id="housing_configuration_task_MIGRATE_BACKUP_FTP" qtlid="181123">Backup Storagen migraatio</translation> <translation id="housing_configuration_task_VIRTUAL_MAC_ADD" qtlid="164597">Lisää vMAC</translation> <translation id="housing_configuration_task_ADD_VIRTUAL_MAC" qtlid="164597">Lisää vMAC</translation> <translation id="housing_configuration_task_VIRTUAL_MAC_DELETE" qtlid="164610">Poista vMAC</translation> <translation id="housing_configuration_task_REMOVE_VIRTUAL_MAC" qtlid="164610">Poista vMAC</translation> <translation id="housing_configuration_task_empty" qtlid="217093">Ei tehtävää</translation> <translation id="housing_configuration_task_status_cancelled" qtlid="164623">Peruutettu</translation> <translation id="housing_configuration_task_status_customer_error" qtlid="164636">Asiakasvirhe</translation> <translation id="housing_configuration_task_status_done" qtlid="26395">Päättynyt</translation> <translation id="housing_configuration_task_status_init" qtlid="164649">Käynnistys</translation> <translation id="housing_configuration_task_status_ovh_error" qtlid="45508">Virhe</translation> <translation id="housing_configuration_task_status_todo" qtlid="164662">Käsiteltävä</translation> <translation id="housing_configuration_reboot_title_button" qtlid="33538">Uudelleenkäynnistä</translation> <translation id="housing_configuration_reboot_title" qtlid="134189">Uudelleenkäynnistä palvelin</translation> <translation id="housing_configuration_reboot_step1_question" qtlid="133435">Syy palvelimen uudelleenkäynnistykselle (vaihtoehtoinen)?</translation> <translation id="housing_configuration_reboot_step2_question" qtlid="259909">Uudelleenkäynnistyksen lisäoptioiden käyttöönsaamiseksi on hankittava lisämoduuli. Haluatko jatkaa?</translation> <translation id="housing_configuration_reboot_step2_reason" qtlid="133461">Syy uudelleenkäynnistykselle:</translation> <translation id="housing_configuration_reboot_success" qtlid="259922">Voit nyt tehdä maksusuorituksen tilauksen kautta.</translation> <translation id="housing_configuration_reboot_fail" qtlid="133487">Tapahtui virhe uudelleenkäynnistyspyynnön aikana</translation> <translation id="housing_configuration_reboot_successfull" qtlid="164311">Palvelin {0} on uudelleenkäynnistetty.</translation> <translation id="housing_configuration_reboot_fail_task" qtlid="164324">Tapahtui virhe uudelleenkäynnistettäessä palvelinta.</translation> <translation id="housing_configuration_reboot_fail_apcinfo" qtlid="259935">Tapahtui virhe haettaessa uudelleenkäynnistyksen tietoja.</translation> <translation id="housing_configuration_reboot_contract" qtlid="259948">Sopimusehdot</translation> <translation id="housing_configuration_reboot_contract_name" qtlid="3818">Nimi</translation> <translation id="housing_configuration_reboot_contract_content" qtlid="152271">Sisältö</translation> <translation id="housing_configuration_reboot_clic" qtlid="127348">Klikkaa tästä</translation> <translation id="housing_configuration_reboot_details" qtlid="37527">Tiedot</translation> <translation id="housing_configuration_reboot_domain" qtlid="8458">Verkkotunnus</translation> <translation id="housing_configuration_reboot_description" qtlid="9238">Kuvaus</translation> <translation id="housing_configuration_reboot_qty" qtlid="37107">Määrä</translation> <translation id="housing_configuration_reboot_price_unit" qtlid="259961">Yksikköhinta</translation> <translation id="housing_configuration_reboot_price" qtlid="83913">Hinta</translation> <translation id="housing_configuration_reboot_price_ht" qtlid="259974">ALV 0 %</translation> <translation id="housing_configuration_reboot_price_tax" qtlid="472684">Verot</translation> <translation id="housing_configuration_reboot_price_total" qtlid="32458">Yhteensä</translation> </translations>
105.587912
278
0.830983
cc639a1cd335fcae2e51900e9afffbcc4904d149
5,626
xml
XML
data/WIDER_FACE_rect/annotations/2--Demonstration_2_Demonstration_Demonstration_Or_Protest_2_211.xml
gemhalo1/libfacedetection.train
fbbf5f3c9da95904ae3b434a875ce98c023962b4
[ "MIT" ]
123
2020-03-11T22:04:33.000Z
2022-03-31T03:29:20.000Z
data/WIDER_FACE_rect/annotations/2--Demonstration_2_Demonstration_Demonstration_Or_Protest_2_211.xml
gemhalo1/libfacedetection.train
fbbf5f3c9da95904ae3b434a875ce98c023962b4
[ "MIT" ]
null
null
null
data/WIDER_FACE_rect/annotations/2--Demonstration_2_Demonstration_Demonstration_Or_Protest_2_211.xml
gemhalo1/libfacedetection.train
fbbf5f3c9da95904ae3b434a875ce98c023962b4
[ "MIT" ]
50
2020-03-13T14:35:00.000Z
2022-02-21T08:38:23.000Z
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>2--Demonstration_2_Demonstration_Demonstration_Or_Protest_2_211.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <name>yanyu</name> </owner> <size> <width>1024</width> <height>768</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>43</xmin> <ymin>273</ymin> <xmax>88</xmax> <ymax>332</ymax> </bndbox> <lm> <x1>53.0</x1> <y1>298.25</y1> <x2>73.625</x2> <y2>297.875</y2> <x3>63.875</x3> <y3>308.0</y3> <x4>56.375</x4> <y4>318.125</y4> <x5>72.5</x5> <y5>318.125</y5> <visible>0</visible> <blur>0.63</blur> </lm> <has_lm>1</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>119</xmin> <ymin>272</ymin> <xmax>150</xmax> <ymax>341</ymax> </bndbox> <lm> <x1>129.0</x1> <y1>291.0</y1> <x2>122.0</x2> <y2>293.0</y2> <x3>124.0</x3> <y3>314.0</y3> <x4>133.0</x4> <y4>319.0</y4> <x5>128.0</x5> <y5>321.0</y5> <visible>0</visible> <blur>0.59</blur> </lm> <has_lm>1</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>210</xmin> <ymin>277</ymin> <xmax>251</xmax> <ymax>331</ymax> </bndbox> <lm> <x1>218.656</x1> <y1>299.031</y1> <x2>232.062</x2> <y2>299.719</y2> <x3>221.75</x3> <y3>305.219</y3> <x4>218.312</x4> <y4>316.906</y4> <x5>229.312</x5> <y5>317.938</y5> <visible>0</visible> <blur>0.54</blur> </lm> <has_lm>1</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>354</xmin> <ymin>312</ymin> <xmax>373</xmax> <ymax>333</ymax> </bndbox> <lm> <x1>354.0</x1> <y1>319.0</y1> <x2>357.0</x2> <y2>320.0</y2> <x3>353.0</x3> <y3>323.0</y3> <x4>354.0</x4> <y4>327.0</y4> <x5>356.0</x5> <y5>327.0</y5> <visible>1</visible> <blur>0.3</blur> </lm> <has_lm>1</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>372</xmin> <ymin>281</ymin> <xmax>405</xmax> <ymax>325</ymax> </bndbox> <lm> <x1>377.875</x1> <y1>298.562</y1> <x2>389.125</x2> <y2>297.438</y2> <x3>381.531</x3> <y3>308.406</y3> <x4>380.688</x4> <y4>316.844</y4> <x5>390.25</x5> <y5>314.875</y5> <visible>0</visible> <blur>0.54</blur> </lm> <has_lm>1</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>402</xmin> <ymin>297</ymin> <xmax>442</xmax> <ymax>337</ymax> </bndbox> <lm> <x1>409.054</x1> <y1>306.143</y1> <x2>422.777</x2> <y2>304.848</y2> <x3>413.455</x3> <y3>315.464</y3> <x4>424.071</x4> <y4>324.268</y4> <x5>411.125</x5> <y5>324.268</y5> <visible>0</visible> <blur>0.51</blur> </lm> <has_lm>1</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>492</xmin> <ymin>291</ymin> <xmax>503</xmax> <ymax>313</ymax> </bndbox> <lm> <x1>492.0</x1> <y1>300.0</y1> <x2>498.0</x2> <y2>300.0</y2> <x3>493.0</x3> <y3>304.0</y3> <x4>491.0</x4> <y4>309.0</y4> <x5>495.0</x5> <y5>310.0</y5> <visible>0</visible> <blur>0.33</blur> </lm> <has_lm>1</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>492</xmin> <ymin>250</ymin> <xmax>591</xmax> <ymax>391</ymax> </bndbox> <lm> <x1>509.406</x1> <y1>306.286</y1> <x2>536.946</x2> <y2>300.955</y2> <x3>498.746</x3> <y3>322.277</y3> <x4>507.629</x4> <y4>350.705</y4> <x5>523.621</x5> <y5>349.817</y5> <visible>0</visible> <blur>0.83</blur> </lm> <has_lm>1</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>746</xmin> <ymin>264</ymin> <xmax>788</xmax> <ymax>316</ymax> </bndbox> <lm> <x1>758.08</x1> <y1>284.045</y1> <x2>776.25</x2> <y2>283.054</y2> <x3>767.0</x3> <y3>290.982</y3> <x4>762.045</x4> <y4>301.884</y4> <x5>774.268</x5> <y5>302.545</y5> <visible>1</visible> <blur>0.48</blur> </lm> <has_lm>1</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>774</xmin> <ymin>197</ymin> <xmax>843</xmax> <ymax>299</ymax> </bndbox> <lm> <x1>778.634</x1> <y1>232.817</y1> <x2>805.446</x2> <y2>236.647</y2> <x3>779.272</x3> <y3>245.585</y3> <x4>777.357</x4> <y4>269.205</y4> <x5>797.786</x5> <y5>271.759</y5> <visible>1</visible> <blur>0.69</blur> </lm> <has_lm>1</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>892</xmin> <ymin>275</ymin> <xmax>929</xmax> <ymax>319</ymax> </bndbox> <has_lm>0</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>338</xmin> <ymin>306</ymin> <xmax>354</xmax> <ymax>327</ymax> </bndbox> <lm> <x1>342.0</x1> <y1>313.0</y1> <x2>349.0</x2> <y2>313.0</y2> <x3>346.0</x3> <y3>318.0</y3> <x4>343.0</x4> <y4>321.0</y4> <x5>348.0</x5> <y5>322.0</y5> <visible>0</visible> <blur>0.25</blur> </lm> <has_lm>1</has_lm> </object> <object> <name>face</name> <pose>Unspecified</pose> <truncated>1</truncated> <difficult>0</difficult> <bndbox> <xmin>953</xmin> <ymin>255</ymin> <xmax>988</xmax> <ymax>317</ymax> </bndbox> <has_lm>0</has_lm> </object> </annotation>
16.307246
88
0.64593
93cff7f3b8118b86f42482de4c34903406d97eca
87,526
xml
XML
data/ibm/NLP-TDMS/pdfFile_xml/1805.07036v1.tei.xml
Kabongosalomon/task-dataset-metric-nli-extraction
2f7ecd7e1e4a456d2e23d9384f11c453653c4351
[ "MIT" ]
3
2021-08-05T02:02:57.000Z
2022-03-22T06:21:19.000Z
data/ibm/NLP-TDMS/pdfFile_xml/1805.07036v1.tei.xml
Kabongosalomon/task-dataset-metric-nli-extraction
2f7ecd7e1e4a456d2e23d9384f11c453653c4351
[ "MIT" ]
1
2021-11-08T13:35:43.000Z
2021-11-08T13:35:43.000Z
data/ibm/NLP-TDMS/pdfFile_xml/1805.07036v1.tei.xml
Kabongosalomon/task-dataset-metric-nli-extraction
2f7ecd7e1e4a456d2e23d9384f11c453653c4351
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.tei-c.org/ns/1.0 /nfs/home/kabenamualus/Research/task-dataset-metric-extraction/../grobid-0.6.0/grobid-home/schemas/xsd/Grobid.xsd" xmlns:xlink="http://www.w3.org/1999/xlink"> <teiHeader xml:lang="en"> <fileDesc> <titleStmt> <title level="a" type="main">LiteFlowNet: A Lightweight Convolutional Neural Network for Optical Flow Estimation</title> </titleStmt> <publicationStmt> <publisher/> <availability status="unknown"><licence/></availability> </publicationStmt> <sourceDesc> <biblStruct> <analytic> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">Tak-Wai</forename><surname>Hui</surname></persName> <email>twhui@ie.cuhk.edu.hk</email> <affiliation key="aff0"> <orgName type="laboratory">CUHK-SenseTime Joint Lab</orgName> <orgName type="institution">The Chinese University of Hong Kong</orgName> </affiliation> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">Xiaoou</forename><surname>Tang</surname></persName> <email>xtang@ie.cuhk.edu.hk</email> <affiliation key="aff0"> <orgName type="laboratory">CUHK-SenseTime Joint Lab</orgName> <orgName type="institution">The Chinese University of Hong Kong</orgName> </affiliation> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">Chen</forename><forename type="middle">Change</forename><surname>Loy</surname></persName> <email>ccloy@ie.cuhk.edu.hk</email> <affiliation key="aff0"> <orgName type="laboratory">CUHK-SenseTime Joint Lab</orgName> <orgName type="institution">The Chinese University of Hong Kong</orgName> </affiliation> </author> <title level="a" type="main">LiteFlowNet: A Lightweight Convolutional Neural Network for Optical Flow Estimation</title> </analytic> <monogr> <imprint> <date/> </imprint> </monogr> </biblStruct> </sourceDesc> </fileDesc> <encodingDesc> <appInfo> <application version="0.6.0" ident="GROBID-SDO" when="2021-06-25T20:44+0000"> <desc>GROBID - A machine learning software for extracting information from scholarly documents</desc> <ref target="https://github.com/kermitt2/grobid-sdo"/> </application> </appInfo> </encodingDesc> <profileDesc> <abstract> <div xmlns="http://www.tei-c.org/ns/1.0"><p>FlowNet2 <ref type="bibr" target="#b13">[14]</ref>, the state-of-the-art convolutional neural network (CNN) for optical flow estimation, requires over 160M parameters to achieve accurate flow estimation. In this paper we present an alternative network that outperforms FlowNet2 on the challenging Sintel final pass and KITTI benchmarks, while being 30 times smaller in the model size and 1.36 times faster in the running speed. This is made possible by drilling down to architectural details that might have been missed in the current frameworks: <ref type="formula">(1)</ref> We present a more effective flow inference approach at each pyramid level through a lightweight cascaded network. It not only improves flow estimation accuracy through early correction, but also permits seamless incorporation of descriptor matching in our network. (2) We present a novel flow regularization layer to ameliorate the issue of outliers and vague flow boundaries by using a feature-driven local convolution. (3) Our network owns an effective structure for pyramidal feature extraction and embraces feature warping rather than image warping as practiced in FlowNet2. Our code and trained models are available at https://github.com/twhui/LiteFlowNet.</p><p>There are two general principles to improve the design of FlowNet2 and SPyNet. The first principle is pyramidal feature extraction. The proposed network, dubbed Lite-FlowNet, consists of an encoder and a decoder. The encoder maps the given image pair, respectively, into two pyramids 1 arXiv:1805.07036v1 [cs.CV] </p></div> </abstract> </profileDesc> </teiHeader> <text xml:lang="en"> <body> <div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>Optical flow estimation is a long-standing problem in computer vision. Due to the well-known aperture problem, optical flow is not directly measurable <ref type="bibr" target="#b11">[12,</ref><ref type="bibr" target="#b12">13]</ref>. Hence, the estimation is typically solved by energy minimization in a coarse-to-fine framework <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b19">20,</ref><ref type="bibr" target="#b6">7,</ref><ref type="bibr" target="#b35">36,</ref><ref type="bibr" target="#b26">27,</ref><ref type="bibr" target="#b21">22]</ref>. This class of techniques, however, involves complex energy optimization and thus it is not scalable for applications that demand real-time estimation.</p><p>FlowNet <ref type="bibr" target="#b8">[9]</ref> and its successor FlowNet2 <ref type="bibr" target="#b13">[14]</ref>, have marked a milestone by using CNN for optical flow estimation. Their accuracies especially the successor are approaching that of state-of-the-art energy minimization approaches, while the speed is several orders of magnitude faster. To push the envelop of accuracy, FlowNet2 is designed as a cascade of variants of FlowNet that each network in the cascade refines the preceding flow field by contributing on the flow increment between the first image and the warped second image. The model, as a result, comprises over 160M parameters, which could be formidable in many applications. A recent network termed SPyNet <ref type="bibr" target="#b20">[21]</ref> attempts a network with smaller size of 1.2M parameters by adopting image warping in each pyramid level. Nonetheless, the accuracy can only match that of FlowNet but not FlowNet2. The objective of this study is to explore alternative CNN architectures for accurate flow estimation yet with high efficiency. Our work is inspired by the successes of FlowNet2 and SPyNet, but we further drill down the key elements to fully unleash the potential of deep convolutional network combined with classical principles. of multi-scale high-dimensional features. The decoder then estimates the flow field in a coarse-to-fine framework. At each pyramid level, the decoder infers the flow field by selecting and using the features of the same resolution from the feature pyramids. This design leads to a lighter network compared to FlowNet2 that adopts U-Net architecture <ref type="bibr" target="#b22">[23]</ref> for flow inference. In comparison to SPyNet, our network separates the process of feature extraction and flow estimation. This helps us to better pinpoint the bottleneck of accuracy and model size.</p><p>The second general principle is feature warping. FlowNet2 and SPyNet warp the second image towards the first image in the pair using the previous flow estimate, and then refine the estimate using the feature maps generated by the warped and the first images. Warping an image and then generating the feature maps of the warped image are two ordered steps. We find that the two steps can be reduced to a single one by directly warping the feature maps of the second image, which have been computed by the encoder. This one-step feature warping process reduces the more discriminative feature-space distance instead of the RGB-space distance between the two images. This makes our network more powerful and efficient in addressing the flow problem.</p><p>We now highlight the more specific differences between our network and existing CNN-based optical flow estimation frameworks: 1) Cascaded flow inference -At each pyramid level, we introduce a novel cascade of two lightweight networks. Each of them has a feature warping (f-warp) layer to displace the feature maps of the second image towards the first image using the flow estimate from the previous level. Flow residue is computed to further reduce the feature-space distance between the images. This design is advantageous to the conventional design of using a single network for flow inference. First, the cascade progressively improves flow accuracy thus allowing an early correction of the estimate without passing more errors to the next level. Second, this design allows seamless integration with descriptor matching. We assign a matching network to the first inference. Consequently, pixel-accuracy flow field can be generated first and then refined to sub-pixel accuracy in the subsequent inference network. Since at each pyramid level the feature-space distance between the images has been reduced by feature warping, we can use a rather short displacement than <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b13">14]</ref> to establish the cost volume. Besides, matching is performed only at sampled positions and thus a sparse cost-volume is aggregated. This effectively reduces the computational burden raised by the explicit matching.</p><p>2) Flow regularization -The cascaded flow inference resembles the role of data fidelity in energy minimization methods. Using data term alone, vague flow boundaries and undesired artifacts exist in flow fields. To tackle this problem, local flow consistency and co-occurrence between flow boundaries and intensity edges are commonly used as the cues to regularize flow field. Some of the representative methods include anisotropic image-driven <ref type="bibr" target="#b31">[32]</ref>, image-and flow-driven <ref type="bibr" target="#b27">[28]</ref>, and complementary <ref type="bibr" target="#b35">[36]</ref> regularizations. After cascaded flow inference, we allow the flow field to be further regularized by our novel feature-driven local convolution (f-lconv) layer 1 at each pyramid level. The kernels of such a local convolution are adaptive to the pyramidal features from the encoder, flow estimate and occlusion probability map. This makes the flow regularization to be both flow-and image-aware. To our best knowledge, state-ofthe-art CNNs do not explore such a flow regularization.</p><p>The effectiveness of the aforementioned contributions are depicted in <ref type="figure" target="#fig_0">Figure 1</ref>. In summary, we propose a compact LiteFlowNet to estimate optical flow. Our network innovates the useful elements from conventional methods. e.g., brightness constraint in data fidelity to pyramidal CNN features and image warping to CNN feature warping. More specifically, we present a cascaded flow inference with feature warping and flow regularization in each pyramid level, which are new in the literature. Overall, our network outperforms FlowNet <ref type="bibr" target="#b8">[9]</ref> and SPyNet <ref type="bibr" target="#b20">[21]</ref> and is on par with or outperforms the recent FlowNet2 <ref type="bibr" target="#b13">[14]</ref> on public benchmarks, while having 30 times fewer parameters and being 1.36 times faster than FlowNet2.</p></div> <div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work</head><p>Here, we briefly review some of the major approaches for optical flow estimation. Variational methods. Since the pioneering work by Horn and Schunck <ref type="bibr" target="#b11">[12]</ref>, variational methods have dominated optical flow estimation. Brox et al. address illumination changes by combining the brightness and gradient constancy assumptions <ref type="bibr" target="#b5">[6]</ref>. Brox et al. integrate rich descriptors into variational formulation <ref type="bibr" target="#b6">[7]</ref>. In DeepFlow <ref type="bibr" target="#b30">[31]</ref>, Weinzaepfel et al. propose to correlate multi-scale patches and incorporate this as the matching term in functional. In Patch-Match Filter <ref type="bibr" target="#b15">[16]</ref>, Lu et al. establish dense correspondence using the superpixel-based PatchMatch <ref type="bibr" target="#b3">[4]</ref>. Revaud et al. propose a method EpicFlow that uses externally matched flows as initialization and then performs interpolation <ref type="bibr" target="#b21">[22]</ref>. Zimmer et al. design the complementary regularization that exploits directional information from the constraints imposed in data term <ref type="bibr" target="#b35">[36]</ref>. Our network that infers optical flow and performs flow regularization is inspired by the use of data fidelity and regularization in variational methods. <ref type="bibr" target="#b25">[26]</ref> that captures higher order spatial statistics <ref type="bibr" target="#b24">[25]</ref>. Sun et al. study the probabilistic model of brightness inconstancy in a highorder random field framework <ref type="bibr" target="#b27">[28]</ref>. Nir et al. represent image motion using the over-parameterization model <ref type="bibr" target="#b18">[19]</ref>. Rosenbaum et al. model the local statistics of optical flow using Gaussian mixtures <ref type="bibr" target="#b23">[24]</ref>. Given a set of sparse matches, Wulff et al. propose to regress them to a dense flow field using a set of basis flow fields (PCA-Flow) <ref type="bibr" target="#b32">[33]</ref>. It can be shown that the parameterized model <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b18">19,</ref><ref type="bibr" target="#b32">33]</ref> can be efficiently implemented using CNN. CNN-based methods. In the work of Fischer et al. termed FlowNet <ref type="bibr" target="#b8">[9]</ref>, a post-processing step that involves energy minimization is required to reduce smoothing effect across flow boundaries. This process is not end-to-end trainable. In our work, we present an end-to-end approach that performs in-network flow regularization using the proposed f-lconv layer, which plays similar role as the regularization term in variational methods. In FlowNet2 <ref type="bibr" target="#b13">[14]</ref>, Ilg et al. introduce a huge network cascade (over 160M parameters) that consists of variants of FlowNet. The cascade improves flow accuracy with an expense of model size and computational complexity. Our model uses a more efficient architecture containing 30 times fewer parameters than FlowNet2 while the performance is on par with it. A compact network termed SPyNet <ref type="bibr" target="#b20">[21]</ref> from Ranjan et al. is inspired from spatial pyramid. Nevertheless, the accuracy is far below FlowNet2. A small-sized variant of our network outperforms SPyNet while being 1.33 times smaller in the model size. Zweig et al. present a network to interpolate third-party sparse flows but requiring off-the-shelf edge detector <ref type="bibr" target="#b36">[37]</ref>. DeepFlow <ref type="bibr" target="#b30">[31]</ref> that involves convolution and pooling operations is however not a CNN, since the "filter weights" are non-trainable image patches. According to the terminology used in FlowNet, DeepFlow uses correlation.</p><p>An alternative approach for establishing point correspondence is to match image patches. Zagoruyko et al. first introduce to CNN-feature matching <ref type="bibr" target="#b34">[35]</ref>. Güney et al. find feature representation and formulate optical flow estimation in MRF <ref type="bibr" target="#b10">[11]</ref>. Bailer et al. <ref type="bibr" target="#b1">[2]</ref> use multi-scale features and then perform feature matching as Flow Fields <ref type="bibr" target="#b0">[1]</ref>. Although pixel-wise matching can establish accurate point correspondence, the computational demand is too high for practical use (it takes several seconds even a GPU is used). As a tradeoff, Fischer et al. <ref type="bibr" target="#b8">[9]</ref> and Ilg et al. <ref type="bibr" target="#b13">[14]</ref> perform feature matching only at a reduced spatial resolution. We reduce the computational burden of feature matching by using a short-ranged matching of warped CNN features at sampled positions and a sub-pixel refinement at every pyramid level.</p><p>We are inspired by the feature transformation used in Spatial Transformer <ref type="bibr" target="#b14">[15]</ref>. Our network uses the proposed f-warp layer to displace each channel 2 of the given vector- <ref type="bibr" target="#b1">2</ref> We can also use f-warp layer to displace each channel differently when valued feature according to the provided flow field. Unlike Spatial Transformer, f-warp layer is not fully constrained and is a relaxed version of it as the flow field is not parameterized. While transformation in FlowNet2 and SPyNet is limited to images, our decider network is a more generic warping network that warps high-level CNN features.</p></div> <div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">LiteFlowNet</head><p>LiteFlowNet is composed of two compact sub-networks that are specialized in pyramidal feature extraction and optical flow estimation as shown in <ref type="figure" target="#fig_2">Figure 2</ref>. Since the spatial dimension of feature maps is contracting in feature extraction and that of flow fields is expanding in flow estimation, we call the two sub-networks as NetC and NetE respectively. NetC transforms any given image pair into two pyramids of multi-scale high-dimensional features. NetE consists of cascaded flow inference and regularization modules that estimate coarse-to-fine flow fields.</p><p>Pyramidal Feature Extraction. As shown in <ref type="figure" target="#fig_2">Figure 2</ref>, NetC is a two-stream network in which the filter weights are shared across the two streams. Each of them functions as a feature descriptor that transforms an image I to a pyramid of multi-scale high-dimensional features {F k (I)} from the highest spatial resolution (k = 1) to the lowest spatial resolution (k = L). The pyramidal features are generated by stride-s convolutions with the reduction of spatial resolution by a factor s up the pyramid. In the following, we omit the subscript k that indicates the level of pyramid for brevity. We use F i to represent CNN features for I i . When we discuss the operations in a pyramid level, the same operations are applicable to other levels.</p><p>Feature Warping. At each pyramid level, a flow field is inferred from high-level features F 1 and F 2 of images I 1 and I 2 . Flow inference becomes more challenging if I 1 and I 2 are captured far away from each other. With the motivation of image warping used in conventional methods <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b19">20]</ref> and recent CNNs <ref type="bibr" target="#b13">[14,</ref><ref type="bibr" target="#b20">21]</ref> for addressing large-displacement flow, we propose to reduce feature-space distance between F 1 and F 2 by feature warping (f-warp). Specifically, F 2 is warped towards F 1 by f-warp via flow estimateẋ to</p><formula xml:id="formula_0">F 2 (x) F 2 (x +ẋ) ∼ F 1 (x)</formula><p>. This allows our network to infer residual flow between F 1 and F 2 that has smaller flow magnitude (more details in Section 3.1) but not the complete flow field that is more difficult to infer. Unlike conventional methods, f-warp is performed on high-level CNN features but not on images. This makes our network more powerful and efficient in addressing the optical flow problem. To allow end-to-end training, F is interpolated to F multiple flow fields are supplied. The usage, however, is beyond the scope of this work. for any sub-pixel displacementẋ as follows:</p><formula xml:id="formula_1">F(x) = x i s ∈N (xs) F(x i s ) 1 − x s − x i s 1 − y s − y i s ,<label>(1)</label></formula><p>where x s = x +ẋ = (x s , y s ) denotes the source coordinates in the input feature map F that defines the sample point, x = (x, y) denotes the target coordinates of the regular grid in the interpolated feature map F, and N (x s ) denotes the four pixel neighbors of x s . The above bilinear interpolation allows back-propagation during training as its gradients can be efficiently computed <ref type="bibr" target="#b14">[15]</ref>.</p></div> <div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Cascaded Flow Inference</head><p>At each pyramid level of NetE, pixel-by-pixel matching of high-level features yields coarse flow estimate. A subsequent refinement on the coarse flow further improves it to sub-pixel accuracy. First Flow Inference (descriptor matching). Point correspondence between I 1 and I 2 is established through computing correlation of high-level feature vectors in individual pyramidal features F 1 and F 2 as follows:</p><formula xml:id="formula_2">c(x, d) = F 1 (x) · F 2 (x + d)/N,<label>(2)</label></formula><p>where c is the matching cost between point x in F 1 and point x + d in F 2 , d ∈ Z is the displacement vector from x, and N is the length of the feature vector. A cost volume C is built by aggregating all the matching costs into a 3D grid. We reduce the computational burden raised by costvolume processing <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b13">14]</ref> in three ways: 1) We perform short-range matching at every pyramid level instead of longrange matching at a single level. 2) We reduce feature-space distance between F 1 and F 2 by warping F 2 towards F 1 using our proposed f-warp through flow estimate 3ẋ from previous level. 3) We perform matching only at the sampled positions in the pyramid levels of high-spatial resolution. The sparse cost volume is interpolated in the spatial dimension to fill the missed matching costs for the unsampled positions. The first two techniques effectively reduce the searching space needed, while the last technique reduces the frequency of matching per pyramid level.</p><p>In the descriptor matching unit M , residual flow ∆ẋ m is inferred by filtering the cost volume C as illustrated in <ref type="figure" target="#fig_3">Figure 3</ref>. A complete flow fieldẋ m is computed as follows:</p><formula xml:id="formula_3">x m = M C(F 1 , F 2 ; d) ∆ẋm +sẋ ↑s .<label>(3)</label></formula><p>Second Flow Inference (sub-pixel refinement). Since the cost volume in descriptor matching unit is aggregated by measuring pixel-by-pixel correlation, flow estimateẋ m from the previous inference is only up to pixel-level accuracy. We introduce the second flow inference in the wake of descriptor matching as shown in <ref type="figure" target="#fig_3">Figure 3</ref>. It aims to refine the pixel-level flow fieldẋ m to sub-pixel accuracy. This prevents erroneous flows being amplified by upsampling and passing to the next pyramid level. Specifically, F 2 is warped to F 2 via flow estimateẋ m . Sub-pixel refinement unit S yields a more accurate flow fieldẋ s by minimizing feature-space distance between F 1 and F 2 through 3ẋ from previous level needs to be upsampled in spatial resolution (denoted by "↑s") and magnitude (multiplied by a scalar s) to sẋ ↑s for matching the spatial resolution of the pyramidal features at the current level. computing residual flow ∆ẋ s as the following:</p><formula xml:id="formula_4">x s = S F 1 , F 2 ,ẋ m ∆ẋs +ẋ m .<label>(4)</label></formula></div> <div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Flow Regularization</head><p>Cascaded flow inference resembles the role of data fidelity in conventional minimization methods. Using data term alone, vague flow boundaries and undesired artifacts commonly exist in flow field <ref type="bibr" target="#b31">[32,</ref><ref type="bibr" target="#b35">36]</ref>. To tackle this problem, we propose to use a feature-driven local convolution (f-lcon) to regularize flow field from the cascaded flow inference. The operation of f-lcon is well-governed by the Laplacian formulation of diffusion of pixel values <ref type="bibr" target="#b29">[30]</ref>. In contrast to local convolution (lcon) used in conventional CNNs <ref type="bibr" target="#b28">[29]</ref>, f-lcon is more generalized. Not only is a distinct filter used for each position of feature map, but the filter is adaptively constructed for individual flow patches.</p><p>Consider a general case, a vector-valued feature F that has to be regularized has C channels and a spatial dimension M × N . Define G = {g} as the set of filters used in f-lcon layer. The operation of f-lcon to F can be formulated as follow:</p><formula xml:id="formula_5">f g (x, y, c) = g(x, y, c) * f (x, y, c),<label>(5)</label></formula><p>where " * " denotes convolution, f (x, y, c) is a w × w patch centered at position (x, y) of channel c in F , g(x, y, c) is the corresponding w × w regularization filter, and f g (x, y, c) is a scalar output for x = (x, y) and c = 1, 2, ..., C. To be specific for regularizing flow fieldẋ s from the cascaded flow inference, we replace F toẋ s . Flow regularization module R is defined as follows:</p><formula xml:id="formula_6">x r = R(ẋ s ; G).<label>(6)</label></formula><p>The f-lcon filters need to be specialized for smoothing flow field. It should behave as an averaging filter if the variation of flow vectors over the patch is smooth. It should also not over-smooth flow field across flow boundary. We define a feature-driven CNN distance metric D that estimates local flow variation using pyramidal feature F 1 , flow fieldẋ s from the cascaded flow inference, and occlusion probability map <ref type="bibr" target="#b3">4</ref> O. In summary, D is adaptively constructed by a CNN unit R D as follows:</p><formula xml:id="formula_7">D = R D (F 1 ,ẋ s , O).<label>(7)</label></formula><p>With the introduction of feature-driven distance metric D, each filter g of f-lcon is constructed as follows:</p><formula xml:id="formula_8">g(x, y, c) = exp(−D(x, y, c) 2 ) (xi,yi)∈N (x,y) exp(−D(x i , y i , c) 2 ) ,<label>(8)</label></formula><p>where N (x, y) denotes the neighborhood containing ω × ω pixels centered at position (x, y).</p><p>Here, we provide a mechanism to perform f-lcon efficiently. For a C-channel input F , we use C tensors G(1), ...,Ḡ(C) to store f-lcon filter set G. As illustrated in <ref type="figure" target="#fig_4">Figure 4</ref>, each f-lcon filter g(x, y, c) is folded into a 1 × 1 × w 2 3D column and then packed into the (x, y)entry of a M × N × w 2 3D tensorḠ(c). Same folding and packing operations are also applied to each patch in each channel of F . This results C tensorsF (1), ...,F (C) for F . In this way, Equation (5) can be reformulated to:</p><formula xml:id="formula_9">F g (c) =Ḡ(c) F (c),<label>(9)</label></formula><p>where " " denotes element-wise dot product between the corresponding columns of the tensors. With the abuse of notation, F g (c) means the c-th xy-slice of the regularized C-channel feature F g . Equation <ref type="formula" target="#formula_9">(9)</ref> reduces the dimension of tensors from M × N × w 2 (right-hand side in prior to the dot product) to M × N (left-hand side).</p></div> <div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Experiments</head><p>Network Details. In LiteFlowNet, NetC generates 6-level pyramidal features and NetE predicts flow fields for levels 6 to 2. Flow field in level 2 is upsampled to yield flow field in level 1. We set the maximum searching radius in costvolume to 3 pixels (levels 6 to 4) or 6 pixels (levels 3 to 2). Matching is performed at each position in pyramidal features, except for levels 3 to 2 that it is performed at a regularly sampled grid (a stride of 2). All convolution layers use 3 × 3 filters, except each last layer in descriptor matching M , sub-pixel refinement S, and flow regularization R units uses 5×5 (levels 4 to 3) or 7×7 (level 2) filters. Each convolution layer is followed by a leaky rectified linear unit layer, except f-lcon and the last layer in M , S and R CNN units. More details can be found in the supplementary material. Training Details. We train our network stage-wise by the following steps: 1) NetC and M 6 :S 6 of NetE is trained for 300k iterations. 2) R 6 together with the trained network in step 1 is trained for 300k iterations. 3) For levels k ∈ [5, 2], M k :S k followed by R k is added into the trained network each time. The new network cascade is trained for 200k (level 2: 300k) iterations. Filter weights are initialized from previous level. Learning rates are initially set to 1e-4, 5e-5, and 4e-5 for levels 6 to 4, 3 and 2 respectively. We reduce it by a factor of 2 starting at 120k, 160k, 200k, and 240k iterations. We use the same loss weight, L2 training loss, Adam optimization, data augmentation (including noise injection), and training schedule 5 (Chairs <ref type="bibr" target="#b8">[9]</ref> → Things3D <ref type="bibr" target="#b16">[17]</ref>) as FlowNet2 <ref type="bibr" target="#b13">[14]</ref>. We denote LiteFlowNet-pre and LiteFlowNet as the networks trained on Chairs and Chairs → Things3D, respectively.</p></div> <div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.">Results</head><p>We compare several variants of LiteFlowNet to stateof-the-art methods on public benchmarks including Fly-ingChairs (Chairs) <ref type="bibr" target="#b8">[9]</ref>, Sintel clean and final <ref type="bibr" target="#b7">[8]</ref>, KITTI12 <ref type="bibr" target="#b9">[10]</ref>, KITTI15 <ref type="bibr" target="#b17">[18]</ref>, and Middlebury <ref type="bibr" target="#b2">[3]</ref>. FlyingChairs. We first compare the intermediate results of different well-performing networks trained on Chairs alone in <ref type="table" target="#tab_0">Table 1</ref>. Average end-point error (AEE) is reported. LiteFlowNet-pre outperforms the compared networks. No intermediate result is available for FlowNet2 <ref type="bibr" target="#b13">[14]</ref> as each cascade is trained on the Chairs → Things3D schedule individually. Since FlowNetC, FlowNetS (variants of FlowNet <ref type="bibr" target="#b8">[9]</ref>), and SPyNet <ref type="bibr" target="#b20">[21]</ref> have fewer parameters than FlowNet2 and the later two models do not perform feature matching, we also construct a small-size counterpart LiteFlowNetX-pre by removing the matching part and shrinking the model sizes of NetC and NetE by about 4 and 5 times, respectively. Despite that LiteFlowNetX-pre is 43 and 1.33 times smaller than FlowNetC and SPyNet, respectively, it still outperforms these networks and is on par with FlowNetC that uses explicit matching.</p><p>MPI Sintel. In <ref type="table">Table 2</ref>, LiteFlowNetX-pre outperforms FlowNetS (and C) <ref type="bibr" target="#b8">[9]</ref> and SPyNet <ref type="bibr" target="#b20">[21]</ref> that are trained on Chairs on all cases except the Middlebury benchmark. LiteFlowNet, trained on the Chairs → Things3D schedule, performs better than LiteFlowNet-pre as expected. LiteFlowNet also outperforms SPyNet, FlowNet2-S (and -C) <ref type="bibr" target="#b13">[14]</ref>. We also fine-tuned LiteFlowNet on a mixture of Sintel clean and final training data (LiteFlowNet-ft) using the generalized Charbonnier loss <ref type="bibr" target="#b26">[27]</ref>. No noise augmentation was performed but we introduced image mirroring to improve the diversity of the training set. LiteFlowNetft outperforms FlowNet2-ft-sintel <ref type="bibr" target="#b13">[14]</ref> and EpicFlow <ref type="bibr" target="#b21">[22]</ref> for Sintel final testing set. Despite DC Flow <ref type="bibr" target="#b33">[34]</ref> (a hybrid method consists of CNN and post-processing) performs better than LiteFlowNet, its GPU runtime requires several seconds that makes it formidable in many applications. <ref type="figure" target="#fig_5">Figure 5</ref> shows some examples of flow fields on Sintel dataset. LiteFlowNet-ft and FlowNet2-ft-sintel perform the best among the compared methods. As LiteFlowNet has flow regularization module, sharper flow boundaries and lesser artifacts can be observed in the generated flow fields.</p></div> <div xmlns="http://www.tei-c.org/ns/1.0"><head>KITTI. LiteFlowNet consistently performs better than</head><p>LiteFlowNet-pre especially on KITTI15 as shown in Table 2. It also outperforms SPyNet <ref type="bibr" target="#b20">[21]</ref> and FlowNet2-S (and C) <ref type="bibr" target="#b13">[14]</ref>. We also fine-tuned LiteFlowNet on a mixture of KITTI12 and KITTI15 training data (LiteFlowNetft) using the same augmentation as the case of Sintel except that we reduced the amount of augmentation for spatial motion to fit the driving scene. After fine-tuning, Lite-FlowNet generalizes well to real-world data. LiteFlowNetft outperforms FlowNet2-ft-kitti <ref type="bibr" target="#b13">[14]</ref>. <ref type="figure" target="#fig_6">Figure 6</ref> shows some examples of flow fields on KITTI. As in the case for Sintel, LiteFlowNet-ft and FlowNet2-ft-kitti performs the best among the compared methods. Even though LiteFlowNet and its variants perform pyramidal descriptor matching in a limited searching range, it yields reliable large-displacement flow fields for real-world data due to the feature warping (f-warp) layer introduced. More analysis <ref type="table">Table 2</ref>: AEE of different methods. The values in parentheses are the results of the networks on the data they were trained on, and hence are not directly comparable to the others. Fl-all: Percentage of outliers averaged over all pixels. Inliers are defined as EPE &lt;3 pixels or &lt;5%. The best number for each category is highlighted in bold. (Note: <ref type="bibr" target="#b0">1</ref> The values are reported from <ref type="bibr" target="#b13">[14]</ref>. <ref type="bibr" target="#b1">2</ref> We re-trained the model using the code provided by the authors. <ref type="bibr" target="#b2">3,</ref><ref type="bibr" target="#b3">4,</ref><ref type="bibr" target="#b4">5</ref> The values are computed using the trained models provided by the authors. <ref type="bibr" target="#b3">4</ref> Large discrepancy exists as the authors mistakenly evaluated the results on the disparity dataset. <ref type="bibr" target="#b4">5</ref> Up-to-date dataset is used. <ref type="bibr" target="#b5">6</ref> will be presented in Section 4.3.</p><p>Middlebury. LiteFlowNet has comparable performance with conventional methods. It outperforms FlowNetS (and C) <ref type="bibr" target="#b8">[9]</ref>, FlowNet2-S (and C) <ref type="bibr" target="#b13">[14]</ref>, SPyNet <ref type="bibr" target="#b20">[21]</ref>, and FlowNet2 <ref type="bibr" target="#b13">[14]</ref>. On the benchmark, LiteFlowNet-ft refers to the one fine-tuned on Sintel.</p></div> <div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.">Runtime and Parameters</head><p>We measure runtime of a CNN using a machine equipped with an Intel Xeon E5 2.2GHz and an NVIDIA GTX 1080. Timings are averaged over 100 runs for Sintel image pairs of size 1024 × 436. As summarized in <ref type="table" target="#tab_2">Table 3</ref>, LiteFlowNet has about 30 times fewer parameters than FlowNet2 <ref type="bibr" target="#b13">[14]</ref> and is 1.36 times faster in runtime. LiteFlowNetX, a variant of LiteFlowNet having a smaller model size and without descriptor matching, has about 43 times fewer parameters than FlowNetC <ref type="bibr" target="#b8">[9]</ref> and a comparable runtime. LiteFlowNetX also has 1.33 times fewer parameters than SPyNet <ref type="bibr" target="#b20">[21]</ref>. LiteFlowNet and its variants are currently the most compact CNNs for flow estimation.</p></div> <div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3.">Ablation Study</head><p>We investigate the role of each component in LiteFlowNet-pre trained on Chairs by evaluating the per-Image overlay</p></div> <div xmlns="http://www.tei-c.org/ns/1.0"><head>Ground truth</head><p>FlowNetC <ref type="bibr" target="#b8">[9]</ref> FlowNet2 <ref type="bibr" target="#b13">[14]</ref> LiteFlowNet First image FlowNetC <ref type="bibr" target="#b8">[9]</ref> FlowNet2 <ref type="bibr" target="#b13">[14]</ref> FlowNet2-ft-sintel <ref type="bibr" target="#b13">[14]</ref> LiteFlowNet-ft Image overlay Ground truth FlowNetC <ref type="bibr" target="#b8">[9]</ref> FlowNet2 <ref type="bibr" target="#b13">[14]</ref> LiteFlowNet First Image FlowNetC <ref type="bibr" target="#b8">[9]</ref> FlowNet2 <ref type="bibr" target="#b13">[14]</ref> FlowNet2-ft-kitti <ref type="bibr" target="#b13">[14]</ref> LiteFlowNet-ft formance of different variants with some of the components disabled. The AEE results are summarized in <ref type="table" target="#tab_3">Table 4</ref> and examples of flow fields are illustrated in <ref type="figure" target="#fig_7">Figure 7</ref>.</p><p>Feature Warping. We consider two variants LiteFlowNetpre (WM and WMS) and compare them to the counterparts with warping disabled (M and MS). Flow fields from M and MS are more vague. Large degradation in AEE is noticed especially for KITTI12 (33%) and KITTI15 (25%). With feature warping, pyramidal features that input to flow inference are closer to each other. This facilitates flow estimation in subsequent pyramid level by computing residual flow.</p><p>Descriptor Matching. We compare the variant WSR without descriptor matching for which the flow inference part is made as deep as that in the unamended LiteFlowNetpre (ALL). No noticeable difference between the flow fields from WSR and ALL. Since the maximum displacement of the example flow field is not very large (only 14.7 pixels), accurate flow field can still be yielded from WSR. For evaluation covering a wide range of flow displacement (especially large-displacement benchmark, KITTI), degradation in AEE is noticed for WSR. This suggests that descriptor matching is useful in addressing large-displacement flow.</p><p>Sub-Pixel Refinement. The flow field generated from WMS is more crisp and contains more fine details than that generated from WM with sub-pixel refinement disabled. Less small-magnitude flow artifacts (represented by light color on the background) are also observed. Besides, WMS achieves smaller AEE. Since descriptor matching establishes pixel-by-pixel correspondence, sub-pixel refinement is necessary to yield detail-preserving flow field. Regularization. In comparison WMS with regularization disabled to ALL, undesired artifacts exist in homogeneous regions (represented by very dim color on the background) of the flow field generated from WMS. Flow bleeding and vague flow boundaries are observed. Degradation in AEE is also noticed. This suggests that the proposed feature-driven local convolution (f-lcon) plays the vital role to smooth flow field and maintain crisp flow boundaries as regularization term in conventional variational methods.</p></div> <div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion</head><p>We have presented a compact network for accurate flow estimation. LiteFlowNet outperforms FlowNet <ref type="bibr" target="#b8">[9]</ref> and is on par with or outperforms the state-of-the-art FlowNet2 <ref type="bibr" target="#b13">[14]</ref> on public benchmarks while being faster in runtime and 30 times smaller in model size. Pyramidal feature extraction and feature warping (f-warp) help us to break the de facto rule of accurate flow network requiring large model size. To address large-displacement and detail-preserving flows, LiteFlowNet exploits short-range matching to generate pixel-level flow field and further improves the estimate to sub-pixel accuracy in the cascaded flow inference. To result crisp flow boundaries, LiteFlowNet regularizes flow field through feature-driven local convolution (f-lcon). With its lightweight, accurate, and fast flow computation, we expect that LiteFlowNet can be deployed to many applications such as motion segmentation, action recognition, SLAM, 3D reconstruction and more.</p><p>Acknowledgement. This work is supported by SenseTime Group Limited and the General Research Fund sponsored by the Research Grants Council of the Hong Kong SAR (CUHK 14241716, 14224316, 14209217).</p></div> <div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Appendix</head><p>LiteFlowNet consists of two compact sub-networks, namely NetC and NetE. NetC is a two-steam network in which the two network streams share the same set of filters. The input to NetC is an image pair (I 1 , I 2 ). The network architectures of the 6-level NetC and NetE at pyramid level 5 are provided in <ref type="table" target="#tab_4">Table 5</ref> and Tables 6 to 8, respectively. We use suffixes "M", "S" and "R" to highlight the layers that are used in descriptor matching, sub-pixel refinement, and flow regularization units in NetE, respectively. We declare a layer as "flow" to highlight when the output is a flow field. Our code and trained models are available at https://github.com/twhui/LiteFlowNet. A video clip (https://www.youtube.com/watch?v= pfQ0zFwv-hM) and a supplementary material are available on our project page (http://mmlab.ie.cuhk. edu.hk/projects/LiteFlowNet/) to showcase the performance of LiteFlowNet and the effectiveness of the proposed components in our network. <ref type="table">Table 6</ref>: The network details of the descriptor matching unit (M) of NetE in LiteFlowNet at pyramid level 5. "upconv", "f-warp", "corr", and "loss" denote the fractionally strided convolution (so-called deconvolution), feature warping, correlation, and the layer where training loss is applied, respectively. Furthermore, "conv5a' and "conv5b" denote the high-dimensional features of images I1 and I2 generated from NetC at pyramid level 5. <ref type="table">Table 8</ref>: Network details of the flow regularization unit (R) of NetE in LiteFlowNet at pyramid level 5. "rgb-warp", "norm", "negsq", "softmax", and "f-lcon" denote the image warping, L2 norm of the RGB brightness difference between the two input images, negativesquare, normalized exponential operation over each 1 × 1 × (# Ch. In) column in the 3-D tensor, and feature-driven local convolution, respectively. Furthermore, "conv dist" that highlights the output of the convolution layer is used as the feature-driven distance metric D Eq. (7) in the main manuscript. "im5a" and "im5b" denote the down-sized images of I1 and I2 at pyramid level 5, respectively </p></div> <div xmlns="http://www.tei-c.org/ns/1.0"><head>Layer name</head></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Examples demonstrate the effectiveness of the proposed components in LiteFlowNet for i) feature warping, ii) cascaded flow inference, and iii) flow regularization. Enabled components are indicated with bold black fonts.</figDesc></figure> <figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head></head><label></label><figDesc>Machine learning methods. Black et al. propose to represent complex image motion as a linear combination of the learned basis vectors [5]. Roth et al. formulates the prior probability of flow field as Field-of-Experts model</figDesc></figure> <figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 2 :</head><label>2</label><figDesc>The network structure of LiteFlowNet. For the ease of representation, only a 3-level design is shown. Given an image pair (I1 and I2), NetC generates two pyramids of high-level features (F k (I1) in pink and F k (I2) in red, k ∈<ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b2">3]</ref>). NetE yields multi-scale flow fields that each of them is generated by a cascaded flow inference module M :S (in blue color, including a descriptor matching unit M and a sub-pixel refinement unit S) and a regularization module R (in green color). Flow inference and regularization modules correspond to data fidelity and regularization terms in conventional energy minimization methods respectively.</figDesc></figure> <figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 3 :</head><label>3</label><figDesc>A cascaded flow inference module M :S in NetE. It consists of a descriptor matching unit M and a sub-pixel refinement unit S. In M , f-warp transforms high-level feature F2 to F2 via upscaled flow field 2ẋ ↑2 estimated at previous pyramid level. In S, F2 is warped byẋm from M . In comparison to residual flow ∆ẋm, more flow adjustment exists at flow boundaries in ∆ẋs.</figDesc></figure> <figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 4 :</head><label>4</label><figDesc>Folding and packing of f-lcon filters {g}. The (x, y)entry of 3D tensorḠ(c) is a 3D column with size 1 × 1 × w 2 . It corresponds to the unfolded w × w f-lcon filter g(x, y, c) to be applied at position (x, y) of channel c in vector-valued feature F .</figDesc></figure> <figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Figure 5 :</head><label>5</label><figDesc>Examples of flow fields from different methods on Sintel training sets for clean (top row), final (middle row) passes, and the testing set for final pass (last row). Fine details are well preserved and less artifacts can be observed in the flow fields of LiteFlowNet.</figDesc></figure> <figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Figure 6 :</head><label>6</label><figDesc>Examples of flow fields from different methods on the training set (top) and the testing set (bottom) of KITTI15.</figDesc></figure> <figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_7"><head>Figure 7 :</head><label>7</label><figDesc>Examples of flow fields from different variants of LiteFlowNet-pre trained on Chairs with some of the components disabled. LiteFlowNet-pre is denoted as "All". W = Feature Warping, M = Descriptor Matching, S = Sub-Pixel Refinement, R = Regularization.</figDesc></figure> <figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 :</head><label>1</label><figDesc>AEE on the Chairs testing set. Models are trained on the Chairs training set.</figDesc><table><row><cell cols="5">FlowNetS FlowNetC SPyNet LiteFlowNetX-pre LiteFlowNet-pre</cell></row><row><cell>2.71</cell><cell>2.19</cell><cell>2.63</cell><cell>2.25</cell><cell>1.57</cell></row></table><note></note></figure> <figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head></head><label></label><figDesc>Trained on Driving and Monkaa [17])</figDesc><table><row><cell></cell><cell>Method</cell><cell cols="2">Sintel clean</cell><cell cols="2">Sintel final</cell><cell cols="2">KITTI12</cell><cell></cell><cell>KITTI15</cell><cell></cell><cell cols="2">Middlebury</cell></row><row><cell></cell><cell></cell><cell>train</cell><cell>test</cell><cell>train</cell><cell>test</cell><cell>train</cell><cell>test</cell><cell>train</cell><cell cols="2">train (Fl-all) test (Fl-all)</cell><cell>train</cell><cell>test</cell></row><row><cell>Conventional</cell><cell>LDOF 1 [7] DeepFlow 1 [31] Classic+NLP [27] PCA-Layers 1 [33] EpicFlow 1 [22] FlowFields 1 [1]</cell><cell>4.64 2.66 4.49 3.22 2.27 1.86</cell><cell>7.56 5.38 6.73 5.73 4.12 3.75</cell><cell>5.96 3.57 7.46 4.52 3.56 3.06</cell><cell>9.12 7.21 8.29 7.89 6.29 5.81</cell><cell>10.94 4.48 -5.99 3.09 3.33</cell><cell>12.4 5.8 7.2 5.2 3.8 3.5</cell><cell>18.19 10.63 -12.74 9.27 8.33</cell><cell>38.11% 26.52% -27.26% 27.18% 24.43%</cell><cell>-29.18% --27.10% -</cell><cell cols="2">0.44 0.56 0.25 0.42 0.22 0.32 0.66 -0.31 0.39 0.27 0.33</cell></row><row><cell>Hybrid</cell><cell>Deep DiscreteFlow [11] Bailer et al. [2] DC Flow [34]</cell><cell>---</cell><cell>3.86 3.78 -</cell><cell>---</cell><cell>5.73 5.36 5.12</cell><cell>---</cell><cell>3.4 3.0 -</cell><cell>---</cell><cell>---</cell><cell>21.17% 19.44% 14.86%</cell><cell>---</cell><cell>---</cell></row><row><cell></cell><cell>FlowNetS [9]</cell><cell>4.50</cell><cell>7.42</cell><cell>5.45</cell><cell>8.43</cell><cell>8.26</cell><cell>-</cell><cell>-</cell><cell>-</cell><cell>-</cell><cell>1.09</cell><cell>-</cell></row><row><cell>Heavyweight CNN</cell><cell>FlowNetS-ft [9] FlowNetC [9] FlowNetC-ft [9] FlowNet2-S 3 [14] FlowNet2-S re-trained 2 FlowNet2-C 3 [14] FlowNet2 [14] FlowNet2-ft-sintel [14]</cell><cell cols="4">(3.66) 6.96 4.31 7.28 (3.78) 6.85 3.79 -3.96 -3.04 -2.02 3.96 (1.45) 4.16 (2.19 4 ) 5.74 (4.44) 7.76 5.87 8.81 (5.28) 8.51 4.99 -5.37 -4.60 -3.54 4 6.02</cell><cell>7.52 9.35 8.79 7.26 7.31 5.79 4.01 5 3.54 5</cell><cell>9.1 -------</cell><cell>---14.28 14.51 11.49 10.08 5 9.94 5</cell><cell>---51.06% 51.38% 44.09% 29.99% 5 28.02% 5</cell><cell>--------</cell><cell cols="2">0.98 1.15 0.93 1.04 1.13 0.98 0.35 0.52 ------0.35 -</cell></row><row><cell></cell><cell>FlowNet2-ft-kitti [14]</cell><cell>3.43</cell><cell>-</cell><cell>4.83 4</cell><cell>-</cell><cell>(1.43 5 )</cell><cell>1.8</cell><cell>(2.36 5 )</cell><cell>(8.88% 5 )</cell><cell>11.48%</cell><cell>0.56</cell><cell>-</cell></row><row><cell>Lightweight CNN</cell><cell>SPyNet [21] SPyNet-ft [21] LiteFlowNetX-pre LiteFlowNetX LiteFlowNet-pre LiteFlowNet LiteFlowNet-ft</cell><cell cols="2">4.12 (3.17) 6.64 6.69 3.70 -3.58 -2.78 -2.48 -(1.35) 4.54</cell><cell>5.57 (4.32) 4.82 4.79 4.17 4.04 (1.78)</cell><cell>8.43 8.36 ----5.38</cell><cell>9.12 3.36 6 6.81 6.38 4.56 4.00 (1.05)</cell><cell>-4.1 ----1.6</cell><cell>--16.64 15.81 11.58 10.39 (1.62)</cell><cell>--36.64% 34.90% 32.59% 28.50% (5.58%)</cell><cell>-35.07% ----9.38%</cell><cell cols="2">0.33 0.58 0.33 0.58 0.45 -0.46 -0.45 -0.39 -0.30 0.40</cell></row></table><note></note></figure> <figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3 :</head><label>3</label><figDesc>Number of training parameters and runtime. The model for which the runtime is in parentheses is measured using Torch, and hence are not directly comparable to the others using Caffe. Abbreviation LFlowNet refers to LiteFlowNet.</figDesc><table><row><cell></cell><cell cols="2">Shallow</cell><cell>Deep</cell><cell cols="2">Very Deep</cell></row><row><cell>Model</cell><cell>FlowNetC</cell><cell>SPyNet</cell><cell>LFlowNetX</cell><cell cols="2">LFlowNet FlowNet2</cell></row><row><cell># layers</cell><cell>26</cell><cell>35</cell><cell>74</cell><cell>99</cell><cell>115</cell></row><row><cell># param. (M)</cell><cell>39.16</cell><cell>1.20</cell><cell>0.90</cell><cell>5.37</cell><cell>162.49</cell></row><row><cell>Runtime (ms)</cell><cell>32.28</cell><cell>(129.83)</cell><cell>35.83</cell><cell>90.25</cell><cell>122.39</cell></row></table><note></note></figure> <figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 4 :</head><label>4</label><figDesc>AEE of different variants of LiteFlowNet-pre trained on Chairs dataset with some of the components disabled.</figDesc><table><row><cell>Variants</cell><cell>M</cell><cell>MS</cell><cell>WM</cell><cell cols="2">WSR WMS</cell><cell>ALL</cell></row><row><cell>Feature Warping</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Descriptor Matching</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Sub-pix. Refinement</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Regularization</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>FlyingChairs (train)</cell><cell>3.75</cell><cell>2.70</cell><cell>2.98</cell><cell>1.63</cell><cell>1.82</cell><cell>1.57</cell></row><row><cell>Sintel clean (train)</cell><cell>4.70</cell><cell>4.17</cell><cell>3.54</cell><cell>3.19</cell><cell>2.90</cell><cell>2.78</cell></row><row><cell>Sintel final (train)</cell><cell>5.69</cell><cell>5.30</cell><cell>4.81</cell><cell>4.63</cell><cell>4.45</cell><cell>4.17</cell></row><row><cell>KITTI12 (train)</cell><cell>9.22</cell><cell>8.01</cell><cell>6.17</cell><cell>5.03</cell><cell>4.83</cell><cell>4.56</cell></row><row><cell>KITTI15 (train)</cell><cell cols="5">18.24 16.19 14.52 13.20 12.32</cell><cell>11.58</cell></row></table><note></note></figure> <figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 5 :</head><label>5</label><figDesc>The network details of NetC in LiteFlowNet. "# Ch. In / Out" means the number of channels of the input or the output features. "conv" denotes convolution.</figDesc><table><row><cell cols="4">Layer name Kernel Stride # Ch. In / Out</cell><cell>Input</cell></row><row><cell>conv1</cell><cell>7×7</cell><cell>1</cell><cell>3 / 32</cell><cell>I 1 or I 2</cell></row><row><cell>conv2 1</cell><cell>3×3</cell><cell>2</cell><cell>32 / 32</cell><cell>conv1</cell></row><row><cell>conv2 2</cell><cell>3×3</cell><cell>1</cell><cell>32 / 32</cell><cell>conv2 1</cell></row><row><cell>conv2 3</cell><cell>3×3</cell><cell>1</cell><cell>32 / 32</cell><cell>conv2 2</cell></row><row><cell>conv3 1</cell><cell>3×3</cell><cell>2</cell><cell>32 / 64</cell><cell>conv2 3</cell></row><row><cell>conv3 2</cell><cell>3×3</cell><cell>1</cell><cell>64 / 64</cell><cell>conv3 1</cell></row><row><cell>conv4 1</cell><cell>3×3</cell><cell>2</cell><cell>64 / 96</cell><cell>conv3 2</cell></row><row><cell>conv4 2</cell><cell>3×3</cell><cell>1</cell><cell>96 / 96</cell><cell>conv4 1</cell></row><row><cell>conv5</cell><cell>3×3</cell><cell>2</cell><cell>96 / 128</cell><cell>conv4 2</cell></row><row><cell>conv6</cell><cell>3×3</cell><cell>2</cell><cell>128 / 192</cell><cell>conv5</cell></row></table><note></note></figure> <figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_6"><head>Table 7 :</head><label>7</label><figDesc>Network details of the sub-pixel refinement unit (S) of NetE in LiteFlowNet at pyramid level 5.</figDesc><table><row><cell>Layer name</cell><cell>Kernel</cell><cell>Stride</cell><cell># Ch. In / Out</cell><cell>Input(s)</cell></row><row><cell>f-warp5 S</cell><cell>-</cell><cell>-</cell><cell>(128, 2) / 128</cell><cell>conv5b, flow5 M</cell></row><row><cell>conv5 1 S</cell><cell>3×3</cell><cell>1</cell><cell>258 / 128</cell><cell>conv5a, f-warp5 S, flow5 M</cell></row><row><cell>conv5 2 S</cell><cell>3×3</cell><cell>1</cell><cell>128 / 64</cell><cell>conv5 1 S</cell></row><row><cell>conv5 3 S</cell><cell>3×3</cell><cell>1</cell><cell>64 / 32</cell><cell>conv5 2 S</cell></row><row><cell>conv5 4 S</cell><cell>3×3</cell><cell>1</cell><cell>32 / 2</cell><cell>conv5 3 S</cell></row><row><cell cols="3">flow5 S, loss5 S element-wise sum</cell><cell>(2, 2) / 2</cell><cell>flow5 M, conv5 4 S</cell></row></table><note></note></figure> <note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1">We name it as feature-driven local convolution (f-lconv) layer in order to distinguish it from local convolution (lconv) layer of which filter weights are locally fixed in conventional CNNs<ref type="bibr" target="#b28">[29]</ref>.</note> <note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4">We use the brightness error ||I 2 (x+ẋ)−I 1 (x)|| 2 between the warped second image and the first image as the occlusion probability map.</note> <note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5">We excluded a small amount of training data in Things3D undergoing extremely large flow displacement as advised by the authors (https:// github.com/lmb-freiburg/flownet2/issues).</note> </body> <back> <div type="references"> <listBibl> <biblStruct xml:id="b0"> <monogr> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">C</forename><surname>Bailer</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">B</forename><surname>Taetz</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">D</forename><surname>Stricker</surname></persName> </author> <title level="m">Flow Fields: Dense correspondence fields for highly accurate large displacement optical flow estimation. ICCV</title> <imprint> <date type="published" when="2015" /> <biblScope unit="volume">3</biblScope> <biblScope unit="page">7</biblScope> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b1"> <monogr> <title level="m" type="main">CNN-based patch matching for optical flow with thresholded hinge embedding loss</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">C</forename><surname>Bailer</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">K</forename><surname>Varanasi</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">D</forename><surname>Stricker</surname></persName> </author> <imprint> <date type="published" when="2017" /> <publisher>CVPR</publisher> <biblScope unit="volume">3</biblScope> <biblScope unit="page">7</biblScope> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b2"> <analytic> <title level="a" type="main">A database and evaluation methodology for optical flow</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">S</forename><surname>Baker</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">D</forename><surname>Scharstein</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">J</forename><surname>Lewis</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">S</forename><surname>Roth</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">M</forename><forename type="middle">J</forename><surname>Black</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">R</forename><surname>Szeliski</surname></persName> </author> </analytic> <monogr> <title level="j">IJCV</title> <imprint> <biblScope unit="volume">92</biblScope> <biblScope unit="issue">1</biblScope> <biblScope unit="page" from="1" to="31" /> <date type="published" when="2011" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b3"> <monogr> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">C</forename><surname>Barnes</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">E</forename><surname>Shechtman</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">A</forename><surname>Finkelstein</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">D</forename><forename type="middle">B</forename><surname>Goldman</surname></persName> </author> <title level="m">PatchMatch: A randomized correspondence algorithm for structural image editing. SIGGRAGH</title> <imprint> <date type="published" when="2009" /> <biblScope unit="page" from="83" to="97" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b4"> <monogr> <title level="m" type="main">Learning parameterized models of image motion</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">M</forename><forename type="middle">J</forename><surname>Black</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">Y</forename><surname>Yacoobt</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">A</forename><forename type="middle">D</forename><surname>Jepsont</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">D</forename><forename type="middle">J</forename><surname>Fleets</surname></persName> </author> <imprint> <date type="published" when="1997" /> <publisher>CVPR</publisher> <biblScope unit="volume">2</biblScope> <biblScope unit="page">3</biblScope> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b5"> <monogr> <title level="m" type="main">High accuracy optical flow estimation based on a theory for warping</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">T</forename><surname>Brox</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">A</forename><surname>Bruhn</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">N</forename><surname>Papenberg</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">J</forename><surname>Weickert</surname></persName> </author> <imprint> <date type="published" when="2004" /> <publisher>ECCV</publisher> <biblScope unit="volume">1</biblScope> <biblScope unit="page">3</biblScope> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b6"> <monogr> <title level="m" type="main">Large displacement optical flow: Descriptor matching in variational motion estimation</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">T</forename><surname>Brox</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">J</forename><surname>Mailk</surname></persName> </author> <imprint> <date type="published" when="2007" /> <publisher>PAMI</publisher> <biblScope unit="volume">33</biblScope> <biblScope unit="page" from="500" to="513" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b7"> <analytic> <title level="a" type="main">A naturalistic open source movie for optical flow evaluation</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">D</forename><forename type="middle">J</forename><surname>Butler</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">J</forename><surname>Wulff</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">G</forename><forename type="middle">B</forename><surname>Stanley</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">M</forename><forename type="middle">J</forename><surname>Black</surname></persName> </author> </analytic> <monogr> <title level="j">ECCV</title> <imprint> <biblScope unit="issue">6</biblScope> <biblScope unit="page" from="611" to="625" /> <date type="published" when="2012" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b8"> <monogr> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">P</forename><surname>Fischer</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">A</forename><surname>Dosovitskiy</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">E</forename><surname>Ilg</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">P</forename><surname>Häusser</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">C</forename><surname>Hazirbas</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">V</forename><surname>Golkov</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">P</forename><surname>Van Der Smagt</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">D</forename><surname>Cremers</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">T</forename><surname>Brox</surname></persName> </author> <title level="m">FlowNet: Learning optical flow with convolutional networks. ICCV</title> <imprint> <date type="published" when="2008" /> <biblScope unit="page" from="2758" to="2766" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b9"> <monogr> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">A</forename><surname>Geiger</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">P</forename><surname>Lenz</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">R</forename><surname>Urtasun</surname></persName> </author> <title level="m">Are we ready for autonomous driving? CVPR</title> <imprint> <date type="published" when="2012" /> <biblScope unit="page" from="3354" to="3361" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b10"> <monogr> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">F</forename><surname>Gney</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">A</forename><surname>Geiger</surname></persName> </author> <title level="m">Deep discrete flow. ACCV</title> <imprint> <date type="published" when="2016" /> <biblScope unit="volume">3</biblScope> <biblScope unit="page">7</biblScope> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b11"> <analytic> <title level="a" type="main">Determining optical flow</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">B</forename><forename type="middle">K P</forename><surname>Horn</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">B</forename><forename type="middle">G</forename><surname>Schunck</surname></persName> </author> </analytic> <monogr> <title level="j">Arifical Intelligence</title> <imprint> <biblScope unit="volume">17</biblScope> <biblScope unit="issue">2</biblScope> <biblScope unit="page" from="185" to="203" /> <date type="published" when="1981" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b12"> <analytic> <title level="a" type="main">Determining motion directly from normal flows upon the use of a spherical eye platform</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">T.-W</forename><surname>Hui</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">R</forename><surname>Chung</surname></persName> </author> </analytic> <monogr> <title level="j">CVPR</title> <imprint> <biblScope unit="issue">1</biblScope> <biblScope unit="page" from="2267" to="2274" /> <date type="published" when="2013" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b13"> <monogr> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">E</forename><surname>Ilg</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">N</forename><surname>Mayer</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">T</forename><surname>Saikia</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">M</forename><surname>Keuper</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">A</forename><surname>Dosovitskiy</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">T</forename><surname>Brox</surname></persName> </author> <title level="m">FlowNet2.0: Evolution of optical flow estimation with deep networks. CVPR</title> <imprint> <date type="published" when="2008" /> <biblScope unit="page" from="2462" to="2470" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b14"> <monogr> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">M</forename><surname>Jaderberg</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">K</forename><surname>Simonyan</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">A</forename><surname>Zisserman</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">K</forename><surname>Kavukcuoglu</surname></persName> </author> <title level="m">Spatial transformer networks. NIPS</title> <imprint> <date type="published" when="2015" /> <biblScope unit="volume">3</biblScope> <biblScope unit="page">4</biblScope> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b15"> <analytic> <title level="a" type="main">PatchMatch Filter: Efficient edge-aware filtering meets randomized search</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">J</forename><surname>Lu</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">H</forename><surname>Yang</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">D</forename><surname>Min</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">M</forename><forename type="middle">N</forename><surname>Do</surname></persName> </author> </analytic> <monogr> <title level="j">CVPR</title> <imprint> <biblScope unit="issue">2</biblScope> <biblScope unit="page" from="1854" to="1861" /> <date type="published" when="2013" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b16"> <monogr> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">N</forename><surname>Mayer</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">E</forename><surname>Ilg</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">P</forename><surname>Husser</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">P</forename><surname>Fischer</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">D</forename><surname>Cremers</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">A</forename><surname>Dosovitskiy</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">T</forename><surname>Brox</surname></persName> </author> <title level="m">A large dataset to train convolutional networks for disparity, optical flow, and scene flow estimation. CVPR</title> <imprint> <date type="published" when="2016" /> <biblScope unit="volume">6</biblScope> <biblScope unit="page">7</biblScope> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b17"> <analytic> <title level="a" type="main">Object scene flow for autonomous vehicles</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">M</forename><surname>Menze</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">A</forename><surname>Geiger</surname></persName> </author> </analytic> <monogr> <title level="j">CVPR</title> <imprint> <biblScope unit="issue">6</biblScope> <biblScope unit="page" from="3061" to="3070" /> <date type="published" when="2015" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b18"> <analytic> <title level="a" type="main">Overparameterized variational optical flow</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">T</forename><surname>Nir</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">A</forename><forename type="middle">M</forename><surname>Bruckstein</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">R</forename><surname>Kimmel</surname></persName> </author> </analytic> <monogr> <title level="j">IJCV</title> <imprint> <biblScope unit="volume">76</biblScope> <biblScope unit="issue">2</biblScope> <biblScope unit="page" from="205" to="216" /> <date type="published" when="2008" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b19"> <analytic> <title level="a" type="main">Highly accurate optic flow computation with theoretically justified warping</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">N</forename><surname>Papenberg</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">A</forename><surname>Bruhn</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">T</forename><surname>Brox</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">S</forename><surname>Didas</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">J</forename><surname>Weickert</surname></persName> </author> </analytic> <monogr> <title level="j">IJCV</title> <imprint> <biblScope unit="volume">67</biblScope> <biblScope unit="issue">2</biblScope> <biblScope unit="page">3</biblScope> <date type="published" when="2006" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b20"> <analytic> <title level="a" type="main">Optical flow estimation using a spatial pyramid network</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">A</forename><surname>Ranjan</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">M</forename><forename type="middle">J</forename><surname>Black</surname></persName> </author> </analytic> <monogr> <title level="j">CVPR</title> <imprint> <biblScope unit="page" from="4161" to="4170" /> <date type="published" when="2007" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b21"> <analytic> <title level="a" type="main">EpicFlow: Edge-preserving interpolation of correspondences for optical flow</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">J</forename><surname>Revaud</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">P</forename><surname>Weinzaepfel</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">Z</forename><surname>Harchaoui</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">C</forename><surname>Schmid</surname></persName> </author> </analytic> <monogr> <title level="j">CVPR</title> <imprint> <biblScope unit="page" from="1164" to="1172" /> <date type="published" when="2007" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b22"> <monogr> <title level="m" type="main">U-Net: Convolutional networks for biomedical image segmentation</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">O</forename><surname>Ronneberger</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">P</forename><surname>Fischer</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">T</forename><surname>Brox</surname></persName> </author> <imprint> <date type="published" when="2015" /> <publisher>MIC-CAI</publisher> <biblScope unit="page" from="234" to="241" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b23"> <analytic> <title level="a" type="main">Learning the local statistics of optical flow</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">D</forename><surname>Rosenbaum</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">D</forename><surname>Zoran</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">Y</forename><surname>Weiss</surname></persName> </author> </analytic> <monogr> <title level="j">NIPS</title> <imprint> <biblScope unit="issue">3</biblScope> <biblScope unit="page" from="2373" to="2381" /> <date type="published" when="2013" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b24"> <analytic> <title level="a" type="main">On the spatial statistics of optical flow</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">S</forename><surname>Roth</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">M</forename><surname>Black</surname></persName> </author> </analytic> <monogr> <title level="j">ICCV</title> <imprint> <biblScope unit="issue">3</biblScope> <biblScope unit="page" from="42" to="49" /> <date type="published" when="2005" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b25"> <monogr> <title level="m" type="main">Fields of experts: A framework for learning image priors</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">S</forename><surname>Roth</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">M</forename><forename type="middle">J</forename><surname>Black</surname></persName> </author> <imprint> <date type="published" when="2005" /> <publisher>CVPR</publisher> <biblScope unit="page" from="860" to="867" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b26"> <analytic> <title level="a" type="main">A quantitative analysis of current practices in optical flow estimation and the principles behind them</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">D</forename><surname>Sun</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">S</forename><surname>Roth</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">M</forename><forename type="middle">J</forename><surname>Black</surname></persName> </author> </analytic> <monogr> <title level="j">IJCV</title> <imprint> <biblScope unit="volume">106</biblScope> <biblScope unit="issue">2</biblScope> <biblScope unit="page" from="115" to="137" /> <date type="published" when="2007" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b27"> <monogr> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">D</forename><surname>Sun</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">S</forename><surname>Roth</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">J</forename><surname>Lewis</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">M</forename><forename type="middle">J</forename><surname>Black</surname></persName> </author> <title level="m">Learning optical flow. ECCV</title> <imprint> <date type="published" when="2008" /> <biblScope unit="volume">2</biblScope> <biblScope unit="page">3</biblScope> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b28"> <monogr> <title level="m" type="main">DeepFace: Closing the gap to human-level performance in face verification</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">Y</forename><surname>Taigman</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">M</forename><surname>Yang</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">M</forename><surname>Ranzato</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">L</forename><surname>Wolf</surname></persName> </author> <imprint> <date type="published" when="2014" /> <biblScope unit="volume">2</biblScope> <biblScope unit="page">5</biblScope> </imprint> <respStmt> <orgName>CVPR</orgName> </respStmt> </monogr> </biblStruct> <biblStruct xml:id="b29"> <monogr> <title level="m" type="main">Vector-valued image regularization with PDEs: A common framework for different applications</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">D</forename><surname>Tschumperlé</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">R</forename><surname>Deriche</surname></persName> </author> <imprint> <date type="published" when="2005" /> <publisher>PAMI</publisher> <biblScope unit="volume">27</biblScope> <biblScope unit="page" from="506" to="517" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b30"> <monogr> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">P</forename><surname>Weinzaepfel</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">J</forename><surname>Revaud</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">Z</forename><surname>Harchaoui</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">C</forename><surname>Schmid</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><surname>Deepflow</surname></persName> </author> <title level="m">Large displacement optical flow with deep matching. ICCV</title> <imprint> <date type="published" when="2013" /> <biblScope unit="volume">3</biblScope> <biblScope unit="page">7</biblScope> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b31"> <analytic> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">M</forename><surname>Werlberger</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">W</forename><surname>Trobin</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">T</forename><surname>Pock</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">A</forename><surname>Wedel</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">D</forename><surname>Cremers</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">H</forename><surname>Bischof</surname></persName> </author> </analytic> <monogr> <title level="m">Anisotropic Huber-L 1 optical flow</title> <imprint> <date type="published" when="2009" /> <biblScope unit="volume">2</biblScope> <biblScope unit="page">5</biblScope> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b32"> <monogr> <title level="m" type="main">Efficient sparse-to-dense optical flow estimation using a learned basis and layers</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">J</forename><surname>Wulff</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">M</forename><forename type="middle">J</forename><surname>Black</surname></persName> </author> <imprint> <date type="published" when="2015" /> <publisher>CVPR</publisher> <biblScope unit="volume">3</biblScope> <biblScope unit="page">7</biblScope> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b33"> <monogr> <title level="m" type="main">Accurate optical flow via direct cost volume processings</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">J</forename><surname>Xu</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">R</forename><surname>Ranftl</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">V</forename><surname>Koltun</surname></persName> </author> <imprint> <date type="published" when="2017" /> <biblScope unit="volume">6</biblScope> <biblScope unit="page">7</biblScope> </imprint> <respStmt> <orgName>CVPR</orgName> </respStmt> </monogr> </biblStruct> <biblStruct xml:id="b34"> <monogr> <title level="m" type="main">Learning to compare image patches via convolutional neural networks</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">S</forename><surname>Zagoruyko</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">N</forename><surname>Komodakis</surname></persName> </author> <imprint> <date type="published" when="2015" /> <biblScope unit="page" from="4353" to="4361" /> </imprint> <respStmt> <orgName>CVPR</orgName> </respStmt> </monogr> </biblStruct> <biblStruct xml:id="b35"> <analytic> <title level="a" type="main">Optic flow in harmony</title> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">H</forename><surname>Zimmer</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">A</forename><surname>Bruhn</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">J</forename><surname>Weickert</surname></persName> </author> </analytic> <monogr> <title level="j">IJCV</title> <imprint> <biblScope unit="volume">93</biblScope> <biblScope unit="issue">3</biblScope> <biblScope unit="page" from="368" to="388" /> <date type="published" when="2005" /> </imprint> </monogr> </biblStruct> <biblStruct xml:id="b36"> <monogr> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">S</forename><surname>Zweig</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">L</forename><surname>Wolf</surname></persName> </author> <author> <persName xmlns="http://www.tei-c.org/ns/1.0"><surname>Interponet</surname></persName> </author> <title level="m">A brain inspired neural network for optical flow dense interpolation. CVPR</title> <imprint> <date type="published" when="2017" /> <biblScope unit="page" from="4563" to="4572" /> </imprint> </monogr> </biblStruct> </listBibl> </div> </back> </text> </TEI>
90.23299
6,883
0.716884
d5aa17e23e659fd487dc1cd69038db839a9047d1
6,299
targets
XML
msbuild/Xamarin.ObjcBinding.Tasks/Xamarin.ObjcBinding.CSharp.targets
ghuntley/xamarin-macios
79604d52b93d5131680ee9d9137038fc3e4243c5
[ "BSD-3-Clause" ]
null
null
null
msbuild/Xamarin.ObjcBinding.Tasks/Xamarin.ObjcBinding.CSharp.targets
ghuntley/xamarin-macios
79604d52b93d5131680ee9d9137038fc3e4243c5
[ "BSD-3-Clause" ]
null
null
null
msbuild/Xamarin.ObjcBinding.Tasks/Xamarin.ObjcBinding.CSharp.targets
ghuntley/xamarin-macios
79604d52b93d5131680ee9d9137038fc3e4243c5
[ "BSD-3-Clause" ]
null
null
null
<!-- *********************************************************************************************** Xamarin.ObjcBinding.CSharp.targets WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have created a backup copy. Incorrect changes to this file will make it impossible to load or build your projects from the command-line or the IDE. This file imports the version- and platform-specific targets for the project importing this file. This file also defines targets to produce an error if the specified targets file does not exist, but the project is built anyway (command-line or IDE build). Copyright (C) 2011 Xamarin Inc. All rights reserved. *********************************************************************************************** --> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <UsingTask TaskName="Xamarin.ObjcBinding.Tasks.BTouch" AssemblyFile="Xamarin.ObjcBinding.Tasks.dll" /> <PropertyGroup> <TargetFrameworkIdentifier Condition="'$(TargetFrameworkIdentifier)' == ''">MonoTouch</TargetFrameworkIdentifier> <TargetFrameworkVersion>v1.0</TargetFrameworkVersion> </PropertyGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> <Import Project="Xamarin.ObjcBinding.Common.targets" /> <PropertyGroup> <!-- work around a bug in the Mono Microsoft.CSharp.Targets that defaults the compiler to gmcs --> <CscToolPath Condition = "'$(OS)' == 'Unix'">$(MonoTouchSdkRoot)/bin/</CscToolPath> <CscToolExe Condition = "'$(OS)' == 'Unix'">smcs</CscToolExe> <!-- Btouch needs CscPath, but when building from within Visual Studio, it and the CscTool{Exe,Path} properties will be empty since VS uses the in-process compiler, so fix them. --> <CscPath Condition="'$(CscPath)' == '' And '$(OS)' != 'Unix'">$(CscToolPath)\$(CscToolExe)</CscPath> <CscPath Condition="'$(CscPath)' == '' And '$(OS)' != 'Unix'">$(MSBuildToolsPath)\csc.exe</CscPath> <BaseLibDllPath Condition="'$(OS)' == 'Unix' And '$(TargetFrameworkIdentifier)' == 'MonoTouch'">$(MonoTouchSdkRoot)/lib/mono/2.1/monotouch.dll</BaseLibDllPath> <BaseLibDllPath Condition="'$(OS)' != 'Unix' And '$(TargetFrameworkIdentifier)' == 'MonoTouch'">$(MSBuildExtensionsPath)\Xamarin\iOS\monotouch.dll</BaseLibDllPath> <BTouchToolPath Condition="'$(OS)' == 'Unix' And '$(TargetFrameworkIdentifier)' == 'MonoTouch' And '$(BTouchToolPath)' == ''">$(MonoTouchSdkRoot)/bin/</BTouchToolPath> <BTouchToolPath Condition="'$(OS)' != 'Unix' And '$(TargetFrameworkIdentifier)' == 'MonoTouch' And '$(BTouchToolPath)' == ''">$(MSBuildExtensionsPath)\Xamarin\iOS\</BTouchToolPath> <BTouchToolExe Condition="'$(OS)' == 'Unix' And '$(TargetFrameworkIdentifier)' == 'MonoTouch' And '$(BTouchToolExe)' == ''">btouch</BTouchToolExe> <BTouchToolExe Condition="'$(OS)' != 'Unix' And '$(TargetFrameworkIdentifier)' == 'MonoTouch' And '$(BTouchToolExe)' == ''">btouch.exe</BTouchToolExe> <BaseLibDllPath Condition="'$(OS)' == 'Unix' And '$(TargetFrameworkIdentifier)' == 'Xamarin.iOS'">$(MonoTouchSdkRoot)/lib/mono/Xamarin.iOS/Xamarin.iOS.dll</BaseLibDllPath> <BaseLibDllPath Condition="'$(OS)' != 'Unix' And '$(TargetFrameworkIdentifier)' == 'Xamarin.iOS'">$(MSBuildExtensionsPath)\Xamarin\DontKnowWhereYet\Xamarin.iOS.dll</BaseLibDllPath> <BTouchToolPath Condition="'$(OS)' == 'Unix' And '$(TargetFrameworkIdentifier)' == 'Xamarin.iOS' And '$(BTouchToolPath)' == ''">$(MonoTouchSdkRoot)/bin/</BTouchToolPath> <BTouchToolPath Condition="'$(OS)' != 'Unix' And '$(TargetFrameworkIdentifier)' == 'Xamarin.iOS' And '$(BTouchToolPath)' == ''">$(MSBuildExtensionsPath)\Xamarin\iOS\</BTouchToolPath> <BTouchToolExe Condition="'$(OS)' == 'Unix' And '$(TargetFrameworkIdentifier)' == 'Xamarin.iOS' And '$(BTouchToolExe)' == ''">btouch-native</BTouchToolExe> <BTouchToolExe Condition="'$(OS)' != 'Unix' And '$(TargetFrameworkIdentifier)' == 'Xamarin.iOS' And '$(BTouchToolExe)' == ''">btouch-native.exe</BTouchToolExe> <GeneratedSourcesFileList Condition="'$(GeneratedSourcesFileListing)' == ''">$(GeneratedSourcesDirectory)\sources.list</GeneratedSourcesFileList> <DefineConstants>__MOBILE__;__IOS__;$(DefineConstants)</DefineConstants> </PropertyGroup> <!-- Add our own pre-build steps --> <PropertyGroup> <CompileDependsOn> GenerateBindings; _CollectGeneratedSources; $(CompileDependsOn) </CompileDependsOn> </PropertyGroup> <!-- Override the CoreCompile Target to use btouch --> <Target Name="GenerateBindings" Inputs="$(MSBuildAllProjects);@(ObjcBindingApiDefinition);@(ObjcBindingCoreSource);@(ReferencePath)" Outputs="$(GeneratedSourcesFileList)"> <ItemGroup> <BTouchReferencePath Include="@(ReferenceCopyLocalPaths)" Condition="'%(Extension)' == '.dll'" /> </ItemGroup> <BTouch AdditionalLibPaths="$(AdditionalLibPaths)" AllowUnsafeBlocks="$(AllowUnsafeBlocks)" ApiDefinitions="@(ObjcBindingApiDefinition)" CoreSources="@(ObjcBindingCoreSource)" DefineConstants="$(DefineConstants)" GeneratedSourcesDirectory="$(GeneratedSourcesDirectory)" GeneratedSourcesFileList="$(GeneratedSourcesFileList)" Namespace="$(Namespace)" BTouchToolPath="$(BTouchToolPath)" ToolExe="$(BTouchToolExe)" CompilerPath="$(CscPath)" BaseLibDll="$(BaseLibDllPath)" References="@(ReferencePath);@(BTouchReferencePath)" NoStdLib="$(NoStdLib)"> <Output TaskParameter="GeneratedSourcesFileList" ItemName="GeneratedSourcesFileList" /> </BTouch> </Target> <Target Name="_CollectGeneratedSources" DependsOnTarget="GenerateBindings"> <ReadLinesFromFile File="$(GeneratedSourcesFileList)" > <Output TaskParameter="Lines" ItemName="GeneratedSources" /> </ReadLinesFromFile> <CreateItem Include="@(ObjcBindingCoreSource)"> <Output TaskParameter="Include" ItemName="Compile" /> </CreateItem> <CreateItem Include="@(GeneratedSources)"> <Output TaskParameter="Include" ItemName="Compile" /> </CreateItem> <CreateItem Include="@(ObjcBindingNativeLibrary)"> <Output TaskParameter="Include" ItemName="ManifestResourceWithNoCulture" /> </CreateItem> </Target> </Project>
55.743363
186
0.688522
d5e02dfc580146857b92b6db4541a8bd03a41f3d
26,149
xsd
XML
hl7.fhir.rX/hl7.fhir.r5.core/package/xml/subscriptiontopic.xsd
stefan-karl/packages
17f3a49afb70fa309821bd30dc5246af14e06d54
[ "BSD-3-Clause" ]
null
null
null
hl7.fhir.rX/hl7.fhir.r5.core/package/xml/subscriptiontopic.xsd
stefan-karl/packages
17f3a49afb70fa309821bd30dc5246af14e06d54
[ "BSD-3-Clause" ]
null
null
null
hl7.fhir.rX/hl7.fhir.r5.core/package/xml/subscriptiontopic.xsd
stefan-karl/packages
17f3a49afb70fa309821bd30dc5246af14e06d54
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!-- * #%L * org.hl7.fhir.r5 * %% * Copyright (C) 2014 - 2019 Health Level 7 * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ /* Copyright (c) 2011+, HL7, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of HL7 nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Generated on Sun, Dec 19, 2021 08:15+1100 for FHIR v5.0.0-snapshot1 Note: the schemas &amp; schematrons do not contain all of the rules about what makes resources valid. Implementers will still need to be familiar with the content of the specification and with any profiles that apply to the resources in order to make a conformant implementation. --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://hl7.org/fhir" xmlns:xhtml="http://www.w3.org/1999/xhtml" targetNamespace="http://hl7.org/fhir" elementFormDefault="qualified" version="1.0"> <xs:include schemaLocation="fhir-base.xsd"/> <xs:element name="SubscriptionTopic" type="SubscriptionTopic"> <xs:annotation> <xs:documentation xml:lang="en">Describes a stream of resource state changes or events and annotated with labels useful to filter projections from this topic.</xs:documentation> </xs:annotation> </xs:element> <xs:complexType name="SubscriptionTopic"> <xs:annotation> <xs:documentation xml:lang="en">Describes a stream of resource state changes or events and annotated with labels useful to filter projections from this topic.</xs:documentation> <xs:documentation xml:lang="en">If the element is present, it must have either a @value, an @id, or extensions</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="DomainResource"> <xs:sequence> <xs:element name="url" minOccurs="1" maxOccurs="1" type="uri"> <xs:annotation> <xs:documentation xml:lang="en">An absolute URL that is used to identify this SubscriptionTopic when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this Topic is (or will be) published. The URL SHOULD include the major version of the Topic. For more information see [Technical and Business Versions](resource.html#versions).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="identifier" minOccurs="0" maxOccurs="unbounded" type="Identifier"> <xs:annotation> <xs:documentation xml:lang="en">Business identifiers assigned to this SubscriptionTopic by the performer and/or other systems. These identifiers remain constant as the resource is updated and propagates from server to server.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="version" minOccurs="0" maxOccurs="1" type="string"> <xs:annotation> <xs:documentation xml:lang="en">The identifier that is used to identify this version of the SubscriptionTopic when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the Topic author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions are orderable.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="title" minOccurs="0" maxOccurs="1" type="string"> <xs:annotation> <xs:documentation xml:lang="en">A short, descriptive, user-friendly title for the SubscriptionTopic, for example, &quot;admission&quot;.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="derivedFrom" minOccurs="0" maxOccurs="unbounded" type="canonical"> <xs:annotation> <xs:documentation xml:lang="en">The canonical URL pointing to another FHIR-defined SubscriptionTopic that is adhered to in whole or in part by this SubscriptionTopic.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="status" minOccurs="1" maxOccurs="1" type="PublicationStatus"> <xs:annotation> <xs:documentation xml:lang="en">The current state of the SubscriptionTopic.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="experimental" minOccurs="0" maxOccurs="1" type="boolean"> <xs:annotation> <xs:documentation xml:lang="en">A flag to indicate that this TopSubscriptionTopicic is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="date" minOccurs="0" maxOccurs="1" type="dateTime"> <xs:annotation> <xs:documentation xml:lang="en">For draft definitions, indicates the date of initial creation. For active definitions, represents the date of activation. For withdrawn definitions, indicates the date of withdrawal.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="publisher" minOccurs="0" maxOccurs="1" type="string"> <xs:annotation> <xs:documentation xml:lang="en">Helps establish the &quot;authority/credibility&quot; of the SubscriptionTopic. May also allow for contact.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="contact" minOccurs="0" maxOccurs="unbounded" type="ContactDetail"> <xs:annotation> <xs:documentation xml:lang="en">Contact details to assist a user in finding and communicating with the publisher.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="description" minOccurs="0" maxOccurs="1" type="markdown"> <xs:annotation> <xs:documentation xml:lang="en">A free text natural language description of the Topic from the consumer's perspective.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="useContext" minOccurs="0" maxOccurs="unbounded" type="UsageContext"> <xs:annotation> <xs:documentation xml:lang="en">The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of code system definitions.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="jurisdiction" minOccurs="0" maxOccurs="unbounded" type="CodeableConcept"> <xs:annotation> <xs:documentation xml:lang="en">A jurisdiction in which the Topic is intended to be used.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="purpose" minOccurs="0" maxOccurs="1" type="markdown"> <xs:annotation> <xs:documentation xml:lang="en">Explains why this Topic is needed and why it has been designed as it has.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="copyright" minOccurs="0" maxOccurs="1" type="markdown"> <xs:annotation> <xs:documentation xml:lang="en">A copyright statement relating to the SubscriptionTopic and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the SubscriptionTopic.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="approvalDate" minOccurs="0" maxOccurs="1" type="date"> <xs:annotation> <xs:documentation xml:lang="en">The date on which the asset content was approved by the publisher. Approval happens once when the content is officially approved for usage.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="lastReviewDate" minOccurs="0" maxOccurs="1" type="date"> <xs:annotation> <xs:documentation xml:lang="en">The date on which the asset content was last reviewed. Review happens periodically after that, but doesn't change the original approval date.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="effectivePeriod" minOccurs="0" maxOccurs="1" type="Period"> <xs:annotation> <xs:documentation xml:lang="en">The period during which the SubscriptionTopic content was or is planned to be effective.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="resourceTrigger" type="SubscriptionTopic.ResourceTrigger" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">A definition of a resource-based event that triggers a notification based on the SubscriptionTopic. The criteria may be just a human readable description and/or a full FHIR search string or FHIRPath expression. Multiple triggers are considered OR joined (e.g., a resource update matching ANY of the definitions will trigger a notification).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="eventTrigger" type="SubscriptionTopic.EventTrigger" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">Event definition which can be used to trigger the SubscriptionTopic.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="canFilterBy" type="SubscriptionTopic.CanFilterBy" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">List of properties by which Subscriptions on the SubscriptionTopic can be filtered. May be defined Search Parameters (e.g., Encounter.patient) or parameters defined within this SubscriptionTopic context (e.g., hub.event).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="notificationShape" type="SubscriptionTopic.NotificationShape" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">List of properties to describe the shape (e.g., resources) included in notifications from this Subscription Topic.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="SubscriptionTopic.ResourceTrigger"> <xs:annotation> <xs:documentation xml:lang="en">Describes a stream of resource state changes or events and annotated with labels useful to filter projections from this topic.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="BackboneElement"> <xs:sequence> <xs:element name="description" minOccurs="0" maxOccurs="1" type="markdown"> <xs:annotation> <xs:documentation xml:lang="en">The human readable description of this resource trigger for the SubscriptionTopic - for example, &quot;An Encounter enters the 'in-progress' state&quot;.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="resource" minOccurs="1" maxOccurs="1" type="uri"> <xs:annotation> <xs:documentation xml:lang="en">URL of the Resource that is the type used in this resource trigger. Relative URLs are relative to the StructureDefinition root of the implemented FHIR version (e.g., http://hl7.org/fhir/StructureDefinition). For example, &quot;Patient&quot; maps to http://hl7.org/fhir/StructureDefinition/Patient. For more information, see &lt;a href=&quot;elementdefinition-definitions.html#ElementDefinition.type.code&quot;&gt;ElementDefinition.type.code&lt;/a&gt;.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="supportedInteraction" minOccurs="0" maxOccurs="unbounded" type="InteractionTrigger"> <xs:annotation> <xs:documentation xml:lang="en">The FHIR RESTful interaction which can be used to trigger a notification for the SubscriptionTopic. Multiple values are considered OR joined (e.g., CREATE or UPDATE).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="queryCriteria" type="SubscriptionTopic.QueryCriteria" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation xml:lang="en">The FHIR query based rules that the server should use to determine when to trigger a notification for this subscription topic.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="fhirPathCriteria" minOccurs="0" maxOccurs="1" type="string"> <xs:annotation> <xs:documentation xml:lang="en">The FHIRPath based rules that the server should use to determine when to trigger a notification for this topic.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="SubscriptionTopic.QueryCriteria"> <xs:annotation> <xs:documentation xml:lang="en">Describes a stream of resource state changes or events and annotated with labels useful to filter projections from this topic.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="BackboneElement"> <xs:sequence> <xs:element name="previous" minOccurs="0" maxOccurs="1" type="string"> <xs:annotation> <xs:documentation xml:lang="en">The FHIR query based rules are applied to the previous resource state (e.g., state before an update).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="resultForCreate" minOccurs="0" maxOccurs="1" type="CriteriaNotExistsBehavior"> <xs:annotation> <xs:documentation xml:lang="en">What behavior a server will exhibit if the previous state of a resource does NOT exist (e.g., prior to a create).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="current" minOccurs="0" maxOccurs="1" type="string"> <xs:annotation> <xs:documentation xml:lang="en">The FHIR query based rules are applied to the current resource state (e.g., state after an update).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="resultForDelete" minOccurs="0" maxOccurs="1" type="CriteriaNotExistsBehavior"> <xs:annotation> <xs:documentation xml:lang="en">What behavior a server will exhibit if the current state of a resource does NOT exist (e.g., after a DELETE).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="requireBoth" minOccurs="0" maxOccurs="1" type="boolean"> <xs:annotation> <xs:documentation xml:lang="en">If set to true, both current and previous criteria must evaluate true to trigger a notification for this topic. Otherwise a notification for this topic will be triggered if either one evaluates to true.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="SubscriptionTopic.EventTrigger"> <xs:annotation> <xs:documentation xml:lang="en">Describes a stream of resource state changes or events and annotated with labels useful to filter projections from this topic.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="BackboneElement"> <xs:sequence> <xs:element name="description" minOccurs="0" maxOccurs="1" type="markdown"> <xs:annotation> <xs:documentation xml:lang="en">The human readable description of an event to trigger a notification for the SubscriptionTopic - for example, &quot;Patient Admission, as defined in HL7v2 via message ADT^A01&quot;. Multiple values are considered OR joined (e.g., matching any single event listed).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="event" minOccurs="1" maxOccurs="1" type="CodeableConcept"> <xs:annotation> <xs:documentation xml:lang="en">A well-defined event which can be used to trigger notifications from the SubscriptionTopic.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="resource" minOccurs="1" maxOccurs="1" type="uri"> <xs:annotation> <xs:documentation xml:lang="en">URL of the Resource that is the focus type used in this event trigger. Relative URLs are relative to the StructureDefinition root of the implemented FHIR version (e.g., http://hl7.org/fhir/StructureDefinition). For example, &quot;Patient&quot; maps to http://hl7.org/fhir/StructureDefinition/Patient. For more information, see &lt;a href=&quot;elementdefinition-definitions.html#ElementDefinition.type.code&quot;&gt;ElementDefinition.type.code&lt;/a&gt;.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="SubscriptionTopic.CanFilterBy"> <xs:annotation> <xs:documentation xml:lang="en">Describes a stream of resource state changes or events and annotated with labels useful to filter projections from this topic.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="BackboneElement"> <xs:sequence> <xs:element name="description" minOccurs="0" maxOccurs="1" type="markdown"> <xs:annotation> <xs:documentation xml:lang="en">Description of how this filtering parameter is intended to be used.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="resource" minOccurs="0" maxOccurs="1" type="uri"> <xs:annotation> <xs:documentation xml:lang="en">URL of the Resource that is the type used in this filter. This is the &quot;focus&quot; of the topic (or one of them if there are more than one). It will be the same, a generality, or a specificity of SubscriptionTopic.resourceTrigger.resource or SubscriptionTopic.eventTrigger.resource when they are present.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="filterParameter" minOccurs="0" maxOccurs="1" type="string"> <xs:annotation> <xs:documentation xml:lang="en">Either the canonical URL to a search parameter (like &quot;http://hl7.org/fhir/SearchParameter/encounter-patient&quot;) or topic-defined parameter (like &quot;hub.event&quot;) which is a label for the filter.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="modifier" minOccurs="0" maxOccurs="unbounded" type="code"> <xs:annotation> <xs:documentation xml:lang="en">Allowable operators to apply when determining matches (Search Modifiers).</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="SubscriptionTopic.NotificationShape"> <xs:annotation> <xs:documentation xml:lang="en">Describes a stream of resource state changes or events and annotated with labels useful to filter projections from this topic.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="BackboneElement"> <xs:sequence> <xs:element name="resource" minOccurs="1" maxOccurs="1" type="uri"> <xs:annotation> <xs:documentation xml:lang="en">URL of the Resource that is the type used in this shape. This is the &quot;focus&quot; of the topic (or one of them if there are more than one) and the root resource for this shape definition. It will be the same, a generality, or a specificity of SubscriptionTopic.resourceTrigger.resource or SubscriptionTopic.eventTrigger.resource when they are present.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="include" minOccurs="0" maxOccurs="unbounded" type="string"> <xs:annotation> <xs:documentation xml:lang="en">Search-style _include directives, rooted in the resource for this shape. Servers SHOULD include resources listed here, if they exist and the user is authorized to receive them. Clients SHOULD be prepared to receive these additional resources, but SHALL function properly without them.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="revInclude" minOccurs="0" maxOccurs="unbounded" type="string"> <xs:annotation> <xs:documentation xml:lang="en">Search-style _revinclude directives, rooted in the resource for this shape. Servers SHOULD include resources listed here, if they exist and the user is authorized to receive them. Clients SHOULD be prepared to receive these additional resources, but SHALL function properly without them.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:simpleType name="InteractionTriggerEnum"> <xs:restriction base="code-primitive"> <xs:enumeration value="create"> <xs:annotation> <xs:documentation xml:lang="en">create</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="update"> <xs:annotation> <xs:documentation xml:lang="en">update</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="delete"> <xs:annotation> <xs:documentation xml:lang="en">delete</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="InteractionTrigger"> <xs:annotation> <xs:documentation xml:lang="en"></xs:documentation> <xs:documentation xml:lang="en">If the element is present, it must have either a @value, an @id, or extensions</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="Element"> <xs:attribute name="value" type="InteractionTriggerEnum" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> <xs:simpleType name="CriteriaNotExistsBehaviorEnum"> <xs:restriction base="code-primitive"> <xs:enumeration value="test-passes"> <xs:annotation> <xs:documentation xml:lang="en">test passes</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="test-fails"> <xs:annotation> <xs:documentation xml:lang="en">test fails</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="CriteriaNotExistsBehavior"> <xs:annotation> <xs:documentation xml:lang="en"></xs:documentation> <xs:documentation xml:lang="en">If the element is present, it must have either a @value, an @id, or extensions</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="Element"> <xs:attribute name="value" type="CriteriaNotExistsBehaviorEnum" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:schema>
65.866499
522
0.670618
0ae963b7112f1a7736a939da9eeaf332fde2268b
394
xml
XML
cs410fp/rssdata/382.xml
yang123456/news-recommender
d0af004ff0981f90b367027daf3c4337a1953ec7
[ "Apache-2.0" ]
null
null
null
cs410fp/rssdata/382.xml
yang123456/news-recommender
d0af004ff0981f90b367027daf3c4337a1953ec7
[ "Apache-2.0" ]
null
null
null
cs410fp/rssdata/382.xml
yang123456/news-recommender
d0af004ff0981f90b367027daf3c4337a1953ec7
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <rss version="2.0"> <channel> <title>Public Affairs Communicators Calendar</title> <link>http://illinois.edu/calendar/list/382</link> <description>For campus communications professionals. Workshops and demos on web, print, pr, news, media, event planning, and presentations.</description> </channel> </rss>
49.25
162
0.692893
c92bd17197389e7aa45c76f458e6031eb99eefc6
37,988
xml
XML
.idea/workspace.xml
dashixiong-11/gulu
d9ebfdf6ff066766ad13266228c5dde6863c3b1e
[ "MIT" ]
null
null
null
.idea/workspace.xml
dashixiong-11/gulu
d9ebfdf6ff066766ad13266228c5dde6863c3b1e
[ "MIT" ]
7
2020-07-23T03:33:28.000Z
2022-03-02T06:53:18.000Z
.idea/workspace.xml
dashixiong-11/gulu
d9ebfdf6ff066766ad13266228c5dde6863c3b1e
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="2b521a0c-31db-45d8-b351-fabbf68c2d64" name="Default Changelist" comment=""> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/docs/.vuepress/components/layout-demos.vue" beforeDir="false" afterPath="$PROJECT_DIR$/docs/.vuepress/components/layout-demos.vue" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/button/button.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/button/button.vue" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/scroll.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/scroll.vue" afterDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component> <component name="FileTemplateManagerImpl"> <option name="RECENT_TEMPLATES"> <list> <option value="HTML File" /> <option value="JavaScript File" /> <option value="Vue File ts" /> <option value="Vue Single File Component" /> </list> </option> </component> <component name="Git.Settings"> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> </component> <component name="HighlightingSettingsPerFile"> <setting file="file://$PROJECT_DIR$/tests/fixtures/db.js" root0="SKIP_HIGHLIGHTING" /> </component> <component name="JsBowerSettings"> <node-interpreter value="project" /> <bower-package value="" /> <bower.json value="" /> </component> <component name="JsFlowSettings"> <service-enabled>true</service-enabled> <exe-path /> <other-services-enabled>true</other-services-enabled> <auto-save>true</auto-save> </component> <component name="PackageJsonUpdateNotifier"> <dismissed value="$PROJECT_DIR$/package.json" /> </component> <component name="ProjectId" id="1VsV8EW7mMi43DAIEN6ZDRk67FH" /> <component name="ProjectLevelVcsManager" settingsEditedManually="true"> <ConfirmationsSetting value="1" id="Add" /> </component> <component name="ProjectViewState"> <option name="hideEmptyMiddlePackages" value="true" /> <option name="showLibraryContents" value="true" /> </component> <component name="PropertiesComponent"> <property name="ASKED_SHARE_PROJECT_CONFIGURATION_FILES" value="true" /> <property name="DefaultHtmlFileTemplate" value="HTML File" /> <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" /> <property name="WebServerToolWindowFactoryState" value="false" /> <property name="WebServerToolWindowPanel.toolwindow.highlight.mappings" value="true" /> <property name="WebServerToolWindowPanel.toolwindow.highlight.symlinks" value="true" /> <property name="WebServerToolWindowPanel.toolwindow.show.date" value="false" /> <property name="WebServerToolWindowPanel.toolwindow.show.permissions" value="false" /> <property name="WebServerToolWindowPanel.toolwindow.show.size" value="false" /> <property name="last_opened_file_path" value="$PROJECT_DIR$" /> <property name="node.js.detected.package.eslint" value="true" /> <property name="node.js.detected.package.jscs" value="true" /> <property name="node.js.detected.package.standard" value="true" /> <property name="node.js.detected.package.tslint" value="true" /> <property name="node.js.path.for.package.eslint" value="project" /> <property name="node.js.path.for.package.jscs" value="project" /> <property name="node.js.path.for.package.standard" value="project" /> <property name="node.js.path.for.package.tslint" value="project" /> <property name="node.js.selected.package.eslint" value="(autodetect)" /> <property name="node.js.selected.package.jscs" value="" /> <property name="node.js.selected.package.standard" value="" /> <property name="node.js.selected.package.tslint" value="(autodetect)" /> <property name="nodejs_package_manager_path" value="npm" /> <property name="prettierjs.PrettierConfiguration.Package" value="/usr/local/lib/node_modules/prettier" /> <property name="settings.editor.selected.configurable" value="preferences.pluginManager" /> <property name="ts.external.directory.path" value="$APPLICATION_HOME_DIR$/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external" /> </component> <component name="RecentsManager"> <key name="CopyFile.RECENT_KEYS"> <recent name="$PROJECT_DIR$/src/nav-vertical" /> <recent name="$PROJECT_DIR$/tests/unit" /> <recent name="$PROJECT_DIR$/test" /> <recent name="$PROJECT_DIR$/src" /> </key> <key name="MoveFile.RECENT_KEYS"> <recent name="$PROJECT_DIR$/src" /> <recent name="$PROJECT_DIR$" /> <recent name="$PROJECT_DIR$/styles" /> <recent name="$PROJECT_DIR$/src/slides" /> <recent name="$PROJECT_DIR$/src/layout" /> </key> </component> <component name="RunManager"> <configuration name="serve" type="js.build_tools.npm" temporary="true" nameIsGenerated="true"> <package-json value="$PROJECT_DIR$/package.json" /> <command value="run" /> <scripts> <script value="serve" /> </scripts> <node-interpreter value="project" /> <envs /> <method v="2" /> </configuration> <recent_temporary> <list> <item itemvalue="npm.serve" /> </list> </recent_temporary> </component> <component name="SvnConfiguration"> <configuration /> </component> <component name="TaskManager"> <task active="true" id="Default" summary="Default task"> <changelist id="2b521a0c-31db-45d8-b351-fabbf68c2d64" name="Default Changelist" comment="" /> <created>1556431181766</created> <option name="number" value="Default" /> <option name="presentableId" value="Default" /> <updated>1556431181766</updated> <workItem from="1556431185152" duration="225000" /> <workItem from="1556431615004" duration="521000" /> <workItem from="1556615574047" duration="29000" /> <workItem from="1556616757888" duration="772000" /> <workItem from="1556618079578" duration="57000" /> <workItem from="1556618625366" duration="782000" /> <workItem from="1556731109638" duration="388000" /> <workItem from="1558852733150" duration="443000" /> <workItem from="1558855632221" duration="342000" /> <workItem from="1558858778452" duration="265000" /> <workItem from="1558962762671" duration="6219000" /> <workItem from="1559047464500" duration="5433000" /> <workItem from="1559132439077" duration="1523000" /> <workItem from="1559139894031" duration="19000" /> <workItem from="1559477927967" duration="756000" /> <workItem from="1559740422823" duration="2284000" /> <workItem from="1559803790501" duration="56000" /> <workItem from="1559833125103" duration="1799000" /> <workItem from="1559916938859" duration="1317000" /> <workItem from="1559980311003" duration="5268000" /> <workItem from="1560063581691" duration="38000" /> <workItem from="1560304961208" duration="699000" /> <workItem from="1560433882894" duration="18000" /> <workItem from="1560867664818" duration="3692000" /> <workItem from="1563111785954" duration="2573000" /> <workItem from="1565750232525" duration="6608000" /> <workItem from="1565835573658" duration="9446000" /> <workItem from="1565920047552" duration="11472000" /> <workItem from="1566182674056" duration="4137000" /> <workItem from="1566198321017" duration="3775000" /> <workItem from="1566283182692" duration="7489000" /> <workItem from="1566352095143" duration="4316000" /> <workItem from="1566629314498" duration="337000" /> <workItem from="1566994522830" duration="7142000" /> <workItem from="1567084118765" duration="3619000" /> <workItem from="1567134040590" duration="228000" /> <workItem from="1567173722596" duration="674000" /> <workItem from="1567234079609" duration="6713000" /> <workItem from="1567344160551" duration="3214000" /> <workItem from="1567478225106" duration="3438000" /> <workItem from="1567562468008" duration="1156000" /> <workItem from="1567564201413" duration="342000" /> <workItem from="1567564566766" duration="4753000" /> <workItem from="1567650101264" duration="8863000" /> <workItem from="1567738186405" duration="7632000" /> <workItem from="1567823799745" duration="6307000" /> <workItem from="1568021712337" duration="1965000" /> <workItem from="1568081466751" duration="1147000" /> <workItem from="1568122006793" duration="3642000" /> <workItem from="1568170669728" duration="541000" /> <workItem from="1568211914008" duration="3245000" /> <workItem from="1568295103862" duration="8497000" /> <workItem from="1568773545170" duration="5218000" /> <workItem from="1568874999849" duration="7902000" /> <workItem from="1568946769004" duration="899000" /> <workItem from="1568948148958" duration="74000" /> <workItem from="1568948226578" duration="653000" /> <workItem from="1568980237014" duration="130000" /> <workItem from="1569395218794" duration="512000" /> <workItem from="1569550700957" duration="3578000" /> <workItem from="1569723016996" duration="3330000" /> <workItem from="1570279928746" duration="5229000" /> <workItem from="1570587922653" duration="3913000" /> <workItem from="1571149215602" duration="2443000" /> <workItem from="1571711570626" duration="717000" /> <workItem from="1571720014296" duration="817000" /> <workItem from="1572009423689" duration="4301000" /> <workItem from="1572149213020" duration="1849000" /> <workItem from="1572611917035" duration="4289000" /> <workItem from="1572679481147" duration="5438000" /> <workItem from="1573285069598" duration="10000" /> <workItem from="1573540927544" duration="7978000" /> <workItem from="1573912784340" duration="17000" /> <workItem from="1573912818859" duration="6130000" /> <workItem from="1574155159729" duration="60000" /> <workItem from="1574178507925" duration="73000" /> <workItem from="1574178687283" duration="275000" /> <workItem from="1574178982438" duration="366000" /> <workItem from="1574179367352" duration="554000" /> <workItem from="1574235557801" duration="31000" /> <workItem from="1576291010325" duration="6813000" /> <workItem from="1576746334799" duration="2827000" /> <workItem from="1576761454336" duration="179000" /> <workItem from="1576824262236" duration="4475000" /> <workItem from="1576915098573" duration="6468000" /> <workItem from="1577071504576" duration="5577000" /> <workItem from="1577505372263" duration="302000" /> <workItem from="1577672554560" duration="5530000" /> <workItem from="1577774887366" duration="5069000" /> <workItem from="1577936792823" duration="2729000" /> <workItem from="1578016394502" duration="8165000" /> <workItem from="1578041307485" duration="50000" /> <workItem from="1578041631666" duration="4284000" /> <workItem from="1578057451164" duration="284000" /> <workItem from="1578104093679" duration="3784000" /> <workItem from="1578120562350" duration="1780000" /> <workItem from="1578385678396" duration="2770000" /> <workItem from="1578454562904" duration="293000" /> <workItem from="1579436187535" duration="14000" /> <workItem from="1579489705394" duration="2135000" /> <workItem from="1579572396000" duration="8994000" /> <workItem from="1579930163097" duration="2736000" /> <workItem from="1580974462885" duration="7551000" /> <workItem from="1581155796665" duration="3372000" /> <workItem from="1581774731910" duration="554000" /> <workItem from="1582275247687" duration="2692000" /> <workItem from="1582438610476" duration="4971000" /> <workItem from="1582555914317" duration="463000" /> <workItem from="1582556484937" duration="361000" /> <workItem from="1582624335478" duration="88000" /> <workItem from="1582799628594" duration="7837000" /> <workItem from="1582901950268" duration="137000" /> <workItem from="1583766282561" duration="1354000" /> <workItem from="1584623812368" duration="5380000" /> <workItem from="1584850001997" duration="32000" /> <workItem from="1585053231675" duration="423000" /> <workItem from="1585226154057" duration="600000" /> <workItem from="1586139141232" duration="12658000" /> <workItem from="1586589625197" duration="337000" /> <workItem from="1586590010596" duration="1225000" /> <workItem from="1586591294805" duration="74000" /> <workItem from="1586591412449" duration="110000" /> <workItem from="1586591573318" duration="217000" /> <workItem from="1586591821477" duration="58000" /> <workItem from="1586762220644" duration="569000" /> <workItem from="1586776234898" duration="877000" /> <workItem from="1586828589465" duration="7658000" /> <workItem from="1586913733181" duration="5495000" /> <workItem from="1587001754143" duration="8539000" /> <workItem from="1587036682292" duration="2659000" /> <workItem from="1587108107896" duration="7776000" /> <workItem from="1587175908849" duration="6980000" /> <workItem from="1587347163868" duration="11287000" /> <workItem from="1587432884765" duration="2563000" /> <workItem from="1587692768751" duration="1591000" /> <workItem from="1588231288410" duration="40000" /> <workItem from="1588231343212" duration="6797000" /> <workItem from="1588576312175" duration="6178000" /> <workItem from="1588605074438" duration="824000" /> <workItem from="1588661506800" duration="1194000" /> <workItem from="1588663280557" duration="3619000" /> <workItem from="1588685579183" duration="357000" /> <workItem from="1588748355984" duration="8699000" /> <workItem from="1588819100539" duration="683000" /> <workItem from="1588900706520" duration="48000" /> <workItem from="1588900770339" duration="150000" /> <workItem from="1588900936117" duration="9506000" /> <workItem from="1589121889432" duration="64000" /> <workItem from="1589246720982" duration="12416000" /> <workItem from="1589357711340" duration="6791000" /> <workItem from="1589379793685" duration="660000" /> <workItem from="1589440561131" duration="5479000" /> <workItem from="1589461124466" duration="663000" /> <workItem from="1589526471033" duration="8895000" /> <workItem from="1589710811043" duration="2711000" /> <workItem from="1589799715116" duration="152000" /> <workItem from="1589898581342" duration="4647000" /> <workItem from="1590064782617" duration="653000" /> <workItem from="1590151910710" duration="7449000" /> <workItem from="1590238660682" duration="3639000" /> <workItem from="1592464907495" duration="31000" /> <workItem from="1593311883193" duration="13292000" /> <workItem from="1593655279097" duration="16998000" /> <workItem from="1593757974613" duration="15022000" /> <workItem from="1593857397128" duration="5902000" /> <workItem from="1593931529527" duration="14330000" /> <workItem from="1594000417622" duration="5754000" /> <workItem from="1594025508257" duration="14116000" /> <workItem from="1594102272129" duration="11395000" /> <workItem from="1594199883077" duration="4269000" /> <workItem from="1594265373859" duration="124000" /> <workItem from="1594374876772" duration="713000" /> <workItem from="1594610792065" duration="598000" /> <workItem from="1594698599784" duration="598000" /> <workItem from="1594718207873" duration="531000" /> <workItem from="1594738223983" duration="508000" /> <workItem from="1594742617355" duration="64000" /> <workItem from="1594744896111" duration="589000" /> <workItem from="1594816680354" duration="10000" /> <workItem from="1595473323459" duration="363000" /> </task> <task id="LOCAL-00001" summary="一次测试提交"> <created>1556618759263</created> <option name="number" value="00001" /> <option name="presentableId" value="LOCAL-00001" /> <option name="project" value="LOCAL" /> <updated>1556618759263</updated> </task> <task id="LOCAL-00002" summary="添加tabs相关组件"> <created>1565767573030</created> <option name="number" value="00002" /> <option name="presentableId" value="LOCAL-00002" /> <option name="project" value="LOCAL" /> <updated>1565767573030</updated> </task> <task id="LOCAL-00003" summary="添加tabs相关组件"> <created>1565838992238</created> <option name="number" value="00003" /> <option name="presentableId" value="LOCAL-00003" /> <option name="project" value="LOCAL" /> <updated>1565838992238</updated> </task> <task id="LOCAL-00004" summary="解决了tabs组件 位置位置影响 line 的bug&#10;添加popover并且解决了一些bug"> <created>1565942887605</created> <option name="number" value="00004" /> <option name="presentableId" value="LOCAL-00004" /> <option name="project" value="LOCAL" /> <updated>1565942887606</updated> </task> <task id="LOCAL-00005" summary="完成 支持四个position"> <created>1566287154794</created> <option name="number" value="00005" /> <option name="presentableId" value="LOCAL-00005" /> <option name="project" value="LOCAL" /> <updated>1566287154794</updated> </task> <task id="LOCAL-00006" summary="使用表驱动编程重构代码"> <created>1566291168753</created> <option name="number" value="00006" /> <option name="presentableId" value="LOCAL-00006" /> <option name="project" value="LOCAL" /> <updated>1566291168753</updated> </task> <task id="LOCAL-00007" summary="跳过了一个不知道如何实现的测试用例"> <created>1566357130670</created> <option name="number" value="00007" /> <option name="presentableId" value="LOCAL-00007" /> <option name="project" value="LOCAL" /> <updated>1566357130670</updated> </task> <task id="LOCAL-00008" summary="collapse 基本样式完成"> <created>1567000516960</created> <option name="number" value="00008" /> <option name="presentableId" value="LOCAL-00008" /> <option name="project" value="LOCAL" /> <updated>1567000516960</updated> </task> <task id="LOCAL-00009" summary="暂时完成 single 和 selected"> <created>1567005389511</created> <option name="number" value="00009" /> <option name="presentableId" value="LOCAL-00009" /> <option name="project" value="LOCAL" /> <updated>1567005389511</updated> </task> <task id="LOCAL-00010" summary="完成 collapse 组件 第一阶段完成"> <created>1567088921507</created> <option name="number" value="00010" /> <option name="presentableId" value="LOCAL-00010" /> <option name="project" value="LOCAL" /> <updated>1567088921507</updated> </task> <task id="LOCAL-00011" summary="添加 官网"> <created>1567245066161</created> <option name="number" value="00011" /> <option name="presentableId" value="LOCAL-00011" /> <option name="project" value="LOCAL" /> <updated>1567245066162</updated> </task> <task id="LOCAL-00012" summary="准备换成 vue-cli3"> <created>1567479662984</created> <option name="number" value="00012" /> <option name="presentableId" value="LOCAL-00012" /> <option name="project" value="LOCAL" /> <updated>1567479662984</updated> </task> <task id="LOCAL-00013" summary=" 更换到 vue cli3"> <created>1567673350757</created> <option name="number" value="00013" /> <option name="presentableId" value="LOCAL-00013" /> <option name="project" value="LOCAL" /> <updated>1567673350757</updated> </task> <task id="LOCAL-00014" summary="改为单向数据流"> <created>1567845533467</created> <option name="number" value="00014" /> <option name="presentableId" value="LOCAL-00014" /> <option name="project" value="LOCAL" /> <updated>1567845533467</updated> </task> <task id="LOCAL-00015" summary="基本完成 cascader 组件 (主要解决更新数据不触发渲染bug)"> <created>1568304112944</created> <option name="number" value="00015" /> <option name="presentableId" value="LOCAL-00015" /> <option name="project" value="LOCAL" /> <updated>1568304112944</updated> </task> <task id="LOCAL-00016" summary="添加 icon 显示逻辑"> <created>1568807333667</created> <option name="number" value="00016" /> <option name="presentableId" value="LOCAL-00016" /> <option name="project" value="LOCAL" /> <updated>1568807333667</updated> </task> <task id="LOCAL-00017" summary="添加click-outside 指令"> <created>1568811886325</created> <option name="number" value="00017" /> <option name="presentableId" value="LOCAL-00017" /> <option name="project" value="LOCAL" /> <updated>1568811886325</updated> </task> <task id="LOCAL-00018" summary="添加 loading icon"> <created>1568877723226</created> <option name="number" value="00018" /> <option name="presentableId" value="LOCAL-00018" /> <option name="project" value="LOCAL" /> <updated>1568877723226</updated> </task> <task id="LOCAL-00019" summary="复习 toast组件 添加备注"> <created>1568886487152</created> <option name="number" value="00019" /> <option name="presentableId" value="LOCAL-00019" /> <option name="project" value="LOCAL" /> <updated>1568886487152</updated> </task> <task id="LOCAL-00020" summary="新增 popover 两个单元测试"> <created>1570283007466</created> <option name="number" value="00020" /> <option name="presentableId" value="LOCAL-00020" /> <option name="project" value="LOCAL" /> <updated>1570283007467</updated> </task> <task id="LOCAL-00021" summary="add yarn test"> <created>1570283376650</created> <option name="number" value="00021" /> <option name="presentableId" value="LOCAL-00021" /> <option name="project" value="LOCAL" /> <updated>1570283376650</updated> </task> <task id="LOCAL-00022" summary="Travis Cl"> <created>1570283752407</created> <option name="number" value="00022" /> <option name="presentableId" value="LOCAL-00022" /> <option name="project" value="LOCAL" /> <updated>1570283752407</updated> </task> <task id="LOCAL-00023" summary="Travis Cl"> <created>1570284697729</created> <option name="number" value="00023" /> <option name="presentableId" value="LOCAL-00023" /> <option name="project" value="LOCAL" /> <updated>1570284697729</updated> </task> <task id="LOCAL-00024" summary="Travis Cl"> <created>1570284850952</created> <option name="number" value="00024" /> <option name="presentableId" value="LOCAL-00024" /> <option name="project" value="LOCAL" /> <updated>1570284850952</updated> </task> <task id="LOCAL-00025" summary="Travis Cl"> <created>1570285108103</created> <option name="number" value="00025" /> <option name="presentableId" value="LOCAL-00025" /> <option name="project" value="LOCAL" /> <updated>1570285108103</updated> </task> <task id="LOCAL-00026" summary="完成轮播基本雏形"> <created>1572016109286</created> <option name="number" value="00026" /> <option name="presentableId" value="LOCAL-00026" /> <option name="project" value="LOCAL" /> <updated>1572016109286</updated> </task> <task id="LOCAL-00027" summary="解决 控制动画方向不及时 bug 解决 无缝bug 添加mouseEnter 暂停功能"> <created>1572685215515</created> <option name="number" value="00027" /> <option name="presentableId" value="LOCAL-00027" /> <option name="project" value="LOCAL" /> <updated>1572685215515</updated> </task> <task id="LOCAL-00028" summary="支持手机滑动 ,上下页"> <created>1573552029097</created> <option name="number" value="00028" /> <option name="presentableId" value="LOCAL-00028" /> <option name="project" value="LOCAL" /> <updated>1573552029098</updated> </task> <task id="LOCAL-00029" summary="添加测试用例"> <created>1573917870424</created> <option name="number" value="00029" /> <option name="presentableId" value="LOCAL-00029" /> <option name="project" value="LOCAL" /> <updated>1573917870424</updated> </task> <task id="LOCAL-00030" summary="把 destroyed改为 beforeDestriy"> <created>1576291850011</created> <option name="number" value="00030" /> <option name="presentableId" value="LOCAL-00030" /> <option name="project" value="LOCAL" /> <updated>1576291850012</updated> </task> <task id="LOCAL-00031" summary="把 db.js 移动到 fixtures 下"> <created>1576291884766</created> <option name="number" value="00031" /> <option name="presentableId" value="LOCAL-00031" /> <option name="project" value="LOCAL" /> <updated>1576291884766</updated> </task> <task id="LOCAL-00032" summary="把button相关组件移动到 src/button 下"> <created>1576292248969</created> <option name="number" value="00032" /> <option name="presentableId" value="LOCAL-00032" /> <option name="project" value="LOCAL" /> <updated>1576292248969</updated> </task> <task id="LOCAL-00033" summary="移动目录,测试通过"> <created>1576295934146</created> <option name="number" value="00033" /> <option name="presentableId" value="LOCAL-00033" /> <option name="project" value="LOCAL" /> <updated>1576295934146</updated> </task> <task id="LOCAL-00034" summary="使用测试驱动开发,初步实现validate"> <created>1579940546037</created> <option name="number" value="00034" /> <option name="presentableId" value="LOCAL-00034" /> <option name="project" value="LOCAL" /> <updated>1579940546037</updated> </task> <task id="LOCAL-00035" summary="完成pager基本结构,和样式"> <created>1581002908192</created> <option name="number" value="00035" /> <option name="presentableId" value="LOCAL-00035" /> <option name="project" value="LOCAL" /> <updated>1581002908192</updated> </task> <task id="LOCAL-00036" summary="完成pager基本结构,和样式"> <created>1581002925961</created> <option name="number" value="00036" /> <option name="presentableId" value="LOCAL-00036" /> <option name="project" value="LOCAL" /> <updated>1581002925961</updated> </task> <task id="LOCAL-00037" summary="完成 pager 组件"> <created>1581174329753</created> <option name="number" value="00037" /> <option name="presentableId" value="LOCAL-00037" /> <option name="project" value="LOCAL" /> <updated>1581174329753</updated> </task> <task id="LOCAL-00038" summary="完成 pager 的测试用例"> <created>1582443305820</created> <option name="number" value="00038" /> <option name="presentableId" value="LOCAL-00038" /> <option name="project" value="LOCAL" /> <updated>1582443305820</updated> </task> <task id="LOCAL-00039" summary="完成 table 多选"> <created>1583771543419</created> <option name="number" value="00039" /> <option name="presentableId" value="LOCAL-00039" /> <option name="project" value="LOCAL" /> <updated>1583771543420</updated> </task> <task id="LOCAL-00040" summary="添加loading"> <created>1584631117092</created> <option name="number" value="00040" /> <option name="presentableId" value="LOCAL-00040" /> <option name="project" value="LOCAL" /> <updated>1584631117092</updated> </task> <task id="LOCAL-00041" summary="完成 展开功能"> <created>1586167899219</created> <option name="number" value="00041" /> <option name="presentableId" value="LOCAL-00041" /> <option name="project" value="LOCAL" /> <updated>1586167899219</updated> </task> <task id="LOCAL-00042" summary="完成 uploader组件 单文件上传"> <created>1587118016059</created> <option name="number" value="00042" /> <option name="presentableId" value="LOCAL-00042" /> <option name="project" value="LOCAL" /> <updated>1587118016059</updated> </task> <task id="LOCAL-00043" summary="完成 uploader组件 多文件上传"> <created>1587195086103</created> <option name="number" value="00043" /> <option name="presentableId" value="LOCAL-00043" /> <option name="project" value="LOCAL" /> <updated>1587195086103</updated> </task> <task id="LOCAL-00044" summary="改造table组件 添加了 table-column"> <created>1588766555939</created> <option name="number" value="00044" /> <option name="presentableId" value="LOCAL-00044" /> <option name="project" value="LOCAL" /> <updated>1588766555939</updated> </task> <task id="LOCAL-00045" summary=" 使用vuepress制作组建官网,更新至 cascader"> <created>1593784633891</created> <option name="number" value="00045" /> <option name="presentableId" value="LOCAL-00045" /> <option name="project" value="LOCAL" /> <updated>1593784633891</updated> </task> <task id="LOCAL-00046" summary=" 使用vuepress制作组建官网,更新至 sildes 组件"> <created>1593876138120</created> <option name="number" value="00046" /> <option name="presentableId" value="LOCAL-00046" /> <option name="project" value="LOCAL" /> <updated>1593876138120</updated> </task> <task id="LOCAL-00047" summary=" 使用vuepress制作组建官网,更新至 sildes 组件 忘了提交新的文件了补充提交"> <created>1593876204908</created> <option name="number" value="00047" /> <option name="presentableId" value="LOCAL-00047" /> <option name="project" value="LOCAL" /> <updated>1593876204908</updated> </task> <task id="LOCAL-00048" summary=" 使用vuepress制作组建官网,更新至 dataPicker 组件 忘了提交新的文件了补充提交"> <created>1594123670782</created> <option name="number" value="00048" /> <option name="presentableId" value="LOCAL-00048" /> <option name="project" value="LOCAL" /> <updated>1594123670782</updated> </task> <task id="LOCAL-00049" summary=" 使用vuepress制作组建官网,完成"> <created>1594211761895</created> <option name="number" value="00049" /> <option name="presentableId" value="LOCAL-00049" /> <option name="project" value="LOCAL" /> <updated>1594211761895</updated> </task> <option name="localTasksCounter" value="50" /> <servers /> </component> <component name="TodoView"> <todo-panel id="selected-file"> <is-autoscroll-to-source value="true" /> </todo-panel> <todo-panel id="all"> <are-packages-shown value="true" /> <is-autoscroll-to-source value="true" /> </todo-panel> </component> <component name="TypeScriptGeneratedFilesManager"> <option name="version" value="2" /> </component> <component name="Vcs.Log.History.Properties"> <option name="COLUMN_ORDER"> <list> <option value="0" /> <option value="2" /> <option value="3" /> <option value="1" /> </list> </option> </component> <component name="Vcs.Log.Tabs.Properties"> <option name="TAB_STATES"> <map> <entry key="MAIN"> <value> <State /> </value> </entry> </map> </option> <option name="RECENT_FILTERS"> <map> <entry key="Branch"> <value> <list /> </value> </entry> <entry key="User"> <value> <list /> </value> </entry> </map> </option> <option name="oldMeFiltersMigrated" value="true" /> </component> <component name="VcsManagerConfiguration"> <MESSAGE value="Travis Cl" /> <MESSAGE value="完成轮播基本雏形" /> <MESSAGE value="解决 控制动画方向不及时 bug 解决 无缝bug 添加mouseEnter 暂停功能" /> <MESSAGE value="支持手机滑动 ,上下页" /> <MESSAGE value="添加测试用例" /> <MESSAGE value="把 destroyed改为 beforeDestriy" /> <MESSAGE value="把 db.js 移动到 fixtures 下" /> <MESSAGE value="把button相关组件移动到 src/button 下" /> <MESSAGE value="移动目录,测试通过" /> <MESSAGE value="使用测试驱动开发,初步实现validate" /> <MESSAGE value="完成pager基本结构,和样式" /> <MESSAGE value="完成 pager 组件" /> <MESSAGE value="完成 pager 的测试用例" /> <MESSAGE value="完成 table 多选" /> <MESSAGE value="添加loading" /> <MESSAGE value="完成 展开功能" /> <MESSAGE value="完成单文件上传" /> <MESSAGE value="完成 uploader组件 单文件上传" /> <MESSAGE value="完成 uploader组件 多文件上传" /> <MESSAGE value="改造table组件 添加了 table-column" /> <MESSAGE value=" 使用vuepress制作组建官网,更新至 cascader" /> <MESSAGE value=" 使用vuepress制作组建官网,更新至 sildes 组件" /> <MESSAGE value=" 使用vuepress制作组建官网,更新至 sildes 组件 忘了提交新的文件了补充提交" /> <MESSAGE value=" 使用vuepress制作组建官网,更新至 dataPicker 组件 忘了提交新的文件了补充提交" /> <MESSAGE value=" 使用vuepress制作组建官网,完成" /> <option name="LAST_COMMIT_MESSAGE" value=" 使用vuepress制作组建官网,完成" /> </component> <component name="WindowStateProjectService"> <state x="354" y="125" key="#Inspections" timestamp="1587715937735"> <screen x="0" y="23" width="1440" height="834" /> </state> <state x="354" y="125" key="#Inspections/0.23.1440.834@0.23.1440.834" timestamp="1587715937735" /> <state x="320" y="88" key="#Plugins" timestamp="1588231327775"> <screen x="0" y="23" width="1440" height="834" /> </state> <state x="320" y="88" key="#Plugins/0.23.1440.834@0.23.1440.834" timestamp="1588231327775" /> <state x="358" y="214" key="#com.intellij.ide.fileTemplates.ui.ConfigureTemplatesDialog" timestamp="1588231600793"> <screen x="0" y="23" width="1440" height="834" /> </state> <state x="358" y="214" key="#com.intellij.ide.fileTemplates.ui.ConfigureTemplatesDialog/0.23.1440.834@0.23.1440.834" timestamp="1588231600793" /> <state x="408" y="183" key="#com.intellij.openapi.updateSettings.impl.PluginUpdateInfoDialog" timestamp="1588663209881"> <screen x="0" y="23" width="1440" height="834" /> </state> <state x="408" y="183" key="#com.intellij.openapi.updateSettings.impl.PluginUpdateInfoDialog/0.23.1440.834@0.23.1440.834" timestamp="1588663209881" /> <state x="301" y="23" key="CommitChangelistDialog2" timestamp="1594211761507"> <screen x="0" y="23" width="1440" height="834" /> </state> <state x="301" y="23" key="CommitChangelistDialog2/0.23.1440.834@0.23.1440.834" timestamp="1594211761507" /> <state width="1419" height="214" key="GridCell.Tab.0.bottom" timestamp="1594109234423"> <screen x="0" y="23" width="1440" height="834" /> </state> <state width="1419" height="214" key="GridCell.Tab.0.bottom/0.23.1440.834@0.23.1440.834" timestamp="1594109234423" /> <state width="1419" height="214" key="GridCell.Tab.0.center" timestamp="1594109234422"> <screen x="0" y="23" width="1440" height="834" /> </state> <state width="1419" height="214" key="GridCell.Tab.0.center/0.23.1440.834@0.23.1440.834" timestamp="1594109234422" /> <state width="1419" height="214" key="GridCell.Tab.0.left" timestamp="1594109234422"> <screen x="0" y="23" width="1440" height="834" /> </state> <state width="1419" height="214" key="GridCell.Tab.0.left/0.23.1440.834@0.23.1440.834" timestamp="1594109234422" /> <state width="1419" height="214" key="GridCell.Tab.0.right" timestamp="1594109234423"> <screen x="0" y="23" width="1440" height="834" /> </state> <state width="1419" height="214" key="GridCell.Tab.0.right/0.23.1440.834@0.23.1440.834" timestamp="1594109234423" /> <state x="0" y="23" width="1440" height="834" key="SettingsEditor" timestamp="1588900920541"> <screen x="0" y="23" width="1440" height="834" /> </state> <state x="0" y="23" width="1440" height="834" key="SettingsEditor/0.23.1440.834@0.23.1440.834" timestamp="1588900920541" /> <state x="100" y="123" width="1240" height="634" key="com.intellij.history.integration.ui.views.FileHistoryDialog" timestamp="1588749899998"> <screen x="0" y="23" width="1440" height="834" /> </state> <state x="100" y="123" width="1240" height="634" key="com.intellij.history.integration.ui.views.FileHistoryDialog/0.23.1440.834@0.23.1440.834" timestamp="1588749899998" /> <state x="507" y="361" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1593324701857"> <screen x="0" y="23" width="1440" height="834" /> </state> <state x="507" y="361" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.23.1440.834@0.23.1440.834" timestamp="1593324701857" /> <state x="368" y="199" width="858" height="546" key="find.popup" timestamp="1595473426844"> <screen x="0" y="23" width="1440" height="834" /> </state> <state x="368" y="199" width="858" height="546" key="find.popup/0.23.1440.834@0.23.1440.834" timestamp="1595473426844" /> <state x="385" y="181" width="670" height="676" key="search.everywhere.popup" timestamp="1594211786752"> <screen x="0" y="23" width="1440" height="834" /> </state> <state x="385" y="181" width="670" height="676" key="search.everywhere.popup/0.23.1440.834@0.23.1440.834" timestamp="1594211786752" /> </component> </project>
48.454082
190
0.655654
f44063db0fc323b1b83b1eabb6408e8e1dac652b
852
xml
XML
src/chrome/content/rules/Boerse_Frankfurt.xml
justin-/https-everywhere
9aa8487c165e62cd79e2553afa46d252aa461d0d
[ "MIT" ]
13
2016-05-06T21:50:22.000Z
2019-08-09T03:11:53.000Z
src/chrome/content/rules/Boerse_Frankfurt.xml
justin-/https-everywhere
9aa8487c165e62cd79e2553afa46d252aa461d0d
[ "MIT" ]
1
2019-07-16T12:17:53.000Z
2019-07-16T12:17:53.000Z
src/chrome/content/rules/Boerse_Frankfurt.xml
justin-/https-everywhere
9aa8487c165e62cd79e2553afa46d252aa461d0d
[ "MIT" ]
10
2016-04-30T10:23:10.000Z
2019-08-07T06:36:40.000Z
<!-- Disabled by https-everywhere-checker because: Fetch error: http://boerse-frankfurt.de/ => https://www.boerse-frankfurt.de/: Cycle detected - URL already encountered: https://www.boerse-frankfurt.de/ Fetch error: http://www.boerse-frankfurt.de/ => https://www.boerse-frankfurt.de/: Cycle detected - URL already encountered: https://www.boerse-frankfurt.de/ Börse Frankfurt / Frankfurt Stock Exchange Non-functional subdomains: - mobil.boerse-frankfurt.de --> <ruleset name="Börse Frankfurt" default_off='failed ruleset test'> <target host="boerse-frankfurt.de" /> <target host="www.boerse-frankfurt.de" /> <rule from="^http://boerse-frankfurt\.de/" to="https://www.boerse-frankfurt.de/" /> <rule from="^http://([^/:@]+)?\.boerse-frankfurt\.de/" to="https://$1.boerse-frankfurt.de/" /> </ruleset>
42.6
156
0.680751
cea0a5c972dbb4936b90b9289a27ef6a6d06e71c
919
xml
XML
pythoncode/pyamisearch/corpus/disease6/PMC7380650/sections/2_back/1_ref-list/59_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/PMC7380650/sections/2_back/1_ref-list/59_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/PMC7380650/sections/2_back/1_ref-list/59_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="pntd.0008438.ref059"> <label>59</label> <mixed-citation publication-type="journal"> <name> <surname>Marino</surname> <given-names>S</given-names> </name>, <name> <surname>Hogue</surname> <given-names>IB</given-names> </name>, <name> <surname>Ray</surname> <given-names>CJ</given-names> </name>, <name> <surname>Kirschner</surname> <given-names>DE</given-names> </name>. <article-title>A methodology for performing global uncertainty and sensitivity analysis in systems biology</article-title>. <source>Journal of Theoretical Biology</source>. <year>2008</year>; <volume>254</volume>( <issue>1</issue>): <fpage>178</fpage>– <lpage>96</lpage>. <pub-id pub-id-type="doi">10.1016/j.jtbi.2008.04.011</pub-id> <?supplied-pmid 18572196?> <pub-id pub-id-type="pmid">18572196</pub-id> </mixed-citation> </ref>
27.848485
126
0.659412
05066122af46ceaeba27c6cd71d5b7dfa35f4575
522
xml
XML
src/res/values/colors.xml
Jantje19/LinkScanner
f021c658b83e4b28bd3b1a3eb99d42dbb9f982fd
[ "MIT" ]
null
null
null
src/res/values/colors.xml
Jantje19/LinkScanner
f021c658b83e4b28bd3b1a3eb99d42dbb9f982fd
[ "MIT" ]
null
null
null
src/res/values/colors.xml
Jantje19/LinkScanner
f021c658b83e4b28bd3b1a3eb99d42dbb9f982fd
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <resources> <color name="colorPrimary">#3F51B5</color> <color name="colorPrimaryDark">#303F9F</color> <color name="colorPrimaryLight">#C5CAE9</color> <color name="colorAccent">#03a9f4</color> <color name="colorPrimaryText">#212121</color> <color name="colorSecondaryDark">#757575</color> <color name="colorPrimaryIcons">#FFFFFF</color> <color name="colorPrimaryDivider">#BDBDBD</color> <color name="black">#000000</color> </resources>
40.153846
54
0.676245
b81220be174ca07270a4963718e084705057569d
406
ui
XML
src/gtk4/applicationwindow/template/MainWindow.cmb.ui
alexandrebarbaruiva/gui-python-gtk
7b8e8ab05645271ae55e1e2165eefc9c8f5b0250
[ "MIT" ]
42
2020-05-09T16:23:23.000Z
2022-03-28T13:05:32.000Z
src/gtk4/applicationwindow/template/MainWindow.cmb.ui
alexandrebarbaruiva/gui-python-gtk
7b8e8ab05645271ae55e1e2165eefc9c8f5b0250
[ "MIT" ]
2
2020-05-27T19:23:54.000Z
2022-03-08T01:42:59.000Z
src/gtk4/applicationwindow/template/MainWindow.cmb.ui
alexandrebarbaruiva/gui-python-gtk
7b8e8ab05645271ae55e1e2165eefc9c8f5b0250
[ "MIT" ]
8
2020-05-09T16:23:28.000Z
2022-03-31T22:44:45.000Z
<?xml version='1.0' encoding='UTF-8'?> <!-- Created with Cambalache 0.7.4 --> <interface> <requires lib="gtk" version="4.0"/> <template class="MainWindow" parent="GtkApplicationWindow"> <property name="default-height">384</property> <property name="default-width">683</property> <property name="title">Python e GTK 4: PyGObject Gtk.ApplicationWindow()</property> </template> </interface>
36.909091
87
0.694581
c5f7d54545081ff2e512002616d8510071a70ddb
129,118
xml
XML
17-05-2017/Winning Chromosomes/3G X 1 COMB/10/ENTM - TD MINIMUM/10-td3g+min/chromosome/chromosome47204929.xml
Fumaloko92/MSc-Thesis
5b8c08510588233dc9b514345725d379278251ba
[ "MIT" ]
null
null
null
17-05-2017/Winning Chromosomes/3G X 1 COMB/10/ENTM - TD MINIMUM/10-td3g+min/chromosome/chromosome47204929.xml
Fumaloko92/MSc-Thesis
5b8c08510588233dc9b514345725d379278251ba
[ "MIT" ]
null
null
null
17-05-2017/Winning Chromosomes/3G X 1 COMB/10/ENTM - TD MINIMUM/10-td3g+min/chromosome/chromosome47204929.xml
Fumaloko92/MSc-Thesis
5b8c08510588233dc9b514345725d379278251ba
[ "MIT" ]
null
null
null
<chromosome id="47204929" primary-parent-id="46943199"><neuron id="46880544" type="in" activation="linear"/> <neuron id="46880545" type="in" activation="linear"/> <neuron id="46880546" type="in" activation="linear"/> <neuron id="46880547" type="in" activation="linear"/> <neuron id="46880548" type="in" activation="linear"/> <neuron id="46880549" type="in" activation="linear"/> <neuron id="46880550" type="in" activation="linear"/> <neuron id="46880551" type="in" activation="linear"/> <neuron id="46880552" type="in" activation="linear"/> <neuron id="46880553" type="in" activation="linear"/> <neuron id="46880554" type="in" activation="linear"/> <neuron id="46880555" type="in" activation="linear"/> <neuron id="46880556" type="in" activation="linear"/> <neuron id="46880557" type="in" activation="linear"/> <neuron id="46880558" type="in" activation="linear"/> <neuron id="46880559" type="in" activation="linear"/> <neuron id="46880560" type="in" activation="linear"/> <neuron id="46880561" type="in" activation="linear"/> <neuron id="46880562" type="in" activation="linear"/> <neuron id="46880563" type="in" activation="linear"/> <neuron id="46880564" type="in" activation="linear"/> <neuron id="46880565" type="in" activation="linear"/> <neuron id="46880566" type="in" activation="linear"/> <neuron id="46880567" type="in" activation="linear"/> <neuron id="46880568" type="in" activation="linear"/> <neuron id="46880569" type="in" activation="linear"/> <neuron id="46880570" type="in" activation="linear"/> <neuron id="46880571" type="in" activation="linear"/> <neuron id="46880572" type="in" activation="linear"/> <neuron id="46880573" type="in" activation="linear"/> <neuron id="46880574" type="in" activation="linear"/> <neuron id="46880575" type="in" activation="linear"/> <neuron id="46880576" type="in" activation="linear"/> <neuron id="46880577" type="in" activation="linear"/> <neuron id="46880578" type="in" activation="linear"/> <neuron id="46880579" type="in" activation="linear"/> <neuron id="46880580" type="in" activation="linear"/> <neuron id="46880581" type="in" activation="linear"/> <neuron id="46880582" type="in" activation="linear"/> <neuron id="46880583" type="in" activation="linear"/> <neuron id="46880584" type="in" activation="linear"/> <neuron id="46880585" type="in" activation="linear"/> <neuron id="46880586" type="in" activation="linear"/> <neuron id="46880587" type="in" activation="linear"/> <neuron id="46880588" type="in" activation="linear"/> <neuron id="46880589" type="in" activation="linear"/> <neuron id="46880590" type="in" activation="linear"/> <neuron id="46880591" type="in" activation="linear"/> <neuron id="46880592" type="in" activation="linear"/> <neuron id="46880593" type="in" activation="linear"/> <neuron id="46880594" type="in" activation="linear"/> <neuron id="46880595" type="in" activation="linear"/> <neuron id="46880596" type="in" activation="linear"/> <neuron id="46880597" type="in" activation="linear"/> <neuron id="46880598" type="in" activation="linear"/> <neuron id="46880599" type="in" activation="linear"/> <neuron id="46880600" type="in" activation="linear"/> <neuron id="46880601" type="in" activation="linear"/> <neuron id="46880602" type="in" activation="linear"/> <neuron id="46880603" type="in" activation="linear"/> <neuron id="46880604" type="in" activation="linear"/> <neuron id="46880605" type="in" activation="linear"/> <neuron id="46880606" type="in" activation="linear"/> <neuron id="46880607" type="in" activation="linear"/> <neuron id="46880608" type="in" activation="linear"/> <neuron id="46880609" type="in" activation="linear"/> <neuron id="46880610" type="in" activation="linear"/> <neuron id="46880611" type="in" activation="linear"/> <neuron id="46880612" type="in" activation="linear"/> <neuron id="46880613" type="in" activation="linear"/> <neuron id="46880614" type="in" activation="linear"/> <neuron id="46880615" type="in" activation="linear"/> <neuron id="46880616" type="in" activation="linear"/> <neuron id="46880617" type="in" activation="linear"/> <neuron id="46880618" type="in" activation="linear"/> <neuron id="46880619" type="in" activation="linear"/> <neuron id="46880620" type="in" activation="linear"/> <neuron id="46880621" type="in" activation="linear"/> <neuron id="46880622" type="in" activation="linear"/> <neuron id="46880623" type="in" activation="linear"/> <neuron id="46880624" type="in" activation="linear"/> <neuron id="46880625" type="in" activation="linear"/> <neuron id="46880626" type="in" activation="linear"/> <neuron id="46880627" type="out" activation="sigmoid"/> <connection id="46880629" src-id="46880545" dest-id="46880627" weight="-7.528021569975611"/> <connection id="46880630" src-id="46880546" dest-id="46880627" weight="-0.42172222834670814"/> <connection id="46880632" src-id="46880548" dest-id="46880627" weight="5.876601678965471"/> <connection id="46880633" src-id="46880549" dest-id="46880627" weight="0.2657830248109403"/> <connection id="46880634" src-id="46880550" dest-id="46880627" weight="1.342861315096115"/> <connection id="46880635" src-id="46880551" dest-id="46880627" weight="0.3211456964790963"/> <connection id="46880636" src-id="46880552" dest-id="46880627" weight="4.11653305692265"/> <connection id="46880637" src-id="46880553" dest-id="46880627" weight="1.6282801213683302"/> <connection id="46880638" src-id="46880554" dest-id="46880627" weight="-2.401831809085005"/> <connection id="46880639" src-id="46880555" dest-id="46880627" weight="-3.0570719383712843"/> <connection id="46880640" src-id="46880556" dest-id="46880627" weight="-1.115958973965245"/> <connection id="46880641" src-id="46880557" dest-id="46880627" weight="-5.351816972959243"/> <connection id="46880642" src-id="46880558" dest-id="46880627" weight="-1.175972249812745"/> <connection id="46880643" src-id="46880559" dest-id="46880627" weight="4.7100439376825545"/> <connection id="46880644" src-id="46880560" dest-id="46880627" weight="1.9271264090255835"/> <connection id="46880645" src-id="46880561" dest-id="46880627" weight="-0.36743642860061665"/> <connection id="46880646" src-id="46880562" dest-id="46880627" weight="0.01549378861077777"/> <connection id="46880647" src-id="46880563" dest-id="46880627" weight="-0.2051515232164164"/> <connection id="46880648" src-id="46880564" dest-id="46880627" weight="2.6635088180455364"/> <connection id="46880650" src-id="46880566" dest-id="46880627" weight="3.4612879262499168"/> <connection id="46880651" src-id="46880567" dest-id="46880627" weight="5.6884601535750505"/> <connection id="46880652" src-id="46880568" dest-id="46880627" weight="2.367089218911418"/> <connection id="46880653" src-id="46880569" dest-id="46880627" weight="7.294772599120358"/> <connection id="46880654" src-id="46880570" dest-id="46880627" weight="0.8660520816017643"/> <connection id="46880655" src-id="46880571" dest-id="46880627" weight="-3.776251342445306"/> <connection id="46880656" src-id="46880572" dest-id="46880627" weight="4.186296098776347"/> <connection id="46880657" src-id="46880573" dest-id="46880627" weight="10.0"/> <connection id="46880658" src-id="46880574" dest-id="46880627" weight="4.395721709892724"/> <connection id="46880659" src-id="46880575" dest-id="46880627" weight="4.229857640545708"/> <connection id="46880660" src-id="46880576" dest-id="46880627" weight="2.4810749380268775"/> <connection id="46880661" src-id="46880577" dest-id="46880627" weight="1.3725512874608363"/> <connection id="46880662" src-id="46880578" dest-id="46880627" weight="-3.934881081944111"/> <connection id="46880663" src-id="46880579" dest-id="46880627" weight="-1.2930123543694663"/> <connection id="46880664" src-id="46880580" dest-id="46880627" weight="-7.541869711173698"/> <connection id="46880665" src-id="46880581" dest-id="46880627" weight="0.17676683779011615"/> <connection id="46880666" src-id="46880582" dest-id="46880627" weight="3.034651911366442"/> <connection id="46880667" src-id="46880583" dest-id="46880627" weight="6.171622588007642"/> <connection id="46880668" src-id="46880584" dest-id="46880627" weight="5.556181334673157"/> <connection id="46880669" src-id="46880585" dest-id="46880627" weight="-9.366164589235177"/> <connection id="46880670" src-id="46880586" dest-id="46880627" weight="-3.87395591086943"/> <connection id="46880671" src-id="46880587" dest-id="46880627" weight="-7.51928050140556"/> <connection id="46880672" src-id="46880588" dest-id="46880627" weight="8.709306707059191"/> <connection id="46880673" src-id="46880589" dest-id="46880627" weight="10.0"/> <connection id="46880674" src-id="46880590" dest-id="46880627" weight="-7.572973580920804"/> <connection id="46880675" src-id="46880591" dest-id="46880627" weight="3.0641777850089817"/> <connection id="46880676" src-id="46880592" dest-id="46880627" weight="-3.0554132986219686"/> <connection id="46880677" src-id="46880593" dest-id="46880627" weight="0.825939814875376"/> <connection id="46880678" src-id="46880594" dest-id="46880627" weight="3.798739249590167"/> <connection id="46880680" src-id="46880596" dest-id="46880627" weight="1.7750557387092563"/> <connection id="46880681" src-id="46880597" dest-id="46880627" weight="-8.881853134248107"/> <connection id="46880682" src-id="46880598" dest-id="46880627" weight="-3.7733484894630607"/> <connection id="46880683" src-id="46880599" dest-id="46880627" weight="-10.0"/> <connection id="46880684" src-id="46880600" dest-id="46880627" weight="6.6859418865905065"/> <connection id="46880685" src-id="46880601" dest-id="46880627" weight="6.781445010878606"/> <connection id="46880686" src-id="46880602" dest-id="46880627" weight="-6.580395680946145"/> <connection id="46880688" src-id="46880604" dest-id="46880627" weight="-0.8067531747618808"/> <connection id="46880689" src-id="46880605" dest-id="46880627" weight="-5.685771825437172"/> <connection id="46880690" src-id="46880606" dest-id="46880627" weight="0.11028660877810204"/> <connection id="46880691" src-id="46880607" dest-id="46880627" weight="0.3916585802573894"/> <connection id="46880692" src-id="46880608" dest-id="46880627" weight="8.0869999043273"/> <connection id="46880693" src-id="46880609" dest-id="46880627" weight="2.56092716451767"/> <connection id="46880694" src-id="46880610" dest-id="46880627" weight="-2.9553222433678155"/> <connection id="46880695" src-id="46880611" dest-id="46880627" weight="6.138326108478651"/> <connection id="46880696" src-id="46880612" dest-id="46880627" weight="8.092128073064572"/> <connection id="46880697" src-id="46880613" dest-id="46880627" weight="5.430929151851864"/> <connection id="46880698" src-id="46880614" dest-id="46880627" weight="-5.812393107682801"/> <connection id="46880699" src-id="46880615" dest-id="46880627" weight="-1.80526845156706"/> <connection id="46880701" src-id="46880617" dest-id="46880627" weight="-1.9064777658253007"/> <connection id="46880702" src-id="46880618" dest-id="46880627" weight="10.0"/> <connection id="46880703" src-id="46880619" dest-id="46880627" weight="4.391024224001727"/> <connection id="46880706" src-id="46880622" dest-id="46880627" weight="5.085875455406109"/> <connection id="46880708" src-id="46880624" dest-id="46880627" weight="9.847180773212884"/> <connection id="46880709" src-id="46880625" dest-id="46880627" weight="8.098131879483374"/> <neuron id="46880711" type="out" activation="sigmoid"/> <connection id="46880713" src-id="46880545" dest-id="46880711" weight="-3.5399276900067242"/> <connection id="46880714" src-id="46880546" dest-id="46880711" weight="8.334236665136679"/> <connection id="46880715" src-id="46880547" dest-id="46880711" weight="1.130735960478009"/> <connection id="46880716" src-id="46880548" dest-id="46880711" weight="-7.366384093983159"/> <connection id="46880717" src-id="46880549" dest-id="46880711" weight="0.23707417073256115"/> <connection id="46880718" src-id="46880550" dest-id="46880711" weight="0.5861380923930759"/> <connection id="46880719" src-id="46880551" dest-id="46880711" weight="7.8514845829643924"/> <connection id="46880721" src-id="46880553" dest-id="46880711" weight="-3.2466440829877"/> <connection id="46880722" src-id="46880554" dest-id="46880711" weight="8.581699691797732"/> <connection id="46880723" src-id="46880555" dest-id="46880711" weight="1.1086952017445415"/> <connection id="46880724" src-id="46880556" dest-id="46880711" weight="-1.1734375608742296"/> <connection id="46880725" src-id="46880557" dest-id="46880711" weight="4.692452638867836"/> <connection id="46880726" src-id="46880558" dest-id="46880711" weight="2.9045123097562042"/> <connection id="46880727" src-id="46880559" dest-id="46880711" weight="-7.878659555070641"/> <connection id="46880729" src-id="46880561" dest-id="46880711" weight="3.0163803600118553"/> <connection id="46880730" src-id="46880562" dest-id="46880711" weight="7.703916479775149"/> <connection id="46880732" src-id="46880564" dest-id="46880711" weight="-2.3136459825606694"/> <connection id="46880733" src-id="46880565" dest-id="46880711" weight="1.9145245303421279"/> <connection id="46880734" src-id="46880566" dest-id="46880711" weight="-6.01370589930056"/> <connection id="46880736" src-id="46880568" dest-id="46880711" weight="5.912667084645635"/> <connection id="46880737" src-id="46880569" dest-id="46880711" weight="-5.659320511272641"/> <connection id="46880738" src-id="46880570" dest-id="46880711" weight="-4.721284452241264"/> <connection id="46880739" src-id="46880571" dest-id="46880711" weight="1.3807596895466006"/> <connection id="46880740" src-id="46880572" dest-id="46880711" weight="0.3032465559743507"/> <connection id="46880741" src-id="46880573" dest-id="46880711" weight="1.7788398317783356"/> <connection id="46880742" src-id="46880574" dest-id="46880711" weight="4.919295225642707"/> <connection id="46880743" src-id="46880575" dest-id="46880711" weight="4.295910996706433"/> <connection id="46880744" src-id="46880576" dest-id="46880711" weight="7.513913835521321"/> <connection id="46880745" src-id="46880577" dest-id="46880711" weight="-7.488867189890097"/> <connection id="46880746" src-id="46880578" dest-id="46880711" weight="3.6354571453881386"/> <connection id="46880747" src-id="46880579" dest-id="46880711" weight="5.92402461446089"/> <connection id="46880748" src-id="46880580" dest-id="46880711" weight="-2.8855619235776286"/> <connection id="46880749" src-id="46880581" dest-id="46880711" weight="10.0"/> <connection id="46880750" src-id="46880582" dest-id="46880711" weight="-10.0"/> <connection id="46880751" src-id="46880583" dest-id="46880711" weight="7.439501895298269"/> <connection id="46880752" src-id="46880584" dest-id="46880711" weight="1.494341040650532"/> <connection id="46880753" src-id="46880585" dest-id="46880711" weight="-7.2656773618187405"/> <connection id="46880754" src-id="46880586" dest-id="46880711" weight="-7.840064795202171"/> <connection id="46880755" src-id="46880587" dest-id="46880711" weight="-8.791027625140737"/> <connection id="46880756" src-id="46880588" dest-id="46880711" weight="-2.5358623361610366"/> <connection id="46880757" src-id="46880589" dest-id="46880711" weight="0.4126631681912025"/> <connection id="46880758" src-id="46880590" dest-id="46880711" weight="1.5146082814987305"/> <connection id="46880759" src-id="46880591" dest-id="46880711" weight="-1.0903763126489991"/> <connection id="46880761" src-id="46880593" dest-id="46880711" weight="-9.091155132690828"/> <connection id="46880762" src-id="46880594" dest-id="46880711" weight="-2.8243408747016985"/> <connection id="46880763" src-id="46880595" dest-id="46880711" weight="-7.445769411724636"/> <connection id="46880765" src-id="46880597" dest-id="46880711" weight="6.228595696338795"/> <connection id="46880766" src-id="46880598" dest-id="46880711" weight="-1.071135579128632"/> <connection id="46880767" src-id="46880599" dest-id="46880711" weight="-4.426476003269348"/> <connection id="46880768" src-id="46880600" dest-id="46880711" weight="-1.043717765110296"/> <connection id="46880769" src-id="46880601" dest-id="46880711" weight="9.251220512702732"/> <connection id="46880770" src-id="46880602" dest-id="46880711" weight="2.913334772090037"/> <connection id="46880771" src-id="46880603" dest-id="46880711" weight="-10.0"/> <connection id="46880772" src-id="46880604" dest-id="46880711" weight="-0.9677765918062171"/> <connection id="46880773" src-id="46880605" dest-id="46880711" weight="-5.516279790006824"/> <connection id="46880774" src-id="46880606" dest-id="46880711" weight="-6.512363508327473"/> <connection id="46880775" src-id="46880607" dest-id="46880711" weight="3.9472520401095323"/> <connection id="46880776" src-id="46880608" dest-id="46880711" weight="-0.9938612291682511"/> <connection id="46880777" src-id="46880609" dest-id="46880711" weight="-0.8435282118086167"/> <connection id="46880778" src-id="46880610" dest-id="46880711" weight="1.112659829329602"/> <connection id="46880779" src-id="46880611" dest-id="46880711" weight="-2.5134439033537586"/> <connection id="46880780" src-id="46880612" dest-id="46880711" weight="3.904573602455316"/> <connection id="46880783" src-id="46880615" dest-id="46880711" weight="-0.7445172582982039"/> <connection id="46880784" src-id="46880616" dest-id="46880711" weight="-8.352333865441771"/> <connection id="46880785" src-id="46880617" dest-id="46880711" weight="-1.8215188719679778"/> <connection id="46880786" src-id="46880618" dest-id="46880711" weight="1.8203002856386552"/> <connection id="46880787" src-id="46880619" dest-id="46880711" weight="-0.5135898736336275"/> <connection id="46880788" src-id="46880620" dest-id="46880711" weight="-9.625626264589295"/> <connection id="46880789" src-id="46880621" dest-id="46880711" weight="0.8545976735793128"/> <connection id="46880790" src-id="46880622" dest-id="46880711" weight="0.4016213055959468"/> <connection id="46880791" src-id="46880623" dest-id="46880711" weight="-2.653436678088628"/> <connection id="46880792" src-id="46880624" dest-id="46880711" weight="9.082765592994422"/> <connection id="46880793" src-id="46880625" dest-id="46880711" weight="-2.809926042066466"/> <connection id="46880794" src-id="46880626" dest-id="46880711" weight="3.9254000126100292"/> <neuron id="46880795" type="out" activation="sigmoid"/> <connection id="46880796" src-id="46880544" dest-id="46880795" weight="4.786163071739836"/> <connection id="46880797" src-id="46880545" dest-id="46880795" weight="-1.482094933675286"/> <connection id="46880798" src-id="46880546" dest-id="46880795" weight="4.025772622359637"/> <connection id="46880799" src-id="46880547" dest-id="46880795" weight="-5.60164728194857"/> <connection id="46880804" src-id="46880552" dest-id="46880795" weight="-3.290857896379893"/> <connection id="46880806" src-id="46880554" dest-id="46880795" weight="8.734945361038275"/> <connection id="46880807" src-id="46880555" dest-id="46880795" weight="-6.82585757296719"/> <connection id="46880809" src-id="46880557" dest-id="46880795" weight="1.6066585077513467"/> <connection id="46880810" src-id="46880558" dest-id="46880795" weight="-7.084583445018987"/> <connection id="46880812" src-id="46880560" dest-id="46880795" weight="1.9363385063822873"/> <connection id="46880813" src-id="46880561" dest-id="46880795" weight="7.955164234026919"/> <connection id="46880814" src-id="46880562" dest-id="46880795" weight="3.2725650646370705"/> <connection id="46880815" src-id="46880563" dest-id="46880795" weight="2.729744485427525"/> <connection id="46880816" src-id="46880564" dest-id="46880795" weight="-3.5903255125109323"/> <connection id="46880817" src-id="46880565" dest-id="46880795" weight="9.727740278210556"/> <connection id="46880820" src-id="46880568" dest-id="46880795" weight="5.746760538257137"/> <connection id="46880821" src-id="46880569" dest-id="46880795" weight="8.706503235943678"/> <connection id="46880822" src-id="46880570" dest-id="46880795" weight="3.04364736655946"/> <connection id="46880823" src-id="46880571" dest-id="46880795" weight="-1.8692666598081935"/> <connection id="46880824" src-id="46880572" dest-id="46880795" weight="-2.285786507200113"/> <connection id="46880825" src-id="46880573" dest-id="46880795" weight="-1.9155456261574169"/> <connection id="46880826" src-id="46880574" dest-id="46880795" weight="8.36223931468384"/> <connection id="46880827" src-id="46880575" dest-id="46880795" weight="7.027226645819418"/> <connection id="46880828" src-id="46880576" dest-id="46880795" weight="-4.579698760547672"/> <connection id="46880829" src-id="46880577" dest-id="46880795" weight="-3.568355703207595"/> <connection id="46880830" src-id="46880578" dest-id="46880795" weight="4.457384981192185"/> <connection id="46880831" src-id="46880579" dest-id="46880795" weight="4.107083342424593"/> <connection id="46880832" src-id="46880580" dest-id="46880795" weight="7.729392448572006"/> <connection id="46880833" src-id="46880581" dest-id="46880795" weight="-3.0700820171759777"/> <connection id="46880834" src-id="46880582" dest-id="46880795" weight="-7.054622777111842"/> <connection id="46880835" src-id="46880583" dest-id="46880795" weight="5.711455352827869"/> <connection id="46880836" src-id="46880584" dest-id="46880795" weight="-3.7096087302129526"/> <connection id="46880837" src-id="46880585" dest-id="46880795" weight="-4.142976154222304"/> <connection id="46880838" src-id="46880586" dest-id="46880795" weight="-4.26912079662284"/> <connection id="46880839" src-id="46880587" dest-id="46880795" weight="-6.837185217119137"/> <connection id="46880841" src-id="46880589" dest-id="46880795" weight="-0.6193838853232299"/> <connection id="46880842" src-id="46880590" dest-id="46880795" weight="4.495390764865627"/> <connection id="46880844" src-id="46880592" dest-id="46880795" weight="3.423079903013579"/> <connection id="46880845" src-id="46880593" dest-id="46880795" weight="-0.738877316445245"/> <connection id="46880846" src-id="46880594" dest-id="46880795" weight="5.085779155749172"/> <connection id="46880847" src-id="46880595" dest-id="46880795" weight="2.2419514414058184"/> <connection id="46880848" src-id="46880596" dest-id="46880795" weight="-3.274263487315103"/> <connection id="46880849" src-id="46880597" dest-id="46880795" weight="-4.281256608050668"/> <connection id="46880850" src-id="46880598" dest-id="46880795" weight="-7.151135994180612"/> <connection id="46880851" src-id="46880599" dest-id="46880795" weight="-1.1517825385143963"/> <connection id="46880852" src-id="46880600" dest-id="46880795" weight="0.35270868782016085"/> <connection id="46880853" src-id="46880601" dest-id="46880795" weight="-6.744778616302571"/> <connection id="46880854" src-id="46880602" dest-id="46880795" weight="3.56747707906271"/> <connection id="46880855" src-id="46880603" dest-id="46880795" weight="-0.5021043869291316"/> <connection id="46880856" src-id="46880604" dest-id="46880795" weight="10.0"/> <connection id="46880857" src-id="46880605" dest-id="46880795" weight="-2.7983604867225527"/> <connection id="46880858" src-id="46880606" dest-id="46880795" weight="10.0"/> <connection id="46880859" src-id="46880607" dest-id="46880795" weight="6.867944870657668"/> <connection id="46880860" src-id="46880608" dest-id="46880795" weight="-7.543402149661516"/> <connection id="46880861" src-id="46880609" dest-id="46880795" weight="-4.3032625471883925"/> <connection id="46880862" src-id="46880610" dest-id="46880795" weight="0.9114667786258988"/> <connection id="46880863" src-id="46880611" dest-id="46880795" weight="-0.49655079751077036"/> <connection id="46880864" src-id="46880612" dest-id="46880795" weight="-2.337748459902053"/> <connection id="46880865" src-id="46880613" dest-id="46880795" weight="-3.5152673514536876"/> <connection id="46880866" src-id="46880614" dest-id="46880795" weight="-5.229585875424687"/> <connection id="46880867" src-id="46880615" dest-id="46880795" weight="2.9416695688193744"/> <connection id="46880868" src-id="46880616" dest-id="46880795" weight="0.5844407299474863"/> <connection id="46880869" src-id="46880617" dest-id="46880795" weight="-7.804187922577997"/> <connection id="46880870" src-id="46880618" dest-id="46880795" weight="-7.5290152202863885"/> <connection id="46880872" src-id="46880620" dest-id="46880795" weight="3.947209011046638"/> <connection id="46880873" src-id="46880621" dest-id="46880795" weight="6.27267854102667"/> <connection id="46880874" src-id="46880622" dest-id="46880795" weight="6.600948791987278"/> <connection id="46880875" src-id="46880623" dest-id="46880795" weight="2.5312592041542246"/> <connection id="46880876" src-id="46880624" dest-id="46880795" weight="1.5198880232090821"/> <connection id="46880877" src-id="46880625" dest-id="46880795" weight="-9.253168901977782"/> <connection id="46880878" src-id="46880626" dest-id="46880795" weight="3.102088172687062"/> <neuron id="46880879" type="out" activation="sigmoid"/> <connection id="46880880" src-id="46880544" dest-id="46880879" weight="4.903517540962704"/> <connection id="46880881" src-id="46880545" dest-id="46880879" weight="-3.586906143869692"/> <connection id="46880882" src-id="46880546" dest-id="46880879" weight="9.807403221250834"/> <connection id="46880883" src-id="46880547" dest-id="46880879" weight="8.275049693820199"/> <connection id="46880884" src-id="46880548" dest-id="46880879" weight="-1.514635310707099"/> <connection id="46880885" src-id="46880549" dest-id="46880879" weight="10.0"/> <connection id="46880886" src-id="46880550" dest-id="46880879" weight="-10.0"/> <connection id="46880887" src-id="46880551" dest-id="46880879" weight="1.662904207506565"/> <connection id="46880888" src-id="46880552" dest-id="46880879" weight="0.12106578950067903"/> <connection id="46880890" src-id="46880554" dest-id="46880879" weight="5.127634959354129"/> <connection id="46880891" src-id="46880555" dest-id="46880879" weight="-0.5361661149060843"/> <connection id="46880892" src-id="46880556" dest-id="46880879" weight="1.3945781673489495"/> <connection id="46880893" src-id="46880557" dest-id="46880879" weight="-1.8868523238666264"/> <connection id="46880894" src-id="46880558" dest-id="46880879" weight="4.076920273864908"/> <connection id="46880895" src-id="46880559" dest-id="46880879" weight="2.559865511743926"/> <connection id="46880896" src-id="46880560" dest-id="46880879" weight="-3.066480831864415"/> <connection id="46880897" src-id="46880561" dest-id="46880879" weight="1.8861833371497787"/> <connection id="46880898" src-id="46880562" dest-id="46880879" weight="6.203091225012138"/> <connection id="46880899" src-id="46880563" dest-id="46880879" weight="5.592167633080681"/> <connection id="46880900" src-id="46880564" dest-id="46880879" weight="-9.584152415534623"/> <connection id="46880901" src-id="46880565" dest-id="46880879" weight="1.8763492309107839"/> <connection id="46880902" src-id="46880566" dest-id="46880879" weight="1.3420232907553107"/> <connection id="46880903" src-id="46880567" dest-id="46880879" weight="-10.0"/> <connection id="46880905" src-id="46880569" dest-id="46880879" weight="-9.055376811143281"/> <connection id="46880907" src-id="46880571" dest-id="46880879" weight="1.2993643408180253"/> <connection id="46880908" src-id="46880572" dest-id="46880879" weight="4.51897891836184"/> <connection id="46880910" src-id="46880574" dest-id="46880879" weight="6.417930240594473"/> <connection id="46880911" src-id="46880575" dest-id="46880879" weight="5.656066971418573"/> <connection id="46880912" src-id="46880576" dest-id="46880879" weight="4.908328123365863"/> <connection id="46880913" src-id="46880577" dest-id="46880879" weight="-0.28253793806830674"/> <connection id="46880914" src-id="46880578" dest-id="46880879" weight="-1.489592500013777"/> <connection id="46880915" src-id="46880579" dest-id="46880879" weight="0.059884047701968424"/> <connection id="46880916" src-id="46880580" dest-id="46880879" weight="-6.542540909023085"/> <connection id="46880917" src-id="46880581" dest-id="46880879" weight="5.755043976928552"/> <connection id="46880918" src-id="46880582" dest-id="46880879" weight="6.7109899039506145"/> <connection id="46880919" src-id="46880583" dest-id="46880879" weight="5.241988211651773"/> <connection id="46880920" src-id="46880584" dest-id="46880879" weight="2.4706690544984027"/> <connection id="46880921" src-id="46880585" dest-id="46880879" weight="1.5353842552057375"/> <connection id="46880922" src-id="46880586" dest-id="46880879" weight="1.6678932339916042"/> <connection id="46880923" src-id="46880587" dest-id="46880879" weight="1.6241700905870986"/> <connection id="46880925" src-id="46880589" dest-id="46880879" weight="-2.2766974058713245"/> <connection id="46880926" src-id="46880590" dest-id="46880879" weight="0.5021112606453058"/> <connection id="46880927" src-id="46880591" dest-id="46880879" weight="-3.32921966057427"/> <connection id="46880928" src-id="46880592" dest-id="46880879" weight="-4.288489405624438"/> <connection id="46880929" src-id="46880593" dest-id="46880879" weight="0.03572880480515506"/> <connection id="46880930" src-id="46880594" dest-id="46880879" weight="10.0"/> <connection id="46880931" src-id="46880595" dest-id="46880879" weight="9.221768411213235"/> <connection id="46880932" src-id="46880596" dest-id="46880879" weight="0.6045169993636189"/> <connection id="46880933" src-id="46880597" dest-id="46880879" weight="-2.100294850521329"/> <connection id="46880934" src-id="46880598" dest-id="46880879" weight="-0.5667170416556333"/> <connection id="46880935" src-id="46880599" dest-id="46880879" weight="-7.371971467259147"/> <connection id="46880936" src-id="46880600" dest-id="46880879" weight="2.0779323618630836"/> <connection id="46880937" src-id="46880601" dest-id="46880879" weight="4.96845188127649"/> <connection id="46880938" src-id="46880602" dest-id="46880879" weight="6.033697940635396"/> <connection id="46880939" src-id="46880603" dest-id="46880879" weight="-7.75579505465274"/> <connection id="46880940" src-id="46880604" dest-id="46880879" weight="5.0091885214690555"/> <connection id="46880941" src-id="46880605" dest-id="46880879" weight="2.0928991724897186"/> <connection id="46880942" src-id="46880606" dest-id="46880879" weight="1.9627324094565028"/> <connection id="46880943" src-id="46880607" dest-id="46880879" weight="-1.4722867179101264"/> <connection id="46880944" src-id="46880608" dest-id="46880879" weight="-6.596226621192699"/> <connection id="46880945" src-id="46880609" dest-id="46880879" weight="-3.522430575650122"/> <connection id="46880946" src-id="46880610" dest-id="46880879" weight="4.60897344660337"/> <connection id="46880947" src-id="46880611" dest-id="46880879" weight="5.0297328043543885"/> <connection id="46880948" src-id="46880612" dest-id="46880879" weight="10.0"/> <connection id="46880949" src-id="46880613" dest-id="46880879" weight="8.264014038259141"/> <connection id="46880950" src-id="46880614" dest-id="46880879" weight="-3.844470100626421"/> <connection id="46880951" src-id="46880615" dest-id="46880879" weight="-9.429023407835698"/> <connection id="46880952" src-id="46880616" dest-id="46880879" weight="-8.80948680564103"/> <connection id="46880953" src-id="46880617" dest-id="46880879" weight="0.6715109018616563"/> <connection id="46880954" src-id="46880618" dest-id="46880879" weight="1.3417925763205933"/> <connection id="46880955" src-id="46880619" dest-id="46880879" weight="-2.6444735001011654"/> <connection id="46880956" src-id="46880620" dest-id="46880879" weight="-5.325964552726942"/> <connection id="46880957" src-id="46880621" dest-id="46880879" weight="6.702696525486096"/> <connection id="46880958" src-id="46880622" dest-id="46880879" weight="5.2803734568660765"/> <connection id="46880959" src-id="46880623" dest-id="46880879" weight="-0.9065463168661879"/> <connection id="46880960" src-id="46880624" dest-id="46880879" weight="10.0"/> <connection id="46880961" src-id="46880625" dest-id="46880879" weight="-3.3860774191255585"/> <connection id="46880962" src-id="46880626" dest-id="46880879" weight="-2.228925729904021"/> <neuron id="46880963" type="out" activation="sigmoid"/> <connection id="46880965" src-id="46880545" dest-id="46880963" weight="-3.8301305877701592"/> <connection id="46880966" src-id="46880546" dest-id="46880963" weight="1.6592612098683168"/> <connection id="46880967" src-id="46880547" dest-id="46880963" weight="-0.2231733493993069"/> <connection id="46880968" src-id="46880548" dest-id="46880963" weight="-9.34329639460942"/> <connection id="46880970" src-id="46880550" dest-id="46880963" weight="-4.297814931332786"/> <connection id="46880971" src-id="46880551" dest-id="46880963" weight="-4.445888486533882"/> <connection id="46880972" src-id="46880552" dest-id="46880963" weight="-9.609289098820659"/> <connection id="46880973" src-id="46880553" dest-id="46880963" weight="3.0072543605495525"/> <connection id="46880974" src-id="46880554" dest-id="46880963" weight="-2.556314947346451"/> <connection id="46880975" src-id="46880555" dest-id="46880963" weight="-3.193489899686943"/> <connection id="46880976" src-id="46880556" dest-id="46880963" weight="-4.704426662575906"/> <connection id="46880977" src-id="46880557" dest-id="46880963" weight="3.1917372356041516"/> <connection id="46880978" src-id="46880558" dest-id="46880963" weight="0.6963922238359785"/> <connection id="46880979" src-id="46880559" dest-id="46880963" weight="-2.876158442084899"/> <connection id="46880980" src-id="46880560" dest-id="46880963" weight="2.371721535922127"/> <connection id="46880983" src-id="46880563" dest-id="46880963" weight="-8.043077910887254"/> <connection id="46880984" src-id="46880564" dest-id="46880963" weight="-1.8220081742010932"/> <connection id="46880986" src-id="46880566" dest-id="46880963" weight="5.072705140743473"/> <connection id="46880987" src-id="46880567" dest-id="46880963" weight="6.837897339416198"/> <connection id="46880988" src-id="46880568" dest-id="46880963" weight="-8.996254970924912"/> <connection id="46880989" src-id="46880569" dest-id="46880963" weight="-1.836835766244781"/> <connection id="46880990" src-id="46880570" dest-id="46880963" weight="7.420981449149144"/> <connection id="46880991" src-id="46880571" dest-id="46880963" weight="-2.9752372495492216"/> <connection id="46880993" src-id="46880573" dest-id="46880963" weight="-6.554820001676106"/> <connection id="46880994" src-id="46880574" dest-id="46880963" weight="-4.98849444130536"/> <connection id="46880995" src-id="46880575" dest-id="46880963" weight="-4.101534910700666"/> <connection id="46880996" src-id="46880576" dest-id="46880963" weight="4.714839834160273"/> <connection id="46880997" src-id="46880577" dest-id="46880963" weight="3.272313908150916"/> <connection id="46880998" src-id="46880578" dest-id="46880963" weight="-2.600966557771859"/> <connection id="46880999" src-id="46880579" dest-id="46880963" weight="2.2642466213649115"/> <connection id="46881000" src-id="46880580" dest-id="46880963" weight="-10.0"/> <connection id="46881001" src-id="46880581" dest-id="46880963" weight="-10.0"/> <connection id="46881002" src-id="46880582" dest-id="46880963" weight="0.7350036229029074"/> <connection id="46881003" src-id="46880583" dest-id="46880963" weight="-7.040266622049329"/> <connection id="46881004" src-id="46880584" dest-id="46880963" weight="4.794936468576242"/> <connection id="46881005" src-id="46880585" dest-id="46880963" weight="2.735651917028259"/> <connection id="46881006" src-id="46880586" dest-id="46880963" weight="1.32748595033807"/> <connection id="46881007" src-id="46880587" dest-id="46880963" weight="-3.826868371951755"/> <connection id="46881008" src-id="46880588" dest-id="46880963" weight="-7.066120614367044"/> <connection id="46881009" src-id="46880589" dest-id="46880963" weight="-5.464042172684985"/> <connection id="46881010" src-id="46880590" dest-id="46880963" weight="2.073781677956159"/> <connection id="46881011" src-id="46880591" dest-id="46880963" weight="-1.3101384702415135"/> <connection id="46881012" src-id="46880592" dest-id="46880963" weight="-2.9785928676028086"/> <connection id="46881013" src-id="46880593" dest-id="46880963" weight="5.387940546704683"/> <connection id="46881015" src-id="46880595" dest-id="46880963" weight="-10.0"/> <connection id="46881016" src-id="46880596" dest-id="46880963" weight="-9.7522302158661"/> <connection id="46881017" src-id="46880597" dest-id="46880963" weight="1.8798394060054553"/> <connection id="46881018" src-id="46880598" dest-id="46880963" weight="-4.457416098397043"/> <connection id="46881019" src-id="46880599" dest-id="46880963" weight="1.6198183208727068"/> <connection id="46881021" src-id="46880601" dest-id="46880963" weight="8.067738392847515"/> <connection id="46881023" src-id="46880603" dest-id="46880963" weight="-1.2057162430294226"/> <connection id="46881024" src-id="46880604" dest-id="46880963" weight="4.261242834047698"/> <connection id="46881025" src-id="46880605" dest-id="46880963" weight="7.558960088939594"/> <connection id="46881026" src-id="46880606" dest-id="46880963" weight="-6.426071005487923"/> <connection id="46881027" src-id="46880607" dest-id="46880963" weight="9.182771650155743"/> <connection id="46881028" src-id="46880608" dest-id="46880963" weight="7.108416041973262"/> <connection id="46881029" src-id="46880609" dest-id="46880963" weight="-1.0767003175105532"/> <connection id="46881030" src-id="46880610" dest-id="46880963" weight="5.067305568643775"/> <connection id="46881032" src-id="46880612" dest-id="46880963" weight="2.9976262803293054"/> <connection id="46881034" src-id="46880614" dest-id="46880963" weight="0.860447020389479"/> <connection id="46881036" src-id="46880616" dest-id="46880963" weight="2.9776703941257257"/> <connection id="46881037" src-id="46880617" dest-id="46880963" weight="1.282103117082079"/> <connection id="46881038" src-id="46880618" dest-id="46880963" weight="0.1455106277152955"/> <connection id="46881039" src-id="46880619" dest-id="46880963" weight="-1.9846627141941182"/> <connection id="46881040" src-id="46880620" dest-id="46880963" weight="-8.018226245817672"/> <connection id="46881041" src-id="46880621" dest-id="46880963" weight="3.254961571810129"/> <connection id="46881043" src-id="46880623" dest-id="46880963" weight="2.105479438871561"/> <connection id="46881044" src-id="46880624" dest-id="46880963" weight="0.04782795697564712"/> <connection id="46881045" src-id="46880625" dest-id="46880963" weight="-2.8186196994186865"/> <connection id="46881046" src-id="46880626" dest-id="46880963" weight="3.7748417195617203"/> <neuron id="46881047" type="out" activation="sigmoid"/> <connection id="46881049" src-id="46880545" dest-id="46881047" weight="-0.7365824302432435"/> <connection id="46881050" src-id="46880546" dest-id="46881047" weight="10.0"/> <connection id="46881051" src-id="46880547" dest-id="46881047" weight="8.768136700935251"/> <connection id="46881052" src-id="46880548" dest-id="46881047" weight="-3.825450245110736"/> <connection id="46881053" src-id="46880549" dest-id="46881047" weight="7.708912033820265"/> <connection id="46881056" src-id="46880552" dest-id="46881047" weight="2.1245320159738252"/> <connection id="46881057" src-id="46880553" dest-id="46881047" weight="-3.1938961213654826"/> <connection id="46881058" src-id="46880554" dest-id="46881047" weight="-3.612379081769526"/> <connection id="46881059" src-id="46880555" dest-id="46881047" weight="-0.40934608555462715"/> <connection id="46881060" src-id="46880556" dest-id="46881047" weight="-3.13339219163666"/> <connection id="46881062" src-id="46880558" dest-id="46881047" weight="0.28723563335283897"/> <connection id="46881063" src-id="46880559" dest-id="46881047" weight="-2.5851526980273625"/> <connection id="46881064" src-id="46880560" dest-id="46881047" weight="-9.802498211527599"/> <connection id="46881066" src-id="46880562" dest-id="46881047" weight="-2.4743252038513797"/> <connection id="46881067" src-id="46880563" dest-id="46881047" weight="2.734760333724096"/> <connection id="46881069" src-id="46880565" dest-id="46881047" weight="8.64924938404155"/> <connection id="46881070" src-id="46880566" dest-id="46881047" weight="1.9858468969094165"/> <connection id="46881071" src-id="46880567" dest-id="46881047" weight="0.5862246418185639"/> <connection id="46881072" src-id="46880568" dest-id="46881047" weight="6.017074983622566"/> <connection id="46881073" src-id="46880569" dest-id="46881047" weight="-2.68039301070808"/> <connection id="46881076" src-id="46880572" dest-id="46881047" weight="-3.7316462224623472"/> <connection id="46881077" src-id="46880573" dest-id="46881047" weight="4.2215601388251915"/> <connection id="46881078" src-id="46880574" dest-id="46881047" weight="2.5114070437116496"/> <connection id="46881080" src-id="46880576" dest-id="46881047" weight="-1.1046873293695987"/> <connection id="46881082" src-id="46880578" dest-id="46881047" weight="-2.447942950286409"/> <connection id="46881083" src-id="46880579" dest-id="46881047" weight="4.291798171685291"/> <connection id="46881084" src-id="46880580" dest-id="46881047" weight="1.654734692646695"/> <connection id="46881085" src-id="46880581" dest-id="46881047" weight="-0.24914336411957616"/> <connection id="46881086" src-id="46880582" dest-id="46881047" weight="-10.0"/> <connection id="46881087" src-id="46880583" dest-id="46881047" weight="-3.095242349080624"/> <connection id="46881088" src-id="46880584" dest-id="46881047" weight="7.134893420623653"/> <connection id="46881089" src-id="46880585" dest-id="46881047" weight="-10.0"/> <connection id="46881092" src-id="46880588" dest-id="46881047" weight="9.259818602790965"/> <connection id="46881093" src-id="46880589" dest-id="46881047" weight="3.6954428460808137"/> <connection id="46881094" src-id="46880590" dest-id="46881047" weight="-4.8320596722681035"/> <connection id="46881096" src-id="46880592" dest-id="46881047" weight="5.281223831795167"/> <connection id="46881097" src-id="46880593" dest-id="46881047" weight="3.57273301636097"/> <connection id="46881098" src-id="46880594" dest-id="46881047" weight="-0.5756673883235887"/> <connection id="46881099" src-id="46880595" dest-id="46881047" weight="-6.382298252801509"/> <connection id="46881100" src-id="46880596" dest-id="46881047" weight="-3.148729347894484"/> <connection id="46881101" src-id="46880597" dest-id="46881047" weight="1.1416101847084057"/> <connection id="46881102" src-id="46880598" dest-id="46881047" weight="-1.4048373824219476"/> <connection id="46881103" src-id="46880599" dest-id="46881047" weight="-1.291309290185843"/> <connection id="46881104" src-id="46880600" dest-id="46881047" weight="2.888235286570292"/> <connection id="46881105" src-id="46880601" dest-id="46881047" weight="0.5029529777732804"/> <connection id="46881106" src-id="46880602" dest-id="46881047" weight="2.280492048543311"/> <connection id="46881107" src-id="46880603" dest-id="46881047" weight="0.9670494409736228"/> <connection id="46881109" src-id="46880605" dest-id="46881047" weight="-0.9913155709566781"/> <connection id="46881111" src-id="46880607" dest-id="46881047" weight="-3.4116973010067033"/> <connection id="46881112" src-id="46880608" dest-id="46881047" weight="4.106846507965157"/> <connection id="46881113" src-id="46880609" dest-id="46881047" weight="5.305070607981138"/> <connection id="46881114" src-id="46880610" dest-id="46881047" weight="5.139890125041841"/> <connection id="46881115" src-id="46880611" dest-id="46881047" weight="-2.0908021264617433"/> <connection id="46881117" src-id="46880613" dest-id="46881047" weight="5.617224758092612"/> <connection id="46881118" src-id="46880614" dest-id="46881047" weight="-10.0"/> <connection id="46881119" src-id="46880615" dest-id="46881047" weight="-5.7659740576945895"/> <connection id="46881120" src-id="46880616" dest-id="46881047" weight="3.7802992289141892"/> <connection id="46881121" src-id="46880617" dest-id="46881047" weight="-5.87907023138382"/> <connection id="46881122" src-id="46880618" dest-id="46881047" weight="-7.343638618465814"/> <connection id="46881123" src-id="46880619" dest-id="46881047" weight="3.2566452805349453"/> <connection id="46881124" src-id="46880620" dest-id="46881047" weight="10.0"/> <connection id="46881125" src-id="46880621" dest-id="46881047" weight="-7.084490421357717"/> <connection id="46881126" src-id="46880622" dest-id="46881047" weight="-0.48846372803036653"/> <connection id="46881127" src-id="46880623" dest-id="46881047" weight="-3.7044620360716003"/> <connection id="46881128" src-id="46880624" dest-id="46881047" weight="-7.169068603098683"/> <connection id="46881130" src-id="46880626" dest-id="46881047" weight="-1.5876376673342374"/> <neuron id="46881131" type="out" activation="sigmoid"/> <connection id="46881132" src-id="46880544" dest-id="46881131" weight="-1.4460980204550755"/> <connection id="46881133" src-id="46880545" dest-id="46881131" weight="-1.4238174226352687"/> <connection id="46881134" src-id="46880546" dest-id="46881131" weight="-1.1481428779950669"/> <connection id="46881135" src-id="46880547" dest-id="46881131" weight="-2.4268399879654545"/> <connection id="46881136" src-id="46880548" dest-id="46881131" weight="-1.9167869062107932"/> <connection id="46881137" src-id="46880549" dest-id="46881131" weight="-5.089034271996034"/> <connection id="46881138" src-id="46880550" dest-id="46881131" weight="-3.2133940284455242"/> <connection id="46881141" src-id="46880553" dest-id="46881131" weight="-5.909007489856769"/> <connection id="46881143" src-id="46880555" dest-id="46881131" weight="-1.7281016684078048"/> <connection id="46881145" src-id="46880557" dest-id="46881131" weight="10.0"/> <connection id="46881146" src-id="46880558" dest-id="46881131" weight="3.493338631051374"/> <connection id="46881147" src-id="46880559" dest-id="46881131" weight="6.992412770514447"/> <connection id="46881148" src-id="46880560" dest-id="46881131" weight="-7.545172740803721"/> <connection id="46881153" src-id="46880565" dest-id="46881131" weight="-8.93091209875014"/> <connection id="46881154" src-id="46880566" dest-id="46881131" weight="6.392861705629657"/> <connection id="46881155" src-id="46880567" dest-id="46881131" weight="-3.833884568438325"/> <connection id="46881156" src-id="46880568" dest-id="46881131" weight="-0.580117836984543"/> <connection id="46881157" src-id="46880569" dest-id="46881131" weight="1.4684840325672046"/> <connection id="46881158" src-id="46880570" dest-id="46881131" weight="-8.682222028305144"/> <connection id="46881159" src-id="46880571" dest-id="46881131" weight="4.44167837982693"/> <connection id="46881160" src-id="46880572" dest-id="46881131" weight="0.210300405917057"/> <connection id="46881161" src-id="46880573" dest-id="46881131" weight="3.6018087926190594"/> <connection id="46881162" src-id="46880574" dest-id="46881131" weight="2.658930233020084"/> <connection id="46881163" src-id="46880575" dest-id="46881131" weight="-2.8122018142180716"/> <connection id="46881164" src-id="46880576" dest-id="46881131" weight="6.517449943958436"/> <connection id="46881165" src-id="46880577" dest-id="46881131" weight="-5.191710165869388"/> <connection id="46881166" src-id="46880578" dest-id="46881131" weight="-3.347066124092755"/> <connection id="46881167" src-id="46880579" dest-id="46881131" weight="3.870190400399863"/> <connection id="46881169" src-id="46880581" dest-id="46881131" weight="9.606137805732864"/> <connection id="46881170" src-id="46880582" dest-id="46881131" weight="-6.545445255994462"/> <connection id="46881171" src-id="46880583" dest-id="46881131" weight="-0.2958007118530329"/> <connection id="46881172" src-id="46880584" dest-id="46881131" weight="-2.6413341395089622"/> <connection id="46881173" src-id="46880585" dest-id="46881131" weight="-5.101230498592495"/> <connection id="46881174" src-id="46880586" dest-id="46881131" weight="-7.993888511848334"/> <connection id="46881175" src-id="46880587" dest-id="46881131" weight="3.630044306109641"/> <connection id="46881176" src-id="46880588" dest-id="46881131" weight="-0.4114041276358904"/> <connection id="46881178" src-id="46880590" dest-id="46881131" weight="-5.2450438559220505"/> <connection id="46881179" src-id="46880591" dest-id="46881131" weight="10.0"/> <connection id="46881180" src-id="46880592" dest-id="46881131" weight="-5.704926204381047"/> <connection id="46881181" src-id="46880593" dest-id="46881131" weight="-10.0"/> <connection id="46881182" src-id="46880594" dest-id="46881131" weight="-4.930429030435963"/> <connection id="46881183" src-id="46880595" dest-id="46881131" weight="-8.99369377925802"/> <connection id="46881184" src-id="46880596" dest-id="46881131" weight="5.931089700333582"/> <connection id="46881185" src-id="46880597" dest-id="46881131" weight="8.356606605536165"/> <connection id="46881186" src-id="46880598" dest-id="46881131" weight="-2.2890695128898715"/> <connection id="46881187" src-id="46880599" dest-id="46881131" weight="-3.6572323446881727"/> <connection id="46881188" src-id="46880600" dest-id="46881131" weight="5.424788391241288"/> <connection id="46881189" src-id="46880601" dest-id="46881131" weight="9.799098871697083"/> <connection id="46881191" src-id="46880603" dest-id="46881131" weight="-0.7051335272129353"/> <connection id="46881192" src-id="46880604" dest-id="46881131" weight="-8.631408709895522"/> <connection id="46881193" src-id="46880605" dest-id="46881131" weight="4.783104471455151"/> <connection id="46881194" src-id="46880606" dest-id="46881131" weight="3.71692073596833"/> <connection id="46881196" src-id="46880608" dest-id="46881131" weight="-4.40083130003616"/> <connection id="46881197" src-id="46880609" dest-id="46881131" weight="10.0"/> <connection id="46881198" src-id="46880610" dest-id="46881131" weight="-3.829040435152912"/> <connection id="46881199" src-id="46880611" dest-id="46881131" weight="-7.37721450482582"/> <connection id="46881201" src-id="46880613" dest-id="46881131" weight="-7.064929469869616"/> <connection id="46881203" src-id="46880615" dest-id="46881131" weight="3.7562895891824786"/> <connection id="46881204" src-id="46880616" dest-id="46881131" weight="-3.681478630272429"/> <connection id="46881205" src-id="46880617" dest-id="46881131" weight="0.7699408191650423"/> <connection id="46881206" src-id="46880618" dest-id="46881131" weight="1.898696127564518"/> <connection id="46881207" src-id="46880619" dest-id="46881131" weight="0.30908829333371013"/> <connection id="46881208" src-id="46880620" dest-id="46881131" weight="3.433159981661993"/> <connection id="46881209" src-id="46880621" dest-id="46881131" weight="4.728586085961731"/> <connection id="46881210" src-id="46880622" dest-id="46881131" weight="-1.2248214933562396"/> <connection id="46881211" src-id="46880623" dest-id="46881131" weight="1.6568124530323196"/> <connection id="46881212" src-id="46880624" dest-id="46881131" weight="8.026641100159894"/> <connection id="46881213" src-id="46880625" dest-id="46881131" weight="-3.25904710298994"/> <connection id="46881214" src-id="46880626" dest-id="46881131" weight="-4.409755944447897"/> <neuron id="46881215" type="out" activation="sigmoid"/> <connection id="46881216" src-id="46880544" dest-id="46881215" weight="7.961882698426976"/> <connection id="46881218" src-id="46880546" dest-id="46881215" weight="0.9546624761234042"/> <connection id="46881219" src-id="46880547" dest-id="46881215" weight="0.8456178682341463"/> <connection id="46881220" src-id="46880548" dest-id="46881215" weight="-3.2789179440762535"/> <connection id="46881221" src-id="46880549" dest-id="46881215" weight="-8.655645485931988"/> <connection id="46881222" src-id="46880550" dest-id="46881215" weight="-1.429467781755462"/> <connection id="46881223" src-id="46880551" dest-id="46881215" weight="7.747646035999709"/> <connection id="46881224" src-id="46880552" dest-id="46881215" weight="1.5848567242277947"/> <connection id="46881227" src-id="46880555" dest-id="46881215" weight="6.963533680686451"/> <connection id="46881229" src-id="46880557" dest-id="46881215" weight="5.380689215728456"/> <connection id="46881230" src-id="46880558" dest-id="46881215" weight="4.717152284181209"/> <connection id="46881231" src-id="46880559" dest-id="46881215" weight="10.0"/> <connection id="46881232" src-id="46880560" dest-id="46881215" weight="-3.477590823657459"/> <connection id="46881234" src-id="46880562" dest-id="46881215" weight="3.2675747528433865"/> <connection id="46881235" src-id="46880563" dest-id="46881215" weight="-7.609798026818343"/> <connection id="46881236" src-id="46880564" dest-id="46881215" weight="4.676542360102271"/> <connection id="46881238" src-id="46880566" dest-id="46881215" weight="4.442359190530693"/> <connection id="46881239" src-id="46880567" dest-id="46881215" weight="0.47858377460809465"/> <connection id="46881240" src-id="46880568" dest-id="46881215" weight="7.709002162978145"/> <connection id="46881241" src-id="46880569" dest-id="46881215" weight="-10.0"/> <connection id="46881242" src-id="46880570" dest-id="46881215" weight="6.7255842841855005"/> <connection id="46881243" src-id="46880571" dest-id="46881215" weight="-2.828071356731999"/> <connection id="46881244" src-id="46880572" dest-id="46881215" weight="2.6632415262558307"/> <connection id="46881246" src-id="46880574" dest-id="46881215" weight="-3.204451402877873"/> <connection id="46881247" src-id="46880575" dest-id="46881215" weight="-1.0148223901267257"/> <connection id="46881248" src-id="46880576" dest-id="46881215" weight="-8.813715469402986"/> <connection id="46881249" src-id="46880577" dest-id="46881215" weight="-6.518779155835103"/> <connection id="46881250" src-id="46880578" dest-id="46881215" weight="5.176600584737672"/> <connection id="46881251" src-id="46880579" dest-id="46881215" weight="-4.249513325864726"/> <connection id="46881253" src-id="46880581" dest-id="46881215" weight="7.877744494416371"/> <connection id="46881254" src-id="46880582" dest-id="46881215" weight="10.0"/> <connection id="46881255" src-id="46880583" dest-id="46881215" weight="-1.0797840309121987"/> <connection id="46881256" src-id="46880584" dest-id="46881215" weight="6.198342114963253"/> <connection id="46881257" src-id="46880585" dest-id="46881215" weight="-8.237804970639012"/> <connection id="46881258" src-id="46880586" dest-id="46881215" weight="2.0424623995084326"/> <connection id="46881259" src-id="46880587" dest-id="46881215" weight="-5.422642143841428"/> <connection id="46881260" src-id="46880588" dest-id="46881215" weight="-6.51039147680307"/> <connection id="46881262" src-id="46880590" dest-id="46881215" weight="-1.6245944430344146"/> <connection id="46881263" src-id="46880591" dest-id="46881215" weight="2.532189149458101"/> <connection id="46881264" src-id="46880592" dest-id="46881215" weight="-4.375355412267946"/> <connection id="46881265" src-id="46880593" dest-id="46881215" weight="5.171069148505823"/> <connection id="46881266" src-id="46880594" dest-id="46881215" weight="-3.6292595897678"/> <connection id="46881267" src-id="46880595" dest-id="46881215" weight="-10.0"/> <connection id="46881268" src-id="46880596" dest-id="46881215" weight="8.487272663311696"/> <connection id="46881269" src-id="46880597" dest-id="46881215" weight="-0.6648892211676034"/> <connection id="46881270" src-id="46880598" dest-id="46881215" weight="-1.910668319699171"/> <connection id="46881271" src-id="46880599" dest-id="46881215" weight="-4.702188423497699"/> <connection id="46881272" src-id="46880600" dest-id="46881215" weight="7.181831347184602"/> <connection id="46881273" src-id="46880601" dest-id="46881215" weight="-3.0451944972396756"/> <connection id="46881274" src-id="46880602" dest-id="46881215" weight="-9.259834670064508"/> <connection id="46881275" src-id="46880603" dest-id="46881215" weight="-9.235784325216496"/> <connection id="46881276" src-id="46880604" dest-id="46881215" weight="5.906633845320631"/> <connection id="46881277" src-id="46880605" dest-id="46881215" weight="-9.679847388745934"/> <connection id="46881279" src-id="46880607" dest-id="46881215" weight="-6.085431043758376"/> <connection id="46881280" src-id="46880608" dest-id="46881215" weight="1.6444239275111454"/> <connection id="46881281" src-id="46880609" dest-id="46881215" weight="-3.0302757226216954"/> <connection id="46881282" src-id="46880610" dest-id="46881215" weight="6.817148579615295"/> <connection id="46881283" src-id="46880611" dest-id="46881215" weight="3.0557541666587724"/> <connection id="46881285" src-id="46880613" dest-id="46881215" weight="8.544963711605199"/> <connection id="46881286" src-id="46880614" dest-id="46881215" weight="9.474068736082291"/> <connection id="46881287" src-id="46880615" dest-id="46881215" weight="-2.1783816333476773"/> <connection id="46881288" src-id="46880616" dest-id="46881215" weight="-6.117511956807723"/> <connection id="46881289" src-id="46880617" dest-id="46881215" weight="2.8519915315587587"/> <connection id="46881291" src-id="46880619" dest-id="46881215" weight="1.1078772615422356"/> <connection id="46881292" src-id="46880620" dest-id="46881215" weight="-3.6921273573347064"/> <connection id="46881293" src-id="46880621" dest-id="46881215" weight="-0.9654281685604172"/> <connection id="46881294" src-id="46880622" dest-id="46881215" weight="-1.20767879659534"/> <connection id="46881295" src-id="46880623" dest-id="46881215" weight="-0.8602417065854226"/> <connection id="46881296" src-id="46880624" dest-id="46881215" weight="3.469164474570184"/> <connection id="46881297" src-id="46880625" dest-id="46881215" weight="-2.0683334178943986"/> <connection id="46881298" src-id="46880626" dest-id="46881215" weight="-1.6641581901631586"/> <neuron id="46881299" type="out" activation="sigmoid"/> <connection id="46881300" src-id="46880544" dest-id="46881299" weight="-0.987887925367644"/> <connection id="46881301" src-id="46880545" dest-id="46881299" weight="-6.2327155954115625"/> <connection id="46881302" src-id="46880546" dest-id="46881299" weight="5.14584140507869"/> <connection id="46881303" src-id="46880547" dest-id="46881299" weight="8.627464127532765"/> <connection id="46881304" src-id="46880548" dest-id="46881299" weight="10.0"/> <connection id="46881305" src-id="46880549" dest-id="46881299" weight="-0.5007511305485788"/> <connection id="46881306" src-id="46880550" dest-id="46881299" weight="-4.2279819623682"/> <connection id="46881307" src-id="46880551" dest-id="46881299" weight="2.0116682915061936"/> <connection id="46881308" src-id="46880552" dest-id="46881299" weight="0.9977654938938785"/> <connection id="46881310" src-id="46880554" dest-id="46881299" weight="-2.7359072731016405"/> <connection id="46881311" src-id="46880555" dest-id="46881299" weight="-10.0"/> <connection id="46881312" src-id="46880556" dest-id="46881299" weight="4.443542989764527"/> <connection id="46881313" src-id="46880557" dest-id="46881299" weight="-7.970593353718433"/> <connection id="46881314" src-id="46880558" dest-id="46881299" weight="0.8129278092879462"/> <connection id="46881316" src-id="46880560" dest-id="46881299" weight="-5.587728650850583"/> <connection id="46881317" src-id="46880561" dest-id="46881299" weight="-5.0988545292254654"/> <connection id="46881318" src-id="46880562" dest-id="46881299" weight="7.0246739426557525"/> <connection id="46881319" src-id="46880563" dest-id="46881299" weight="-3.1306643545996833"/> <connection id="46881321" src-id="46880565" dest-id="46881299" weight="1.3891866767077221"/> <connection id="46881322" src-id="46880566" dest-id="46881299" weight="-0.21023296428417915"/> <connection id="46881324" src-id="46880568" dest-id="46881299" weight="-2.1401224765290108"/> <connection id="46881325" src-id="46880569" dest-id="46881299" weight="3.692651763350569"/> <connection id="46881326" src-id="46880570" dest-id="46881299" weight="4.005870525556589"/> <connection id="46881327" src-id="46880571" dest-id="46881299" weight="6.172951243160666"/> <connection id="46881329" src-id="46880573" dest-id="46881299" weight="-5.055626985681771"/> <connection id="46881330" src-id="46880574" dest-id="46881299" weight="6.619905525033625"/> <connection id="46881331" src-id="46880575" dest-id="46881299" weight="-7.346418118956908"/> <connection id="46881332" src-id="46880576" dest-id="46881299" weight="-8.951388707666794"/> <connection id="46881333" src-id="46880577" dest-id="46881299" weight="-7.654725655893831"/> <connection id="46881334" src-id="46880578" dest-id="46881299" weight="0.437669866643312"/> <connection id="46881335" src-id="46880579" dest-id="46881299" weight="0.5748876751614449"/> <connection id="46881336" src-id="46880580" dest-id="46881299" weight="-3.5225042144837024"/> <connection id="46881337" src-id="46880581" dest-id="46881299" weight="-10.0"/> <connection id="46881338" src-id="46880582" dest-id="46881299" weight="5.636286624887466"/> <connection id="46881340" src-id="46880584" dest-id="46881299" weight="4.4279922730576615"/> <connection id="46881341" src-id="46880585" dest-id="46881299" weight="-0.5851276539266996"/> <connection id="46881342" src-id="46880586" dest-id="46881299" weight="5.95349141784275"/> <connection id="46881344" src-id="46880588" dest-id="46881299" weight="1.2052992772089992"/> <connection id="46881345" src-id="46880589" dest-id="46881299" weight="-4.549244605570408"/> <connection id="46881346" src-id="46880590" dest-id="46881299" weight="2.7287628875059036"/> <connection id="46881347" src-id="46880591" dest-id="46881299" weight="7.598038517543742"/> <connection id="46881349" src-id="46880593" dest-id="46881299" weight="-7.611060328599056"/> <connection id="46881350" src-id="46880594" dest-id="46881299" weight="6.782719780272055"/> <connection id="46881351" src-id="46880595" dest-id="46881299" weight="-6.673986098709293"/> <connection id="46881352" src-id="46880596" dest-id="46881299" weight="-1.850596203228061"/> <connection id="46881353" src-id="46880597" dest-id="46881299" weight="-1.2757792000233104"/> <connection id="46881354" src-id="46880598" dest-id="46881299" weight="-8.601433214416943"/> <connection id="46881355" src-id="46880599" dest-id="46881299" weight="-1.8284826616423815"/> <connection id="46881356" src-id="46880600" dest-id="46881299" weight="2.486944754654836"/> <connection id="46881357" src-id="46880601" dest-id="46881299" weight="2.125029182905955"/> <connection id="46881358" src-id="46880602" dest-id="46881299" weight="0.8944449958448317"/> <connection id="46881359" src-id="46880603" dest-id="46881299" weight="-2.3681782521855537"/> <connection id="46881360" src-id="46880604" dest-id="46881299" weight="-3.6124599258132335"/> <connection id="46881361" src-id="46880605" dest-id="46881299" weight="-0.17424110682699478"/> <connection id="46881363" src-id="46880607" dest-id="46881299" weight="-1.2550184826065907"/> <connection id="46881364" src-id="46880608" dest-id="46881299" weight="4.913372421405026"/> <connection id="46881365" src-id="46880609" dest-id="46881299" weight="-4.60326470574504"/> <connection id="46881366" src-id="46880610" dest-id="46881299" weight="-4.120947835237909"/> <connection id="46881367" src-id="46880611" dest-id="46881299" weight="-0.9901786715987979"/> <connection id="46881368" src-id="46880612" dest-id="46881299" weight="7.391754159084993"/> <connection id="46881370" src-id="46880614" dest-id="46881299" weight="-0.6351837212340222"/> <connection id="46881371" src-id="46880615" dest-id="46881299" weight="-10.0"/> <connection id="46881372" src-id="46880616" dest-id="46881299" weight="-1.8073451059190853"/> <connection id="46881373" src-id="46880617" dest-id="46881299" weight="3.3380722841634105"/> <connection id="46881374" src-id="46880618" dest-id="46881299" weight="2.030744716859923"/> <connection id="46881375" src-id="46880619" dest-id="46881299" weight="-2.898213498232006"/> <connection id="46881376" src-id="46880620" dest-id="46881299" weight="-7.361265759931327"/> <connection id="46881377" src-id="46880621" dest-id="46881299" weight="1.7048106629577269"/> <connection id="46881378" src-id="46880622" dest-id="46881299" weight="3.3809838434437416"/> <connection id="46881380" src-id="46880624" dest-id="46881299" weight="9.193143639164667"/> <neuron id="46881383" type="out" activation="sigmoid"/> <connection id="46881384" src-id="46880544" dest-id="46881383" weight="2.252802549630189"/> <connection id="46881385" src-id="46880545" dest-id="46881383" weight="7.521529209061955"/> <connection id="46881386" src-id="46880546" dest-id="46881383" weight="10.0"/> <connection id="46881387" src-id="46880547" dest-id="46881383" weight="3.700619088830911"/> <connection id="46881388" src-id="46880548" dest-id="46881383" weight="-5.382803014732412"/> <connection id="46881390" src-id="46880550" dest-id="46881383" weight="3.189486513091957"/> <connection id="46881391" src-id="46880551" dest-id="46881383" weight="-1.4073842793350824"/> <connection id="46881392" src-id="46880552" dest-id="46881383" weight="-2.402250230985212"/> <connection id="46881393" src-id="46880553" dest-id="46881383" weight="-5.1822143739416235"/> <connection id="46881394" src-id="46880554" dest-id="46881383" weight="-3.0881607972753584"/> <connection id="46881395" src-id="46880555" dest-id="46881383" weight="3.1800734002183937"/> <connection id="46881396" src-id="46880556" dest-id="46881383" weight="-4.603641593036038"/> <connection id="46881397" src-id="46880557" dest-id="46881383" weight="-0.415097666128601"/> <connection id="46881398" src-id="46880558" dest-id="46881383" weight="5.828877678285142"/> <connection id="46881400" src-id="46880560" dest-id="46881383" weight="7.1432506587730185"/> <connection id="46881401" src-id="46880561" dest-id="46881383" weight="2.23282494122658"/> <connection id="46881402" src-id="46880562" dest-id="46881383" weight="-1.4836102791691523"/> <connection id="46881403" src-id="46880563" dest-id="46881383" weight="-2.5997948793550245"/> <connection id="46881404" src-id="46880564" dest-id="46881383" weight="3.7594227843398333"/> <connection id="46881405" src-id="46880565" dest-id="46881383" weight="-4.451480833877354"/> <connection id="46881406" src-id="46880566" dest-id="46881383" weight="10.0"/> <connection id="46881407" src-id="46880567" dest-id="46881383" weight="6.086423886925435"/> <connection id="46881408" src-id="46880568" dest-id="46881383" weight="3.6581841891517506"/> <connection id="46881409" src-id="46880569" dest-id="46881383" weight="8.29436518194332"/> <connection id="46881410" src-id="46880570" dest-id="46881383" weight="-7.1321540505776735"/> <connection id="46881412" src-id="46880572" dest-id="46881383" weight="5.4615075024834585"/> <connection id="46881413" src-id="46880573" dest-id="46881383" weight="8.621838139725867"/> <connection id="46881414" src-id="46880574" dest-id="46881383" weight="-3.5767008467026615"/> <connection id="46881415" src-id="46880575" dest-id="46881383" weight="-0.6995715757430503"/> <connection id="46881416" src-id="46880576" dest-id="46881383" weight="4.0144675136524555"/> <connection id="46881417" src-id="46880577" dest-id="46881383" weight="2.200036872300047"/> <connection id="46881418" src-id="46880578" dest-id="46881383" weight="0.23926392373134986"/> <connection id="46881419" src-id="46880579" dest-id="46881383" weight="7.558189513335268"/> <connection id="46881420" src-id="46880580" dest-id="46881383" weight="-6.236129790198671"/> <connection id="46881422" src-id="46880582" dest-id="46881383" weight="4.857025134759402"/> <connection id="46881423" src-id="46880583" dest-id="46881383" weight="-1.50768039707931"/> <connection id="46881424" src-id="46880584" dest-id="46881383" weight="-5.475182861040157"/> <connection id="46881425" src-id="46880585" dest-id="46881383" weight="2.9600270705057676"/> <connection id="46881426" src-id="46880586" dest-id="46881383" weight="-3.708629244743995"/> <connection id="46881427" src-id="46880587" dest-id="46881383" weight="-2.4982697848794606"/> <connection id="46881428" src-id="46880588" dest-id="46881383" weight="-0.4512797392268116"/> <connection id="46881429" src-id="46880589" dest-id="46881383" weight="9.303332488129293"/> <connection id="46881430" src-id="46880590" dest-id="46881383" weight="-3.9709507671054833"/> <connection id="46881431" src-id="46880591" dest-id="46881383" weight="6.45045406550318"/> <connection id="46881432" src-id="46880592" dest-id="46881383" weight="6.780135669002291"/> <connection id="46881433" src-id="46880593" dest-id="46881383" weight="2.8305409888572655"/> <connection id="46881434" src-id="46880594" dest-id="46881383" weight="-8.922977468516454"/> <connection id="46881435" src-id="46880595" dest-id="46881383" weight="-3.7117024006173396"/> <connection id="46881436" src-id="46880596" dest-id="46881383" weight="-1.4435682257315747"/> <connection id="46881437" src-id="46880597" dest-id="46881383" weight="0.6573670096526321"/> <connection id="46881438" src-id="46880598" dest-id="46881383" weight="3.0077518057869765"/> <connection id="46881440" src-id="46880600" dest-id="46881383" weight="-8.784014241136939"/> <connection id="46881441" src-id="46880601" dest-id="46881383" weight="-0.307495641418134"/> <connection id="46881442" src-id="46880602" dest-id="46881383" weight="-3.4909276830083296"/> <connection id="46881443" src-id="46880603" dest-id="46881383" weight="-1.590720874046364"/> <connection id="46881444" src-id="46880604" dest-id="46881383" weight="3.627589128658925"/> <connection id="46881445" src-id="46880605" dest-id="46881383" weight="6.195886479109651"/> <connection id="46881446" src-id="46880606" dest-id="46881383" weight="1.4696401700855264"/> <connection id="46881447" src-id="46880607" dest-id="46881383" weight="-3.972050329401572"/> <connection id="46881448" src-id="46880608" dest-id="46881383" weight="-3.6175106560215933"/> <connection id="46881450" src-id="46880610" dest-id="46881383" weight="-0.5720009610716106"/> <connection id="46881451" src-id="46880611" dest-id="46881383" weight="5.25528736030954"/> <connection id="46881453" src-id="46880613" dest-id="46881383" weight="2.1173945795537845"/> <connection id="46881454" src-id="46880614" dest-id="46881383" weight="1.5446763421148713"/> <connection id="46881455" src-id="46880615" dest-id="46881383" weight="-1.5025984876729854"/> <connection id="46881456" src-id="46880616" dest-id="46881383" weight="-6.863408172748344"/> <connection id="46881457" src-id="46880617" dest-id="46881383" weight="-5.96398921884931"/> <connection id="46881459" src-id="46880619" dest-id="46881383" weight="-3.611027593116408"/> <connection id="46881460" src-id="46880620" dest-id="46881383" weight="-5.9724476861326865"/> <connection id="46881461" src-id="46880621" dest-id="46881383" weight="10.0"/> <connection id="46881462" src-id="46880622" dest-id="46881383" weight="-2.122712757152369"/> <connection id="46881463" src-id="46880623" dest-id="46881383" weight="0.34860256978838855"/> <connection id="46881464" src-id="46880624" dest-id="46881383" weight="-5.524961416396125"/> <connection id="46881465" src-id="46880625" dest-id="46881383" weight="-0.30295829379027095"/> <connection id="46881466" src-id="46880626" dest-id="46881383" weight="-7.665564332050359"/> <neuron id="46881467" type="out" activation="sigmoid"/> <connection id="46881468" src-id="46880544" dest-id="46881467" weight="-0.09053367547654445"/> <connection id="46881469" src-id="46880545" dest-id="46881467" weight="0.1321167970101762"/> <connection id="46881470" src-id="46880546" dest-id="46881467" weight="2.8847107172295545"/> <connection id="46881471" src-id="46880547" dest-id="46881467" weight="6.916591165025821"/> <connection id="46881473" src-id="46880549" dest-id="46881467" weight="1.2490440958603022"/> <connection id="46881474" src-id="46880550" dest-id="46881467" weight="0.370942288587075"/> <connection id="46881475" src-id="46880551" dest-id="46881467" weight="-10.0"/> <connection id="46881476" src-id="46880552" dest-id="46881467" weight="1.918304239608183"/> <connection id="46881477" src-id="46880553" dest-id="46881467" weight="9.31422026779104"/> <connection id="46881478" src-id="46880554" dest-id="46881467" weight="-1.3825956023316819"/> <connection id="46881479" src-id="46880555" dest-id="46881467" weight="-5.526254346717669"/> <connection id="46881480" src-id="46880556" dest-id="46881467" weight="7.337040745271498"/> <connection id="46881482" src-id="46880558" dest-id="46881467" weight="0.4489841258142434"/> <connection id="46881484" src-id="46880560" dest-id="46881467" weight="-2.127072808331484"/> <connection id="46881485" src-id="46880561" dest-id="46881467" weight="0.18535266144024476"/> <connection id="46881486" src-id="46880562" dest-id="46881467" weight="-2.3141613590443146"/> <connection id="46881487" src-id="46880563" dest-id="46881467" weight="-7.66603982051388"/> <connection id="46881488" src-id="46880564" dest-id="46881467" weight="4.0506217182308815"/> <connection id="46881489" src-id="46880565" dest-id="46881467" weight="-2.696775940605915"/> <connection id="46881490" src-id="46880566" dest-id="46881467" weight="-9.470482710323163"/> <connection id="46881491" src-id="46880567" dest-id="46881467" weight="0.7041429908912293"/> <connection id="46881493" src-id="46880569" dest-id="46881467" weight="4.41461228432911"/> <connection id="46881494" src-id="46880570" dest-id="46881467" weight="2.747226062222593"/> <connection id="46881495" src-id="46880571" dest-id="46881467" weight="6.709024691420876"/> <connection id="46881496" src-id="46880572" dest-id="46881467" weight="5.53401740007659"/> <connection id="46881497" src-id="46880573" dest-id="46881467" weight="0.5571425495572297"/> <connection id="46881499" src-id="46880575" dest-id="46881467" weight="1.9197598832435494"/> <connection id="46881501" src-id="46880577" dest-id="46881467" weight="6.837676485962473"/> <connection id="46881502" src-id="46880578" dest-id="46881467" weight="-7.900567558582301"/> <connection id="46881503" src-id="46880579" dest-id="46881467" weight="0.5795132885730232"/> <connection id="46881504" src-id="46880580" dest-id="46881467" weight="-9.54783316247761"/> <connection id="46881505" src-id="46880581" dest-id="46881467" weight="2.661738445411263"/> <connection id="46881506" src-id="46880582" dest-id="46881467" weight="-0.6279254351475856"/> <connection id="46881507" src-id="46880583" dest-id="46881467" weight="-5.046607584314813"/> <connection id="46881508" src-id="46880584" dest-id="46881467" weight="5.731605013081607"/> <connection id="46881509" src-id="46880585" dest-id="46881467" weight="2.785011096929936"/> <connection id="46881510" src-id="46880586" dest-id="46881467" weight="-6.065586371662528"/> <connection id="46881511" src-id="46880587" dest-id="46881467" weight="4.318563297475891"/> <connection id="46881512" src-id="46880588" dest-id="46881467" weight="-4.7904000183558315"/> <connection id="46881513" src-id="46880589" dest-id="46881467" weight="-10.0"/> <connection id="46881514" src-id="46880590" dest-id="46881467" weight="-3.785571077574307"/> <connection id="46881515" src-id="46880591" dest-id="46881467" weight="2.340162112035059"/> <connection id="46881516" src-id="46880592" dest-id="46881467" weight="3.439860117890964"/> <connection id="46881517" src-id="46880593" dest-id="46881467" weight="-4.892767103780171"/> <connection id="46881518" src-id="46880594" dest-id="46881467" weight="7.921555806533476"/> <connection id="46881519" src-id="46880595" dest-id="46881467" weight="-0.5023925596092333"/> <connection id="46881521" src-id="46880597" dest-id="46881467" weight="-0.26805024548130163"/> <connection id="46881522" src-id="46880598" dest-id="46881467" weight="1.2358871434085152"/> <connection id="46881525" src-id="46880601" dest-id="46881467" weight="2.3833602192244188"/> <connection id="46881526" src-id="46880602" dest-id="46881467" weight="2.8823582805499846"/> <connection id="46881527" src-id="46880603" dest-id="46881467" weight="-1.9847288813653283"/> <connection id="46881528" src-id="46880604" dest-id="46881467" weight="-8.473188631433455"/> <connection id="46881529" src-id="46880605" dest-id="46881467" weight="10.0"/> <connection id="46881530" src-id="46880606" dest-id="46881467" weight="0.7379559835417222"/> <connection id="46881531" src-id="46880607" dest-id="46881467" weight="-4.883669105468165"/> <connection id="46881532" src-id="46880608" dest-id="46881467" weight="8.729393707399415"/> <connection id="46881533" src-id="46880609" dest-id="46881467" weight="4.686513570781626"/> <connection id="46881535" src-id="46880611" dest-id="46881467" weight="3.46606748247958"/> <connection id="46881536" src-id="46880612" dest-id="46881467" weight="6.388006267090337"/> <connection id="46881538" src-id="46880614" dest-id="46881467" weight="-9.507552311738326"/> <connection id="46881539" src-id="46880615" dest-id="46881467" weight="-4.360362183682099"/> <connection id="46881540" src-id="46880616" dest-id="46881467" weight="1.4954522043293736"/> <connection id="46881541" src-id="46880617" dest-id="46881467" weight="-6.47956160779124"/> <connection id="46881542" src-id="46880618" dest-id="46881467" weight="2.207340327642485"/> <connection id="46881544" src-id="46880620" dest-id="46881467" weight="-0.309774491172711"/> <connection id="46881545" src-id="46880621" dest-id="46881467" weight="-2.1376819167641283"/> <connection id="46881546" src-id="46880622" dest-id="46881467" weight="2.5233074920550917"/> <connection id="46881547" src-id="46880623" dest-id="46881467" weight="6.054433710327132"/> <connection id="46881549" src-id="46880625" dest-id="46881467" weight="-5.801215025034674"/> <connection id="46881550" src-id="46880626" dest-id="46881467" weight="-2.6479477984553843"/> <neuron id="46881551" type="out" activation="sigmoid"/> <connection id="46881552" src-id="46880544" dest-id="46881551" weight="2.5226826236113817"/> <connection id="46881553" src-id="46880545" dest-id="46881551" weight="3.09746703802161"/> <connection id="46881554" src-id="46880546" dest-id="46881551" weight="-0.45999348021775915"/> <connection id="46881555" src-id="46880547" dest-id="46881551" weight="10.0"/> <connection id="46881556" src-id="46880548" dest-id="46881551" weight="0.011916787119412242"/> <connection id="46881557" src-id="46880549" dest-id="46881551" weight="4.111827427249211"/> <connection id="46881559" src-id="46880551" dest-id="46881551" weight="5.8771777981084465"/> <connection id="46881560" src-id="46880552" dest-id="46881551" weight="-4.4408446338065675"/> <connection id="46881561" src-id="46880553" dest-id="46881551" weight="-0.442101241759997"/> <connection id="46881562" src-id="46880554" dest-id="46881551" weight="3.48472047827945"/> <connection id="46881563" src-id="46880555" dest-id="46881551" weight="-5.068937614233458"/> <connection id="46881565" src-id="46880557" dest-id="46881551" weight="4.648103484181811"/> <connection id="46881566" src-id="46880558" dest-id="46881551" weight="-8.542319238198228"/> <connection id="46881567" src-id="46880559" dest-id="46881551" weight="-2.457305476092608"/> <connection id="46881569" src-id="46880561" dest-id="46881551" weight="9.262019149971437"/> <connection id="46881570" src-id="46880562" dest-id="46881551" weight="4.6140444621315035"/> <connection id="46881571" src-id="46880563" dest-id="46881551" weight="-0.3067006346265644"/> <connection id="46881572" src-id="46880564" dest-id="46881551" weight="-0.02843841423105875"/> <connection id="46881573" src-id="46880565" dest-id="46881551" weight="1.0461959743053608"/> <connection id="46881574" src-id="46880566" dest-id="46881551" weight="2.425702530274207"/> <connection id="46881575" src-id="46880567" dest-id="46881551" weight="-6.083747816367223"/> <connection id="46881576" src-id="46880568" dest-id="46881551" weight="-8.956258865399754"/> <connection id="46881577" src-id="46880569" dest-id="46881551" weight="-9.722252519607647"/> <connection id="46881578" src-id="46880570" dest-id="46881551" weight="-8.909123479220888"/> <connection id="46881579" src-id="46880571" dest-id="46881551" weight="-3.7939014274506864"/> <connection id="46881580" src-id="46880572" dest-id="46881551" weight="2.484572227955822"/> <connection id="46881581" src-id="46880573" dest-id="46881551" weight="2.2642928970659986"/> <connection id="46881582" src-id="46880574" dest-id="46881551" weight="5.2258651951329576"/> <connection id="46881583" src-id="46880575" dest-id="46881551" weight="0.6589229310958697"/> <connection id="46881584" src-id="46880576" dest-id="46881551" weight="-0.8579237144042382"/> <connection id="46881585" src-id="46880577" dest-id="46881551" weight="-8.222242015015432"/> <connection id="46881586" src-id="46880578" dest-id="46881551" weight="1.169392246425212"/> <connection id="46881587" src-id="46880579" dest-id="46881551" weight="-2.3823593994010297"/> <connection id="46881588" src-id="46880580" dest-id="46881551" weight="3.4079347548455607"/> <connection id="46881589" src-id="46880581" dest-id="46881551" weight="8.172027239829186"/> <connection id="46881590" src-id="46880582" dest-id="46881551" weight="0.24166394669669544"/> <connection id="46881591" src-id="46880583" dest-id="46881551" weight="0.22023820791089532"/> <connection id="46881592" src-id="46880584" dest-id="46881551" weight="-9.878569543066519"/> <connection id="46881593" src-id="46880585" dest-id="46881551" weight="6.696142405320414"/> <connection id="46881595" src-id="46880587" dest-id="46881551" weight="1.6260713779424658"/> <connection id="46881596" src-id="46880588" dest-id="46881551" weight="-6.597857358979195"/> <connection id="46881598" src-id="46880590" dest-id="46881551" weight="-3.4348194365081626"/> <connection id="46881599" src-id="46880591" dest-id="46881551" weight="-8.879690348443026"/> <connection id="46881600" src-id="46880592" dest-id="46881551" weight="6.034121324404208"/> <connection id="46881601" src-id="46880593" dest-id="46881551" weight="-5.786312616458993"/> <connection id="46881602" src-id="46880594" dest-id="46881551" weight="0.21249009158651258"/> <connection id="46881603" src-id="46880595" dest-id="46881551" weight="7.8815064097257554"/> <connection id="46881605" src-id="46880597" dest-id="46881551" weight="6.733490802279903"/> <connection id="46881606" src-id="46880598" dest-id="46881551" weight="4.047799372992592"/> <connection id="46881607" src-id="46880599" dest-id="46881551" weight="-6.780580021049999"/> <connection id="46881608" src-id="46880600" dest-id="46881551" weight="4.688323715172439"/> <connection id="46881610" src-id="46880602" dest-id="46881551" weight="10.0"/> <connection id="46881612" src-id="46880604" dest-id="46881551" weight="0.5656361483152827"/> <connection id="46881613" src-id="46880605" dest-id="46881551" weight="-2.3315721277305417"/> <connection id="46881614" src-id="46880606" dest-id="46881551" weight="-0.9833325121904424"/> <connection id="46881615" src-id="46880607" dest-id="46881551" weight="-4.594568133794122"/> <connection id="46881616" src-id="46880608" dest-id="46881551" weight="-7.972114621324601"/> <connection id="46881617" src-id="46880609" dest-id="46881551" weight="-5.901493517441097"/> <connection id="46881619" src-id="46880611" dest-id="46881551" weight="-2.9242809874533755"/> <connection id="46881620" src-id="46880612" dest-id="46881551" weight="-8.320147751399531"/> <connection id="46881623" src-id="46880615" dest-id="46881551" weight="-3.1198699324906753"/> <connection id="46881624" src-id="46880616" dest-id="46881551" weight="-10.0"/> <connection id="46881625" src-id="46880617" dest-id="46881551" weight="-4.945776949355713"/> <connection id="46881626" src-id="46880618" dest-id="46881551" weight="3.5267415891246063"/> <connection id="46881627" src-id="46880619" dest-id="46881551" weight="7.881416476394386"/> <connection id="46881629" src-id="46880621" dest-id="46881551" weight="3.562356622468961"/> <connection id="46881630" src-id="46880622" dest-id="46881551" weight="8.59982308933177"/> <connection id="46881631" src-id="46880623" dest-id="46881551" weight="-10.0"/> <connection id="46881633" src-id="46880625" dest-id="46881551" weight="-7.099320265935818"/> <neuron id="46881635" type="out" activation="sigmoid"/> <connection id="46881637" src-id="46880545" dest-id="46881635" weight="2.476205998304771"/> <connection id="46881638" src-id="46880546" dest-id="46881635" weight="-3.106746889172109"/> <connection id="46881639" src-id="46880547" dest-id="46881635" weight="3.951387855980037"/> <connection id="46881640" src-id="46880548" dest-id="46881635" weight="-1.9461485522651198"/> <connection id="46881641" src-id="46880549" dest-id="46881635" weight="-8.140828608986697"/> <connection id="46881642" src-id="46880550" dest-id="46881635" weight="-3.450776010581276"/> <connection id="46881643" src-id="46880551" dest-id="46881635" weight="1.514450391288059"/> <connection id="46881644" src-id="46880552" dest-id="46881635" weight="-9.254012689912546"/> <connection id="46881645" src-id="46880553" dest-id="46881635" weight="6.697382419306735"/> <connection id="46881646" src-id="46880554" dest-id="46881635" weight="7.192985779886071"/> <connection id="46881648" src-id="46880556" dest-id="46881635" weight="-5.731919389552441"/> <connection id="46881649" src-id="46880557" dest-id="46881635" weight="3.0257841779597765"/> <connection id="46881650" src-id="46880558" dest-id="46881635" weight="-10.0"/> <connection id="46881651" src-id="46880559" dest-id="46881635" weight="2.2891922144867816"/> <connection id="46881653" src-id="46880561" dest-id="46881635" weight="-4.275594321221314"/> <connection id="46881655" src-id="46880563" dest-id="46881635" weight="3.1531085627127986"/> <connection id="46881656" src-id="46880564" dest-id="46881635" weight="-2.954611073128842"/> <connection id="46881657" src-id="46880565" dest-id="46881635" weight="-1.7022057208260888"/> <connection id="46881658" src-id="46880566" dest-id="46881635" weight="5.913843232043755"/> <connection id="46881659" src-id="46880567" dest-id="46881635" weight="-1.6229080627058194"/> <connection id="46881660" src-id="46880568" dest-id="46881635" weight="4.820556495456687"/> <connection id="46881661" src-id="46880569" dest-id="46881635" weight="4.2964348111342225"/> <connection id="46881662" src-id="46880570" dest-id="46881635" weight="10.0"/> <connection id="46881663" src-id="46880571" dest-id="46881635" weight="-0.18965574123757767"/> <connection id="46881664" src-id="46880572" dest-id="46881635" weight="1.0355573295744496"/> <connection id="46881666" src-id="46880574" dest-id="46881635" weight="1.9778497714156504"/> <connection id="46881667" src-id="46880575" dest-id="46881635" weight="-1.2891232211781574"/> <connection id="46881668" src-id="46880576" dest-id="46881635" weight="5.157725052139025"/> <connection id="46881669" src-id="46880577" dest-id="46881635" weight="-6.499266405780565"/> <connection id="46881670" src-id="46880578" dest-id="46881635" weight="-5.646157576254636"/> <connection id="46881671" src-id="46880579" dest-id="46881635" weight="5.321322240717521"/> <connection id="46881672" src-id="46880580" dest-id="46881635" weight="3.9157215751334338"/> <connection id="46881673" src-id="46880581" dest-id="46881635" weight="5.482116032598816"/> <connection id="46881677" src-id="46880585" dest-id="46881635" weight="5.893560563355546"/> <connection id="46881678" src-id="46880586" dest-id="46881635" weight="2.933284144642983"/> <connection id="46881679" src-id="46880587" dest-id="46881635" weight="-3.9058089324913414"/> <connection id="46881680" src-id="46880588" dest-id="46881635" weight="4.478653418119927"/> <connection id="46881681" src-id="46880589" dest-id="46881635" weight="-2.0320261784354114"/> <connection id="46881682" src-id="46880590" dest-id="46881635" weight="-9.46833801058499"/> <connection id="46881683" src-id="46880591" dest-id="46881635" weight="-6.106783071917799"/> <connection id="46881684" src-id="46880592" dest-id="46881635" weight="-9.392639669269265"/> <connection id="46881685" src-id="46880593" dest-id="46881635" weight="1.3363750142591588"/> <connection id="46881686" src-id="46880594" dest-id="46881635" weight="6.34661505789647"/> <connection id="46881687" src-id="46880595" dest-id="46881635" weight="7.15627206401526"/> <connection id="46881688" src-id="46880596" dest-id="46881635" weight="0.9812563413678761"/> <connection id="46881689" src-id="46880597" dest-id="46881635" weight="-8.85956854478985"/> <connection id="46881690" src-id="46880598" dest-id="46881635" weight="6.952448723294207"/> <connection id="46881691" src-id="46880599" dest-id="46881635" weight="1.7052325014262788"/> <connection id="46881692" src-id="46880600" dest-id="46881635" weight="7.123187288468921"/> <connection id="46881693" src-id="46880601" dest-id="46881635" weight="4.208073161727243"/> <connection id="46881694" src-id="46880602" dest-id="46881635" weight="-4.3140182440527965"/> <connection id="46881696" src-id="46880604" dest-id="46881635" weight="7.613432956111722"/> <connection id="46881698" src-id="46880606" dest-id="46881635" weight="9.372063072974939"/> <connection id="46881699" src-id="46880607" dest-id="46881635" weight="-6.602337734008739"/> <connection id="46881700" src-id="46880608" dest-id="46881635" weight="-9.32820810664599"/> <connection id="46881701" src-id="46880609" dest-id="46881635" weight="7.173956627169029"/> <connection id="46881702" src-id="46880610" dest-id="46881635" weight="-7.619129734864018"/> <connection id="46881703" src-id="46880611" dest-id="46881635" weight="-0.3441736548754532"/> <connection id="46881704" src-id="46880612" dest-id="46881635" weight="-7.217215421498656"/> <connection id="46881705" src-id="46880613" dest-id="46881635" weight="5.978776829482731"/> <connection id="46881706" src-id="46880614" dest-id="46881635" weight="7.441747244384037"/> <connection id="46881707" src-id="46880615" dest-id="46881635" weight="4.7405602604740045"/> <connection id="46881708" src-id="46880616" dest-id="46881635" weight="1.6171452864383178"/> <connection id="46881709" src-id="46880617" dest-id="46881635" weight="-7.977373468579282"/> <connection id="46881710" src-id="46880618" dest-id="46881635" weight="2.966652404546778"/> <connection id="46881711" src-id="46880619" dest-id="46881635" weight="-3.4198855944467654"/> <connection id="46881712" src-id="46880620" dest-id="46881635" weight="0.42940796733152586"/> <connection id="46881713" src-id="46880621" dest-id="46881635" weight="-2.2553690186089104"/> <connection id="46881714" src-id="46880622" dest-id="46881635" weight="-0.5941324762739726"/> <connection id="46881715" src-id="46880623" dest-id="46881635" weight="-2.445763307377946"/> <connection id="46881716" src-id="46880624" dest-id="46881635" weight="10.0"/> <connection id="46881717" src-id="46880625" dest-id="46881635" weight="-4.373142591614534"/> <connection id="46881718" src-id="46880626" dest-id="46881635" weight="2.380077450392453"/> <neuron id="46881719" type="out" activation="sigmoid"/> <connection id="46881720" src-id="46880544" dest-id="46881719" weight="10.0"/> <connection id="46881721" src-id="46880545" dest-id="46881719" weight="-7.720810573405721"/> <connection id="46881722" src-id="46880546" dest-id="46881719" weight="-5.042142250375815"/> <connection id="46881723" src-id="46880547" dest-id="46881719" weight="-4.446415287968007"/> <connection id="46881724" src-id="46880548" dest-id="46881719" weight="1.133822989711931"/> <connection id="46881726" src-id="46880550" dest-id="46881719" weight="3.3921424809153726"/> <connection id="46881727" src-id="46880551" dest-id="46881719" weight="-0.12018413652281301"/> <connection id="46881728" src-id="46880552" dest-id="46881719" weight="1.3441816695116078"/> <connection id="46881729" src-id="46880553" dest-id="46881719" weight="-4.616319085624166"/> <connection id="46881730" src-id="46880554" dest-id="46881719" weight="-3.052104934672888"/> <connection id="46881731" src-id="46880555" dest-id="46881719" weight="6.413545087155818"/> <connection id="46881732" src-id="46880556" dest-id="46881719" weight="9.068592794205188"/> <connection id="46881734" src-id="46880558" dest-id="46881719" weight="5.827833410091961"/> <connection id="46881736" src-id="46880560" dest-id="46881719" weight="-1.9082415269231658"/> <connection id="46881737" src-id="46880561" dest-id="46881719" weight="9.40493175971263"/> <connection id="46881738" src-id="46880562" dest-id="46881719" weight="-2.000606775174292"/> <connection id="46881739" src-id="46880563" dest-id="46881719" weight="-1.5712573314784117"/> <connection id="46881741" src-id="46880565" dest-id="46881719" weight="-7.185985689434754"/> <connection id="46881742" src-id="46880566" dest-id="46881719" weight="6.791016826223885"/> <connection id="46881743" src-id="46880567" dest-id="46881719" weight="-7.4547593198707"/> <connection id="46881744" src-id="46880568" dest-id="46881719" weight="4.338353141828364"/> <connection id="46881746" src-id="46880570" dest-id="46881719" weight="4.115522517228486"/> <connection id="46881747" src-id="46880571" dest-id="46881719" weight="-8.974704875957102"/> <connection id="46881748" src-id="46880572" dest-id="46881719" weight="-3.055736980783478"/> <connection id="46881749" src-id="46880573" dest-id="46881719" weight="-1.6128631225259173"/> <connection id="46881750" src-id="46880574" dest-id="46881719" weight="4.8494489788779"/> <connection id="46881751" src-id="46880575" dest-id="46881719" weight="-2.6303666994913195"/> <connection id="46881752" src-id="46880576" dest-id="46881719" weight="-8.324776045106951"/> <connection id="46881753" src-id="46880577" dest-id="46881719" weight="-3.155753704277883"/> <connection id="46881754" src-id="46880578" dest-id="46881719" weight="-3.8963078181999165"/> <connection id="46881755" src-id="46880579" dest-id="46881719" weight="-0.06939143455881402"/> <connection id="46881756" src-id="46880580" dest-id="46881719" weight="-5.050535431626596"/> <connection id="46881757" src-id="46880581" dest-id="46881719" weight="-2.904251462736076"/> <connection id="46881758" src-id="46880582" dest-id="46881719" weight="8.65935273168674"/> <connection id="46881760" src-id="46880584" dest-id="46881719" weight="0.6391500200731306"/> <connection id="46881761" src-id="46880585" dest-id="46881719" weight="-1.5347006161600762"/> <connection id="46881762" src-id="46880586" dest-id="46881719" weight="-4.131569067061766"/> <connection id="46881763" src-id="46880587" dest-id="46881719" weight="6.4779770861931985"/> <connection id="46881764" src-id="46880588" dest-id="46881719" weight="3.602570943017438"/> <connection id="46881766" src-id="46880590" dest-id="46881719" weight="6.332001447158387"/> <connection id="46881767" src-id="46880591" dest-id="46881719" weight="-4.227063140805628"/> <connection id="46881768" src-id="46880592" dest-id="46881719" weight="-3.674184951681112"/> <connection id="46881769" src-id="46880593" dest-id="46881719" weight="5.467455599746928"/> <connection id="46881771" src-id="46880595" dest-id="46881719" weight="8.194229057271185"/> <connection id="46881773" src-id="46880597" dest-id="46881719" weight="-5.614853689584539"/> <connection id="46881774" src-id="46880598" dest-id="46881719" weight="-0.2766058245018187"/> <connection id="46881775" src-id="46880599" dest-id="46881719" weight="7.804179992881778"/> <connection id="46881777" src-id="46880601" dest-id="46881719" weight="2.154697223403248"/> <connection id="46881778" src-id="46880602" dest-id="46881719" weight="2.079504058587464"/> <connection id="46881780" src-id="46880604" dest-id="46881719" weight="5.4342173370698035"/> <connection id="46881781" src-id="46880605" dest-id="46881719" weight="-6.092286498117594"/> <connection id="46881782" src-id="46880606" dest-id="46881719" weight="0.8586727844489364"/> <connection id="46881783" src-id="46880607" dest-id="46881719" weight="0.3686578664289958"/> <connection id="46881784" src-id="46880608" dest-id="46881719" weight="-6.063210778965789"/> <connection id="46881785" src-id="46880609" dest-id="46881719" weight="2.7866571038578067"/> <connection id="46881786" src-id="46880610" dest-id="46881719" weight="4.070000659529643"/> <connection id="46881788" src-id="46880612" dest-id="46881719" weight="9.69809744097925"/> <connection id="46881789" src-id="46880613" dest-id="46881719" weight="0.19171894840314896"/> <connection id="46881790" src-id="46880614" dest-id="46881719" weight="-3.3249798986517236"/> <connection id="46881791" src-id="46880615" dest-id="46881719" weight="1.3786419417690985"/> <connection id="46881792" src-id="46880616" dest-id="46881719" weight="-0.05229263667326378"/> <connection id="46881793" src-id="46880617" dest-id="46881719" weight="-6.799316360004851"/> <connection id="46881794" src-id="46880618" dest-id="46881719" weight="4.609924714984155"/> <connection id="46881795" src-id="46880619" dest-id="46881719" weight="-2.865922539965516"/> <connection id="46881796" src-id="46880620" dest-id="46881719" weight="2.4601918881383025"/> <connection id="46881798" src-id="46880622" dest-id="46881719" weight="-5.376016702559229"/> <connection id="46881799" src-id="46880623" dest-id="46881719" weight="-6.049233006646125"/> <connection id="46881800" src-id="46880624" dest-id="46881719" weight="-5.525353595156511"/> <connection id="46881801" src-id="46880625" dest-id="46881719" weight="-5.543903151819805"/> <connection id="46881802" src-id="46880626" dest-id="46881719" weight="5.279685222662574"/> <neuron id="46881803" type="out" activation="sigmoid"/> <connection id="46881805" src-id="46880545" dest-id="46881803" weight="-5.464758880138862"/> <connection id="46881806" src-id="46880546" dest-id="46881803" weight="-2.6665808410754197"/> <connection id="46881807" src-id="46880547" dest-id="46881803" weight="8.440334888490803"/> <connection id="46881808" src-id="46880548" dest-id="46881803" weight="3.528257068414954"/> <connection id="46881809" src-id="46880549" dest-id="46881803" weight="-5.953858430286145"/> <connection id="46881811" src-id="46880551" dest-id="46881803" weight="-5.775987376472251"/> <connection id="46881812" src-id="46880552" dest-id="46881803" weight="-2.9685925690525816"/> <connection id="46881814" src-id="46880554" dest-id="46881803" weight="6.547385469397746"/> <connection id="46881815" src-id="46880555" dest-id="46881803" weight="-6.724331870109853"/> <connection id="46881817" src-id="46880557" dest-id="46881803" weight="2.9594850066865446"/> <connection id="46881818" src-id="46880558" dest-id="46881803" weight="2.872484275703403"/> <connection id="46881819" src-id="46880559" dest-id="46881803" weight="-0.6859597540921999"/> <connection id="46881820" src-id="46880560" dest-id="46881803" weight="-7.894165190878796"/> <connection id="46881821" src-id="46880561" dest-id="46881803" weight="-4.353977518251071"/> <connection id="46881822" src-id="46880562" dest-id="46881803" weight="-3.8904239356666626"/> <connection id="46881823" src-id="46880563" dest-id="46881803" weight="-0.4837944319004672"/> <connection id="46881825" src-id="46880565" dest-id="46881803" weight="-9.424039579794659"/> <connection id="46881826" src-id="46880566" dest-id="46881803" weight="5.317322436319702"/> <connection id="46881829" src-id="46880569" dest-id="46881803" weight="0.767947732314758"/> <connection id="46881830" src-id="46880570" dest-id="46881803" weight="-7.646520758198512"/> <connection id="46881832" src-id="46880572" dest-id="46881803" weight="6.854519065531885"/> <connection id="46881835" src-id="46880575" dest-id="46881803" weight="-0.8344625950190003"/> <connection id="46881836" src-id="46880576" dest-id="46881803" weight="-8.258292392455138"/> <connection id="46881837" src-id="46880577" dest-id="46881803" weight="-2.147247039809427"/> <connection id="46881838" src-id="46880578" dest-id="46881803" weight="2.3114705210811417"/> <connection id="46881839" src-id="46880579" dest-id="46881803" weight="3.542670031950761"/> <connection id="46881840" src-id="46880580" dest-id="46881803" weight="-0.46719155974377247"/> <connection id="46881841" src-id="46880581" dest-id="46881803" weight="-3.488413833734966"/> <connection id="46881844" src-id="46880584" dest-id="46881803" weight="-3.0634298792212418"/> <connection id="46881846" src-id="46880586" dest-id="46881803" weight="-0.15799437366916802"/> <connection id="46881847" src-id="46880587" dest-id="46881803" weight="-1.4928037197540593"/> <connection id="46881849" src-id="46880589" dest-id="46881803" weight="-7.658105845617474"/> <connection id="46881850" src-id="46880590" dest-id="46881803" weight="1.2503889573811993"/> <connection id="46881851" src-id="46880591" dest-id="46881803" weight="2.204522664379832"/> <connection id="46881854" src-id="46880594" dest-id="46881803" weight="4.470894984017523"/> <connection id="46881855" src-id="46880595" dest-id="46881803" weight="-2.01367279478986"/> <connection id="46881857" src-id="46880597" dest-id="46881803" weight="-8.462447130449032"/> <connection id="46881858" src-id="46880598" dest-id="46881803" weight="7.5421181873246725"/> <connection id="46881859" src-id="46880599" dest-id="46881803" weight="-4.203243963512734"/> <connection id="46881860" src-id="46880600" dest-id="46881803" weight="0.38507355066199916"/> <connection id="46881861" src-id="46880601" dest-id="46881803" weight="6.605595426244881"/> <connection id="46881862" src-id="46880602" dest-id="46881803" weight="-0.4343740901145958"/> <connection id="46881863" src-id="46880603" dest-id="46881803" weight="-6.629523161277619"/> <connection id="46881864" src-id="46880604" dest-id="46881803" weight="-6.46339435151828"/> <connection id="46881865" src-id="46880605" dest-id="46881803" weight="1.8894628255262884"/> <connection id="46881866" src-id="46880606" dest-id="46881803" weight="-4.99486808718096"/> <connection id="46881868" src-id="46880608" dest-id="46881803" weight="10.0"/> <connection id="46881869" src-id="46880609" dest-id="46881803" weight="-10.0"/> <connection id="46881870" src-id="46880610" dest-id="46881803" weight="2.114783305958282"/> <connection id="46881871" src-id="46880611" dest-id="46881803" weight="0.5609207682152223"/> <connection id="46881873" src-id="46880613" dest-id="46881803" weight="-2.9997779368869573"/> <connection id="46881874" src-id="46880614" dest-id="46881803" weight="5.29226324698299"/> <connection id="46881875" src-id="46880615" dest-id="46881803" weight="1.4771094715022381"/> <connection id="46881876" src-id="46880616" dest-id="46881803" weight="5.804181290945051"/> <connection id="46881878" src-id="46880618" dest-id="46881803" weight="-8.781767564245115"/> <connection id="46881880" src-id="46880620" dest-id="46881803" weight="0.31077704447689314"/> <connection id="46881882" src-id="46880622" dest-id="46881803" weight="-6.978480542607723"/> <connection id="46881884" src-id="46880624" dest-id="46881803" weight="-6.496346632168517"/> <connection id="46881885" src-id="46880625" dest-id="46881803" weight="-0.48808718707958165"/> <connection id="46881886" src-id="46880626" dest-id="46881803" weight="-6.256533657429964"/> <neuron id="46881887" type="out" activation="sigmoid"/> <connection id="46881888" src-id="46880544" dest-id="46881887" weight="-4.466983890461909"/> <connection id="46881889" src-id="46880545" dest-id="46881887" weight="-8.26822018937986"/> <connection id="46881890" src-id="46880546" dest-id="46881887" weight="-7.70312707786886"/> <connection id="46881891" src-id="46880547" dest-id="46881887" weight="5.248976253663196"/> <connection id="46881892" src-id="46880548" dest-id="46881887" weight="6.200788328137776"/> <connection id="46881893" src-id="46880549" dest-id="46881887" weight="-0.4020577716577287"/> <connection id="46881894" src-id="46880550" dest-id="46881887" weight="9.051494285506122"/> <connection id="46881895" src-id="46880551" dest-id="46881887" weight="2.1947664708226746"/> <connection id="46881896" src-id="46880552" dest-id="46881887" weight="5.720618306862367"/> <connection id="46881897" src-id="46880553" dest-id="46881887" weight="6.203686972200892"/> <connection id="46881898" src-id="46880554" dest-id="46881887" weight="1.6630844456829306"/> <connection id="46881900" src-id="46880556" dest-id="46881887" weight="-10.0"/> <connection id="46881902" src-id="46880558" dest-id="46881887" weight="-7.194258148368076"/> <connection id="46881903" src-id="46880559" dest-id="46881887" weight="-1.358215440682276"/> <connection id="46881904" src-id="46880560" dest-id="46881887" weight="-8.377475188739615"/> <connection id="46881905" src-id="46880561" dest-id="46881887" weight="1.1989631646934136"/> <connection id="46881906" src-id="46880562" dest-id="46881887" weight="0.24864600791557656"/> <connection id="46881908" src-id="46880564" dest-id="46881887" weight="1.117533861282125"/> <connection id="46881909" src-id="46880565" dest-id="46881887" weight="-4.961391484946432"/> <connection id="46881911" src-id="46880567" dest-id="46881887" weight="-1.2439776120570436"/> <connection id="46881913" src-id="46880569" dest-id="46881887" weight="-8.114629523570228"/> <connection id="46881915" src-id="46880571" dest-id="46881887" weight="1.4670034886840513"/> <connection id="46881916" src-id="46880572" dest-id="46881887" weight="8.414136012120366"/> <connection id="46881920" src-id="46880576" dest-id="46881887" weight="-1.438420890463898"/> <connection id="46881921" src-id="46880577" dest-id="46881887" weight="-0.5029611630809586"/> <connection id="46881922" src-id="46880578" dest-id="46881887" weight="-3.049292479183988"/> <connection id="46881924" src-id="46880580" dest-id="46881887" weight="0.2990799774402726"/> <connection id="46881925" src-id="46880581" dest-id="46881887" weight="5.916345018176085"/> <connection id="46881926" src-id="46880582" dest-id="46881887" weight="3.2296706448358243"/> <connection id="46881927" src-id="46880583" dest-id="46881887" weight="-0.5320104609635601"/> <connection id="46881928" src-id="46880584" dest-id="46881887" weight="1.513858916268851"/> <connection id="46881930" src-id="46880586" dest-id="46881887" weight="2.730532449618422"/> <connection id="46881931" src-id="46880587" dest-id="46881887" weight="-1.3646194378632444"/> <connection id="46881932" src-id="46880588" dest-id="46881887" weight="3.4297541971050802"/> <connection id="46881933" src-id="46880589" dest-id="46881887" weight="1.646300892950784"/> <connection id="46881934" src-id="46880590" dest-id="46881887" weight="-5.920809443502224"/> <connection id="46881935" src-id="46880591" dest-id="46881887" weight="-4.450896770688258"/> <connection id="46881936" src-id="46880592" dest-id="46881887" weight="3.9700409770551097"/> <connection id="46881937" src-id="46880593" dest-id="46881887" weight="10.0"/> <connection id="46881938" src-id="46880594" dest-id="46881887" weight="1.6181487824575393"/> <connection id="46881939" src-id="46880595" dest-id="46881887" weight="3.976363114644454"/> <connection id="46881941" src-id="46880597" dest-id="46881887" weight="4.498437466455082"/> <connection id="46881942" src-id="46880598" dest-id="46881887" weight="-8.148514484418204"/> <connection id="46881943" src-id="46880599" dest-id="46881887" weight="2.917133263934602"/> <connection id="46881944" src-id="46880600" dest-id="46881887" weight="-10.0"/> <connection id="46881945" src-id="46880601" dest-id="46881887" weight="4.779497251179488"/> <connection id="46881946" src-id="46880602" dest-id="46881887" weight="8.852347526382825"/> <connection id="46881947" src-id="46880603" dest-id="46881887" weight="3.611973639512444"/> <connection id="46881948" src-id="46880604" dest-id="46881887" weight="-5.987471204572577"/> <connection id="46881951" src-id="46880607" dest-id="46881887" weight="0.011293922006298418"/> <connection id="46881952" src-id="46880608" dest-id="46881887" weight="3.6668434516104504"/> <connection id="46881953" src-id="46880609" dest-id="46881887" weight="9.131509786034107"/> <connection id="46881954" src-id="46880610" dest-id="46881887" weight="-2.315140785468528"/> <connection id="46881955" src-id="46880611" dest-id="46881887" weight="1.4209677445677702"/> <connection id="46881956" src-id="46880612" dest-id="46881887" weight="-5.217723647333661"/> <connection id="46881957" src-id="46880613" dest-id="46881887" weight="-6.9722660231879985"/> <connection id="46881959" src-id="46880615" dest-id="46881887" weight="-3.0734555820600264"/> <connection id="46881960" src-id="46880616" dest-id="46881887" weight="3.1699242511203423"/> <connection id="46881961" src-id="46880617" dest-id="46881887" weight="7.138259246744486"/> <connection id="46881962" src-id="46880618" dest-id="46881887" weight="-3.1232016258763013"/> <connection id="46881963" src-id="46880619" dest-id="46881887" weight="-5.126604946185844"/> <connection id="46881964" src-id="46880620" dest-id="46881887" weight="-6.281380802793906"/> <connection id="46881965" src-id="46880621" dest-id="46881887" weight="4.6564556988987675"/> <connection id="46881966" src-id="46880622" dest-id="46881887" weight="-3.7230911325733618"/> <connection id="46881967" src-id="46880623" dest-id="46881887" weight="4.68452229038826"/> <connection id="46881968" src-id="46880624" dest-id="46881887" weight="10.0"/> <neuron id="46881971" type="out" activation="sigmoid"/> <connection id="46881972" src-id="46880544" dest-id="46881971" weight="9.516225816773337"/> <connection id="46881973" src-id="46880545" dest-id="46881971" weight="1.0685550827722783"/> <connection id="46881974" src-id="46880546" dest-id="46881971" weight="-0.18316084726309612"/> <connection id="46881975" src-id="46880547" dest-id="46881971" weight="-1.546413200322211"/> <connection id="46881976" src-id="46880548" dest-id="46881971" weight="-5.288498182435825"/> <connection id="46881977" src-id="46880549" dest-id="46881971" weight="-7.452436470523041"/> <connection id="46881978" src-id="46880550" dest-id="46881971" weight="1.0719964542156575"/> <connection id="46881979" src-id="46880551" dest-id="46881971" weight="0.8800459758981412"/> <connection id="46881981" src-id="46880553" dest-id="46881971" weight="-0.33752130053619656"/> <connection id="46881982" src-id="46880554" dest-id="46881971" weight="-1.4635898599717243"/> <connection id="46881983" src-id="46880555" dest-id="46881971" weight="3.353079872168202"/> <connection id="46881985" src-id="46880557" dest-id="46881971" weight="-3.0525040834697914"/> <connection id="46881986" src-id="46880558" dest-id="46881971" weight="2.9565272986210713"/> <connection id="46881987" src-id="46880559" dest-id="46881971" weight="7.244553957885207"/> <connection id="46881988" src-id="46880560" dest-id="46881971" weight="1.5219580465283826"/> <connection id="46881989" src-id="46880561" dest-id="46881971" weight="-8.169195204221499"/> <connection id="46881990" src-id="46880562" dest-id="46881971" weight="5.709432341035485"/> <connection id="46881992" src-id="46880564" dest-id="46881971" weight="7.130008240082472"/> <connection id="46881993" src-id="46880565" dest-id="46881971" weight="-8.161875786361307"/> <connection id="46881994" src-id="46880566" dest-id="46881971" weight="1.3756128613469736"/> <connection id="46881995" src-id="46880567" dest-id="46881971" weight="4.039723808839381"/> <connection id="46881996" src-id="46880568" dest-id="46881971" weight="-7.792318450480686"/> <connection id="46881998" src-id="46880570" dest-id="46881971" weight="3.6952613267039247"/> <connection id="46881999" src-id="46880571" dest-id="46881971" weight="7.177364938833682"/> <connection id="46882000" src-id="46880572" dest-id="46881971" weight="0.7840219896465894"/> <connection id="46882001" src-id="46880573" dest-id="46881971" weight="9.176664933625677"/> <connection id="46882004" src-id="46880576" dest-id="46881971" weight="-3.0837475657792384"/> <connection id="46882006" src-id="46880578" dest-id="46881971" weight="10.0"/> <connection id="46882007" src-id="46880579" dest-id="46881971" weight="-0.8375053243050754"/> <connection id="46882008" src-id="46880580" dest-id="46881971" weight="0.4691299624312679"/> <connection id="46882009" src-id="46880581" dest-id="46881971" weight="-4.351446157229286"/> <connection id="46882010" src-id="46880582" dest-id="46881971" weight="3.92840126177982"/> <connection id="46882011" src-id="46880583" dest-id="46881971" weight="-3.871191354526002"/> <connection id="46882012" src-id="46880584" dest-id="46881971" weight="-3.059013054219294"/> <connection id="46882013" src-id="46880585" dest-id="46881971" weight="-7.9839067783105735"/> <connection id="46882014" src-id="46880586" dest-id="46881971" weight="-4.729270544754264"/> <connection id="46882015" src-id="46880587" dest-id="46881971" weight="-1.6928903622980247"/> <connection id="46882016" src-id="46880588" dest-id="46881971" weight="3.6214646081691293"/> <connection id="46882017" src-id="46880589" dest-id="46881971" weight="6.852377909761483"/> <connection id="46882018" src-id="46880590" dest-id="46881971" weight="-8.684208908597114"/> <connection id="46882019" src-id="46880591" dest-id="46881971" weight="-4.547062787524121"/> <connection id="46882020" src-id="46880592" dest-id="46881971" weight="-2.815924851334353"/> <connection id="46882021" src-id="46880593" dest-id="46881971" weight="-4.223351151662728"/> <connection id="46882022" src-id="46880594" dest-id="46881971" weight="-5.233779491216556"/> <connection id="46882023" src-id="46880595" dest-id="46881971" weight="7.717619167965697"/> <connection id="46882024" src-id="46880596" dest-id="46881971" weight="-4.472966507029996"/> <connection id="46882025" src-id="46880597" dest-id="46881971" weight="7.907482685213768"/> <connection id="46882027" src-id="46880599" dest-id="46881971" weight="0.9624443443404893"/> <connection id="46882028" src-id="46880600" dest-id="46881971" weight="1.3597181799912132"/> <connection id="46882029" src-id="46880601" dest-id="46881971" weight="3.4509273685400847"/> <connection id="46882030" src-id="46880602" dest-id="46881971" weight="-0.8459702229772335"/> <connection id="46882031" src-id="46880603" dest-id="46881971" weight="3.5210020601580796"/> <connection id="46882032" src-id="46880604" dest-id="46881971" weight="-1.4072444626966316"/> <connection id="46882033" src-id="46880605" dest-id="46881971" weight="6.45470283369238"/> <connection id="46882034" src-id="46880606" dest-id="46881971" weight="5.9374708435940855"/> <connection id="46882035" src-id="46880607" dest-id="46881971" weight="-5.987422437843639"/> <connection id="46882037" src-id="46880609" dest-id="46881971" weight="-10.0"/> <connection id="46882038" src-id="46880610" dest-id="46881971" weight="9.91261086434654"/> <connection id="46882039" src-id="46880611" dest-id="46881971" weight="-4.922968468502265"/> <connection id="46882040" src-id="46880612" dest-id="46881971" weight="2.8908030245599625"/> <connection id="46882041" src-id="46880613" dest-id="46881971" weight="-2.9564705926171677"/> <connection id="46882042" src-id="46880614" dest-id="46881971" weight="-4.318456888553521"/> <connection id="46882043" src-id="46880615" dest-id="46881971" weight="5.724234047905679"/> <connection id="46882044" src-id="46880616" dest-id="46881971" weight="3.8504835042246826"/> <connection id="46882045" src-id="46880617" dest-id="46881971" weight="-5.118813330611512"/> <connection id="46882046" src-id="46880618" dest-id="46881971" weight="2.7026372400707714"/> <connection id="46882047" src-id="46880619" dest-id="46881971" weight="-0.9002380804578559"/> <connection id="46882050" src-id="46880622" dest-id="46881971" weight="0.8688581884224491"/> <connection id="46882051" src-id="46880623" dest-id="46881971" weight="4.732356114841413"/> <connection id="46882052" src-id="46880624" dest-id="46881971" weight="-1.8769243558960385"/> <connection id="46882053" src-id="46880625" dest-id="46881971" weight="1.7680560574619744"/> <connection id="46882054" src-id="46880626" dest-id="46881971" weight="-2.902387217322108"/> <neuron id="46882055" type="out" activation="sigmoid"/> <connection id="46882057" src-id="46880545" dest-id="46882055" weight="-1.2188916019612621"/> <connection id="46882058" src-id="46880546" dest-id="46882055" weight="2.5466772131709674"/> <connection id="46882060" src-id="46880548" dest-id="46882055" weight="10.0"/> <connection id="46882064" src-id="46880552" dest-id="46882055" weight="0.9681708401410607"/> <connection id="46882065" src-id="46880553" dest-id="46882055" weight="-1.49860496566721"/> <connection id="46882066" src-id="46880554" dest-id="46882055" weight="-4.876650635394323"/> <connection id="46882067" src-id="46880555" dest-id="46882055" weight="-0.9205616097656343"/> <connection id="46882068" src-id="46880556" dest-id="46882055" weight="-3.5192772352191772"/> <connection id="46882069" src-id="46880557" dest-id="46882055" weight="-5.606997493375172"/> <connection id="46882070" src-id="46880558" dest-id="46882055" weight="-5.674752087532841"/> <connection id="46882071" src-id="46880559" dest-id="46882055" weight="-5.6087417712649845"/> <connection id="46882072" src-id="46880560" dest-id="46882055" weight="1.6400321833082876"/> <connection id="46882073" src-id="46880561" dest-id="46882055" weight="-1.9474483016460722"/> <connection id="46882074" src-id="46880562" dest-id="46882055" weight="-8.574326910458979"/> <connection id="46882076" src-id="46880564" dest-id="46882055" weight="-6.267762230693361"/> <connection id="46882077" src-id="46880565" dest-id="46882055" weight="7.373103370478581"/> <connection id="46882078" src-id="46880566" dest-id="46882055" weight="5.495061595339361"/> <connection id="46882080" src-id="46880568" dest-id="46882055" weight="-7.7926417319503845"/> <connection id="46882081" src-id="46880569" dest-id="46882055" weight="-0.9908376774033629"/> <connection id="46882082" src-id="46880570" dest-id="46882055" weight="-4.5824047595124675"/> <connection id="46882083" src-id="46880571" dest-id="46882055" weight="-8.71060789487928"/> <connection id="46882084" src-id="46880572" dest-id="46882055" weight="9.313458004609835"/> <connection id="46882086" src-id="46880574" dest-id="46882055" weight="3.4643990439946646"/> <connection id="46882087" src-id="46880575" dest-id="46882055" weight="-8.561385335919931"/> <connection id="46882088" src-id="46880576" dest-id="46882055" weight="-0.31042963799299705"/> <connection id="46882089" src-id="46880577" dest-id="46882055" weight="4.824677620859131"/> <connection id="46882090" src-id="46880578" dest-id="46882055" weight="-3.462074310056937"/> <connection id="46882092" src-id="46880580" dest-id="46882055" weight="-2.5701998168562925"/> <connection id="46882093" src-id="46880581" dest-id="46882055" weight="0.4163502901418178"/> <connection id="46882094" src-id="46880582" dest-id="46882055" weight="6.803458086805993"/> <connection id="46882095" src-id="46880583" dest-id="46882055" weight="4.681732424262329"/> <connection id="46882096" src-id="46880584" dest-id="46882055" weight="-6.748269216931115"/> <connection id="46882097" src-id="46880585" dest-id="46882055" weight="-8.513368809314741"/> <connection id="46882098" src-id="46880586" dest-id="46882055" weight="9.248351522873628"/> <connection id="46882099" src-id="46880587" dest-id="46882055" weight="-8.319987018595057"/> <connection id="46882100" src-id="46880588" dest-id="46882055" weight="-10.0"/> <connection id="46882101" src-id="46880589" dest-id="46882055" weight="7.6201842200161245"/> <connection id="46882103" src-id="46880591" dest-id="46882055" weight="4.378787989081198"/> <connection id="46882104" src-id="46880592" dest-id="46882055" weight="-0.03241565913300304"/> <connection id="46882105" src-id="46880593" dest-id="46882055" weight="-4.207710390688448"/> <connection id="46882106" src-id="46880594" dest-id="46882055" weight="8.32789648553293"/> <connection id="46882107" src-id="46880595" dest-id="46882055" weight="-4.601053039634797"/> <connection id="46882108" src-id="46880596" dest-id="46882055" weight="-5.2306481903423"/> <connection id="46882109" src-id="46880597" dest-id="46882055" weight="4.343012349349758"/> <connection id="46882110" src-id="46880598" dest-id="46882055" weight="-8.607227239189852"/> <connection id="46882111" src-id="46880599" dest-id="46882055" weight="0.6843635337958626"/> <connection id="46882112" src-id="46880600" dest-id="46882055" weight="10.0"/> <connection id="46882113" src-id="46880601" dest-id="46882055" weight="-1.6708884753451771"/> <connection id="46882114" src-id="46880602" dest-id="46882055" weight="-4.441554097136015"/> <connection id="46882115" src-id="46880603" dest-id="46882055" weight="-4.078963752898927"/> <connection id="46882116" src-id="46880604" dest-id="46882055" weight="4.820919283271511"/> <connection id="46882118" src-id="46880606" dest-id="46882055" weight="-1.2030567462487654"/> <connection id="46882119" src-id="46880607" dest-id="46882055" weight="-3.6417799605760623"/> <connection id="46882121" src-id="46880609" dest-id="46882055" weight="2.7549555040255704"/> <connection id="46882122" src-id="46880610" dest-id="46882055" weight="-2.6914227908701855"/> <connection id="46882123" src-id="46880611" dest-id="46882055" weight="6.160561300802749"/> <connection id="46882124" src-id="46880612" dest-id="46882055" weight="-1.5273608622386625"/> <connection id="46882125" src-id="46880613" dest-id="46882055" weight="0.7772671264693221"/> <connection id="46882128" src-id="46880616" dest-id="46882055" weight="-2.1195176882401383"/> <connection id="46882129" src-id="46880617" dest-id="46882055" weight="9.449881436620196"/> <connection id="46882130" src-id="46880618" dest-id="46882055" weight="-2.812008773634399"/> <connection id="46882131" src-id="46880619" dest-id="46882055" weight="0.3645244316831947"/> <connection id="46882132" src-id="46880620" dest-id="46882055" weight="-4.854849005744667"/> <connection id="46882133" src-id="46880621" dest-id="46882055" weight="1.97233776743469"/> <connection id="46882134" src-id="46880622" dest-id="46882055" weight="1.6172643761720806"/> <connection id="46882135" src-id="46880623" dest-id="46882055" weight="-3.028301339140916"/> <connection id="46882136" src-id="46880624" dest-id="46882055" weight="1.6086216997200138"/> <connection id="46882137" src-id="46880625" dest-id="46882055" weight="-0.8679305363435541"/> <connection id="46882138" src-id="46880626" dest-id="46882055" weight="4.99640341374999"/> <neuron id="46882139" type="out" activation="sigmoid"/> <connection id="46882140" src-id="46880544" dest-id="46882139" weight="1.3289449036954397"/> <connection id="46882141" src-id="46880545" dest-id="46882139" weight="-10.0"/> <connection id="46882142" src-id="46880546" dest-id="46882139" weight="-5.197195392005184"/> <connection id="46882143" src-id="46880547" dest-id="46882139" weight="-5.984176655788477"/> <connection id="46882144" src-id="46880548" dest-id="46882139" weight="2.902755701557532"/> <connection id="46882145" src-id="46880549" dest-id="46882139" weight="6.901252122506832"/> <connection id="46882146" src-id="46880550" dest-id="46882139" weight="-4.875566172451348"/> <connection id="46882147" src-id="46880551" dest-id="46882139" weight="-7.221399233225315"/> <connection id="46882148" src-id="46880552" dest-id="46882139" weight="0.4779572759584305"/> <connection id="46882149" src-id="46880553" dest-id="46882139" weight="-1.655663228198433"/> <connection id="46882150" src-id="46880554" dest-id="46882139" weight="1.174138948577033"/> <connection id="46882151" src-id="46880555" dest-id="46882139" weight="1.2431756244044985"/> <connection id="46882153" src-id="46880557" dest-id="46882139" weight="-5.335149390131028"/> <connection id="46882154" src-id="46880558" dest-id="46882139" weight="-2.6222284920726304"/> <connection id="46882155" src-id="46880559" dest-id="46882139" weight="-10.0"/> <connection id="46882156" src-id="46880560" dest-id="46882139" weight="5.0043516533262125"/> <connection id="46882157" src-id="46880561" dest-id="46882139" weight="8.988905873567791"/> <connection id="46882158" src-id="46880562" dest-id="46882139" weight="7.635166854554619"/> <connection id="46882159" src-id="46880563" dest-id="46882139" weight="2.373952148688667"/> <connection id="46882160" src-id="46880564" dest-id="46882139" weight="-3.125064758001684"/> <connection id="46882161" src-id="46880565" dest-id="46882139" weight="6.034923367876599"/> <connection id="46882162" src-id="46880566" dest-id="46882139" weight="-8.56028764186726"/> <connection id="46882163" src-id="46880567" dest-id="46882139" weight="-1.2480464965967046"/> <connection id="46882164" src-id="46880568" dest-id="46882139" weight="1.3794545011907369"/> <connection id="46882165" src-id="46880569" dest-id="46882139" weight="-5.477489385579797"/> <connection id="46882166" src-id="46880570" dest-id="46882139" weight="-1.90746433723779"/> <connection id="46882168" src-id="46880572" dest-id="46882139" weight="-0.43715931079631043"/> <connection id="46882169" src-id="46880573" dest-id="46882139" weight="-3.5644592678246725"/> <connection id="46882170" src-id="46880574" dest-id="46882139" weight="-0.5286450560138269"/> <connection id="46882171" src-id="46880575" dest-id="46882139" weight="-0.5645390673313797"/> <connection id="46882172" src-id="46880576" dest-id="46882139" weight="-3.894696797714007"/> <connection id="46882173" src-id="46880577" dest-id="46882139" weight="-3.5039232608825994"/> <connection id="46882174" src-id="46880578" dest-id="46882139" weight="-0.08990532973374303"/> <connection id="46882175" src-id="46880579" dest-id="46882139" weight="-6.30247044605471"/> <connection id="46882176" src-id="46880580" dest-id="46882139" weight="1.0120191434195436"/> <connection id="46882177" src-id="46880581" dest-id="46882139" weight="2.2069398455762665"/> <connection id="46882178" src-id="46880582" dest-id="46882139" weight="-2.3029133471326753"/> <connection id="46882179" src-id="46880583" dest-id="46882139" weight="0.5350265415835882"/> <connection id="46882181" src-id="46880585" dest-id="46882139" weight="-5.841754718786772"/> <connection id="46882182" src-id="46880586" dest-id="46882139" weight="7.63046339335959"/> <connection id="46882183" src-id="46880587" dest-id="46882139" weight="-6.354513247874053"/> <connection id="46882184" src-id="46880588" dest-id="46882139" weight="1.5470459976680202"/> <connection id="46882185" src-id="46880589" dest-id="46882139" weight="3.842886061903549"/> <connection id="46882186" src-id="46880590" dest-id="46882139" weight="4.065310515015439"/> <connection id="46882188" src-id="46880592" dest-id="46882139" weight="-1.319417445195749"/> <connection id="46882189" src-id="46880593" dest-id="46882139" weight="-9.124638998943576"/> <connection id="46882190" src-id="46880594" dest-id="46882139" weight="4.083224002941844"/> <connection id="46882191" src-id="46880595" dest-id="46882139" weight="-3.6339555148007268"/> <connection id="46882192" src-id="46880596" dest-id="46882139" weight="5.29650072909946"/> <connection id="46882193" src-id="46880597" dest-id="46882139" weight="-0.24658083548471765"/> <connection id="46882194" src-id="46880598" dest-id="46882139" weight="-1.7160358655729455"/> <connection id="46882195" src-id="46880599" dest-id="46882139" weight="-4.449932010850334"/> <connection id="46882196" src-id="46880600" dest-id="46882139" weight="0.2943380854469386"/> <connection id="46882197" src-id="46880601" dest-id="46882139" weight="-3.77634895912733"/> <connection id="46882198" src-id="46880602" dest-id="46882139" weight="-3.891477282415985"/> <connection id="46882200" src-id="46880604" dest-id="46882139" weight="-2.5484203482233028"/> <connection id="46882201" src-id="46880605" dest-id="46882139" weight="-0.8170134597531531"/> <connection id="46882202" src-id="46880606" dest-id="46882139" weight="0.737680716844549"/> <connection id="46882203" src-id="46880607" dest-id="46882139" weight="0.08163926269425836"/> <connection id="46882205" src-id="46880609" dest-id="46882139" weight="-4.595213973130885"/> <connection id="46882206" src-id="46880610" dest-id="46882139" weight="-4.400079491273964"/> <connection id="46882207" src-id="46880611" dest-id="46882139" weight="10.0"/> <connection id="46882208" src-id="46880612" dest-id="46882139" weight="-10.0"/> <connection id="46882212" src-id="46880616" dest-id="46882139" weight="-1.2970168339418695"/> <connection id="46882213" src-id="46880617" dest-id="46882139" weight="1.547525110861243"/> <connection id="46882214" src-id="46880618" dest-id="46882139" weight="-0.41635799682697794"/> <connection id="46882215" src-id="46880619" dest-id="46882139" weight="-4.5884236537562"/> <connection id="46882217" src-id="46880621" dest-id="46882139" weight="-8.437709042940677"/> <connection id="46882218" src-id="46880622" dest-id="46882139" weight="1.5428952251536578"/> <connection id="46882220" src-id="46880624" dest-id="46882139" weight="-6.866984420564849"/> <connection id="46882221" src-id="46880625" dest-id="46882139" weight="-3.610170044871869"/> <connection id="46882222" src-id="46880626" dest-id="46882139" weight="3.067081360577948"/> <connection id="46897959" src-id="46880614" dest-id="46881047" weight="2.7835708837921134"/> </chromosome>
89.540915
108
0.743514
0c611c96eb7d42bc2d31ba1fd99038f1d1a79c1b
1,095
xml
XML
pygetpapers_workflow/test_abies/PMC7886209/sections/2_back/0_ref-list/112_ref.xml
petermr/dictionary
4b5e4c79adacf8ba0973c16c2f702cc1110624b8
[ "Apache-2.0" ]
7
2021-01-30T17:42:00.000Z
2022-01-09T08:08:48.000Z
pygetpapers_workflow/test_abies/PMC7886209/sections/2_back/0_ref-list/112_ref.xml
petermr/dictionary
4b5e4c79adacf8ba0973c16c2f702cc1110624b8
[ "Apache-2.0" ]
25
2020-11-16T15:36:41.000Z
2021-06-01T05:15:31.000Z
pygetpapers_workflow/test_abies/PMC7886209/sections/2_back/0_ref-list/112_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="pone.0246805.ref112"> <label>112</label> <mixed-citation publication-type="journal"> <name> <surname>Barigah</surname> <given-names>T. S.</given-names> </name>, <name> <surname>Charrier</surname> <given-names>O.</given-names> </name>, <name> <surname>Douris</surname> <given-names>M.</given-names> </name>, <name> <surname>Bonhomme</surname> <given-names>M.</given-names> </name>, <name> <surname>Herbette</surname> <given-names>S.</given-names> </name>, <name> <surname>Améglio</surname> <given-names>T.</given-names> </name>, <etal>et al</etal> <article-title>Water stress-induced xylem hydraulic failure is a causal factor of tree mortality in beech and poplar</article-title>. <source>Annals of Botany</source>. 12013; <volume>12</volume>( <issue>7</issue>): <fpage>1431</fpage>– <lpage>1437</lpage>. <pub-id pub-id-type="doi">10.1093/aob/mct204</pub-id> <?supplied-pmid 24081280?> <pub-id pub-id-type="pmid">24081280</pub-id> </mixed-citation> </ref>
26.707317
136
0.644749
015e7d02a572854497e150ee4be70efab92b155f
86
xml
XML
bottombar/src/main/AndroidManifest.xml
agramian/purtee
f02a58410d689bc2f7c92b3100ad8053dedd3471
[ "MIT" ]
null
null
null
bottombar/src/main/AndroidManifest.xml
agramian/purtee
f02a58410d689bc2f7c92b3100ad8053dedd3471
[ "MIT" ]
2
2018-01-24T19:52:14.000Z
2021-02-22T21:33:09.000Z
bottombar/src/main/AndroidManifest.xml
agramian/purrty
f02a58410d689bc2f7c92b3100ad8053dedd3471
[ "MIT" ]
null
null
null
<manifest package="com.abtingramian.purrty.bottombar"> <application/> </manifest>
21.5
54
0.744186
d979e55fba7656312b3eb4635408363a476c9b4e
1,483
xml
XML
EasyTouch-master/EasyTouch/app/src/main/res/drawable/vector_drawable_voice_menu.xml
zfanai/android-study
a752c16e90702ae354ac8c817990412db75545f8
[ "MIT" ]
null
null
null
EasyTouch-master/EasyTouch/app/src/main/res/drawable/vector_drawable_voice_menu.xml
zfanai/android-study
a752c16e90702ae354ac8c817990412db75545f8
[ "MIT" ]
null
null
null
EasyTouch-master/EasyTouch/app/src/main/res/drawable/vector_drawable_voice_menu.xml
zfanai/android-study
a752c16e90702ae354ac8c817990412db75545f8
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:viewportWidth="1024" android:viewportHeight="1024" android:width="40dp" android:height="40dp"> <path android:fillColor="#FF000000" android:pathData="M931 206.6v403.7c0 9.1-8.5 25.6-23.1 25.6h-67.3c-10 0-23-11.8-23-25.6V239.6c0-16.3 6.6-23.2 13.2-26.3 6.6-3.2 58-27.8 63.7-30.3 12.7-5.5 36.5 4.5 36.5 23.6zM750.5 297.1v315.4c0 7.2-8.5 23.3-23.1 23.3h-67.3c-10 0-23-11.4-23-22.2V323.2c0-12.9 7.7-18.3 13.8-21.9 7.3-4.4 55.8-27.5 61.5-29.8 17.6-7.3 38.1 3.4 38.1 25.6zM569.4 387.8v225.8c0 11.9-8.5 22.2-23.1 22.2H479c-13.9 0-23-9.6-23-24.4V406.9c0-9.4 9.2-15.7 15.4-18.6 8.3-3.9 50.7-24.1 56-26.8 13.4-6.9 42-2.8 42 26.3zM388.7 479.7v132.4c0 19.5-8.5 23.7-23.1 23.7h-67.3c-14.3 0-23-13.2-23-25V495.9c0-5.9 3.1-12.7 14.5-19 7.9-4.4 50-24.4 55.3-26.9 20.1-9.4 43.6-2.9 43.6 29.7zM206.4 562.2v48c0 13-8.5 25.6-23.1 25.6H116c-12 0-23-11.7-23-22.2v-20.9c0-16.7 10.9-25.3 16.9-28.2 6.8-3.3 46.9-23 52.2-25.3 32.9-14.4 44.3 8.3 44.3 23zM959.4 778.2H791.5c-1 0-1.9-0.8-1.9-1.9v-38.8c0-1 0.8-1.9 1.9-1.9h167.8c1 0 1.9 0.8 1.9 1.9v38.8c0 1-0.8 1.9-1.8 1.9zM233 778.2H65.2c-1 0-1.9-0.8-1.9-1.9v-38.8c0-1 0.8-1.9 1.9-1.9H233c1 0 1.9 0.8 1.9 1.9v38.8c0 1-0.9 1.9-1.9 1.9z" /> <path android:fillColor="#FF000000" android:pathData="M896.7 673v167.8c0 1-0.8 1.9-1.9 1.9H856c-1 0-1.9-0.8-1.9-1.9V673c0-1 0.8-1.9 1.9-1.9h38.8c1.1 0 1.9 0.8 1.9 1.9z" /> </vector>
185.375
1,036
0.645314
b70f1f28a046ee38cae11490fee9189d746e8810
10,301
xml
XML
mcs/class/System.ServiceModel/Documentation/en/System.ServiceModel.Dispatcher/MessageFilter.xml
nberardi/mono
3f8134d3fdc8cd4d1b3193bf81a19efa2001a5e5
[ "Apache-2.0" ]
null
null
null
mcs/class/System.ServiceModel/Documentation/en/System.ServiceModel.Dispatcher/MessageFilter.xml
nberardi/mono
3f8134d3fdc8cd4d1b3193bf81a19efa2001a5e5
[ "Apache-2.0" ]
2
2020-02-26T11:52:19.000Z
2021-01-19T16:23:44.000Z
mcs/class/System.ServiceModel/Documentation/en/System.ServiceModel.Dispatcher/MessageFilter.xml
nberardi/mono
3f8134d3fdc8cd4d1b3193bf81a19efa2001a5e5
[ "Apache-2.0" ]
1
2020-10-14T21:29:21.000Z
2020-10-14T21:29:21.000Z
<?xml version="1.0" encoding="utf-8"?> <Type Name="MessageFilter" FullName="System.ServiceModel.Dispatcher.MessageFilter"> <TypeSignature Language="C#" Value="public abstract class MessageFilter" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit MessageFilter extends System.Object" /> <AssemblyInfo> <AssemblyName>System.ServiceModel</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Object</BaseTypeName> </Base> <Interfaces /> <Attributes> <Attribute> <AttributeName>System.Runtime.Serialization.DataContract</AttributeName> </Attribute> <Attribute> <AttributeName>System.Runtime.Serialization.KnownType(typeof(System.ServiceModel.Dispatcher.MatchNoneMessageFilter))</AttributeName> </Attribute> <Attribute> <AttributeName>System.Runtime.Serialization.KnownType(typeof(System.ServiceModel.Dispatcher.ActionMessageFilter))</AttributeName> </Attribute> <Attribute> <AttributeName>System.Runtime.Serialization.KnownType(typeof(System.ServiceModel.Dispatcher.MatchAllMessageFilter))</AttributeName> </Attribute> <Attribute> <AttributeName>System.Runtime.Serialization.KnownType(typeof(System.ServiceModel.Dispatcher.XPathMessageFilter))</AttributeName> </Attribute> </Attributes> <Docs> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para> <see cref="T:System.ServiceModel.Dispatcher.MessageFilter" /> is an abstract class that developers implement in order to specify the criteria to use for inspecting messages. Typically, filters are used by an endpoint application to determine what to do with a message based on an examination of some part of the message. A queuing process, for example, can use an XPath 1.0 query to check the priority element of a known header to determine whether to move a message to the front of the queue. </para> <para>Filters are stored in a filter table that implements <see cref="T:System.ServiceModel.Dispatcher.IMessageFilterTable`1" />. Each filter in the table is associated with specified filter data that can be used to indicate what actions to take if a message matches the filter. The <see cref="Overload:System.ServiceModel.Dispatcher.MessageFilter.Match" /> methods are used to determine if a message satisfies a filter. </para> <para>The criteria used by a filter cannot be changed once the filter is constructed because the filter tables have no way to detect a change. The only way to modify the criteria of a filter is to construct a new one and delete the existing filter.</para> <para>The following classes implement the abstract <see cref="T:System.ServiceModel.Dispatcher.MessageFilter" /> class:</para> <list type="bullet"> <item> <para> <see cref="T:System.ServiceModel.Dispatcher.XPathMessageFilter" /> uses an XPath 1.0 expression to specify the criteria for a match.</para> </item> <item> <para> <see cref="T:System.ServiceModel.Dispatcher.MatchAllMessageFilter" /> matches all messages.</para> </item> <item> <para> <see cref="T:System.ServiceModel.Dispatcher.MatchNoneMessageFilter" /> matches none of the messages.</para> </item> <item> <para> <see cref="T:System.ServiceModel.Dispatcher.ActionMessageFilter" /> tests whether the action of a message is one of a specified set of actions.</para> </item> <item> <para> <see cref="T:System.ServiceModel.Dispatcher.EndpointAddressMessageFilter" /> tests whether a message satisfies a specified endpoint address.</para> </item> </list> <para> <see cref="T:System.ServiceModel.Channels.ChannelListenerBase`1" /> is an abstract base class that you can use for writing non-queuing listeners.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>abstract base class for different classes of filters used to query messages.</para> </summary> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="protected MessageFilter ();" /> <MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <Parameters /> <Docs> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>The constructor is protected so that only filters that derive from <see cref="T:System.ServiceModel.Dispatcher.MessageFilter" /> can be instantiated.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>When called in a derived class, initializes a new instance of the <see cref="T:System.ServiceModel.Dispatcher.MessageFilter" /> class. </para> </summary> </Docs> </Member> <Member MemberName="CreateFilterTable&lt;FilterData&gt;"> <MemberSignature Language="C#" Value="protected virtual System.ServiceModel.Dispatcher.IMessageFilterTable&lt;FilterData&gt; CreateFilterTable&lt;FilterData&gt; ();" /> <MemberSignature Language="ILAsm" Value=".method familyorassemblyhidebysig newslot virtual instance class System.ServiceModel.Dispatcher.IMessageFilterTable`1&lt;!!FilterData&gt; CreateFilterTable&lt;FilterData&gt;() cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.ServiceModel.Dispatcher.IMessageFilterTable&lt;FilterData&gt;</ReturnType> </ReturnValue> <TypeParameters> <TypeParameter Name="FilterData" /> </TypeParameters> <Parameters /> <Docs> <typeparam name="FilterData">To be added.</typeparam> <returns>To be added.</returns> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>This method is intended to be called by <see cref="T:System.ServiceModel.Dispatcher.MessageFilterTable`1" />. Users should create a filter table by calling a constructor for the filter table. The default implementation of this method returns a filter table that calls the <see cref="Overload:System.ServiceModel.Dispatcher.MessageFilter.Match" /> method of each filter sequentially. Override this method to associate a custom filter table when implementing a filter.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Creates a filter table for a filter that has a specified type of data associated with it.</para> </summary> </Docs> </Member> <Member MemberName="Match"> <MemberSignature Language="C#" Value="public abstract bool Match (System.ServiceModel.Channels.Message message);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool Match(class System.ServiceModel.Channels.Message message) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Parameters> <Parameter Name="message" Type="System.ServiceModel.Channels.Message" /> </Parameters> <Docs> <returns>To be added.</returns> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>This method cannot inspect the contents of the message body.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>When overridden in a derived class, tests whether a message satisfies the filter criteria. The body cannot be examined.</para> </summary> <param name="message"> <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.ServiceModel.Channels.Message" /> object to test. </param> </Docs> </Member> <Member MemberName="Match"> <MemberSignature Language="C#" Value="public abstract bool Match (System.ServiceModel.Channels.MessageBuffer buffer);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool Match(class System.ServiceModel.Channels.MessageBuffer buffer) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Parameters> <Parameter Name="buffer" Type="System.ServiceModel.Channels.MessageBuffer" /> </Parameters> <Docs> <returns>To be added.</returns> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>The message must be fully buffered if the body is to be inspected by the filter. The body of the <see cref="T:System.ServiceModel.Channels.MessageBuffer" /> is fully buffered and therefore can be inspected by a filter. The body of a <see cref="T:System.ServiceModel.Channels.Message" /> that has not been fully buffered may be consumed by the filter inspection. The header element of a <see cref="T:System.ServiceModel.Channels.Message" /> is automatically buffered and therefore can be inspected without being consumed.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>When overridden in a derived class, tests whether a buffered message satisfies the criteria of a filter.</para> </summary> <param name="buffer"> <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.ServiceModel.Channels.MessageBuffer" /> object to test. </param> </Docs> </Member> </Members> </Type>
60.594118
543
0.69867
9816c2c069b7136ffcaf8c6cbf2025f49101f394
3,433
xml
XML
jomc-sdk-jta/pom.xml
JOMC/JOMC-SDK
2dc1e0d7156629b94bd2ea2817257382d59c8e37
[ "BSD-2-Clause" ]
null
null
null
jomc-sdk-jta/pom.xml
JOMC/JOMC-SDK
2dc1e0d7156629b94bd2ea2817257382d59c8e37
[ "BSD-2-Clause" ]
null
null
null
jomc-sdk-jta/pom.xml
JOMC/JOMC-SDK
2dc1e0d7156629b94bd2ea2817257382d59c8e37
[ "BSD-2-Clause" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) Christian Schulte, 2005-206 All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: o Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. o Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. $JOMC$ --> <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"> <parent> <groupId>org.jomc.sdk</groupId> <artifactId>jomc-sdk</artifactId> <version>1.0-beta-3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jomc-sdk-jta</artifactId> <name>JOMC SDK JTA</name> <description>Object management and configuration software development kit JTA support.</description> <url>${jomc.artifacts.url}/${project.artifactId}-${project.version}</url> <build> <pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> <executions> <execution> <id>default-check</id> <configuration> <signature> <groupId>org.jomc.build</groupId> <artifactId>jdk15-jta11-signature</artifactId> <version>${jomc.build.version}</version> </signature> </configuration> </execution> </executions> </plugin> </plugins> </pluginManagement> <resources> <resource> <filtering>true</filtering> <directory>src/main/resources</directory> </resource> </resources> <testResources> <testResource> <filtering>true</filtering> <directory>src/test/resources</directory> </testResource> </testResources> </build> <dependencies> <dependency> <groupId>javax.transaction</groupId> <artifactId>transaction-api</artifactId> <scope>compile</scope> </dependency> </dependencies> <distributionManagement> <site> <id>jomc.sourceforge.net</id> <name>JOMC Site</name> <url>${jomc.artifacts.distribution.url}/${project.artifactId}-${project.version}</url> </site> </distributionManagement> </project>
36.913978
201
0.676668
981a3c082e9ee658a2f269bc65b5a7baaca231db
10,887
xml
XML
test1/template/build.xml
matrix3d/cocos2d-x-html5-test
22f36daead8bd8cab0aa176e6c93599c642a5b81
[ "MIT" ]
null
null
null
test1/template/build.xml
matrix3d/cocos2d-x-html5-test
22f36daead8bd8cab0aa176e6c93599c642a5b81
[ "MIT" ]
null
null
null
test1/template/build.xml
matrix3d/cocos2d-x-html5-test
22f36daead8bd8cab0aa176e6c93599c642a5b81
[ "MIT" ]
null
null
null
<?xml version="1.0"?> <project name="Javascript compress project" basedir="." default="compile"> <taskdef name="jscomp" classname="com.google.javascript.jscomp.ant.CompileTask" classpath="D:/bak/Cocos2d-html5-v2.2/tools/compiler/compiler.jar"/> <target name="compile"><!-- advanced simple --> <jscomp compilationLevel="advanced" warning="quiet" debug="false" output="myTemplate.js"> <externs dir="${basedir}/../cocos2d"> <file name="cocos2d_externs.js"/> </externs> <sources dir="${basedir}/../cocos2d"> <file name="platform/CCClass.js"/> <file name="cocoa/CCGeometry.js"/> <file name="platform/Sys.js"/> <file name="platform/CCConfig.js"/> <file name="platform/CCCommon.js"/> <file name="platform/miniFramework.js"/> <file name="platform/ZipUtils.js"/> <file name="platform/base64.js"/> <file name="platform/gzip.js"/> <file name="platform/CCMacro.js"/> <file name="platform/CCFileUtils.js"/> <file name="platform/CCTypes.js"/> <file name="platform/CCAccelerometer.js"/> <file name="platform/CCEGLView.js"/> <file name="platform/CCImage.js"/> <file name="platform/zlib.min.js"/> <file name="cocoa/CCNS.js"/> <file name="cocoa/CCSet.js"/> <file name="kazmath/vec2.js"/> <file name="kazmath/vec3.js"/> <file name="kazmath/vec4.js"/> <file name="kazmath/utility.js"/> <file name="kazmath/ray2.js"/> <file name="kazmath/mat3.js"/> <file name="kazmath/mat4.js"/> <file name="kazmath/plane.js"/> <file name="kazmath/quaternion.js"/> <file name="kazmath/aabb.js"/> <file name="kazmath/GL/mat4stack.js"/> <file name="kazmath/GL/matrix.js"/> <file name="cocoa/CCAffineTransform.js"/> <file name="support/CCPointExtension.js"/> <file name="support/CCPNGReader.js"/> <file name="support/CCTIFFReader.js"/> <file name="support/CCUserDefault.js"/> <file name="support/CCVertex.js"/> <file name="support/TransformUtils.js"/> <file name="support/component/CCComponent.js"/> <file name="support/component/CCComponentContainer.js"/> <file name="shaders/CCShaders.js"/> <file name="shaders/CCGLProgram.js"/> <file name="shaders/CCGLStateCache.js"/> <file name="shaders/CCShaderCache.js"/> <file name="base_nodes/CCNode.js"/> <file name="base_nodes/CCdomNode.js"/> <file name="base_nodes/CCAtlasNode.js"/> <file name="textures/CCTexture2D.js"/> <file name="textures/CCTextureCache.js"/> <file name="textures/CCTextureAtlas.js"/> <file name="misc_nodes/CCRenderTexture.js"/> <file name="misc_nodes/CCProgressTimer.js"/> <file name="misc_nodes/CCClippingNode.js"/> <file name="misc_nodes/CCMotionStreak.js"/> <file name="effects/CCGrid.js"/> <file name="effects/CCGrabber.js"/> <file name="actions/CCAction.js"/> <file name="actions/CCActionInterval.js"/> <file name="actions/CCActionInstant.js"/> <file name="actions/CCActionManager.js"/> <file name="actions/CCActionProgressTimer.js"/> <file name="actions/CCActionCamera.js"/> <file name="actions/CCActionEase.js"/> <file name="actions/CCActionGrid.js"/> <file name="actions/CCActionGrid3D.js"/> <file name="actions/CCActionPageTurn3D.js"/> <file name="actions/CCActionTiledGrid.js"/> <file name="actions/CCActionTween.js"/> <file name="actions/CCActionCatmullRom.js"/> <file name="layers_scenes_transitions_nodes/CCScene.js"/> <file name="layers_scenes_transitions_nodes/CCLayer.js"/> <file name="layers_scenes_transitions_nodes/CCTransition.js"/> <file name="layers_scenes_transitions_nodes/CCTransitionProgress.js"/> <file name="layers_scenes_transitions_nodes/CCTransitionPageTurn.js"/> <file name="sprite_nodes/CCSprite.js"/> <file name="sprite_nodes/CCAnimation.js"/> <file name="sprite_nodes/CCAnimationCache.js"/> <file name="sprite_nodes/CCSpriteFrame.js"/> <file name="sprite_nodes/CCSpriteFrameCache.js"/> <file name="sprite_nodes/CCSpriteBatchNode.js"/> <file name="label_nodes/CCLabelAtlas.js"/> <file name="label_nodes/CCLabelTTF.js"/> <file name="label_nodes/CCLabelBMFont.js"/> <file name="particle_nodes/CCParticleSystem.js"/> <file name="particle_nodes/CCParticleBatchNode.js"/> <file name="particle_nodes/CCParticleExamples.js"/> <file name="touch_dispatcher/CCTouchDelegateProtocol.js"/> <file name="touch_dispatcher/CCTouchHandler.js"/> <file name="touch_dispatcher/CCTouchDispatcher.js"/> <file name="touch_dispatcher/CCMouseDispatcher.js"/> <file name="keyboard_dispatcher/CCKeyboardDelegate.js"/> <file name="keyboard_dispatcher/CCKeyboardDispatcher.js"/> <file name="text_input_node/CCIMEDispatcher.js"/> <file name="text_input_node/CCTextFieldTTF.js"/> <file name="draw_nodes/CCDrawNode.js" /> <file name="physics_nodes/CCPhysicsDebugNode.js" /> <file name="physics_nodes/CCPhysicsSprite.js" /> <file name="CCConfiguration.js"/> <file name="CCDirector.js"/> <file name="CCCamera.js"/> <file name="CCScheduler.js"/> <file name="CCLoader.js"/> <file name="CCDrawingPrimitives.js"/> <file name="platform/CCApplication.js"/> <file name="platform/CCSAXParser.js"/> <file name="platform/AppControl.js"/> <file name="menu_nodes/CCMenuItem.js"/> <file name="menu_nodes/CCMenu.js"/> <file name="tileMap_parallax_nodes/CCTMXTiledMap.js"/> <file name="tileMap_parallax_nodes/CCTMXXMLParser.js"/> <file name="tileMap_parallax_nodes/CCTMXObjectGroup.js"/> <file name="tileMap_parallax_nodes/CCTMXLayer.js"/> <file name="tileMap_parallax_nodes/CCParallaxNode.js"/> </sources> <sources dir="${basedir}/../CocosDenshion"> <file name="SimpleAudioEngine.js"/> </sources> <!-- extensions --> <sources dir="${basedir}/../extensions"> <file name="CCBReader/CCBReaderUtil.js"/> <file name="CCBReader/CCBValue.js"/> <file name="CCBReader/CCBKeyframe.js"/> <file name="CCBReader/CCBSequence.js"/> <file name="CCBReader/CCNodeLoader.js"/> <file name="CCBReader/CCBReader.js"/> <file name="CCBReader/CCControlLoader.js"/> <file name="CCBReader/CCSpriteLoader.js"/> <file name="CCBReader/CCNodeLoaderLibrary.js"/> <file name="CCBReader/CCBRelativePositioning.js"/> <file name="CCBReader/CCBAnimationManager.js"/> <file name="GUI/CCControlExtension/CCControlUtils.js"/> <file name="GUI/CCControlExtension/CCControl.js"/> <file name="GUI/CCControlExtension/CCControlButton.js"/> <file name="GUI/CCControlExtension/CCInvocation.js"/> <file name="GUI/CCControlExtension/CCScale9Sprite.js"/> <file name="GUI/CCControlExtension/CCControlSlider.js"/> <file name="GUI/CCControlExtension/CCControlSwitch.js"/> <file name="GUI/CCControlExtension/CCControlColourPicker.js"/> <file name="GUI/CCControlExtension/CCControlHuePicker.js"/> <file name="GUI/CCControlExtension/CCControlSaturationBrightnessPicker.js"/> <file name="GUI/CCControlExtension/CCControlStepper.js"/> <file name="GUI/CCControlExtension/CCControlPotentiometer.js"/> <file name="GUI/CCControlExtension/CCMenuPassive.js"/> <file name="GUI/CCScrollView/CCSorting.js"/> <file name="GUI/CCScrollView/CCScrollView.js"/> <file name="GUI/CCScrollView/CCTableView.js"/> <file name="CCEditBox.js"/> <file name="CocoStudio/Armature/utils/CCArmatureDefine.js"/> <file name="CocoStudio/Armature/utils/CCDataReaderHelper.js"/> <file name="CocoStudio/Armature/utils/CCSpriteFrameCacheHelper.js"/> <file name="CocoStudio/Armature/utils/CCTransformHelp.js"/> <file name="CocoStudio/Armature/utils/CCTweenFunction.js"/> <file name="CocoStudio/Armature/utils/CCUtilMath.js"/> <file name="CocoStudio/Armature/utils/CSArmatureDataManager.js"/> <file name="CocoStudio/Armature/datas/CCDatas.js"/> <file name="CocoStudio/Armature/display/CCBatchNode.js"/> <file name="CocoStudio/Armature/display/CCDecorativeDisplay.js"/> <file name="CocoStudio/Armature/display/CCDisplayFactory.js"/> <file name="CocoStudio/Armature/display/CCDisplayManager.js"/> <file name="CocoStudio/Armature/display/CCSkin.js"/> <file name="CocoStudio/Armature/animation/CCProcessBase.js"/> <file name="CocoStudio/Armature/animation/CCArmatureAnimation.js"/> <file name="CocoStudio/Armature/animation/CCTween.js"/> <file name="CocoStudio/Armature/physics/CCColliderDetector.js"/> <file name="CocoStudio/Armature/CCArmature.js"/> <file name="CocoStudio/Armature/CCBone.js"/> </sources> <sources dir="${basedir}"> <file name="src/resource.js"/> <file name="src/myApp.js"/> <file name="main.js"/> </sources> </jscomp> </target> </project>
58.219251
92
0.567558
d90f69718eb7c99b953cb25b46be348f2d530dba
2,083
xml
XML
info/Scripts/Entities/Items/XML/Consumables/Cooking/WolfStewRaw.xml
Spafbi/mis-information
202d031ab1eccc20bee9dfbb4b5c853948ffec77
[ "MIT" ]
6
2019-05-15T17:30:50.000Z
2020-11-11T18:17:05.000Z
info/Scripts/Entities/Items/XML/Consumables/Cooking/WolfStewRaw.xml
Spafbi/mis-information
202d031ab1eccc20bee9dfbb4b5c853948ffec77
[ "MIT" ]
null
null
null
info/Scripts/Entities/Items/XML/Consumables/Cooking/WolfStewRaw.xml
Spafbi/mis-information
202d031ab1eccc20bee9dfbb4b5c853948ffec77
[ "MIT" ]
4
2019-05-18T20:10:24.000Z
2020-12-11T23:12:49.000Z
<item name="WolfStewRaw" class="Consumable" category="any"> <params> <param name="selectable" value="0"/> <param name="mass" value="6.0"/> <param name="display_name" value="@WolfStewRaw"/> <param name="description" value="@WolfStewRawDescription"/> </params> <geometry> <thirdperson name="objects/props/stewpot/deer_stew_raw.cgf"/> </geometry> <consumable> <param name="cookable" value="1"/> <param name="cookedItem" value="WolfStew"/> <param name="cookedTime" value="250"/> <param name="consumePartial" value="1"/> <param name="foodAmount" value="100"/> <!-- Calories --> <param name="drinkAmount" value="100"/> <param name="soundConsumed" value="Play_food_soft_eat"/> </consumable> <usable> <uses> <use> <param name="title" value="@ChickenRawCookInOven"/> <param name="action" value="food_item"/> <param name="soundUsed" value="Play_food_in_oven"/> <param name="targetClassNames" value="powered_oven"/> </use> <use> <param name="title" value="@ChickenRawCookOnGrill"/> <param name="action" value="food_item"/> <param name="soundUsed" value="Play_food_in_grill"/> <param name="targetClassNames" value="dws_grill_base;dws_grill2"/> </use> <use> <param name="title" value="@ChickenRawCookOnStove"/> <param name="action" value="food_item"/> <param name="soundUsed" value="Play_food_in_grill"/> <param name="targetClassNames" value="dws_cabinStove"/> </use> <use> <param name="title" value="@ChickenRawCookOnFirepit"/> <param name="action" value="food_item"/> <param name="soundUsed" value="Play_food_in_grill"/> <param name="targetClassNames" value="dws_firepit_outdoors_1;dws_firepit_outdoors_2"/> </use> <use> <param name="title" value="@ChickenRawCookOnCampfire"/> <param name="action" value="food_item"/> <param name="soundUsed" value="Play_food_in_grill"/> <param name="targetClassNames" value="Campfire"/> </use> </uses> </usable> <storage> <locations> <location category="any"/> </locations> </storage> </item>
32.046154
90
0.672588
d38ffd379f571b16e5c2a5c49127175fb26c58af
886
xml
XML
Spring/C01_SpringData/L09_XMLProcessing/Exercises/SolutionsSecondOption/src/main/resources/out_files/local-suppliers.xml
todorkrastev/softuni-software-engineering
cfc0b5eaeb82951ff4d4668332ec3a31c59a5f84
[ "MIT" ]
null
null
null
Spring/C01_SpringData/L09_XMLProcessing/Exercises/SolutionsSecondOption/src/main/resources/out_files/local-suppliers.xml
todorkrastev/softuni-software-engineering
cfc0b5eaeb82951ff4d4668332ec3a31c59a5f84
[ "MIT" ]
null
null
null
Spring/C01_SpringData/L09_XMLProcessing/Exercises/SolutionsSecondOption/src/main/resources/out_files/local-suppliers.xml
todorkrastev/softuni-software-engineering
cfc0b5eaeb82951ff4d4668332ec3a31c59a5f84
[ "MIT" ]
1
2022-02-23T13:03:14.000Z
2022-02-23T13:03:14.000Z
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <suppliers> <supplier id="3" name="Airgas, Inc." parts-count="8"/> <supplier id="4" name="Agway Inc." parts-count="3"/> <supplier id="8" name="VF Corporation" parts-count="2"/> <supplier id="9" name="Saks Inc" parts-count="4"/> <supplier id="10" name="Zale" parts-count="2"/> <supplier id="11" name="Cintas Corp." parts-count="7"/> <supplier id="15" name="E.I. Du Pont de Nemours and Company" parts-count="0"/> <supplier id="16" name="Nicor Inc" parts-count="4"/> <supplier id="19" name="Cintas Corp." parts-count="2"/> <supplier id="23" name="Caterpillar Inc." parts-count="3"/> <supplier id="24" name="GenCorp Inc." parts-count="8"/> <supplier id="27" name="The Clorox Co." parts-count="5"/> <supplier id="31" name="Level 3 Communications Inc." parts-count="3"/> </suppliers>
52.117647
82
0.62754
fb65b80f8c8c993710e6c0c7f6ab7b812d872229
4,326
xml
XML
data/original_levels/level-21.xml
fang2hou/ABGAN
518a959e5d1e6191721d859cff02971e1a3105ea
[ "MIT" ]
null
null
null
data/original_levels/level-21.xml
fang2hou/ABGAN
518a959e5d1e6191721d859cff02971e1a3105ea
[ "MIT" ]
null
null
null
data/original_levels/level-21.xml
fang2hou/ABGAN
518a959e5d1e6191721d859cff02971e1a3105ea
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <Level width ="2" > <Camera x="0" y="2" minWidth="20" maxWidth="30" /> <Birds> <Bird type="BirdWhite" /> <Bird type="BirdYellow" /> <Bird type="BirdBlue" /> <Bird type="BirdRed" /> </Birds> <Slingshot x="-8" y="-2.5" /> <GameObjects> <Block type="RectMedium" material="stone" x="1.58" y="-3.39" rotation="0" /> <Block type="RectMedium" material="ice" x="3.42" y="-3.39" rotation="0" /> <Block type="RectFat" material="stone" x="1.58" y="-2.855" rotation="90" /> <Block type="RectFat" material="ice" x="3.42" y="-2.855" rotation="90" /> <Block type="RectMedium" material="stone" x="2.5" y="-2.32" rotation="0" /> <Block type="RectTiny" material="ice" x="1.77" y="-1.995" rotation="90" /> <Block type="RectTiny" material="ice" x="2.08" y="-1.995" rotation="90" /> <Block type="RectTiny" material="ice" x="2.92" y="-1.995" rotation="90" /> <Block type="RectTiny" material="ice" x="3.23" y="-1.995" rotation="90" /> <Block type="RectMedium" material="ice" x="2.5" y="-1.67" rotation="0" /> <Block type="RectFat" material="ice" x="2.5" y="-1.345" rotation="0" /> <Block type="RectFat" material="wood" x="2.5" y="-0.705" rotation="90" /> <Block type="RectTiny" material="wood" x="1.1926871378" y="1.4597501591" rotation="0" /> <Block type="RectTiny" material="wood" x="1.6926871378" y="1.4597501591" rotation="0" /> <Block type="SquareSmall" material="wood" x="1.1926871378" y="1.7847501591" rotation="0" /> <Block type="SquareSmall" material="wood" x="1.6926871378" y="1.7847501591" rotation="0" /> <Block type="RectSmall" material="wood" x="1.1926871378" y="2.4247501591" rotation="90" /> <Block type="RectFat" material="wood" x="1.6926871378" y="2.4247501591" rotation="90" /> <Block type="RectSmall" material="wood" x="1.1926871378" y="3.2747501591" rotation="90" /> <Block type="RectFat" material="wood" x="1.6926871378" y="3.2747501591" rotation="90" /> <Pig type="BasicSmall" material="" x="2.14" y="-3.055" rotation="0" /> <Pig type="BasicSmall" material="" x="2.86" y="-3.055" rotation="0" /> <Pig type="BasicSmall" material="" x="3.98" y="-3.055" rotation="0" /> <Pig type="BasicSmall" material="" x="1.1926871378" y="3.9247501591" rotation="0" /> <Pig type="BasicSmall" material="" x="1.6926871378" y="3.9247501591" rotation="0" /> <Pig type="BasicSmall" material="" x="2.5" y="-0.055" rotation="0" /> <TNT type="" x="1.02" y="-3.055" rotation="0" /> <Platform type="Platform" material="" x="-0.10731286218420544" y="1.0397501591376423" /> <Platform type="Platform" material="" x="0.5126871378157947" y="1.0397501591376423" /> <Platform type="Platform" material="" x="1.1326871378157946" y="1.0397501591376423" /> <Platform type="Platform" material="" x="1.7526871378157947" y="1.0397501591376423" /> <Platform type="Platform" material="" x="2.3726871378157943" y="1.0397501591376423" /> <Platform type="Platform" material="" x="2.9926871378157944" y="1.0397501591376423" /> <Platform type="Platform" material="" x="2.5" y="-3.81" /> <Platform type="Platform" material="" x="2.5" y="-4.43" /> <Platform type="Platform" material="" x="2.5" y="-5.05" /> <Platform type="Platform" material="" x="3.12" y="-3.81" /> <Platform type="Platform" material="" x="1.88" y="-3.81" /> <Platform type="Platform" material="" x="3.12" y="-4.43" /> <Platform type="Platform" material="" x="1.88" y="-4.43" /> <Platform type="Platform" material="" x="3.12" y="-5.05" /> <Platform type="Platform" material="" x="1.88" y="-5.05" /> <Platform type="Platform" material="" x="3.74" y="-3.81" /> <Platform type="Platform" material="" x="1.2599999999999998" y="-3.81" /> <Platform type="Platform" material="" x="3.74" y="-4.43" /> <Platform type="Platform" material="" x="1.2599999999999998" y="-4.43" /> <Platform type="Platform" material="" x="3.74" y="-5.05" /> <Platform type="Platform" material="" x="1.2599999999999998" y="-5.05" /> <Platform type="Platform" material="" x="3.9499999999999997" y="-3.81" /> <Platform type="Platform" material="" x="1.0500000000000003" y="-3.81" /> <Platform type="Platform" material="" x="3.9499999999999997" y="-4.43" /> <Platform type="Platform" material="" x="1.0500000000000003" y="-4.43" /> <Platform type="Platform" material="" x="3.9499999999999997" y="-5.05" /> <Platform type="Platform" material="" x="1.0500000000000003" y="-5.05" /> </GameObjects> </Level>
63.617647
91
0.653259