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
8339475ec8139d1470e1d9f1da75c512dd850aed
111
xml
XML
About/Version.xml
jptrrs/KeepItQuiet
261efad24a83e00a01d41c9d1b825676d8c782ba
[ "MIT" ]
null
null
null
About/Version.xml
jptrrs/KeepItQuiet
261efad24a83e00a01d41c9d1b825676d8c782ba
[ "MIT" ]
1
2021-05-21T16:54:02.000Z
2021-05-23T13:34:01.000Z
About/Version.xml
jptrrs/KeepItQuiet
261efad24a83e00a01d41c9d1b825676d8c782ba
[ "MIT" ]
1
2021-06-29T18:04:05.000Z
2021-06-29T18:04:05.000Z
<?xml version="1.0" encoding="utf-8"?> <VersionData> <overrideVersion>1.0.5</overrideVersion> </VersionData>
22.2
42
0.711712
9a9c83aebee086da7c2ebba8e0c5a4ee70514ab4
12,665
xaml
XML
TscBarcode/Views/MainWindow.xaml
DamianMorozov/WeightService.TscExample
442f8831805589f6b27e5b9d170431c636d5d915
[ "MIT" ]
1
2021-05-27T06:49:59.000Z
2021-05-27T06:49:59.000Z
TscBarcode/Views/MainWindow.xaml
DamianMorozov/WeightService.TscExample
442f8831805589f6b27e5b9d170431c636d5d915
[ "MIT" ]
null
null
null
TscBarcode/Views/MainWindow.xaml
DamianMorozov/WeightService.TscExample
442f8831805589f6b27e5b9d170431c636d5d915
[ "MIT" ]
null
null
null
<Window x:Class="TscBarcode.Views.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:tsc="clr-namespace:Hardware.Print.Tsc;assembly=Hardware" mc:Ignorable="d" Title="TSC BarCode print examples" Width="800" Height="600" Closed="Window_Closed" > <Window.DataContext> <tsc:PrintControlEntity /> </Window.DataContext> <Grid DataContext="{StaticResource ViewModelProgramSettings}"> <Grid.RowDefinitions> <RowDefinition Height="1*" /> <RowDefinition Height="1*" /> <RowDefinition Height="1*" /> <RowDefinition Height="8*" /> <RowDefinition Height="1*" /> <RowDefinition Height="2*" /> <RowDefinition Height="2.2*" /> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> </Grid.ColumnDefinitions> <Label Margin="2" Grid.Row="0" Grid.Column="0" Content="Ethernet" VerticalContentAlignment="Center" HorizontalContentAlignment="Center"/> <TextBox Margin="2" Grid.Row="0" Grid.Column="1" TextAlignment="Center" VerticalContentAlignment="Center" DataContext="{StaticResource ViewModelProgramSettings}" Text="{Binding Path=IpAddress, Mode=TwoWay, IsAsync=True }"/> <TextBox Margin="2" Grid.Row="0" Grid.Column="2" TextAlignment="Center" VerticalContentAlignment="Center" DataContext="{StaticResource ViewModelProgramSettings}" Text="{Binding Path=Port, Mode=TwoWay, IsAsync=True }"/> <Grid Grid.Row="1" Grid.RowSpan="3" Grid.Column="0" Grid.ColumnSpan="3"> <Grid.RowDefinitions> <RowDefinition Height="1*" /> <RowDefinition Height="8*" /> <RowDefinition Height="1*" /> <RowDefinition Height="1*" /> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> </Grid.ColumnDefinitions> <Button Margin="2" Grid.Row="0" Grid.Column="0" Content="Open" Click="ButtonOpen_Click"/> <Button Margin="2" Grid.Row="0" Grid.Column="1" Content="Print test" Click="ButtonCmdPrintTest_Click"/> <Button Margin="2" Grid.Row="0" Grid.Column="2" Content="Clear buffer" Click="ButtonCmdClearBuffer_Click"/> <Button Margin="2" Grid.Row="0" Grid.Column="3" Content="Calibrate" Click="ButtonCmdCalibrate_Click" /> <Button Margin="2" Grid.Row="0" Grid.Column="4" Content="Close" Click="ButtonClose_Click"/> <Grid Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="5"> <Grid.RowDefinitions> <RowDefinition Height="1*" /> <RowDefinition Height="1*" /> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="5*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="5*" /> </Grid.ColumnDefinitions> <TextBox Margin="2" Grid.Row="0" Grid.Column="0" Grid.RowSpan="2" Text="{Binding Path=Cmd.TextPrepare, Mode=TwoWay, IsAsync=True}" VerticalScrollBarVisibility="Visible" AcceptsReturn="True"/> <Button Margin="2" Grid.Row="0" Grid.Column="1" Content="Convert ZPL" Click="ButtonCmdConvertZpl_Click"/> <Button Margin="2" Grid.Row="1" Grid.Column="1" Content="Send cmd" Click="ButtonCmdSendCustom_Click"/> <TextBox Margin="2" Grid.Row="0" Grid.Column="2" Grid.RowSpan="2" Text="{Binding Path=Cmd.Text, Mode=TwoWay, IsAsync=True}" VerticalScrollBarVisibility="Visible" AcceptsReturn="True"/> </Grid> <CheckBox Margin="2" Grid.Row="2" Grid.Column="0" HorizontalContentAlignment="Left" VerticalContentAlignment="Center" Content="Is open" IsEnabled="False" IsChecked="{Binding Path=IsOpen, Mode=OneWay, IsAsync=True}" /> <CheckBox Margin="2" Grid.Row="2" Grid.Column="1" HorizontalContentAlignment="Left" VerticalContentAlignment="Center" Content="Is normal" IsEnabled="False" IsChecked="{Binding Path=IsStatusNormal, Mode=OneWay, IsAsync=True}" /> <Button Margin="2" Grid.Row="2" Grid.Column="2" Content="Set cutter" Click="ButtonCmdSetCutter_Click"/> <TextBox Margin="2" Grid.Row="2" Grid.Column="3" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Text="{Binding Path=CutterValue, Mode=TwoWay, IsAsync=True}" /> <CheckBox Margin="2" Grid.Row="2" Grid.Column="4" HorizontalContentAlignment="Left" VerticalContentAlignment="Center" Content="Clear buffer" IsChecked="{Binding Path=IsClearBuffer, Mode=TwoWay, IsAsync=True}" /> <Button Margin="2" Grid.Row="3" Grid.Column="0" Content="ZPL 1" Click="ButtonGetZpl1_OnClick"/> <Button Margin="2" Grid.Row="3" Grid.Column="1" Content="ZPL 2" Click="ButtonGetZpl2_OnClick"/> <Button Margin="2" Grid.Row="3" Grid.Column="2" Content="ZPL 3" Click="ButtonGetZpl3_OnClick"/> <Button Margin="2" Grid.Row="3" Grid.Column="3" Grid.ColumnSpan="2" Content="ZPL Full" Click="ButtonGetZplFull_OnClick"/> </Grid> <Grid Grid.Row="4" Grid.RowSpan="2" Grid.Column="0" Grid.ColumnSpan="3" Margin="2"> <Grid.RowDefinitions> <RowDefinition Height="1*" /> <RowDefinition Height="1*" /> <RowDefinition Height="1*" /> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> </Grid.ColumnDefinitions> <Label Grid.Row="0" Grid.Column="0" Margin="2" Content="Width" VerticalContentAlignment="Center" HorizontalContentAlignment="Center"/> <TextBox Grid.Row="1" Grid.Column="0" Margin="2" TextAlignment="Center" VerticalContentAlignment="Center" DataContext="{StaticResource ViewModelProgramSettings}" Text="{Binding Path=PrinterSetup.Width, Mode=TwoWay, IsAsync=True }"/> <Label Grid.Row="0" Grid.Column="1" Margin="2" Content="Height" VerticalContentAlignment="Center" HorizontalContentAlignment="Center"/> <TextBox Grid.Row="1" Grid.Column="1" Margin="2" TextAlignment="Center" VerticalContentAlignment="Center" DataContext="{StaticResource ViewModelProgramSettings}" Text="{Binding Path=PrinterSetup.Height, Mode=TwoWay, IsAsync=True }"/> <Label Grid.Row="0" Grid.Column="2" Margin="2" Content="Speed" VerticalContentAlignment="Center" HorizontalContentAlignment="Center"/> <TextBox Grid.Row="1" Grid.Column="2" Margin="2" TextAlignment="Center" VerticalContentAlignment="Center" DataContext="{StaticResource ViewModelProgramSettings}" Text="{Binding Path=PrinterSetup.Speed, Mode=TwoWay, IsAsync=True }"/> <Label Grid.Row="0" Grid.Column="3" Margin="2" Content="Density" VerticalContentAlignment="Center" HorizontalContentAlignment="Center"/> <TextBox Grid.Row="1" Grid.Column="3" Margin="2" TextAlignment="Center" VerticalContentAlignment="Center" DataContext="{StaticResource ViewModelProgramSettings}" Text="{Binding Path=PrinterSetup.Density, Mode=TwoWay, IsAsync=True }"/> <Label Grid.Row="0" Grid.Column="4" Margin="2" Content="Sensor" VerticalContentAlignment="Center" HorizontalContentAlignment="Center"/> <TextBox Grid.Row="1" Grid.Column="4" Margin="2" TextAlignment="Center" VerticalContentAlignment="Center" DataContext="{StaticResource ViewModelProgramSettings}" Text="{Binding Path=PrinterSetup.Sensor, Mode=TwoWay, IsAsync=True }"/> <Label Grid.Row="0" Grid.Column="5" Margin="2" Content="Vertical" VerticalContentAlignment="Center" HorizontalContentAlignment="Center"/> <TextBox Grid.Row="1" Grid.Column="5" Margin="2" TextAlignment="Center" VerticalContentAlignment="Center" DataContext="{StaticResource ViewModelProgramSettings}" Text="{Binding Path=PrinterSetup.Vertical, Mode=TwoWay, IsAsync=True }"/> <Label Grid.Row="0" Grid.Column="6" Margin="2" Content="Offset" VerticalContentAlignment="Center" HorizontalContentAlignment="Center"/> <TextBox Grid.Row="1" Grid.Column="6" Margin="2" TextAlignment="Center" VerticalContentAlignment="Center" DataContext="{StaticResource ViewModelProgramSettings}" Text="{Binding Path=PrinterSetup.Offset, Mode=TwoWay, IsAsync=True }"/> <Button Margin="2" Grid.Row="2" Grid.Column="0" Content="Setup reset" Click="ButtonPrintSetupReset_Click"/> <ComboBox Margin="2" Grid.Row="2" Grid.Column="1" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" SelectedValue="{Binding Path=Size, Mode=TwoWay, IsAsync=True}" ItemsSource="{Binding Source={StaticResource enumPrintLabelSize}}"/> <Button Margin="2" Grid.Row="2" Grid.Column="2" Content="Setup" Click="ButtonPrintSetup_Click" /> <ComboBox Margin="2" Grid.Row="2" Grid.Column="3" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" SelectedValue="{Binding Path=Dpi, Mode=TwoWay, IsAsync=True}" ItemsSource="{Binding Source={StaticResource enumPrintDpi}}"/> <TextBox Grid.Row="2" Grid.Column="4" Margin="2" TextAlignment="Center" VerticalContentAlignment="Center" Text="{Binding Path=FeedMm, Mode=TwoWay, IsAsync=True }"/> <Button Margin="2" Grid.Row="2" Grid.Column="5" Content="Feed (mm)" Click="ButtonFeed_Click"/> </Grid> <Grid Grid.Row="6" Grid.Column="0" Grid.ColumnSpan="3" > <Grid.RowDefinitions> <RowDefinition Height="1*" /> <RowDefinition Height="2*" /> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> </Grid.ColumnDefinitions> <Label Margin="0" Grid.Row="0" Grid.Column="0" Content="Exception" VerticalContentAlignment="Center" HorizontalContentAlignment="Center"/> <Label Margin="0" Grid.Row="0" Grid.Column="1" Content="Cmd exception" VerticalContentAlignment="Center" HorizontalContentAlignment="Center"/> <TextBox Margin="2" Grid.Row="1" Grid.Column="0" VerticalScrollBarVisibility="Visible" VerticalContentAlignment="Top" HorizontalContentAlignment="Left" IsReadOnly="True" Text="{Binding Path=Exception.Message, Mode=OneWay, IsAsync=True }"/> <TextBox Margin="2" Grid.Row="1" Grid.Column="1" VerticalScrollBarVisibility="Visible" VerticalContentAlignment="Top" HorizontalContentAlignment="Left" IsReadOnly="True" Text="{Binding Path=Cmd.Exception.Message, Mode=OneWay, IsAsync=True }"/> </Grid> </Grid> </Window>
64.948718
154
0.595499
2e767f3fbcd60eed99e8038c9be3214ad6f5375c
2,686
plist
XML
src/alfred/Alfred.alfredpreferences/workflows/user.workflow.D112CA3D-2DC4-4E4E-A25C-706CB3E974CC/info.plist
rossmacarthur/bootstrap
c10332b72f466f879307df740e0225431c87a0c3
[ "Apache-2.0", "MIT" ]
12
2017-04-17T13:41:59.000Z
2022-03-25T00:28:00.000Z
src/alfred/Alfred.alfredpreferences/workflows/user.workflow.D112CA3D-2DC4-4E4E-A25C-706CB3E974CC/info.plist
rossmacarthur/bootstrap
c10332b72f466f879307df740e0225431c87a0c3
[ "Apache-2.0", "MIT" ]
null
null
null
src/alfred/Alfred.alfredpreferences/workflows/user.workflow.D112CA3D-2DC4-4E4E-A25C-706CB3E974CC/info.plist
rossmacarthur/bootstrap
c10332b72f466f879307df740e0225431c87a0c3
[ "Apache-2.0", "MIT" ]
6
2017-05-18T13:39:24.000Z
2021-11-02T18:05:41.000Z
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>bundleid</key> <string>io.macarthur.ross.tmux</string> <key>connections</key> <dict> <key>B11B132B-4A61-4C05-8F4F-2111F454E6C6</key> <array> <dict> <key>destinationuid</key> <string>D5A05B0E-4E14-444B-9806-54B5841D8FB8</string> <key>modifiers</key> <integer>0</integer> <key>modifiersubtext</key> <string></string> <key>vitoclose</key> <false/> </dict> </array> </dict> <key>createdby</key> <string>Ross MacArthur</string> <key>description</key> <string>Run command in new tmux window</string> <key>disabled</key> <false/> <key>name</key> <string>tmux</string> <key>objects</key> <array> <dict> <key>config</key> <dict> <key>concurrently</key> <false/> <key>escaping</key> <integer>102</integer> <key>script</key> <string>set -ex query=$1 if [ -n "$query" ]; then /usr/local/bin/tmux new-window -c ~ /usr/local/bin/tmux send-keys "$query" C-m else echo "empty command, not creating a new tmux window" fi /usr/bin/osascript &lt;&lt;EOF tell application "System Events" key code 20 using {control down} -- control+3 is switch to Display Space 3 end tell activate application "iTerm2" EOF</string> <key>scriptargtype</key> <integer>1</integer> <key>scriptfile</key> <string></string> <key>type</key> <integer>0</integer> </dict> <key>type</key> <string>alfred.workflow.action.script</string> <key>uid</key> <string>D5A05B0E-4E14-444B-9806-54B5841D8FB8</string> <key>version</key> <integer>2</integer> </dict> <dict> <key>config</key> <dict> <key>argumenttype</key> <integer>1</integer> <key>keyword</key> <string>tmux</string> <key>subtext</key> <string></string> <key>text</key> <string>Run `{query}` in tmux</string> <key>withspace</key> <true/> </dict> <key>type</key> <string>alfred.workflow.input.keyword</string> <key>uid</key> <string>B11B132B-4A61-4C05-8F4F-2111F454E6C6</string> <key>version</key> <integer>1</integer> </dict> </array> <key>readme</key> <string></string> <key>uidata</key> <dict> <key>B11B132B-4A61-4C05-8F4F-2111F454E6C6</key> <dict> <key>xpos</key> <integer>50</integer> <key>ypos</key> <integer>50</integer> </dict> <key>D5A05B0E-4E14-444B-9806-54B5841D8FB8</key> <dict> <key>xpos</key> <integer>225</integer> <key>ypos</key> <integer>50</integer> </dict> </dict> <key>webaddress</key> <string></string> </dict> </plist>
22.957265
102
0.637379
2cc024c73606d162c002eb3ac1866bdd67c95afa
83
xml
XML
android/TugasActivity/app/src/main/res/values/strings.xml
Anggito28/E41191560_AnggitoSuryoB_C
f42b77e619e2131ada9f7987c1dfa377980d87e6
[ "MIT" ]
null
null
null
android/TugasActivity/app/src/main/res/values/strings.xml
Anggito28/E41191560_AnggitoSuryoB_C
f42b77e619e2131ada9f7987c1dfa377980d87e6
[ "MIT" ]
null
null
null
android/TugasActivity/app/src/main/res/values/strings.xml
Anggito28/E41191560_AnggitoSuryoB_C
f42b77e619e2131ada9f7987c1dfa377980d87e6
[ "MIT" ]
null
null
null
<resources> <string name="app_name">Nama - nama Mahasiswa</string> </resources>
27.666667
58
0.710843
e9a52363f8ff694bafdf7ed5f7718e8dee65a497
2,411
xml
XML
app/src/main/res/layout/item_bio.xml
JonathanMoreno14/Android-MVVM-App
f18eea2bcfb782d55a1e4d00537f769cf2b5a2a3
[ "MIT" ]
null
null
null
app/src/main/res/layout/item_bio.xml
JonathanMoreno14/Android-MVVM-App
f18eea2bcfb782d55a1e4d00537f769cf2b5a2a3
[ "MIT" ]
null
null
null
app/src/main/res/layout/item_bio.xml
JonathanMoreno14/Android-MVVM-App
f18eea2bcfb782d55a1e4d00537f769cf2b5a2a3
[ "MIT" ]
1
2021-09-11T14:34:32.000Z
2021-09-11T14:34:32.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:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="16dp" android:orientation="vertical" > <de.hdodenhof.circleimageview.CircleImageView android:id="@+id/author_image" android:layout_width="wrap_content" android:layout_height="50dp" android:elevation="10dp" android:src="@drawable/ic_launcher_background" android:padding="7dp" app:civ_border_color="#FF000000" android:layout_weight="1" /> <TextView android:text="@string/author_name" android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="2dp" android:id="@+id/author" android:layout_weight="1" android:textAppearance="@style/TextAppearance.AppCompat.Medium" android:textStyle="bold" android:typeface="normal" android:layout_marginTop="8dp" android:textColor="@color/primaryDarkColor"/> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="16dp" > <TextView android:text="@string/bio" android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="2dp" android:id="@+id/authorBio" android:layout_weight="1" android:textAppearance="@style/TextAppearance.AppCompat.Medium" android:textStyle="bold" android:typeface="normal" android:layout_marginTop="8dp" android:textColor="@color/primaryLightColor" android:textSize="14sp"/> </LinearLayout> </LinearLayout> </LinearLayout>
35.985075
83
0.55703
559a45d61e5f8c6147feb653cf4130ed7fae2c0c
17,122
xml
XML
data/projects/lambico/ActivityFacts.xml
martyn82/OhlohAnalytics
de302f9ddd9071af967d6dd897b33bf20a179e40
[ "CC-BY-3.0" ]
null
null
null
data/projects/lambico/ActivityFacts.xml
martyn82/OhlohAnalytics
de302f9ddd9071af967d6dd897b33bf20a179e40
[ "CC-BY-3.0" ]
null
null
null
data/projects/lambico/ActivityFacts.xml
martyn82/OhlohAnalytics
de302f9ddd9071af967d6dd897b33bf20a179e40
[ "CC-BY-3.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <response> <status>success</status> <items_returned>44</items_returned> <items_available>44</items_available> <first_item_position>0</first_item_position> <result> <activity_fact> <month>2009-12-01T00:00:00Z</month> <code_added>4163</code_added> <code_removed>464</code_removed> <comments_added>3755</comments_added> <comments_removed>242</comments_removed> <blanks_added>898</blanks_added> <blanks_removed>116</blanks_removed> <commits>19</commits> <contributors>1</contributors> </activity_fact> <activity_fact> <month>2010-01-01T00:00:00Z</month> <code_added>6548</code_added> <code_removed>5451</code_removed> <comments_added>5610</comments_added> <comments_removed>4836</comments_removed> <blanks_added>1459</blanks_added> <blanks_removed>1203</blanks_removed> <commits>47</commits> <contributors>1</contributors> </activity_fact> <activity_fact> <month>2010-02-01T00:00:00Z</month> <code_added>2631</code_added> <code_removed>2092</code_removed> <comments_added>2037</comments_added> <comments_removed>1496</comments_removed> <blanks_added>509</blanks_added> <blanks_removed>394</blanks_removed> <commits>32</commits> <contributors>1</contributors> </activity_fact> <activity_fact> <month>2010-03-01T00:00:00Z</month> <code_added>84</code_added> <code_removed>36</code_removed> <comments_added>14</comments_added> <comments_removed>0</comments_removed> <blanks_added>3</blanks_added> <blanks_removed>0</blanks_removed> <commits>3</commits> <contributors>1</contributors> </activity_fact> <activity_fact> <month>2010-04-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2010-05-01T00:00:00Z</month> <code_added>75</code_added> <code_removed>33</code_removed> <comments_added>30</comments_added> <comments_removed>4</comments_removed> <blanks_added>5</blanks_added> <blanks_removed>0</blanks_removed> <commits>2</commits> <contributors>1</contributors> </activity_fact> <activity_fact> <month>2010-06-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2010-07-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2010-08-01T00:00:00Z</month> <code_added>1</code_added> <code_removed>1</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>1</commits> <contributors>1</contributors> </activity_fact> <activity_fact> <month>2010-09-01T00:00:00Z</month> <code_added>9</code_added> <code_removed>9</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>1</commits> <contributors>1</contributors> </activity_fact> <activity_fact> <month>2010-10-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2010-11-01T00:00:00Z</month> <code_added>18</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>2</blanks_added> <blanks_removed>0</blanks_removed> <commits>2</commits> <contributors>1</contributors> </activity_fact> <activity_fact> <month>2010-12-01T00:00:00Z</month> <code_added>1877</code_added> <code_removed>2</code_removed> <comments_added>296</comments_added> <comments_removed>16</comments_removed> <blanks_added>395</blanks_added> <blanks_removed>0</blanks_removed> <commits>6</commits> <contributors>1</contributors> </activity_fact> <activity_fact> <month>2011-01-01T00:00:00Z</month> <code_added>482</code_added> <code_removed>104</code_removed> <comments_added>167</comments_added> <comments_removed>46</comments_removed> <blanks_added>48</blanks_added> <blanks_removed>1</blanks_removed> <commits>20</commits> <contributors>1</contributors> </activity_fact> <activity_fact> <month>2011-02-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2011-03-01T00:00:00Z</month> <code_added>252</code_added> <code_removed>127</code_removed> <comments_added>130</comments_added> <comments_removed>0</comments_removed> <blanks_added>49</blanks_added> <blanks_removed>17</blanks_removed> <commits>14</commits> <contributors>2</contributors> </activity_fact> <activity_fact> <month>2011-04-01T00:00:00Z</month> <code_added>119</code_added> <code_removed>66</code_removed> <comments_added>0</comments_added> <comments_removed>43</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>2</commits> <contributors>1</contributors> </activity_fact> <activity_fact> <month>2011-05-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2011-06-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2011-07-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2011-08-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2011-09-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2011-10-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2011-11-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2011-12-01T00:00:00Z</month> <code_added>50</code_added> <code_removed>7</code_removed> <comments_added>33</comments_added> <comments_removed>31</comments_removed> <blanks_added>5</blanks_added> <blanks_removed>0</blanks_removed> <commits>5</commits> <contributors>2</contributors> </activity_fact> <activity_fact> <month>2012-01-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2012-02-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2012-03-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2012-04-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2012-05-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2012-06-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2012-07-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2012-08-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2012-09-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2012-10-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2012-11-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2012-12-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2013-01-01T00:00:00Z</month> <code_added>58</code_added> <code_removed>4</code_removed> <comments_added>1</comments_added> <comments_removed>0</comments_removed> <blanks_added>1</blanks_added> <blanks_removed>0</blanks_removed> <commits>3</commits> <contributors>1</contributors> </activity_fact> <activity_fact> <month>2013-02-01T00:00:00Z</month> <code_added>1185</code_added> <code_removed>1023</code_removed> <comments_added>667</comments_added> <comments_removed>611</comments_removed> <blanks_added>150</blanks_added> <blanks_removed>161</blanks_removed> <commits>20</commits> <contributors>1</contributors> </activity_fact> <activity_fact> <month>2013-03-01T00:00:00Z</month> <code_added>1042</code_added> <code_removed>812</code_removed> <comments_added>562</comments_added> <comments_removed>488</comments_removed> <blanks_added>129</blanks_added> <blanks_removed>134</blanks_removed> <commits>10</commits> <contributors>2</contributors> </activity_fact> <activity_fact> <month>2013-04-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2013-05-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> <activity_fact> <month>2013-06-01T00:00:00Z</month> <code_added>2</code_added> <code_removed>2</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>1</blanks_added> <blanks_removed>1</blanks_removed> <commits>2</commits> <contributors>1</contributors> </activity_fact> <activity_fact> <month>2013-07-01T00:00:00Z</month> <code_added>0</code_added> <code_removed>0</code_removed> <comments_added>0</comments_added> <comments_removed>0</comments_removed> <blanks_added>0</blanks_added> <blanks_removed>0</blanks_removed> <commits>0</commits> <contributors>0</contributors> </activity_fact> </result> </response>
34.659919
47
0.66984
559fdfeb238cc8a621acd28e8f2b770d6611d105
5,399
xml
XML
dict/.neocomplete-php/phpdoc/en/reference/mongodb/mongodb/driver/readpreference.xml
mziyut/.vim
463edb028b667f17ad967fbcc1d05e020d5b078a
[ "MIT" ]
null
null
null
dict/.neocomplete-php/phpdoc/en/reference/mongodb/mongodb/driver/readpreference.xml
mziyut/.vim
463edb028b667f17ad967fbcc1d05e020d5b078a
[ "MIT" ]
null
null
null
dict/.neocomplete-php/phpdoc/en/reference/mongodb/mongodb/driver/readpreference.xml
mziyut/.vim
463edb028b667f17ad967fbcc1d05e020d5b078a
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <!-- $Revision: 338263 $ --> <phpdoc:classref xml:id="class.mongodb-driver-readpreference" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"> <title>The MongoDB\Driver\ReadPreference class</title> <titleabbrev>MongoDB\Driver\ReadPreference</titleabbrev> <partintro> <!-- {{{ MongoDB\Driver\ReadPreference intro --> <section xml:id="mongodb-driver-readpreference.intro"> &reftitle.intro; <para> </para> </section> <!-- }}} --> <section xml:id="mongodb-driver-readpreference.synopsis"> &reftitle.classsynopsis; <!-- {{{ Synopsis --> <classsynopsis> <ooclass><classname>MongoDB\Driver\ReadPreference</classname></ooclass> <!-- {{{ Class synopsis --> <classsynopsisinfo> <modifier>final</modifier> <ooclass> <classname>MongoDB\Driver\ReadPreference</classname> </ooclass> </classsynopsisinfo> <!-- }}} --> <classsynopsisinfo role="comment">Constants</classsynopsisinfo> <fieldsynopsis> <modifier>const</modifier> <type>integer</type> <varname linkend="mongodb-driver-readpreference.constants.rp-primary">MongoDB\Driver\ReadPreference::RP_PRIMARY</varname> <initializer>1</initializer> </fieldsynopsis> <fieldsynopsis> <modifier>const</modifier> <type>integer</type> <varname linkend="mongodb-driver-readpreference.constants.rp-primary-preferred">MongoDB\Driver\ReadPreference::RP_PRIMARY_PREFERRED</varname> <initializer>5</initializer> </fieldsynopsis> <fieldsynopsis> <modifier>const</modifier> <type>integer</type> <varname linkend="mongodb-driver-readpreference.constants.rp-secondary">MongoDB\Driver\ReadPreference::RP_SECONDARY</varname> <initializer>2</initializer> </fieldsynopsis> <fieldsynopsis> <modifier>const</modifier> <type>integer</type> <varname linkend="mongodb-driver-readpreference.constants.rp-secondary-preferred">MongoDB\Driver\ReadPreference::RP_SECONDARY_PREFERRED</varname> <initializer>6</initializer> </fieldsynopsis> <fieldsynopsis> <modifier>const</modifier> <type>integer</type> <varname linkend="mongodb-driver-readpreference.constants.rp-nearest">MongoDB\Driver\ReadPreference::RP_NEAREST</varname> <initializer>10</initializer> </fieldsynopsis> <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mongodb-driver-readpreference')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" /> </classsynopsis> <!-- }}} --> </section> <!-- {{{ MongoDB\Driver\ReadPreference constants --> <section xml:id="mongodb-driver-readpreference.constants"> &reftitle.constants; <variablelist> <varlistentry xml:id="mongodb-driver-readpreference.constants.rp-primary"> <term><constant>MongoDB\Driver\ReadPreference::RP_PRIMARY</constant></term> <listitem> <para> All operations read from the current replica set primary. This is the default read preference for MongoDB. </para> </listitem> </varlistentry> <varlistentry xml:id="mongodb-driver-readpreference.constants.rp-primary-preferred"> <term><constant>MongoDB\Driver\ReadPreference::RP_PRIMARY_PREFERRED</constant></term> <listitem> <para> In most situations, operations read from the primary but if it is unavailable, operations read from secondary members. </para> </listitem> </varlistentry> <varlistentry xml:id="mongodb-driver-readpreference.constants.rp-secondary"> <term><constant>MongoDB\Driver\ReadPreference::RP_SECONDARY</constant></term> <listitem> <para> All operations read from the secondary members of the replica set. </para> </listitem> </varlistentry> <varlistentry xml:id="mongodb-driver-readpreference.constants.rp-secondary-preferred"> <term><constant>MongoDB\Driver\ReadPreference::RP_SECONDARY_PREFERRED</constant></term> <listitem> <para> In most situations, operations read from secondary members but if no secondary members are available, operations read from the primary. </para> </listitem> </varlistentry> <varlistentry xml:id="mongodb-driver-readpreference.constants.rp-nearest"> <term><constant>MongoDB\Driver\ReadPreference::RP_NEAREST</constant></term> <listitem> <para> Operations read from member of the replica set with the least network latency, irrespective of the member&apos;s type. </para> </listitem> </varlistentry> </variablelist> </section> <!-- }}} --> </partintro> &reference.mongodb.mongodb.driver.entities.readpreference; </phpdoc:classref> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"~/.phpdoc/manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 -->
33.955975
226
0.706612
b0206826799a1b340ba1719e43f77be90205606e
1,023
xml
XML
.idea/webServers.xml
DaisukeMiyamoto/web3d-neuron-viewer
27c9c4e327dad4e25cff9321a09db1ad1c8df27b
[ "Apache-2.0" ]
2
2018-07-09T22:46:19.000Z
2021-03-12T12:42:07.000Z
.idea/webServers.xml
DaisukeMiyamoto/web3d-neuron-viewer
27c9c4e327dad4e25cff9321a09db1ad1c8df27b
[ "Apache-2.0" ]
null
null
null
.idea/webServers.xml
DaisukeMiyamoto/web3d-neuron-viewer
27c9c4e327dad4e25cff9321a09db1ad1c8df27b
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="WebServers"> <option name="servers"> <webServer id="4b9a4aec-781e-4f51-a7ef-9605268e8fbd" name="cnspf" url="http://cns.neuroinf.jp"> <fileTransfer host="cns.neuroinf.jp" port="22" privateKey="$USER_HOME$/.ssh/id_rsa" accessType="SFTP" keyPair="true"> <advancedOptions> <advancedOptions dataProtectionLevel="Private" /> </advancedOptions> <option name="port" value="22" /> </fileTransfer> </webServer> <webServer id="a41e9598-5cbb-48d3-9338-277ee896d7fd" name="bond" url="http://192.168.0.249"> <fileTransfer host="192.168.0.249" port="22" privateKey="$USER_HOME$/.ssh/id_rsa" accessType="SFTP" keyPair="true"> <advancedOptions> <advancedOptions dataProtectionLevel="Private" /> </advancedOptions> <option name="port" value="22" /> </fileTransfer> </webServer> </option> </component> </project>
44.478261
125
0.625611
f98280a4d4da4a04110c0198bb9516f869d37d4b
147
xml
XML
mlo-srv/src/test/resources/org/o3project/mlo/server/rpc/service/data/sdtnc.auth.req.xml
o3project/mlo-net
7df9af392e6b430c1c276b91eb6a75d6dfc916b8
[ "Apache-2.0" ]
4
2015-03-17T06:21:59.000Z
2016-08-13T01:21:28.000Z
mlo-srv/src/test/resources/org/o3project/mlo/server/rpc/service/data/sdtnc.auth.req.xml
o3project/mlo-net
7df9af392e6b430c1c276b91eb6a75d6dfc916b8
[ "Apache-2.0" ]
null
null
null
mlo-srv/src/test/resources/org/o3project/mlo/server/rpc/service/data/sdtnc.auth.req.xml
o3project/mlo-net
7df9af392e6b430c1c276b91eb6a75d6dfc916b8
[ "Apache-2.0" ]
3
2015-04-08T02:57:18.000Z
2019-07-17T06:17:17.000Z
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <CpfIfParamLogin> <auth> <token>myToken</token> </auth> </CpfIfParamLogin>
21
55
0.62585
e3826cd4af84564697cbe83ffea197bf6c7915fc
205
xml
XML
docs/api/toc/Events_T_Eto_Forms_Stepper.xml
picoe/Eto.Support
0d97f54e3761dcdd22465e737604d88ed0596931
[ "MIT" ]
1
2021-02-08T04:40:25.000Z
2021-02-08T04:40:25.000Z
docs/api/toc/Events_T_Eto_Forms_Stepper.xml
picoe/Eto.Support
0d97f54e3761dcdd22465e737604d88ed0596931
[ "MIT" ]
null
null
null
docs/api/toc/Events_T_Eto_Forms_Stepper.xml
picoe/Eto.Support
0d97f54e3761dcdd22465e737604d88ed0596931
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?><HelpTOCNode Title="Stepper Events" Url="html/Events_T_Eto_Forms_Stepper.htm"><HelpTOCNode Title="Step Event" Url="html/E_Eto_Forms_Stepper_Step.htm" /></HelpTOCNode>
205
205
0.77561
6678dc0e231b78d56de5149d74216040bbd9272b
969
xml
XML
Assets/Packages/core.assets.skys/PackageLanguageResPre.xml
imengyu/Ballance
3975238876ce7095eb5592d49a624ae728552385
[ "MIT" ]
16
2021-11-12T12:42:04.000Z
2022-03-30T07:56:39.000Z
Assets/Packages/core.assets.skys/PackageLanguageResPre.xml
imengyu/Ballance
3975238876ce7095eb5592d49a624ae728552385
[ "MIT" ]
null
null
null
Assets/Packages/core.assets.skys/PackageLanguageResPre.xml
imengyu/Ballance
3975238876ce7095eb5592d49a624ae728552385
[ "MIT" ]
1
2022-03-18T04:42:49.000Z
2022-03-18T04:42:49.000Z
<I18n> <Language name="ChineseSimplified"> <Text name="core.assets.skys.package.Name">天空盒资源包</Text> <Text name="core.assets.skys.package.Introduction">天空盒资源包,包含原版游戏的12种天空盒</Text> <Text name="core.assets.skys.package.Description">天空盒资源包,包含原版游戏的12种天空盒</Text> </Language> <Language name="English"> <Text name="core.assets.skys.package.Name">Skybox resource pack</Text> <Text name="core.assets.skys.package.Introduction">Sky box resource package, including 12 kinds of sky boxes of the original game</Text> <Text name="core.assets.skys.package.Description">Sky box resource package, including 12 kinds of sky boxes of the original game</Text> </Language> <Language name="ChineseTraditional"> <Text name="core.assets.skys.package.Name">天空盒資源包</Text> <Text name="core.assets.skys.package.Introduction">天空盒資源包,包含原版遊戲的12種天空盒</Text> <Text name="core.assets.skys.package.Description">天空盒資源包,包含原版遊戲的12種天空盒</Text> </Language> </I18n>
57
140
0.745098
c8dcb26f806d68e6a8541fb2d602545a7c145687
782
xml
XML
res/values/strings.xml
UNFDanmark/SDC2014-RussianRoullete
41c3d7f73bbddfb91d92ce790806f66c502f9036
[ "MIT" ]
null
null
null
res/values/strings.xml
UNFDanmark/SDC2014-RussianRoullete
41c3d7f73bbddfb91d92ce790806f66c502f9036
[ "MIT" ]
null
null
null
res/values/strings.xml
UNFDanmark/SDC2014-RussianRoullete
41c3d7f73bbddfb91d92ce790806f66c502f9036
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Social Roulette</string> <string name="title">SOCIAL ROULETTE</string> <string name="fire">Fire!</string> <string name="reload">Reload</string> <string name="info">information</string> <string name="youdied">YOU DIED</string> <string name="goodluck">GOOD LUCK EXPLAINING THIS MESSAGE </string> <string name="tryagain">Try Again</string> <string name="stats">Stats</string> <string name="statstitle">- STATS -</string> <string name="deathsString">Deaths:</string> <string name="rollsString">Rolls:</string> <string name="clicksString">Survived:</string> <string name="reloadsString">Reloads:</string> <string name="back">Back</string> </resources>
41.157895
71
0.680307
7455c9ce604da102454a09e2ccbc6fdf0b91b0ff
38,840
xml
XML
data/dump/blogs/3655970.male.17.Religion.Sagittarius.xml
ampehta/color-bert
30a4cfa92c1a644a3fe785fec8ce95352d69ce28
[ "MIT" ]
null
null
null
data/dump/blogs/3655970.male.17.Religion.Sagittarius.xml
ampehta/color-bert
30a4cfa92c1a644a3fe785fec8ce95352d69ce28
[ "MIT" ]
null
null
null
data/dump/blogs/3655970.male.17.Religion.Sagittarius.xml
ampehta/color-bert
30a4cfa92c1a644a3fe785fec8ce95352d69ce28
[ "MIT" ]
null
null
null
<Blog> <date>29,June,2004</date> <post> Thank God! It's all over. Ermz, but thurs still got maths s which im going to heck i think. Going there to play play and relax. Wahah. Anyway, I din't quite seem to finish my all my papers on time?! Personally, I feel that it doesnt give u time to think. Once you look at the questions, you must have an idea how to start etc liaoz. Well maybe I'm just a slow turtle. hehe. This 1 month hol, I dint utilize it properly. I can only blame myself. But I'll still have faith in Him that I'll do well... :P Whenever after playing the drums, I will somewhat feel disappointed?! Perhaps I already know the answers but just dunno how to move on from there?! Haha. Ermz, I will not elaborate it further. I guess I just need to seek Him more and pray more about it. Felt abit ironic this evening. Haha. There's this person who came up with this idea/plan and wanted all of us to get involved. I felt that it was kinda weird and maybe ridiculous? Because that person should evaluate the whole situation properly first. -.- I guess I'm not part of the 'team', so I don't feel a need to do what you have suggested. : The Lord is still the best because of His unfailing love and faithfulness. I want to keep that fire, love and zeal going for You Lord! </post> <date>24,June,2004</date> <post> Guess what? I just woke up!! HAha. It's 2.30pm already. SCary manz. Just wasted half a day sleeping. Had a great time with Yanda, Kenny, Engie, Shubert and Terrence at Megapool. After our usual mugging at the CC, Yanda suggested pool. So eventually, we contacted Kenny and yeah..He approached the rest too. However, we had to wait till about 12+ for Kenny's van, and so went to his house and watched some movie clips etc. Oh, I got to read the 'I Kissed Dating Goodbye'. I was so intrigued by it that I wanted to have it etc. Haha. You must be thinking 'Wah..This ben ar..keeps on talking about BGR and love etc..' :P I guess just for fun and more knowledge on such things?! Hehe. Oh ya..Before we went to Kenny's house, Grace phoned and told me that Priz had ran out of her house, crying etc. Therefore, Yanda and I decided to meet her and maybe try to help. But she did not want to tell us anything or let us pray for her. Nevertheless, Priz, if you got anything or need help etc, feel free to call us etc :) Hmm...then after pool, went to Simpang Bedok to have prata and watch soccer. Germany vs Czech Republic. Wah. I never expected GErmany to lose man!!! Czech had such great defence!! There are a lot of black horses in the tournament manz. HAha. Amidst all these fun etc, as usual, my mum woke up EVERY hour to call me! You should know why. I really feel that sometimes I'm just being treated like a small kid who will encounter some danger etc. ARggghz. Of course, I can understand why she was doing all these - She was concerned about me. After I got home, she started scolding me and linking issues which are not related at all. I got so pissed off. -.- You know la, when parents scold, they will start a conference like that...talk and talk non-stop. Uncontrollably, I 'rebuked' =X Then as I was blogging, she came to explain and apologise. Ar!! :D Touched yet 'immune'? This is not the first time such things happened. But honestly, I shouldn't take her for granted. She did all these because she loves me. I guess sometimes its akin to flying a kite. Too loose, the child feels empty and lonely. Too tight, the child will hate all the nagging and etc. Dear Lord, I want to thank You for giving me such wonderful parents. Teach me to be more obedient to them and You. And also thank You for everything that You have done for me. Indeed, You are so great and faithful to me. :D *Cheers* </post> <date>20,June,2004</date> <post> Today Yanda released me on an aeroplane! Haha. He said wanted to meet me for main service etc but when I called him at 910am, he's just awake. Ya..then I went alone. :| But it was really a great feeling!!! I felt so refreshed and reassured by Him. The sermon by pastor Rony was the answers to my doubts and questions. It was about patience and obedience. I realise that no matter what happen, we should continue to have the faith in Him and wait patiently, just like Noah waited 120 years and etc. Also, we need to do things which are within our capacity to improve our spiritual walk. He wants us to get going FIRST, then He will reveal to us more. Pastor Rony mentioned about Samson who was never forgotten by God. And this applies to us too. Hebrews 11:6. Besides that, the speedlight's sermon also enlightened me. It checked what my focus was and is in the music ministry; whether I was playing for God or myself. Well, I learnt that we have to be humble and just serve Him whole-heartedly. As a drummer, it is very easy to play for self-glory and impress upon others. God doesn't want such people in the ministry! Like what Weixiong and Joel have said, we are the frontline people who are to minister to them, not to impress them with our skills. Therefore, it's imperative to keep our focus and motive right and pray more fervently. The strong bonds between each other in the ministtry are equally important too. I really thank God for these brothers. :) Oh ya Joel! Thanks for your concern and encouragement! You're such a great blessing from Him! :D HAha. Today actually wanted to study after pract, but was just so tempted to go makan with the gang! Honestly, I had a great time with them, although I always kena suaned like siao!! :( They always bully me. Big size is a hinderance I guess. :P After the practice, the headaches Came back strong! I could feel somthing is pounding on my head! It has been like this for weeks! HOpefully it will be gone when school reopens. I just felt like stop what I was doing just now and take a rest. Even now as I'm typing, the pain is still there! Celeste said, 'being humble is where u know that u are weak and nothing when u are before the Lord. That only thru Him u can overcome, and have the strength and wisdom. So now u are in the Lord.. meaning u should know ur identity in Christ.. that you can live life exceedingly....being humble to me is more like telling the Lord.. i can't do it without You. But low self esteem is where u say u just can't do it.' THanks cel. YEpx. Was kinda surprised also - something 'good' happened?! Hope it doesnt turn out to bad or whatsoever. Lord, thank you for everything. Indeed, You are so faithful. Teach me to be patient and obedient to You. </post> <date>18,June,2004</date> <post> Wah today I was pissed manz! I lost my reading club card on way to the CC! Panic-stricken!! So I cycled around the path that I've taken and you know what?! The bicycle chain just BROKE OFF! 1 blessing after another! HAHA. DAmn pissed by then. I pushed the bike to the bicycle shop which is quite far and wasted $12 on a new chain. Finally managed to get into that cosy room with strong air-con! :) And it was already 3plus. Wasted 1 hr plus for all that rubbish things. Then I began to ponder - was God trying to make fun of me or what? Of couse I know that I shouldn't blame or question Him. But arrgghz..just angry?! (Not of Him) Then I recalled the zhai verse, 1 THS 5:16-18. After saying a short prayer and etc, I started to 'fill the mug'. My mum accompanied me to the doctor because I was having headaches these few weeks. It just came on and off. Surprisingly, the chi doctor just said something's wrong with my lifestyle - sleep late wake up late. HAha! Of course, he did not charge me. But find that deduction abit funny?! Maybe he wasn't a zhai doctor?! haha. Talked to Alvin Chia alittle bit on BGR again! Haha. and later Kenneth came along..and Hey Kenneth! I really envy you man! You already have the headstart and God has answered your prayers!! Cool manz. Just relaxed and let Him take charge... This prayer thing somewhat triggers my mind to think whether my prayers are being answered etc. Of course I'm not referring to the BGR etc, had enough of that. What I'm trying to say is that somehow my faith is being shaken at times and prayers are not answered?! I really don't know.Is it that I don't do what I ought to do enough? Did I seek earnestly and fervently? Need to look for someone who is spiritually mature to answer my questions etc!! Hmm, meanwhile I think I'll just continue to have the faith and not doubt his plans. Lord, show me your ways as I can't survive on my own! Change me to be more obedient to You I pray. </post> <date>17,June,2004</date> <post> Went to the reading room to study at 3 plus. On my way there, I listened to class95 and as usual, it really ROCKS! All the old songs that they played were just so NICE! So people, start listening to class95!!! Haha. Yanda and Grace who came later, were there too. You know what? the person who was sitting near us, moved away to other tables...you should know why. Oh manz!These few days the BGR issue has been preoccupying me...and I talked to people about whom they like and etc etc. I dunno why! But frankly speaking, what matters most now is to maintain a good relationship with God first. If I can't even love and commit myself to Him, not to mention the opposite sex. And I can't deny that I do admire girls. Sometimes I just want to get to know them better, that's all! NO other motives! But you know la, girls are always very paranoid and sensitive...so ya in the end you might even be shunned. Haha! I think I really need to reflect. Some of you who know me should know that I'm quite negative when it comes to certain gatherings, outings and socializing. Well, I'm just afraid of being left out and Xtra. I had tasted such feelings before and it's NO FUN! Well, I guess I'll just wait patiently for Him to change me and pray more in this area..... The night is always young and good to have fun! ^_^ </post> <date>17,June,2004</date> <post> Our music ministry!!! yeh manz! Haha. Yes...now going to mug hard! Die! I have tons to memorise...May God grant me more wisdom...James 1:5&nbsp; urlLink urlLink </post> <date>17,June,2004</date> <post> Well, I think some of you might be flabbergasted to see me blogging?! Ya, I also don't know where the urge came from! haha. I started this thing at 1am till 3pm, encountered lotsa problems manz! So frustrating!Ok looks like I have lotsa things to learn - how to decorate my blog etc?! :P But maybe I'll just keep it simple as it is now... Anyway, I began the day by swimming(training) and was rather drained out at the end of it man! VJC swim team was there too and it's rather intimidating! Haha. Because they seem to be great in everything! Oh, I managed to get my tan too. Had a little bit of strawberry flavour..HEhe. At the end of the training, I was totally drained out. The team then went to have some cheap Jap food. Not so bad. ^_^ Met up with some of the music ministry members to watch The Best Bet. IT WAS SO HILARIOUS!!! =D Then at 7pm everyone except Wei Xiong turned up and went for dinner at Fish & Co. HAha...Imagine an army officer being late! Oh ya, I was like being forced to reveal my secrets on who I like and etc...Akin to last sunday when I was having dinner with the big gang. Those who were there should know...After dinner, we went to the coffee club at Hotel Rendevous. And we moved on to our main agenda. All of us shared quite a lot on our camp experience and the music ministry. Ya..and I learnt quite a bit too. One of them is not to be afraid of making mistakes and constantly be focused on the purpose of playing our instrument - to serve God whole-heartedly and humbly. Yes, we have to be skilful but that should not compromise or affect our worship to God!!! Somtimes we might get too obsessed with the technical issues or our surroundings instead of focusing on God. Besides that, we should always be conscious of what we do, react and behave. Is it to please Him or others?! It's rather tough I would say, but we must be disciplined and give our very best for Him. I hope there will be more of such gatherings or outings, so that we can strengthen our relationships with one another instead of just being a group of musicians. :) I really enjoyed the session! Thanks Joel! And of course, thank God for everything!!! :D </post> <date>31,July,2004</date> <post> Went running, cycling and swimming today I felt so refreshed after the whole thing. Well, though I was alone, still I was joyful and satisfied cos I know the Lord was and is with me. During my swim, I saw Douglas who is in NDU now. He told me all the 'sufferings' that he has gone through and wanted to get out asap. All the people there are much more fit than the normal fit. Their 2.4 9+ mins and below...pull-ups literally 20 and above..Though it is prestigious but still xiong and terrifying~ Hehez. Why do you call Me "Lord, Lord," and not do the things which I say? Luke 6:46 . This verse makes me soul-search and reflect on what I should and should not done, be it in my actions, behaviour and speech. Now I'll be at the CC everyday to study, be it rain or shine. I'm trying to have an agreement with Yanda. Hahah. Pretty lame one - the person who doesnt turn up, will treat. Hehez. I guess that's the only way to force us to really study. God is greater than our heart, and knows all things. 1 John 3:20 </post> <date>25,July,2004</date> <post> Alright, just finished a bowl of honey stars. Gosh! It triggered my hunger already, but ok I'll control because Mr Fat is here...hahaz.! Im like very particular about this Mr Fat&nbsp;because he's&nbsp;soo obnoxious! Can't wait to kill him. =X Ok...I'm pretty health-conscious. =P &nbsp; Our teachers treated the swim team to PIzzaHut. What else? Of course, whack ar!!! Hahaz. Tons of cheese...haha. One of the teachers talked about his days in NUS and career paths etc. And honestly, I don't know what course to take in future!!! Don't ask me what I like etc, because I like everything? Hahaz. Ermz..I was thinking of civil engineering since I like construction a lot! Being a construction worker rocks! =D Just imagine yourself plastering the wall, mixing the cement, laying bricks etc..Oh if can, I want to operate those mammoth&nbsp; and cool cranes...They simply rox man! Ok...all these sounds peculiar! Back to serious business, they say civil engine is like no future? *shrugss* God will show me His ways...so no fear I guess..hehe. &nbsp; Indeed, Time really flies manz! Today, I did a few things ONLY! Supposed to go to my cousin's 21st bday party, I went to study instead. -.- I have tons of homework to complete. Shucks! And Sunday as usual la, is a long day. So&nbsp;Sat is my&nbsp;only day to do work?! Really no life manz! Everyone is counting down to prelims and etc etc...it's really terrifying manz! I guess this couple of months is all about eating books, what else? Ok..enough of dwelling. </post> <date>22,July,2004</date> <post> Arrrgghz...School...Classmates...Homework etc.. all these are indeed prosaic. I really can't wait to go army. Haha. Well, at least you don't need to kill that much brain cells and ya..Army takes care of everything - food, sleep, 'play' etc etc. =X Ok..I know those who are in army will rebut. Alright, enough of that whingeing. &nbsp; Anyway, I skipped my sch's sea carnival just to go study. Honestly, I wasn't involved in it in any ways and I dont have my clique at all. Therefore, no point wasting my time moseying around right?&nbsp;=P I know what you are going to say! But I'm just trying to catch up and put in more effort in my studies since I'm lousy and mediocre. Logical isn't it? Also, I'm not a nerd(like some of my friends)&nbsp;who only knows life is studies, right? I do play hard too. Don't you agree? Well as you know, All work makes Ben a dull boy. Whahaha. Come and join my club ' The Muggers' Club'. Free membership and an upsized kid at your service. ^_O Had a short yet meaningful sharing with Cindy. Haha this amazing and funny girl. I got this peculiar notion in my head again. If I tell you about it, you'll be&nbsp;rather amused and find it absurd?! Nvm about that. &nbsp; Yet I am poor and needy; may the Lord think of me. You are my help and my deliverer; O my God, do not delay. Psalms 40:17 </post> <date>18,July,2004</date> <post> What else can I say? Lord is indeed so good and faithful! Well, this week, I was thinking of ways to change and improve my QT with God. And guess what? Today, both the spdlight and main service's sermon were on quiet time! So surprised man. God really gave me the answers and solutions man!!! Oh Dr Tan mentioned about personal retreat. That sounds really cool manz, it's somewhat similar to camp?! Hmmz..I wonder where got such places...^_^ Anyway, back to QT, ya it's not about doing it to please Him or a routine, but it's the desire to BE WITH HIM and have THIS INTIMACY WITH HIM. I realised that sometimes many people including me, keep saying that God is the most important, yet it doesnt reflect on us as things like our work, studies or even sleep distract us and took away the priority. Sounds ironic isn't it? Well, it's never too late to change, right? So let us have more spiritual discipline, to really seek Him daily. =) Must always tell myself not to be a member of NATO (No actions, talk only) HEhe. =P My father went to church with me today. =D After the service, I asked how everything was etc. The answer was the same as before - 'Aiya, I come for fun only...I know all these... All are the same, no difference...I know what I'm doing etc etc' I was really discouraged. Also, as my uncle and his family were at my house just now, we began to talk about religion. My uncle joined forces with my father to argue with me, saying how they felt towards Christianity and etc. Wah, I was really struck dumb by what they said and commented. I didn't know how to answer and rebut... Oh my uncle asked me a very simple question which totally threw me off!! Ask me if you wanna know. =X Wah..after all that, I felt so useless and lousy...Now it's even harder to convince my cousin who is my uncle's son! -.- My mum, another one la, keeps telling people that I've been spending too much time in church, which would affect my A lvls. She said that people in my church should encourage me to stop going to church. Nonsense from her always.&nbsp;WHahhaha. AR! Sick of all these liaoz! I know what I'm doing... so Pa and Ma...Shhhhhhhhh!!!! HAHA. &nbsp; Hmmz...looking back at my life, I think I have changed to a better person?! Well, at least I'm not so introverted and shy? Ermz although im still alittle bit.. =P And I have lotsa friends now?! Haha. Don't laugh ok! Help me to get out of that box if you can! Lolx. Oh yes, any1 wanna go somewhere tranquil, sip a cup of coffee and maybe chat + reading?! :P &nbsp; My faith will be strong because of You Lord. I want to seek Your face always. &nbsp; </post> <date>17,July,2004</date> <post> My beloved pen fell to its death yesterday. The tip kissed the floor twice, leaving 60% of life untouched. Haha. Ok I know it's lame and crappy. &nbsp; Today went to attend a bible conference by Bill Crowder, the director of Daily Bread. It was on Joseph: Overcoming Life's Challenges. Normally, my fridays always end at 5+, so I was abit worried whether I could make it on time etc. But thank God man! The teacher decided to end the lesson at 4+, therefore I had extra time to 'cool down' before I go for the thing. The speaker rocks. Like what Joanna said, he has kinda brought the passages to life. Somtimes you read the passage without understanding what the reasons are etc, but as he read it, you can really catch the implications etc. Hehe. We should always persevere no&nbsp;matter what happen. Bill said We are always in a hurry, but God is not!! Since you trust&nbsp;Him, why should you be impatient and yearn for immediate results etc?&nbsp;It's too soon to quit!!!&nbsp;Joseph&nbsp;became a ruler after 13 years of perseverance&nbsp;and moulding by God. &nbsp;We are always in good hands&nbsp;of the Lord for&nbsp;He&nbsp;makes no mistakes... &nbsp; Oh after the 1st half of the session, they were giving out free copies of ODB. Then, 1 sms came from my classmate, asking me to lend him my copy. I don't think it's pure coincidence but God who was doing all this! So real indeed! Actually He was a Christian....ya so he saw my DB on my table and begun to browse through it. After a while, I noticed that he was deep in thoughts. Ya...I did not expect the sms to come at all and etc. I think God wants me to help him.&nbsp;Ya...Pray that&nbsp;he would come to know God again. That reminds me of my father. I hope this sunday he will go to chuch with me. He dislikes Christianity and keeps saying he knows what's happening in church&nbsp;(like how people brainwash etc etc..) Oh Give me a break!!! Nevertheless, this is the first step, Salvation is still a long way to come. But ya, maybe pray for my father if you can. Thanks. Also, recently my parents are badgering me to stop going to church because they&nbsp;are afraid&nbsp;it might affect my studies etc. Honestly, I think it's all crap! --.--&nbsp;They said I'm too obsessed with all this church stuff. It riled me man! I tried to explain to them, but seems like it's to no avail. If argue more, the whole situation will just get more uglier, so I&nbsp;think just leave it to God. Hehe. &nbsp; Walked home with Kenny. He enlightened me once again. This time, it was about my ministry and other stuff like showing concern etc. I wont elaborate on it. Ya, but I think this sunday will be the beginning.. =D &nbsp; A Christian life is indeed exciting! Don't you agree? As you dwell on Him more, He will reveal Himself to you more. Let us keep the zeal and first love going man! Love you always Lord! &nbsp; &nbsp; </post> <date>15,July,2004</date> <post> Should I say that I've screwed up my week(sleeping a lot! Lazing around..)? Oh man, this really sucks. Must put a cessation to it! I really need to be more focused in my studies as it seems like I've become more playful this year? Last year was like hugging the mug all the time?! Hahaz. I'll just need to hang on for another 4 months and WAH LA!! =P Cannot wait to get out of that junky school! =X I dont like the environment, people, food which is horrendous. Oh, talking about ppl, You know what? I somewhat got shunned by people who r unhappy about me mugging hard? So absurd!!! Well, slacking in my sch is a norm. If you dont slack, you are an outcast. -.- Whatever. Recently, Grace told me about how she felt about church, the speedlight and etc. It made me ponder too. And I began to ask people for their views and etc. Just some simple 'startup' for chat I guess? Haha. Anyway, I feel that everything's fine. But sometimes, I don't quite get the speedlight's sermons. Maybe it's because the age group ranges from p5 to 20+ which is rather large, so kind of difficult to cater to everyone. Kind of funny?! Hehe. In my opinion, we should not solely depend on church services for feeding, but it is our daily effort in reading His words and doing QT regularly. To put in layman's terms, I think it would sum everything up by saying 'practice makes perfect' or simply think of it as a BGR relationship. If you want to get intimate with Him and know Him better, should you not do something about it? And it should not be a weekly thing only. But because of our daily activities, be it work or studies, we inadvertently neglect Him. Yes, I'm guilty of it. Ok..Must really put all these into ACTIONS!!! Oh and yesterday went to a Christian bookshop in Eastpoint with Yanda. Saw some great stuff eg like the daily devotional materials which are akin to daily bread. But I think it is more indept than the latter. Too bad its not free...1 year $23.20. Sounds cool right? Cheap and worthwhile. ^_^ Yepx..I bought this little book titled 'How to have A Quiet Time'. Im sure this would help me to enhance my learning of His words and having a much effective QT with the Lord! = ) Today met up with Cel to have dinner. Had a great time. Thanks for all the sharing manz. Ya..and it is all the downs that God wants to use to mould us to become better people. So I was wondering how come my life is like smooth? Wahah. Of course, I'm not implying that I want troubles in my life etc, ya..but..ah nvm.Haha. Nevertheless, He has changed me for the better and done a lot for me. =) Never be lacking in zeal, but keep your spiritual fervor, serving the Lord. Be joyful in hope, patient in affliction, faithful in prayer. Share with God's people who are in need. Romans 12:11-13 </post> <date>10,July,2004</date> <post> Had swimming competition on Thurs and Fri. This is my first time because I started swimming again when I was in yr 1! Before that, I was in NCC. So in a way, I'm like a newbie. Haha. It was really an eye-opener for me. Yepx. Cool People and those Pro swimmers were around, and of course, there were some cocky ppl, esp from those good schools. You know la, Swimming is always dominated by AC and Raffles people. They are really fast!! Oh Ang Peng Siong was there too. Wah He's really HUGE man! His calfs are the size of my arms! As for his arms, no need to say liaoz. I want his body!! :P I guess when u have a good body, you will be more confident of youself? =D I did pray for everything to go smoothly. Well although sometimes things might not happen what we wanted, we should always thank Him for He has the best plans to prosper us! Lead me Lord I pray Take me, Mould me Use me, Fill me I give my life to You Hold me, Guide me Lead me, Walk beside me I give my life to You </post> <date>07,July,2004</date> <post> Got back my CT results. And only 1 word can describe it - CARELESS!. When I looked at all the errors, I was angry with myself. Anyway it's over. No point dwelling on it. Thank you Lord for the results and all that you have done for me. Hmmz, my classmate who was on the same boat with me, reminded me of my impetuosity. Both of us were considered the consistent ones and we had the same problem - afraid of FM affecting other subjects etc. Teachers and friends persuaded us continuously. Even the HOD of FM reassured and had faith in us. Yet I did not heed their advice! I withdrew from it on the day of the registration. = I realised that I succumb to small setbacks and failures easily. And this is not the 1st time. It's high time for me to change and seek fervently my identity and image in His words. Remember Breakthrough chapter 4 and 5?! Hehe. :P Rest in the Lord and wait patiently for Him Psalm 37:7 </post> <date>05,July,2004</date> <post> Today went for Cg dinner at Fisherman's village. When I reached there, Wah! It was so beautiful manz - referring to the beach and etc, although the clouds looked ominous. You might be thinking whether I'm a mountain turtle or whatever...like never been to the beach before.. haha! There are restaurants and cafes just next to the beach. The ambience was fantastic! Hehe. Perfect place for fellowship/gathering and also lovebirds. Pretty romantic too..HAha.. The restaurant that we went was a 'Zhi Cha' style. We were sitting in the open, and afraid of the rain coming, as dark clouds covered the skies. But hey you know what? God answered our prayer instantly! The rain did not come at all! Just a couple drops..God is indeed SO REAL when you have faith in Him! Well, it might seem trivial, but I feel that it's through all these small little things or situations, then we can learn and apply His words in our daily lives. Don't you agree? =) Oh ya! the whole cell forced me to do a foolish act to Joanna. haha! Always trying to bully me :O Well, I shall not elaborate it. Must keep it as a secret. :D Wanted to stay longer to fellowship etc, but ya tmr got school!!! I'm still at slacking mode manz! This week, think going to get back all the papers?! Need to pray hard for miracles..Hehe. No matter what happen, God is with us always. </post> <date>02,July,2004</date> <post> As usual, love Sundays always! The day where we can really focus on Him, with no distractions. Hey Grace, nice talking with ya. :P After dinner with the gang(lesser people yest) at KR, all of us went to have pool and watch soccer at Simpang once again! Hahaz. Initially, I declined it because I wanted to do hw and slp?!? =X Ar! Well in the end, cant bear to forsake having fun with them! hehe. =D Sometimes I simply envy those people who are having REAL holidays. No hw or tests to worry. Can't wait for this A lvl year to pass!!! And then *Evil laughter* !! Sometimes the things that you do might send some wrong signals or ideas to people who would then get irritated/angry/upset...So what's next? Leave it as it is? Or voice out? No point complaining this and that, as if all these would really help?! -.- Well, what I want to say here is being transparent and open. Human relations....What a headache!! Hmmz, pets wont give you such problems..haha. Whatever it is, the Lord is still the only one whom we can truly rely on... *cheers* </post> <date>02,July,2004</date> <post> Just came back from pool and supper with Kenny, Engie, Shubert, AlvinChia, Meiling, Peter, Shufang, Yanda and Weixiong. As usual, had a great time! You know what? Actually I didn't want to go because I finished my swimming from 4pm to 8pm. I was drained out totally. Hahaz. Well, 4pm to 6pm was for bathing in the sun. Too bad Mr Sun didn't come out again!! Arrgghz. But I got an unexpected call from Alvin Chia, and he somewhat persuaded me to go etc. :P Er, I dozed off abit while watching soccer. Hehe =x While I was playing pool, I received smses from someone who told me some bad news ( It's about me and some other people). Gave a call to her to find out more( Thanks a lot). And Wah! I was flabbergasted and dejected by the strong and hurting words that the person used. Everyone does get livid, but is there a need to vent your anger by saying such things?! Are you not aggravating the entire situation and causing more misunderstandings and hurt? If you thrash things out with the person 1 on 1, isn't it much better? Rather than going around telling people how bad the person is and etc? I'm not furious or whatsoever. I just want things to be talked out nicely instead of such things happening! Give me a chance to explain and apologise too. </post> <date>01,July,2004</date> <post> Today slacked at home the whole day. Gosh! I could have done something meaningful or interesting manz!! So sad. Couldn't swwim and tan because the sun kept hiding throughout the day! Arrrghz. Wanted to run too, but procrastinated it.Hahaz. By the time, I wanted to run, it was already 10pm! Priz showed me some comments made by a guy in his blog. And it struck me! Was God trying to tell me something? 'Here's what my pastor said just now. You who serve God but never pray, you should consider your resignation. Simple yet powerful, made me think what I have done so far. Have I prayed in my service to God? Don't be surprised when you go to heaven later, the wages for those who prayed for others are bigger than those who seem to serve in the eye of human but never prayed. By the way, today's passage was taken from Matthew 13:31-50. What do you think?' During my QT, I felt a strong sense of guilt and c. Immediately, I asked for His forgiveness and mercy. Felt so good after the whole thing. Thank You Lord. Besides that, that 'comments' made me ponder how I perform etc. And indeed, its egregious! Of course, I need to hone my skills etc, but if I play wrong during service which disrupts the worshippers, then yes, I must admit my mistakes and make sure that it won't happen again, and not keep dwelling on it and be upset or whatsoever. As a drummer, I would say it's abit difficult to worship while playing, because you have to think of the fills, tempos and etc. Anyway, the bottomline is pray to Him more and commit everything unto His hands. What's impossible with man is possible with God. Amen. Love you always Lord. </post> <date>14,August,2004</date> <post> Just came back from swimming which was so unproductive! Arrghz! After doing my kicking, I felt like sleeping as I lay down to somewhat tan. So didnt manage to kill Mr Fat. Haha. Yesterday was Cheney's bday. Quite fun. When Isabel and I reached the chalet, we were shocked! haha. Cos not many people were there. It was 9 plus at that time. Well, the rest of the group would be late etc, thats why. So we waited for them to come and Isabel, poor thing...she has test today. And ya...she stayed till pretty late. I noticed something - Cheney and his family members are good-looking!! Hahaz...Good features etc. They are Peranakans..so I guess that makes the difference...?! Oh ya, the food there was nice...And his uncle keeps asking us to eat, too bad I wasnt on form! =P Also, the cake was pink in color!...Cheney = Cherry... Haha! Planning to cut Armani and gel it up, but my previous 'ordeal' makes me ponder. Whatever. Should I go and sleep now or study?! WOooO LaAalAaa...Rock it on Baby!! =D </post> <date>09,August,2004</date> <post> Everyone is going out to celebrate National Day, yet Bel, Cindy, Yanda and I actually went to study! Amazing. Well, to me, the NDP is still the same, nothing special. I think the most spectacular one would be year 2000's. It had lotsa events and etc. Yepx, so it was a holiday meant for studying. Arrgghhz. I displayed my stupid golden silence once again! Felt bad about it. I just couldn't bring myself to chat or talk. My presence was no better than my absence. I simply don't know how to use the 'mixer' Haha. Well, I guess I'm still that shy and introverted guy , as always, unlike those sociable guys who know how to entertain people. Sorry. Haha. I'm trying. Went to play basketball this morning. Pretty cool. Too bad some of the people there didn't want to play 5 vs 5 which is like so exciting?! It will really make you run like a panting dog. ^_^ Well, 3 vs 3 wasnt that bad, but the opponents were on relax mode. Oh, and I hope that I won't grow any taller by playing basketball, if it does, thats it manz, bball-phobia....I'm not like those tall and BIG people. Imagine a bamboo walking around, eeeewww...haha! Thats why I need more bulk! Btw, is tall a merit? Or issit that I'm TOO tall?! Scary...Hahaz! Whatever. I have this small bubble-like blood clot in my mouth. I poked it and tried to remove all the blood, but to no avail. I was thinking of simply adding salt on it! That would really hurt big time I think! Lazy to see the doc. Waste money. Alright folks, take great care, and enjoy yourselves. See you guys soon. ^_^ The song 'The Potter's hand' says it all for me... Love you Lord </post> <date>06,August,2004</date> <post> There's this foolish person who goes online and simply masters the art of stoning, cos he has nothing to do, unlike others who are having a great time online. = I suddenly have the urge to play basketball, badminton, cycle and rollerblade! Wanna play bball tomorrow morning, but couldn't find anyone. Sad. Ar...Whatever. Pardon me for being so simple-minded and childish, perhaps. I'm like that. A kid inside this big body. :-) Are you hypocritical sometimes? WHATEVER. </post> <date>05,August,2004</date> <post> Went to Bugis just to buy drumsticks. How dumb could I get. Hahaz. I was thinking of who to ask along and have dinner after buying. Just couldn't think of anyone 'suitable'? Cos I'm a weird guy. Hahaz. Oh, that place is like full of pretty and handsome faces?! Hehez. Tomorrow is holiday (pon sch) cos my sch is celebrating National Day. So I'll have 5 days of holidays?! Cool~ I was telling yanda that maybe one of the nights, we could go pool and supper with Kenny and gang. Haha. The triathlon is coming soon and I haven't gotten a helmet! Shucks! Need to get helmets for my fren, Xueli and Jac(maybe). Hey! If anyone has 'lobang' for helmets...borrow I mean...pls inform me. Think it would be foolish just to buy it for the event right? We are just going to have fun there, not trying to compete. So...ya..if interested, come on manz! Hehez. -.- My mind is blank now....Anyway, take care folks! See you guys soon. </post> <date>01,August,2004</date> <post> What else can I say? Sundays rox man! The main service's sermon was on powerful truths for effective living, which somewhat links to my previous entry. So amazing and coincidental. Hehe. Oh and the cell teaching today was enligthening. Joanna talked about Luke 15 which is on the parables of the lost sheep, lost coin, and lost son. I had read it before and the basic inference, or should I say the only one, was we are precious in the eyes' of the Lord. I did not go into deeper thoughts and analyse the parables. But the last one was really zhai - It has more hidden truths and meanings. Indeed, God is the ultimate story-teller and magician. Indeed, God plans everything perfectly and let them fall nicely into place. Today the practice was different from the normal ones. Normally, we would pray in the santuary and it's a short and rush one I would say. But this time, we gathered in the Jireh room. Alvin Chia and Joel started sharing. It was just so wonderful. Also, we have decided to start early and end early, so that we can share and pray together. Well, all of us somewhat knew that pract was pretty routine - you play, practise...and this cycle repeated itself. But not anymore! This time round, this change will definitely enable us to bond together spiritually and walk closer as a team to God. It's not about playing together and being in a ministry anymore!!! It's more than that man! *Cheers* Ok I need to eat more in order to gain more weight. Haha! are you amused? Ok. Whatever. Alright, another exciting week ahead isn't it? Hehe. </post> </Blog>
176.545455
2,923
0.738517
7487024f171b3ae7d18c5186103bac91b0747b78
296
xml
XML
output/instances/nistData/list/time/Schema+Instance/NISTXML-SV-IV-list-time-minLength-3-1.xml
tefra/xsdata-w3c-tests
b6b6a4ac4e0ab610e4b50d868510a8b7105b1a5f
[ "MIT" ]
1
2021-08-14T17:59:21.000Z
2021-08-14T17:59:21.000Z
output/instances/nistData/list/time/Schema+Instance/NISTXML-SV-IV-list-time-minLength-3-1.xml
tefra/xsdata-w3c-tests
b6b6a4ac4e0ab610e4b50d868510a8b7105b1a5f
[ "MIT" ]
4
2020-02-12T21:30:44.000Z
2020-04-15T20:06:46.000Z
output/instances/nistData/list/time/Schema+Instance/NISTXML-SV-IV-list-time-minLength-3-1.xml
tefra/xsdata-w3c-tests
b6b6a4ac4e0ab610e4b50d868510a8b7105b1a5f
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <NISTSchema-SV-IV-list-time-minLength-3 xmlns="NISTSchema-SV-IV-list-time-minLength-3-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">02:17:03 12:37:23 02:27:33 02:27:03 12:37:43 02:17:53 12:17:13 12:17:53</NISTSchema-SV-IV-list-time-minLength-3>
98.666667
256
0.72973
b45509fbb36961b57c17de822d1dda04dc6195f6
10,107
xml
XML
pom.xml
djbing85/oplog4j
87011e65bb22b43ca78c4ced39523d49d9cdb202
[ "Apache-2.0" ]
8
2020-09-11T06:17:04.000Z
2021-12-24T04:45:21.000Z
pom.xml
djbing85/oplog4j
87011e65bb22b43ca78c4ced39523d49d9cdb202
[ "Apache-2.0" ]
null
null
null
pom.xml
djbing85/oplog4j
87011e65bb22b43ca78c4ced39523d49d9cdb202
[ "Apache-2.0" ]
3
2021-04-18T01:13:03.000Z
2022-02-16T02:42:35.000Z
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.1.5.RELEASE</version> </parent> <groupId>com.github.djbing85</groupId> <artifactId>oplog4j</artifactId> <version>0.0.2-SNAPSHOT</version> <description>a common oplog generator intergrated with spring</description> <url>https://github.com/djbing85/oplog4j</url> <scm> <connection>scm:git:git@github.com:djbing85/oplog4j</connection> <developerConnection>scm:git:git@github.com:djbing85/oplog4j</developerConnection> <url>scm:git:git@github.com:djbing85/oplog4j</url> <tag>HEAD</tag> </scm> <developers> <developer> <name>Jasper</name> <email>djbing85@gmail.com</email> <organization>github</organization> <organizationUrl>https://djbing85.github.io/</organizationUrl> </developer> </developers> <properties> <jdk.version>1.8</jdk.version> <spring.version>5.1.7.RELEASE</spring.version> <springboot.version>2.2.5.RELEASE</springboot.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> </properties> <dependencies> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.2.1</version> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.49</version> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjrt</artifactId> </dependency> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-expression</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>23.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> <!-- test --> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <scope>test</scope> <version>6.8</version> </dependency> <!-- <dependency> <groupId>jtester</groupId> <artifactId>jtester</artifactId> <scope>test</scope> <version>1.1.8</version> </dependency> --> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <scope>test</scope> <version>3.1</version> </dependency> <dependency> <groupId>org.test4j</groupId> <artifactId>test4j.testng</artifactId> <version>2.0.6</version> <scope>test</scope> </dependency> <dependency> <groupId>org.test4j</groupId> <artifactId>test4j.integrated</artifactId> <version>2.0.6</version> <scope>test</scope> </dependency> <dependency> <groupId>com.googlecode.jmockit</groupId> <artifactId>jmockit-coverage</artifactId> <version>0.999.26</version> <scope>test</scope> </dependency> </dependencies> <build> <finalName>oplog4j</finalName> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.1</version> <configuration> <source>${jdk.version}</source> <target>${jdk.version}</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.1.1</version> <executions> <execution> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> <!-- <configuration> <additionalparam>-Xdoclint:none</additionalparam> <encoding>${project.build.sourceEncoding}</encoding> <outputDirectory>${basedir}</outputDirectory> <reportOutputDirectory>${basedir}</reportOutputDirectory> </configuration> --> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.1.0</version> <executions> <execution> <id>nexus-release</id> <phase>package</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <!--自动发布 Jar 到 Maven 仓库--> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.8</version> <extensions>true</extensions> <configuration> <serverId>nexus-release</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> <!--测试覆盖率统计工具插件--> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.7</version> <configuration> <formats> <format>html</format> <format>xml</format> </formats> <check /> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>release</id> <build> <plugins> <!-- GPG --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.6</version> <executions> <execution> <id>nexus-release</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <distributionManagement> <snapshotRepository> <id>nexus-release</id> <url>https://oss.sonatype.org/content/repositories/snapshots/</url> </snapshotRepository> <repository> <id>nexus-release</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> </profile> </profiles> </project>
35.967972
204
0.515484
ea96738a97eb9d377930fb50bd29f1be513fd5e6
13,097
csproj
XML
Src/MyProduct.Services.LogMessage/LogMessage.csproj
ddieruf/log-message-framework45
2c64b4a30479ddb586d12e9b8721328255ffab2f
[ "Apache-2.0" ]
null
null
null
Src/MyProduct.Services.LogMessage/LogMessage.csproj
ddieruf/log-message-framework45
2c64b4a30479ddb586d12e9b8721328255ffab2f
[ "Apache-2.0" ]
null
null
null
Src/MyProduct.Services.LogMessage/LogMessage.csproj
ddieruf/log-message-framework45
2c64b4a30479ddb586d12e9b8721328255ffab2f
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion> </ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{A5AF8D50-6606-4C55-AAA2-8C64B31EB70A}</ProjectGuid> <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>MyProduct.Services.LogMessage</RootNamespace> <AssemblyName>log-message</AssemblyName> <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> <MvcBuildViews>false</MvcBuildViews> <UseIISExpress>true</UseIISExpress> <Use64BitIISExpress /> <IISExpressSSLPort /> <IISExpressAnonymousAuthentication /> <IISExpressWindowsAuthentication /> <IISExpressUseClassicPipelineMode /> <UseGlobalApplicationHostFile /> <NuGetPackageImportStamp> </NuGetPackageImportStamp> <TargetFrameworkProfile /> <TargetFramework>net462</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> </PropertyGroup> <PropertyGroup> <!-- When compiling .NET SDK 2.0 projects targeting .NET 4.x on Mono using 'dotnet build' you --> <!-- have to teach MSBuild where the Mono copy of the reference asssemblies is --> <TargetIsMono Condition="$(TargetFramework.StartsWith('net4')) and '$(OS)' == 'Unix'">true</TargetIsMono> <!-- Look in the standard install locations --> <BaseFrameworkPathOverrideForMono Condition="'$(BaseFrameworkPathOverrideForMono)' == '' AND '$(TargetIsMono)' == 'true' AND EXISTS('/Library/Frameworks/Mono.framework/Versions/Current/lib/mono')">/Library/Frameworks/Mono.framework/Versions/Current/lib/mono</BaseFrameworkPathOverrideForMono> <BaseFrameworkPathOverrideForMono Condition="'$(BaseFrameworkPathOverrideForMono)' == '' AND '$(TargetIsMono)' == 'true' AND EXISTS('/usr/lib/mono')">/usr/lib/mono</BaseFrameworkPathOverrideForMono> <BaseFrameworkPathOverrideForMono Condition="'$(BaseFrameworkPathOverrideForMono)' == '' AND '$(TargetIsMono)' == 'true' AND EXISTS('/usr/local/lib/mono')">/usr/local/lib/mono</BaseFrameworkPathOverrideForMono> <!-- If we found Mono reference assemblies, then use them --> <FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net45'">$(BaseFrameworkPathOverrideForMono)/4.5-api</FrameworkPathOverride> <FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net451'">$(BaseFrameworkPathOverrideForMono)/4.5.1-api</FrameworkPathOverride> <FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net452'">$(BaseFrameworkPathOverrideForMono)/4.5.2-api</FrameworkPathOverride> <FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net46'">$(BaseFrameworkPathOverrideForMono)/4.6-api</FrameworkPathOverride> <FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net461'">$(BaseFrameworkPathOverrideForMono)/4.6.1-api</FrameworkPathOverride> <FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net462'">$(BaseFrameworkPathOverrideForMono)/4.6.2-api</FrameworkPathOverride> <FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net47'">$(BaseFrameworkPathOverrideForMono)/4.7-api</FrameworkPathOverride> <FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net471'">$(BaseFrameworkPathOverrideForMono)/4.7.1-api</FrameworkPathOverride> <EnableFrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != ''">true</EnableFrameworkPathOverride> <!-- Add the Facades directory. Not sure how else to do this. Necessary at least for .NET 4.5 --> <AssemblySearchPaths Condition="'$(BaseFrameworkPathOverrideForMono)' != ''">$(FrameworkPathOverride)/Facades;$(AssemblySearchPaths)</AssemblySearchPaths> </PropertyGroup> <Target Name="DisplayMessages"> <Message Text="TargetIsMono = $(TargetIsMono)" /> <Message Text="BaseFrameworkPathOverrideForMono = $(BaseFrameworkPathOverrideForMono)" /> <Message Text="FrameworkPathOverride = $(FrameworkPathOverride)" /> <Message Text="AssemblySearchPaths = $(AssemblySearchPaths)" /> </Target> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <PlatformTarget>x64</PlatformTarget> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <PlatformTarget>x64</PlatformTarget> </PropertyGroup> <ItemGroup> <Content Include="Global.asax" /> <Content Include="Web.config" /> <Content Include="Web.Debug.config"> <DependentUpon>Web.config</DependentUpon> </Content> <Content Include="Web.Release.config"> <DependentUpon>Web.config</DependentUpon> </Content> </ItemGroup> <ItemGroup> <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> <HintPath>..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> </Reference> <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> <HintPath>..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> </Reference> <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> <HintPath>..\..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath> </Reference> <Reference Include="Microsoft.CSharp"> <HintPath>..\..\..\..\..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6\Microsoft.CSharp.dll</HintPath> </Reference> <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> </Reference> <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.ComponentModel.DataAnnotations" /> <Reference Include="System.Data" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="System.Data.Linq" /> <Reference Include="System.Net.Http" /> <Reference Include="System.Net.Http.Formatting, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.4\lib\net45\System.Net.Http.Formatting.dll</HintPath> </Reference> <Reference Include="System.Web" /> <Reference Include="System.Web.ApplicationServices" /> <Reference Include="System.Web.DynamicData" /> <Reference Include="System.Web.Extensions" /> <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.Helpers.dll</HintPath> </Reference> <Reference Include="System.Web.Http, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.4\lib\net45\System.Web.Http.dll</HintPath> </Reference> <Reference Include="System.Web.Http.WebHost, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.4\lib\net45\System.Web.Http.WebHost.dll</HintPath> </Reference> <Reference Include="System.Web.Mvc, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.4\lib\net45\System.Web.Mvc.dll</HintPath> </Reference> <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.4\lib\net45\System.Web.Razor.dll</HintPath> </Reference> <Reference Include="System.Web.Routing" /> <Reference Include="System.Web.Services" /> <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.dll</HintPath> </Reference> <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> </Reference> <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Razor.dll</HintPath> </Reference> <Reference Include="System.Xml.Linq" /> </ItemGroup> <ItemGroup> <Content Include="log4net.config"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <None Include="packages.config" /> </ItemGroup> <PropertyGroup> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> <DebugSymbols>true</DebugSymbols> <OutputPath>bin\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <DebugType>full</DebugType> <PlatformTarget>x64</PlatformTarget> <ErrorReport>prompt</ErrorReport> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> <DebugSymbols>true</DebugSymbols> <OutputPath>bin\</OutputPath> <DefineConstants>TRACE</DefineConstants> <Optimize>true</Optimize> <DebugType>pdbonly</DebugType> <PlatformTarget>x64</PlatformTarget> <ErrorReport>prompt</ErrorReport> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <!-- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />--> <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'"> <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" /> </Target> <ProjectExtensions> <VisualStudio> <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> <WebProjectProperties> <UseIIS>True</UseIIS> <AutoAssignPort>True</AutoAssignPort> <DevelopmentServerPort>50202</DevelopmentServerPort> <DevelopmentServerVPath>/</DevelopmentServerVPath> <IISUrl>http://localhost:50202/</IISUrl> <NTLMAuthentication>False</NTLMAuthentication> <UseCustomServer>False</UseCustomServer> <CustomServerUrl> </CustomServerUrl> <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> </WebProjectProperties> </FlavorProperties> </VisualStudio> </ProjectExtensions> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>
62.966346
296
0.734138
6570f53b2741a8bc7ebc6653b9b0c1b67f59d404
11,560
xml
XML
ted_2011/data-example/imput_xml_dir/024320_2011.xml
pudo/ted
88bbf7cafb1d8a8be0303c947245fe3c533f068b
[ "MIT" ]
5
2015-12-17T15:21:40.000Z
2018-01-31T17:57:23.000Z
ted_2011/data-example/imput_xml_dir/024320_2011.xml
civicdataeu/monnet
88bbf7cafb1d8a8be0303c947245fe3c533f068b
[ "MIT" ]
1
2015-12-10T11:08:40.000Z
2015-12-10T11:08:40.000Z
ted_2011/data-example/imput_xml_dir/024320_2011.xml
civicdataeu/monnet
88bbf7cafb1d8a8be0303c947245fe3c533f068b
[ "MIT" ]
9
2015-12-09T11:57:10.000Z
2020-07-14T04:16:55.000Z
<?xml version="1.0" encoding="UTF-8"?><TED_EXPORT xmlns="http://publications.europa.eu/TED_schema/Export" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://publications.europa.eu/TED_schema/Export TED_EXPORT.xsd" DOC_ID="024320-2011" EDITION="2011016"><TECHNICAL_SECTION><RECEPTION_ID>11-018328-016</RECEPTION_ID><DELETION_DATE>20110501</DELETION_DATE><FORM_LG_LIST>FR </FORM_LG_LIST><COMMENTS>From Convertor</COMMENTS><OLD_HEADING>2280</OLD_HEADING></TECHNICAL_SECTION><LINKS_SECTION><XML_SCHEMA_DEFINITION_LINK xlink:title="TED WEBSITE" xlink:href="http://ted.europa.eu" xlink:type="simple"></XML_SCHEMA_DEFINITION_LINK><OFFICIAL_FORMS_LINK xlink:href="http://ted.europa.eu" xlink:type="simple"></OFFICIAL_FORMS_LINK><FORMS_LABELS_LINK xlink:href="http://ted.europa.eu" xlink:type="simple"></FORMS_LABELS_LINK><ORIGINAL_CPV_LINK xlink:href="http://ted.europa.eu" xlink:type="simple "></ORIGINAL_CPV_LINK><ORIGINAL_NUTS_LINK xlink:href="http://ted.europa.eu" xlink:type="simple"></ORIGINAL_NUTS_LINK></LINKS_SECTION><CODED_DATA_SECTION><REF_OJS><COLL_OJ>S</COLL_OJ><NO_OJ>16</NO_OJ><DATE_PUB>20110125</DATE_PUB></REF_OJS><NOTICE_DATA><NO_DOC_OJS>2011/S 16-024320</NO_DOC_OJS><URI_LIST><URI_DOC LG="FR">http://ted.europa.eu/udl?uri=TED:NOTICE:024320-2011:TEXT:FR:HTML</URI_DOC></URI_LIST><LG_ORIG>FR</LG_ORIG><ISO_COUNTRY VALUE="FR"></ISO_COUNTRY><IA_URL_GENERAL></IA_URL_GENERAL><ORIGINAL_CPV CODE="50110000">repair and maintenance services of motor vehicles and associated equipment</ORIGINAL_CPV><VALUES_LIST></VALUES_LIST></NOTICE_DATA><CODIF_DATA><DS_DATE_DISPATCH>20110121</DS_DATE_DISPATCH><AA_AUTHORITY_TYPE CODE="1">Ministry or any other national or federal authority</AA_AUTHORITY_TYPE><TD_DOCUMENT_TYPE CODE="7">Contract award</TD_DOCUMENT_TYPE><NC_CONTRACT_NATURE CODE="4">Service contract</NC_CONTRACT_NATURE><PR_PROC CODE="1">Open procedure</PR_PROC><RP_REGULATION CODE="5">European Union, with participation by GPA countries</RP_REGULATION><TY_TYPE_BID CODE="9">Not applicable</TY_TYPE_BID><AC_AWARD_CRIT CODE="2">The most economic tender</AC_AWARD_CRIT><HEADING>01337</HEADING></CODIF_DATA></CODED_DATA_SECTION><TRANSLATION_SECTION><ML_TITLES><ML_TI_DOC LG="BG"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Услуги по техническо обслужване и ремонт на автомобили и мотоциклети и свързаното с тях оборудване</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="CS"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Opravy a údržba motorových vozidel a příslušenství k nim</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="DA"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Reparation og vedligeholdelse af motorkøretøjer og beslægtet udstyr</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="DE"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Reparatur und Wartung von Kraftfahrzeugen und zugehörigen Ausrüstungen</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="ET"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Mootorsõidukite ja nendega seotud vahendite remondi- ja hooldusteenused</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="EL"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Υπηρεσίες επισκευής και συντήρησης μηχανοκίνητων οχημάτων και παρεπόμενου εξοπλισμού</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="EN"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>repair and maintenance services of motor vehicles and associated equipment</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="ES"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Servicios de reparación y mantenimiento de vehículos de motor y equipo asociado</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="FR"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Services de réparation et d'entretien de véhicules à moteur et d'équipements connexes</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="IT"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Servizi di riparazione e manutenzione di veicoli a motore e attrezzature affini</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="LV"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Mehānisko transportlīdzekļu un ar tiem saistītā aprīkojuma remonta un apkopes pakalpojumi</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="LT"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Motorinių priemonių ir su jomis susijusių įrenginių remonto, priežiūros ir panašios paslaugos</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="GA"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Repair and maintenance services of motor vehicles and associated equipment</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="HU"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Gépjármű és hozzá tartozó berendezések javítása és karbantartása</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="MT"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Tiswija u manutenzjoni u servizzi assoċċjati, tal-vetturi bil-magna u l-apparat assoċċjat</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="NL"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Reparatie en onderhoud voor motorvoertuigen en aanverwante uitrusting</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="PL"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Usługi w zakresie napraw i konserwacji pojazdów silnikowych i podobnego sprzętu oraz podobne usługi</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="PT"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Serviços de reparação e manutenção de veículos e equipamento afim</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="RO"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Servicii de reparare şi de întreţinere a autovehiculelor şi a echipamentelor conexe</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="SK"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Opravy a údržbárske služby pre motorové vozidlá a súvisiace vybavenie</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="SL"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Storitve popravil in vzdrževanja motornih vozil in pripadajoče opreme</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="FI"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Moottoriajoneuvojen ja niihin liittyvien laitteiden korjaus ja huolto</TI_TEXT></ML_TI_DOC><ML_TI_DOC LG="SV"><TI_CY>F</TI_CY><TI_TOWN>Puteaux</TI_TOWN><TI_TEXT>Reparations- och underhållstjänster av motorfordon och tillhörande utrustning</TI_TEXT></ML_TI_DOC></ML_TITLES><ML_AA_NAMES><AA_NAME LG="FR">Ville de Puteaux</AA_NAME></ML_AA_NAMES></TRANSLATION_SECTION><FORM_SECTION><CONTRACT_AWARD CATEGORY="ORIGINAL" LG="FR" VERSION="R2.0.7.S03.E01" FORM="3"><FD_CONTRACT_AWARD CTYPE="SERVICES"><CONTACTING_AUTHORITY_INFORMATION><NAME_ADDRESSES_CONTACT_CONTRACT_AWARD><CA_CE_CONCESSIONAIRE_PROFILE><ORGANISATION>Ville de Puteaux</ORGANISATION><ADDRESS>131 rue de la République</ADDRESS><TOWN>Puteaux</TOWN><POSTAL_CODE>92800</POSTAL_CODE><COUNTRY VALUE="FR"></COUNTRY><ATTENTION>service des marchés publics</ATTENTION><PHONE>+33 1046929252</PHONE><FAX>+33 1046929395</FAX></CA_CE_CONCESSIONAIRE_PROFILE></NAME_ADDRESSES_CONTACT_CONTRACT_AWARD><TYPE_AND_ACTIVITIES_AND_PURCHASING_ON_BEHALF><TYPE_AND_ACTIVITIES><TYPE_OF_CONTRACTING_AUTHORITY VALUE="MINISTRY"></TYPE_OF_CONTRACTING_AUTHORITY></TYPE_AND_ACTIVITIES></TYPE_AND_ACTIVITIES_AND_PURCHASING_ON_BEHALF></CONTACTING_AUTHORITY_INFORMATION><OBJECT_CONTRACT_INFORMATION_CONTRACT_AWARD_NOTICE><DESCRIPTION_AWARD_NOTICE_INFORMATION><TITLE_CONTRACT><P>Maintenance et l'entretien des balayeuses aspiratrices de la ville de Puteaux.</P></TITLE_CONTRACT><TYPE_CONTRACT_LOCATION_W_PUB><TYPE_CONTRACT VALUE="SERVICES"></TYPE_CONTRACT><SERVICE_CATEGORY_PUB>1</SERVICE_CATEGORY_PUB></TYPE_CONTRACT_LOCATION_W_PUB><NOTICE_INVOLVES_DESC VALUE="CONCLUSION_FRAMEWORK_AGREEMENT"></NOTICE_INVOLVES_DESC><SHORT_CONTRACT_DESCRIPTION><P>Maintenance et entretien des balayeuses aspiratrices de la ville de Puteaux.</P><P>Le présent marché est passé selon la procédure adaptée conformément à l'article 28 du code des marchés publics (décret n° 2006-975 du 1.8.2006).</P><P>Une négociation pourra avoir lieu avec l'ensemble des candidats ayant remis une offre, en dehors des offres inappropriées.</P></SHORT_CONTRACT_DESCRIPTION><CPV><CPV_MAIN><CPV_CODE CODE="50110000"></CPV_CODE></CPV_MAIN></CPV><CONTRACT_COVERED_GPA VALUE="YES"></CONTRACT_COVERED_GPA></DESCRIPTION_AWARD_NOTICE_INFORMATION></OBJECT_CONTRACT_INFORMATION_CONTRACT_AWARD_NOTICE><PROCEDURE_DEFINITION_CONTRACT_AWARD_NOTICE><TYPE_OF_PROCEDURE_DEF><PT_OPEN></PT_OPEN></TYPE_OF_PROCEDURE_DEF><AWARD_CRITERIA_CONTRACT_AWARD_NOTICE_INFORMATION><AWARD_CRITERIA_DETAIL_F03><MOST_ECONOMICALLY_ADVANTAGEOUS_TENDER_SHORT><CRITERIA_DEFINITION><ORDER_C>1</ORDER_C><CRITERIA>valeur technique</CRITERIA><WEIGHTING>60</WEIGHTING></CRITERIA_DEFINITION><CRITERIA_DEFINITION><ORDER_C>2</ORDER_C><CRITERIA>prix</CRITERIA><WEIGHTING>40</WEIGHTING></CRITERIA_DEFINITION></MOST_ECONOMICALLY_ADVANTAGEOUS_TENDER_SHORT></AWARD_CRITERIA_DETAIL_F03><F03_IS_ELECTRONIC_AUCTION_USABLE VALUE="NO"></F03_IS_ELECTRONIC_AUCTION_USABLE></AWARD_CRITERIA_CONTRACT_AWARD_NOTICE_INFORMATION><ADMINISTRATIVE_INFORMATION_CONTRACT_AWARD><PREVIOUS_PUBLICATION_INFORMATION_NOTICE_F3><NO_PREVIOUS_PUBLICATION_EXISTS_F3></NO_PREVIOUS_PUBLICATION_EXISTS_F3></PREVIOUS_PUBLICATION_INFORMATION_NOTICE_F3></ADMINISTRATIVE_INFORMATION_CONTRACT_AWARD></PROCEDURE_DEFINITION_CONTRACT_AWARD_NOTICE><AWARD_OF_CONTRACT><CONTRACT_TITLE><P>Maintenance et entretien des balayeuses aspiratrices de la Ville de Puteaux.</P><P>Le présent marché est passé selon la procédure adaptée conformément à l'article 28 du code des marchés publics (décret n° 2006-975 du 1.8.2006).</P><P>Une négociation pourra avoir lieu avec l'ensemble des candidats ayant remis une offre, en dehors des offres inappropriées.</P></CONTRACT_TITLE><CONTRACT_AWARD_DATE><DAY>13</DAY><MONTH>01</MONTH><YEAR>2011</YEAR></CONTRACT_AWARD_DATE><OFFERS_RECEIVED_NUMBER>2</OFFERS_RECEIVED_NUMBER><ECONOMIC_OPERATOR_NAME_ADDRESS><CONTACT_DATA_WITHOUT_RESPONSIBLE_NAME><ORGANISATION>APP Environnement</ORGANISATION><ADDRESS>24 ZA de la Croix Jacquebot</ADDRESS><TOWN>Vigny</TOWN><POSTAL_CODE>95450</POSTAL_CODE><COUNTRY VALUE="FR"></COUNTRY></CONTACT_DATA_WITHOUT_RESPONSIBLE_NAME></ECONOMIC_OPERATOR_NAME_ADDRESS></AWARD_OF_CONTRACT><COMPLEMENTARY_INFORMATION_CONTRACT_AWARD><RELATES_TO_EU_PROJECT_NO></RELATES_TO_EU_PROJECT_NO><ADDITIONAL_INFORMATION><P>Annonce n° 351, BOAMP 221 B du 16.11.2010.</P><P>Date d'envoi du présent avis au JOUE et au BOAMP: 21.1.2011.</P></ADDITIONAL_INFORMATION><PROCEDURES_FOR_APPEAL><APPEAL_PROCEDURE_BODY_RESPONSIBLE><CONTACT_DATA_WITHOUT_RESPONSIBLE_NAME><ORGANISATION>Tribunal administratif de Cergy-Pontoise</ORGANISATION><ADDRESS>2/4 boulevard de l'Hautil, BP 30322</ADDRESS><TOWN>Cergy Pontoise</TOWN><POSTAL_CODE>95027</POSTAL_CODE><COUNTRY VALUE="FR"></COUNTRY><E_MAIL>greffe.ta-cergy-pontoise@juradm.fr</E_MAIL><PHONE>+33 1030173400</PHONE><URL>http://cergy-pontoise.tribunal-administratif.fr/ta-caa</URL><FAX>+33 1030173459</FAX></CONTACT_DATA_WITHOUT_RESPONSIBLE_NAME></APPEAL_PROCEDURE_BODY_RESPONSIBLE><LODGING_INFORMATION_FOR_SERVICE><CONTACT_DATA_WITHOUT_RESPONSIBLE_NAME><ORGANISATION>Tribunal administratif de Cergy-Pontoise</ORGANISATION><ADDRESS>2/4 boulevard de l'Hautil, BP 30322</ADDRESS><TOWN>Cergy Pontoise</TOWN><POSTAL_CODE>95027</POSTAL_CODE><COUNTRY VALUE="FR"></COUNTRY><E_MAIL>greffe.ta-cergy-pontoise@juradm.fr</E_MAIL><PHONE>+33 1030173400</PHONE><URL>http://cergy-pontoise.tribunal-administratif.fr/ta-caa</URL><FAX>+33 1030173459</FAX></CONTACT_DATA_WITHOUT_RESPONSIBLE_NAME></LODGING_INFORMATION_FOR_SERVICE></PROCEDURES_FOR_APPEAL><NOTICE_DISPATCH_DATE><DAY>21</DAY><MONTH>01</MONTH><YEAR>2011</YEAR></NOTICE_DISPATCH_DATE></COMPLEMENTARY_INFORMATION_CONTRACT_AWARD></FD_CONTRACT_AWARD></CONTRACT_AWARD></FORM_SECTION></TED_EXPORT>
11,560
11,560
0.823875
3c85b395ac53fcfc1a8868aa1c1e0c35c67fb606
485
xml
XML
app/src/main/res/values/strings.xml
rathodtulsiram/app_bundle
d202d8bd061d18969d825f874bc5fc2e650854e7
[ "Apache-2.0" ]
null
null
null
app/src/main/res/values/strings.xml
rathodtulsiram/app_bundle
d202d8bd061d18969d825f874bc5fc2e650854e7
[ "Apache-2.0" ]
null
null
null
app/src/main/res/values/strings.xml
rathodtulsiram/app_bundle
d202d8bd061d18969d825f874bc5fc2e650854e7
[ "Apache-2.0" ]
null
null
null
<!-- ~ Copyright (c) 2019, Tulsiram Rathod. --> <resources> <string name="app_name">Android Bundle</string> <string name="sign_up"><u>Sign up</u></string> <string name="email_id">Email id</string> <string name="password">Password</string> <string name="login">Login</string> <string name="title_dynamic_feature_sign_up">Sign Up</string> <string name="downloading">Downloading..</string> <string name="installing">Installing..</string> </resources>
32.333333
65
0.676289
c49447ebfc2366af4b10e6b9448ea99bbe6d12e5
5,261
xml
XML
DotNetNuke.Customizations.Security/defs/e/exe-freebasic-win.trid.xml
dnnru/DNN_Platform_9.3.1.2
d2183c4f55cc3a17a709802e9ed4e24ef8185f1a
[ "MIT" ]
1
2022-02-26T22:30:42.000Z
2022-02-26T22:30:42.000Z
DotNetNuke.Customizations.Security/defs/e/exe-freebasic-win.trid.xml
dnnru/DNN_Platform_9.3.1.2
d2183c4f55cc3a17a709802e9ed4e24ef8185f1a
[ "MIT" ]
1
2020-07-24T20:52:35.000Z
2020-07-24T20:52:35.000Z
DotNetNuke.Customizations.Security/defs/e/exe-freebasic-win.trid.xml
dnnru/DNN_Platform_9.3.1.2
d2183c4f55cc3a17a709802e9ed4e24ef8185f1a
[ "MIT" ]
null
null
null
<TrID ver="2.00"> <Info> <FileType>FreeBASIC Win32 executable (generic)</FileType> <Ext>EXE</Ext> <Mime>application/octet-stream</Mime> <ExtraInfo> <Rem>Open-source, free, 32-bit compiler, with the syntax the most compatible possible with MS-QuickBASIC (including the GFX statements), but that adds new features such as pointers, unsigned data types, inline-assembly, a pre-processor and many others.</Rem> <RefURL>http://www.freebasic.net/</RefURL> </ExtraInfo> <User>Marco Pontello</User> <E-Mail>marcopon@gmail.com</E-Mail> <Home>http://mark0.net</Home> </Info> <General> <FileNum>58</FileNum> <Refine>3 by Marco Pontello - 9 by Marco Pontello</Refine> <CheckStrings>True</CheckStrings> <Date> <Year>2015</Year> <Month>3</Month> <Day>15</Day> </Date> <Time> <Hour>20</Hour> <Min>21</Min> <Sec>15</Sec> </Time> <Creator>TrIDScan/Py v2.00</Creator> </General> <FrontBlock> <Pattern> <Bytes>4D5A90000300000004000000FFFF0000B800000000000000400000000000000000000000000000000000000000000000000000000000000000000000800000000E1FBA0E00B409CD21B8014CCD21546869732070726F6772616D2063616E6E6F742062652072756E20696E20444F53206D6F64652E0D0D0A2400000000000000504500004C01</Bytes> <ASCII> M Z . . . . . . . . . . . . . . . . . . . . . . @ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ! . . L . ! T h i s p r o g r a m c a n n o t b e r u n i n D O S m o d e . . . . $ . . . . . . . P E . . L</ASCII> <Pos>0</Pos> </Pattern> <Pattern> <Bytes>00</Bytes> <Pos>135</Pos> </Pattern> <Pattern> <Bytes>00</Bytes> <Pos>140</Pos> </Pattern> <Pattern> <Bytes>0000</Bytes> <Pos>142</Pos> </Pattern> <Pattern> <Bytes>0000E000</Bytes> <Pos>146</Pos> </Pattern> <Pattern> <Bytes>0B01023800</Bytes> <ASCII> . . . 8</ASCII> <Pos>152</Pos> </Pattern> <Pattern> <Bytes>0000</Bytes> <Pos>159</Pos> </Pattern> <Pattern> <Bytes>0000</Bytes> <Pos>163</Pos> </Pattern> <Pattern> <Bytes>00</Bytes> <Pos>167</Pos> </Pattern> <Pattern> <Bytes>00000010000000</Bytes> <Pos>170</Pos> </Pattern> <Pattern> <Bytes>000000400000100000000200000400000001000000040000000000000000</Bytes> <ASCII> . . . @</ASCII> <Pos>179</Pos> </Pattern> <Pattern> <Bytes>0000</Bytes> <Pos>211</Pos> </Pattern> <Pattern> <Bytes>0000</Bytes> <Pos>214</Pos> </Pattern> <Pattern> <Bytes>00</Bytes> <Pos>219</Pos> </Pattern> <Pattern> <Bytes>00000000001000000010000000100000100000000000001000000000</Bytes> <Pos>221</Pos> </Pattern> <Pattern> <Bytes>0000</Bytes> <Pos>250</Pos> </Pattern> <Pattern> <Bytes>00000000</Bytes> <Pos>253</Pos> </Pattern> <Pattern> <Bytes>00</Bytes> <Pos>259</Pos> </Pattern> <Pattern> <Bytes>000000000000000000000000000000000000000000000000000000</Bytes> <Pos>262</Pos> </Pattern> <Pattern> <Bytes>0000</Bytes> <Pos>290</Pos> </Pattern> <Pattern> <Bytes>00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002E74657874000000</Bytes> <ASCII> . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . t e x t</ASCII> <Pos>293</Pos> </Pattern> <Pattern> <Bytes>000010000000</Bytes> <Pos>387</Pos> </Pattern> <Pattern> <Bytes>0000040000000000000000000000000000</Bytes> <Pos>395</Pos> </Pattern> <Pattern> <Bytes>0000602E</Bytes> <ASCII> . . `</ASCII> <Pos>413</Pos> </Pattern> <Pattern> <Bytes>000000</Bytes> <Pos>421</Pos> </Pattern> <Pattern> <Bytes>000000</Bytes> <Pos>426</Pos> </Pattern> <Pattern> <Bytes>0000</Bytes> <Pos>431</Pos> </Pattern> <Pattern> <Bytes>000000</Bytes> <Pos>434</Pos> </Pattern> <Pattern> <Bytes>00000000000000000000000000</Bytes> <Pos>439</Pos> </Pattern> <Pattern> <Bytes>0000C02E</Bytes> <Pos>453</Pos> </Pattern> <Pattern> <Bytes>00</Bytes> <Pos>463</Pos> </Pattern> <Pattern> <Bytes>0000</Bytes> <Pos>467</Pos> </Pattern> <Pattern> <Bytes>0000</Bytes> <Pos>471</Pos> </Pattern> <Pattern> <Bytes>000000</Bytes> <Pos>474</Pos> </Pattern> <Pattern> <Bytes>00000000000000000000000000</Bytes> <Pos>479</Pos> </Pattern> <Pattern> <Bytes>0000</Bytes> <Pos>493</Pos> </Pattern> <Pattern> <Bytes>0000</Bytes> <Pos>502</Pos> </Pattern> <Pattern> <Bytes>0000</Bytes> <Pos>507</Pos> </Pattern> <Pattern> <Bytes>0000</Bytes> <Pos>511</Pos> </Pattern> </FrontBlock> <GlobalStrings> <String>THIS PROGRAM CANNOT BE RUN IN DOS MODE.</String> <String>$'''''''PE''L</String> <String>_CONTROLFP</String> <String>MSVCRT.DLL</String> <String>.IDATA</String> <String>.TEXT</String> <String>EXIT</String> </GlobalStrings> </TrID>
26.044554
287
0.583729
19e6293acc6ccdcae9fd7bde6034afa9eecb0c94
32,254
xml
XML
drools-docs/drools-docs-expert/en/Chapter-IDE/Chapter-QuickStart.xml
bobmcwhirter/drools
62a0a5907ca1f4505cea2f4c55302da846b1cc75
[ "Apache-2.0" ]
13
2016-05-08T12:40:40.000Z
2017-01-09T05:02:36.000Z
drools-docs/drools-docs-expert/en/Chapter-IDE/Chapter-QuickStart.xml
rapidan/drools
62a0a5907ca1f4505cea2f4c55302da846b1cc75
[ "Apache-2.0" ]
7
2020-06-30T23:18:02.000Z
2022-02-01T01:05:08.000Z
drools-docs/drools-docs-expert/en/Chapter-IDE/Chapter-QuickStart.xml
rapidan/drools
62a0a5907ca1f4505cea2f4c55302da846b1cc75
[ "Apache-2.0" ]
6
2015-12-04T06:09:37.000Z
2019-07-19T07:20:44.000Z
<?xml version="1.0" encoding="UTF-8"?> <chapter xmlns:xi="http://www.w3.org/2001/XInclude" > <title>The (Eclipse based) Rule IDE</title> <para> The IDE provides developers (and very technical users) with an environment to edit and test rules in various formats, and integrate it deeply with their applications. In cases where you prefer business rules and web tooling, you will want to look at the BRMS (but using the BRMS and the IDE together is not uncommon).</para> <para>The Drools IDE is delivered as an Eclipse plug-in, which allows you to author and manage rules from within Eclipse, as well as integrate rules with your application. This is an optional tool, and not all components are required to be used, you can use what components are relevant to you. The Drools IDE is also a part of the Red Hat Developer Studio (formerly known as JBoss IDE).</para> <para>This guide will cover some of the features of JBoss Drools, in as far as the IDE touches on them (it is assumed that the reader has some familiarity with rule engines, and Drools in particular. It is important to note that none of the underlying features of the rule engine are dependent on Eclipse, and integrators are free to use their tools of choice, as always ! Plenty of people use IntelliJ with rules, for instance.</para> <para>Note you can get the plug-in either as a zip to download, or from an update site (refer to the chapter on installation).</para> <figure> <title>Overview</title> <mediaobject> <imageobject> <imagedata align="center" fileref="all.jpg" format="JPG" scalefit="1" /> </imageobject> </mediaobject> </figure> <section> <title>Features outline</title> <para>The rules IDE has the following features</para> <orderedlist> <listitem> <para>Textual/graphical rule editor</para> <orderedlist> <listitem> <para>An editor that is aware of DRL syntax, and provides content assistance (including an outline view)</para> </listitem> <listitem> <para>An editor that is aware of DSL (domain specific langauge) extensions, and provides content assistance.</para> </listitem> </orderedlist> </listitem> <listitem> <para>RuleFlow graphical editor</para> <para>You can edit visual graphs which represent a process (a rule flow). The RuleFlow can then be applied to your rule package to have imperative control.</para> </listitem> <listitem> <para>Wizards to accelerate and ...</para> <orderedlist> <listitem> <para>Help you quickly create a new "rules" project</para> </listitem> <listitem> <para>Create a new rule resource</para> </listitem> <listitem> <para>Create a new Domain Specific language</para> </listitem> <listitem> <para>Create a new decision table, guided editor, ruleflow</para> </listitem> </orderedlist> </listitem> <listitem> <para>A domain specific language editor</para> <orderedlist> <listitem> <para>Create and manage mappings from your users language to the rule language</para> </listitem> </orderedlist> </listitem> <listitem> <para>Rule validation</para> <orderedlist> <listitem> <para>As rules are entered, the rule is "built" in the background and errors reported via the problem "view" where possible</para> </listitem> </orderedlist> </listitem> </orderedlist> <para>You can see the above features make use of Eclipse infrastructure and features. All of the power of Eclipse is available.</para> </section> <section> <title>Creating a Rule project</title> <para>The aim of the new project wizard is to setup an executable scaffold project to start using rules immediately. This will setup a basic structure, classpath and sample rules and test case to get you started.</para> <figure> <title>New rule project scaffolding</title> <mediaobject> <imageobject> <imagedata align="center" fileref="new_project1.jpg" format="JPG" /> </imageobject> </mediaobject> </figure> <para>When you choose to create a new "rule project" - you will get a choice to add some default artifacts to it (like rules, decision tables, ruleflows etc). These can serve as a starting point, and will give you something executable to play with (which you can then modify and mould to your needs). The simplest case (a hello world rule) is shown below. Feel free to experiment with the plug-in at this point.</para> <figure> <title>New rule project result</title> <mediaobject> <imageobject> <imagedata align="center" fileref="new_project2.png" format="JPG" /> </imageobject> </mediaobject> </figure> <para>The newly created project contains an example rule file (Sample.drl) in the src/rules dir and an example Java file (DroolsTest.Java) that can be used to execute the rules in a Drools engine in the folder src/Java, in the com.sample package. All the others jars that are necessary during execution are also added to the classpath in a custom classpath container called Drools Library. Rules do not have to be kept in "Java" projects at all, this is just a convenience for people who are already using Eclipse as their Java IDE.</para> <para>Important note: The Drools plug-in adds a "Drools Builder" capability to your Eclipse instance. This means you can enable a builder on any project that will build and validate your rules when resources change. This happens automatically with the Rule Project Wizard, but you can also enable it manually on any project. One downside of this is if you have rule files that have a large number of rules (&gt;500 rules per file) it means that the background builder may be doing a lot of work to build the rules on each change. An option here is to turn off the builder, or put the large rules into .rule files, where you can still use the rule editor, but it won't build them in the background - to fully validate the rules you will need to run them in a unit test of course.</para> </section> <section> <title>Creating a new rule and wizards</title> <para>You can create a rule simple as an empty text ".drl" file, or use the wizard to do so. The wizard menu can be invoked by Control+N, or choosing it from the toolbar (there will be a menu with the JBoss Drools icon).</para> <figure> <title>The wizard menu</title> <mediaobject> <imageobject> <imagedata align="center" fileref="wizards.jpg" format="JPG" /> </imageobject> </mediaobject> </figure> <para>The wizard will ask for some basic options for generating a rule resource. These are just hints, you can change your mind later !. In terms of location, typically you would create a top level /rules directory to store your rules if you are creating a rule project, and store it in a suitably named subdirectory. The package name is mandatory, and is similar to a package name in Java (ie. its a namespace that groups like rules together).</para> <figure> <title>New rule wizard</title> <mediaobject> <imageobject> <imagedata align="center" fileref="new_rule.jpg" format="JPG" /> </imageobject> </mediaobject> </figure> <para>This result of this wizard is to generate a rule skeleton to work from. As with all wizards, they are candy: you don't have to use them if you don't want !</para> </section> <section> <title>Textual rule editor</title> <para>The rule editor is where rule managers and developers will be spending most of their time. The rule editor follows the pattern of a normal text editor in Eclipse, with all the normal features of a text editor. On top of this, the rule editor provides pop up content assistance. You invoke popup content assistance the "normal" way by pressing Control + Space at the same time.</para> <figure> <title>The rule editor in action</title> <mediaobject> <imageobject> <imagedata align="center" fileref="editor1.jpg" format="JPG" /> </imageobject> </mediaobject> </figure> <para>The rule editor works on files that have a .drl (or .rule) extension. Rules are generally grouped together as a "package" of rules (like the old ruleset construct). It will also be possible to have rules in individual files (grouped by being in the same package "namespace" if you like). These DRL files are plain text files.</para> <para>You can see from the example above that the package is using a domain specific language (note the expander keyword, which tells the rule compiler to look for a dsl file of that name, to resolve the rule language). Even with the domain specific language (DSL) the rules are still stored as plain text as you see on screen, which allows simpler management of rules and versions (comparing versions of rules for instance).</para> <para>The editor has an outline view that is kept in sync with the structure of the rules (updated on save). This provides a quick way of navigating around rules by name, in a file which may have hundreds of rules. The items are sorted alphabetically by default.</para> <figure> <title>The rule outline view</title> <mediaobject> <imageobject> <imagedata align="center" fileref="outline.jpg" format="JPG" /> </imageobject> </mediaobject> </figure> </section> <section> <title>Guided editor (rule GUI)</title> <para> A new feature of the Drools IDE (since version 4) is the guided editor for rules. This is similar to the web based editor that is available in the BRMS. This allows you to build rules in a GUI driven fashion, based on your object model. </para> <figure> <title>The guided editor</title> <mediaobject> <imageobject> <imagedata align="center" fileref="guidededitor1.png" format="PNG" /> </imageobject> </mediaobject> </figure> <para> To create a rule this way, use the wizard menu. It will create a instance of a .brl file and open an editor. The guided editor works based on a .package file in the same directory as the .brl file. In this "package" file - you have the package name and import statements - just like you would in the top of a normal DRL file. So the first time you create a brl rule - you will need to ppulate the package file with the fact classes you are interested in. Once you have this the guided editor will be able to prompt you with facts/fields and build rules graphically. </para> <para> The guided editor works off the model classes (fact classes) that you configure. It then is able to "render" to DRL the rule that you have entered graphically. You can do this visually - and use it as a basis for learning DRL, or you can use it and build rules of the brl directly. To do this, you can either use the drools-ant module (it is an ant task that will build up all the rule assets in a folder as a rule package - so you can then deploy it as a binary file), OR you can use the following snippet of code to convert the brl to a drl rule: </para> <programlisting>BRXMLPersitence read = BRXMLPersitence.getInstance(); BRDRLPersistence write = BRDRLPersistence.getInstance(); String brl = ... read from the .brl file as needed... String outputDRL = write.marshall(read.unmarshal(brl)); //then pass the outputDRL to the PackageBuilder as normal</programlisting> </section> <section> <title>Views</title> <para>When debugging an application using a Drools engine, these views can be used to check the state of the Drools engine itself: the Working Memory View, the Agenda View the Global Data View. To be able to use these views, create breakpoints in your code invoking the working memory. For example, the line where you call workingMemory.fireAllRules() is a good candidate. If the debugger halts at that joinpoint, you should select the working memory variable in the debug variables view. The following rules can then be used to show the details of the selected working memory:</para> <orderedlist> <listitem> <para>The Working Memory shows all elements in the working memory of the Drools working memory.</para> </listitem> <listitem> <para>The Agenda View shows all elements on the agenda. For each rule on the agenda, the rule name and bound variables are shown.</para> </listitem> <listitem> <para>The Global Data View shows all global data currently defined in the Drools working memory.</para> </listitem> </orderedlist> <para>The Audit view can be used to show audit logs that contain events that were logged during the execution of a rules engine in a tree view.</para> <section> <title>The Working Memory View</title> <mediaobject> <imageobject> <imagedata fileref="workingMemory.png" /> </imageobject> </mediaobject> <para>The Working Memory shows all elements in the working memory of the Drools engine.</para> <para>An action is added to the right of the view, to customize what is shown:</para> <orderedlist> <listitem> <para>The Show Logical Structure toggles showing the logical structure of the elements in the working memory, or all their details. Logical structures allow for example visualizing sets of elements in a more obvious way.</para> </listitem> </orderedlist> </section> <section> <title>The Agenda View</title> <mediaobject> <imageobject> <imagedata fileref="agenda.png" /> </imageobject> </mediaobject> <para>The Agenda View shows all elements on the agenda. For each rule on the agenda, the rule name and bound variables are shown.</para> <para>An action is added to the right of the view, to customize what is shown:</para> <orderedlist> <listitem> <para>The Show Logical Structure toggles showing the logical structure of the agenda item, or all their details. Logical structures allow for example visualizing sets of elements in a more obvious way. The logical structure of AgendaItems shows the rule that is represented by the AgendaItem, and the values of all the parameters used in the rule.</para> </listitem> </orderedlist> </section> <section> <title>The Global Data View</title> <mediaobject> <imageobject> <imagedata fileref="globals.png" /> </imageobject> </mediaobject> <para>The Global Data View shows all global data currently defined in the Drools engine.</para> <para>An action is added to the right of the view, to customize what is shown:</para> <orderedlist> <listitem> <para>The Show Logical Structure toggles showing the logical structure of the elements in the working memory, or all their details. Logical structures allow for example visualizing sets of elements in a more obvious way.</para> </listitem> </orderedlist> </section> <section> <title>The Audit View</title> <mediaobject> <imageobject> <imagedata fileref="audit.jpg" scalefit="1" width="100%" /> </imageobject> </mediaobject> <para>The audit view can be used to visualize an audit log that can be created when executing the rules engine. To create an audit log, use the following code:</para> <programlisting> WorkingMemory workingMemory = ruleBase.newWorkingMemory(); // create a new Working Memory Logger, that logs to file. WorkingMemoryFileLogger logger = new WorkingMemoryFileLogger(workingMemory); // an event.log file is created in the log dir (which must exist) // in the working directory logger.setFileName("log/event"); workingMemory.assertObject( ... ); workingMemory.fireAllRules(); // stop logging logger.writeToDisk();</programlisting> <para>Open the log by clicking the Open Log action (first action in the Audit View) and select the file. The Audit view now shows all events that where logged during the executing of the rules. There are different types of events (each with a different icon):</para> <orderedlist> <listitem> <para>Object inserted (green square)</para> </listitem> <listitem> <para>Object updated (yellow square)</para> </listitem> <listitem> <para>Object removed (red square)</para> </listitem> <listitem> <para>Activation created (arrow to the right)</para> </listitem> <listitem> <para>Activation cancelled (arrow to the left)</para> </listitem> <listitem> <para>Activation executed (blue diamond)</para> </listitem> <listitem> <para>Ruleflow started / ended (process icon)</para> </listitem> <listitem> <para>Ruleflow-group activated / deactivated (process icon)</para> </listitem> <listitem> <para>Rule package added / removed (Drools icon)</para> </listitem> <listitem> <para>Rule added / removed (Drools icon)</para> </listitem> </orderedlist> <para>All these events show extra information concerning the event, like the id and toString representation of the object in case of working memory events (assert, modify and retract), the name of the rule and all the variables bound in the activation in case of an activation event (created, cancelled or executed). If an event occurs when executing an activation, it is shown as a child of the activation executed event. For some events, you can retrieve the "cause":</para> <orderedlist> <listitem> <para>The cause of an object modified or retracted event is the last object event for that object. This is either the object asserted event, or the last object modified event for that object.</para> </listitem> <listitem> <para>The cause of an activation cancelled or executed event is the corresponding activation created event.</para> </listitem> </orderedlist> <para>When selecting an event, the cause of that event is shown in green in the audit view (if visible of course). You can also right click the action and select the "Show Cause" menu item. This will scroll you to the cause of the selected event.</para> </section> </section> <section> <title>Domain Specific Languages</title> <para>Domain Specific Languages (dsl) allow you to create a language that allows your rules to look like, rules ! Most often the domain specific language reads like natural language. Typically you would look at how a business analyst would describe the rule, in their own words, and then map this to your object model via rule constructs. A side benefit of this is that it can provide an insulation layer between your domain objects, and the rules themselves (as we know you like to refactor !). A domain specific language will grow as the rules grow, and works best when there are common terms used over an over, with different parameters.</para> <para>To aid with this, the rule workbench provides an editor for domain specific languages (they are stored in a plain text format, so you can use any editor of your choice - it uses a slightly enhanced version of the "Properties" file format, simply). The editor will be invoked on any files with a .dsl extension (there is also a wizard to create a sample DSL).</para> <section> <title>Editing languages</title> <figure> <title>The Domain Specific Language editor</title> <mediaobject> <imageobject> <imagedata align="center" fileref="dsl_editor.jpg" format="JPG" /> </imageobject> </mediaobject> </figure> <para>The DSL editor provides a table view of Language Expression to Rule Expression mapping. The Language expression is what is used in the rules. This also feeds the content assistance for the rule editor, so that it can suggest Language Expressions from the DSL configuration (the rule editor loads up the DSL configuration when the rule resource is loaded for editing). The Rule language mapping is the "code" for the rules - which the language expression will be compiled to by the rule engine compiler. For form of this Rule language depends if it is for a condition or action part of a rule (it may be a snippet of Java, for instance). The "scope" item indicates where the expression is targeted: is it for the "when" part of the rule (LHS)? the "then" part (RHS)? Or anywhere?</para> <para>By selecting a mapping item (a row in the table) you can see the expression and mapping in the greyed out fields below. Double clicking or pressing the edit button will open the edit dialog. You can remove items, and add new ones (you should generally only remove when you know that expression is no longer in use).</para> <figure> <title>Language Mapping editor dialog</title> <mediaobject> <imageobject> <imagedata align="center" fileref="mapping_editor.jpg" format="JPG" /> </imageobject> </mediaobject> </figure> <para>How it works: the "Language expression" is used to parse the rule language, depending on what the "scope" is set to. When it is found in a rule, the values that are market by the curly braces {value} are extracted from the rule source. These values are then interpolated with the "Rule mapping" expression, based on the names between the curly braces. So in the example above, the natural language expression maps to 2 constraints on a fact of type Person (ie the person object has the age field as less than {age}, and the location value is the string of {value}, where {age} and {value} are pulled out of the original rule source. The Rule mapping may be a Java expression (such as if the scope was "then"). If you did not wish to use a language mapping for a particular rule in a drl, prefix the expression with &gt; and the compiler will not try to translate it according to the language definition. Also note that domain specific languages are optional. When the rule is compiled, the .dsl file will also need to be available.</para> </section> </section> <section> <title>The Rete View</title> <para>The Rete Tree View shows you the current Rete Network for your drl file. Just click on the tab "Rete Tree" below on the DRL Editor. Afterwards you can generate the current Rete Network visualization. You can push and pull the nodes to arrange your optimal network overview. If you got hundreds of nodes, select some of them with a frame. Then you can pull groups of them. You can zoom in and out, in case not all nodes are shown in the current view. For this press the button "+" oder "-".</para> <para>There is no export function, which creates a gif or jpeg picture, in the current release. Please use ctrl + alt + print to create a copy of your current Eclipse window and cut it off.</para> <mediaobject> <imageobject> <imagedata fileref="thereteview.jpg" /> </imageobject> </mediaobject> <para>The Rete View is an advanced feature which takes full advantage of the Eclipse Graphical Editing Framework (GEF).</para> <para>The Rete view works only in Drools Rule Projects, where the Drools Builder is set in the project´s properties.</para> <para>If you are using Drools in an other type of project, where you are not having a Drools Rule Project with the appropriate Drools Builder, you can create a little workaround:</para> <para>Set up a little Drools Rule Project next to it, putting needed libraries into it and the drls you want to inspect with the Rete View. Just click on the right tab below in the DRL Editor, followed by a click on "Generate Rete View".</para> </section> <section> <title>Large drl files</title> <para>Depending on the JDK you use, it may be necessary to increase the permanent generation max size. Both SUN and IBM jdk have a permanent generation, whereas BEA JRockit does not.</para> <para>To increase the permanent generation, start Eclipse with -XX:MaxPermSize=###m</para> <para>Example: c:\Eclipse\Eclipse.exe -XX:MaxPermSize=128m</para> <para>Rulesets of 4,000 rules or greater should set the permanent generation to atleast 128Mb.</para> <para>(note that this may also apply to compiling large numbers of rules in general - as there is generally one or more classes per rule).</para> <para>As an alternative to the above, you may put rules in a file with the ".rule" extension, and the background builder will not try to compile them with each change, which may provide performance improvements if your IDE becomes sluggish with very large numbers of rules.</para> </section> <section> <title>Debugging rules</title> <figure> <title>Debugging</title> <mediaobject> <imageobject> <imagedata align="center" fileref="debug-overview.png" format="PNG"/> </imageobject> </mediaobject> </figure> <para>You can debug rules during the execution of your Drools application. You can add breakpoints in the consequences of your rules, and whenever such a breakpoint is uncounted during the execution of the rules, the execution is halted. You can then inspect the variables known at that point and use any of the default debugging actions to decide what should happen next (step over, continue, etc.). You can also use the debug views to inspect the content of the working memory and agenda.</para> <section> <title>Creating breakpoints</title> <para>You can add/remove rule breakpoints in drl files in two ways, similar to adding breakpoints to Java files:</para> <orderedlist> <listitem> <para>Double-click the ruler of the DRL editor at the line where you want to add a breakpoint. Note that rule breakpoints can only be created in the consequence of a rule. Double-clicking on a line where no breakpoint is allowed will do nothing. A breakpoint can be removed by double-clicking the ruler once more. </para> </listitem> <listitem> <para>If you right-click the ruler, a popup menu will show up, containing the "Toggle breakpoint" action. Note that rule breakpoints can only be created in the consequence of a rule. The action is automatically disabled if no rule breakpoint is allowed at that line. Clicking the action will add a breakpoint at the selected line, or remove it if there was one already.</para> </listitem> </orderedlist> <para>The Debug Perspective contains a Breakpoints view which can be used to see all defined breakpoints, get their properties, enable/disable or remove them, etc.</para> </section> <section> <title>Debugging rules</title> <para>Drools breakpoints are only enabled if you debug your application as a Drools Application. You can do this like this:</para> <figure> <title>Debug as Drools Application</title> <mediaobject> <imageobject> <imagedata align="center" fileref="debugAsDrools.png" format="PNG" role="" /> </imageobject> </mediaobject> </figure> <orderedlist> <listitem> <para>Select the main class of your application. Right click it and select the "Debug As >" sub-menu and select Drools Application. Alternatively, you can also select the "Debug ..." menu item to open a new dialog for creating, managing and running debug configurations (see screenshot below)</para> <orderedlist> <listitem> <para>Select the "Drools Application" item in the left tree and click the "New launch configuration" button (leftmost icon in the toolbar above the tree). This will create a new configuration and already fill in some of the properties (like the project and main class) based on main class you selected in the beginning. All properties shown here are the same as any standard Java program.</para> </listitem> <listitem> <para>Change the name of your debug configuration to something meaningful. You can just accept the defaults for all other properties. For more information about these properties, please check the Eclipse jdt documentation.</para> </listitem> <listitem> <para>Click the "Debug" button on the bottom to start debugging your application. You only have to define your debug configuration once. The next time you try to run your Drools application, you don't have to create a new one but select the one you defined previously by selecting it in the tree on the left, as a sub-element of the "Drools Application" tree node, and then click the Debug button. The Eclipse toolbar also contains shortcut buttons to quickly re-execute the one of your previous configurations (at least when the Java, Java Debug, or Drools perspective has been selected). </para> </listitem> </orderedlist> </listitem> </orderedlist> <figure> <title>Debug as Drools Application Configuration</title> <mediaobject> <imageobject> <imagedata align="center" fileref="debug_rules_configuration.png" format="PNG" role="" /> </imageobject> </mediaobject> </figure> <para>After clicking the "Debug" button, the application starts executing and will halt if any breakpoint is encountered. This can be a Drools rule breakpoint, or any other standard Java breakpoint. Whenever a Drools rule breakpoint is encountered, the corresponding drl file is opened and the active line is highlighted. The Variables view also contains all rule parameters and their value. You can then use the default Java debug actions to decide what to do next (resume, terminate, step over, etc.). The debug views can also be used to determine the contents of the working memory and agenda at that time as well (you don't have to select a working memory now, the current executing working memory is automatically shown). </para> <figure> <title>Debugging</title> <mediaobject> <imageobject> <imagedata align="center" fileref="debug.png" format="PNG"/> </imageobject> </mediaobject> </figure> </section> </section> </chapter>
42.272608
571
0.675327
8d58ce9dc58cf3e3da7628effd189bcbc33efe31
20,990
xml
XML
static/TFFM/TFFM0203.1/TFFM_detailed_trained.xml
asntech/jaspar
ae86731e8f197d6830e6d778835f218d4eb1b9e8
[ "BSD-3-Clause" ]
3
2017-11-20T23:03:20.000Z
2020-02-15T19:32:23.000Z
static/TFFM/TFFM0203.1/TFFM_detailed_trained.xml
asntech/jaspar
ae86731e8f197d6830e6d778835f218d4eb1b9e8
[ "BSD-3-Clause" ]
3
2019-12-12T09:26:55.000Z
2021-06-10T19:24:19.000Z
static/TFFM/TFFM0203.1/TFFM_detailed_trained.xml
asntech/jaspar
ae86731e8f197d6830e6d778835f218d4eb1b9e8
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE mixture PUBLIC "-//ghmm.org//DOCUMENT ghmm V1.0//EN" "http://ghmm.sourceforge.net/xml/1.0/ghmm.dtd"> <mixture version="1.0" noComponents="1"> <HMM name="" type="discrete"> <alphabet id="0"> <symbol code="0">A</symbol> <symbol code="1">C</symbol> <symbol code="2">G</symbol> <symbol code="3">T</symbol> </alphabet> <state id="0" initial="0.23046113"> <discrete id="0">1, 0, 0, 0</discrete> </state> <state id="1" initial="0.27664203"> <discrete id="0">0, 1, 0, 0</discrete> </state> <state id="2" initial="0.26933287"> <discrete id="0">0, 0, 1, 0</discrete> </state> <state id="3" initial="0.21933962"> <discrete id="0">0, 0, 0, 1</discrete> </state> <state id="4" initial="0.00086956"> <discrete id="0">1, 0, 0, 0</discrete> </state> <state id="5" initial="0.00102678"> <discrete id="0">0, 1, 0, 0</discrete> </state> <state id="6" initial="0.00096256"> <discrete id="0">0, 0, 1, 0</discrete> </state> <state id="7" initial="0.00136544"> <discrete id="0">0, 0, 0, 1</discrete> </state> <state id="8" initial="0.00000000"> <discrete id="0">1, 0, 0, 0</discrete> </state> <state id="9" initial="0.00000000"> <discrete id="0">0, 1, 0, 0</discrete> </state> <state id="10" initial="0.00000000"> <discrete id="0">0, 0, 1, 0</discrete> </state> <state id="11" initial="0.00000000"> <discrete id="0">0, 0, 0, 1</discrete> </state> <state id="12" initial="0.00000000"> <discrete id="0">1, 0, 0, 0</discrete> </state> <state id="13" initial="0.00000000"> <discrete id="0">0, 1, 0, 0</discrete> </state> <state id="14" initial="0.00000000"> <discrete id="0">0, 0, 1, 0</discrete> </state> <state id="15" initial="0.00000000"> <discrete id="0">0, 0, 0, 1</discrete> </state> <state id="16" initial="0.00000000"> <discrete id="0">1, 0, 0, 0</discrete> </state> <state id="17" initial="0.00000000"> <discrete id="0">0, 1, 0, 0</discrete> </state> <state id="18" initial="0.00000000"> <discrete id="0">0, 0, 1, 0</discrete> </state> <state id="19" initial="0.00000000"> <discrete id="0">0, 0, 0, 1</discrete> </state> <state id="20" initial="0.00000000"> <discrete id="0">1, 0, 0, 0</discrete> </state> <state id="21" initial="0.00000000"> <discrete id="0">0, 1, 0, 0</discrete> </state> <state id="22" initial="0.00000000"> <discrete id="0">0, 0, 1, 0</discrete> </state> <state id="23" initial="0.00000000"> <discrete id="0">0, 0, 0, 1</discrete> </state> <state id="24" initial="0.00000000"> <discrete id="0">1, 0, 0, 0</discrete> </state> <state id="25" initial="0.00000000"> <discrete id="0">0, 1, 0, 0</discrete> </state> <state id="26" initial="0.00000000"> <discrete id="0">0, 0, 1, 0</discrete> </state> <state id="27" initial="0.00000000"> <discrete id="0">0, 0, 0, 1</discrete> </state> <state id="28" initial="0.00000000"> <discrete id="0">1, 0, 0, 0</discrete> </state> <state id="29" initial="0.00000000"> <discrete id="0">0, 1, 0, 0</discrete> </state> <state id="30" initial="0.00000000"> <discrete id="0">0, 0, 1, 0</discrete> </state> <state id="31" initial="0.00000000"> <discrete id="0">0, 0, 0, 1</discrete> </state> <state id="32" initial="0.00000000"> <discrete id="0">1, 0, 0, 0</discrete> </state> <state id="33" initial="0.00000000"> <discrete id="0">0, 1, 0, 0</discrete> </state> <state id="34" initial="0.00000000"> <discrete id="0">0, 0, 1, 0</discrete> </state> <state id="35" initial="0.00000000"> <discrete id="0">0, 0, 0, 1</discrete> </state> <state id="36" initial="0.00000000"> <discrete id="0">1, 0, 0, 0</discrete> </state> <state id="37" initial="0.00000000"> <discrete id="0">0, 1, 0, 0</discrete> </state> <state id="38" initial="0.00000000"> <discrete id="0">0, 0, 1, 0</discrete> </state> <state id="39" initial="0.00000000"> <discrete id="0">0, 0, 0, 1</discrete> </state> <transition source="0" target="0"> <probability>0.2476037</probability> </transition> <transition source="0" target="1"> <probability>0.21630681</probability> </transition> <transition source="0" target="2"> <probability>0.34191879</probability> </transition> <transition source="0" target="3"> <probability>0.17899766</probability> </transition> <transition source="0" target="4"> <probability>0.0027889151</probability> </transition> <transition source="0" target="5"> <probability>0.0023429568</probability> </transition> <transition source="0" target="6"> <probability>0.0061552464</probability> </transition> <transition source="0" target="7"> <probability>0.0038859222</probability> </transition> <transition source="1" target="0"> <probability>0.27286007</probability> </transition> <transition source="1" target="1"> <probability>0.32118556</probability> </transition> <transition source="1" target="2"> <probability>0.11276964</probability> </transition> <transition source="1" target="3"> <probability>0.28171005</probability> </transition> <transition source="1" target="4"> <probability>0.0033484437</probability> </transition> <transition source="1" target="5"> <probability>0.0024747415</probability> </transition> <transition source="1" target="6"> <probability>0.0013004293</probability> </transition> <transition source="1" target="7"> <probability>0.0043510686</probability> </transition> <transition source="2" target="0"> <probability>0.21593694</probability> </transition> <transition source="2" target="1"> <probability>0.28097023</probability> </transition> <transition source="2" target="2"> <probability>0.31898661</probability> </transition> <transition source="2" target="3"> <probability>0.17178761</probability> </transition> <transition source="2" target="4"> <probability>0.0027913356</probability> </transition> <transition source="2" target="5"> <probability>0.0028471757</probability> </transition> <transition source="2" target="6"> <probability>0.0040680981</probability> </transition> <transition source="2" target="7"> <probability>0.0026120113</probability> </transition> <transition source="3" target="0"> <probability>0.13778122</probability> </transition> <transition source="3" target="1"> <probability>0.26778271</probability> </transition> <transition source="3" target="2"> <probability>0.33331669</probability> </transition> <transition source="3" target="3"> <probability>0.24850262</probability> </transition> <transition source="3" target="4"> <probability>0.001579821</probability> </transition> <transition source="3" target="5"> <probability>0.0025357132</probability> </transition> <transition source="3" target="6"> <probability>0.0048419778</probability> </transition> <transition source="3" target="7"> <probability>0.0036592447</probability> </transition> <transition source="4" target="8"> <probability>0.30793033</probability> </transition> <transition source="4" target="9"> <probability>0.079019914</probability> </transition> <transition source="4" target="10"> <probability>0.5737053</probability> </transition> <transition source="4" target="11"> <probability>0.039344449</probability> </transition> <transition source="5" target="8"> <probability>0.44065802</probability> </transition> <transition source="5" target="9"> <probability>0.19157474</probability> </transition> <transition source="5" target="10"> <probability>0.20642635</probability> </transition> <transition source="5" target="11"> <probability>0.16134089</probability> </transition> <transition source="6" target="8"> <probability>0.25527197</probability> </transition> <transition source="6" target="9"> <probability>0.21735558</probability> </transition> <transition source="6" target="10"> <probability>0.44804289</probability> </transition> <transition source="6" target="11"> <probability>0.079329555</probability> </transition> <transition source="7" target="8"> <probability>0.31537098</probability> </transition> <transition source="7" target="9"> <probability>0.188341</probability> </transition> <transition source="7" target="10"> <probability>0.47234527</probability> </transition> <transition source="7" target="11"> <probability>0.02394274</probability> </transition> <transition source="8" target="12"> <probability>0.0014471242</probability> </transition> <transition source="8" target="13"> <probability>0.97430116</probability> </transition> <transition source="8" target="14"> <probability>0.012600655</probability> </transition> <transition source="8" target="15"> <probability>0.011651061</probability> </transition> <transition source="9" target="12"> <probability>0.12379663</probability> </transition> <transition source="9" target="13"> <probability>0.7888913</probability> </transition> <transition source="9" target="14"> <probability>0.03705877</probability> </transition> <transition source="9" target="15"> <probability>0.050253301</probability> </transition> <transition source="10" target="12"> <probability>0.01619884</probability> </transition> <transition source="10" target="13"> <probability>0.86887202</probability> </transition> <transition source="10" target="14"> <probability>0.04723731</probability> </transition> <transition source="10" target="15"> <probability>0.067691829</probability> </transition> <transition source="11" target="12"> <probability>0.011421963</probability> </transition> <transition source="11" target="13"> <probability>0.66589588</probability> </transition> <transition source="11" target="14"> <probability>0.31904608</probability> </transition> <transition source="11" target="15"> <probability>0.0036360826</probability> </transition> <transition source="12" target="16"> <probability>0.34533188</probability> </transition> <transition source="12" target="17"> <probability>0.13265166</probability> </transition> <transition source="12" target="18"> <probability>0.053307501</probability> </transition> <transition source="12" target="19"> <probability>0.46870896</probability> </transition> <transition source="13" target="16"> <probability>0.97473683</probability> </transition> <transition source="13" target="17"> <probability>0.01404883</probability> </transition> <transition source="13" target="18"> <probability>0.0096750431</probability> </transition> <transition source="13" target="19"> <probability>0.0015392956</probability> </transition> <transition source="14" target="16"> <probability>0.46730346</probability> </transition> <transition source="14" target="17"> <probability>0.17514734</probability> </transition> <transition source="14" target="18"> <probability>0.01887709</probability> </transition> <transition source="14" target="19"> <probability>0.33867211</probability> </transition> <transition source="15" target="16"> <probability>0.21904716</probability> </transition> <transition source="15" target="17"> <probability>0.021423825</probability> </transition> <transition source="15" target="18"> <probability>0.75883348</probability> </transition> <transition source="15" target="19"> <probability>0.00069554056</probability> </transition> <transition source="16" target="20"> <probability>0.0072274914</probability> </transition> <transition source="16" target="21"> <probability>0.45157277</probability> </transition> <transition source="16" target="22"> <probability>0.53619558</probability> </transition> <transition source="16" target="23"> <probability>0.0050041544</probability> </transition> <transition source="17" target="20"> <probability>0.04362415</probability> </transition> <transition source="17" target="21"> <probability>0.00074632991</probability> </transition> <transition source="17" target="22"> <probability>0.075122359</probability> </transition> <transition source="17" target="23"> <probability>0.88050716</probability> </transition> <transition source="18" target="20"> <probability>0.016722737</probability> </transition> <transition source="18" target="21"> <probability>0.074651538</probability> </transition> <transition source="18" target="22"> <probability>0.30435639</probability> </transition> <transition source="18" target="23"> <probability>0.60426933</probability> </transition> <transition source="19" target="20"> <probability>0.006071704</probability> </transition> <transition source="19" target="21"> <probability>0.0022733476</probability> </transition> <transition source="19" target="22"> <probability>0.98911592</probability> </transition> <transition source="19" target="23"> <probability>0.0025390235</probability> </transition> <transition source="20" target="24"> <probability>0.043878319</probability> </transition> <transition source="20" target="25"> <probability>3.4230476e-06</probability> </transition> <transition source="20" target="26"> <probability>0.95609379</probability> </transition> <transition source="20" target="27"> <probability>2.4469103e-05</probability> </transition> <transition source="21" target="24"> <probability>0.001420228</probability> </transition> <transition source="21" target="25"> <probability>0.98212563</probability> </transition> <transition source="21" target="26"> <probability>0.015483756</probability> </transition> <transition source="21" target="27"> <probability>0.00097039069</probability> </transition> <transition source="22" target="24"> <probability>0.0089278102</probability> </transition> <transition source="22" target="25"> <probability>0.00044361061</probability> </transition> <transition source="22" target="26"> <probability>0.99054712</probability> </transition> <transition source="22" target="27"> <probability>8.1460247e-05</probability> </transition> <transition source="23" target="24"> <probability>0.00038442538</probability> </transition> <transition source="23" target="25"> <probability>3.1366299e-05</probability> </transition> <transition source="23" target="26"> <probability>0.99896544</probability> </transition> <transition source="23" target="27"> <probability>0.00061876935</probability> </transition> <transition source="24" target="28"> <probability>0.0030809203</probability> </transition> <transition source="24" target="29"> <probability>0.054346645</probability> </transition> <transition source="24" target="30"> <probability>0.00058066538</probability> </transition> <transition source="24" target="31"> <probability>0.94199177</probability> </transition> <transition source="25" target="28"> <probability>2.1385965e-08</probability> </transition> <transition source="25" target="29"> <probability>7.1067937e-07</probability> </transition> <transition source="25" target="30"> <probability>3.519602e-10</probability> </transition> <transition source="25" target="31"> <probability>0.99999927</probability> </transition> <transition source="26" target="28"> <probability>0.058107605</probability> </transition> <transition source="26" target="29"> <probability>0.074783963</probability> </transition> <transition source="26" target="30"> <probability>0.00022005928</probability> </transition> <transition source="26" target="31"> <probability>0.86688837</probability> </transition> <transition source="27" target="28"> <probability>0.00081725268</probability> </transition> <transition source="27" target="29"> <probability>0.0070412447</probability> </transition> <transition source="27" target="30"> <probability>0.0026714364</probability> </transition> <transition source="27" target="31"> <probability>0.98947007</probability> </transition> <transition source="28" target="32"> <probability>0.10479768</probability> </transition> <transition source="28" target="33"> <probability>0.00043813499</probability> </transition> <transition source="28" target="34"> <probability>0.88211706</probability> </transition> <transition source="28" target="35"> <probability>0.012647121</probability> </transition> <transition source="29" target="32"> <probability>0.52947122</probability> </transition> <transition source="29" target="33"> <probability>0.002424712</probability> </transition> <transition source="29" target="34"> <probability>0.34486656</probability> </transition> <transition source="29" target="35"> <probability>0.12323751</probability> </transition> <transition source="30" target="32"> <probability>0.53641045</probability> </transition> <transition source="30" target="33"> <probability>0.018214435</probability> </transition> <transition source="30" target="34"> <probability>0.047694695</probability> </transition> <transition source="30" target="35"> <probability>0.39768042</probability> </transition> <transition source="31" target="32"> <probability>0.017807311</probability> </transition> <transition source="31" target="33"> <probability>0.0073053501</probability> </transition> <transition source="31" target="34"> <probability>0.95968214</probability> </transition> <transition source="31" target="35"> <probability>0.015205199</probability> </transition> <transition source="32" target="36"> <probability>0.040137483</probability> </transition> <transition source="32" target="37"> <probability>0.25527011</probability> </transition> <transition source="32" target="38"> <probability>0.37929593</probability> </transition> <transition source="32" target="39"> <probability>0.32529648</probability> </transition> <transition source="33" target="36"> <probability>0.17303539</probability> </transition> <transition source="33" target="37"> <probability>0.58063921</probability> </transition> <transition source="33" target="38"> <probability>0.021544937</probability> </transition> <transition source="33" target="39"> <probability>0.22478047</probability> </transition> <transition source="34" target="36"> <probability>0.056241488</probability> </transition> <transition source="34" target="37"> <probability>0.41008475</probability> </transition> <transition source="34" target="38"> <probability>0.17750231</probability> </transition> <transition source="34" target="39"> <probability>0.35617146</probability> </transition> <transition source="35" target="36"> <probability>0.064400144</probability> </transition> <transition source="35" target="37"> <probability>0.22373698</probability> </transition> <transition source="35" target="38"> <probability>0.64583949</probability> </transition> <transition source="35" target="39"> <probability>0.066023384</probability> </transition> <transition source="36" target="0"> <probability>0.18347209</probability> </transition> <transition source="36" target="1"> <probability>0.28665975</probability> </transition> <transition source="36" target="2"> <probability>0.36908894</probability> </transition> <transition source="36" target="3"> <probability>0.16077923</probability> </transition> <transition source="37" target="0"> <probability>0.30830486</probability> </transition> <transition source="37" target="1"> <probability>0.31269402</probability> </transition> <transition source="37" target="2"> <probability>0.10030744</probability> </transition> <transition source="37" target="3"> <probability>0.27869369</probability> </transition> <transition source="38" target="0"> <probability>0.3213056</probability> </transition> <transition source="38" target="1"> <probability>0.33651428</probability> </transition> <transition source="38" target="2"> <probability>0.23176356</probability> </transition> <transition source="38" target="3"> <probability>0.11041656</probability> </transition> <transition source="39" target="0"> <probability>0.25688347</probability> </transition> <transition source="39" target="1"> <probability>0.23422778</probability> </transition> <transition source="39" target="2"> <probability>0.29271373</probability> </transition> <transition source="39" target="3"> <probability>0.21617502</probability> </transition> </HMM> </mixture>
31.754917
110
0.675083
179082b22715ba369fa6602fb9918bcdd96b6c1a
1,119
xml
XML
Android/app/src/main/res/values/strings.xml
abhirocks1211/vertikin
342b884050dd6680c6c7e694b802c22b1ab7ed3c
[ "MIT" ]
90
2016-08-21T10:11:37.000Z
2022-02-11T19:40:00.000Z
Android/app/src/main/res/values/strings.xml
abhirocks1211/vertikin
342b884050dd6680c6c7e694b802c22b1ab7ed3c
[ "MIT" ]
2
2016-08-21T21:40:46.000Z
2017-01-05T14:56:44.000Z
Android/app/src/main/res/values/strings.xml
abhirocks1211/vertikin
342b884050dd6680c6c7e694b802c22b1ab7ed3c
[ "MIT" ]
27
2016-08-22T00:25:40.000Z
2022-02-11T19:40:11.000Z
<resources> <string name="app_name">VertiKin</string> <string name="navigation_drawer_open">VertiKin</string> <string name="navigation_drawer_close">VertiKin</string> <string name="action_settings">Settings</string> <string name="sample">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis efficitur scelerisque justo, in iaculis justo tincidunt nec. Aenean enim magna, semper sodales enim eu, pulvinar elementum ipsum. Vestibulum non sem velit. Fusce nulla nisi, tristique eu mauris nec, pulvinar viverra lectus. Aenean semper id sem sed suscipit. Mauris pulvinar ligula ut semper tristique. Cras auctor dolor non ligula efficitur ultrices. Praesent accumsan magna id arcu lobortis scelerisque. Etiam in pharetra est. Fusce hendrerit maximus elementum. Vestibulum non egestas nibh, molestie tempor ante. Integer vel ex urna. Integer quis nunc venenatis, hendrerit massa quis, pharetra quam. Donec interdum, neque nec maximus feugiat, felis nisl eleifend sapien, quis lacinia sapien ipsum id libero. Sed quam eros, interdum in justo eu, tincidunt pretium sapien.</string> </resources>
93.25
869
0.793566
715f850a19b618276eb0eb1c87da71b4dece1a9a
1,561
xml
XML
mobile/src/main/res/values/strings.xml
isabella232/DronesWear
ed0b3183a0a6c9d41099acfacde950bcc92977fd
[ "BSD-3-Clause" ]
19
2016-01-26T21:34:07.000Z
2021-09-18T09:00:14.000Z
mobile/src/main/res/values/strings.xml
hnjm/DronesWear
ed0b3183a0a6c9d41099acfacde950bcc92977fd
[ "BSD-3-Clause" ]
1
2021-03-31T10:36:33.000Z
2021-03-31T10:36:33.000Z
mobile/src/main/res/values/strings.xml
hnjm/DronesWear
ed0b3183a0a6c9d41099acfacde950bcc92977fd
[ "BSD-3-Clause" ]
16
2016-02-13T11:21:33.000Z
2021-03-31T10:25:47.000Z
<resources> <string name="app_name">DronesWear</string> <string name="timeout_instruction_1">Disconnect your drone from all other devices</string> <string name="timeout_instruction_2">Go to your phone/tablet wifi settings</string> <string name="timeout_instruction_3">Select the Wifi network of your drone</string> <string name="timeout_instruction_4">Authorize a non-internet network in the notifications</string> <string name="timeout_instruction_5">Come back in this app</string> <string name="timeout_instruction_6">Wait a few seconds and enjoy piloting!</string> <string name="timeout_explanation">Discovery takes too long to be normal…</string> <string name="discovering">Looking for a Parrot device to connect</string> <string name="connecting_to_device">"Connecting to Parrot Device: %s"</string> <string name="device_disconnected">Parrot device disconnected. Trying to reconnect.</string> <string name="device_connected">Parrot device %s connected</string> <string name="emergency">Emergency</string> <string name="wifi_band_2ghz">If you are experiencing too many disconnections\n try putting you\'re drone on a 5ghz band \n (with the Parrot official app). </string> <string name="pilot_from_wear">Pilot from wear</string> <string name="no_piloting">When you are ready to pilot it, \n tap on the \n \"Pilot from wear\" switch.</string> <string name="with_piloting">You can start using your watch \n to move the drone.</string> </resources>
60.038462
103
0.72966
99320ed467cbb3254b78e8601eb3c81e23c40d35
10,462
xib
XML
Myra/UI/Modals and custom UI/Tour/TourStart.xib
bcgov/range-myra-ios
013ae99449c518af7e789de003ef038a1cd8ad42
[ "Apache-2.0" ]
5
2018-02-18T00:42:26.000Z
2022-02-17T06:48:44.000Z
Myra/UI/Modals and custom UI/Tour/TourStart.xib
bcgov/range-myra-ios
013ae99449c518af7e789de003ef038a1cd8ad42
[ "Apache-2.0" ]
31
2018-04-06T20:08:23.000Z
2022-01-10T21:23:00.000Z
Myra/UI/Modals and custom UI/Tour/TourStart.xib
bcgov/range-myra-ios
013ae99449c518af7e789de003ef038a1cd8ad42
[ "Apache-2.0" ]
6
2018-03-07T17:51:50.000Z
2019-10-24T21:36:12.000Z
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <device id="retina4_7" orientation="portrait"> <adaptation id="fullscreen"/> </device> <dependencies> <deployment identifier="iOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/> <capability name="Safe area layout guides" minToolsVersion="9.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="TourStart" customModule="Myra" customModuleProvider="target"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <imageView userInteractionEnabled="NO" contentMode="top" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Tour Background" translatesAutoresizingMaskIntoConstraints="NO" id="8DF-DP-eE9"> <rect key="frame" x="0.0" y="20" width="375" height="647"/> </imageView> <view alpha="0.0" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jCb-oy-IOr"> <rect key="frame" x="0.0" y="333" width="375" height="1"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <constraints> <constraint firstAttribute="height" constant="1" id="CFB-Pc-WJ6"/> </constraints> </view> <view alpha="0.0" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qZ7-FT-Lgw"> <rect key="frame" x="0.0" y="20" width="375" height="313"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> </view> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="👋" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sgM-sv-UAN"> <rect key="frame" x="144.5" y="129" width="86" height="95.5"/> <fontDescription key="fontDescription" type="system" pointSize="80"/> <nil key="textColor"/> <nil key="highlightedColor"/> </label> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Welcome" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sdA-hu-lrW"> <rect key="frame" x="152" y="36" width="71" height="21"/> <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" text="" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rvH-Od-l7q"> <rect key="frame" x="16" y="343.5" width="343" height="0.0"/> <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="5oW-f7-5Yt"> <rect key="frame" x="32" y="580" width="311" height="50"/> <state key="normal" title="Skip Tour"/> <connections> <action selector="skipAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="on6-2e-wHN"/> </connections> </button> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aFi-8C-Q50"> <rect key="frame" x="32" y="505" width="311" height="50"/> <constraints> <constraint firstAttribute="height" constant="50" id="fd1-0R-BNK"/> </constraints> <state key="normal" title="Start Tour"/> <connections> <action selector="beginAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="erZ-Wb-QOR"/> </connections> </button> </subviews> <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <constraints> <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="qZ7-FT-Lgw" secondAttribute="trailing" id="1a4-BD-RbG"/> <constraint firstItem="aFi-8C-Q50" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="32" id="3b9-rs-P9B"/> <constraint firstItem="sgM-sv-UAN" firstAttribute="centerY" secondItem="qZ7-FT-Lgw" secondAttribute="centerY" id="5Ne-jY-kzT"/> <constraint firstItem="qZ7-FT-Lgw" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="6V4-VP-MkD"/> <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="8DF-DP-eE9" secondAttribute="trailing" id="9kp-sC-JTx"/> <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="aFi-8C-Q50" secondAttribute="trailing" constant="32" id="9uO-iy-kXY"/> <constraint firstItem="8DF-DP-eE9" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="CC3-lC-qDs"/> <constraint firstItem="8DF-DP-eE9" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="CQn-Qq-Uno"/> <constraint firstItem="jCb-oy-IOr" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="F7y-9p-9nE"/> <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="jCb-oy-IOr" secondAttribute="trailing" id="G0k-AR-2Qo"/> <constraint firstItem="jCb-oy-IOr" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="Gp5-5v-0TC"/> <constraint firstItem="qZ7-FT-Lgw" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="IRV-Xj-xvQ"/> <constraint firstItem="5oW-f7-5Yt" firstAttribute="top" secondItem="aFi-8C-Q50" secondAttribute="bottom" constant="25" id="OuN-PL-kLE"/> <constraint firstItem="5oW-f7-5Yt" firstAttribute="height" secondItem="aFi-8C-Q50" secondAttribute="height" id="PO0-qd-hSA"/> <constraint firstAttribute="trailing" secondItem="rvH-Od-l7q" secondAttribute="trailing" constant="16" id="W2q-hq-Blt"/> <constraint firstItem="jCb-oy-IOr" firstAttribute="top" secondItem="qZ7-FT-Lgw" secondAttribute="bottom" id="XBd-Vj-DOE"/> <constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="5oW-f7-5Yt" secondAttribute="bottom" constant="37" id="XUg-DR-mEz"/> <constraint firstItem="rvH-Od-l7q" firstAttribute="centerX" secondItem="vUN-kp-3ea" secondAttribute="centerX" id="bBF-3A-FC1"/> <constraint firstItem="sdA-hu-lrW" firstAttribute="centerX" secondItem="vUN-kp-3ea" secondAttribute="centerX" id="cSj-A2-PrP"/> <constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="8DF-DP-eE9" secondAttribute="bottom" id="cXN-iz-Vzz"/> <constraint firstItem="rvH-Od-l7q" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="16" id="fq2-8Y-ADy"/> <constraint firstItem="sdA-hu-lrW" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="16" id="hKg-C4-MW0"/> <constraint firstItem="5oW-f7-5Yt" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="32" id="nWk-xv-9yL"/> <constraint firstItem="rvH-Od-l7q" firstAttribute="centerY" secondItem="vUN-kp-3ea" secondAttribute="centerY" id="nc3-l7-5bD"/> <constraint firstItem="sgM-sv-UAN" firstAttribute="centerX" secondItem="qZ7-FT-Lgw" secondAttribute="centerX" id="rSz-fL-h7l"/> <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="5oW-f7-5Yt" secondAttribute="trailing" constant="32" id="td4-0Z-Ag4"/> </constraints> <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/> <connections> <outlet property="beginButton" destination="aFi-8C-Q50" id="aJx-lX-b0r"/> <outlet property="body" destination="rvH-Od-l7q" id="mk7-mf-gB4"/> <outlet property="skipButton" destination="5oW-f7-5Yt" id="rBx-mO-XQC"/> <outlet property="title" destination="sdA-hu-lrW" id="tr7-3J-bxs"/> </connections> <point key="canvasLocation" x="55.200000000000003" y="48.125937031484263"/> </view> </objects> <resources> <image name="Tour Background" width="400" height="400"/> </resources> </document>
93.410714
349
0.641178
b5def72a1165bee875c7f663f00985e983f0a58f
176,950
kml
XML
kml/districts/Siraha.kml
anjesh/NepalMaps
1c9c60a2c7974227ecd2ed51b522b74ebe8ba7b8
[ "CC-BY-3.0" ]
3
2018-06-03T06:41:49.000Z
2019-06-26T08:56:31.000Z
kml/districts/Siraha.kml
anjesh/NepalMaps
1c9c60a2c7974227ecd2ed51b522b74ebe8ba7b8
[ "CC-BY-3.0" ]
null
null
null
kml/districts/Siraha.kml
anjesh/NepalMaps
1c9c60a2c7974227ecd2ed51b522b74ebe8ba7b8
[ "CC-BY-3.0" ]
12
2015-04-28T13:29:15.000Z
2022-02-04T04:04:02.000Z
<?xml version="1.0" encoding="utf-8" ?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Document><Folder><name>NPL_adm4</name> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Hanumannagar(Pra.Dh</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.43389892578125,26.730243682861442 86.422958374023381,26.726764678955135 86.421348571777401,26.727510452270565 86.421966552734489,26.729497909545955 86.420104980468693,26.731113433837891 86.42034912109375,26.733474731445312 86.419235229492244,26.734220504760742 86.405937194824332,26.729497909545955 86.399101257324332,26.729747772216797 86.397857666015682,26.72838020324707 86.394378662109375,26.729373931884766 86.391891479492188,26.73869514465332 86.388908386230526,26.740186691284237 86.391891479492188,26.742919921875114 86.393013000488224,26.747020721435661 86.399848937988395,26.745405197143498 86.407676696777457,26.740682601928711 86.419975280761719,26.735588073730469 86.420227050781307,26.734470367431754 86.424079895019645,26.73608589172369 86.428428649902401,26.732481002807617 86.43389892578125,26.730243682861442</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Bastipur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.424949645996151,26.774486541748161 86.428924560546875,26.772373199462947 86.429176330566463,26.769390106201115 86.433273315429688,26.768024444580192 86.432777404785213,26.765165328979549 86.436134338378906,26.763921737670898 86.439239501953125,26.759820938110352 86.443588256835938,26.756839752197266 86.442848205566406,26.754478454589844 86.446075439453125,26.753110885620174 86.446075439453125,26.751121520996207 86.447319030761832,26.750625610351562 86.458381652832145,26.750873565673942 86.461235046386776,26.755596160888729 86.470184326171932,26.75808143615734 86.471679687500057,26.759696960449276 86.476524353027457,26.749879837036246 86.474533081054744,26.746648788452205 86.475654602050781,26.74503326416027 86.472175598144474,26.73869514465332 86.458625793456974,26.743167877197322 86.454277038574219,26.734220504760742 86.450798034668082,26.734220504760742 86.449310302734375,26.730243682861442 86.446945190429801,26.730243682861442 86.441726684570369,26.723409652710018 86.437622070312614,26.72502517700201 86.435882568359489,26.724651336669979 86.435264587402401,26.722663879394588 86.433647155761662,26.723533630371094 86.431663513183651,26.722539901733398 86.433403015136832,26.72577095031744 86.432777404785213,26.72788238525402 86.43389892578125,26.730243682861442 86.436882019042912,26.737575531005859 86.42942047119152,26.740558624267692 86.420845031738395,26.745903015136719 86.423828125000057,26.749258041381836 86.42234039306652,26.751619338989258 86.424453735351676,26.75460243225109 86.422714233398551,26.759820938110352 86.423461914062557,26.76839637756342 86.424949645996151,26.774486541748161</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Belaha</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.212440490722656,26.719184875488281 86.216667175293026,26.718439102172852 86.220893859863338,26.721918106079102 86.224990844726562,26.721420288085881 86.221511840820426,26.7183132171632 86.219154357910213,26.713466644287223 86.232078552246094,26.710609436035156 86.236923217773494,26.711603164672852 86.24102783203125,26.709615707397461 86.243133544921875,26.708124160766545 86.241645812988338,26.705017089843693 86.237670898437557,26.706508636474609 86.231452941894645,26.697187423706055 86.220024108886662,26.695571899414119 86.212692260742244,26.696815490722599 86.211074829101562,26.695074081420898 86.205734252929688,26.697311401367244 86.202003479003963,26.69544792175293 86.199394226074332,26.696317672729549 86.196289062500057,26.699424743652401 86.196159362793082,26.702655792236328 86.194297790527344,26.706134796142578 86.19516754150402,26.712224960327092 86.199020385742301,26.716697692871094 86.20188140869152,26.716325759887638 86.205856323242301,26.71545600891119 86.207595825195426,26.71806526184082 86.210205078125057,26.717693328857536 86.211196899414176,26.719680786132926 86.212440490722656,26.719184875488281</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Gauripur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.318077087402344,26.70862007141119 86.317329406738281,26.702281951904297 86.318321228027401,26.699176788330192 86.316337585449162,26.694204330444393 86.308380126953125,26.695695877075309 86.305770874023494,26.694950103759879 86.304405212402401,26.693210601806697 86.302787780761832,26.684511184692383 86.298187255859489,26.673948287963867 86.300430297851619,26.670593261718807 86.284393310546932,26.672084808349723 86.287628173828182,26.675687789917049 86.287628173828182,26.679168701171932 86.292228698730526,26.681280136108512 86.294212341308537,26.689731597900391 86.298812866210938,26.695199966430664 86.300430297851619,26.701288223266602 86.303535461425895,26.705265045166129 86.295455932617244,26.712596893310547 86.297821044921989,26.716697692871094 86.3133544921875,26.707254409790096 86.318077087402344,26.70862007141119</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Devipur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.30303955078125,26.778959274292106 86.302787780761832,26.775852203369254 86.307266235351619,26.773366928100643 86.304901123046818,26.769763946533317 86.302543640136776,26.769763946533317 86.299682617187557,26.766780853271484 86.299186706542969,26.762182235717887 86.300674438476676,26.757335662841911 86.301544189453182,26.753110885620174 86.298316955566463,26.752613067626896 86.29856109619152,26.750003814697266 86.296699523925724,26.747642517089901 86.296821594238338,26.742795944213867 86.290489196777401,26.745529174804744 86.289115905761719,26.743789672851562 86.278305053710994,26.746524810791016 86.27109527587902,26.74490928649908 86.271972656250057,26.746400833129996 86.273956298828239,26.752737045288143 86.278182983398551,26.750625610351562 86.280418395996151,26.752613067626896 86.280296325683537,26.758951187133846 86.288002014160213,26.772125244140739 86.287254333496151,26.77461051940918 86.289741516113338,26.777717590332031 86.300056457519588,26.776971817016545 86.300552368164062,26.778587341308707 86.30303955078125,26.778959274292106</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Sisawani</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.441726684570369,26.723409652710018 86.439491271972713,26.718563079834041 86.440856933593864,26.715208053588924 86.444458007812614,26.713592529296989 86.44980621337902,26.713592529296989 86.455772399902287,26.711977005004883 86.459373474121207,26.70849609375 86.459991455078125,26.706880569458065 86.458877563476562,26.704023361205998 86.451667785644588,26.698802947998161 86.452041625976619,26.694578170776424 86.453659057617301,26.692464828491268 86.451919555664176,26.690103530883846 86.452163696289062,26.6878662109375 86.447441101074219,26.683765411376953 86.440361022949219,26.680410385131836 86.435516357421989,26.679912567138786 86.432281494140739,26.682647705078239 86.432777404785213,26.688364028930721 86.431533813476676,26.70638465881359 86.428184509277401,26.707004547119254 86.425323486328182,26.710981369018612 86.423828125000057,26.710359573364371 86.427307128906364,26.71533203125 86.427810668945369,26.721172332763672 86.430290222168026,26.723035812378043 86.431663513183651,26.722539901733398 86.433647155761662,26.723533630371094 86.435264587402401,26.722663879394588 86.435882568359489,26.724651336669979 86.437622070312614,26.72502517700201 86.441726684570369,26.723409652710018</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Betauna</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.337707519531193,26.760566711425781 86.336967468261719,26.757957458496151 86.332984924316406,26.758579254150391 86.33087158203125,26.754478454589844 86.33050537109375,26.74838829040533 86.327018737792912,26.748140335083121 86.325904846191406,26.743417739868164 86.320312500000114,26.743541717529354 86.320434570312557,26.745281219482479 86.313972473144588,26.744783401489258 86.309623718261832,26.7457790374757 86.307388305664062,26.73745155334484 86.296821594238338,26.742795944213867 86.296699523925724,26.747642517089901 86.29856109619152,26.750003814697266 86.298316955566463,26.752613067626896 86.301544189453182,26.753110885620174 86.300674438476676,26.757335662841911 86.304283142089957,26.761064529419002 86.306144714355526,26.760566711425781 86.308380126953125,26.762928009033203 86.311111450195369,26.763301849365234 86.313728332519531,26.76839637756342 86.312606811523494,26.769763946533317 86.319816589355469,26.769390106201115 86.324539184570256,26.765537261963004 86.333358764648438,26.763549804687614 86.337707519531193,26.760566711425781</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Bariyarpatti</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.347648620605639,26.616161346435604 86.346870422363281,26.615619659423942 86.347015380859659,26.615816116333178 86.346565246582088,26.61590385437006 86.330039978027628,26.6191539764406 86.32926177978544,26.619268417358455 86.329284667969034,26.619302749633789 86.336463928222713,26.630203247070597 86.341690063476847,26.633808135986328 86.342559814453182,26.647975921631087 86.346534729004077,26.649591445922852 86.346405029296932,26.658414840698356 86.348396301269531,26.660526275634766 86.35150146484375,26.660526275634766 86.351005554199503,26.655803680419979 86.347648620605639,26.64723014831543 86.352371215820597,26.646110534667969 86.353370666504077,26.643999099731559 86.358337402343921,26.642257690429631 86.358337402343921,26.638654708862305 86.360206604003849,26.635049819946403 86.355850219726733,26.631694793701342 86.357841491699276,26.629209518432731 86.354736328125171,26.625606536865234 86.352622985840014,26.625232696533203 86.347648620605639,26.616161346435604</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Ashokpur Balkawa</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.309249877929801,26.78492546081543 86.310989379882926,26.784675598144588 86.311737060546989,26.78691291809082 86.314346313476619,26.787906646728516 86.312606811523494,26.784675598144588 86.314964294433707,26.783184051513672 86.313972473144588,26.782190322875977 86.315834045410156,26.778587341308707 86.32242584228527,26.787906646728516 86.322296142578125,26.785421371460075 86.325035095214901,26.780450820922852 86.319816589355469,26.769390106201115 86.312606811523494,26.769763946533317 86.313728332519531,26.76839637756342 86.311111450195369,26.763301849365234 86.308380126953125,26.762928009033203 86.306144714355526,26.760566711425781 86.304283142089957,26.761064529419002 86.300674438476676,26.757335662841911 86.299186706542969,26.762182235717887 86.299682617187557,26.766780853271484 86.302543640136776,26.769763946533317 86.304901123046818,26.769763946533317 86.307266235351619,26.773366928100643 86.302787780761832,26.775852203369254 86.30303955078125,26.778959274292106 86.309249877929801,26.78492546081543</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Gadha</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.505851745605526,26.670965194702262 86.505851745605526,26.66723823547369 86.501007080078125,26.663385391235408 86.500877380371151,26.657295227050895 86.501876831054801,26.655679702758789 86.498397827148494,26.654809951782283 86.489822387695369,26.656673431396428 86.487335205078182,26.659284591674862 86.483734130859432,26.659408569336051 86.475776672363395,26.656673431396428 86.476150512695426,26.659160614013672 86.473541259765625,26.660650253295955 86.477142333984375,26.666740417480469 86.480003356933594,26.667112350463924 86.477767944335938,26.670345306396598 86.478141784667969,26.674942016601562 86.488456726074276,26.676433563232479 86.505851745605526,26.670965194702262</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Lalpur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.349761962890625,26.776847839355526 86.349266052246151,26.773988723754883 86.345664978027457,26.769639968872127 86.345169067382812,26.770881652832031 86.340194702148438,26.773242950439453 86.340690612793026,26.775106430053825 86.344299316406307,26.778959274292106 86.345039367675838,26.786291122436523 86.34665679931652,26.78069877624506 86.349761962890625,26.776847839355526</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Jamadaha</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.354240417480582,26.788404464721737 86.355110168457031,26.786540985107536 86.353614807128963,26.781568527221737 86.349761962890625,26.776847839355526 86.34665679931652,26.78069877624506 86.345039367675838,26.786291122436523 86.344299316406307,26.778959274292106 86.340690612793026,26.775106430053825 86.339324951171932,26.778463363647461 86.340194702148438,26.781320571899528 86.338203430175838,26.782440185546989 86.340194702148438,26.783805847167969 86.341316223144645,26.788030624389705 86.346282958984318,26.792753219604492 86.346405029296932,26.790143966674862 86.354240417480582,26.788404464721737</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Arnamalalpur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.297821044921989,26.716697692871094 86.295455932617244,26.712596893310547 86.303535461425895,26.705265045166129 86.300430297851619,26.701288223266602 86.298812866210938,26.695199966430664 86.294212341308537,26.689731597900391 86.292228698730526,26.681280136108512 86.287628173828182,26.679168701171932 86.287628173828182,26.675687789917049 86.284393310546932,26.672084808349723 86.273956298828239,26.663385391235408 86.268615722656364,26.667734146118164 86.268119812011719,26.669599533081112 86.270225524902344,26.671834945678711 86.264511108398438,26.670965194702262 86.26749420166027,26.681404113769531 86.26749420166027,26.687618255615234 86.2723388671875,26.701786041259822 86.272094726562443,26.703897476196403 86.270355224609489,26.705265045166129 86.273834228515625,26.713716506958008 86.276939392089901,26.71607780456543 86.282905578613395,26.71881103515625 86.280792236328182,26.720302581787166 86.281288146972656,26.723533630371094 86.287750244140625,26.733972549438533 86.287872314453239,26.73807334899908 86.289245605468864,26.739192962646541 86.296447753906364,26.739564895629996 86.294708251953182,26.737949371337891 86.295455932617244,26.73521614074707 86.292968750000057,26.729871749877987 86.295455932617244,26.72838020324707 86.293594360351676,26.72564697265625 86.295211791992188,26.723409652710018 86.300674438476676,26.720550537109432 86.300674438476676,26.719058990478516 86.297821044921989,26.716697692871094</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Bhadaiya</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.49951171875,26.765413284301815 86.497528076171989,26.757833480834961 86.499763488769588,26.755098342895508 86.496658325195369,26.750003814697266 86.499885559082031,26.74565505981451 86.49951171875,26.743167877197322 86.501747131347656,26.740932464599723 86.500259399414062,26.736831665039176 86.493675231933707,26.737079620361385 86.475654602050781,26.74503326416027 86.474533081054744,26.746648788452205 86.476524353027457,26.749879837036246 86.471679687500057,26.759696960449276 86.470809936523551,26.761686325073242 86.471427917480469,26.763921737670898 86.46720123291027,26.773366928100643 86.47043609619152,26.781196594238338 86.469688415527287,26.788030624389705 86.473541259765625,26.789026260375977 86.475028991699162,26.7871608734132 86.474533081054744,26.780948638916072 86.47727203369152,26.774858474731559 86.477890014648381,26.769142150878906 86.481864929199332,26.764419555664119 86.48919677734375,26.761064529419002 86.490562438964901,26.761934280395508 86.488204956054688,26.762928009033203 86.488578796386662,26.764791488647518 86.485099792480582,26.76566314697277 86.486587524414119,26.768024444580192 86.493797302246151,26.766035079956055 86.498641967773551,26.766407012939453 86.49951171875,26.765413284301815</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">BishnupurPra.Ma.</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.296821594238338,26.742795944213867 86.296447753906364,26.739564895629996 86.289245605468864,26.739192962646541 86.287872314453239,26.73807334899908 86.287750244140625,26.733972549438533 86.281288146972656,26.723533630371094 86.280792236328182,26.720302581787166 86.282905578613395,26.71881103515625 86.276939392089901,26.71607780456543 86.276191711425838,26.717817306518555 86.268486022949219,26.71806526184082 86.261779785156364,26.722539901733398 86.259788513183651,26.721918106079102 86.253700256347713,26.723657608032283 86.251960754394588,26.718687057495231 86.248977661132926,26.717817306518555 86.242767333984375,26.71744346618658 86.245872497558651,26.721296310424862 86.246116638183707,26.723409652710018 86.248725891113338,26.72502517700201 86.244628906249943,26.725894927978629 86.243759155273494,26.729125976562557 86.253204345703068,26.731363296508903 86.25717926025402,26.738571166992301 86.265754699707145,26.737701416015625 86.27109527587902,26.74490928649908 86.278305053710994,26.746524810791016 86.289115905761719,26.743789672851562 86.290489196777401,26.745529174804744 86.296821594238338,26.742795944213867</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Chatari</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.197776794433651,26.738571166992301 86.200386047363281,26.735836029052734 86.206230163574332,26.73546409606945 86.205230712890682,26.734842300415039 86.204986572265625,26.730741500854492 86.202125549316406,26.723533630371094 86.204360961914176,26.721048355102653 86.20188140869152,26.716325759887638 86.199020385742301,26.716697692871094 86.19516754150402,26.712224960327092 86.191062927246094,26.715082168579158 86.190567016601619,26.71806526184082 86.188583374023438,26.720302581787166 86.191688537597713,26.731983184814567 86.190322875976562,26.736955642700195 86.197776794433651,26.738571166992301</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Chikana</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.160369873046875,26.783184051513672 86.164718627929688,26.78069877624506 86.172302246093864,26.780202865600643 86.169570922851619,26.770509719848633 86.170310974121151,26.76715278625494 86.168823242187557,26.765041351318359 86.171806335449219,26.763051986694393 86.169815063476676,26.758951187133846 86.172302246093864,26.754726409912109 86.170936584472713,26.752862930297908 86.172920227050781,26.751495361328182 86.164718627929688,26.750003814697266 86.159378051757812,26.754850387573299 86.159378051757812,26.757957458496151 86.156768798828182,26.762928009033203 86.150177001953239,26.770135879516602 86.150306701660213,26.779457092285156 86.148689270019474,26.783060073852653 86.156272888183707,26.78430366516119 86.160369873046875,26.783184051513672</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">GovindapurMalahanam</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.459869384765682,26.793003082275504 86.462104797363281,26.782812118530273 86.46720123291027,26.773366928100643 86.471427917480469,26.763921737670898 86.470809936523551,26.761686325073242 86.471679687500057,26.759696960449276 86.470184326171932,26.75808143615734 86.461235046386776,26.755596160888729 86.458381652832145,26.750873565673942 86.447319030761832,26.750625610351562 86.446075439453125,26.751121520996207 86.446075439453125,26.753110885620174 86.442848205566406,26.754478454589844 86.443588256835938,26.756839752197266 86.439239501953125,26.759820938110352 86.436134338378906,26.763921737670898 86.432777404785213,26.765165328979549 86.433273315429688,26.768024444580192 86.429176330566463,26.769390106201115 86.428924560546875,26.772373199462947 86.424949645996151,26.774486541748161 86.423210144042969,26.775604248046875 86.430290222168026,26.788030624389705 86.438369750976676,26.782564163208008 86.439117431640739,26.789522171020621 86.447570800781193,26.785671234130859 86.447441101074219,26.789150238037166 86.444709777831974,26.792753219604492 86.451789855957031,26.797475814819279 86.459869384765682,26.793003082275504</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">MaheshpurGamharia</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.412399291992244,26.685132980346623 86.414260864257869,26.683765411376953 86.425323486328182,26.682149887084961 86.425323486328182,26.679042816162109 86.427062988281307,26.67829704284668 86.426437377929688,26.673202514648438 86.412643432617301,26.673326492309627 86.412277221679631,26.671089172363281 86.410408020019531,26.671089172363281 86.406311035156364,26.66636848449707 86.405311584472713,26.660900115966797 86.398475646972713,26.65754508972168 86.392761230468807,26.657917022705135 86.398849487304744,26.674320220947322 86.398475646972713,26.683269500732479 86.397483825683651,26.684263229370174 86.393386840820426,26.683019638061637 86.390403747558594,26.684635162353572 86.386924743652344,26.684635162353572 86.389160156250114,26.687742233276424 86.394004821777344,26.691097259521541 86.404693603515625,26.688735961914119 86.412399291992244,26.685132980346623</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Kharukyanhi</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.425445556640568,26.663385391235408 86.417617797851506,26.659284591674862 86.417243957519474,26.655307769775504 86.418235778808594,26.654064178466797 86.415382385253906,26.651578903198242 86.419975280761719,26.646484375 86.41910552978527,26.642507553100643 86.420478820800724,26.64027023315424 86.418113708496151,26.638778686523551 86.417121887207088,26.635175704956055 86.41910552978527,26.633808135986328 86.419357299804688,26.62933349609375 86.412277221679631,26.623617172241268 86.403450012207145,26.624736785888729 86.397857666015682,26.622001647949332 86.396369934082088,26.623493194580078 86.390647888183651,26.624984741210994 86.393386840820426,26.627593994140625 86.391891479492188,26.630329132080192 86.395866394043082,26.634677886963004 86.397361755371207,26.641387939453182 86.396865844726562,26.644992828369254 86.393257141113281,26.648471832275334 86.4100341796875,26.65953254699707 86.413391113281364,26.664503097534293 86.417617797851506,26.665248870849553 86.425445556640568,26.663385391235408</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Khirauna</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.218154907226562,26.635049819946403 86.217163085937443,26.627717971801815 86.214805603027401,26.626102447509879 86.214805603027401,26.624114990234489 86.209083557128963,26.623865127563477 86.205230712890682,26.620014190673942 86.200508117675895,26.618522644043026 86.201011657714844,26.617155075073299 86.192932128906193,26.620883941650447 86.190567016601619,26.619516372680721 86.192306518554801,26.624362945556697 86.200637817382869,26.633310317993278 86.207969665527457,26.632564544677791 86.208961486816349,26.633932113647518 86.211570739746207,26.633560180664062 86.211944580078182,26.636045455932674 86.21579742431652,26.634180068969727 86.218154907226562,26.635049819946403</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Krishnapurbirta</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.300430297851619,26.670593261718807 86.301300048828125,26.667610168457145 86.300178527832031,26.664007186889648 86.290611267089844,26.659284591674862 86.289863586425781,26.657047271728459 86.284896850585938,26.654809951782283 86.285140991210994,26.653568267822379 86.281661987304688,26.650585174560547 86.279426574707088,26.650957107543945 86.277931213378963,26.648969650268612 86.275451660156307,26.648721694946346 86.274452209472713,26.645240783691463 86.273208618164176,26.645614624023494 86.273208618164176,26.643749237060547 86.271347045898438,26.642133712768612 86.27109527587902,26.63977241516119 86.2723388671875,26.639400482177791 86.273956298828239,26.635299682617244 86.263519287109375,26.639276504516602 86.263397216796932,26.646110534667969 86.264015197753963,26.651826858520621 86.262527465820426,26.658786773681641 86.264633178711051,26.664007186889648 86.264511108398438,26.670965194702262 86.270225524902344,26.671834945678711 86.268119812011719,26.669599533081112 86.268615722656364,26.667734146118164 86.273956298828239,26.663385391235408 86.284393310546932,26.672084808349723 86.300430297851619,26.670593261718807</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Kushahalaxininiya</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.375366210937557,26.699300765991211 86.38095855712902,26.696565628051815 86.379219055175838,26.690973281860352 86.37412261962902,26.684139251708928 86.370521545410156,26.682273864746207 86.368408203124943,26.67891883850109 86.350761413574276,26.680908203125057 86.350387573242244,26.682895660400447 86.349639892578182,26.685504913330078 86.356101989746151,26.690601348877067 86.354614257812557,26.691595077514762 86.357093811035213,26.695074081420898 86.35833740234375,26.694454193115234 86.360328674316463,26.696441650390568 86.366912841796875,26.695074081420898 86.371757507324276,26.69606971740734 86.375366210937557,26.699300765991211</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">LagadiGadiyani</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.225364685058537,26.618148803710994 86.23779296875,26.620634078979606 86.243011474609432,26.619144439697266 86.248725891113338,26.614048004150447 86.247116088867188,26.609077453613224 86.245994567871094,26.607585906982479 86.24631500244152,26.606889724731445 86.245819091796875,26.606414794921818 86.245765686035099,26.605726242065487 86.244750976562557,26.605474472045898 86.245513916015682,26.602516174316463 86.242515563964957,26.603113174438533 86.242454528808651,26.60207557678217 86.24102783203125,26.601123809814567 86.239654541015739,26.601247787475586 86.239532470703125,26.600124359130916 86.238082885742301,26.598279953002987 86.236923217773494,26.59764480590826 86.237319946289176,26.597314834594727 86.236839294433594,26.590721130371207 86.23681640625,26.590415954589844 86.233695983886832,26.592798233032283 86.2333984375,26.592023849487418 86.231933593750057,26.591560363769531 86.231208801269588,26.591802597045955 86.230247497558651,26.591026306152344 86.226264953613395,26.591014862060661 86.22611236572277,26.591058731079102 86.22308349609375,26.589662551879826 86.219612121582145,26.588109970092773 86.217559814453125,26.590822219848576 86.218284606933707,26.591182708740291 86.217285156250057,26.591928482055778 86.218406677246151,26.595905303955135 86.220268249511719,26.596775054931584 86.218780517578182,26.601123809814567 86.220771789550895,26.604106903076229 86.222877502441349,26.603982925414982 86.223747253418026,26.604976654052678 86.225120544433707,26.612930297851562 86.223625183105582,26.614421844482479 86.225364685058537,26.618148803710994</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">LahanN.P.</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.475654602050781,26.74503326416027 86.493675231933707,26.737079620361385 86.500259399414062,26.736831665039176 86.501998901367244,26.734842300415039 86.504981994628849,26.723035812378043 86.50634765625,26.717319488525334 86.509208679199219,26.713840484619254 86.508087158203125,26.707626342773494 86.508460998535156,26.704395294189453 86.512435913085938,26.698057174682731 86.510200500488338,26.692464828491268 86.509330749511832,26.690227508545036 86.511322021484375,26.68575477600109 86.511322021484375,26.682025909423942 86.511070251464957,26.681404113769531 86.494918823242188,26.683019638061637 86.493179321289062,26.690849304199332 86.488327026367301,26.693832397460938 86.481620788574276,26.694826126098633 86.476150512695426,26.703151702880973 86.463226318359375,26.710235595703125 86.466705322265625,26.719928741455135 86.470680236816406,26.724031448364315 86.470184326171932,26.730367660522461 86.473419189453182,26.732728958129826 86.472175598144474,26.73869514465332 86.475654602050781,26.74503326416027</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Laxminiya</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.244010925293082,26.644744873046818 86.242767333984375,26.642133712768612 86.245124816894588,26.637163162231388 86.239288330078068,26.63902664184576 86.238662719726676,26.635049819946403 86.235183715820369,26.630949020385856 86.23294830322277,26.62945747375494 86.228347778320369,26.631694793701172 86.226364135742188,26.628463745117244 86.228721618652401,26.627346038818359 86.234436035156307,26.627346038818359 86.237045288085938,26.622623443603572 86.230209350585994,26.623245239257812 86.22747802734375,26.624736785888729 86.224250793457031,26.621007919311637 86.225364685058537,26.618148803710994 86.223625183105582,26.614421844482479 86.217285156250057,26.611936569213867 86.215179443359432,26.616285324096623 86.211074829101562,26.614048004150447 86.207839965820312,26.613924026489258 86.209213256835938,26.619268417358455 86.214805603027401,26.624114990234489 86.214805603027401,26.626102447509879 86.217163085937443,26.627717971801815 86.218154907226562,26.635049819946403 86.224372863769645,26.647726058960075 86.227851867675781,26.64934158325201 86.232574462890739,26.648347854614315 86.236671447753906,26.654314041137809 86.238044738769588,26.650461196899528 86.240898132324276,26.64921760559082 86.239654541015739,26.646360397338981 86.244010925293082,26.644744873046818</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Lagadigodh</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.223625183105582,26.614421844482479 86.225120544433707,26.612930297851562 86.223747253418026,26.604976654052678 86.222877502441349,26.603982925414982 86.220771789550895,26.604106903076229 86.218780517578182,26.601123809814567 86.220268249511719,26.596775054931584 86.218406677246151,26.595905303955135 86.217285156250057,26.591928482055778 86.218284606933707,26.591182708740291 86.217559814453125,26.590822219848576 86.217414855957031,26.591014862060661 86.217216491699219,26.591108322143498 86.214416503906307,26.592414855957088 86.213691711425895,26.592472076416072 86.210617065429801,26.592716217041129 86.208015441894531,26.596115112304631 86.207969665527457,26.596153259277344 86.20548248291027,26.59975624084484 86.20871734619152,26.605474472045898 86.204734802246207,26.605970382690373 86.206970214843807,26.609575271606445 86.204986572265625,26.612556457519531 86.207839965820312,26.613924026489258 86.211074829101562,26.614048004150447 86.215179443359432,26.616285324096623 86.217285156250057,26.611936569213867 86.223625183105582,26.614421844482479</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">KalyanpurJabadi</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.259292602539176,26.774112701416129 86.257057189941406,26.771875381469727 86.255195617675838,26.771751403808707 86.251586914062557,26.766532897949276 86.250717163086051,26.764047622680664 86.251708984375,26.759449005127067 86.248855590820312,26.749631881713867 86.234436035156307,26.749505996704045 86.229469299316463,26.745529174804744 86.223625183105582,26.74565505981451 86.220771789550895,26.742919921875114 86.206970214843807,26.744287490844783 86.203369140625114,26.746026992797965 86.201255798339901,26.749879837036246 86.20188140869152,26.753732681274414 86.206848144531364,26.756341934204215 86.208587646484375,26.765911102295036 86.213684082031364,26.766532897949276 86.225364685058537,26.772994995117244 86.230209350585994,26.771255493164062 86.233322143554801,26.776350021362305 86.239654541015739,26.779207229614371 86.243133544921875,26.77808952331543 86.248977661132926,26.780202865600643 86.259292602539176,26.774112701416129</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">SitapurPra.Da.</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.246490478515739,26.817981719970817 86.250473022460994,26.810897827148438 86.254821777343807,26.809780120849723 86.251213073730526,26.800582885742131 86.256309509277344,26.800086975097713 86.255065917968864,26.795238494873104 86.256683349609375,26.793622970581168 86.261779785156364,26.791387557983398 86.263641357421989,26.792007446289062 86.269355773925838,26.795736312866325 86.274208068847656,26.802074432373047 86.276687622070312,26.801826477050838 86.266006469726562,26.786540985107536 86.262527465820426,26.784675598144588 86.260910034179744,26.781818389892578 86.25494384765625,26.782564163208008 86.25494384765625,26.786540985107536 86.250595092773438,26.789398193359432 86.232696533203182,26.791013717651367 86.233818054199219,26.805679321289176 86.237548828125114,26.805429458618164 86.240898132324276,26.809530258178711 86.241897583007926,26.816987991333121 86.243881225585938,26.816490173339901 86.246490478515739,26.817981719970817</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Rampur Birta</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.244377136230582,26.83662223815918 86.240402221679801,26.831899642944393 86.237174987793082,26.832023620605582 86.237915039062614,26.830160140991211 86.232574462890739,26.825561523437443 86.233070373535213,26.823076248169059 86.231582641601619,26.823326110839844 86.231079101562443,26.821710586547908 86.223876953125,26.824069976806697 86.217788696289062,26.822330474853572 86.222259521484489,26.830284118652457 86.220397949218693,26.835752487182674 86.216789245605469,26.834634780883789 86.209709167480582,26.829042434692326 86.204864501953182,26.832023620605582 86.197158813476562,26.832895278930664 86.197402954101619,26.840227127075252 86.198524475097656,26.845197677612305 86.202751159668026,26.850416183471737 86.212066650390625,26.844078063964844 86.210823059082145,26.840723037719727 86.213684082031364,26.841096878051758 86.217285156250057,26.839605331421012 86.221267700195369,26.841842651367188 86.223999023437614,26.845073699951286 86.227355957031307,26.845321655273494 86.238288879394645,26.840847015380916 86.244377136230582,26.83662223815918</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">RamnagarMirchaiya</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.273338317871151,26.882106781005973 86.274948120117131,26.875022888183594 86.272712707519531,26.870798110962028 86.2723388671875,26.862098693847713 86.262649536132869,26.855014801025504 86.263145446777344,26.853399276733398 86.260658264160156,26.852405548095703 86.262649536132869,26.850542068481559 86.26041412353527,26.850914001464957 86.260162353515682,26.847930908203125 86.258300781250114,26.846813201904411 86.260658264160156,26.843208312988338 86.2584228515625,26.839481353759822 86.260040283203239,26.838113784790096 86.258918762207145,26.834758758545036 86.263397216796932,26.830036163330192 86.272590637207088,26.825935363769645 86.264762878418026,26.822206497192383 86.254074096679744,26.821584701538143 86.253326416015682,26.820219039916992 86.251213073730526,26.821584701538143 86.246490478515739,26.817981719970817 86.243881225585938,26.816490173339901 86.241897583007926,26.816987991333121 86.239784240722713,26.816862106323299 86.238166809082031,26.815246582031364 86.236549377441463,26.815620422363395 86.233818054199219,26.813507080078239 86.227729797363338,26.812513351440543 86.222755432128906,26.809406280517692 86.222007751464901,26.820095062255973 86.216667175293026,26.820343017578182 86.217788696289062,26.822330474853572 86.223876953125,26.824069976806697 86.231079101562443,26.821710586547908 86.231582641601619,26.823326110839844 86.233070373535213,26.823076248169059 86.232574462890739,26.825561523437443 86.237915039062614,26.830160140991211 86.237174987793082,26.832023620605582 86.240402221679801,26.831899642944393 86.244377136230582,26.83662223815918 86.244628906249943,26.838983535766602 86.247985839843807,26.842338562011832 86.246246337890682,26.845197677612305 86.247856140136832,26.852777481079158 86.246986389160213,26.85576057434082 86.249351501464957,26.863590240478629 86.252578735351676,26.867443084716797 86.257301330566463,26.869306564331112 86.259292602539176,26.872413635253963 86.270599365234375,26.877758026123047 86.273338317871151,26.882106781005973</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Muksar</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.379714965820312,26.842960357666129 86.383071899414176,26.850292205810547 86.383567810058651,26.853027343749943 86.382324218750114,26.855014801025504 86.384185791015739,26.855636596679744 86.383567810058651,26.860980987548828 86.385681152343807,26.864212036132869 86.384681701660156,26.86557769775402 86.386795043945369,26.868062973022461 86.386054992675838,26.868684768676871 86.387168884277344,26.869928359985352 86.386550903320312,26.871667861938533 86.38803863525402,26.874401092529354 86.386924743652344,26.875644683837891 86.386924743652344,26.879869461059627 86.385307312011776,26.880491256713867 86.385307312011776,26.882478713989258 86.383689880371094,26.881982803344783 86.384185791015739,26.883100509643668 86.382324218750114,26.883846282958984 86.381576538085881,26.88608360290533 86.388412475586051,26.891675949096793 86.392517089843807,26.891427993774414 86.395500183105412,26.889438629150447 86.396736145019588,26.886581420898551 86.395996093750057,26.884094238281364 86.400962829589901,26.881484985351562 86.398605346679688,26.873283386230469 86.398849487304744,26.868436813354435 86.4029541015625,26.865081787109375 86.403701782226506,26.85923957824707 86.406684875488338,26.855014801025504 86.403945922851562,26.852405548095703 86.404945373535213,26.849298477172852 86.404197692871151,26.845819473266715 86.407554626464844,26.842588424682674 86.406059265136776,26.833889007568359 86.409538269043026,26.829290390014762 86.409294128417969,26.827798843383846 86.40643310546875,26.826805114746151 86.404319763183594,26.822082519531364 86.401336669921932,26.820343017578182 86.402328491211051,26.816242218017635 86.393882751464901,26.815744400024414 86.388786315918082,26.810525894165153 86.386054992675838,26.809158325195256 86.382942199707031,26.809530258178711 86.382446289062557,26.80754280090332 86.386924743652344,26.804683685302678 86.384559631347713,26.802198410034293 86.386421203613338,26.796482086181584 86.384681701660156,26.796855926513615 86.383193969726619,26.795364379882869 86.376853942871094,26.796358108520565 86.374992370605526,26.794368743896598 86.373252868652401,26.798221588134766 86.370391845703182,26.799091339111442 86.364799499511719,26.804435729980469 86.369522094726676,26.811145782470817 86.370147705078125,26.81599235534668 86.379089355468693,26.832149505615178 86.377853393554744,26.836250305175724 86.379714965820312,26.842960357666129</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">MalhaniyaKhori</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.197402954101619,26.840227127075252 86.197158813476562,26.832895278930664 86.204864501953182,26.832023620605582 86.209709167480582,26.829042434692326 86.216789245605469,26.834634780883789 86.220397949218693,26.835752487182674 86.222259521484489,26.830284118652457 86.217788696289062,26.822330474853572 86.216667175293026,26.820343017578182 86.207221984863395,26.818975448608512 86.203369140625114,26.820343017578182 86.194175720214901,26.822330474853572 86.195785522461051,26.830160140991211 86.194671630859375,26.839977264404297 86.197402954101619,26.840227127075252</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Laxmipur(Pra.Ma.)</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.276939392089901,26.71607780456543 86.273834228515625,26.713716506958008 86.270355224609489,26.705265045166129 86.269111633300838,26.706134796142578 86.263267517089957,26.701786041259822 86.256561279296932,26.702531814575309 86.257926940918082,26.70576286315918 86.256805419921989,26.706258773803825 86.257057189941406,26.70862007141119 86.249473571777401,26.708248138427791 86.248359680175838,26.709987640380916 86.249351501464957,26.711851119995117 86.246246337890682,26.714586257934684 86.248977661132926,26.717817306518555 86.251960754394588,26.718687057495231 86.253700256347713,26.723657608032283 86.259788513183651,26.721918106079102 86.261779785156364,26.722539901733398 86.268486022949219,26.71806526184082 86.276191711425838,26.717817306518555 86.276939392089901,26.71607780456543</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">GovindpurTaregana</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.534309387207145,26.831277847290153 86.539657592773551,26.831277847290153 86.539657592773551,26.833019256591854 86.54288482666027,26.835504531860465 86.549102783203125,26.836374282836971 86.554191589355412,26.835130691528434 86.554817199707031,26.833391189575309 86.553947448730582,26.831277847290153 86.557052612304631,26.830284118652457 86.553947448730582,26.824069976806697 86.555809020996151,26.81450271606451 86.552825927734489,26.813259124755803 86.550842285156307,26.810649871826172 86.549468994140625,26.807294845581112 86.547233581543026,26.805927276611385 86.548225402832145,26.803068161010742 86.543006896972713,26.7979736328125 86.53928375244152,26.800458908081112 86.537788391113224,26.799589157104492 86.536796569824332,26.797725677490291 86.538536071777457,26.79673004150402 86.538040161132812,26.795488357543945 86.532569885253963,26.791137695312557 86.533691406250057,26.788528442382926 86.531951904296932,26.786043167114315 86.527473449707145,26.784799575805607 86.527847290039176,26.783060073852653 86.525360107421989,26.77808952331543 86.526603698730526,26.775480270385799 86.525863647460994,26.772994995117244 86.527099609374943,26.771255493164062 86.525489807128963,26.763921737670898 86.522506713867301,26.760194778442326 86.527603149414119,26.752613067626896 86.53021240234375,26.750873565673942 86.531082153320426,26.744783401489258 86.529342651367301,26.742795944213867 86.526359558105469,26.742671966552848 86.522377014160156,26.740558624267692 86.513183593749943,26.736581802368164 86.508834838867188,26.730617523193473 86.508087158203125,26.726142883300895 86.504981994628849,26.723035812378043 86.501998901367244,26.734842300415039 86.500259399414062,26.736831665039176 86.501747131347656,26.740932464599723 86.49951171875,26.743167877197322 86.499885559082031,26.74565505981451 86.496658325195369,26.750003814697266 86.499763488769588,26.755098342895508 86.497528076171989,26.757833480834961 86.49951171875,26.765413284301815 86.504234313964844,26.773366928100643 86.504364013671989,26.777219772338981 86.502624511718807,26.779457092285156 86.502494812011662,26.782066345214957 86.503364562988338,26.785795211792106 86.505851745605526,26.78778266906744 86.509086608886776,26.793748855590934 86.509086608886776,26.801080703735408 86.507095336914062,26.801702499389648 86.506973266601619,26.805679321289176 86.50150299072277,26.808784484863224 86.502372741699219,26.812389373779354 86.498023986816463,26.814998626708984 86.499389648437614,26.821584701538143 86.497650146484432,26.832645416259822 86.498023986816463,26.84693717956543 86.496284484863338,26.85315132141119 86.496902465820369,26.858619689941406 86.498519897460938,26.856258392334041 86.502868652343864,26.857252120971737 86.507095336914062,26.85576057434082 86.507843017578068,26.847930908203125 86.50958251953125,26.84631538391119 86.514053344726619,26.84619140625 86.513305664062557,26.842712402343864 86.514923095703125,26.840103149414062 86.517158508300895,26.841344833373967 86.517532348632926,26.843084335327148 86.520141601562557,26.842960357666129 86.523246765136832,26.83451080322277 86.522010803222656,26.831153869628906 86.527473449707145,26.832149505615178 86.534309387207145,26.831277847290153</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Fulbariya</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.343925476074276,26.879497528076172 86.342308044433594,26.87639045715332 86.343673706054688,26.876266479492301 86.344299316406307,26.872413635253963 86.342559814453182,26.872039794921932 86.342681884765625,26.868188858032227 86.344169616699332,26.86632347106945 86.34317779541027,26.862346649169922 86.334854125976562,26.852405548095703 86.323913574218864,26.846565246582031 86.311859130859432,26.842090606689453 86.303413391113281,26.833639144897518 86.290611267089844,26.827053070068359 86.283897399902457,26.819969177246151 86.277313232421932,26.816242218017635 86.266502380371207,26.81723594665533 86.264884948730469,26.819099426269531 86.264762878418026,26.822206497192383 86.272590637207088,26.825935363769645 86.263397216796932,26.830036163330192 86.258918762207145,26.834758758545036 86.260040283203239,26.838113784790096 86.2584228515625,26.839481353759822 86.260658264160156,26.843208312988338 86.258300781250114,26.846813201904411 86.260162353515682,26.847930908203125 86.26041412353527,26.850914001464957 86.262649536132869,26.850542068481559 86.260658264160156,26.852405548095703 86.263145446777344,26.853399276733398 86.262649536132869,26.855014801025504 86.2723388671875,26.862098693847713 86.272712707519531,26.870798110962028 86.274948120117131,26.875022888183594 86.273338317871151,26.882106781005973 86.290855407714901,26.886331558227539 86.296577453613338,26.884716033935604 86.300926208496094,26.88546180725109 86.309623718261832,26.881361007690543 86.312728881835938,26.882354736328239 86.316581726074219,26.878751754760742 86.319564819336051,26.880243301391658 86.323669433593807,26.878377914428711 86.343925476074276,26.879497528076172</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Asanpur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.346282958984318,26.792753219604492 86.341316223144645,26.788030624389705 86.340194702148438,26.783805847167969 86.338203430175838,26.782440185546989 86.340194702148438,26.781320571899528 86.339324951171932,26.778463363647461 86.340690612793026,26.775106430053825 86.340194702148438,26.773242950439453 86.345169067382812,26.770881652832031 86.345664978027457,26.769639968872127 86.345413208007869,26.767526626586971 86.347778320312614,26.762182235717887 86.346405029296932,26.760442733764762 86.342308044433594,26.759944915771541 86.337707519531193,26.760566711425781 86.333358764648438,26.763549804687614 86.324539184570256,26.765537261963004 86.319816589355469,26.769390106201115 86.325035095214901,26.780450820922852 86.322296142578125,26.785421371460075 86.32242584228527,26.787906646728516 86.319564819336051,26.790889739990348 86.321426391601619,26.797599792480526 86.322669982910156,26.811145782470817 86.324661254882869,26.812887191772575 86.332244873046932,26.813383102417049 86.335845947265625,26.810649871826172 86.348274230957088,26.8146266937257 86.351997375488395,26.812141418457088 86.355354309082088,26.811767578125057 86.353370666503906,26.811145782470817 86.351631164550724,26.808536529541016 86.347152709960994,26.807914733886776 86.345787048339901,26.801950454712028 86.348274230957088,26.798345565795955 86.345291137695426,26.794368743896598 86.346282958984318,26.792753219604492</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Dumari</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.232696533203182,26.791013717651367 86.250595092773438,26.789398193359432 86.25494384765625,26.786540985107536 86.25494384765625,26.782564163208008 86.260910034179744,26.781818389892578 86.260040283203239,26.780450820922852 86.262649536132869,26.779953002929801 86.261283874511719,26.779333114624137 86.259292602539176,26.774112701416129 86.248977661132926,26.780202865600643 86.243133544921875,26.77808952331543 86.239654541015739,26.779207229614371 86.233322143554801,26.776350021362305 86.230209350585994,26.771255493164062 86.225364685058537,26.772994995117244 86.226982116699276,26.77461051940918 86.226730346679688,26.778711318969727 86.214431762695426,26.791635513305778 86.216415405273438,26.795860290527344 86.221511840820426,26.798471450805778 86.232696533203182,26.791013717651367</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Dhodhana</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.496902465820369,26.858619689941406 86.496284484863338,26.85315132141119 86.498023986816463,26.84693717956543 86.497650146484432,26.832645416259822 86.499389648437614,26.821584701538143 86.498023986816463,26.814998626708984 86.502372741699219,26.812389373779354 86.50150299072277,26.808784484863224 86.506973266601619,26.805679321289176 86.507095336914062,26.801702499389648 86.509086608886776,26.801080703735408 86.509086608886776,26.793748855590934 86.505851745605526,26.78778266906744 86.503364562988338,26.785795211792106 86.502494812011662,26.782066345214957 86.502624511718807,26.779457092285156 86.504364013671989,26.777219772338981 86.504234313964844,26.773366928100643 86.49951171875,26.765413284301815 86.498641967773551,26.766407012939453 86.493797302246151,26.766035079956055 86.486587524414119,26.768024444580192 86.485099792480582,26.76566314697277 86.488578796386662,26.764791488647518 86.488204956054688,26.762928009033203 86.490562438964901,26.761934280395508 86.48919677734375,26.761064529419002 86.481864929199332,26.764419555664119 86.477890014648381,26.769142150878906 86.47727203369152,26.774858474731559 86.474533081054744,26.780948638916072 86.475028991699162,26.7871608734132 86.473541259765625,26.789026260375977 86.469688415527287,26.788030624389705 86.47043609619152,26.781196594238338 86.46720123291027,26.773366928100643 86.462104797363281,26.782812118530273 86.459869384765682,26.793003082275504 86.463348388671989,26.799341201782227 86.462974548339957,26.802446365356502 86.461982727050838,26.802820205688533 86.463600158691406,26.80692100524908 86.470680236816406,26.811643600463867 86.469810485839901,26.813383102417049 86.4720458984375,26.816242218017635 86.4720458984375,26.818975448608512 86.473915100097656,26.821958541870117 86.472419738769531,26.825811386108455 86.477767944335938,26.832895278930664 86.476150512695426,26.837989807128906 86.478759765625057,26.843706130981559 86.483230590820256,26.849174499511832 86.483108520507812,26.851783752441463 86.487335205078182,26.854766845703125 86.487457275390625,26.857749938964957 86.490562438964901,26.85712814331049 86.495536804199276,26.859737396240291 86.496902465820369,26.858619689941406</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Chandrodayapur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.367660522460938,26.872039794921932 86.368156433105526,26.869928359985352 86.371139526367188,26.867193222045955 86.371017456054744,26.857004165649471 86.368904113769588,26.854890823364315 86.356849670410213,26.853275299072379 86.351005554199332,26.854518890380859 86.348770141601506,26.857252120971737 86.343055725097656,26.855014801025504 86.341438293457088,26.852653503417912 86.328636169433651,26.843334197998104 86.327766418457145,26.841468811035213 86.329010009765682,26.839107513427791 86.326278686523438,26.833889007568359 86.326148986816463,26.829912185669002 86.323913574218864,26.82755088806158 86.321929931640625,26.827426910400391 86.319686889648494,26.824567794799748 86.314224243164176,26.823698043823299 86.311737060546989,26.815246582031364 86.305892944335938,26.812761306762752 86.291481018066463,26.812761306762752 86.287132263183707,26.805429458618164 86.283401489257812,26.80418777465826 86.280670166015568,26.800956726074162 86.276687622070312,26.801826477050838 86.274208068847656,26.802074432373047 86.273712158203182,26.80418777465826 86.275695800781364,26.808660507202205 86.273956298828239,26.812761306762752 86.277313232421932,26.816242218017635 86.283897399902457,26.819969177246151 86.290611267089844,26.827053070068359 86.303413391113281,26.833639144897518 86.311859130859432,26.842090606689453 86.323913574218864,26.846565246582031 86.334854125976562,26.852405548095703 86.34317779541027,26.862346649169922 86.344169616699332,26.86632347106945 86.342681884765625,26.868188858032227 86.342559814453182,26.872039794921932 86.344299316406307,26.872413635253963 86.343673706054688,26.876266479492301 86.342308044433594,26.87639045715332 86.343925476074276,26.879497528076172 86.348648071289119,26.877136230468807 86.353988647460994,26.877508163452205 86.360328674316463,26.874650955200195 86.364677429199276,26.874525070190543 86.367660522460938,26.872039794921932</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Chandralalpur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.336967468261719,26.819721221923942 86.336219787597656,26.81785774230957 86.332611083984375,26.81661415100109 86.333984375000057,26.814874649047965 86.332244873046932,26.813383102417049 86.324661254882869,26.812887191772575 86.322669982910156,26.811145782470817 86.321426391601619,26.797599792480526 86.319564819336051,26.790889739990348 86.32242584228527,26.787906646728516 86.315834045410156,26.778587341308707 86.313972473144588,26.782190322875977 86.314964294433707,26.783184051513672 86.312606811523494,26.784675598144588 86.314346313476619,26.787906646728516 86.311737060546989,26.78691291809082 86.310989379882926,26.784675598144588 86.309249877929801,26.78492546081543 86.303161621093864,26.788902282714957 86.300674438476676,26.789026260375977 86.301918029785213,26.791635513305778 86.305152893066406,26.793748855590934 86.304405212402401,26.799589157104492 86.306762695312614,26.806673049926871 86.310371398925895,26.806175231933594 86.312355041503906,26.813135147094783 86.313972473144588,26.814252853393668 86.311737060546989,26.815246582031364 86.314224243164176,26.823698043823299 86.319686889648494,26.824567794799748 86.321929931640625,26.827426910400391 86.323913574218864,26.82755088806158 86.326148986816463,26.829912185669002 86.326278686523438,26.833889007568359 86.329010009765682,26.839107513427791 86.327766418457145,26.841468811035213 86.328636169433651,26.843334197998104 86.341438293457088,26.852653503417912 86.338455200195426,26.843582153320369 86.338706970214844,26.837120056152401 86.340072631835994,26.835130691528434 86.338081359863224,26.832273483276424 86.339324951171932,26.821710586547908 86.336967468261719,26.819721221923942</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">ChandraAyodhyapur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.311737060546989,26.815246582031364 86.313972473144588,26.814252853393668 86.312355041503906,26.813135147094783 86.310371398925895,26.806175231933594 86.306762695312614,26.806673049926871 86.304405212402401,26.799589157104492 86.305152893066406,26.793748855590934 86.301918029785213,26.791635513305778 86.300674438476676,26.789026260375977 86.303161621093864,26.788902282714957 86.309249877929801,26.78492546081543 86.30303955078125,26.778959274292106 86.300552368164062,26.778587341308707 86.300056457519588,26.776971817016545 86.289741516113338,26.777717590332031 86.287254333496151,26.77461051940918 86.288002014160213,26.772125244140739 86.282279968261776,26.774360656738338 86.286010742187443,26.781694412231559 86.281784057617301,26.783309936523494 86.277687072753906,26.782314300537223 86.274826049804688,26.783184051513672 86.270973205566406,26.779581069946346 86.268989562988395,26.779705047607422 86.268241882324332,26.781320571899528 86.269233703613224,26.783060073852653 86.265754699707145,26.783805847167969 86.266006469726562,26.786540985107536 86.276687622070312,26.801826477050838 86.280670166015568,26.800956726074162 86.283401489257812,26.80418777465826 86.287132263183707,26.805429458618164 86.291481018066463,26.812761306762752 86.305892944335938,26.812761306762752 86.311737060546989,26.815246582031364</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Bishnupurkatti</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.413642883300781,26.906589508056641 86.420845031738395,26.905967712402401 86.425071716308594,26.902860641479549 86.430664062500057,26.902238845825309 86.440856933593864,26.894783020019645 86.454277038574219,26.888444900512752 86.465339660644531,26.886455535888786 86.480377197265568,26.887325286865234 86.481994628906307,26.888196945190487 86.482612609863395,26.887325286865234 86.479751586914176,26.882852554321289 86.481620788574276,26.87589263916027 86.483604431152457,26.874153137207145 86.481864929199332,26.872537612914982 86.482360839843807,26.870674133300838 86.484848022460994,26.869182586669922 86.490562438964901,26.869058609008903 86.491065979003906,26.866573333740291 86.495285034179688,26.863590240478629 86.495414733886832,26.861104965210018 86.496780395507756,26.860483169555778 86.495536804199276,26.859737396240291 86.490562438964901,26.85712814331049 86.487457275390625,26.857749938964957 86.487335205078182,26.854766845703125 86.483108520507812,26.851783752441463 86.483230590820256,26.849174499511832 86.478759765625057,26.843706130981559 86.476150512695426,26.837989807128906 86.477767944335938,26.832895278930664 86.472419738769531,26.825811386108455 86.473915100097656,26.821958541870117 86.4720458984375,26.818975448608512 86.4720458984375,26.816242218017635 86.469810485839901,26.813383102417049 86.470680236816406,26.811643600463867 86.463600158691406,26.80692100524908 86.461982727050838,26.802820205688533 86.462974548339957,26.802446365356502 86.463348388671989,26.799341201782227 86.459869384765682,26.793003082275504 86.451789855957031,26.797475814819279 86.444709777831974,26.792753219604492 86.447441101074219,26.789150238037166 86.447570800781193,26.785671234130859 86.439117431640739,26.789522171020621 86.438369750976676,26.782564163208008 86.430290222168026,26.788030624389705 86.423210144042969,26.775604248046875 86.424949645996151,26.774486541748161 86.423461914062557,26.76839637756342 86.419975280761719,26.768148422241211 86.417495727539062,26.769763946533317 86.409660339355469,26.779207229614371 86.408668518066406,26.781942367553768 86.406555175781193,26.783184051513672 86.402832031250057,26.781818389892578 86.400588989257926,26.782564163208008 86.398979187011719,26.78828048706049 86.399101257324332,26.794120788574219 86.397857666015682,26.795736312866325 86.39935302734375,26.800458908081112 86.398727416992301,26.802322387695312 86.386924743652344,26.804683685302678 86.382446289062557,26.80754280090332 86.382942199707031,26.809530258178711 86.386054992675838,26.809158325195256 86.388786315918082,26.810525894165153 86.393882751464901,26.815744400024414 86.402328491211051,26.816242218017635 86.401336669921932,26.820343017578182 86.404319763183594,26.822082519531364 86.40643310546875,26.826805114746151 86.409294128417969,26.827798843383846 86.409538269043026,26.829290390014762 86.406059265136776,26.833889007568359 86.407554626464844,26.842588424682674 86.404197692871151,26.845819473266715 86.404945373535213,26.849298477172852 86.403945922851562,26.852405548095703 86.406684875488338,26.855014801025504 86.403701782226506,26.85923957824707 86.4029541015625,26.865081787109375 86.398849487304744,26.868436813354435 86.398605346679688,26.873283386230469 86.400962829589901,26.881484985351562 86.395996093750057,26.884094238281364 86.396736145019588,26.886581420898551 86.395500183105412,26.889438629150447 86.392517089843807,26.891427993774414 86.388412475586051,26.891675949096793 86.381576538085881,26.88608360290533 86.379714965820312,26.885959625244141 86.376853942871094,26.888320922851506 86.379592895507869,26.892047882080078 86.379463195800895,26.896770477295036 86.385185241699332,26.901990890503043 86.385185241699332,26.908079147338981 86.387298583984318,26.909074783325252 86.388786315918082,26.907707214355526 86.3961181640625,26.907707214355526 86.398849487304744,26.909322738647518 86.403572082519531,26.907831192016602 86.405815124511719,26.909446716308707 86.409294128417969,26.906961441040096 86.413642883300781,26.906589508056641</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Badharamal</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.159873962402401,26.929702758789006 86.15863037109375,26.925851821899471 86.160125732421818,26.921501159667912 86.158386230468864,26.919015884399528 86.159255981445369,26.917028427124137 86.163604736328125,26.913921356201286 86.170806884765568,26.913299560546818 86.171554565429801,26.910192489624137 86.176277160644588,26.907831192016602 86.180381774902344,26.900001525878906 86.183486938476619,26.899255752563477 86.18609619140625,26.900499343872127 86.188705444336051,26.898883819580192 86.189453125000114,26.894409179687614 86.196907043457145,26.89378929138195 86.200759887695256,26.891923904419002 86.202621459961051,26.888816833496151 86.212066650390625,26.885959625244141 86.20871734619152,26.881361007690543 86.200881958007869,26.877882003784237 86.198150634765625,26.870922088623047 86.192680358886776,26.868312835693416 86.182243347168082,26.860483169555778 86.183235168457031,26.858245849609375 86.17801666259777,26.855388641357536 86.177894592285156,26.849050521850643 86.155899047851676,26.849422454834041 86.155273437500057,26.851659774780273 86.147323608398551,26.855138778686523 86.144958496093807,26.860980987548828 86.142227172851562,26.863714218139648 86.143844604492244,26.870424270629996 86.138000488281193,26.880491256713867 86.137382507324332,26.886953353881836 86.13339996337902,26.891178131103572 86.13663482666027,26.897890090942496 86.134277343750057,26.90484809875494 86.135887145996207,26.91640663146967 86.138252258300781,26.917400360107365 86.145828247070256,26.926845550537166 86.149436950683707,26.92870903015131 86.154533386230526,26.933805465698356 86.15863037109375,26.93504714965826 86.160995483398494,26.934177398681754 86.159873962402401,26.929702758789006</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Dhanagadi</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.386924743652344,26.804683685302678 86.398727416992301,26.802322387695312 86.39935302734375,26.800458908081112 86.397857666015682,26.795736312866325 86.399101257324332,26.794120788574219 86.398979187011719,26.78828048706049 86.400588989257926,26.782564163208008 86.402832031250057,26.781818389892578 86.406555175781193,26.783184051513672 86.408668518066406,26.781942367553768 86.409660339355469,26.779207229614371 86.417495727539062,26.769763946533317 86.419975280761719,26.768148422241211 86.423461914062557,26.76839637756342 86.422714233398551,26.759820938110352 86.424453735351676,26.75460243225109 86.42234039306652,26.751619338989258 86.423828125000057,26.749258041381836 86.420845031738395,26.745903015136719 86.42942047119152,26.740558624267692 86.436882019042912,26.737575531005859 86.43389892578125,26.730243682861442 86.428428649902401,26.732481002807617 86.424079895019645,26.73608589172369 86.420227050781307,26.734470367431754 86.419975280761719,26.735588073730469 86.407676696777457,26.740682601928711 86.399848937988395,26.745405197143498 86.393013000488224,26.747020721435661 86.388290405273438,26.747890472412109 86.397361755371207,26.757087707519474 86.389533996582145,26.760940551757812 86.384063720703125,26.761312484741268 86.378349304199219,26.765413284301815 86.376480102539062,26.767898559570369 86.376609802246037,26.779581069946346 86.377227783203125,26.780948638916072 86.380210876464957,26.781942367553768 86.381454467773494,26.788652420043945 86.385925292968864,26.794120788574219 86.386421203613338,26.796482086181584 86.384559631347713,26.802198410034293 86.386924743652344,26.804683685302678</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">MahadewaPortaha</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.457015991210994,26.662763595581168 86.460243225097713,26.662017822265682 86.469192504882869,26.656425476074219 86.46856689453125,26.653194427490348 86.469940185546875,26.651330947875977 86.473541259765625,26.651454925537166 86.473915100097656,26.654064178466797 86.475776672363395,26.656673431396428 86.483734130859432,26.659408569336051 86.487335205078182,26.659284591674862 86.489822387695369,26.656673431396428 86.487083435058594,26.652448654174862 86.48758697509777,26.650337219238281 86.495285034179688,26.646980285644645 86.484474182128963,26.640642166137695 86.481742858886719,26.635671615600643 86.481742858886719,26.631446838378906 86.479133605957088,26.628339767456055 86.477638244628963,26.62722206115734 86.475028991699162,26.631818771362362 86.471176147461051,26.631818771362362 86.469688415527287,26.633808135986328 86.469314575195256,26.636169433593693 86.472297668457088,26.638530731201286 86.472419738769531,26.641513824462947 86.465217590332088,26.642507553100643 86.464469909668026,26.644123077392578 86.462478637695312,26.644618988037223 86.458877563476562,26.643999099731559 86.457511901855469,26.641761779785156 86.451667785644588,26.64859580993658 86.451171875000114,26.650709152221737 86.448310852050895,26.651952743530217 86.450553894043026,26.654561996460075 86.448066711425838,26.655307769775504 86.447196960449219,26.657419204711914 86.451667785644588,26.662515640258903 86.453659057617301,26.661645889282227 86.457015991210994,26.662763595581168</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Sothiyan</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.473915100097656,26.654064178466797 86.473541259765625,26.651454925537166 86.469940185546875,26.651330947875977 86.46856689453125,26.653194427490348 86.469192504882869,26.656425476074219 86.473915100097656,26.654064178466797</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Majhaura</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.431159973144474,26.630701065063477 86.427810668945369,26.628091812133846 86.427810668945369,26.624860763549748 86.435264587402401,26.624238967895508 86.439613342285156,26.619890213012752 86.444831848144588,26.619392395019531 86.442848205566406,26.614297866821289 86.446701049804744,26.612060546875057 86.448440551757869,26.608705520629996 86.446449279785156,26.607585906982479 86.445205688476619,26.603237152099723 86.447196960449219,26.600006103515682 86.446197509765739,26.59752082824707 86.441604614257926,26.595407485961914 86.439491271972713,26.592798233032283 86.439613342285156,26.590187072753849 86.437255859375114,26.588199615478459 86.432403564453182,26.589193344116154 86.429794311523551,26.601745605468807 86.430915832519645,26.606094360351562 86.426315307617244,26.606964111328239 86.426940917968864,26.610569000244141 86.418861389160213,26.614669799804688 86.420845031738395,26.621877670288086 86.417121887207088,26.622995376587028 86.409538269043026,26.620883941650447 86.40842437744152,26.61752891540533 86.409042358398381,26.615913391113395 86.406684875488338,26.614048004150447 86.402580261230469,26.617155075073299 86.399101257324332,26.620262145996151 86.397239685058594,26.621007919311637 86.397857666015682,26.622001647949332 86.403450012207145,26.624736785888729 86.412277221679631,26.623617172241268 86.419357299804688,26.62933349609375 86.421592712402457,26.629085540771541 86.425567626953182,26.631198883056697 86.431159973144474,26.630701065063477</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Mauwahi</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.451667785644588,26.64859580993658 86.449310302734375,26.64598655700695 86.449180603027401,26.640642166137695 86.446327209472713,26.637660980224609 86.438125610351619,26.637411117553825 86.431159973144474,26.630701065063477 86.425567626953182,26.631198883056697 86.421592712402457,26.629085540771541 86.419357299804688,26.62933349609375 86.41910552978527,26.633808135986328 86.417121887207088,26.635175704956055 86.418113708496151,26.638778686523551 86.420478820800724,26.64027023315424 86.41910552978527,26.642507553100643 86.419975280761719,26.646484375 86.447196960449219,26.657419204711914 86.448066711425838,26.655307769775504 86.450553894043026,26.654561996460075 86.448310852050895,26.651952743530217 86.451171875000114,26.650709152221737 86.451667785644588,26.64859580993658</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">NaharaRigoul</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.512687683105526,26.614793777465934 86.513305664062557,26.608083724975529 86.512062072753906,26.605722427368164 86.500755310058707,26.60733795166027 86.498023986816463,26.601993560791016 86.491683959960938,26.598886489868164 86.476150512695426,26.604354858398438 86.47528076171875,26.60037803649908 86.472297668457088,26.599384307861385 86.472671508789119,26.595655441284293 86.470062255859489,26.595779418945312 86.46720123291027,26.592176437377987 86.458129882812557,26.591058731079102 86.451919555664176,26.595407485961914 86.451789855957031,26.597892761230469 86.454528808593807,26.597146987915039 86.453285217285099,26.600875854492131 86.455894470214901,26.601621627807617 86.455268859863338,26.603237152099723 86.457633972168082,26.604478836059627 86.459747314453239,26.612060546875057 86.473663330078239,26.609575271606445 86.479255676269531,26.612682342529354 86.480377197265568,26.620262145996151 86.488327026367301,26.620883941650447 86.489570617675781,26.614669799804688 86.491561889648494,26.613924026489258 86.495414733886832,26.616409301757869 86.503616333007926,26.615167617797908 86.508087158203125,26.616161346435604 86.512687683105526,26.614793777465934</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">PadariyaTharutol</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.472175598144474,26.73869514465332 86.473419189453182,26.732728958129826 86.470184326171932,26.730367660522461 86.470680236816406,26.724031448364315 86.466705322265625,26.719928741455135 86.463226318359375,26.710235595703125 86.461235046386776,26.710235595703125 86.459373474121207,26.70849609375 86.455772399902287,26.711977005004883 86.44980621337902,26.713592529296989 86.444458007812614,26.713592529296989 86.440856933593864,26.715208053588924 86.439491271972713,26.718563079834041 86.441726684570369,26.723409652710018 86.446945190429801,26.730243682861442 86.449310302734375,26.730243682861442 86.450798034668082,26.734220504760742 86.454277038574219,26.734220504760742 86.458625793456974,26.743167877197322 86.472175598144474,26.73869514465332</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Sakhuwanankarkatti</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.501876831054801,26.655679702758789 86.506721496582031,26.651702880859432 86.507713317871094,26.646856307983398 86.506469726562614,26.642257690429631 86.509452819824276,26.639276504516602 86.509704589843864,26.63629341125494 86.508216857910099,26.633560180664062 86.514053344726619,26.623991012573299 86.496284484863338,26.623865127563477 86.495285034179688,26.624984741210994 86.496406555175781,26.629583358764762 86.494789123535213,26.631072998046875 86.48795318603527,26.631944656372127 86.485473632812614,26.634553909301758 86.481742858886719,26.635671615600643 86.484474182128963,26.640642166137695 86.495285034179688,26.646980285644645 86.48758697509777,26.650337219238281 86.487083435058594,26.652448654174862 86.489822387695369,26.656673431396428 86.498397827148494,26.654809951782283 86.501876831054801,26.655679702758789</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Sanhaitha</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.263397216796932,26.646110534667969 86.263519287109375,26.639276504516602 86.273956298828239,26.635299682617244 86.272094726562443,26.634925842285213 86.272094726562443,26.631570816040096 86.268363952636776,26.630825042724666 86.268737792968807,26.62722206115734 86.266746520996037,26.625854492187443 86.267616271972713,26.624238967895508 86.265136718750057,26.622125625610352 86.262893676757926,26.615291595458984 86.255119323730412,26.615615844726562 86.255073547363395,26.615579605102653 86.254570007324219,26.616783142089901 86.252433776855582,26.613445281982479 86.250923156738224,26.612186431884879 86.25009918212902,26.612060546875057 86.251029968261776,26.610361099243221 86.251121520996094,26.609008789062557 86.247917175292969,26.608415603637695 86.247734069824219,26.608238220214901 86.247116088867188,26.609077453613224 86.248725891113338,26.614048004150447 86.243011474609432,26.619144439697266 86.23779296875,26.620634078979606 86.225364685058537,26.618148803710994 86.224250793457031,26.621007919311637 86.22747802734375,26.624736785888729 86.230209350585994,26.623245239257812 86.237045288085938,26.622623443603572 86.234436035156307,26.627346038818359 86.228721618652401,26.627346038818359 86.226364135742188,26.628463745117244 86.228347778320369,26.631694793701172 86.23294830322277,26.62945747375494 86.235183715820369,26.630949020385856 86.238662719726676,26.635049819946403 86.239288330078068,26.63902664184576 86.245124816894588,26.637163162231388 86.242767333984375,26.642133712768612 86.244010925293082,26.644744873046818 86.246246337890682,26.651081085205192 86.252708435058651,26.648969650268612 86.259040832519588,26.64859580993658 86.263397216796932,26.646110534667969</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Sukhachina</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.214805603027401,26.624114990234489 86.209213256835938,26.619268417358455 86.207839965820312,26.613924026489258 86.204986572265625,26.612556457519531 86.206970214843807,26.609575271606445 86.204734802246207,26.605970382690373 86.20871734619152,26.605474472045898 86.20548248291027,26.59975624084484 86.207969665527457,26.596153259277344 86.203994750976506,26.594039916992188 86.203758239746207,26.594738006591797 86.203018188476676,26.596916198730469 86.201705932617131,26.595607757568473 86.199417114257756,26.593299865722656 86.197814941406307,26.595014572143612 86.197837829589957,26.595148086547965 86.199020385742301,26.59752082824707 86.198211669921932,26.597751617431641 86.19821929931652,26.597814559936523 86.198890686035156,26.600728988647518 86.197776794433651,26.607709884643555 86.195213317871207,26.610414505004996 86.195541381835994,26.611026763916129 86.195663452148438,26.610940933227596 86.196289062500057,26.612432479858512 86.194549560546932,26.614421844482479 86.188957214355469,26.614532470703182 86.190567016601619,26.619516372680721 86.192932128906193,26.620883941650447 86.201011657714844,26.617155075073299 86.200508117675895,26.618522644043026 86.205230712890682,26.620014190673942 86.209083557128963,26.623865127563477 86.214805603027401,26.624114990234489</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Sukhipur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.382324218750114,26.722539901733398 86.380828857421875,26.714336395263672 86.378219604492244,26.711105346679801 86.379714965820312,26.709241867065487 86.379341125488281,26.70576286315918 86.375366210937557,26.699300765991211 86.371757507324276,26.69606971740734 86.366912841796875,26.695074081420898 86.360328674316463,26.696441650390568 86.35833740234375,26.694454193115234 86.357093811035213,26.695074081420898 86.354614257812557,26.691595077514762 86.352500915527401,26.692216873169002 86.34989166259777,26.69606971740734 86.343795776367301,26.697311401367244 86.339698791503963,26.696939468383846 86.335350036621151,26.693708419799918 86.332984924316406,26.693832397460938 86.330749511718807,26.694204330444393 86.330749511718807,26.698057174682731 86.328140258789176,26.700294494628906 86.322547912597713,26.702903747558707 86.319320678710994,26.703401565551758 86.317329406738281,26.702281951904297 86.318077087402344,26.70862007141119 86.323913574218864,26.713964462280273 86.326896667480469,26.714336395263672 86.329010009765682,26.718935012817496 86.332984924316406,26.719058990478516 86.339073181152344,26.714710235595703 86.341812133789119,26.71806526184082 86.344917297363395,26.716947555542106 86.348152160644645,26.717693328857536 86.35025787353527,26.714336395263672 86.351379394531364,26.714710235595703 86.352249145507812,26.721172332763672 86.349143981933537,26.728256225586051 86.351127624511776,26.733474731445312 86.353370666503906,26.728008270263615 86.358711242675781,26.725894927978629 86.362442016601676,26.726516723632926 86.362564086914062,26.724403381347713 86.378219604492244,26.721544265747127 86.379463195800895,26.724155426025504 86.382324218750114,26.722539901733398</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Tenuwapatti</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.382575988769531,26.667984008789176 86.382698059082145,26.663509368896598 86.38095855712902,26.662017822265682 86.381706237793082,26.658662796020621 86.379089355468693,26.656549453735408 86.378593444824276,26.654188156128043 86.374992370605526,26.654685974121094 86.373870849609432,26.652696609497127 86.374870300293082,26.64996337890625 86.373870849609432,26.646980285644645 86.370887756347599,26.64598655700695 86.369773864746094,26.642879486084098 86.368408203124943,26.642133712768612 86.368156433105526,26.643749237060547 86.365295410156307,26.642257690429631 86.362190246582088,26.643873214721737 86.361198425292969,26.643129348754883 86.361076354980526,26.644371032714787 86.35833740234375,26.642257690429631 86.353370666503906,26.643999099731559 86.352371215820426,26.646110534667969 86.347648620605469,26.64723014831543 86.351005554199332,26.655803680419979 86.35150146484375,26.660526275634766 86.348396301269531,26.660526275634766 86.346405029296932,26.658414840698356 86.34665679931652,26.664752960205135 86.343673706054688,26.66649246215826 86.347648620605469,26.669349670410099 86.358467102050895,26.667112350463924 86.355979919433707,26.661024093627987 86.374740600585938,26.664876937866325 86.378349304199219,26.669473648071346 86.382575988769531,26.667984008789176</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Kachanari</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.400222778320426,26.615787506103572 86.401710510253963,26.614669799804688 86.400588989257926,26.614048004150447 86.401214599609318,26.611562728881836 86.397483825683651,26.607461929321289 86.398849487304744,26.605348587036133 86.393013000488224,26.598638534545955 86.395942687988281,26.594533920288029 86.387458801269645,26.596654891967773 86.360725402832145,26.603338241577148 86.358833312988395,26.603858947753963 86.35501861572277,26.604316711425724 86.343299865722656,26.605722427368164 86.34271240234375,26.606470108032227 86.341323852539006,26.608230590820369 86.343055725097656,26.611686706543026 86.343765258789176,26.611448287963924 86.343818664550781,26.611515045166016 86.345596313476619,26.613910675048942 86.346038818359489,26.615041732788143 86.346479506281355,26.615763439094962 86.346565246582088,26.61590385437006 86.346840368888365,26.615850228835825 86.347015380859489,26.615816116333008 86.346870422363281,26.615619659423942 86.347648620605469,26.616161346435604 86.356224060058594,26.615415573120174 86.366668701171989,26.610321044921932 86.382324218750114,26.614669799804688 86.384063720703125,26.616657257080078 86.392143249511776,26.615167617797908 86.396492004394531,26.617031097412109 86.399101257324332,26.620262145996151 86.402580261230469,26.617155075073299 86.400222778320426,26.615787506103572</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Jighaul</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.393257141113281,26.648471832275334 86.396865844726562,26.644992828369254 86.397361755371207,26.641387939453182 86.395866394043082,26.634677886963004 86.391891479492188,26.630329132080192 86.393386840820426,26.627593994140625 86.390647888183651,26.624984741210994 86.396369934082088,26.623493194580078 86.397857666015682,26.622001647949332 86.397239685058594,26.621007919311637 86.399101257324332,26.620262145996151 86.396492004394531,26.617031097412109 86.392143249511776,26.615167617797908 86.384063720703125,26.616657257080078 86.375740051269588,26.624984741210994 86.376731872558651,26.630701065063477 86.37548828125,26.633310317993278 86.377975463867188,26.634305953979549 86.378097534179801,26.635547637939453 86.37064361572277,26.639400482177791 86.368156433105526,26.638530731201286 86.365295410156307,26.642257690429631 86.368156433105526,26.643749237060547 86.368408203124943,26.642133712768612 86.369773864746094,26.642879486084098 86.370887756347599,26.64598655700695 86.373870849609432,26.646980285644645 86.374870300293082,26.64996337890625 86.378593444824276,26.64934158325201 86.387420654296932,26.651826858520621 86.387542724609375,26.648845672607365 86.391517639160156,26.647478103637695 86.393257141113281,26.648471832275334</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Itatar</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.29496002197277,26.640146255493221 86.294334411621151,26.637784957885856 86.295829772949276,26.634553909301758 86.290855407714901,26.628463745117244 86.290489196777401,26.621131896972656 86.289619445800895,26.620634078979606 86.291976928710938,26.620014190673942 86.289382934570369,26.61433029174799 86.28903961181652,26.614376068115234 86.277931213378963,26.617031097412109 86.273834228515625,26.616556167602482 86.262893676757926,26.615291595458984 86.265136718750057,26.622125625610352 86.267616271972713,26.624238967895508 86.266746520996037,26.625854492187443 86.268737792968807,26.62722206115734 86.268363952636776,26.630825042724666 86.272094726562443,26.631570816040096 86.272094726562443,26.634925842285213 86.273956298828239,26.635299682617244 86.2723388671875,26.639400482177791 86.27109527587902,26.63977241516119 86.271347045898438,26.642133712768612 86.273208618164176,26.643749237060547 86.273208618164176,26.645614624023494 86.274452209472713,26.645240783691463 86.275451660156307,26.648721694946346 86.277931213378963,26.648969650268612 86.279426574707088,26.650957107543945 86.281661987304688,26.650585174560547 86.282035827636719,26.64859580993658 86.290237426757812,26.643999099731559 86.290359497070426,26.643003463745117 86.29496002197277,26.642507553100643 86.29496002197277,26.640146255493221</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">ItariParsahi</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.20188140869152,26.753732681274414 86.201255798339901,26.749879837036246 86.203369140625114,26.746026992797965 86.201011657714844,26.745281219482479 86.197776794433651,26.738571166992301 86.190322875976562,26.736955642700195 86.191688537597713,26.731983184814567 86.188583374023438,26.720302581787166 86.185600280761776,26.722663879394588 86.182861328125,26.731983184814567 86.178886413574219,26.739192962646541 86.176902770996207,26.748140335083121 86.173919677734375,26.749631881713867 86.164718627929688,26.749879837036246 86.164718627929688,26.750003814697266 86.172920227050781,26.751495361328182 86.194175720214901,26.754974365234489 86.20188140869152,26.753732681274414</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Itarhawa</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.481742858886719,26.635671615600643 86.485473632812614,26.634553909301758 86.48795318603527,26.631944656372127 86.494789123535213,26.631072998046875 86.496406555175781,26.629583358764762 86.495285034179688,26.624984741210994 86.496284484863338,26.623865127563477 86.514053344726619,26.623991012573299 86.514305114746207,26.623493194580078 86.512687683105526,26.614793777465934 86.508087158203125,26.616161346435604 86.503616333007926,26.615167617797908 86.495414733886832,26.616409301757869 86.491561889648494,26.613924026489258 86.489570617675781,26.614669799804688 86.488327026367301,26.620883941650447 86.485717773437443,26.626102447509879 86.479133605957088,26.628339767456055 86.481742858886719,26.631446838378906 86.481742858886719,26.635671615600643</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Harakatti</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.321060180664347,26.650585174560717 86.330871582031421,26.647354125976619 86.342559814453182,26.647975921631087 86.341690063476847,26.633808135986328 86.336463928222713,26.630203247070597 86.329284667969034,26.619302749633789 86.32926177978544,26.619268417358455 86.324790954590014,26.619356155395565 86.310241699218693,26.619640350341911 86.308006286621264,26.618646621704215 86.305648803711222,26.623369216919002 86.307762145996037,26.625606536865234 86.314964294433878,26.627098083496151 86.314842224121264,26.62933349609375 86.316207885742358,26.630825042724666 86.314224243164347,26.640518188476676 86.315216064453296,26.643003463745288 86.318077087402514,26.644618988037223 86.321060180664347,26.650585174560717</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Ayodhyanagar</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.386421203613338,26.796482086181584 86.385925292968864,26.794120788574219 86.381454467773494,26.788652420043945 86.380210876464957,26.781942367553768 86.377227783203125,26.780948638916072 86.376609802246037,26.779581069946346 86.376480102539062,26.767898559570369 86.378349304199219,26.765413284301815 86.362686157226506,26.766407012939453 86.358963012695369,26.772497177123967 86.349266052246151,26.773988723754883 86.349761962890625,26.776847839355526 86.353614807128963,26.781568527221737 86.355110168457031,26.786540985107536 86.354240417480582,26.788404464721737 86.353988647460994,26.792381286621037 86.359085083007812,26.796482086181584 86.364799499511719,26.804435729980469 86.370391845703182,26.799091339111442 86.373252868652401,26.798221588134766 86.374992370605526,26.794368743896598 86.376853942871094,26.796358108520565 86.383193969726619,26.795364379882869 86.384681701660156,26.796855926513615 86.386421203613338,26.796482086181584</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Tulsipur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.350761413574276,26.680908203125057 86.3480224609375,26.681032180786076 86.347152709960994,26.679292678833121 86.3480224609375,26.678049087524414 86.347648620605469,26.669349670410099 86.343673706054688,26.66649246215826 86.34665679931652,26.664752960205135 86.346405029296932,26.658414840698356 86.346534729003906,26.649591445922852 86.342559814453182,26.647975921630916 86.33087158203125,26.647354125976619 86.321060180664176,26.650585174560547 86.321800231933651,26.655555725097713 86.32602691650402,26.659408569336051 86.329383850097713,26.657793045043945 86.331619262695312,26.659160614013672 86.338829040527457,26.677925109863395 86.338951110839901,26.682399749755973 86.344047546386719,26.684387207031364 86.350387573242244,26.682895660400447 86.350761413574276,26.680908203125057</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Gautari</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.194671630859375,26.839977264404297 86.195785522461051,26.830160140991211 86.194175720214901,26.822330474853572 86.187339782714901,26.818603515625057 86.184356689453068,26.813383102417049 86.1824951171875,26.819721221923942 86.178512573242244,26.822206497192383 86.176399230957031,26.826059341430664 86.174537658691463,26.827053070068359 86.178138732910213,26.844451904296818 86.183364868164176,26.84345817565918 86.193305969238395,26.845197677612305 86.194671630859375,26.839977264404297</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Jamadaha</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.381576538085881,26.88608360290533 86.382324218750114,26.883846282958984 86.384185791015739,26.883100509643668 86.383689880371094,26.881982803344783 86.385307312011776,26.882478713989258 86.385307312011776,26.880491256713867 86.386924743652344,26.879869461059627 86.386924743652344,26.875644683837891 86.38803863525402,26.874401092529354 86.386550903320312,26.871667861938533 86.387168884277344,26.869928359985352 86.386054992675838,26.868684768676871 86.386795043945369,26.868062973022461 86.384681701660156,26.86557769775402 86.385681152343807,26.864212036132869 86.383567810058651,26.860980987548828 86.384185791015739,26.855636596679744 86.382324218750114,26.855014801025504 86.383567810058651,26.853027343749943 86.383071899414176,26.850292205810547 86.379714965820312,26.842960357666129 86.374618530273494,26.83587646484375 86.364677429199276,26.832023620605582 86.362190246582088,26.820219039916992 86.349388122558594,26.820838928222656 86.341812133789119,26.818353652954215 86.336967468261719,26.819721221923942 86.339324951171932,26.821710586547908 86.338081359863224,26.832273483276424 86.340072631835994,26.835130691528434 86.338706970214844,26.837120056152401 86.338455200195426,26.843582153320369 86.341438293457088,26.852653503417912 86.343055725097656,26.855014801025504 86.348770141601506,26.857252120971737 86.351005554199332,26.854518890380859 86.356849670410213,26.853275299072379 86.368904113769588,26.854890823364315 86.371017456054744,26.857004165649471 86.371139526367188,26.867193222045955 86.368156433105526,26.869928359985352 86.367660522460938,26.872039794921932 86.372009277343864,26.874898910522575 86.371017456054744,26.876886367797965 86.371757507324276,26.879621505737362 86.376358032226619,26.883224487304688 86.376853942871094,26.888320922851506 86.379714965820312,26.885959625244141 86.381576538085881,26.88608360290533</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Lalpur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.379714965820312,26.842960357666129 86.377853393554744,26.836250305175724 86.379089355468693,26.832149505615178 86.370147705078125,26.81599235534668 86.369522094726676,26.811145782470817 86.364799499511719,26.804435729980469 86.359085083007812,26.796482086181584 86.353988647460994,26.792381286621037 86.354240417480582,26.788404464721737 86.346405029296932,26.790143966674862 86.346282958984318,26.792753219604492 86.345291137695426,26.794368743896598 86.348274230957088,26.798345565795955 86.345787048339901,26.801950454712028 86.347152709960994,26.807914733886776 86.351631164550724,26.808536529541016 86.353370666503906,26.811145782470817 86.355354309082088,26.811767578125057 86.351997375488395,26.812141418457088 86.348274230957088,26.8146266937257 86.335845947265625,26.810649871826172 86.332244873046932,26.813383102417049 86.333984375000057,26.814874649047965 86.332611083984375,26.81661415100109 86.336219787597656,26.81785774230957 86.336967468261719,26.819721221923942 86.341812133789119,26.818353652954215 86.349388122558594,26.820838928222656 86.362190246582088,26.820219039916992 86.364677429199276,26.832023620605582 86.374618530273494,26.83587646484375 86.379714965820312,26.842960357666129</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Kalyanpurkalabanzar</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.177894592285156,26.849050521850643 86.178138732910213,26.844451904296818 86.174537658691463,26.827053070068359 86.176399230957031,26.826059341430664 86.178512573242244,26.822206497192383 86.1824951171875,26.819721221923942 86.184356689453068,26.813383102417049 86.184356689453068,26.813011169433594 86.17441558837902,26.813756942749023 86.163475036621151,26.811643600463867 86.154899597168026,26.812637329101562 86.157264709472599,26.820590972900447 86.15179443359375,26.830036163330192 86.153038024902457,26.83724403381342 86.155899047851676,26.839977264404297 86.157386779785213,26.843830108642578 86.155899047851676,26.849422454834041 86.177894592285156,26.849050521850643</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Karjanha</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.249351501464957,26.863590240478629 86.246986389160213,26.85576057434082 86.247856140136832,26.852777481079158 86.246246337890682,26.845197677612305 86.247985839843807,26.842338562011832 86.244628906249943,26.838983535766602 86.244377136230582,26.83662223815918 86.238288879394645,26.840847015380916 86.227355957031307,26.845321655273494 86.223999023437614,26.845073699951286 86.221267700195369,26.841842651367188 86.217285156250057,26.839605331421012 86.213684082031364,26.841096878051758 86.210823059082145,26.840723037719727 86.212066650390625,26.844078063964844 86.202751159668026,26.850416183471737 86.198524475097656,26.845197677612305 86.197402954101619,26.840227127075252 86.194671630859375,26.839977264404297 86.193305969238395,26.845197677612305 86.183364868164176,26.84345817565918 86.178138732910213,26.844451904296818 86.177894592285156,26.849050521850643 86.17801666259777,26.855388641357536 86.183235168457031,26.858245849609375 86.182243347168082,26.860483169555778 86.192680358886776,26.868312835693416 86.198150634765625,26.870922088623047 86.200881958007869,26.877882003784237 86.20871734619152,26.881361007690543 86.212066650390625,26.885959625244141 86.221267700195369,26.881484985351562 86.225242614746151,26.881858825683594 86.229843139648494,26.880367279052848 86.234687805175895,26.875022888183594 86.236549377441463,26.874401092529354 86.243133544921875,26.86632347106945 86.249351501464957,26.863590240478629</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">MaheshpurPatari</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.264762878418026,26.822206497192383 86.264884948730469,26.819099426269531 86.266502380371207,26.81723594665533 86.277313232421932,26.816242218017635 86.273956298828239,26.812761306762752 86.275695800781364,26.808660507202205 86.273712158203182,26.80418777465826 86.274208068847656,26.802074432373047 86.269355773925838,26.795736312866325 86.263641357421989,26.792007446289062 86.261779785156364,26.791387557983398 86.256683349609375,26.793622970581168 86.255065917968864,26.795238494873104 86.256309509277344,26.800086975097713 86.251213073730526,26.800582885742131 86.254821777343807,26.809780120849723 86.250473022460994,26.810897827148438 86.246490478515739,26.817981719970817 86.251213073730526,26.821584701538143 86.253326416015682,26.820219039916992 86.254074096679744,26.821584701538143 86.264762878418026,26.822206497192383</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Majhauliya</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.214431762695426,26.791635513305778 86.226730346679688,26.778711318969727 86.226982116699276,26.77461051940918 86.225364685058537,26.772994995117244 86.213684082031364,26.766532897949276 86.208587646484375,26.765911102295036 86.20871734619152,26.769018173217887 86.207473754882812,26.770633697509822 86.204238891601562,26.769266128540096 86.194671630859375,26.771005630493278 86.192184448242188,26.772994995117244 86.190071105956974,26.777591705322209 86.196289062500057,26.785173416137638 86.198150634765625,26.792505264282283 86.200759887695256,26.795612335205135 86.200881958007869,26.802074432373047 86.204986572265625,26.803068161010742 86.207717895507869,26.800458908081112 86.214302062988224,26.800830841064567 86.210083007812614,26.794742584228629 86.214431762695426,26.791635513305778</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Media</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.184356689453068,26.813011169433594 86.183364868164176,26.809406280517692 86.184234619140682,26.807790756225586 86.184234619140682,26.793622970581168 86.178642272949219,26.789026260375977 86.175903320312614,26.792133331298828 86.166587829589957,26.792879104614315 86.153411865234489,26.796482086181584 86.154899597168026,26.802696228027344 86.153907775878963,26.808784484863224 86.154899597168026,26.812637329101562 86.163475036621151,26.811643600463867 86.17441558837902,26.813756942749023 86.184356689453068,26.813011169433594</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Inarwa</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.451919555664176,26.595407485961914 86.458129882812557,26.591058731079102 86.46720123291027,26.592176437377987 86.470062255859489,26.595779418945312 86.472671508789119,26.595655441284293 86.472297668457088,26.599384307861385 86.47727203369152,26.588447570800895 86.474411010742301,26.57776069641119 86.474662780761719,26.574281692504883 86.479629516601562,26.568563461303825 86.482986450195426,26.568937301635856 86.483978271484489,26.571670532226676 86.490440368652457,26.574529647827148 86.488456726074276,26.579376220703125 86.488456726074276,26.584720611572379 86.491935729980526,26.586460113525504 86.493675231933707,26.589193344116154 86.498023986816463,26.591182708740291 86.497528076171989,26.588697433471737 86.499267578125,26.587081909179744 86.499885559082031,26.584098815917912 86.496528625488395,26.57763671875 86.497276306152401,26.569683074951115 86.498023986816463,26.565830230713004 86.498771667480526,26.560113906860295 86.489692687988395,26.552408218383846 86.488327026367301,26.549427032470817 86.4578857421875,26.567817687988338 86.447975158691406,26.569721221923828 86.43265533447277,26.572666168212947 86.435012817382812,26.577884674072209 86.434272766113281,26.579500198364315 86.437377929687557,26.58036994934082 86.436012268066463,26.581985473632756 86.438743591308707,26.583477020263672 86.437255859375114,26.588199615478459 86.439613342285156,26.590187072753849 86.439491271972713,26.592798233032283 86.441604614257926,26.595407485961914 86.446197509765739,26.59752082824707 86.451919555664176,26.595407485961914</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Radhopur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.216667175293026,26.820343017578182 86.222007751464901,26.820095062255973 86.222755432128906,26.809406280517692 86.227729797363338,26.812513351440543 86.233818054199219,26.813507080078239 86.236549377441463,26.815620422363395 86.238166809082031,26.815246582031364 86.239784240722713,26.816862106323299 86.241897583007926,26.816987991333121 86.240898132324276,26.809530258178711 86.237548828125114,26.805429458618164 86.233818054199219,26.805679321289176 86.232696533203182,26.791013717651367 86.221511840820426,26.798471450805778 86.216415405273438,26.795860290527344 86.214431762695426,26.791635513305778 86.210083007812614,26.794742584228629 86.214302062988224,26.800830841064567 86.207717895507869,26.800458908081112 86.204986572265625,26.803068161010742 86.205360412597656,26.807914733886776 86.203369140625114,26.820343017578182 86.207221984863395,26.818975448608512 86.216667175293026,26.820343017578182</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Sikron</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.203369140625114,26.820343017578182 86.205360412597656,26.807914733886776 86.204986572265625,26.803068161010742 86.200881958007869,26.802074432373047 86.200759887695256,26.795612335205135 86.198150634765625,26.792505264282283 86.196289062500057,26.785173416137638 86.190071105956974,26.777591705322209 86.184974670410156,26.779581069946346 86.181121826171875,26.783060073852653 86.178642272949219,26.789026260375977 86.184234619140682,26.793622970581168 86.184234619140682,26.807790756225586 86.183364868164176,26.809406280517692 86.184356689453068,26.813011169433594 86.184356689453068,26.813383102417049 86.187339782714901,26.818603515625057 86.194175720214901,26.822330474853572 86.203369140625114,26.820343017578182</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Hakpara</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.26749420166027,26.687618255615234 86.26749420166027,26.681404113769531 86.264511108398438,26.670965194702262 86.264633178711051,26.664007186889648 86.262527465820426,26.658786773681641 86.264015197753963,26.651826858520621 86.263397216796932,26.646110534667969 86.259040832519588,26.64859580993658 86.252708435058651,26.648969650268612 86.246246337890682,26.651081085205192 86.244010925293082,26.644744873046818 86.239654541015739,26.646360397338981 86.240898132324276,26.64921760559082 86.238044738769588,26.650461196899528 86.236671447753906,26.654314041137809 86.233695983886832,26.660776138305778 86.235931396484432,26.661272048950252 86.235435485839957,26.662515640258903 86.238662719726676,26.665372848510799 86.241897583007926,26.665994644165039 86.242889404296989,26.669723510742301 86.251464843750114,26.669723510742301 86.250839233398494,26.674072265625114 86.258049011230526,26.678546905517692 86.260040283203239,26.686250686645508 86.263763427734375,26.688116073608455 86.265632629394531,26.687742233276424 86.266746520996037,26.685878753662109 86.26749420166027,26.687618255615234</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">FulkahaKati</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.349266052246151,26.773988723754883 86.358963012695369,26.772497177123967 86.362686157226506,26.766407012939453 86.378349304199219,26.765413284301815 86.384063720703125,26.761312484741268 86.389533996582145,26.760940551757812 86.397361755371207,26.757087707519474 86.388290405273438,26.747890472412109 86.393013000488224,26.747020721435661 86.391891479492188,26.742919921875114 86.388908386230526,26.740186691284237 86.391891479492188,26.73869514465332 86.394378662109375,26.729373931884766 86.391891479492188,26.728628158569279 86.390899658203239,26.726142883300895 86.386924743652344,26.72713661193859 86.3890380859375,26.721296310424862 86.382324218750114,26.722539901733398 86.379463195800895,26.724155426025504 86.378219604492244,26.721544265747127 86.362564086914062,26.724403381347713 86.362442016601676,26.726516723632926 86.358711242675781,26.725894927978629 86.353370666503906,26.728008270263615 86.351127624511776,26.733474731445312 86.349761962890625,26.738321304321289 86.346778869628963,26.740186691284237 86.345909118652287,26.742547988891658 86.343429565429631,26.743167877197322 86.343055725097656,26.746274948120174 86.340690612793026,26.747394561767635 86.340812683105469,26.749505996704045 86.344543457031364,26.751247406005973 86.345535278320312,26.753980636596793 86.342308044433594,26.759944915771541 86.346405029296932,26.760442733764762 86.347778320312614,26.762182235717887 86.345413208007869,26.767526626586971 86.345664978027457,26.769639968872127 86.349266052246151,26.773988723754883</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Belhi</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.351127624511776,26.733474731445312 86.349143981933537,26.728256225586051 86.352249145507812,26.721172332763672 86.351379394531364,26.714710235595703 86.35025787353527,26.714336395263672 86.348152160644645,26.717693328857536 86.344917297363395,26.716947555542106 86.341812133789119,26.71806526184082 86.339073181152344,26.714710235595703 86.332984924316406,26.719058990478516 86.329010009765682,26.718935012817496 86.327018737792912,26.724403381347713 86.327888488769588,26.727386474609375 86.332489013671932,26.729373931884766 86.338081359863224,26.73521614074707 86.349761962890625,26.738321304321289 86.351127624511776,26.733474731445312</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Durgapur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.342308044433594,26.759944915771541 86.345535278320312,26.753980636596793 86.344543457031364,26.751247406005973 86.340812683105469,26.749505996704045 86.340690612793026,26.747394561767635 86.343055725097656,26.746274948120174 86.343429565429631,26.743167877197322 86.345909118652287,26.742547988891658 86.346778869628963,26.740186691284237 86.349761962890625,26.738321304321289 86.338081359863224,26.73521614074707 86.332489013671932,26.729373931884766 86.327888488769588,26.727386474609375 86.327018737792912,26.724403381347713 86.329010009765682,26.718935012817496 86.326896667480469,26.714336395263672 86.323913574218864,26.713964462280273 86.31919097900402,26.719556808471737 86.319938659668082,26.721420288085881 86.316085815429744,26.733972549438533 86.320312500000114,26.743541717529354 86.325904846191406,26.743417739868164 86.327018737792912,26.748140335083121 86.33050537109375,26.74838829040533 86.33087158203125,26.754478454589844 86.332984924316406,26.758579254150391 86.336967468261719,26.757957458496151 86.337707519531193,26.760566711425781 86.342308044433594,26.759944915771541</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">LaxmipurPatari</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.386924743652344,26.684635162353572 86.390403747558594,26.684635162353572 86.393386840820426,26.683019638061637 86.397483825683651,26.684263229370174 86.398475646972713,26.683269500732479 86.398849487304744,26.674320220947322 86.392761230468807,26.657917022705135 86.398475646972713,26.65754508972168 86.405311584472713,26.660900115966797 86.406311035156364,26.66636848449707 86.410408020019531,26.671089172363281 86.412277221679631,26.671089172363281 86.412643432617301,26.673326492309627 86.426437377929688,26.673202514648438 86.427436828613338,26.664627075195312 86.425445556640568,26.663385391235408 86.417617797851506,26.665248870849553 86.413391113281364,26.664503097534293 86.4100341796875,26.65953254699707 86.393257141113281,26.648471832275334 86.391517639160156,26.647478103637695 86.387542724609375,26.648845672607365 86.387420654296932,26.651826858520621 86.378593444824276,26.64934158325201 86.374870300293082,26.64996337890625 86.373870849609432,26.652696609497127 86.374992370605526,26.654685974121094 86.378593444824276,26.654188156128043 86.379089355468693,26.656549453735408 86.381706237793082,26.658662796020621 86.38095855712902,26.662017822265682 86.382698059082145,26.663509368896598 86.382575988769531,26.667984008789176 86.383689880371094,26.668231964111385 86.384315490722713,26.671710968017692 86.382942199707031,26.672332763671932 86.382698059082145,26.673948287963867 86.386550903320312,26.679292678833121 86.386924743652344,26.684635162353572</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Madar</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.200637817382869,26.633310317993278 86.192306518554801,26.624362945556697 86.190567016601619,26.619516372680721 86.188957214355469,26.614532470703182 86.188911437988395,26.614534378051758 86.188606262207031,26.614450454712028 86.184852600097713,26.613426208496207 86.178268432617188,26.615167617797908 86.177322387695312,26.614500045776424 86.177215576171932,26.614515304565543 86.175819396972656,26.615489959716797 86.173919677734375,26.616815567016602 86.171005249023381,26.614982604980412 86.169319152832031,26.613924026489258 86.163604736328125,26.614545822143668 86.157424926757926,26.609605789184627 86.157386779785213,26.609600067138672 86.148941040039062,26.608455657958984 86.153663635253906,26.615291595458984 86.157638549804801,26.625606536865234 86.176033020019588,26.625232696533203 86.17926025390625,26.631322860717887 86.182243347168082,26.631322860717887 86.185104370117301,26.629085540771541 86.188209533691406,26.62933349609375 86.191688537597713,26.633932113647518 86.192932128906193,26.64027023315424 86.198150634765625,26.634305953979549 86.200637817382869,26.633310317993278</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Mahanaur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.296821594238338,26.742795944213867 86.307388305664062,26.73745155334484 86.309623718261832,26.7457790374757 86.313972473144588,26.744783401489258 86.320434570312557,26.745281219482479 86.320312500000114,26.743541717529354 86.316085815429744,26.733972549438533 86.319938659668082,26.721420288085881 86.31919097900402,26.719556808471737 86.323913574218864,26.713964462280273 86.318077087402344,26.70862007141119 86.3133544921875,26.707254409790096 86.297821044921989,26.716697692871094 86.300674438476676,26.719058990478516 86.300674438476676,26.720550537109432 86.295211791992188,26.723409652710018 86.293594360351676,26.72564697265625 86.295455932617244,26.72838020324707 86.292968750000057,26.729871749877987 86.295455932617244,26.73521614074707 86.294708251953182,26.737949371337891 86.296447753906364,26.739564895629996 86.296821594238338,26.742795944213867</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Malhaniya Gamharia</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.191688537597713,26.633932113647518 86.188209533691406,26.62933349609375 86.185104370117301,26.629085540771541 86.182243347168082,26.631322860717887 86.17926025390625,26.631322860717887 86.176033020019588,26.625232696533203 86.157638549804801,26.625606536865234 86.156890869140568,26.62933349609375 86.154533386230526,26.633062362670842 86.152542114257812,26.634801864624023 86.154777526855582,26.638654708862305 86.163230895996094,26.640394210815487 86.167953491210881,26.638778686523551 86.170806884765568,26.641263961791935 86.171058654785156,26.645738601684513 86.178138732910213,26.642507553100643 86.179382324218864,26.638778686523551 86.184356689453068,26.641016006469727 86.186965942382926,26.640768051147518 86.18833160400402,26.63691520690918 86.191688537597713,26.633932113647518</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">BhawanpurKalabanzar</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.451919555664176,26.690103530883846 86.467453002929688,26.688488006591911 86.470306396484375,26.69544792175293 86.471176147461051,26.694950103759879 86.475532531738338,26.687370300293026 86.476272583007869,26.677677154541016 86.470680236816406,26.672208786010742 86.465957641601619,26.671089172363281 86.465835571289176,26.672456741332951 86.464347839355412,26.672830581664982 86.459121704101619,26.665994644165039 86.477142333984375,26.666740417480469 86.473541259765625,26.660650253295955 86.476150512695426,26.659160614013672 86.475776672363395,26.656673431396428 86.473915100097656,26.654064178466797 86.469192504882869,26.656425476074219 86.460243225097713,26.662017822265682 86.457015991210994,26.662763595581168 86.453285217285099,26.66587066650402 86.456512451171989,26.66587066650402 86.455520629882926,26.670095443725586 86.458129882812557,26.67680740356451 86.455894470214901,26.680534362793026 86.459121704101619,26.684263229370174 86.452163696289062,26.6878662109375 86.451919555664176,26.690103530883846</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Brahmagaughadi</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.463226318359375,26.710235595703125 86.476150512695426,26.703151702880973 86.481620788574276,26.694826126098633 86.477767944335938,26.694826126098633 86.479385375976676,26.679292678833121 86.478141784667969,26.674942016601562 86.477767944335938,26.670345306396598 86.480003356933594,26.667112350463924 86.477142333984375,26.666740417480469 86.459121704101619,26.665994644165039 86.464347839355412,26.672830581664982 86.465835571289176,26.672456741332951 86.465957641601619,26.671089172363281 86.470680236816406,26.672208786010742 86.476272583007869,26.677677154541016 86.475532531738338,26.687370300293026 86.471176147461051,26.694950103759879 86.470306396484375,26.69544792175293 86.467453002929688,26.688488006591911 86.451919555664176,26.690103530883846 86.453659057617301,26.692464828491268 86.452041625976619,26.694578170776424 86.451667785644588,26.698802947998161 86.458877563476562,26.704023361205998 86.459991455078125,26.706880569458065 86.459373474121207,26.70849609375 86.461235046386776,26.710235595703125 86.463226318359375,26.710235595703125</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">BishnupurPra.Ra</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.178642272949219,26.789026260375977 86.181121826171875,26.783060073852653 86.184974670410156,26.779581069946346 86.190071105956974,26.777591705322209 86.192184448242188,26.772994995117244 86.194671630859375,26.771005630493278 86.204238891601562,26.769266128540096 86.207473754882812,26.770633697509822 86.20871734619152,26.769018173217887 86.208587646484375,26.765911102295036 86.206848144531364,26.756341934204215 86.20188140869152,26.753732681274414 86.194175720214901,26.754974365234489 86.172920227050781,26.751495361328182 86.170936584472713,26.752862930297908 86.172302246093864,26.754726409912109 86.169815063476676,26.758951187133846 86.171806335449219,26.763051986694393 86.168823242187557,26.765041351318359 86.170310974121151,26.76715278625494 86.169570922851619,26.770509719848633 86.172302246093864,26.780202865600643 86.164718627929688,26.78069877624506 86.160369873046875,26.783184051513672 86.162109375000057,26.787906646728516 86.16410064697277,26.787534713745231 86.166587829589957,26.792879104614315 86.175903320312614,26.792133331298828 86.178642272949219,26.789026260375977</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Barchhawa</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.266006469726562,26.786540985107536 86.265754699707145,26.783805847167969 86.269233703613224,26.783060073852653 86.268241882324332,26.781320571899528 86.268989562988395,26.779705047607422 86.270973205566406,26.779581069946346 86.271720886230469,26.778587341308707 86.268989562988395,26.774112701416129 86.269111633300838,26.771627426147518 86.263267517089957,26.763301849365234 86.261901855468807,26.758579254150391 86.260787963867301,26.758951187133846 86.258918762207145,26.755472183227539 86.254570007324219,26.755596160888729 86.251960754394588,26.751619338989258 86.253448486328125,26.750625610351562 86.258674621582088,26.755098342895508 86.263519287109375,26.756093978881779 86.273956298828239,26.752737045288143 86.271972656250057,26.746400833129996 86.268241882324332,26.747642517089901 86.253700256347713,26.747020721435661 86.248855590820312,26.749631881713867 86.251708984375,26.759449005127067 86.250717163086051,26.764047622680664 86.251586914062557,26.766532897949276 86.255195617675838,26.771751403808707 86.257057189941406,26.771875381469727 86.259292602539176,26.774112701416129 86.261283874511719,26.779333114624137 86.262649536132869,26.779953002929801 86.260040283203239,26.780450820922852 86.260910034179744,26.781818389892578 86.262527465820426,26.784675598144588 86.266006469726562,26.786540985107536</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Arnamarampur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.229469299316463,26.745529174804744 86.228469848632812,26.739316940307617 86.224746704101676,26.739067077636776 86.223503112792969,26.736581802368164 86.227729797363338,26.73521614074707 86.223251342773551,26.735090255737418 86.221763610839844,26.731113433837891 86.217414855957031,26.727386474609375 86.212440490722656,26.719184875488281 86.211196899414176,26.719680786132926 86.210205078125057,26.717693328857536 86.207595825195426,26.71806526184082 86.205856323242301,26.71545600891119 86.20188140869152,26.716325759887638 86.204360961914176,26.721048355102653 86.202125549316406,26.723533630371094 86.204986572265625,26.730741500854492 86.205230712890682,26.734842300415039 86.206230163574332,26.73546409606945 86.200386047363281,26.735836029052734 86.197776794433651,26.738571166992301 86.201011657714844,26.745281219482479 86.203369140625114,26.746026992797965 86.206970214843807,26.744287490844783 86.220771789550895,26.742919921875114 86.223625183105582,26.74565505981451 86.229469299316463,26.745529174804744</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Mohanpur Kamalpur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.3890380859375,26.721296310424862 86.394996643066463,26.720302581787166 86.395866394043082,26.721420288085881 86.400588989257926,26.717941284179801 86.399971008300838,26.715951919555664 86.405685424804744,26.715579986572379 86.409538269043026,26.708372116088981 86.407554626464844,26.704893112182674 86.408050537109489,26.703151702880973 86.402206420898438,26.699796676635856 86.400840759277287,26.696441650390568 86.394004821777344,26.691097259521541 86.389160156250114,26.687742233276424 86.386924743652344,26.684635162353572 86.381080627441463,26.682647705078239 86.37412261962902,26.684139251708928 86.379219055175838,26.690973281860352 86.38095855712902,26.696565628051815 86.375366210937557,26.699300765991211 86.379341125488281,26.70576286315918 86.379714965820312,26.709241867065487 86.378219604492244,26.711105346679801 86.380828857421875,26.714336395263672 86.382324218750114,26.722539901733398 86.3890380859375,26.721296310424862</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">NarahaBalkawa</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.288002014160213,26.772125244140739 86.280296325683537,26.758951187133846 86.280418395996151,26.752613067626896 86.278182983398551,26.750625610351562 86.273956298828239,26.752737045288143 86.263519287109375,26.756093978881779 86.258674621582088,26.755098342895508 86.253448486328125,26.750625610351562 86.251960754394588,26.751619338989258 86.254570007324219,26.755596160888729 86.258918762207145,26.755472183227539 86.260787963867301,26.758951187133846 86.261901855468807,26.758579254150391 86.263267517089957,26.763301849365234 86.269111633300838,26.771627426147518 86.268989562988395,26.774112701416129 86.271720886230469,26.778587341308707 86.270973205566406,26.779581069946346 86.274826049804688,26.783184051513672 86.277687072753906,26.782314300537223 86.281784057617301,26.783309936523494 86.286010742187443,26.781694412231559 86.282279968261776,26.774360656738338 86.288002014160213,26.772125244140739</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Navarajpur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.395942687988281,26.594533920288029 86.393013000488224,26.598638534545955 86.398849487304744,26.605348587036133 86.397483825683651,26.607461929321289 86.401214599609318,26.611562728881836 86.400588989257926,26.614048004150447 86.401710510253963,26.614669799804688 86.400222778320426,26.615787506103572 86.402580261230469,26.617155075073299 86.406684875488338,26.614048004150447 86.409042358398381,26.615913391113395 86.40842437744152,26.61752891540533 86.409538269043026,26.620883941650447 86.417121887207088,26.622995376587028 86.420845031738395,26.621877670288086 86.418861389160213,26.614669799804688 86.426940917968864,26.610569000244141 86.426315307617244,26.606964111328239 86.430915832519645,26.606094360351562 86.429794311523551,26.601745605468807 86.432403564453182,26.589193344116154 86.437255859375114,26.588199615478459 86.438743591308707,26.583477020263672 86.436012268066463,26.581985473632756 86.437377929687557,26.58036994934082 86.434272766113281,26.579500198364315 86.435012817382812,26.577884674072209 86.43265533447277,26.572666168212947 86.397338867187557,26.584857940673885 86.39935302734375,26.588697433471737 86.399414062500057,26.590763092041072 86.399513244628906,26.592716217041129 86.399375915527344,26.592792510986328 86.397239685058594,26.595283508300838 86.396293640136719,26.59444618225092 86.395942687988281,26.594533920288029</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Janakinagar</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.365295410156307,26.642257690429631 86.368156433105526,26.638530731201286 86.37064361572277,26.639400482177791 86.378097534179801,26.635547637939453 86.377975463867188,26.634305953979549 86.37548828125,26.633310317993278 86.376731872558651,26.630701065063477 86.375740051269588,26.624984741210994 86.384063720703125,26.616657257080078 86.382324218750114,26.614669799804688 86.366668701171989,26.610321044921932 86.356224060058594,26.615415573120174 86.347648620605469,26.616161346435604 86.352622985839844,26.625232696533203 86.354736328125,26.625606536865234 86.357841491699276,26.629209518432731 86.355850219726562,26.631694793701172 86.360206604003849,26.635049819946403 86.35833740234375,26.638654708862305 86.35833740234375,26.642257690429631 86.361076354980526,26.644371032714787 86.361198425292969,26.643129348754883 86.362190246582088,26.643873214721737 86.365295410156307,26.642257690429631</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">PipraPra.Dha</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.42034912109375,26.709241867065487 86.417366027832088,26.69818115234375 86.417991638183707,26.692712783813477 86.41326904296875,26.688116073608455 86.412399291992244,26.685132980346623 86.404693603515625,26.688735961914119 86.394004821777344,26.691097259521541 86.400840759277287,26.696441650390568 86.402206420898438,26.699796676635856 86.408050537109489,26.703151702880973 86.407554626464844,26.704893112182674 86.409538269043026,26.708372116088981 86.405685424804744,26.715579986572379 86.406311035156364,26.716201782226619 86.410408020019531,26.713964462280273 86.410163879394645,26.711977005004883 86.411773681640625,26.710359573364371 86.42034912109375,26.709241867065487</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Kabilasi</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.354614257812557,26.691595077514762 86.356101989746151,26.690601348877067 86.349639892578182,26.685504913330078 86.350387573242244,26.682895660400447 86.344047546386719,26.684387207031364 86.338951110839901,26.682399749755973 86.338829040527457,26.677925109863395 86.331619262695312,26.659160614013672 86.329383850097713,26.657793045043945 86.32602691650402,26.659408569336051 86.321800231933651,26.655555725097713 86.321426391601619,26.659160614013672 86.323165893554801,26.661521911621037 86.321060180664176,26.663757324218807 86.31919097900402,26.66984748840332 86.3201904296875,26.671586990356502 86.318817138671818,26.673326492309627 86.330749511718807,26.683517456054688 86.332984924316406,26.693832397460938 86.335350036621151,26.693708419799918 86.339698791503963,26.696939468383846 86.343795776367301,26.697311401367244 86.34989166259777,26.69606971740734 86.352500915527401,26.692216873169002 86.354614257812557,26.691595077514762</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Rajpur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.271972656250057,26.746400833129996 86.27109527587902,26.74490928649908 86.265754699707145,26.737701416015625 86.25717926025402,26.738571166992301 86.253204345703068,26.731363296508903 86.243759155273494,26.729125976562557 86.234436035156307,26.730493545532227 86.236671447753906,26.733848571777344 86.227729797363338,26.73521614074707 86.223503112792969,26.736581802368164 86.224746704101676,26.739067077636776 86.228469848632812,26.739316940307617 86.229469299316463,26.745529174804744 86.234436035156307,26.749505996704045 86.248855590820312,26.749631881713867 86.253700256347713,26.747020721435661 86.268241882324332,26.747642517089901 86.271972656250057,26.746400833129996</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Bhaganpur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.512062072753906,26.605722427368164 86.515296936035156,26.601993560791016 86.514549255371094,26.599508285522461 86.507339477539119,26.592176437377987 86.507843017578068,26.589443206787166 86.505355834960881,26.58670806884777 86.499885559082031,26.584098815917912 86.499267578125,26.587081909179744 86.497528076171989,26.588697433471737 86.498023986816463,26.591182708740291 86.493675231933707,26.589193344116154 86.491935729980526,26.586460113525504 86.488456726074276,26.584720611572379 86.488456726074276,26.579376220703125 86.490440368652457,26.574529647827148 86.483978271484489,26.571670532226676 86.482986450195426,26.568937301635856 86.479629516601562,26.568563461303825 86.474662780761719,26.574281692504883 86.474411010742301,26.57776069641119 86.47727203369152,26.588447570800895 86.472297668457088,26.599384307861385 86.47528076171875,26.60037803649908 86.476150512695426,26.604354858398438 86.491683959960938,26.598886489868164 86.498023986816463,26.601993560791016 86.500755310058707,26.60733795166027 86.512062072753906,26.605722427368164</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Aurahi</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.315216064453125,26.643003463745117 86.314224243164176,26.640518188476676 86.316207885742188,26.630825042724666 86.314842224121094,26.62933349609375 86.314964294433707,26.627098083496151 86.307762145996037,26.625606536865234 86.305648803711051,26.623369216919002 86.308006286621094,26.618646621704215 86.295211791992188,26.612930297851562 86.289382934570369,26.61433029174799 86.291976928710938,26.620014190673942 86.289619445800895,26.620634078979606 86.290489196777401,26.621131896972656 86.290855407714901,26.628463745117244 86.295829772949276,26.634553909301758 86.294334411621151,26.637784957885856 86.29496002197277,26.640146255493221 86.297691345214844,26.640518188476676 86.303161621093864,26.644618988037223 86.315216064453125,26.643003463745117</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Bhagawatipur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.479133605957088,26.628339767456055 86.485717773437443,26.626102447509879 86.488327026367301,26.620883941650447 86.480377197265568,26.620262145996151 86.479255676269531,26.612682342529354 86.473663330078239,26.609575271606445 86.459747314453239,26.612060546875057 86.457633972168082,26.604478836059627 86.455268859863338,26.603237152099723 86.455894470214901,26.601621627807617 86.453285217285099,26.600875854492131 86.454528808593807,26.597146987915039 86.451789855957031,26.597892761230469 86.451919555664176,26.595407485961914 86.446197509765739,26.59752082824707 86.447196960449219,26.600006103515682 86.445205688476619,26.603237152099723 86.446449279785156,26.607585906982479 86.448440551757869,26.608705520629996 86.446701049804744,26.612060546875057 86.442848205566406,26.614297866821289 86.444831848144588,26.619392395019531 86.450920104980526,26.623121261596793 86.455146789550895,26.627841949463004 86.456512451171989,26.631570816040096 86.46012115478527,26.634553909301758 86.46012115478527,26.63890266418457 86.457511901855469,26.641761779785156 86.458877563476562,26.643999099731559 86.462478637695312,26.644618988037223 86.464469909668026,26.644123077392578 86.465217590332088,26.642507553100643 86.472419738769531,26.641513824462947 86.472297668457088,26.638530731201286 86.469314575195256,26.636169433593693 86.469688415527287,26.633808135986328 86.471176147461051,26.631818771362362 86.475028991699162,26.631818771362362 86.477638244628963,26.62722206115734 86.479133605957088,26.628339767456055</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Bhawanipur</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.43389892578125,26.730243682861442 86.432777404785213,26.72788238525402 86.433403015136832,26.72577095031744 86.431663513183651,26.722539901733398 86.430290222168026,26.723035812378043 86.427810668945369,26.721172332763672 86.427307128906364,26.71533203125 86.423828125000057,26.710359573364371 86.42034912109375,26.709241867065487 86.411773681640625,26.710359573364371 86.410163879394645,26.711977005004883 86.410408020019531,26.713964462280273 86.406311035156364,26.716201782226619 86.405685424804744,26.715579986572379 86.399971008300838,26.715951919555664 86.400588989257926,26.717941284179801 86.395866394043082,26.721420288085881 86.394996643066463,26.720302581787166 86.3890380859375,26.721296310424862 86.386924743652344,26.72713661193859 86.390899658203239,26.726142883300895 86.391891479492188,26.728628158569279 86.394378662109375,26.729373931884766 86.397857666015682,26.72838020324707 86.399101257324332,26.729747772216797 86.405937194824332,26.729497909545955 86.419235229492244,26.734220504760742 86.42034912109375,26.733474731445312 86.420104980468693,26.731113433837891 86.421966552734489,26.729497909545955 86.421348571777401,26.727510452270565 86.422958374023381,26.726764678955135 86.43389892578125,26.730243682861442</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">PipraPra.Pi</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.321060180664176,26.663757324218807 86.323165893554801,26.661521911621037 86.321426391601619,26.659160614013672 86.321800231933651,26.655555725097713 86.321060180664176,26.650585174560547 86.318077087402344,26.644618988037223 86.315216064453125,26.643003463745117 86.303161621093864,26.644618988037223 86.297691345214844,26.640518188476676 86.29496002197277,26.640146255493221 86.29496002197277,26.642507553100643 86.290359497070426,26.643003463745117 86.290237426757812,26.643999099731559 86.282035827636719,26.64859580993658 86.281661987304688,26.650585174560547 86.285140991210994,26.653568267822379 86.284896850585938,26.654809951782283 86.289863586425781,26.657047271728459 86.290611267089844,26.659284591674862 86.300178527832031,26.664007186889648 86.301300048828125,26.667610168457145 86.300430297851619,26.670593261718807 86.312728881835938,26.66649246215826 86.31695556640625,26.663385391235408 86.321060180664176,26.663757324218807</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Sarswar</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.196289062500057,26.699424743652401 86.199394226074332,26.696317672729549 86.202003479003963,26.69544792175293 86.205734252929688,26.697311401367244 86.211074829101562,26.695074081420898 86.212692260742244,26.696815490722599 86.220024108886662,26.695571899414119 86.231452941894645,26.697187423706055 86.228347778320369,26.687992095947266 86.224617004394531,26.677427291870174 86.222381591796932,26.675937652587834 86.209831237793026,26.671215057373047 86.206474304199162,26.671960830688533 86.205108642578239,26.673948287963867 86.199142456054744,26.675315856933594 86.202499389648438,26.684885025024414 86.199394226074332,26.68861198425293 86.197280883789176,26.697435379028263 86.195419311523381,26.697933197021484 86.195663452148438,26.699176788330192 86.196289062500057,26.699424743652401</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Hanumannagar</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.246246337890682,26.714586257934684 86.249351501464957,26.711851119995117 86.248359680175838,26.709987640380916 86.249473571777401,26.708248138427791 86.257057189941406,26.70862007141119 86.256805419921989,26.706258773803825 86.257926940918082,26.70576286315918 86.256561279296932,26.702531814575309 86.263267517089957,26.701786041259822 86.269111633300838,26.706134796142578 86.270355224609489,26.705265045166129 86.272094726562443,26.703897476196403 86.2723388671875,26.701786041259822 86.26749420166027,26.687618255615234 86.266746520996037,26.685878753662109 86.265632629394531,26.687742233276424 86.263763427734375,26.688116073608455 86.260040283203239,26.686250686645508 86.258049011230526,26.678546905517692 86.250839233398494,26.674072265625114 86.247238159179801,26.673824310302848 86.252456665039062,26.681901931762752 86.255935668945312,26.684761047363395 86.256065368652287,26.68637657165533 86.252334594726619,26.687246322631836 86.238044738769588,26.684263229370174 86.237045288085938,26.68637657165533 86.228347778320369,26.687992095947266 86.231452941894645,26.697187423706055 86.237670898437557,26.706508636474609 86.241645812988338,26.705017089843693 86.243133544921875,26.708124160766545 86.24102783203125,26.709615707397461 86.246246337890682,26.714586257934684</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Pokharbhinda</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.423828125000057,26.710359573364371 86.425323486328182,26.710981369018612 86.428184509277401,26.707004547119254 86.431533813476676,26.70638465881359 86.432777404785213,26.688364028930721 86.425323486328182,26.682149887084961 86.414260864257869,26.683765411376953 86.412399291992244,26.685132980346623 86.41326904296875,26.688116073608455 86.417991638183707,26.692712783813477 86.417366027832088,26.69818115234375 86.42034912109375,26.709241867065487 86.423828125000057,26.710359573364371</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">SilorbaPachhawari</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.332984924316406,26.693832397460938 86.330749511718807,26.683517456054688 86.318817138671818,26.673326492309627 86.3201904296875,26.671586990356502 86.31919097900402,26.66984748840332 86.321060180664176,26.663757324218807 86.31695556640625,26.663385391235408 86.312728881835938,26.66649246215826 86.300430297851619,26.670593261718807 86.298187255859489,26.673948287963867 86.302787780761832,26.684511184692383 86.304405212402401,26.693210601806697 86.305770874023494,26.694950103759879 86.308380126953125,26.695695877075309 86.316337585449162,26.694204330444393 86.318321228027401,26.699176788330192 86.317329406738281,26.702281951904297 86.319320678710994,26.703401565551758 86.322547912597713,26.702903747558707 86.328140258789176,26.700294494628906 86.330749511718807,26.698057174682731 86.330749511718807,26.694204330444393 86.332984924316406,26.693832397460938</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">SirahaN.P.</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.250839233398494,26.674072265625114 86.251464843750114,26.669723510742301 86.242889404296989,26.669723510742301 86.241897583007926,26.665994644165039 86.238662719726676,26.665372848510799 86.235435485839957,26.662515640258903 86.235931396484432,26.661272048950252 86.233695983886832,26.660776138305778 86.236671447753906,26.654314041137809 86.232574462890739,26.648347854614315 86.227851867675781,26.64934158325201 86.224372863769645,26.647726058960075 86.218154907226562,26.635049819946403 86.21579742431652,26.634180068969727 86.211944580078182,26.636045455932674 86.211570739746207,26.633560180664062 86.208961486816349,26.633932113647518 86.207969665527457,26.632564544677791 86.200637817382869,26.633310317993278 86.198150634765625,26.634305953979549 86.192932128906193,26.64027023315424 86.191688537597713,26.633932113647518 86.18833160400402,26.63691520690918 86.186965942382926,26.640768051147518 86.184356689453068,26.641016006469727 86.179382324218864,26.638778686523551 86.178138732910213,26.642507553100643 86.171058654785156,26.645738601684513 86.172424316406307,26.651952743530217 86.178642272949219,26.652076721191463 86.185844421386832,26.655555725097713 86.187835693359375,26.659284591674862 86.191314697265682,26.663385391235408 86.196037292480469,26.664379119873104 86.199020385742301,26.66661643981945 86.200141906738395,26.66922569274908 86.199142456054744,26.675315856933594 86.205108642578239,26.673948287963867 86.206474304199162,26.671960830688533 86.209831237793026,26.671215057373047 86.222381591796932,26.675937652587834 86.224617004394531,26.677427291870174 86.228347778320369,26.687992095947266 86.237045288085938,26.68637657165533 86.238044738769588,26.684263229370174 86.252334594726619,26.687246322631836 86.256065368652287,26.68637657165533 86.255935668945312,26.684761047363395 86.252456665039062,26.681901931762752 86.247238159179801,26.673824310302848 86.250839233398494,26.674072265625114</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">SitapurPra.Ra.</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.432777404785213,26.688364028930721 86.432281494140739,26.682647705078239 86.435516357421989,26.679912567138786 86.440361022949219,26.680410385131836 86.447441101074219,26.683765411376953 86.452163696289062,26.6878662109375 86.459121704101619,26.684263229370174 86.455894470214901,26.680534362793026 86.458129882812557,26.67680740356451 86.455520629882926,26.670095443725586 86.456512451171989,26.66587066650402 86.453285217285099,26.66587066650402 86.457015991210994,26.662763595581168 86.453659057617301,26.661645889282227 86.451667785644588,26.662515640258903 86.447196960449219,26.657419204711914 86.419975280761719,26.646484375 86.415382385253906,26.651578903198242 86.418235778808594,26.654064178466797 86.417243957519474,26.655307769775504 86.417617797851506,26.659284591674862 86.425445556640568,26.663385391235408 86.427436828613338,26.664627075195312 86.426437377929688,26.673202514648438 86.427062988281307,26.67829704284668 86.425323486328182,26.679042816162109 86.425323486328182,26.682149887084961 86.432777404785213,26.688364028930721</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">SonmatiMajhaura</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.511070251464957,26.681404113769531 86.508460998535156,26.678422927856445 86.505851745605526,26.670965194702262 86.488456726074276,26.676433563232479 86.478141784667969,26.674942016601562 86.479385375976676,26.679292678833121 86.477767944335938,26.694826126098633 86.481620788574276,26.694826126098633 86.488327026367301,26.693832397460938 86.493179321289062,26.690849304199332 86.494918823242188,26.683019638061637 86.511070251464957,26.681404113769531</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Sothiyan</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.457511901855469,26.641761779785156 86.46012115478527,26.63890266418457 86.46012115478527,26.634553909301758 86.456512451171989,26.631570816040096 86.455146789550895,26.627841949463004 86.450920104980526,26.623121261596793 86.444831848144588,26.619392395019531 86.439613342285156,26.619890213012752 86.435264587402401,26.624238967895508 86.427810668945369,26.624860763549748 86.427810668945369,26.628091812133846 86.431159973144474,26.630701065063477 86.438125610351619,26.637411117553825 86.446327209472713,26.637660980224609 86.449180603027401,26.640642166137695 86.449310302734375,26.64598655700695 86.451667785644588,26.64859580993658 86.457511901855469,26.641761779785156</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">ThalahaKataha</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.243759155273494,26.729125976562557 86.244628906249943,26.725894927978629 86.248725891113338,26.72502517700201 86.246116638183707,26.723409652710018 86.245872497558651,26.721296310424862 86.242767333984375,26.71744346618658 86.248977661132926,26.717817306518555 86.246246337890682,26.714586257934684 86.24102783203125,26.709615707397461 86.236923217773494,26.711603164672852 86.232078552246094,26.710609436035156 86.219154357910213,26.713466644287223 86.221511840820426,26.7183132171632 86.224990844726562,26.721420288085881 86.220893859863338,26.721918106079102 86.216667175293026,26.718439102172852 86.212440490722656,26.719184875488281 86.217414855957031,26.727386474609375 86.221763610839844,26.731113433837891 86.223251342773551,26.735090255737418 86.227729797363338,26.73521614074707 86.236671447753906,26.733848571777344 86.234436035156307,26.730493545532227 86.243759155273494,26.729125976562557</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Vidhyanagar</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.386924743652344,26.684635162353572 86.386550903320312,26.679292678833121 86.382698059082145,26.673948287963867 86.382942199707031,26.672332763671932 86.384315490722713,26.671710968017692 86.383689880371094,26.668231964111385 86.382575988769531,26.667984008789176 86.378349304199219,26.669473648071346 86.374740600585938,26.664876937866325 86.355979919433707,26.661024093627987 86.358467102050895,26.667112350463924 86.347648620605469,26.669349670410099 86.3480224609375,26.678049087524414 86.347152709960994,26.679292678833121 86.3480224609375,26.681032180786076 86.350761413574276,26.680908203125057 86.368408203124943,26.67891883850109 86.370521545410156,26.682273864746207 86.37412261962902,26.684139251708928 86.381080627441463,26.682647705078239 86.386924743652344,26.684635162353572</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> <Placemark> <Style><LineStyle><color>ff0000ff</color></LineStyle><PolyStyle><fill>0</fill></PolyStyle></Style> <ExtendedData><SchemaData schemaUrl="#NPL_adm4"> <SimpleData name="ZONE">Sagarmatha</SimpleData> <SimpleData name="DISTRICT">Siraha</SimpleData> <SimpleData name="VDC">Bhokraha</SimpleData> </SchemaData></ExtendedData> <Polygon><outerBoundaryIs><LinearRing><coordinates>86.153411865234489,26.796482086181584 86.166587829589957,26.792879104614315 86.16410064697277,26.787534713745231 86.162109375000057,26.787906646728516 86.160369873046875,26.783184051513672 86.156272888183707,26.78430366516119 86.148689270019474,26.783060073852653 86.147201538085938,26.78828048706049 86.152046203613338,26.793498992919979 86.153411865234489,26.796482086181584</coordinates></LinearRing></outerBoundaryIs></Polygon> </Placemark> </Folder> <Schema name="NPL_adm4" id="NPL_adm4"> <SimpleField name="ZONE" type="string"></SimpleField> <SimpleField name="DISTRICT" type="string"></SimpleField> <SimpleField name="VDC" type="string"></SimpleField> </Schema> </Document></kml>
175.19802
4,121
0.850218
6c437eb0ad7642649f36d5b4ab23ab8baa8af145
341
xml
XML
app/src/main/res/values/dimen.xml
r4dixx/LiterallyHelloWorld
5e88568b1b03c43ad99e71635b0db505603bf37c
[ "MIT" ]
5
2018-02-19T12:58:13.000Z
2018-10-22T18:58:48.000Z
app/src/main/res/values/dimen.xml
r4dixx/LiterallyHelloWorld
5e88568b1b03c43ad99e71635b0db505603bf37c
[ "MIT" ]
10
2019-07-10T04:36:58.000Z
2020-05-29T04:21:10.000Z
app/src/main/res/values/dimen.xml
r4dixx/LiterallyHelloWorld
5e88568b1b03c43ad99e71635b0db505603bf37c
[ "MIT" ]
1
2018-02-25T00:39:39.000Z
2018-02-25T00:39:39.000Z
<?xml version="1.0" encoding="utf-8"?> <resources> <dimen name="spacing_regular">16dp</dimen> <dimen name="spacing_medium">24dp</dimen> <dimen name="spacing_big">36dp</dimen> <dimen name="text_size_regular">18sp</dimen> <dimen name="text_size_medium">24sp</dimen> <dimen name="text_size_big">32sp</dimen> </resources>
37.888889
48
0.692082
e192e980198bdda8bffc42255cbde36d59642a91
47,699
xml
XML
N03154.xml
textcreationpartnership/N03154
0162eb964e51a2d997b5b84aa55912b6f0d5f6ba
[ "CC0-1.0" ]
null
null
null
N03154.xml
textcreationpartnership/N03154
0162eb964e51a2d997b5b84aa55912b6f0d5f6ba
[ "CC0-1.0" ]
null
null
null
N03154.xml
textcreationpartnership/N03154
0162eb964e51a2d997b5b84aa55912b6f0d5f6ba
[ "CC0-1.0" ]
null
null
null
<TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>The charge of the Honourable James De Lancey, Esqr. chief justice of the province of New-York, to the gentlemen of the grand-jury for the city and county of New-York, on Tuesday the 15th of October, 1734.</title> <author>De Lancey, James, 1703-1760.</author> </titleStmt> <extent>Approx. 25 KB of XML-encoded text transcribed from 9 1-bit group-IV TIFF page images.</extent> <publicationStmt> <publisher>Text Creation Partnership,</publisher> <pubPlace>Ann Arbor, MI :</pubPlace> <date when="2011-05">2011-05.</date> <idno type="DLPS">N03154</idno> <idno type="TCP">N03154</idno> <idno type="STC">Evans 3812</idno> <idno type="NOTIS">APX9400</idno> <idno type="IMAGE-SET">3812</idno> <idno type="EVANS-CITATION">99026376</idno> <availability> <p>This keyboarded and encoded edition of the work described above is co-owned by the institutions providing financial support to the Early English Books Online Text Creation Partnership. This Phase I text is available for reuse, according to the terms of <ref target="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons 0 1.0 Universal</ref>. The text can be copied, modified, distributed and performed, even for commercial purposes, all without asking permission.</p> </availability> </publicationStmt> <seriesStmt> <title>Early American Imprints, 1639-1800 ; no. 3812.</title> </seriesStmt> <notesStmt> <note>(Evans-TCP ; no. N03154)</note> <note>Transcribed from: (Readex Archive of Americana ; Early American Imprints, series I ; image set 3812)</note> <note>Images scanned from Readex microprint and microform: (Early American imprints. First series ; no. 3812)</note> </notesStmt> <sourceDesc> <biblFull> <titleStmt> <title>The charge of the Honourable James De Lancey, Esqr. chief justice of the province of New-York, to the gentlemen of the grand-jury for the city and county of New-York, on Tuesday the 15th of October, 1734.</title> <author>De Lancey, James, 1703-1760.</author> </titleStmt> <extent>8 p. </extent> <publicationStmt> <publisher>Printed and sold by William Bradford in New-York,,</publisher> <pubPlace>[New York] :</pubPlace> <date>1734.</date> </publicationStmt> <notesStmt> <note>A continuation of Gov. William Cosby's attack on the liberty of the press, which culminated, the following year, in the trial of John Peter Zenger for seditious libel. It contains the text of two "scandalous songs," one of which was written by Lewis Morris.</note> <note>Caption title.</note> <note>Imprint from colophon, p. 8</note> </notesStmt> </biblFull> </sourceDesc> </fileDesc> <encodingDesc> <projectDesc> <p>Created by converting TCP files to TEI P5 using tcp2tei.xsl, TEI @ Oxford. </p> </projectDesc> <editorialDecl> <p>EEBO-TCP is a partnership between the Universities of Michigan and Oxford and the publisher ProQuest to create accurately transcribed and encoded texts based on the image sets published by ProQuest via their Early English Books Online (EEBO) database (http://eebo.chadwyck.com). The general aim of EEBO-TCP is to encode one copy (usually the first edition) of every monographic English-language title published between 1473 and 1700 available in EEBO.</p> <p>EEBO-TCP aimed to produce large quantities of textual data within the usual project restraints of time and funding, and therefore chose to create diplomatic transcriptions (as opposed to critical editions) with light-touch, mainly structural encoding based on the Text Encoding Initiative (http://www.tei-c.org).</p> <p>The EEBO-TCP project was divided into two phases. The 25,363 texts created during Phase 1 of the project have been released into the public domain as of 1 January 2015. Anyone can now take and use these texts for their own purposes, but we respectfully request that due credit and attribution is given to their original source.</p> <p>Users should be aware of the process of creating the TCP texts, and therefore of any assumptions that can be made about the data.</p> <p>Text selection was based on the New Cambridge Bibliography of English Literature (NCBEL). If an author (or for an anonymous work, the title) appears in NCBEL, then their works are eligible for inclusion. Selection was intended to range over a wide variety of subject areas, to reflect the true nature of the print record of the period. In general, first editions of a works in English were prioritized, although there are a number of works in other languages, notably Latin and Welsh, included and sometimes a second or later edition of a work was chosen if there was a compelling reason to do so.</p> <p>Image sets were sent to external keying companies for transcription and basic encoding. Quality assurance was then carried out by editorial teams in Oxford and Michigan. 5% (or 5 pages, whichever is the greater) of each text was proofread for accuracy and those which did not meet QA standards were returned to the keyers to be redone. After proofreading, the encoding was enhanced and/or corrected and characters marked as illegible were corrected where possible up to a limit of 100 instances per text. Any remaining illegibles were encoded as &lt;gap&gt;s. Understanding these processes should make clear that, while the overall quality of TCP data is very good, some errors will remain and some readable characters will be marked as illegible. Users should bear in mind that in all likelihood such instances will never have been looked at by a TCP editor.</p> <p>The texts were encoded and linked to page images in accordance with level 4 of the TEI in Libraries guidelines.</p> <p>Copies of the texts have been issued variously as SGML (TCP schema; ASCII text with mnemonic sdata character entities); displayable XML (TCP schema; characters represented either as UTF-8 Unicode or text strings within braces); or lossless XML (TEI P5, characters represented either as UTF-8 Unicode or TEI g elements).</p> <p>Keying and markup guidelines are available at the <ref target="http://www.textcreationpartnership.org/docs/.">Text Creation Partnership web site</ref>.</p> </editorialDecl> <listPrefixDef> <prefixDef ident="tcp" matchPattern="([0-9\-]+):([0-9IVX]+)" replacementPattern="http://eebo.chadwyck.com/downloadtiff?vid=$1&amp;page=$2"/> <prefixDef ident="char" matchPattern="(.+)" replacementPattern="https://raw.githubusercontent.com/textcreationpartnership/Texts/master/tcpchars.xml#$1"/> </listPrefixDef> </encodingDesc> <profileDesc> <langUsage> <language ident="eng">eng</language> </langUsage> <textClass> <keywords scheme="http://authorities.loc.gov/"> <term>Zenger, John Peter, 1697-1746.</term> <term>Morris, Lewis, 1671-1746. -- Song made upon the election of new magistrates for this city.</term> <term>Seditious libel -- New York (State).</term> <term>New York (State) -- Politics and government -- To 1775.</term> </keywords> </textClass> </profileDesc> <revisionDesc> <change> <date>2009-01</date> <label>TCP</label>Assigned for keying and markup</change> <change> <date>2009-02</date> <label>SPi Global (Manila)</label>Keyed and coded from Readex/Newsbank page images</change> <change> <date>2010-01</date> <label>Olivia Bottum</label>Sampled and proofread</change> <change> <date>2010-01</date> <label>Olivia Bottum</label>Text and markup reviewed and edited</change> <change> <date>2010-04</date> <label>pfs.</label>Batch review (QC) and XML conversion</change> </revisionDesc> </teiHeader> <text xml:lang="eng"> <body> <div type="text"> <pb facs="unknown:003812_0000_10025F74CF5F5550"/> <pb n="1" facs="unknown:003812_0001_10025F7756851748"/> <head>THE CHARGE OF The Honourable James De Lancey, Eſqr. Chief <gap reason="illegible" resp="#PDCC" extent="1 span"> <desc>〈…〉</desc> </gap> Province of <hi>New-York,</hi> TO The <gap reason="illegible" resp="#PDCC" extent="1 span"> <desc>〈…〉</desc> </gap> Grand-Jury for the City and County <gap reason="illegible" resp="#PDCC" extent="1 span"> <desc>〈…〉</desc> </gap> <gap reason="illegible" resp="#PDCC" extent="2 letters"> <desc>••</desc> </gap>eſday the 15th of <hi>October,</hi> 1734</head> <head type="sub"> <list> <head>The NAMES of the JURORS are as follow, <hi>viv.</hi> </head> <item> <hi>James Rooſevelt,</hi> </item> <item> <hi>Abraham Lynſen,</hi> </item> <item> <hi>John Groesbeck,</hi> </item> <item> <hi>Nathaniel Marſt<gap reason="illegible" resp="#PDCC" extent="2 letters"> <desc>••</desc> </gap>,</hi> jun.</item> <item> <hi>Peter de Peyſter,</hi> </item> <item> <hi>Banand Reynders,</hi> </item> <item> <hi>George Thomas,</hi> </item> <item> <hi>Stephen Cortland.</hi> </item> <item> <hi>Robert Wats,</hi> Fore-man,</item> <item> <hi>John Moore,</hi> </item> <item> <hi>David Clarkſon,</hi> </item> <item> <hi>Enoch Stephenſon,</hi> </item> <item> <hi>James Fauiezer,</hi> </item> <item> <hi>Abraham Boelen,</hi> </item> <item> <hi>Anthony Duane,</hi> </item> <item> <hi>James Livingſton,</hi> </item> </list> Printed at the Requeſt of the ſaid GRAND-JURORS.</head> <opener> <salute>Gentlemen of the Grand-Jury;</salute> </opener> <p>YOU are now met here for the Service of this City and County, and in order that you may be better enabled to perform this Service, and diſcharge the Duty inc<gap reason="illegible" resp="#PDCC" extent="3 letters"> <desc>•••</desc> </gap>bent on you, I ſhall ſay ſomething to you of the Oath you have taken, to declare the Nature of it, and what is required thereby, at your hands, and then I ſhall proceed to mention and explain to you ſome of the Offences that are to be the ſubject of your Enquiries.</p> <p> <pb n="2" facs="unknown:003812_0002_10025F78D9282B98"/>Before I enter into the Particulars of your Oath, it may not, I think, be improper to ſay ſomething, in the firſt place, of the Nature of <hi>Oath<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap> </hi> in general.</p> <p>An <hi>Oath</hi> then is a Religious Aſſeveration, by which we either Re<g ref="char:EOLhyphen"/>nounce the Mercy, or imprecate the Vengeance of Heaven, if we ſpeak not the Truth. This appears from the form of words in which it is expreſſed, to wit, <hi>So help you God.</hi> This is look'd upon as the moſt Sacred Tye, the ſtrongeſt Band on Mens Minds, the ſureſt and beſt means to find out and diſcover the Truth; for it is not to be imagined, though ſome few may poſſibly be found ſo hardned in ſin, that Men in general will be ſo daring as to appeal to the GOD of Infinite Knowledge and Power, for the Truth of what they ſay, and yet Corruptly and Will<g ref="char:EOLhyphen"/>fully Perjure themſelves. Gods Infinite Knowledge muſt diſcern the Crime, and by his Power he will certainly puniſh the Breach o<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap> his expreſs Command which he has given, <hi>Ye ſhall not Swear Falſly by my Name, Neither shalt thou Profane the Name of thy God,</hi>—He that Sweareth unto his Neighbour, and diſappointeth him not, though it were to his own Hindrance, is part of the Character of a <hi>Juſt Man, and one who should dwell in the Tabernacle of the Lord,</hi> — Even the Heathens have abhorred <hi>Perjury</hi> as an Odious Crime, looking on it as the greateſt Impiety towards their Gods, and a Diſſolution of the ſtrongeſt Band of Human Society, of which many Inſtances might be given; but I rather chuſe to exhort you to your <hi>Duty</hi> by Motives drawn <hi>from the Precepts of the Law of GOD.</hi> </p> <p>NOW, as to your <hi>OATH,</hi> the firſt Things required in it, are <hi>Diligence</hi> in your <hi>Enquiries,</hi> and <hi>Truth</hi> in your <hi>Preſentments. You shall Diligently Enquire, and True Preſentment make. Diligence</hi> is to ſpur you on in finding out <hi>Offenders,</hi> that their <hi>Crimes</hi> may be <hi>Detected,</hi> and that they may be brought to <hi>Condign Punishment,</hi> according to their Demerits, and <hi>Truth</hi> is to be your <hi>Guide,</hi> the <hi>Compaſs</hi> you are to ſteer by, that the <hi>Innocent</hi> be not called into <hi>Judgment,</hi> and that the <hi>Guilty</hi> eſcape Not.</p> <p>AND this <hi>Enquiry</hi> is to be of all ſuch Matters as ſhall be given you in <hi>Charge,</hi> or ſhall come to your <hi>Knowledge;</hi> for as you are choſen from the different Parts of this City, it is to be preſumed, that you muſt have heard of moſt Things which happen within it.</p> <p>NEXT follows, <hi>The King's Counſel, your Fellows and your Own, you ſhall keep Secret.</hi> By the <hi>King's Counſel</hi> is to be underſtood the <hi>Evidence</hi> of the <hi>Witneſſes</hi> who are brought before you, which ought not to be diſcloſed by any of you, but is to be kept Secret, and concealed from the Party concerned, and all others. For, tho' poſſibly at this time there may not be ſufficient Evidence againſt an <hi>Offender,</hi> yet upon a farther Enquiry and Examination, a ſucceeding <hi>Grand Jury</hi> may find Matter enough againſt him to ground an <hi>Indictment</hi> on; and therefore the Par<g ref="char:EOLhyphen"/>ticulars ought to be kept Secret, l<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>ſt the Diſcovery prove an Occaſion of the <hi>O<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap> eſcaping.</hi> As you are to keep the <hi>King's Counſel,</hi> ſo are you <gap reason="illegible" resp="#PDCC" extent="1 span"> <desc>〈…〉</desc> </gap> <hi> <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>ellows</hi> and <hi>your Own to keep Secret.</hi> You are Not to <pb n="3" facs="unknown:003812_0003_10025F7A5FF1E6F8"/> Reveal, for the ſame Reaſons, what has been <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> or Adviſed among <hi>your Selves;</hi> for beſides the <hi>Obligation</hi> of your <hi>Oath,</hi> it is an <hi>Offence</hi> puniſhable by <hi>Fine</hi> and <hi>Impriſonment,</hi> for any of the <hi>Grand Jury</hi> to diſcloſe the <hi>Perſons Indicted,</hi> or the <hi>Evidence againſt them.</hi> </p> <p>THE Next thing conſiderable in your <hi>Oath</hi> is, <hi>The Temper of Mind you ought to bear in all your Enquiries.</hi> You are not to ſuffer <hi>Malice</hi> or <hi>Ill-Will</hi> ſo far to prevail with you, as, without juſt Cauſe, to <hi>Preſent</hi> an <hi>Innocent Perſon,</hi> neither ought <hi>Love, Fear, Favour, Affection, Reward</hi> or <hi>Hopes</hi> thereof, ſway you to leave any thing <hi>Unpreſented;</hi> for your <hi>Oath</hi> ought to out-weigh any Conſiderations: And you ought to <hi>Preſent</hi> things Truly, as they come to your Knowledge. <hi>Truth</hi> is the <hi>Rule</hi> you are to walk by, and is the moſt Eſſential part of your <hi>Duty,</hi> and if of ſo much Conſideration in the Service to which you are now choſen, that it forms the Beginning and Concluſion of the Oath you have taken. And all this that is required of you, is to be performed accor<g ref="char:EOLhyphen"/>ding to the beſt of your <hi>Skill</hi> and <hi>Knowledge.</hi> </p> <p>Now as ſome general Notion of what the Law declares to be <hi>Offences,</hi> is requiſite to this End, it is the Office of Us who ſit here, to aſſiſt and direct you. And this leads me to mention ſome Particulars.</p> <p> <hi>Gentlemen;</hi> </p> <p>We commonly divide <hi>Offences</hi> as they relate to the Perſons againſt whom they are committed; and they are ſaid to be either againſt the <hi>Supreme Being, GOD,</hi> or againſt <hi>MAN.</hi> As to Offences againſt <hi>God,</hi> they may be conſidered under <hi>Two Heads.</hi> They are either ſuch as, although in themſelves they are <hi>Crimes</hi> of the <hi>deepeſt Dye,</hi> yet as they have not ſo direct a tendency, as ſome others, to <hi>Subvert Civil Society,</hi> our Laws have not provided Puniſhments ſuitable to them, but they are left to that <hi>Tribunal</hi> at which they are moſt properly Cognizable, and to that <hi>Judge</hi> to whom <hi>Vengeance</hi> belongeth. Or, <hi>Secondly,</hi> They are ſuch as at the ſame time that they are <hi>high Offences</hi> againſt <hi>God</hi> have alſo an immediate and manifeſt tendency to <hi>Overthrow the Peace</hi> and <hi>Deſ<gap reason="illegible" resp="#PDCC" extent="3 letters"> <desc>•••</desc> </gap> the Well-being of every Community.</hi> The latter <hi>(Gentlemen)</hi> are the <hi>Object of Human Laws;</hi> Not that theſe can add any weight or Authority to the <hi>Divine Law,</hi> but becauſe <hi>Temporal Punishments</hi> being nearer in view, are apt to work more ſtrongly on weak and inconſiderate Minds than the diſtant, though far <hi>greater Punishments of another Life.</hi> Under this Head I think it not improper to place <hi>Perjury,</hi> or <hi>Breach of Oath,</hi> which I touched before. This is a <hi>Crime</hi> of a <hi>moſt Odious</hi> and <hi>Deteſtable Nature;</hi> it is the <hi>higheſt Indignity</hi> and <hi>Affront to God,</hi> and it <hi>looſens</hi> and <hi>diſſolves</hi> the <hi>Bands of Society;</hi> for if Men lay aſide all reſpect to the <hi>Obligation of an Oath,</hi> there muſt be an end of all <hi>Con<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>s of Judi<g ref="char:EOLhyphen"/>cature:</hi> We have no other Mean to judge of <hi>Right</hi> or <hi>Wrong, Truth</hi> or <hi>Falshood;</hi> nor any Security left for our <hi>Lives, Liberties</hi> and <hi>Properties;</hi> All muſt run into Confuſion, when the <hi>Reverence</hi> for this <hi>Solemn Appeal</hi> to <hi>Almighty God</hi> is once <hi>extinguished</hi> in Mens Minds. This cannot be too often <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>nculcated, and requires your utmoſt Diligence.</p> <p> <hi>Offences</hi> againſt <hi>Man,</hi> are of Two ſorts, they are either more immediately againſt the <hi>King,</hi> or more immediately againſt the <hi>Subject.</hi> </p> <p> <pb n="4" facs="unknown:003812_0004_10025F7CD862D028"/> <hi>Offences</hi> againſt the <hi>King</hi> more immediately, are <hi>High-Treaſons</hi> are <hi>Miſpriſions of Treaſons.</hi> Under this Head I ſhall only mention are ſ<gap reason="illegible" resp="#PDCC" extent="2 letters"> <desc>••</desc> </gap>t, and that is <hi>Levying War againſt the King;</hi> and to this Purpoſe I ſhall read a Paragraph or two <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>ut of <hi>Howk<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>s's He<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>s of the Crown,</hi> Chapter <hi>of Treaſons, Sect.</hi> 23, and 25. where recounting what Acts ſhall be ſaid to amount to a <hi>Levying of War againſt the King,</hi> he ſays, <q>That not only theſe who directly Rebel againſt the King, and take up <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>c<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap> <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> him, but alſo in many other Caſes, thoſe who in a Violent are I<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>ble Manner with-ſtand his Lawful Authority, or endeavour to Reform his Government, are ſaid to <hi>Levy War againſt him." And that</hi> "theſe alſo who make an Inſurrection in order to Redreſs a Publick G<gap reason="illegible" resp="#PDCC" extent="4 letters"> <desc>••••</desc> </gap>ce, whether it be a real or pretended One, end of their own Authority <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap>, with Force, to Redreſs it, are ſaid to <hi>Levy War againſt the King,</hi> although they have no direct Deſign againſt his Perſon, <gap reason="illegible" resp="#PDCC" extent="2 letters"> <desc>••</desc> </gap>ſ<gap reason="illegible" resp="#PDCC" extent="2 letters"> <desc>••</desc> </gap>th as they Inſolently invade his Prerogative, by Attempting to do that by Private Authority, which he <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>y Publick Juſtice ought to do, which manifeſtly tends to a down right <hi>Rebellion.</hi> As where great Numbers by <gap reason="illegible" resp="#PDCC" extent="3 letters"> <desc>•••</desc> </gap>ce Attempt to Remove certain Perſons from the King, or to lay violent Hands on a Privy Counſeller, or to Revenge themſelves againſt a Magiſtrate for Executing <gap reason="illegible" resp="#PDCC" extent="2 letters"> <desc>••</desc> </gap>s Office, or to bring down the Price of Vic<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>als, or to Reform the Law or Religion, or to pull down all B<gap reason="illegible" resp="#PDCC" extent="2 letters"> <desc>••</desc> </gap>dy-Houſes, or to Remove all Incloſures in general, <hi>&amp;c.</hi> </q> </p> <p>I Now Proceed to thoſe <hi>Offences</hi> more immediately againſt the <hi>Subject.</hi> </p> <p>The higheſt of theſe is <hi>Petty Treaſon,</hi> which is, where a Wife Mur<g ref="char:EOLhyphen"/>ders her Husband, or a Servant his Maſter. Now becauſe of the Obedience they owe, and the Subjection they are under, reſpectively, the Law loo's upon this as a higher Crime than any other Murder.</p> <p>Next to <hi>Treaſons</hi> are <hi> <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>elonies.</hi> And herein, <hi>firſt,</hi> of <hi>Homicide,</hi> which is the <hi> <gap reason="illegible" resp="#PDCC" extent="2 letters"> <desc>••</desc> </gap>ling of a Man,</hi> <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>s the word imports: Every <hi> <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>cide</hi> is Voluntary or Involuntary. Of <hi>Voluntary Homicides,</hi> the faſt <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> <hi>Murder,</hi> which is the <hi> <gap reason="illegible" resp="#PDCC" extent="2 letters"> <desc>••</desc> </gap>l<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>mo<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>s killing</hi> of another with <hi>Malice fore-thought;</hi> this is a very <hi>h<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>m<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>s Crime,</hi> and in the Indictment is frequently and <hi>To be done by the Inſtigation of the <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>vil,</hi> and as <hi>Not having the Fear of God before his <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>s.</hi> The Law of God ſays, <hi>Thou shalt do no Murder,</hi> and declares, <hi>Whoſo sh<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>dd<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>th Mans Blood, by Men shall his I leed be shed:</hi> If one give another a Mortal Wound, whereof he dyeth within a year and a Day, this is <hi>Murder,</hi> if done <hi>Maliciouſly.</hi> Of <hi>Malice</hi> there are Two ſorts, <hi>Expreſs</hi> or <hi>implyed. Expreſs</hi> is, where it is known, and may be proved, that there was a <hi>former G<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>u<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>ge,</hi> ſome <hi>pre<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>dent Ill-Will</hi> between the Parties. <hi>Implyed,</hi> is, when one Man kills another <hi>without any <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> Provocation.</hi> And here it is proper to obſerve, That <hi>No <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap>. No Words, No Language,</hi> though never ſo Opprebious and <gap reason="illegible" resp="#PDCC" extent="1 span"> <desc>〈…〉</desc> </gap> will juſtifie or excuſe <hi>Murder.</hi> If a Priſoner by the hard Uſage of the <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap>, come to an Un<gap reason="illegible" resp="#PDCC" extent="3 letters"> <desc>•••</desc> </gap>ly End, it is <hi>Murder.</hi> </p> <p> <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>r is another ſort of <hi>Voluntary Homicide,</hi> as where two Men <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> of a ſudden, without any <hi>Malice prec<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>nt,</hi> and in the S<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>uffle one of their <gap reason="illegible" resp="#PDCC" extent="3 letters"> <desc>•••</desc> </gap>rn.</p> <p> <pb n="5" facs="unknown:003812_0005_10025F7E9929E500"/>Of <hi>Homicide Involuntary,</hi> ſome are <hi>per Infortunium,</hi> i. e. <hi>by Miſchance,</hi> as a Man cutting down a Tree, which accidentally falls upon another, or the Ax flies from the Helve and kills a ſtander by, this is <hi>Chance-medley,</hi> or <hi>Homicide by Miſadventure.</hi> </p> <p>Some are of <hi>Neceſſity,</hi> and of ſeveral ſorts; <hi>Firſt,</hi> In Execution of Juſtice, as an Officer that executes a Criminal in purſuance of a Judg<g ref="char:EOLhyphen"/>ment of a Court that has legal Juriſdiction. <hi>Secondly,</hi> For Advancement of Juſtice, as where a Sheriff is going to Arreſt a Perſon indicted of Felony, he may juſtifie the Killing him, if he will not ſuffer himſelf to be Arreſted, but defends himſelf, ſo that the Officer cannot take him without killing him.</p> <p>Some <hi>Homicides</hi> are juſtifiable, as if any Perſon Feloniouſly attempts to Rob or Murder another in or near the High-way, which is a com<g ref="char:EOLhyphen"/>mon Paſſage that ought to be free and open to all Travellers, he may juſtifie the killing him. The ſame of an Attempt in the Night, to Rob a Houſe; for a Mans Houſe is his Caſtle, and the Law allows him to Defend himſelf in it, <hi>ſe defendendo,</hi> for the Killing a Man in the juſt Defence of Ones Self, is a <hi>Homicide Excuſeable.</hi> This is founded on a Primary Law of Nature, which teaches us to be watchful of our own Preſervation, and ſo excuſes Reſiſtance againſt an Unlawful Attempt on our Lives. But herein the Law is very careful not to give way to the ſheding of Blood; for no one is excuſable in this caſe, if he could by any means avoid it, without endangering himſelf, and he is obliged by our Law to retire back to the Wall, before he may make uſe of this Law of <hi>Self-Preſervation,</hi> unleſs he be ſo fiercely aſſaulted, that he cannot. This ought always to be done <hi> <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> Moderamine inculputae tatelae, m<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>erly to preſerve his own Life.</hi> </p> <p>In all caſes of <hi>Homicides,</hi> the Law chiefly reſpects the Intention; for <hi>effectio tua nomen impo<gap reason="illegible" resp="#PDCC" extent="2 letters"> <desc>••</desc> </gap> operi<gap reason="illegible" resp="#PDCC" extent="3 letters"> <desc>•••</desc> </gap>,</hi> i. e. The Intention give the Deno<g ref="char:EOLhyphen"/>mination to every Action; and this is ſo much regarded by the Law, that Perſons incapable of any, can<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap> commit Murder, as a <hi>Mad-man,</hi> for no Action can be imputed to him, or properly be called his, and the killing another is not Felony in him, it is his Misfortune, and the Hand of God is upon him, but a Man that is <hi>N<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap> compos mentis,</hi> i. e. of <hi>unſound Mind,</hi> his own Act, ſhall not be ſo excuſed, as a <hi>Drunken Man,</hi> if he commits <hi>Murder,</hi> his incapacity of Mind ſhall not avail him, becauſe he brought it upon himſelf, it was his own Folly; and therfore the Law will ſupply the <hi>Malice,</hi> and he ſhall be hanged; <hi>Omne Crimes ebrietas et incendit et de<gap reason="illegible" resp="#PDCC" extent="2 letters"> <desc>••</desc> </gap>t;</hi> i. e. <hi>Drunkenneſs enflames and diſcovers every Crime;</hi> and no Man ſhall be allowed to excuſe one Crime by another. Theſe are the ſeveral kinds of <hi>Homicides,</hi> ſome whereof induce <hi>Forfeiture of Life,</hi> <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> and <hi>Goods,</hi> as <hi>Murder,</hi> ſ<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>m of <hi>Goods</hi> only, and are ſaid in our <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap>, to be excuſeable, becauſe they have their Pardon of courſe, as <hi> <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>cide,</hi> in ones juſt Defence, or by Miſadventure; and ſome of neither, <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> are called <hi>Homicides juſtifiable.</hi> </p> <p> <pb n="6" facs="unknown:003812_0006_10025F8136774878"/>I ſhall ſpeak next of <hi>Felonies</hi> againſt the <hi>Habitation</hi> or <hi>Dwelling</hi> of a <hi>Man,</hi> the firſt of theſe is <hi>Burglary,</hi> which is, where one in the Night time breaks and enters the Dwelling-houſe of another, with intent to commit a <hi>Felony,</hi> although he carries nothing away, yet it is <hi>Burglery;</hi> for as the Day is deſigned for Man to Work and Labour, ſo is the Night for his Reſt, to e<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>able him the better to go through the Buſineſs of the Da<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap> <g ref="char:punc">▪</g> and then the Law takes his Goods into its more immediate Care and Protection, in order to their greater Security: There muſt be a break<g ref="char:EOLhyphen"/>ing; to take out a P<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>ne of Glaſs Window, unlock the Door, draw the Latch, or make a hole in the Wall, theſe are all Breakings. A Man lies in one part of the Houſe, his Servant in another, and between them there is a Door latch'd, and the Servant in the Night time draws the Latch, and enters his Maſters Chamber to Murder him, though he does not effect it, yet it is <hi>Burglary.</hi> As there muſt be a <hi>breaking,</hi> ſo there muſt be an <hi>entring:</hi> Stepping over the Threſhold, putting in the Hand, or a Hook, or a Piſtol, within the Door or Window, all theſe the Law calls <hi>Entrings.</hi> A Thief broke a Pane in a Glaſs-Window, and took our Goods with a Hook, this was found to be <hi>Burglary.</hi> Several Men come to commit a <hi>Burglary,</hi> one breaks and enters, the others ſtay at the Door, or at the Corner of the Street, to watch; they are all guilty of <hi>Burglary:</hi> This by Law ſhall be adjudged the <hi>breaking</hi> and <hi>entring</hi> of them all.</p> <p> <hi>Arſon</hi> is another <hi>Felony</hi> againſt the Habitation of a Man. If any do voluntarily and maliciouſly burn the Dwelling-houſe of another, this is called <hi>Arſon,</hi> and is <hi>Felony.</hi> One <hi>Maliciouſly burns</hi> his own Houſe to the intent to burn another's, if his own be only burnt, then it is a <hi>high Miſde<g ref="char:EOLhyphen"/>meanor;</hi> if the others alſo, then it is <hi>Felony.</hi> </p> <p>The next <hi>Felony</hi> I ſhall mention, is <hi>Robbery,</hi> which is a <hi>Violent</hi> and <hi>Fe<g ref="char:EOLhyphen"/>lonious</hi> taking away from the Perſon of another, Money or Goods, to any Value, <hi>putting him in fear.</hi> If a Thief, with or without a Weapon drawn, bid me deliver my Purſe, and I do it, it is a Taking ſufficient to make it a <hi>Rob<g ref="char:EOLhyphen"/>bery.</hi> If a man ſeeking to make his eſcape, caſt his Purſe into a Buſh, or let his Hat fall off, the Thief takes them up, it is <hi>Robbery.</hi> Taking in the Preſence of the Party, is, in Law, a Taking from the Perſon. If ſeveral come in Company together to Rob, the one only actually does it, and the others are at ſome diſtance, yet all are guilty of the Robbery.</p> <p>Theſe <hi>Felonies</hi> that I have mentioned, are called <hi>Mix'd Larcenies. Simple Larceny</hi> is the <hi>Felonious</hi> and <hi>Fraudulent</hi> taking away by any Perſon, of the the meer Perſonal Goods of another, not from his Perſon, nor out of his Houſe; if this be above the Value of <hi>Twelve Pence,</hi> it is <hi>grand Larceny,</hi> if under, <hi>petty Larceny,</hi> for which the <hi>offender</hi> ſhall be <hi>whipt.</hi> If two ſteal G<gap reason="illegible" resp="#PDCC" extent="2 letters"> <desc>••</desc> </gap>ds to the Value of <hi>Thirteen Pence,</hi> this is <hi>grand Larceny</hi> in both. If one Perſon at ſeveral times, at one time ſteals <hi>four Pence,</hi> at another <hi>ſix Pence,</hi> at ano<g ref="char:EOLhyphen"/>ther <hi>three Pence,</hi> from one Perſon, in all amounting to above <hi>twelve pence,</hi> it is ſaid, all theſe put together in one Indictment, amount to <hi>grand Larceny,</hi> and Judgment of <hi>Death</hi> muſt be given, unleſs in caſes where Clergy is not taken away.</p> <p>Moſt of theſe Offences that I have mentioned are <hi>Capital.</hi> I ſhall only take Notice of one or two which are not Capital, and then diſmiſs you <pb n="7" facs="unknown:003812_0007_10025F82C08D76D8"/> And <hi>firſt,</hi> of Offences which amount to an actual <hi>Breach of the Peace,</hi> they any of two kinds, 1ſt, Such as may be commited by one or two Perſons. 2dly, Such as require a greater Number. Of the <hi>firſt</hi> ſort are <hi>Aſſaults</hi> and <hi> <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> </hi> theſe, if done to Perſons of Note, or may have any ill Conſe<g ref="char:EOLhyphen"/> <gap reason="illegible" resp="#PDCC" extent="3 letters"> <desc>•••</desc> </gap>nces, are worthy of your Enquiry. Of the <hi>ſecond</hi> ſort, are <hi>Riots</hi> and <hi> <gap reason="illegible" resp="#PDCC" extent="5 letters"> <desc>•••••</desc> </gap>ful Aſſemblies.</hi> A <hi>Riot</hi> is, when three or more Perſons, do meet to do <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> unlawful Act of a private Nature, and actually do it; for if it be of a <hi>Publick Nature,</hi> it may amount to that ſpecies of <hi>High-Treaſon,</hi> I before mentioned; but if they meet and do it not, then it is an <hi>unlawful Aſſembly.</hi> </p> <p> <hi>Gentlemen,</hi> I ſhall conclude with reading a Paragraph or two out of the <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> Book, concerning <hi>Libels;</hi> they are arrived to that height, that they <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> for your Annimad verſion, it is high time to put a ſtop to them; <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> at the Rate things are now carried on, when all <hi>Order</hi> and <hi>Go<g ref="char:EOLhyphen"/> <gap reason="illegible" resp="#PDCC" extent="3 letters"> <desc>•••</desc> </gap>ment</hi> is endeavoured to be <hi>Trampled on. Reflections</hi> are caſt upon Per<g ref="char:EOLhyphen"/> <gap reason="illegible" resp="#PDCC" extent="3 letters"> <desc>•••</desc> </gap> of all <hi>Degrees,</hi> muſt not theſe things end in <hi>Sedition,</hi> if not timely <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>enty you have ſeen will not avail, it becomes you then to <gap reason="illegible" resp="#PDCC" extent="1 span"> <desc>〈…〉</desc> </gap> Offenders, that we may in a due courſe of Law be enabled <gap reason="illegible" resp="#PDCC" extent="1 span"> <desc>〈…〉</desc> </gap> if you, <hi>Gentlemen,</hi> do not interpoſe, conſider whether <gap reason="illegible" resp="#PDCC" extent="1 span"> <desc>〈…〉</desc> </gap> that may ariſe from any Diſturbances of the <hi>Publick</hi> <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap>, may not, in part, lye at your door?</p> <p> <hi>Hawkings</hi> in his Chapter of <hi>Libels</hi> conſiders three Points, 1ſt, What ſhall be ſaid to be a <hi>Libel,</hi> 2dly, Who are lyable to be puniſhed for it. 3dly, In what manner they are to be puniſh<gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>d. Under the <hi>firſt,</hi> he ſays, <hi>Sect.</hi> 7. <q>Nor can there be any doubt, but that Writing which defames a private Perſon only, is as much a <hi>Libel</hi> as that which defames Perſons entruſted with a Pub<g ref="char:EOLhyphen"/>lick Capacity, inaſmuch as it manifeſtly tends to create all Blood, and to cauſe a Diſturbance of the publick Peace; however, it is certain, that it is a very high aggravation of a <hi>Libel,</hi> that it tends to ſcandalize the Government, by reflecting on thoſe who are entruſted with the Adminiſtration of publick Affairs, which doth not only endanger the publick Peace, as all other <hi>Libels</hi> do, by ſtiring up the Parties immediately concerned in it, to acts of Revenge, but alſo has a direct tendency to breed in the People a diſlike of their Governours, and incline them to Faction and Sedition.</q> <hi>As to the ſecond Point, he ſays,</hi> Sect. <hi>10.</hi> <q>It is certain, not only be who compoſes or procures another to compoſe it, but alſo that he who publishes, or procures another to publish it, are in danger of being punished for it; And it is ſaid, not to be material whether he who diſperſes a <hi>Libel,</hi> knew any thing of the Contents or Effects of it, or not; for nothing could be more eaſie than to publish the moſt Virulent Papers with the greateſt Security, if the concealing the purport of them from an illiterate Publisher, would make him ſafe in the diſperſing them. Alſo, it hath been ſaid That if he who hath either Read a <hi>Libel</hi> himſelf, or hath heard it Read by another, do afterwards Maliciouſly Read or Repeat any part of it in the preſence of others, or lend or shew it to another, he is guilty of an <g ref="char:V">Ʋ</g>nlaw<g ref="char:EOLhyphen"/>ful Publication of it. Alſo, it hath been holden, that the Copying of a <hi>Libel</hi> shall be a concluſive Evidence of the Publication of it, unleſs the Party <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>n prove, that he delivered it to a Magiſtrate to examine it, in which caſe <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap> <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>ubſiquent is ſaid to explain the Intention precedent. But it ſeems <pb n="8" facs="unknown:003812_0008_10025F84A690B228"/> to be the better Opinion, That he who firſt writes a <hi>Libel,</hi> dictated by another, is thereby guilty of making it, and conſequently puniſhable for the bare Writing; for it was no <hi>Libel</hi> till it was reduced to Writing.</q> </p> <p> <hi>Gentlemen,</hi> </p> <p>You muſt have heard of two <hi>Scandalous Songs</hi> that are handed about, it is your Duty to enquire the Author, Printer and Publiſher of them. Someties heavy half-witted Men get a knack of Rhyming, but it is time to break them of it, when they grow Abuſive, Inſolent and Miſchievous with it.</p> <p>THESE <hi>(Gentlemen)</hi> are ſome of the Offences which are to make Part of your Enquiries, and if any other <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>ould ariſe in the Courſe of your Proceedings, in which you are at <gap reason="illegible" resp="#PDCC" extent="1 word"> <desc>〈◊〉</desc> </gap>, or conceive any Doubts, upon your Application here, We will aſſ<gap reason="illegible" resp="#PDCC" extent="2 letters"> <desc>••</desc> </gap> <gap reason="illegible" resp="#PDCC" extent="1 letter"> <desc>•</desc> </gap>nd direct you.</p> </div> </body> <back> <div type="colophon"> <p>Printed and Sold by <hi>William Bradford</hi> in <hi>New-York,</hi> 1734</p> </div> </back> </text> </TEI>
99.372917
1,081
0.61322
54eb8d6a592f3a23aef28a8ac5dec92f827cd574
2,959
xml
XML
cod/PMC6782082/sections/1_body/2_transition_metal_dichalco/4_p.xml
petermr/crystal
cb461251c440649cfed37e19d415d48df146fb25
[ "CC0-1.0" ]
null
null
null
cod/PMC6782082/sections/1_body/2_transition_metal_dichalco/4_p.xml
petermr/crystal
cb461251c440649cfed37e19d415d48df146fb25
[ "CC0-1.0" ]
null
null
null
cod/PMC6782082/sections/1_body/2_transition_metal_dichalco/4_p.xml
petermr/crystal
cb461251c440649cfed37e19d415d48df146fb25
[ "CC0-1.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <p>The space group of the MoS <sub>2</sub> and WS <sub>2</sub> bulk crystals is <italic>P</italic>6 <sub>3</sub>/ <italic>mmc</italic> (No. 194). In the bulk crystal, the metal atoms occupy the 2 <italic>c</italic> ( <inline-formula> <inline-graphic xlink:href="j-52-01214-efi142.jpg" mimetype="image" mime-subtype="gif" xmlns:xlink="http://www.w3.org/1999/xlink"/> </inline-formula>) position and the sulfur atoms occupy the 4 <italic>f</italic> ( <inline-formula> <inline-graphic xlink:href="j-52-01214-efi143.jpg" mimetype="image" mime-subtype="gif" xmlns:xlink="http://www.w3.org/1999/xlink"/> </inline-formula>) position (Lee <italic>et al.</italic>, 2014 <xref ref-type="bibr" rid="bb25"> ▸</xref>). The layer group of a single layer <inline-formula> <inline-graphic xlink:href="j-52-01214-efi90.jpg" mimetype="image" mime-subtype="gif" xmlns:xlink="http://www.w3.org/1999/xlink"/> </inline-formula> = <inline-formula> <inline-graphic xlink:href="j-52-01214-efi145.jpg" mimetype="image" mime-subtype="gif" xmlns:xlink="http://www.w3.org/1999/xlink"/> </inline-formula> (No. 78) (Milošević <italic>et al.</italic>, 2000 <xref ref-type="bibr" rid="bb27"> ▸</xref>) is isomorphic with the factor group <inline-formula> <inline-graphic xlink:href="j-52-01214-efi95.jpg" mimetype="image" mime-subtype="gif" xmlns:xlink="http://www.w3.org/1999/xlink"/> </inline-formula>, where <inline-formula> <inline-graphic xlink:href="j-52-01214-efi1.jpg" mimetype="image" mime-subtype="gif" xmlns:xlink="http://www.w3.org/1999/xlink"/> </inline-formula> is the space group <inline-formula> <inline-graphic xlink:href="j-52-01214-efi148.jpg" mimetype="image" mime-subtype="gif" xmlns:xlink="http://www.w3.org/1999/xlink"/> </inline-formula> (No. 187), <italic>i.e.</italic> <inline-formula> <inline-graphic xlink:href="j-52-01214-efi90.jpg" mimetype="image" mime-subtype="gif" xmlns:xlink="http://www.w3.org/1999/xlink"/> </inline-formula> is a subgroup of <inline-formula> <inline-graphic xlink:href="j-52-01214-efi1.jpg" mimetype="image" mime-subtype="gif" xmlns:xlink="http://www.w3.org/1999/xlink"/> </inline-formula>. The crystal structure of a single layer is shown in Fig. 6 <xref ref-type="fig" rid="fig6"> ▸</xref>. Atoms in the primitive unit cell of the layer occupy the following Wyckoff positions: Mo (W) 1 <italic>c</italic> ( <inline-formula> <inline-graphic xlink:href="j-52-01214-efi151.jpg" mimetype="image" mime-subtype="gif" xmlns:xlink="http://www.w3.org/1999/xlink"/> </inline-formula>), S 2 <italic>e</italic> ( <inline-formula> <inline-graphic xlink:href="j-52-01214-efi143.jpg" mimetype="image" mime-subtype="gif" xmlns:xlink="http://www.w3.org/1999/xlink"/> </inline-formula>). Note that the layer group of a single layer is also a subgroup of the space group of the bulk crystal. </p>
56.903846
139
0.691788
43af3125f0ec4ce45a6f41ec2d7f8b9af76896a2
2,186
xaml
XML
PalletViewer/PalletViewer/Resourses.xaml
Godis715/Unilever_Hackaton
73e8f63c3846da10f921dc5ef6263d755633ec52
[ "Apache-2.0" ]
null
null
null
PalletViewer/PalletViewer/Resourses.xaml
Godis715/Unilever_Hackaton
73e8f63c3846da10f921dc5ef6263d755633ec52
[ "Apache-2.0" ]
null
null
null
PalletViewer/PalletViewer/Resourses.xaml
Godis715/Unilever_Hackaton
73e8f63c3846da10f921dc5ef6263d755633ec52
[ "Apache-2.0" ]
null
null
null
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:PalletViewer"> <DrawingBrush x:Key="patternBrush" Viewport="0,0,0.1,0.1" TileMode="Tile"> <DrawingBrush.Drawing> <DrawingGroup> <DrawingGroup.Children> <GeometryDrawing Geometry="M0,0.1 L0.1,0 1,0.9, 0.9,1z" Brush="Gray" /> <GeometryDrawing Geometry="M0.9,0 L1,0.1 0.1,1 0,0.9z" Brush="Gray" /> <GeometryDrawing Geometry="M0.25,0.25 L0.5,0.125 0.75,0.25 0.5,0.5z" Brush="#FFFF00" /> <GeometryDrawing Geometry="M0.25,0.75 L0.5,0.875 0.75,0.75 0.5,0.5z" Brush="Black" /> <GeometryDrawing Geometry="M0.25,0.75 L0.125,0.5 0.25,0.25 0.5,0.5z" Brush="#FF0000" /> <GeometryDrawing Geometry="M0.75,0.25 L0.875,0.5 0.75,0.75 0.5,0.5z" Brush="MediumBlue" /> </DrawingGroup.Children> </DrawingGroup> </DrawingBrush.Drawing> </DrawingBrush> <AmbientLight x:Key="SceneLight" Color="#FFFFFFFF"/> <!--<SolidColorBrush x:Key="test" Color="DarkBlue" />--> <!--<DiffuseMaterial x:Key="TestMaterial"> <DiffuseMaterial.Brush> <ImageBrush ImageSource="Resources/Logo_Dove.png"></ImageBrush> </DiffuseMaterial.Brush> </DiffuseMaterial>--> <!--<DiffuseMaterial x:Key="test"> <DiffuseMaterial.Brush> <SolidColorBrush Color="DarkBlue" /> </DiffuseMaterial.Brush> </DiffuseMaterial>--> <Menu x:Key="RedactionLayer" Margin="2" Height="20" Style="{StaticResource MenuStyle}"> <MenuItem Header="Redaction" Width="100"> <MenuItem Header="Flip X" Width="100"/> <!--Click="FlipByX"--> <MenuItem Header="Flip Z" Width="100"/> <!--Click="FlipByZ"--> <MenuItem x:Name="ListLayersToSwap" Header="Swap" Width="100"> </MenuItem> </MenuItem> </Menu> </ResourceDictionary>
42.038462
91
0.560842
e5ae4eb6823fc694bb1992a511bd1bce3c418c58
2,126
xml
XML
src/main/resources/logback-spring.xml
hankaibo/myspringboot
a45dcb64cdcd13e08016f893533ff764ceaf246e
[ "MIT" ]
6
2019-08-27T10:31:14.000Z
2020-06-02T09:14:50.000Z
src/main/resources/logback-spring.xml
hankaibo/amy-java
a45dcb64cdcd13e08016f893533ff764ceaf246e
[ "MIT" ]
null
null
null
src/main/resources/logback-spring.xml
hankaibo/amy-java
a45dcb64cdcd13e08016f893533ff764ceaf246e
[ "MIT" ]
4
2021-11-22T12:39:36.000Z
2022-01-12T03:36:40.000Z
<?xml version="1.0" encoding="UTF-8"?> <!-- 级别依次为【从高到低】:FATAL > ERROR > WARN > INFO > DEBUG > TRACE --> <configuration scan="true" scanPeriod="60 seconds" debug="false"> <contextName>amy</contextName> <property name="log.path" value="./logs"/> <property name="log.name" value="amy"/> <!--输出到控制台--> <appender name="console" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%d{HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n</pattern> </encoder> </appender> <!--输出到文件--> <appender name="file" class="ch.qos.logback.core.rolling.RollingFileAppender"> <!--日志名称,如果没有File 属性,那么只会使用FileNamePattern的文件路径规则 如果同时有<File>和<FileNamePattern>,那么当天日志是<File>,明天会自动把今天 的日志改名为今天的日期。即,<File> 的日志都是当天的。 --> <File>${log.path}/${log.name}.log</File> <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy"> <fileNamePattern>${log.path}/${log.name}.%d{yyyy-MM-dd}.%i.log</fileNamePattern> <maxFileSize>10MB</maxFileSize> <maxHistory>60</maxHistory> <totalSizeCap>1GB</totalSizeCap> </rollingPolicy> <encoder> <charset>UTF-8</charset> <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern> </encoder> </appender> <!-- 开发环境 --> <springProfile name="dev"> <logger name="cn.mypandora.springboot.modular.system.mapper" level="DEBUG" additivity="false"> <appender-ref ref="file"/> </logger> <root level="INFO"> <appender-ref ref="console"/> </root> </springProfile> <!-- 测试环境 --> <springProfile name="test"> <include resource="org/springframework/boot/logging/logback/base.xml"/> <logger name="org.springframework" level="OFF"/> </springProfile> <!-- 生产环境 --> <springProfile name="prod,docker"> <root level="ERROR"> <appender-ref ref="file"/> </root> </springProfile> </configuration>
39.37037
103
0.575729
b3145ef4171511279921a151b0a3f46409af27c6
2,390
xml
XML
attendanceApp/src/main/res/layout/signup_success.xml
SahilLangoo/Attendance-App
3a03962cdbaf13ea205a3bb1d4a98f4e063292e9
[ "Apache-2.0" ]
2
2019-05-15T12:34:28.000Z
2021-04-20T14:51:47.000Z
attendanceApp/src/main/res/layout/signup_success.xml
SahilLangoo/Attendance-App
3a03962cdbaf13ea205a3bb1d4a98f4e063292e9
[ "Apache-2.0" ]
1
2020-04-02T11:45:03.000Z
2020-04-02T11:45:03.000Z
attendanceApp/src/main/res/layout/signup_success.xml
SahilLangoo/Attendance-App
3a03962cdbaf13ea205a3bb1d4a98f4e063292e9
[ "Apache-2.0" ]
1
2019-05-15T11:04:31.000Z
2019-05-15T11:04:31.000Z
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="#EEEEEE"> <LinearLayout android:id="@+id/details" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:background="#303030" android:gravity="center" android:orientation="vertical"> <TextView android:id="@+id/StudentID" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="5dp" android:gravity="center" android:text="ID HERE" android:textColor="#ffffff" android:textSize="24sp" android:textStyle="bold" /> <TextView android:id="@+id/name" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="5dp" android:gravity="center" android:text="NAME HERE" android:textColor="#ffffff" android:textSize="24sp" android:textStyle="bold" /> <TextView android:id="@+id/reg" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="5dp" android:gravity="center" android:text="REG HERE" android:textColor="#ffffff" android:textSize="24sp" android:textStyle="bold" /> <Button android:id="@+id/save" android:layout_width="160dp" android:layout_height="wrap_content" android:layout_gravity="center" android:layout_margin="5dp" android:background="#009688" android:text="Save QR-CODE" android:textColor="#ffffff" android:textStyle="bold" /> <LinearLayout android:id="@+id/code" android:layout_width="match_parent" android:layout_height="487dp" android:layout_margin="30dp" android:background="#EEEEEE" android:orientation="vertical"> </LinearLayout> </LinearLayout> </ScrollView>
33.194444
70
0.583264
fd22e65d4dd242ac9ddd12946b0810153c024416
1,723
xml
XML
doc/install-guide/ch_cinder.xml
Acidburn0zzz/openstack-manuals
fe691cebbc3776e59e4f86f59264cb16ba7a54f5
[ "Apache-2.0" ]
1
2015-04-30T10:38:25.000Z
2015-04-30T10:38:25.000Z
doc/install-guide/ch_cinder.xml
Acidburn0zzz/openstack-manuals
fe691cebbc3776e59e4f86f59264cb16ba7a54f5
[ "Apache-2.0" ]
null
null
null
doc/install-guide/ch_cinder.xml
Acidburn0zzz/openstack-manuals
fe691cebbc3776e59e4f86f59264cb16ba7a54f5
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="ch_cinder"> <title>Add the Block Storage service</title> <para>The OpenStack Block Storage service provides block storage devices to guest instances. The method in which the storage is provisioned and consumed is determined by the Block Storage driver, or drivers in the case of a multi-backend configuration. There are a variety of drivers that are available: NAS/SAN, NFS, iSCSI, Ceph, and more. The Block Storage API and scheduler services typically run on the controller nodes. Depending upon the drivers used, the volume service can run on controllers, compute nodes, or standalone storage nodes. For more information, see the <link xlink:href="http://docs.openstack.org/kilo/config-reference/content/section_volume-drivers.html"> <citetitle>Configuration Reference</citetitle></link>.</para> <note> <para>This chapter omits the backup manager because it depends on the Object Storage service.</para> </note> <xi:include href="../common/section_getstart_block-storage.xml"/> <xi:include href="section_cinder-controller-node.xml"/> <xi:include href="section_cinder-storage-node.xml"/> <xi:include href="section_cinder-verify.xml"/> <section xml:id="section_cinder_next_steps"> <title>Next steps</title> <para>Your OpenStack environment now includes Block Storage. You can <link linkend="launch-instance">launch an instance</link> or add more services to your environment in the following chapters.</para> </section> </chapter>
50.676471
107
0.737667
91e033351575f058cebbda07de9d67aa07dbf1b7
10,932
xml
XML
app/src/main/res/layout/activity_login.xml
zhuangzaiku/NiuwaClient
ec1908e50a6b6e426adcdc69e00e5f3e479f410c
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/activity_login.xml
zhuangzaiku/NiuwaClient
ec1908e50a6b6e426adcdc69e00e5f3e479f410c
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/activity_login.xml
zhuangzaiku/NiuwaClient
ec1908e50a6b6e426adcdc69e00e5f3e479f410c
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <!--<include layout="@layout/layout_top"/>--> <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent" > <SurfaceView android:id="@+id/player_surface" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_centerInParent="true"/> <ImageView android:layout_width="match_parent" android:layout_height="match_parent" android:src="@drawable/mengban" android:scaleType="centerCrop"/> <ImageView android:id="@+id/login_bg_image" android:layout_width="match_parent" android:layout_height="match_parent" android:src="@drawable/login_bg" android:scaleType="centerCrop"/> <ScrollView android:layout_width="match_parent" android:layout_height="match_parent" android:scrollbars="none" android:background="@null"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <ImageView android:layout_width="75dp" android:layout_height="75dp" android:src="@mipmap/icon_xiupai_live" android:layout_gravity="center" android:layout_marginTop="84dp"/> <LinearLayout android:layout_width="match_parent" android:layout_height="52dp" android:layout_marginLeft="40dp" android:layout_marginRight="40dp" android:layout_marginTop="40dp" android:background="@drawable/btn_border_white" android:focusable="true" android:focusableInTouchMode="true" android:gravity="center_vertical"> <ImageView android:layout_width="46dp" android:layout_height="46dp" android:padding="10dp" android:scaleType="centerInside" android:src="@drawable/icon_phone"/> <EditText android:id="@+id/edit_input_mobile" android:layout_width="0dp" android:layout_height="match_parent" android:layout_margin="4dp" android:layout_weight="1" android:background="@null" android:hint="手机号" android:imeOptions="actionDone" android:inputType="phone" android:singleLine="true" android:textColor="@android:color/white" android:textColorHint="@android:color/white" android:textSize="17sp"/> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="52dp" android:layout_marginLeft="40dp" android:layout_marginRight="40dp" android:layout_marginTop="20dp" android:background="@drawable/btn_border_white" android:focusable="true" android:focusableInTouchMode="true" android:gravity="center_vertical"> <ImageView android:layout_width="46dp" android:layout_height="46dp" android:scaleType="centerInside" android:src="@drawable/icon_info_password"/> <EditText android:id="@+id/edit_input_password" android:layout_width="0dp" android:layout_height="match_parent" android:layout_margin="4dp" android:layout_weight="1" android:background="@null" android:hint="密码" android:imeOptions="actionDone" android:inputType="textPassword" android:singleLine="true" android:textColor="@android:color/white" android:textColorHint="@android:color/white" android:textSize="17sp"/> </LinearLayout> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="40dp" android:layout_marginRight="40dp" android:layout_marginTop="20dp"> <TextView android:id="@+id/text_register" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" android:text="注册帐号" android:layout_marginRight="30dp" android:textColor="@android:color/white" android:textSize="17sp"/> <TextView android:id="@+id/text_forget_password" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:text="忘记密码" android:textColor="@android:color/white" android:layout_marginLeft="30dp" android:textSize="17sp"/> </RelativeLayout> <Button android:id="@+id/btn_login" android:layout_width="match_parent" android:layout_height="52dp" android:layout_marginBottom="6dp" android:layout_marginLeft="40dp" android:layout_marginRight="40dp" android:layout_marginTop="20dp" android:background="@drawable/btn_shape_white" android:text="登 录" android:textColor="@color/colorAccent" android:textSize="16sp"/> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="16dp" android:layout_marginLeft="40dp" android:layout_marginRight="40dp" android:layout_marginTop="16dp" android:gravity="center" android:orientation="horizontal"> <View android:layout_width="0dp" android:layout_height="1dp" android:layout_weight="1" android:background="@color/divider_color" android:visibility="gone"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="第三方登录" android:layout_marginLeft="10dp" android:layout_marginRight="10dp" android:textColor="@android:color/white" android:textSize="14sp"/> <View android:layout_width="0dp" android:layout_height="1dp" android:layout_weight="1" android:background="@color/divider_color" android:visibility="gone"/> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="30dp" android:layout_marginRight="30dp"> <LinearLayout android:id="@+id/linear_login_weichat_container" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center" android:orientation="vertical"> <ImageView android:layout_width="50dp" android:layout_height="50dp" android:src="@drawable/icon_wechat"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:text="微信" android:textColor="#969595" android:textSize="16sp" android:visibility="gone"/> </LinearLayout> <LinearLayout android:id="@+id/linear_login_qq_container" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center" android:orientation="vertical"> <ImageView android:layout_width="50dp" android:layout_height="50dp" android:src="@drawable/icon_qq"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:text="QQ" android:textColor="#969595" android:textSize="16sp" android:visibility="gone"/> </LinearLayout> <LinearLayout android:id="@+id/linear_login_sina_container" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center" android:orientation="vertical"> <ImageView android:layout_width="50dp" android:layout_height="50dp" android:src="@drawable/icon_sina"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:text="微博" android:textColor="#969595" android:textSize="16sp" android:visibility="gone"/> </LinearLayout> </LinearLayout> </LinearLayout> </ScrollView> </FrameLayout> </LinearLayout>
40.94382
68
0.516557
f78c30ddb298e9f193e1457c4dc0348b11d98347
1,370
xml
XML
sample data/voc/0_aug_powdery_mildew_0269.xml
Mr-TalhaIlyas/YOLO-v5
2878874bbb798a24bfe4dc3c3c5899cb7b655213
[ "MIT" ]
null
null
null
sample data/voc/0_aug_powdery_mildew_0269.xml
Mr-TalhaIlyas/YOLO-v5
2878874bbb798a24bfe4dc3c3c5899cb7b655213
[ "MIT" ]
null
null
null
sample data/voc/0_aug_powdery_mildew_0269.xml
Mr-TalhaIlyas/YOLO-v5
2878874bbb798a24bfe4dc3c3c5899cb7b655213
[ "MIT" ]
null
null
null
<?xml version="1.0" ?> <annotation> <folder>powdery_mildew</folder> <filename>0_aug_powdery_mildew_0269.jpg</filename> <path>None</path> <source> <database>Unknown</database> </source> <size> <width>600</width> <height>600</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>powdery_mildew</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>287</xmin> <ymin>381</ymin> <xmax>351</xmax> <ymax>426</ymax> </bndbox> </object> <object> <name>powdery_mildew</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>457</xmin> <ymin>373</ymin> <xmax>508</xmax> <ymax>426</ymax> </bndbox> </object> <object> <name>powdery_mildew</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>243</xmin> <ymin>164</ymin> <xmax>358</xmax> <ymax>207</ymax> </bndbox> </object> <object> <name>powdery_mildew</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>366</xmin> <ymin>213</ymin> <xmax>418</xmax> <ymax>269</ymax> </bndbox> </object> </annotation>
20.147059
52
0.586131
f4448acd3c7344b47609ea99bb0c8cdf31b37762
1,484
xml
XML
data/1867/03/26/DDD_ddd_010138615_mpeg21/DDD_010138615_0012_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1867/03/26/DDD_ddd_010138615_mpeg21/DDD_010138615_0012_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1867/03/26/DDD_ddd_010138615_mpeg21/DDD_010138615_0012_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <text> <title></title> <p>D. A. TIIIEME, fa Arnhem, geeft uit: Hoe werd in de vorige eeuw de Veepest ln § I ons Vaderland bestreden ? Eene vraag uit 8 officiële onuitgegeven duhlien, beantwoord i door Mr. Jr. V*. (STAATS EVE»!--. Prijs ƒ0.i30. I I I B___^_M___b^_»-«-*wm-_iÏim__ii i iMiiifc*«Mi» ■!!■ ■ ii» i ■ mr— -ni _i ___&quot;.__■ ___■__ u____aj___jj GENEESKUNDIGE VERHANDELING OVER ZIEKTEN MR (»/,(]!.TSDEELEi M OMME, als gevolgen van geheime gewoonten, buitensporigheden of besmetting, met practische aanmerkingen over vroegtijdig onvermogen, met aanwijzing der geneeswijze en behoednuddelen, met Gravuren, uit het Engelsch vertaald en vermeerderd door P. 9. H.QORÏV, Dr. in do Genees-, Heel- en Verloskunde alhier, a f 1, onder Enveloppe bij toezending van f 1.20 franco door het geheele Rijk. fl_F* HET ZEU-tEnOCI» is het beste boek, hetwelk over dat onderwerp handelt, getuige het verbazend debiet van ...1,0..0 Exemplaren; het is een raadgever voor hen, die in liefde of door zeltbev ekking hunne krachten hebben verloren en wensehen te hersteüen;_ de gezonden zoowel als de zieken zullen er de heilzaamste lessen in vinden. RAADGITOffI AAN GEHUWDEN, om een geestvol, schoon, gezond en sterk geslacht Jongens of Moisjest voort te brengen. Naar het Eransch, 136 pag., a9O Cts. franco per Post, onder Enveloppe, ƒ 1.10 door het geheele Eijk. Bij de Wed. Jt. SAUS, Heerengracht bij de Romeinsarmsteeg, XX. 158. (7093)</p> </text>
247.333333
1,408
0.754043
55d7564f2f42c7534d555cd559688d42284d7b8a
790
xml
XML
app/src/main/res/values/strings.xml
yangmenghan/Coliseum
8d54c85f2a0c6846d5724f1f7e37499a650f9942
[ "MIT" ]
null
null
null
app/src/main/res/values/strings.xml
yangmenghan/Coliseum
8d54c85f2a0c6846d5724f1f7e37499a650f9942
[ "MIT" ]
15
2019-11-03T18:54:18.000Z
2020-09-01T21:01:34.000Z
app/src/main/res/values/strings.xml
yangmenghan/Coliseum
8d54c85f2a0c6846d5724f1f7e37499a650f9942
[ "MIT" ]
null
null
null
<resources> <string name="app_name">Coliseum</string> <string name="action_settings">Settings</string> <string name="start_game_create">Start Game</string> <string name="start_game_player_numbers_hint">Players number</string> <string name="start_game_players_number_error">Player numbers should be an integer greater than 0</string> <string name="game_next_turn">Next Turn</string> <string name="game_player_alive">Alive</string> <string name="game_player_dead">Dead</string> <plurals name="game_over"> <item quantity="one">Game Over\n The last survivor is : %s</item> <item quantity="other">Game Over\n The last survivors are : %s</item> </plurals> <string name="restart_game">Restart Game</string> <string name="game_over">Start Game</string> </resources>
46.470588
108
0.743038
2b803a2987ceeb1ee4265d02c706eca4544bb292
27,853
xml
XML
app/src/main/res/drawable/ic_symptoms.xml
fajarazay/covid19-monitoring
f29871d87e0019c331e48b148025ef8271a34870
[ "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/ic_symptoms.xml
fajarazay/covid19-monitoring
f29871d87e0019c331e48b148025ef8271a34870
[ "Apache-2.0" ]
null
null
null
app/src/main/res/drawable/ic_symptoms.xml
fajarazay/covid19-monitoring
f29871d87e0019c331e48b148025ef8271a34870
[ "Apache-2.0" ]
null
null
null
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="380dp" android:height="522dp" android:viewportWidth="3800" android:viewportHeight="5220"> <path android:pathData="M909,5209c-416,-44 -729,-283 -852,-650 -50,-150 -60,-254 -54,-548 8,-394 55,-733 152,-1106 174,-663 481,-1206 890,-1572 78,-69 185,-156 214,-173 11,-6 7,-17 -21,-51 -100,-123 -141,-230 -141,-369 0,-79 4,-105 25,-157 38,-93 137,-195 253,-260 40,-22 53,-33 39,-33 -25,0 -49,-24 -39,-40 3,-5 28,-10 56,-10l49,0 0,-48c0,-56 19,-89 45,-78 15,5 17,14 12,57l-6,51 22,-16c12,-9 51,-31 87,-49 61,-30 71,-32 170,-32 58,1 150,3 205,5l100,4 119,-53c152,-69 200,-81 317,-81 110,0 179,17 216,54 14,14 33,26 42,26 26,0 77,59 108,125 36,78 43,189 17,267 -21,63 -113,165 -174,193 -47,21 -43,35 8,35 56,1 208,37 268,64 125,57 218,144 268,250 47,99 61,164 60,286 0,114 -8,159 -59,320 -52,166 -59,212 -59,385 0,170 13,261 60,430 52,182 157,421 290,655 148,262 215,510 185,686 -30,179 -154,317 -342,379 -35,12 -67,34 -112,80 -40,40 -77,67 -98,73 -28,7 -34,13 -32,33 1,13 4,61 8,106 10,104 4,124 -52,184 -63,67 -121,108 -230,163 -250,125 -494,160 -848,121l-137,-15 -67,48c-301,222 -592,301 -962,261zM1220,1031c-11,-22 -32,-79 -46,-128 -22,-72 -27,-109 -28,-205 -1,-110 -2,-115 -14,-80 -20,56 -11,223 16,292 23,57 79,160 87,160 3,0 -4,-18 -15,-39zM2939,354c1,-39 -33,-152 -54,-179 -9,-12 -6,0 7,30 15,35 23,78 27,145 4,90 16,92 20,4z" android:fillColor="#33363d" android:strokeColor="#00000000"/> <path android:pathData="M909,5209c-416,-44 -729,-283 -852,-650 -50,-150 -60,-254 -54,-548 8,-394 55,-733 152,-1106 195,-743 554,-1329 1043,-1699 56,-42 82,-55 121,-61 87,-12 165,17 238,88l43,41 37,-30c83,-66 105,-174 58,-288 -13,-32 -21,-65 -18,-74 4,-10 2,-13 -5,-8 -8,5 -10,1 -5,-10 3,-10 2,-15 -3,-12 -5,3 -10,-21 -12,-53 -3,-47 1,-67 18,-95 37,-58 67,-68 195,-60 127,8 161,0 240,-54 33,-23 63,-35 98,-38 45,-4 61,1 176,57 135,66 212,85 292,75 30,-4 49,-2 53,5 4,6 24,11 44,11 56,1 208,37 268,64 125,57 218,144 268,250 47,99 61,164 60,286 0,114 -8,159 -59,320 -52,166 -59,212 -59,385 0,170 13,261 60,430 52,182 157,421 290,655 148,262 215,510 185,686 -30,179 -154,317 -342,379 -35,12 -67,34 -112,80 -40,40 -77,67 -98,73 -28,7 -34,13 -32,33 1,13 4,61 8,106 10,104 4,124 -52,184 -63,67 -121,108 -230,163 -250,125 -494,160 -848,121l-137,-15 -67,48c-301,222 -592,301 -962,261zM2342,1455c-2,-11 -16,-32 -33,-47 -34,-32 -92,-38 -125,-13 -18,14 -17,14 12,9 41,-8 92,19 100,52 8,32 51,31 46,-1zM2134,1184c31,-30 14,-84 -26,-84 -23,0 -34,44 -19,76 12,28 24,30 45,8zM2570,1156c17,-46 -14,-91 -46,-65 -14,12 -19,70 -7,82 15,15 44,6 53,-17zM1706,931c-21,-39 -20,-44 3,-36 11,3 22,1 26,-5 4,-6 -4,-10 -19,-10 -14,0 -27,4 -31,9 -6,10 26,84 33,77 2,-2 -4,-18 -12,-35zM2172,901c34,-35 39,-45 36,-78 -4,-51 -33,-56 -85,-14 -21,16 -56,33 -78,37 -48,8 -65,20 -65,45 0,29 39,49 98,49 50,0 58,-3 94,-39zM2661,910c10,-6 19,-21 19,-34 0,-19 -8,-26 -43,-34 -23,-6 -54,-23 -67,-37 -26,-27 -49,-32 -68,-13 -22,22 -13,60 24,94 28,27 44,34 75,34 22,0 49,-5 60,-10z" android:fillColor="#9f675a" android:strokeColor="#00000000"/> <path android:pathData="M909,5209c-416,-44 -729,-283 -852,-650 -50,-150 -60,-254 -54,-548 8,-394 55,-733 152,-1106 195,-742 554,-1329 1041,-1698 68,-51 72,-53 145,-55 90,-4 141,15 211,77 46,41 48,42 77,27 36,-19 70,-65 87,-119 11,-36 13,-38 13,-14 1,15 -6,44 -14,65 -13,33 -13,35 0,17 24,-31 38,-95 32,-150 -4,-41 -19,-83 -55,-159 -3,-4 5,-5 16,-2 11,4 23,2 27,-4 4,-6 -4,-10 -19,-10 -32,0 -54,-32 -62,-91 -5,-36 -1,-50 18,-78 13,-19 38,-44 57,-55 31,-18 41,-18 134,-9 121,12 149,6 236,-50 93,-60 135,-58 266,10 132,68 200,87 287,81 38,-3 71,-1 74,3 3,5 22,9 42,9 56,1 208,37 268,64 125,57 218,144 268,250 47,99 61,164 60,286 0,114 -8,159 -59,320 -52,166 -59,212 -59,385 0,170 13,261 60,430 52,182 157,421 290,655 148,262 215,510 185,686 -30,179 -154,317 -342,379 -35,12 -67,34 -112,80 -40,40 -77,67 -98,73 -28,7 -34,13 -32,33 1,13 4,61 8,106 10,104 4,124 -52,184 -63,67 -121,108 -230,163 -250,125 -494,160 -848,121l-137,-15 -67,48c-301,222 -592,301 -962,261zM2252,1770c10,0 18,5 18,10 0,6 4,10 10,10 14,0 1,-28 -16,-34 -19,-7 -54,10 -54,26 0,9 3,9 12,0 7,-7 20,-12 30,-12zM2140,1510c-40,-10 -62,-36 -54,-64 4,-17 3,-18 -5,-6 -28,40 1,81 57,79l37,-1 -35,-8zM2346,1476c9,-23 -24,-74 -57,-92 -36,-18 -82,-13 -117,14l-23,18 38,2c86,6 88,6 103,39 16,34 46,44 56,19zM1520,1413c-28,-89 -94,-153 -155,-153l-30,1 35,15c19,8 45,25 58,37 27,25 66,86 60,92 -2,3 -20,0 -40,-5 -23,-7 -44,-7 -59,-1 -22,9 -21,10 11,10 21,1 54,13 80,29 25,16 46,25 48,20 2,-4 -2,-25 -8,-45zM2538,1256c33,-32 20,-56 -28,-56 -74,0 -95,-60 -66,-185 8,-33 13,-61 11,-63 -1,-2 -16,32 -31,75 -36,96 -40,199 -10,231 33,37 85,36 124,-2zM2040,1238c0,-15 -17,-8 -41,19l-24,26 33,-19c17,-10 32,-22 32,-26zM2631,1230c-13,-11 -28,-20 -35,-20 -6,1 0,10 13,20 13,11 28,20 35,20 6,-1 0,-10 -13,-20zM2014,1210c15,-15 -23,-12 -59,6l-30,14 39,-5c22,-2 44,-9 50,-15zM2138,1188c17,-17 15,-73 -3,-88 -36,-30 -78,34 -50,76 17,26 35,30 53,12zM2675,1190c-11,-5 -31,-9 -45,-9 -20,-1 -22,1 -10,9 8,5 29,9 45,9 26,0 27,-2 10,-9zM2574,1158c15,-25 -4,-72 -32,-76 -31,-5 -50,38 -34,74 14,29 48,30 66,2zM2190,961c0,-9 -5,-22 -11,-28 -7,-7 -3,-21 15,-48 32,-46 33,-79 5,-99 -25,-17 -43,-12 -87,26 -25,22 -43,28 -78,28 -39,0 -46,3 -54,26 -15,38 -13,42 23,64 23,15 46,20 85,18 28,-2 52,-6 52,-10 0,-5 5,-8 11,-8 5,0 9,8 8,18 -3,32 1,41 16,36 8,-4 15,-14 15,-23zM2404,923c4,-10 10,-13 14,-8 9,13 35,19 28,6 -3,-5 1,-14 9,-21 8,-7 12,-16 9,-21 -3,-5 0,-9 6,-9 6,0 8,-4 5,-10 -13,-22 14,-9 28,14 37,56 132,70 173,25 24,-26 10,-50 -37,-62 -19,-5 -43,-17 -54,-26 -34,-31 -58,-40 -77,-30 -10,5 -18,16 -18,24 0,7 -9,17 -20,20 -29,9 -80,54 -80,71 0,8 -4,14 -10,14 -5,0 -10,7 -10,15 0,21 26,19 34,-2z" android:fillColor="#7b76a3" android:strokeColor="#00000000"/> <path android:pathData="M909,5209c-416,-44 -729,-283 -852,-650 -50,-150 -60,-254 -54,-548 8,-394 55,-733 152,-1106 195,-742 554,-1329 1041,-1698 68,-51 72,-53 145,-55 90,-4 141,15 211,77 46,41 48,42 77,27 36,-19 70,-65 87,-119 11,-36 13,-38 13,-14 1,15 -6,44 -14,65 -13,33 -13,35 0,17 24,-31 38,-95 32,-150 -4,-41 -19,-83 -55,-159 -3,-4 5,-5 16,-2 11,4 23,2 27,-4 4,-6 -4,-10 -19,-10 -32,0 -54,-32 -62,-91 -5,-36 -1,-50 18,-78 13,-19 38,-44 57,-55 31,-18 41,-18 134,-9 121,12 149,6 236,-50 93,-60 135,-58 266,10 132,68 200,87 287,81 38,-3 71,-1 74,3 3,5 22,9 42,9 56,1 208,37 268,64 125,57 218,144 268,250 47,99 61,164 60,286 0,114 -8,159 -59,320 -52,166 -59,212 -59,385 0,170 13,261 60,430 52,182 157,421 290,655 148,262 215,510 185,686 -30,179 -154,317 -342,379 -35,12 -67,34 -112,80 -40,40 -77,67 -98,73 -28,7 -34,13 -32,33 1,13 4,61 8,106 10,104 4,124 -52,184 -63,67 -121,108 -230,163 -250,125 -494,160 -848,121l-137,-15 -67,48c-301,222 -592,301 -962,261zM1245,4431c-3,-6 -14,-11 -23,-11 -15,1 -15,2 2,15 21,16 32,13 21,-4zM1221,4377c-16,-16 -25,-1 -10,16 8,8 16,11 18,5 2,-5 -2,-15 -8,-21zM1133,4360c-20,-22 -39,-38 -41,-35 -6,5 59,75 70,75 3,0 -10,-18 -29,-40zM1176,4350c9,0 12,-5 9,-10 -8,-13 -35,6 -34,24 0,7 2,6 6,-1 2,-7 11,-13 19,-13zM2252,1770c10,0 18,5 18,10 0,6 4,10 10,10 14,0 1,-28 -16,-34 -19,-7 -54,10 -54,26 0,9 3,9 12,0 7,-7 20,-12 30,-12zM2140,1510c-40,-10 -62,-36 -54,-64 4,-17 3,-18 -5,-6 -28,40 1,81 57,79l37,-1 -35,-8zM2346,1476c9,-23 -24,-74 -57,-92 -36,-18 -82,-13 -117,14l-23,18 38,2c86,6 88,6 103,39 16,34 46,44 56,19zM1520,1413c-28,-89 -94,-153 -155,-153l-30,1 35,15c19,8 45,25 58,37 27,25 66,86 60,92 -2,3 -20,0 -40,-5 -23,-7 -44,-7 -59,-1 -22,9 -21,10 11,10 21,1 54,13 80,29 25,16 46,25 48,20 2,-4 -2,-25 -8,-45zM2538,1256c33,-32 20,-56 -28,-56 -74,0 -95,-60 -66,-185 8,-33 13,-61 11,-63 -1,-2 -16,32 -31,75 -36,96 -40,199 -10,231 33,37 85,36 124,-2zM2040,1238c0,-15 -17,-8 -41,19l-24,26 33,-19c17,-10 32,-22 32,-26zM2631,1230c-13,-11 -28,-20 -35,-20 -6,1 0,10 13,20 13,11 28,20 35,20 6,-1 0,-10 -13,-20zM2014,1210c15,-15 -23,-12 -59,6l-30,14 39,-5c22,-2 44,-9 50,-15zM2138,1188c17,-17 15,-73 -3,-88 -36,-30 -78,34 -50,76 17,26 35,30 53,12zM2675,1190c-11,-5 -31,-9 -45,-9 -20,-1 -22,1 -10,9 8,5 29,9 45,9 26,0 27,-2 10,-9zM2574,1158c15,-25 -4,-72 -32,-76 -31,-5 -50,38 -34,74 14,29 48,30 66,2zM2190,961c0,-9 -5,-22 -11,-28 -7,-7 -3,-21 15,-48 32,-46 33,-79 5,-99 -25,-17 -43,-12 -87,26 -25,22 -43,28 -78,28 -39,0 -46,3 -54,26 -15,38 -13,42 23,64 23,15 46,20 85,18 28,-2 52,-6 52,-10 0,-5 5,-8 11,-8 5,0 9,8 8,18 -3,32 1,41 16,36 8,-4 15,-14 15,-23zM2404,923c4,-10 10,-13 14,-8 9,13 35,19 28,6 -3,-5 1,-14 9,-21 8,-7 12,-16 9,-21 -3,-5 0,-9 6,-9 6,0 8,-4 5,-10 -13,-22 14,-9 28,14 37,56 132,70 173,25 24,-26 10,-50 -37,-62 -19,-5 -43,-17 -54,-26 -34,-31 -58,-40 -77,-30 -10,5 -18,16 -18,24 0,7 -9,17 -20,20 -29,9 -80,54 -80,71 0,8 -4,14 -10,14 -5,0 -10,7 -10,15 0,21 26,19 34,-2z" android:fillColor="#a07b88" android:strokeColor="#00000000"/> <path android:pathData="M909,5209c-416,-44 -729,-283 -852,-650 -50,-150 -60,-254 -54,-548 8,-394 55,-733 152,-1106 195,-742 554,-1329 1041,-1698 68,-51 72,-53 145,-55 90,-4 141,15 211,77 46,41 48,42 77,27 36,-19 70,-65 87,-119 11,-36 13,-38 13,-14 1,15 -6,44 -14,65 -13,33 -13,35 0,17 24,-31 38,-95 32,-150 -4,-41 -19,-83 -55,-159 -3,-4 5,-5 16,-2 11,4 23,2 27,-4 4,-6 -4,-10 -19,-10 -32,0 -54,-32 -62,-91 -5,-36 -1,-50 18,-78 13,-19 38,-44 57,-55 31,-18 41,-18 134,-9 121,12 149,6 236,-50 93,-60 135,-58 266,10 132,68 200,87 287,81 38,-3 71,-1 74,3 3,5 22,9 42,9 56,1 208,37 268,64 125,57 218,144 268,250 47,99 61,164 60,286 0,114 -8,159 -59,320 -52,166 -59,212 -59,385 0,170 13,261 60,430 52,182 157,421 290,655 148,262 215,510 185,686 -30,179 -154,317 -342,379 -35,12 -67,34 -112,80 -40,40 -77,67 -98,73 -28,7 -34,13 -32,33 1,13 4,61 8,106 10,104 4,124 -52,184 -63,67 -121,108 -230,163 -250,125 -494,160 -848,121l-137,-15 -67,48c-301,222 -592,301 -962,261zM1245,4431c-3,-6 -14,-11 -23,-11 -15,1 -15,2 2,15 21,16 32,13 21,-4zM1221,4377c-16,-16 -25,-1 -10,16 8,8 16,11 18,5 2,-5 -2,-15 -8,-21zM1128,4355c-41,-45 -56,-56 -42,-32 11,19 68,77 76,77 4,0 -12,-20 -34,-45zM1176,4350c8,0 11,-6 8,-15 -4,-8 -14,-15 -23,-15 -13,0 -13,2 -2,9 9,6 10,11 2,15 -6,4 -11,13 -10,19 0,9 2,9 6,0 2,-7 11,-13 19,-13zM1266,4192c31,-2 31,-2 24,-42 -10,-57 -4,-166 14,-224 8,-27 13,-53 10,-58 -3,-4 -1,-8 4,-8 5,0 14,-11 20,-25 6,-14 8,-25 3,-25 -5,0 -14,-13 -21,-29 -9,-22 -24,-34 -56,-45 -47,-16 -61,-8 -44,24 9,16 8,22 -5,26 -17,7 -21,44 -4,44 6,0 4,7 -4,15 -10,9 -14,30 -12,59 2,25 -1,48 -6,52 -5,3 -5,13 1,25 8,14 7,19 -1,19 -6,0 -8,7 -5,17 4,9 1,20 -6,24 -11,7 -11,12 0,29 8,13 9,19 1,18 -6,-2 -13,9 -14,25 -3,18 0,25 8,21 7,-3 5,0 -3,8 -8,7 -16,22 -18,33 -3,21 2,22 114,17zM2252,1770c10,0 18,5 18,10 0,6 4,10 10,10 14,0 1,-28 -16,-34 -19,-7 -54,10 -54,26 0,9 3,9 12,0 7,-7 20,-12 30,-12zM2140,1510c-40,-10 -62,-36 -54,-64 4,-17 3,-18 -5,-6 -28,40 1,81 57,79l37,-1 -35,-8zM2346,1476c9,-23 -24,-74 -57,-92 -36,-18 -82,-13 -117,14l-23,18 38,2c86,6 88,6 103,39 16,34 46,44 56,19zM1520,1413c-28,-89 -94,-153 -155,-153l-30,1 35,15c19,8 45,25 58,37 27,25 66,86 60,92 -2,3 -20,0 -40,-5 -23,-7 -44,-7 -59,-1 -22,9 -21,10 11,10 21,1 54,13 80,29 25,16 46,25 48,20 2,-4 -2,-25 -8,-45zM2538,1256c33,-32 20,-56 -28,-56 -74,0 -95,-60 -66,-185 8,-33 13,-61 11,-63 -1,-2 -16,32 -31,75 -36,96 -40,199 -10,231 33,37 85,36 124,-2zM2040,1238c0,-15 -17,-8 -41,19l-24,26 33,-19c17,-10 32,-22 32,-26zM2631,1230c-13,-11 -28,-20 -35,-20 -6,1 0,10 13,20 13,11 28,20 35,20 6,-1 0,-10 -13,-20zM2014,1210c15,-15 -23,-12 -59,6l-30,14 39,-5c22,-2 44,-9 50,-15zM2138,1188c17,-17 15,-73 -3,-88 -36,-30 -78,34 -50,76 17,26 35,30 53,12zM2675,1190c-11,-5 -31,-9 -45,-9 -20,-1 -22,1 -10,9 8,5 29,9 45,9 26,0 27,-2 10,-9zM2574,1158c15,-25 -4,-72 -32,-76 -31,-5 -50,38 -34,74 14,29 48,30 66,2zM2190,961c0,-9 -5,-22 -11,-28 -7,-7 -3,-21 15,-48 32,-46 33,-79 5,-99 -25,-17 -43,-12 -87,26 -25,22 -43,28 -78,28 -39,0 -46,3 -54,26 -15,38 -13,42 23,64 23,15 46,20 85,18 28,-2 52,-6 52,-10 0,-5 5,-8 11,-8 5,0 9,8 8,18 -3,32 1,41 16,36 8,-4 15,-14 15,-23zM2404,923c4,-10 10,-13 14,-8 9,13 35,19 28,6 -3,-5 1,-14 9,-21 8,-7 12,-16 9,-21 -3,-5 0,-9 6,-9 6,0 8,-4 5,-10 -13,-22 14,-9 28,14 37,56 132,70 173,25 24,-26 10,-50 -37,-62 -19,-5 -43,-17 -54,-26 -34,-31 -58,-40 -77,-30 -10,5 -18,16 -18,24 0,7 -9,17 -20,20 -29,9 -80,54 -80,71 0,8 -4,14 -10,14 -5,0 -10,7 -10,15 0,21 26,19 34,-2z" android:fillColor="#c4856c" android:strokeColor="#00000000"/> <path android:pathData="M909,5209c-416,-44 -729,-283 -852,-650 -50,-150 -60,-254 -54,-548 8,-394 55,-733 152,-1106 195,-744 554,-1329 1044,-1700 79,-59 100,-65 58,-15 -52,61 -44,178 17,264 49,69 122,117 201,132 21,4 58,22 82,40 65,49 197,111 288,135 110,28 340,39 460,22 117,-17 169,-34 287,-96 104,-55 108,-60 137,-172 10,-38 1,-766 -10,-804 -5,-19 56,-16 175,10 196,42 340,145 410,293 47,99 61,164 60,286 0,114 -8,159 -59,320 -52,166 -59,212 -59,385 0,170 13,261 60,430 52,182 157,421 290,655 148,262 215,510 185,686 -30,179 -154,317 -342,379 -35,12 -67,34 -112,80 -40,40 -77,67 -98,73 -28,7 -34,13 -32,33 1,13 4,61 8,106 10,104 4,124 -52,184 -63,67 -121,108 -230,163 -250,125 -494,160 -848,121l-137,-15 -67,48c-301,222 -592,301 -962,261zM1245,4431c-3,-6 -14,-11 -23,-11 -15,1 -15,2 2,15 21,16 32,13 21,-4zM1221,4377c-16,-16 -25,-1 -10,16 8,8 16,11 18,5 2,-5 -2,-15 -8,-21zM1135,4363c-36,-39 -33,-50 11,-39 21,6 24,9 13,22 -6,8 -9,17 -5,21 3,3 6,1 6,-5 0,-7 7,-12 16,-12 8,0 12,-4 9,-10 -3,-5 -1,-10 4,-10 6,0 11,6 12,13 0,10 2,10 6,0 3,-9 28,-13 74,-13 38,0 69,-2 69,-5 0,-3 -9,-24 -21,-47 -46,-90 -57,-246 -25,-352 8,-27 13,-53 10,-58 -3,-4 -1,-8 4,-8 5,0 14,-11 20,-25 6,-14 7,-25 2,-25 -5,0 -12,-9 -15,-20 -4,-11 -41,-57 -84,-101 -67,-69 -82,-80 -107,-77 -49,5 -44,68 11,158 12,19 25,45 29,58 7,20 4,22 -28,22 -50,0 -157,-31 -149,-43 3,-6 1,-7 -6,-3 -18,12 -81,-13 -81,-32 0,-13 -2,-14 -9,-4 -11,18 -48,-41 -72,-116 -10,-32 -18,-49 -18,-39 -1,10 -13,41 -27,69 -24,47 -25,55 -13,90 10,31 10,46 1,72 -17,47 -15,63 13,100 24,31 25,37 14,77 -11,39 -9,49 10,86 11,23 21,56 21,74 0,22 9,39 30,59 33,31 151,76 188,71 17,-2 35,10 64,43 23,25 45,46 49,46 5,0 -7,-17 -26,-37zM3100,3796c115,-23 262,-87 305,-133 22,-24 25,-34 20,-67 -4,-25 0,-54 11,-81 15,-41 15,-44 -6,-84l-21,-42 23,-40 22,-40 -21,-42c-15,-28 -22,-57 -20,-87 2,-40 -3,-52 -38,-95l-40,-48 -6,65c-3,37 -13,77 -22,91 -17,26 -191,120 -244,131 -18,4 -34,3 -37,-3 -4,-6 5,-44 19,-84 29,-80 30,-134 4,-150 -28,-17 -66,17 -130,117 -52,81 -66,96 -109,116 -39,18 -53,21 -62,12 -7,-7 -17,-12 -22,-12 -6,0 12,15 39,33 95,62 169,196 203,367l16,85 41,-1c22,-1 56,-4 75,-8zM2256,2551c-5,-8 -56,-3 -56,5 0,2 14,4 31,4 16,0 28,-4 25,-9zM1518,1909c2,-9 -5,-19 -15,-21 -14,-4 -18,1 -18,19 0,27 28,28 33,2zM1465,1879c5,-6 5,-13 -3,-21 -9,-9 -12,-8 -12,5 0,9 -4,17 -10,17 -5,0 -7,-7 -4,-15 6,-15 -46,-75 -65,-75 -16,0 -13,36 4,50 8,7 15,18 15,24 0,32 46,41 75,15z" android:fillColor="#daa364" android:strokeColor="#00000000"/> <path android:pathData="M909,5209c-416,-44 -729,-283 -852,-650 -50,-150 -60,-254 -54,-548 8,-394 55,-733 152,-1106 195,-744 554,-1329 1044,-1700 79,-59 100,-65 58,-15 -67,80 -29,247 75,329 37,30 128,71 156,71 13,0 41,15 62,32 51,43 159,100 240,126 122,39 181,46 355,46 205,-1 277,-16 434,-96 113,-57 117,-63 147,-173 14,-49 13,-398 -1,-721l-5,-110 64,7c260,32 438,139 520,313 47,99 61,164 60,286 0,114 -8,159 -59,320 -52,166 -59,212 -59,385 0,170 13,261 60,430 52,182 157,421 290,655 148,262 215,510 185,686 -30,179 -154,317 -342,379 -35,12 -67,34 -112,80 -40,40 -77,67 -98,73 -28,7 -34,13 -32,33 1,13 4,61 8,106 10,104 4,124 -52,184 -63,67 -121,108 -230,163 -250,125 -494,160 -848,121l-137,-15 -67,48c-301,222 -592,301 -962,261zM1245,4431c-3,-6 -14,-11 -23,-11 -15,1 -15,2 2,15 21,16 32,13 21,-4zM1221,4377c-16,-16 -25,-1 -10,16 8,8 16,11 18,5 2,-5 -2,-15 -8,-21zM1135,4363c-36,-39 -33,-50 11,-39 21,6 24,9 13,22 -6,8 -9,17 -5,21 3,3 6,1 6,-5 0,-7 7,-12 16,-12 8,0 12,-4 9,-10 -3,-5 -1,-10 4,-10 6,0 11,6 12,13 0,10 2,10 6,0 3,-9 28,-13 74,-13 38,0 69,-2 69,-5 0,-3 -9,-24 -21,-47 -46,-90 -57,-246 -25,-352 8,-27 13,-53 10,-58 -3,-4 -1,-8 4,-8 5,0 14,-11 20,-25 6,-14 7,-25 2,-25 -5,0 -12,-9 -15,-20 -4,-11 -41,-57 -84,-101 -67,-69 -82,-80 -107,-77 -49,5 -44,68 11,158 12,19 25,45 29,58 7,20 4,22 -28,22 -50,0 -157,-31 -149,-43 3,-6 1,-7 -6,-3 -18,12 -81,-13 -81,-32 0,-13 -2,-14 -9,-4 -11,18 -48,-41 -72,-116 -10,-32 -18,-51 -18,-43 -1,8 -13,38 -27,68 -25,50 -26,57 -14,93 10,29 10,46 1,71 -16,47 -14,67 14,103 24,31 25,37 14,77 -11,39 -9,49 10,86 11,23 21,58 21,77 0,26 7,40 30,59 34,29 154,72 188,68 17,-2 35,10 64,43 23,25 45,46 49,46 5,0 -7,-17 -26,-37zM3100,3796c115,-23 262,-87 305,-133 22,-24 25,-34 20,-67 -4,-25 0,-54 11,-81 15,-41 15,-44 -6,-84l-21,-42 23,-40 22,-40 -21,-42c-15,-28 -22,-57 -20,-87 2,-40 -3,-52 -38,-95l-40,-48 -6,65c-3,37 -13,77 -22,91 -17,26 -191,120 -244,131 -18,4 -34,3 -37,-3 -4,-6 5,-44 19,-84 29,-80 30,-134 4,-150 -27,-17 -65,16 -124,107 -53,82 -81,110 -139,134 -21,9 -32,10 -42,1 -7,-6 -21,-9 -31,-6 -16,4 -16,5 2,6 32,3 97,53 137,106 48,64 95,178 116,285l16,85 41,-1c22,-1 56,-4 75,-8zM2148,2575c7,-7 -9,-25 -21,-25 -7,0 -6,4 3,10 13,9 13,10 0,11 -8,1 -21,1 -27,0 -7,-1 -13,3 -13,10 0,10 47,5 58,-6zM2260,2559c0,-4 -8,-13 -17,-20 -11,-10 -14,-10 -9,-1 5,8 0,12 -16,12 -18,0 -20,2 -9,9 16,11 51,10 51,0zM2376,2528c-9,-5 -22,-7 -29,-4 -7,2 -4,5 6,5 10,1 15,5 12,11 -4,6 1,7 11,3 15,-6 15,-7 0,-15zM2315,2526c-11,-8 -23,-12 -28,-9 -13,8 3,23 26,23 20,0 20,0 2,-14zM2516,2445c-7,-19 3,-19 34,1 22,14 22,12 -3,-10 -33,-30 -47,-33 -42,-8 2,9 4,20 4,25 1,4 4,7 7,7 3,0 4,-7 0,-15zM1542,1923c-12,-2 -20,-8 -17,-13 3,-5 -5,-14 -17,-21 -12,-7 -28,-17 -34,-23 -36,-33 -95,-76 -106,-76 -11,0 -10,38 2,45 5,3 17,21 26,40 16,34 38,50 55,39 5,-3 7,-10 4,-15 -9,-14 5,-11 20,5 8,7 11,16 8,20 -4,3 14,5 38,5 24,-1 34,-4 21,-6z" android:fillColor="#a399a9" android:strokeColor="#00000000"/> <path android:pathData="M909,5209c-416,-44 -729,-283 -852,-650 -50,-150 -60,-254 -54,-548 8,-394 55,-733 152,-1106 195,-744 554,-1329 1044,-1700 79,-59 100,-65 58,-15 -67,80 -29,247 75,329 37,30 128,71 156,71 13,0 41,15 62,32 51,43 159,100 240,126 122,39 181,46 355,46 205,-1 277,-16 434,-96 113,-57 117,-63 147,-173 14,-49 13,-398 -1,-721l-5,-110 64,7c260,32 438,139 520,313 47,99 61,164 60,286 0,114 -8,159 -59,320 -52,166 -59,212 -59,385 0,170 13,261 60,430 52,182 157,421 290,655 148,262 215,510 185,686 -30,179 -154,317 -342,379 -35,12 -67,34 -112,80 -40,40 -77,67 -98,73 -28,7 -34,13 -32,33 1,13 4,61 8,106 10,104 4,124 -52,184 -63,67 -121,108 -230,163 -250,125 -494,160 -848,121l-137,-15 -67,48c-301,222 -592,301 -962,261zM1348,4444c23,-5 29,-10 25,-25 -3,-11 -13,-24 -23,-29 -10,-5 -17,-21 -17,-35 0,-21 2,-23 14,-14 11,10 11,14 1,20 -17,11 -5,21 16,13 16,-6 16,-8 0,-25 -9,-11 -14,-19 -10,-19 4,0 -1,-15 -12,-32 -65,-106 -69,-311 -8,-443l23,-52 -92,-95c-51,-52 -103,-98 -114,-101 -12,-3 -30,2 -43,13 -22,18 -22,18 -5,73 9,30 28,71 42,91 13,20 22,42 19,49 -6,16 -37,15 -57,-2 -11,-8 -17,-9 -22,-1 -3,6 -12,7 -18,3 -6,-4 -22,-8 -35,-9 -33,-4 -36,-9 -17,-28 9,-9 12,-16 7,-16 -5,0 -15,7 -22,15 -7,8 -17,12 -24,8 -6,-4 -15,-8 -21,-9 -5,0 -15,-2 -22,-2 -6,-1 -9,-11 -6,-22 3,-12 0,-20 -6,-20 -7,0 -10,4 -7,9 4,5 -1,8 -10,7 -15,-2 -51,-54 -67,-99 -5,-13 -3,-16 6,-11 8,5 7,2 -2,-9 -12,-15 -11,-17 5,-18 17,0 17,-1 -2,-11 -15,-7 -23,-22 -27,-50 -3,-22 -11,-46 -18,-52 -9,-8 -10,-5 -4,14 19,64 17,89 -10,145 -26,52 -27,59 -15,95 10,29 10,46 1,71 -16,47 -14,67 14,103 24,31 25,37 14,77 -11,39 -9,49 10,86 11,23 21,58 21,77 0,45 38,77 125,106 36,12 70,29 76,38 9,15 10,15 5,-2 -5,-16 -2,-17 20,-12 15,4 36,18 46,32 31,39 49,54 63,54 7,0 16,8 20,18 7,16 8,15 15,-3 8,-19 9,-19 9,2 1,29 64,42 139,27zM1398,4412c-12,-15 -11,-16 5,-3 24,19 32,8 8,-13 -23,-21 -33,-3 -19,34 6,15 12,20 15,12 3,-7 -1,-20 -9,-30zM3030,3809c0,-6 8,-8 19,-4 23,7 250,-66 308,-101 58,-34 77,-64 69,-110 -5,-23 -2,-50 9,-78 16,-42 16,-45 -5,-85l-21,-42 23,-40 22,-40 -21,-42c-15,-28 -22,-57 -20,-87 2,-40 -3,-52 -38,-95l-40,-48 -6,64c-3,35 -13,75 -22,89 -21,32 -190,120 -246,127l-42,6 20,-54c35,-94 42,-141 25,-166 -8,-13 -22,-23 -32,-23 -23,0 -71,51 -112,118 -17,28 -36,50 -41,47 -5,-4 -6,0 -3,8 10,28 -108,99 -130,77 -5,-5 -19,-10 -31,-10 -12,0 -27,-6 -34,-12 -10,-9 -12,-9 -7,-1 4,7 -4,13 -21,16 -16,2 -7,5 23,6 87,2 159,63 222,186 25,51 69,196 77,258 6,41 9,47 31,47 13,0 24,-5 24,-11zM910,3720c-19,-13 -30,-12 -30,0 0,6 8,10 18,11 10,0 12,3 5,6 -7,2 -13,10 -13,16 0,6 8,3 18,-6 15,-16 15,-19 2,-27zM781,3403c-10,-17 -10,-16 -11,3 0,23 13,41 18,25 2,-6 -1,-18 -7,-28zM2148,2575c7,-7 -9,-25 -21,-25 -7,0 -6,4 3,10 13,9 13,10 0,11 -8,1 -21,1 -27,0 -7,-1 -13,3 -13,10 0,10 47,5 58,-6zM2260,2559c0,-4 -8,-13 -17,-20 -11,-10 -14,-10 -9,-1 5,8 0,12 -16,12 -18,0 -20,2 -9,9 16,11 51,10 51,0zM2050,2545c9,5 11,4 6,-3 -11,-18 -36,-14 -36,6 0,13 2,14 9,3 5,-8 14,-10 21,-6zM2376,2528c-9,-5 -22,-7 -29,-4 -7,2 -4,5 6,5 10,1 15,5 12,11 -4,6 1,7 11,3 15,-6 15,-7 0,-15zM2315,2526c-11,-8 -23,-12 -28,-9 -13,8 3,23 26,23 20,0 20,0 2,-14zM2516,2445c-7,-19 3,-19 34,1 22,14 22,12 -3,-10 -33,-30 -47,-33 -42,-8 2,9 4,20 4,25 1,4 4,7 7,7 3,0 4,-7 0,-15zM1542,1923c-12,-2 -20,-8 -17,-13 3,-5 -5,-14 -17,-21 -12,-7 -28,-17 -34,-23 -36,-33 -95,-76 -106,-76 -11,0 -10,38 2,45 5,3 17,21 26,40 16,34 38,50 55,39 5,-3 7,-10 4,-15 -9,-14 5,-11 20,5 8,7 11,16 8,20 -4,3 14,5 38,5 24,-1 34,-4 21,-6z" android:fillColor="#f29f84" android:strokeColor="#00000000"/> <path android:pathData="M2176,1441c-14,-22 50,-27 78,-6 18,14 16,15 -26,15 -26,0 -49,-4 -52,-9z" android:fillColor="#f29f84" android:strokeColor="#00000000"/> <path android:pathData="M1691,868c0,-7 6,-29 13,-48l13,-35 17,39c22,52 21,56 -14,56 -18,0 -30,-5 -29,-12z" android:fillColor="#f29f84" android:strokeColor="#00000000"/> <path android:pathData="M1785,760c-7,-12 2,-30 16,-30 5,0 9,9 9,20 0,21 -15,27 -25,10z" android:fillColor="#f29f84" android:strokeColor="#00000000"/> <path android:pathData="M2070,4915c-473,-57 -862,-156 -987,-251 -52,-40 -67,-77 -67,-169 0,-44 6,-104 13,-133 12,-47 16,-52 34,-46 12,4 30,17 40,30 30,39 48,54 62,54 7,0 16,8 20,18 7,16 8,15 15,-3 8,-19 9,-19 9,1 1,31 62,43 139,28 23,-5 29,-10 25,-25 -3,-11 -13,-24 -23,-29 -10,-5 -17,-21 -17,-35 0,-21 2,-23 14,-14 11,10 11,14 1,20 -17,11 -5,21 16,13 16,-6 16,-8 0,-25 -9,-11 -14,-19 -10,-19 4,0 -1,-15 -12,-32 -65,-106 -69,-311 -8,-443l23,-52 -92,-95c-51,-52 -103,-98 -114,-101 -12,-3 -30,2 -43,13 -22,18 -22,18 -5,73 9,30 28,71 42,91 13,20 22,42 19,49 -6,17 -37,15 -60,-4 -10,-8 -15,-9 -11,-2 5,7 1,10 -10,8 -10,-2 -18,-4 -18,-5 0,-1 -13,-3 -29,-5 -37,-5 -40,-9 -21,-29 9,-9 12,-16 7,-16 -5,0 -15,7 -22,15 -7,8 -17,12 -24,8 -6,-4 -15,-8 -21,-9 -5,0 -15,-2 -22,-2 -6,-1 -9,-11 -6,-22 3,-12 0,-20 -6,-20 -7,0 -10,4 -7,9 4,5 -1,8 -10,7 -15,-2 -51,-54 -67,-99 -5,-13 -3,-16 6,-11 8,5 7,2 -2,-9 -12,-15 -11,-17 5,-18 17,0 17,-1 -2,-11 -21,-10 -33,-48 -37,-118 -1,-14 -5,-27 -9,-30 -17,-13 -51,-382 -52,-565 -1,-219 5,-246 96,-381 94,-141 306,-341 463,-436 57,-35 61,-40 85,-107 20,-58 27,-70 44,-68 12,1 20,-3 18,-11 -3,-16 6,-15 23,2 8,7 11,16 8,20 -4,3 14,5 38,5 24,-1 34,-4 21,-6 -12,-2 -20,-8 -17,-13 3,-5 -4,-14 -16,-20 -21,-12 -49,-33 -76,-59 -22,-22 -12,-144 14,-179 33,-44 65,-50 110,-20 186,123 330,163 588,162 207,-1 278,-17 437,-98l106,-54 23,24c31,33 37,119 15,217l-17,75 29,49c16,26 35,65 41,85 11,32 28,48 129,114 216,141 263,193 311,337 35,107 42,138 82,347 51,271 44,296 -102,372 -52,27 -114,52 -137,55l-43,6 20,-54c35,-94 42,-141 25,-166 -8,-13 -22,-23 -32,-23 -23,0 -71,51 -112,118 -17,28 -36,50 -41,47 -5,-4 -6,0 -3,8 10,28 -108,99 -130,77 -5,-5 -19,-10 -31,-10 -12,0 -27,-6 -34,-12 -10,-9 -12,-9 -7,-1 4,7 -4,13 -21,16 -16,2 -7,5 23,6 87,2 159,63 222,186 25,51 69,196 77,258 6,41 9,47 31,47 13,0 24,-5 24,-11 0,-6 8,-8 19,-4 28,9 266,-73 322,-111 33,-22 51,-29 54,-21 2,7 11,78 21,158 20,172 16,200 -47,308 -45,78 -125,157 -173,169 -34,10 -33,-1 -21,139 4,45 5,93 1,108 -8,32 -82,113 -145,159 -117,86 -338,174 -505,201 -109,18 -337,18 -486,0zM1398,4412c-12,-15 -11,-16 5,-3 24,19 32,8 8,-13 -23,-21 -33,-3 -19,34 6,15 12,20 15,12 3,-7 -1,-20 -9,-30zM910,3720c-19,-13 -30,-12 -30,0 0,6 8,10 18,11 10,0 12,3 5,6 -7,2 -13,10 -13,16 0,6 8,3 18,-6 15,-16 15,-19 2,-27zM2148,2575c7,-7 -9,-25 -21,-25 -7,0 -6,4 3,10 13,9 13,10 0,11 -8,1 -21,1 -27,0 -7,-1 -13,3 -13,10 0,10 47,5 58,-6zM2260,2559c0,-4 -8,-13 -17,-20 -11,-10 -14,-10 -9,-1 5,8 0,12 -16,12 -18,0 -20,2 -9,9 16,11 51,10 51,0zM2050,2545c9,5 11,4 6,-3 -11,-18 -36,-14 -36,6 0,13 2,14 9,3 5,-8 14,-10 21,-6zM2376,2528c-9,-5 -22,-7 -29,-4 -7,2 -4,5 6,5 10,1 15,5 12,11 -4,6 1,7 11,3 15,-6 15,-7 0,-15zM2315,2526c-11,-8 -23,-12 -28,-9 -13,8 3,23 26,23 20,0 20,0 2,-14zM2516,2445c-7,-19 3,-19 34,1 22,14 22,12 -3,-10 -33,-30 -47,-33 -42,-8 2,9 4,20 4,25 1,4 4,7 7,7 3,0 4,-7 0,-15z" android:fillColor="#efc25d" android:strokeColor="#00000000"/> <path android:pathData="M2070,4915c-473,-57 -862,-156 -987,-251 -52,-40 -67,-77 -67,-169 0,-44 6,-104 13,-133 12,-47 16,-52 34,-46 12,4 30,17 40,30 30,39 48,54 62,54 7,0 16,8 20,18 7,16 8,15 15,-3 8,-19 9,-19 9,1 1,31 62,43 139,28 23,-5 29,-10 25,-25 -3,-11 -13,-24 -23,-29 -10,-5 -17,-21 -17,-35 0,-21 2,-23 14,-14 11,10 11,14 1,20 -17,11 -5,21 16,13 16,-6 16,-8 0,-25 -9,-11 -14,-19 -10,-19 4,0 -1,-15 -12,-32 -65,-106 -69,-311 -8,-443l23,-52 -92,-95c-51,-52 -103,-98 -114,-101 -12,-3 -30,2 -43,13 -22,18 -22,18 -5,73 9,30 28,71 42,91 13,20 22,42 19,49 -6,17 -37,15 -60,-4 -10,-8 -15,-9 -11,-2 5,7 1,10 -10,8 -10,-2 -18,-4 -18,-5 0,-1 -13,-3 -29,-5 -37,-5 -40,-9 -21,-29 9,-9 12,-16 7,-16 -5,0 -15,7 -22,15 -7,8 -17,12 -24,8 -6,-4 -15,-8 -21,-9 -5,0 -15,-2 -22,-2 -6,-1 -9,-11 -6,-22 3,-12 0,-20 -6,-20 -7,0 -10,4 -7,9 4,5 -1,8 -10,7 -15,-2 -51,-54 -67,-99 -5,-13 -3,-16 6,-11 8,5 7,2 -2,-9 -12,-15 -11,-17 5,-18 17,0 17,-1 -2,-11 -21,-10 -33,-48 -37,-118 -1,-14 -5,-27 -9,-30 -17,-13 -51,-382 -52,-565 -1,-177 1,-194 22,-248 54,-133 201,-310 375,-450 81,-66 198,-147 211,-147 2,0 2,26 -1,58 -5,57 -5,60 32,97 79,78 322,210 500,271 44,15 88,37 98,48 14,17 16,17 11,3 -5,-13 -2,-16 10,-11 9,3 16,7 16,8 0,0 11,64 25,141 72,397 105,634 105,742 0,67 -2,66 55,43 11,-4 40,-15 65,-25 25,-9 59,-23 77,-31 60,-25 228,-65 300,-71 65,-5 75,-3 118,21 48,29 91,80 130,156 28,55 72,198 80,263 6,41 9,47 31,47 13,0 24,-5 24,-11 0,-6 8,-8 19,-4 28,9 266,-73 322,-111 33,-22 51,-29 54,-21 2,7 11,78 21,158 20,172 16,200 -47,308 -45,78 -125,157 -173,169 -34,10 -33,-1 -21,139 4,45 5,93 1,108 -8,32 -82,113 -145,159 -117,86 -338,174 -505,201 -109,18 -337,18 -486,0zM1398,4412c-12,-15 -11,-16 5,-3 24,19 32,8 8,-13 -23,-21 -33,-3 -19,34 6,15 12,20 15,12 3,-7 -1,-20 -9,-30zM910,3720c-19,-13 -30,-12 -30,0 0,6 8,10 18,11 10,0 12,3 5,6 -7,2 -13,10 -13,16 0,6 8,3 18,-6 15,-16 15,-19 2,-27z" android:fillColor="#abc2d0" android:strokeColor="#00000000"/> <path android:pathData="M1306,4431c-3,-4 1,-17 9,-27 13,-17 14,-18 15,-1 0,9 -5,17 -11,17 -5,0 -7,5 -4,10 3,6 4,10 1,10 -3,0 -7,-4 -10,-9z" android:fillColor="#abc2d0" android:strokeColor="#00000000"/> <path android:pathData="M1229,4397c5,-12 17,-22 27,-22 12,0 20,-8 22,-22 2,-14 10,-21 23,-20 10,1 19,5 19,10 0,5 -7,7 -15,3 -8,-3 -15,-1 -15,4 0,6 7,10 15,10 9,0 12,6 8,17 -4,11 -8,12 -11,5 -2,-7 -9,-12 -14,-12 -6,0 -9,3 -5,6 9,9 -19,34 -42,39 -17,3 -19,0 -12,-18z" android:fillColor="#abc2d0" android:strokeColor="#00000000"/> <path android:pathData="M1223,4339c11,-7 23,-7 28,-2 5,5 -3,9 -19,11 -24,1 -25,0 -9,-9z" android:fillColor="#abc2d0" android:strokeColor="#00000000"/> <path android:pathData="M3039,3269c35,-94 42,-141 25,-166 -8,-13 -22,-23 -32,-23 -23,0 -71,51 -112,118 -32,52 -50,59 -50,19 0,-61 -90,-513 -165,-829l-23,-101 48,-47c27,-26 52,-61 57,-78l8,-31 115,76c214,141 262,192 309,336 35,107 42,138 82,347 51,271 44,296 -102,372 -52,27 -114,52 -137,55l-43,6 20,-54z" android:fillColor="#abc2d0" android:strokeColor="#00000000"/> </vector>
371.373333
3,446
0.589739
f2efe7be28ca56718ac7f13a8d866827bbfd96fd
272
xml
XML
[gameplay]/dpTime/meta.xml
dcr30/drive-crew-mta
1bc6b1bf6520b1818c54b7fb9b75f97f9b290e69
[ "Apache-2.0" ]
16
2017-09-02T20:31:49.000Z
2020-06-07T20:59:55.000Z
[gameplay]/dpTime/meta.xml
dcr30/drive-crew-mta
1bc6b1bf6520b1818c54b7fb9b75f97f9b290e69
[ "Apache-2.0" ]
1
2019-05-21T18:35:44.000Z
2019-05-21T18:35:44.000Z
[gameplay]/dpTime/meta.xml
JluHeuKa/driftparadise-legacy
570ff6350a1960d531448c62ec10a0708f429c31
[ "Apache-2.0" ]
16
2018-02-18T16:39:35.000Z
2020-05-18T16:15:01.000Z
<meta> <oop>true</oop> <script type="server" src="server/main.lua"/> <script type="client" src="client/main.lua"/> <export type="server" function="setServerTime"/> <export type="client" function="forceTime"/> <export type="client" function="restoreTime"/> </meta>
24.727273
49
0.6875
903e3701dabc307ca1842a9898efb913cd80e8d3
996
xml
XML
songdata/christianlyricsnet/lovehealsyourheart.xml
mightmay/songpptcreator
511cc129008bbb15fe67e1c73f4464cf34c99f5c
[ "MIT" ]
null
null
null
songdata/christianlyricsnet/lovehealsyourheart.xml
mightmay/songpptcreator
511cc129008bbb15fe67e1c73f4464cf34c99f5c
[ "MIT" ]
null
null
null
songdata/christianlyricsnet/lovehealsyourheart.xml
mightmay/songpptcreator
511cc129008bbb15fe67e1c73f4464cf34c99f5c
[ "MIT" ]
null
null
null
<?xml version="1.0" ?> <song> <thainame>none</thainame> <englishname>Love Heals Your Heart </englishname> <mienthainame>none</mienthainame> <order>segment1,segment2,segment3,segment4,segment5</order> <english> <segment1>Did you think you were immune to this?. Did you think you could escape without infection?. You do all you're able to resist just to avoid the danger of rejection</segment1> <segment2>Memory warns you of the past when it all went wrong</segment2> <segment3>When you think your life is shattered. And there's no way to be fixed again. Love heals your heart. At a time you least expected. You're alive like you have never been. Love heals your heart</segment3> <segment4>Everybody has a wall to climb. That was built to guard the pain that hold them captive. Every smile that they would hide behind. Will try to mask the hurt beneath the surface</segment4> <segment5>Sometimes, it's hard to understand how we're trapped inside. </segment5> </english> </song>
66.4
213
0.758032
ed4a6c71d91f84c91e4ba15c08e7d99670d701a5
2,539
wxs
XML
JsGoogleCompile.Wix/Product.wxs
jameswiseman76/JsGoogleCompile
16c8b9a999f4e4db362a61a1b8a20db4a84ce8b3
[ "MIT" ]
null
null
null
JsGoogleCompile.Wix/Product.wxs
jameswiseman76/JsGoogleCompile
16c8b9a999f4e4db362a61a1b8a20db4a84ce8b3
[ "MIT" ]
17
2015-10-02T13:34:29.000Z
2020-09-10T21:16:01.000Z
JsGoogleCompile.Wix/Product.wxs
jameswiseman76/JsGoogleCompile
16c8b9a999f4e4db362a61a1b8a20db4a84ce8b3
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Product Id="*" Name="JsGoogleCompile" Language="1033" Version="1.0.0.0" Manufacturer="James Wiseman" UpgradeCode="ee753074-9d56-40ad-851e-f82e54ce3269"> <Package InstallerVersion="300" Compressed="yes"/> <Media Id="1" Cabinet="myapplication.cab" EmbedCab="yes" /> <!-- Step 1: Define the directory structure --> <Directory Id="TARGETDIR" Name="SourceDir"> <Directory Id="ProgramFilesFolder"> <Directory Id="APPLICATIONROOTDIRECTORY" Name="JsGoogleCompile"/> </Directory> </Directory> <!-- Step 2: Add files to your installer package --> <DirectoryRef Id="APPLICATIONROOTDIRECTORY"> <Component Id="JsGoogleCompile.CLI.exe" Guid="53e22a30-705f-410b-96bc-62aa50966e1a"> <File Id="JsGoogleCompile.CLI.exe" Source="JsGoogleCompile.CLI.exe" KeyPath="yes" Checksum="yes"/> </Component> <Component Id="JsGoogleCompile.dll" Guid="45E16065-C689-497D-A5F5-7A45580C49BA"> <File Id="JsGoogleCompile.dll" Source="JsGoogleCompile.dll" KeyPath="yes" Checksum="yes"/> </Component> <Component Id="log4net.config" Guid="ab2c0e3e-194b-4631-b142-2d767f5d3f7e"> <File Id="log4net.config" Source="log4net.config" KeyPath="yes" Checksum="yes"/> </Component> <Component Id="log4net.dll" Guid="3a576ad1-01fe-464f-83a1-c38abc4134ba"> <File Id="log4net.dll" Source="log4net.dll" KeyPath="yes" Checksum="yes"/> </Component> <Component Id="log4net.xml" Guid="d7eb2544-f3a6-4fa7-aaa8-8b1f3f4dbcde"> <File Id="log4net.xml" Source="log4net.xml" KeyPath="yes" Checksum="yes"/> </Component> <Component Id="sample.js" Guid="C60817DA-DC9A-4A8D-827B-56AB0DD0A36E"> <File Id="sample.js" Source="sample.js" KeyPath="yes" Checksum="yes"/> </Component> </DirectoryRef> <!-- Step 3: Tell WiX to install the files --> <Feature Id="MainApplication" Title="Main Application" Level="1"> <ComponentRef Id="JsGoogleCompile.CLI.exe" /> <ComponentRef Id="JsGoogleCompile.dll" /> <ComponentRef Id="log4net.config" /> <ComponentRef Id="log4net.dll" /> <ComponentRef Id="log4net.xml" /> <ComponentRef Id="sample.js" /> </Feature> </Product> </Wix>
55.195652
157
0.609689
9847df1e0beebadf1e905ffaabd0192336919658
1,534
xml
XML
app/src/main/res/values/strings.xml
mariyarajendran/AndroidOTP
2a249dba18f80bb26ca344120ec260e27c4bfd17
[ "Apache-2.0" ]
null
null
null
app/src/main/res/values/strings.xml
mariyarajendran/AndroidOTP
2a249dba18f80bb26ca344120ec260e27c4bfd17
[ "Apache-2.0" ]
null
null
null
app/src/main/res/values/strings.xml
mariyarajendran/AndroidOTP
2a249dba18f80bb26ca344120ec260e27c4bfd17
[ "Apache-2.0" ]
null
null
null
<resources> <string name="app_name">Android-MVP-Sample-Application</string> <string name="load_data">Login</string> <string name="signup">Update</string> <string name="no_network">Network Not Found</string> <string name="login">Login</string> <string name="phone_number">Phone number</string> <string name="user_name">User name</string> <string name="email_id">Email ID</string> <string name="enter_phone_number">Enter mobile number</string> <string name="enter_user_name">Enter User name</string> <string name="enter_email_id">Enter Email Id</string> <string name="enter_valid_emailid">Enter Valid Email ID</string> <string name="okay">Ok</string> <string name="cancel">Cancel</string> <string name="enter_otp">Enter OTP</string> <string name="proceed">Proceed</string> <string name="otp">One Time Password</string> <string name="resend_otp">Resend OTP</string> <string name="enter_valid_otp">Invalid OTP</string> <string name="update_details">Update Details</string> <string name="resend_otp_successfully">OTP Resend Successfully</string> <string name="nice_to_meet">Hi, nice to meet you!</string> <string name="location_hint">Set your location to start exploring \n restaurants around you</string> <string name="set_location_manually">Set your location manually</string> <string name="navigation_drawer_open">Open navigation drawer</string> <string name="navigation_drawer_close">Close navigation drawer</string> </resources>
51.133333
104
0.726206
b7959dbbe1c159fc6fbe13e964bc131c6a2ae7bc
1,826
xaml
XML
Office-ProPlus-Deployment/Microsoft.ProPlus.InstallGenerator/InstallGenWPF/App.xaml
cvvamsi/Office-IT-Pro-Deployment-Scripts
e0283abbde0f5d322403acc4868c3d3c57b50c8e
[ "MIT" ]
6
2021-08-05T09:13:37.000Z
2021-11-02T04:54:32.000Z
Office-ProPlus-Deployment/Microsoft.ProPlus.InstallGenerator/InstallGenWPF/App.xaml
golfkinguk/Office-IT-Pro-Deployment-Scripts
e0283abbde0f5d322403acc4868c3d3c57b50c8e
[ "MIT" ]
null
null
null
Office-ProPlus-Deployment/Microsoft.ProPlus.InstallGenerator/InstallGenWPF/App.xaml
golfkinguk/Office-IT-Pro-Deployment-Scripts
e0283abbde0f5d322403acc4868c3d3c57b50c8e
[ "MIT" ]
1
2020-07-07T16:30:38.000Z
2020-07-07T16:30:38.000Z
<Application x:Class="MetroDemo.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:controls="http://metro.mahapps.com/winfx/xaml/controls" x:Name="App" StartupUri="MainWindow.xaml"> <Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" /> <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Fonts.xaml" /> <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Colors.xaml" /> <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Accents/Blue.xaml" /> <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Accents/BaseLight.xaml" /> <ResourceDictionary Source="./Styles/Custom.xaml" /> </ResourceDictionary.MergedDictionaries> <Style x:Key="DescriptionHeaderStyle" TargetType="Label"> <Setter Property="FontSize" Value="22" /> <Setter Property="HorizontalAlignment" Value="Center" /> </Style> <Style TargetType="{x:Type controls:CustomValidationPopup}" BasedOn="{StaticResource MetroValidationPopup}"> <Setter Property="CloseOnMouseLeftButtonDown" Value="False" /> </Style> <Thickness x:Key="ControlMargin" /> </ResourceDictionary> </Application.Resources> </Application>
50.722222
124
0.599671
951562de07116ad64dfb1b12ca143557741b93d0
7,029
xml
XML
website/blockchain/blockchain/static/dataset/NCT04389515.xml
BlueJayADAL/SCARP2020-Blockchain
6ba7d264838e4ddf80770f8da6ad39d7d22e8cde
[ "Apache-2.0" ]
null
null
null
website/blockchain/blockchain/static/dataset/NCT04389515.xml
BlueJayADAL/SCARP2020-Blockchain
6ba7d264838e4ddf80770f8da6ad39d7d22e8cde
[ "Apache-2.0" ]
null
null
null
website/blockchain/blockchain/static/dataset/NCT04389515.xml
BlueJayADAL/SCARP2020-Blockchain
6ba7d264838e4ddf80770f8da6ad39d7d22e8cde
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <clinical_study rank="1037"> <!-- This xml conforms to an XML Schema at: https://clinicaltrials.gov/ct2/html/images/info/public.xsd --> <required_header> <download_date>ClinicalTrials.gov processed this data on July 27, 2020</download_date> <link_text>Link to the current ClinicalTrials.gov record.</link_text> <url>https://clinicaltrials.gov/show/NCT04389515</url> </required_header> <id_info> <org_study_id>MTalmac3</org_study_id> <nct_id>NCT04389515</nct_id> </id_info> <brief_title>Postoperative Recovery Index, Patient Expectations and Satisfaction With Prenatal Care Instrument in Pregnant Patients With COVID-19</brief_title> <official_title>Evaluation of Pregnant Women Diagnosed With COVID-19 With &quot;Post-operative Recovery Index&quot; and &quot;Prenatal Care Satisfaction and Patient Expectations Scale&quot;</official_title> <sponsors> <lead_sponsor> <agency>Kanuni Sultan Suleyman Training and Research Hospital</agency> <agency_class>Other</agency_class> </lead_sponsor> </sponsors> <source>Kanuni Sultan Suleyman Training and Research Hospital</source> <oversight_info> <has_dmc>No</has_dmc> <is_fda_regulated_drug>No</is_fda_regulated_drug> <is_fda_regulated_device>No</is_fda_regulated_device> </oversight_info> <brief_summary> <textblock> The aim of this study is to provide optimum care to postoperative patients diagnosed with COVID-19 (after cesarean) and to help them with recovery, to determine and assist the expectation and satisfaction of pregnant women with COVID-19 regarding prenatal care. </textblock> </brief_summary> <overall_status>Recruiting</overall_status> <start_date type="Actual">May 14, 2020</start_date> <completion_date type="Anticipated">August 3, 2020</completion_date> <primary_completion_date type="Anticipated">August 1, 2020</primary_completion_date> <study_type>Observational</study_type> <has_expanded_access>No</has_expanded_access> <study_design_info> <observational_model>Ecologic or Community</observational_model> <time_perspective>Prospective</time_perspective> </study_design_info> <primary_outcome> <measure>Evaluation of pregnant women diagnosed with COVID-19 with &quot;Post-operative Recovery Index&quot; and &quot;Prenatal Care Satisfaction and Patient Expectations Scale&quot;</measure> <time_frame>3 Months</time_frame> <description>The benefit we expect from the study is to be able to provide optimum care to postoperative patients (after cesarean) diagnosed with COVID-19 and to help them with recovery, to identify and assist the expectation and satisfaction of pregnant women with COVID-19 regarding prenatal care.</description> </primary_outcome> <secondary_outcome> <measure>Evaluation of pregnant women diagnosed with COVID-19 with &quot;Post-operative Recovery Index&quot; and &quot;Prenatal Care Satisfaction and Patient Expectations Scale&quot;</measure> <time_frame>3 Months</time_frame> <description>To determine the differences between healthy pregnant women in the control group and pregnant women diagnosed with COVID-19 in the study group in terms of postoperative care and prenatal care expectations.</description> </secondary_outcome> <enrollment type="Anticipated">75</enrollment> <condition>COVID-19</condition> <condition>Prenatal Care</condition> <condition>Postoperative Care</condition> <eligibility> <study_pop> <textblock> As the patient group, two groups of 75 persons, each of whom are between the ages of 18-45 and who are diagnosed with COVID-19 in reproductive age and healthy pregnant women, will be selected. Patients diagnosed with COVID-19 giving birth with cesarean at term and patients who are followed up with COVID-19 diagnosis before the prenatal period will be selected. </textblock> </study_pop> <sampling_method>Non-Probability Sample</sampling_method> <criteria> <textblock> Inclusion Criteria: - Pregnant patients with COVID-19 Exclusion Criteria: - Patient giving Preterm Labor </textblock> </criteria> <gender>Female</gender> <minimum_age>18 Years</minimum_age> <maximum_age>45 Years</maximum_age> <healthy_volunteers>Accepts Healthy Volunteers</healthy_volunteers> </eligibility> <location> <facility> <name>Kanuni Sultan Suleyman Training and Research Hospital</name> <address> <city>Istanbul</city> <state>Halkali</state> <zip>34307</zip> <country>Turkey</country> </address> </facility> <status>Recruiting</status> <contact> <last_name>Merve Aldikactioglu Talmac, M.D.</last_name> <phone>+905325602366</phone> <email>drmrve@hotmail.com</email> </contact> </location> <location_countries> <country>Turkey</country> </location_countries> <reference> <citation>Omar MA, Schiffman RF, Bingham CR. Development and testing of the patient expectations and satisfaction with prenatal care instrument. Res Nurs Health. 2001 Jun;24(3):218-29.</citation> <PMID>11526620</PMID> </reference> <reference> <citation>Cengiz H, Aygin D. Validity and reliability study of the Turkish version of the Postoperative Recovery Index of patients undergoing surgical intervention. Turk J Med Sci. 2019 Apr 18;49(2):566-573. doi: 10.3906/sag-1806-33.</citation> <PMID>30893985</PMID> </reference> <verification_date>June 2020</verification_date> <study_first_submitted>May 14, 2020</study_first_submitted> <study_first_submitted_qc>May 14, 2020</study_first_submitted_qc> <study_first_posted type="Actual">May 15, 2020</study_first_posted> <last_update_submitted>June 10, 2020</last_update_submitted> <last_update_submitted_qc>June 10, 2020</last_update_submitted_qc> <last_update_posted type="Actual">June 11, 2020</last_update_posted> <responsible_party> <responsible_party_type>Principal Investigator</responsible_party_type> <investigator_affiliation>Kanuni Sultan Suleyman Training and Research Hospital</investigator_affiliation> <investigator_full_name>Merve Aldikactioglu Talmac, MD</investigator_full_name> <investigator_title>Specialist of Obstetrics and Gynecology, Principal Investigator</investigator_title> </responsible_party> <keyword>COVID-19</keyword> <keyword>Prenatal Care</keyword> <keyword>Postoperative Care</keyword> <patient_data> <sharing_ipd>Yes</sharing_ipd> <ipd_info_type>Study Protocol</ipd_info_type> <ipd_info_type>Statistical Analysis Plan (SAP)</ipd_info_type> <ipd_info_type>Informed Consent Form (ICF)</ipd_info_type> <ipd_info_type>Clinical Study Report (CSR)</ipd_info_type> <ipd_info_type>Analytic Code</ipd_info_type> </patient_data> <!-- Results have not yet been posted for this study --> </clinical_study>
50.207143
317
0.750036
3aa383f3923118b224c2257f7550d0e94be85ec8
23,807
vcxproj
XML
main/OpenCover.Profiler/OpenCover.Profiler.vcxproj
khawaleshrikant/opencover
67980c8132b1d574beb1feaa7d269c9dca47b812
[ "MIT" ]
1
2019-12-19T11:45:55.000Z
2019-12-19T11:45:55.000Z
main/OpenCover.Profiler/OpenCover.Profiler.vcxproj
khawaleshrikant/opencover
67980c8132b1d574beb1feaa7d269c9dca47b812
[ "MIT" ]
1
2020-08-04T10:37:39.000Z
2020-08-04T10:37:39.000Z
main/OpenCover.Profiler/OpenCover.Profiler.vcxproj
khawaleshrikant/opencover
67980c8132b1d574beb1feaa7d269c9dca47b812
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{B2CE418E-A5C8-4C46-9513-771414B3CA4C}</ProjectGuid> <Keyword>AtlProj</Keyword> <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> <TargetFrameworkProfile /> <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> <RestorePackages>true</RestorePackages> <GtestRunnerTaskEnabled>false</GtestRunnerTaskEnabled> <WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <UseOfAtl>Static</UseOfAtl> <CharacterSet>Unicode</CharacterSet> <UseOfMfc>Static</UseOfMfc> <PlatformToolset>v141</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <UseOfAtl>Static</UseOfAtl> <CharacterSet>Unicode</CharacterSet> <UseOfMfc>Static</UseOfMfc> <PlatformToolset>v141</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <UseOfAtl>Static</UseOfAtl> <CharacterSet>Unicode</CharacterSet> <UseOfMfc>Static</UseOfMfc> <PlatformToolset>v141</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <UseOfAtl>Static</UseOfAtl> <CharacterSet>Unicode</CharacterSet> <UseOfMfc>Static</UseOfMfc> <PlatformToolset>v141</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros"> <NuGetPackageImportStamp>28d414b3</NuGetPackageImportStamp> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <IgnoreImportLibrary>true</IgnoreImportLibrary> <LinkIncremental>true</LinkIncremental> <OutDir>$(SolutionDir)bin\$(Configuration)\x86\</OutDir> <IntDir>$(Platform)\$(Configuration)\</IntDir> <RunCodeAnalysis>true</RunCodeAnalysis> <IncludePath>$(DotNetSdkRoot)..\4.7.2\Include\um;$(IncludePath)</IncludePath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <IgnoreImportLibrary>true</IgnoreImportLibrary> <LinkIncremental>true</LinkIncremental> <OutDir>$(SolutionDir)bin\$(Configuration)\x64\</OutDir> <RunCodeAnalysis>true</RunCodeAnalysis> <IncludePath>$(DotNetSdkRoot)..\4.7.2\Include\um;$(IncludePath)</IncludePath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <IgnoreImportLibrary>true</IgnoreImportLibrary> <LinkIncremental>false</LinkIncremental> <OutDir>$(SolutionDir)bin\$(Configuration)\x86\</OutDir> <IntDir>$(Platform)\$(Configuration)\</IntDir> <RunCodeAnalysis>true</RunCodeAnalysis> <IncludePath>$(DotNetSdkRoot)..\4.7.2\Include\um;$(IncludePath)</IncludePath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <IgnoreImportLibrary>true</IgnoreImportLibrary> <LinkIncremental>false</LinkIncremental> <OutDir>$(SolutionDir)bin\$(Configuration)\x64\</OutDir> <RunCodeAnalysis>true</RunCodeAnalysis> <IncludePath>$(DotNetSdkRoot)..\4.7.2\Include\um;$(IncludePath)</IncludePath> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles> <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName)$(PlatformArchitecture).pch</PrecompiledHeaderOutputFile> <EnablePREfast>true</EnablePREfast> </ClCompile> <Midl> <MkTypLibCompatible>false</MkTypLibCompatible> <TargetEnvironment>Win32</TargetEnvironment> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <HeaderFileName>OpenCoverProfiler_i.h</HeaderFileName> <InterfaceIdentifierFileName>OpenCoverProfiler_i.c</InterfaceIdentifierFileName> <ProxyFileName>OpenCoverProfiler_p.c</ProxyFileName> <GenerateStublessProxies>true</GenerateStublessProxies> <TypeLibraryName>$(IntDir)OpenCoverProfiler.tlb</TypeLibraryName> <DllDataFileName> </DllDataFileName> <ValidateAllParameters>true</ValidateAllParameters> </Midl> <ResourceCompile> <Culture>0x0409</Culture> <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> <Link> <SubSystem>Windows</SubSystem> <ModuleDefinitionFile>.\OpenCover.Profiler.def</ModuleDefinitionFile> <GenerateDebugInformation>true</GenerateDebugInformation> <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> <Xdcmake> <OutputFile>$(SolutionDir)Docs\$(TargetName).xml</OutputFile> </Xdcmake> <PostBuildEvent /> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>_WIN64;WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles> <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName)$(PlatformArchitecture).pch</PrecompiledHeaderOutputFile> <EnablePREfast>true</EnablePREfast> </ClCompile> <Midl> <MkTypLibCompatible>false</MkTypLibCompatible> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <HeaderFileName>OpenCoverProfiler_i.h</HeaderFileName> <InterfaceIdentifierFileName>OpenCoverProfiler_i.c</InterfaceIdentifierFileName> <ProxyFileName>OpenCoverProfiler_p.c</ProxyFileName> <GenerateStublessProxies>true</GenerateStublessProxies> <TypeLibraryName>$(IntDir)OpenCoverProfiler.tlb</TypeLibraryName> <DllDataFileName> </DllDataFileName> </Midl> <ResourceCompile> <Culture>0x0409</Culture> <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>_WIN64;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> <Link> <SubSystem>Windows</SubSystem> <ModuleDefinitionFile>.\OpenCover.Profiler.def</ModuleDefinitionFile> <GenerateDebugInformation>true</GenerateDebugInformation> <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> <Xdcmake> <OutputFile>$(SolutionDir)Docs\$(TargetName).xml</OutputFile> </Xdcmake> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>MaxSpeed</Optimization> <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles> <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName)$(PlatformArchitecture).pch</PrecompiledHeaderOutputFile> <EnablePREfast>true</EnablePREfast> </ClCompile> <Midl> <MkTypLibCompatible>false</MkTypLibCompatible> <TargetEnvironment>Win32</TargetEnvironment> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <HeaderFileName>OpenCoverProfiler_i.h</HeaderFileName> <InterfaceIdentifierFileName>OpenCoverProfiler_i.c</InterfaceIdentifierFileName> <ProxyFileName>OpenCoverProfiler_p.c</ProxyFileName> <GenerateStublessProxies>true</GenerateStublessProxies> <TypeLibraryName>$(IntDir)OpenCoverProfiler.tlb</TypeLibraryName> <DllDataFileName> </DllDataFileName> <ValidateAllParameters>true</ValidateAllParameters> </Midl> <ResourceCompile> <Culture>0x0409</Culture> <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> <Link> <SubSystem>Windows</SubSystem> <ModuleDefinitionFile>.\OpenCover.Profiler.def</ModuleDefinitionFile> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> <Xdcmake> <OutputFile>$(SolutionDir)Docs\$(TargetName).xml</OutputFile> </Xdcmake> <PostBuildEvent /> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>MaxSpeed</Optimization> <PreprocessorDefinitions>_WIN64;WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> <GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles> <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName)$(PlatformArchitecture).pch</PrecompiledHeaderOutputFile> <EnablePREfast>true</EnablePREfast> </ClCompile> <Midl> <MkTypLibCompatible>false</MkTypLibCompatible> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <HeaderFileName>OpenCoverProfiler_i.h</HeaderFileName> <InterfaceIdentifierFileName>OpenCoverProfiler_i.c</InterfaceIdentifierFileName> <ProxyFileName>OpenCoverProfiler_p.c</ProxyFileName> <GenerateStublessProxies>true</GenerateStublessProxies> <TypeLibraryName>$(IntDir)OpenCoverProfiler.tlb</TypeLibraryName> <DllDataFileName> </DllDataFileName> </Midl> <ResourceCompile> <Culture>0x0409</Culture> <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>_WIN64;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> <Link> <SubSystem>Windows</SubSystem> <ModuleDefinitionFile>.\OpenCover.Profiler.def</ModuleDefinitionFile> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <AdditionalDependencies>version.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> <Xdcmake> <OutputFile>$(SolutionDir)Docs\$(TargetName).xml</OutputFile> </Xdcmake> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="CodeCoverage.cpp" /> <ClCompile Include="CodeCoverage_Callback.cpp" /> <ClCompile Include="CodeCoverage_Cuckoo.cpp" /> <ClCompile Include="CodeCoverage_ProfilerInfo.cpp" /> <ClCompile Include="CodeCoverage_Support.cpp" /> <ClCompile Include="CodeCoverage_Thread.cpp" /> <ClCompile Include="CoverageInstrumentation.cpp" /> <ClCompile Include="dllmain.cpp"> <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged> <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </PrecompiledHeader> <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged> <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </PrecompiledHeader> </ClCompile> <ClCompile Include="Instruction.cpp" /> <ClCompile Include="Method.cpp" /> <ClCompile Include="NativeCallback.cpp" /> <ClCompile Include="OpenCover.Profiler.cpp" /> <ClCompile Include="OpenCoverProfiler_i.c"> <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged> <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </PrecompiledHeader> <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged> <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </PrecompiledHeader> <GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateXMLDocumentationFiles> <GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateXMLDocumentationFiles> <GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateXMLDocumentationFiles> <GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateXMLDocumentationFiles> </ClCompile> <ClCompile Include="ProfilerCommunication.cpp" /> <ClCompile Include="ExceptionHandler.cpp" /> <ClCompile Include="ProfilerInfo.cpp" /> <ClCompile Include="SharedMemory.cpp" /> <ClCompile Include="stdafx.cpp"> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> </ClCompile> <ClCompile Include="Timer.cpp" /> <ClCompile Include="xdlldata.c"> <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged> <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> </PrecompiledHeader> <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged> <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> </PrecompiledHeader> <GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateXMLDocumentationFiles> <GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateXMLDocumentationFiles> <GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateXMLDocumentationFiles> <GenerateXMLDocumentationFiles Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateXMLDocumentationFiles> </ClCompile> <ClCompile Include="Operations.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="CodeCoverage.h" /> <ClInclude Include="CoverageInstrumentation.h" /> <ClInclude Include="dllmain.h" /> <ClInclude Include="Instruction.h" /> <ClInclude Include="Messages.h" /> <ClInclude Include="Method.h" /> <ClInclude Include="MethodBuffer.h" /> <ClInclude Include="NativeCallback.h" /> <ClInclude Include="OpenCoverProfiler_i.h" /> <ClInclude Include="ProfileBase.h" /> <ClInclude Include="ProfilerCommunication.h" /> <ClInclude Include="ProfilerInfo.h" /> <ClInclude Include="ProfilerInfoBase.h" /> <ClInclude Include="ReleaseTrace.h" /> <ClInclude Include="Resource.h" /> <ClInclude Include="ExceptionHandler.h" /> <ClInclude Include="SharedMemory.h" /> <ClInclude Include="Synchronization.h" /> <ClInclude Include="stdafx.h" /> <ClInclude Include="targetver.h" /> <ClInclude Include="Timer.h" /> <ClInclude Include="xdlldata.h" /> <ClInclude Include="Operations.h" /> </ItemGroup> <ItemGroup> <ResourceCompile Include="OpenCover.Profiler.rc" /> </ItemGroup> <ItemGroup> <None Include="CodeCoverage.rgs" /> <None Include="OpenCover.Profiler.def" /> <None Include="OpenCover.Profiler.rgs" /> <None Include="packages.config" /> </ItemGroup> <ItemGroup> <Midl Include="OpenCoverProfiler.idl" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> <Import Project="..\packages\CppCheckTask.1.5.3\build\CppCheckTask.targets" Condition="Exists('..\packages\CppCheckTask.1.5.3\build\CppCheckTask.targets')" /> <Import Project="..\packages\CppLintTask.1.5.3\build\CppLintTask.targets" Condition="Exists('..\packages\CppLintTask.1.5.3\build\CppLintTask.targets')" /> <Import Project="..\packages\IntelInspectorTask.1.5.3\build\IntelInspectorTask.targets" Condition="Exists('..\packages\IntelInspectorTask.1.5.3\build\IntelInspectorTask.targets')" /> <Import Project="..\packages\RatsTask.1.5.3\build\RatsTask.targets" Condition="Exists('..\packages\RatsTask.1.5.3\build\RatsTask.targets')" /> <Import Project="..\packages\VeraTask.1.5.3\build\VeraTask.targets" Condition="Exists('..\packages\VeraTask.1.5.3\build\VeraTask.targets')" /> <Import Project="..\packages\GtestRunnerTask.1.5.3\build\GtestRunnerTask.targets" Condition="Exists('..\packages\GtestRunnerTask.1.5.3\build\GtestRunnerTask.targets')" /> </ImportGroup> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> <Error Condition="!Exists('..\packages\CppCheckTask.1.5.3\build\CppCheckTask.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CppCheckTask.1.5.3\build\CppCheckTask.targets'))" /> <Error Condition="!Exists('..\packages\CppLintTask.1.5.3\build\CppLintTask.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CppLintTask.1.5.3\build\CppLintTask.targets'))" /> <Error Condition="!Exists('..\packages\IntelInspectorTask.1.5.3\build\IntelInspectorTask.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\IntelInspectorTask.1.5.3\build\IntelInspectorTask.targets'))" /> <Error Condition="!Exists('..\packages\RatsTask.1.5.3\build\RatsTask.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\RatsTask.1.5.3\build\RatsTask.targets'))" /> <Error Condition="!Exists('..\packages\VeraTask.1.5.3\build\VeraTask.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\VeraTask.1.5.3\build\VeraTask.targets'))" /> <Error Condition="!Exists('..\packages\GtestRunnerTask.1.5.3\build\GtestRunnerTask.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\GtestRunnerTask.1.5.3\build\GtestRunnerTask.targets'))" /> </Target> </Project>
59.5175
251
0.721048
74d0b2f0056a78a0a3b83023644bee53dbe26b64
846
xsd
XML
tests/wadls/cupi/xsd/Folder.xsd
wsalazar/wills-wadl-parser
d3f982d2b9cde31138bd506acc407f91797fe7c9
[ "MIT" ]
null
null
null
tests/wadls/cupi/xsd/Folder.xsd
wsalazar/wills-wadl-parser
d3f982d2b9cde31138bd506acc407f91797fe7c9
[ "MIT" ]
null
null
null
tests/wadls/cupi/xsd/Folder.xsd
wsalazar/wills-wadl-parser
d3f982d2b9cde31138bd506acc407f91797fe7c9
[ "MIT" ]
1
2022-01-18T21:52:38.000Z
2022-01-18T21:52:38.000Z
<?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.cisco.com" xmlns="http://www.cisco.com" elementFormDefault="qualified"> <xs:complexType name="Folder"> <xs:sequence> <xs:element name="URI" type="xs:anyURI" /> <xs:element name="DisplayName" type="xs:string" /> <xs:element name="MessageCount" type="xs:int" /> <xs:element name="USN" type="xs:string" /> <xs:element name="UIDValidity" type="xs:string" /> </xs:sequence> </xs:complexType> <xs:element name="Folder" type="Folder"/> <xs:element name="Folders"> <xs:complexType> <xs:sequence> <xs:element name="Folder" type="Folder" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema>
32.538462
82
0.624113
2d4d252fe5b0d825583a2ca6321112838cb04f7d
142,784
xml
XML
17-05-2017/Winning Chromosomes/6G X 1 COMB/2/ENTM + TL2 + TD/2+tl2+td6g/chromosome/chromosome44798247.xml
Fumaloko92/MSc-Thesis
5b8c08510588233dc9b514345725d379278251ba
[ "MIT" ]
null
null
null
17-05-2017/Winning Chromosomes/6G X 1 COMB/2/ENTM + TL2 + TD/2+tl2+td6g/chromosome/chromosome44798247.xml
Fumaloko92/MSc-Thesis
5b8c08510588233dc9b514345725d379278251ba
[ "MIT" ]
null
null
null
17-05-2017/Winning Chromosomes/6G X 1 COMB/2/ENTM + TL2 + TD/2+tl2+td6g/chromosome/chromosome44798247.xml
Fumaloko92/MSc-Thesis
5b8c08510588233dc9b514345725d379278251ba
[ "MIT" ]
null
null
null
<chromosome id="44798247" primary-parent-id="44585910"><neuron id="42520803" type="in" activation="linear"/> <neuron id="42520804" type="in" activation="linear"/> <neuron id="42520805" type="in" activation="linear"/> <neuron id="42520806" type="in" activation="linear"/> <neuron id="42520807" type="in" activation="linear"/> <neuron id="42520808" type="in" activation="linear"/> <neuron id="42520809" type="in" activation="linear"/> <neuron id="42520810" type="in" activation="linear"/> <neuron id="42520811" type="in" activation="linear"/> <neuron id="42520812" type="in" activation="linear"/> <neuron id="42520813" type="in" activation="linear"/> <neuron id="42520814" type="in" activation="linear"/> <neuron id="42520815" type="in" activation="linear"/> <neuron id="42520816" type="in" activation="linear"/> <neuron id="42520817" type="in" activation="linear"/> <neuron id="42520818" type="in" activation="linear"/> <neuron id="42520819" type="in" activation="linear"/> <neuron id="42520820" type="in" activation="linear"/> <neuron id="42520821" type="in" activation="linear"/> <neuron id="42520822" type="in" activation="linear"/> <neuron id="42520823" type="in" activation="linear"/> <neuron id="42520824" type="in" activation="linear"/> <neuron id="42520825" type="in" activation="linear"/> <neuron id="42520826" type="in" activation="linear"/> <neuron id="42520827" type="in" activation="linear"/> <neuron id="42520828" type="in" activation="linear"/> <neuron id="42520829" type="in" activation="linear"/> <neuron id="42520830" type="in" activation="linear"/> <neuron id="42520831" type="in" activation="linear"/> <neuron id="42520832" type="in" activation="linear"/> <neuron id="42520833" type="in" activation="linear"/> <neuron id="42520834" type="in" activation="linear"/> <neuron id="42520835" type="in" activation="linear"/> <neuron id="42520836" type="in" activation="linear"/> <neuron id="42520837" type="in" activation="linear"/> <neuron id="42520838" type="in" activation="linear"/> <neuron id="42520839" type="in" activation="linear"/> <neuron id="42520840" type="in" activation="linear"/> <neuron id="42520841" type="in" activation="linear"/> <neuron id="42520842" type="in" activation="linear"/> <neuron id="42520843" type="in" activation="linear"/> <neuron id="42520844" type="in" activation="linear"/> <neuron id="42520845" type="in" activation="linear"/> <neuron id="42520846" type="in" activation="linear"/> <neuron id="42520847" type="in" activation="linear"/> <neuron id="42520848" type="in" activation="linear"/> <neuron id="42520849" type="in" activation="linear"/> <neuron id="42520850" type="in" activation="linear"/> <neuron id="42520851" type="in" activation="linear"/> <neuron id="42520852" type="in" activation="linear"/> <neuron id="42520853" type="in" activation="linear"/> <neuron id="42520854" type="in" activation="linear"/> <neuron id="42520855" type="in" activation="linear"/> <neuron id="42520856" type="in" activation="linear"/> <neuron id="42520857" type="in" activation="linear"/> <neuron id="42520858" type="in" activation="linear"/> <neuron id="42520859" type="in" activation="linear"/> <neuron id="42520860" type="in" activation="linear"/> <neuron id="42520861" type="in" activation="linear"/> <neuron id="42520862" type="in" activation="linear"/> <neuron id="42520863" type="in" activation="linear"/> <neuron id="42520864" type="in" activation="linear"/> <neuron id="42520865" type="in" activation="linear"/> <neuron id="42520866" type="in" activation="linear"/> <neuron id="42520867" type="in" activation="linear"/> <neuron id="42520868" type="in" activation="linear"/> <neuron id="42520869" type="in" activation="linear"/> <neuron id="42520870" type="in" activation="linear"/> <neuron id="42520871" type="in" activation="linear"/> <neuron id="42520872" type="in" activation="linear"/> <neuron id="42520873" type="in" activation="linear"/> <neuron id="42520874" type="in" activation="linear"/> <neuron id="42520875" type="in" activation="linear"/> <neuron id="42520876" type="in" activation="linear"/> <neuron id="42520877" type="in" activation="linear"/> <neuron id="42520878" type="in" activation="linear"/> <neuron id="42520879" type="in" activation="linear"/> <neuron id="42520880" type="in" activation="linear"/> <neuron id="42520881" type="in" activation="linear"/> <neuron id="42520882" type="in" activation="linear"/> <neuron id="42520883" type="in" activation="linear"/> <neuron id="42520884" type="in" activation="linear"/> <neuron id="42520885" type="in" activation="linear"/> <neuron id="42520886" type="in" activation="linear"/> <neuron id="42520887" type="in" activation="linear"/> <neuron id="42520888" type="in" activation="linear"/> <neuron id="42520889" type="out" activation="sigmoid"/> <connection id="42520890" src-id="42520803" dest-id="42520889" weight="2.1307485977581164"/> <connection id="42520891" src-id="42520804" dest-id="42520889" weight="1.5247951031573934"/> <connection id="42520892" src-id="42520805" dest-id="42520889" weight="6.513249793521262"/> <connection id="42520893" src-id="42520806" dest-id="42520889" weight="-10.0"/> <connection id="42520894" src-id="42520807" dest-id="42520889" weight="1.8839985866606084"/> <connection id="42520896" src-id="42520809" dest-id="42520889" weight="1.479370963395377"/> <connection id="42520897" src-id="42520810" dest-id="42520889" weight="-9.179925689675578"/> <connection id="42520898" src-id="42520811" dest-id="42520889" weight="-8.5780921939815"/> <connection id="42520899" src-id="42520812" dest-id="42520889" weight="-1.4433737443561423"/> <connection id="42520900" src-id="42520813" dest-id="42520889" weight="10.0"/> <connection id="42520901" src-id="42520814" dest-id="42520889" weight="-1.308982348537362"/> <connection id="42520903" src-id="42520816" dest-id="42520889" weight="5.4473711890793375"/> <connection id="42520904" src-id="42520817" dest-id="42520889" weight="-6.627865059585662"/> <connection id="42520906" src-id="42520819" dest-id="42520889" weight="1.615533050573247"/> <connection id="42520907" src-id="42520820" dest-id="42520889" weight="-10.0"/> <connection id="42520908" src-id="42520821" dest-id="42520889" weight="-4.06314595236299"/> <connection id="42520910" src-id="42520823" dest-id="42520889" weight="0.9546274046806209"/> <connection id="42520912" src-id="42520825" dest-id="42520889" weight="-7.476753829950407"/> <connection id="42520913" src-id="42520826" dest-id="42520889" weight="-6.182205241792686"/> <connection id="42520914" src-id="42520827" dest-id="42520889" weight="10.0"/> <connection id="42520915" src-id="42520828" dest-id="42520889" weight="0.557015292877304"/> <connection id="42520916" src-id="42520829" dest-id="42520889" weight="2.0470749513607807"/> <connection id="42520917" src-id="42520830" dest-id="42520889" weight="5.383701081663513"/> <connection id="42520918" src-id="42520831" dest-id="42520889" weight="-2.4761967414292454"/> <connection id="42520919" src-id="42520832" dest-id="42520889" weight="10.0"/> <connection id="42520921" src-id="42520834" dest-id="42520889" weight="0.17950159341480842"/> <connection id="42520922" src-id="42520835" dest-id="42520889" weight="10.0"/> <connection id="42520923" src-id="42520836" dest-id="42520889" weight="1.3997568315326872"/> <connection id="42520925" src-id="42520838" dest-id="42520889" weight="-5.852789440886423"/> <connection id="42520927" src-id="42520840" dest-id="42520889" weight="4.670540677428069"/> <connection id="42520928" src-id="42520841" dest-id="42520889" weight="-3.8122216252535033"/> <connection id="42520929" src-id="42520842" dest-id="42520889" weight="4.625507249332054"/> <connection id="42520931" src-id="42520844" dest-id="42520889" weight="-6.157340641171941"/> <connection id="42520934" src-id="42520847" dest-id="42520889" weight="5.238944449378778"/> <connection id="42520935" src-id="42520848" dest-id="42520889" weight="8.560457125136686"/> <connection id="42520936" src-id="42520849" dest-id="42520889" weight="7.8166354744423225"/> <connection id="42520937" src-id="42520850" dest-id="42520889" weight="4.667804558801457"/> <connection id="42520938" src-id="42520851" dest-id="42520889" weight="6.227740662227712"/> <connection id="42520939" src-id="42520852" dest-id="42520889" weight="-5.546341638959084"/> <connection id="42520940" src-id="42520853" dest-id="42520889" weight="-10.0"/> <connection id="42520942" src-id="42520855" dest-id="42520889" weight="-7.454786230199853"/> <connection id="42520944" src-id="42520857" dest-id="42520889" weight="-5.263848357010562"/> <connection id="42520945" src-id="42520858" dest-id="42520889" weight="-0.18724822584435952"/> <connection id="42520946" src-id="42520859" dest-id="42520889" weight="4.877941148660958"/> <connection id="42520949" src-id="42520862" dest-id="42520889" weight="3.5348975108514438"/> <connection id="42520950" src-id="42520863" dest-id="42520889" weight="7.603131948734029"/> <connection id="42520951" src-id="42520864" dest-id="42520889" weight="-9.412081802036763"/> <connection id="42520952" src-id="42520865" dest-id="42520889" weight="5.512604205644339"/> <connection id="42520953" src-id="42520866" dest-id="42520889" weight="5.487840842810765"/> <connection id="42520954" src-id="42520867" dest-id="42520889" weight="9.289444899831244"/> <connection id="42520956" src-id="42520869" dest-id="42520889" weight="-2.749621931531717"/> <connection id="42520957" src-id="42520870" dest-id="42520889" weight="5.7727282189282105"/> <connection id="42520958" src-id="42520871" dest-id="42520889" weight="-1.2233865270005282"/> <connection id="42520959" src-id="42520872" dest-id="42520889" weight="-6.969993751254268"/> <connection id="42520960" src-id="42520873" dest-id="42520889" weight="-2.644988636211324"/> <connection id="42520962" src-id="42520875" dest-id="42520889" weight="-4.657716403269274"/> <connection id="42520964" src-id="42520877" dest-id="42520889" weight="-8.636188559606332"/> <connection id="42520965" src-id="42520878" dest-id="42520889" weight="-0.12185801273875096"/> <connection id="42520966" src-id="42520879" dest-id="42520889" weight="9.327612293066741"/> <connection id="42520967" src-id="42520880" dest-id="42520889" weight="8.309280364945094"/> <connection id="42520971" src-id="42520884" dest-id="42520889" weight="5.708627665128514"/> <connection id="42520972" src-id="42520885" dest-id="42520889" weight="-1.2970147938595442"/> <neuron id="42520976" type="out" activation="sigmoid"/> <connection id="42520978" src-id="42520804" dest-id="42520976" weight="-10.0"/> <connection id="42520979" src-id="42520805" dest-id="42520976" weight="4.7151707517560375"/> <connection id="42520980" src-id="42520806" dest-id="42520976" weight="4.2469868270550215"/> <connection id="42520981" src-id="42520807" dest-id="42520976" weight="9.642411173639573"/> <connection id="42520982" src-id="42520808" dest-id="42520976" weight="-0.40006288251261823"/> <connection id="42520983" src-id="42520809" dest-id="42520976" weight="6.185550035066151"/> <connection id="42520984" src-id="42520810" dest-id="42520976" weight="6.791347124328637"/> <connection id="42520985" src-id="42520811" dest-id="42520976" weight="4.037130459415902"/> <connection id="42520987" src-id="42520813" dest-id="42520976" weight="8.741466533661884"/> <connection id="42520988" src-id="42520814" dest-id="42520976" weight="-8.390974809995559"/> <connection id="42520989" src-id="42520815" dest-id="42520976" weight="6.604520133008079"/> <connection id="42520991" src-id="42520817" dest-id="42520976" weight="10.0"/> <connection id="42520994" src-id="42520820" dest-id="42520976" weight="1.2085097242040188"/> <connection id="42520996" src-id="42520822" dest-id="42520976" weight="-10.0"/> <connection id="42520997" src-id="42520823" dest-id="42520976" weight="-7.580676810974857"/> <connection id="42520998" src-id="42520824" dest-id="42520976" weight="6.071954857481397"/> <connection id="42520999" src-id="42520825" dest-id="42520976" weight="-5.7132488293560035"/> <connection id="42521000" src-id="42520826" dest-id="42520976" weight="-1.9110102621250102"/> <connection id="42521001" src-id="42520827" dest-id="42520976" weight="3.3662041515969023"/> <connection id="42521002" src-id="42520828" dest-id="42520976" weight="1.121590661663209"/> <connection id="42521003" src-id="42520829" dest-id="42520976" weight="5.0496868796650105"/> <connection id="42521005" src-id="42520831" dest-id="42520976" weight="-5.136879552597318"/> <connection id="42521006" src-id="42520832" dest-id="42520976" weight="9.236036402326183"/> <connection id="42521007" src-id="42520833" dest-id="42520976" weight="9.243492056520436"/> <connection id="42521008" src-id="42520834" dest-id="42520976" weight="-9.29895139494036"/> <connection id="42521009" src-id="42520835" dest-id="42520976" weight="5.178870035830092"/> <connection id="42521013" src-id="42520839" dest-id="42520976" weight="-3.23837210317069"/> <connection id="42521014" src-id="42520840" dest-id="42520976" weight="10.0"/> <connection id="42521016" src-id="42520842" dest-id="42520976" weight="-2.9485260360812027"/> <connection id="42521018" src-id="42520844" dest-id="42520976" weight="-10.0"/> <connection id="42521020" src-id="42520846" dest-id="42520976" weight="-10.0"/> <connection id="42521021" src-id="42520847" dest-id="42520976" weight="8.204716368104119"/> <connection id="42521022" src-id="42520848" dest-id="42520976" weight="-3.052559937925156"/> <connection id="42521023" src-id="42520849" dest-id="42520976" weight="10.0"/> <connection id="42521024" src-id="42520850" dest-id="42520976" weight="-9.373875558484993"/> <connection id="42521025" src-id="42520851" dest-id="42520976" weight="-3.8320366051820534"/> <connection id="42521026" src-id="42520852" dest-id="42520976" weight="-0.7580866760256845"/> <connection id="42521027" src-id="42520853" dest-id="42520976" weight="-6.895516615317542"/> <connection id="42521028" src-id="42520854" dest-id="42520976" weight="-10.0"/> <connection id="42521029" src-id="42520855" dest-id="42520976" weight="-10.0"/> <connection id="42521030" src-id="42520856" dest-id="42520976" weight="-6.130070542724148"/> <connection id="42521032" src-id="42520858" dest-id="42520976" weight="-0.9875762784030144"/> <connection id="42521033" src-id="42520859" dest-id="42520976" weight="-6.630954531185626"/> <connection id="42521034" src-id="42520860" dest-id="42520976" weight="-8.286284960819431"/> <connection id="42521035" src-id="42520861" dest-id="42520976" weight="5.63045604863397"/> <connection id="42521037" src-id="42520863" dest-id="42520976" weight="2.1135196535911036"/> <connection id="42521038" src-id="42520864" dest-id="42520976" weight="-1.9353896115041764"/> <connection id="42521039" src-id="42520865" dest-id="42520976" weight="2.176296867745771"/> <connection id="42521040" src-id="42520866" dest-id="42520976" weight="-0.3211116111463156"/> <connection id="42521042" src-id="42520868" dest-id="42520976" weight="8.737484049735517"/> <connection id="42521043" src-id="42520869" dest-id="42520976" weight="-1.9942877442757003"/> <connection id="42521044" src-id="42520870" dest-id="42520976" weight="-7.6751509228324375"/> <connection id="42521045" src-id="42520871" dest-id="42520976" weight="-10.0"/> <connection id="42521046" src-id="42520872" dest-id="42520976" weight="3.599232361154158"/> <connection id="42521048" src-id="42520874" dest-id="42520976" weight="-10.0"/> <connection id="42521049" src-id="42520875" dest-id="42520976" weight="-3.6119036804030844"/> <connection id="42521050" src-id="42520876" dest-id="42520976" weight="7.4461252578705"/> <connection id="42521051" src-id="42520877" dest-id="42520976" weight="9.610930976219361"/> <connection id="42521052" src-id="42520878" dest-id="42520976" weight="-9.117829660153912"/> <connection id="42521053" src-id="42520879" dest-id="42520976" weight="-9.32249390060658"/> <connection id="42521054" src-id="42520880" dest-id="42520976" weight="10.0"/> <connection id="42521055" src-id="42520881" dest-id="42520976" weight="-3.275600123787797"/> <connection id="42521056" src-id="42520882" dest-id="42520976" weight="1.3574389339371762"/> <connection id="42521058" src-id="42520884" dest-id="42520976" weight="9.806315766599267"/> <connection id="42521059" src-id="42520885" dest-id="42520976" weight="-1.2997860200911062"/> <connection id="42521060" src-id="42520886" dest-id="42520976" weight="-8.125144927245342"/> <connection id="42521061" src-id="42520887" dest-id="42520976" weight="7.693372938609541"/> <neuron id="42521063" type="out" activation="sigmoid"/> <connection id="42521066" src-id="42520805" dest-id="42521063" weight="-4.313406335304625"/> <connection id="42521067" src-id="42520806" dest-id="42521063" weight="-3.4213818241774887"/> <connection id="42521068" src-id="42520807" dest-id="42521063" weight="-9.767490612594154"/> <connection id="42521069" src-id="42520808" dest-id="42521063" weight="10.0"/> <connection id="42521070" src-id="42520809" dest-id="42521063" weight="-5.736916060098309"/> <connection id="42521071" src-id="42520810" dest-id="42521063" weight="-1.2118337739370113"/> <connection id="42521072" src-id="42520811" dest-id="42521063" weight="-3.651311353945486"/> <connection id="42521073" src-id="42520812" dest-id="42521063" weight="0.6228550837957973"/> <connection id="42521074" src-id="42520813" dest-id="42521063" weight="8.034703066364212"/> <connection id="42521075" src-id="42520814" dest-id="42521063" weight="-8.086078417299314"/> <connection id="42521076" src-id="42520815" dest-id="42521063" weight="3.3880965791293693"/> <connection id="42521077" src-id="42520816" dest-id="42521063" weight="-9.745697981931219"/> <connection id="42521079" src-id="42520818" dest-id="42521063" weight="3.908399272528059"/> <connection id="42521081" src-id="42520820" dest-id="42521063" weight="5.11612384579347"/> <connection id="42521082" src-id="42520821" dest-id="42521063" weight="2.230697895801697"/> <connection id="42521084" src-id="42520823" dest-id="42521063" weight="-6.3675551936918895"/> <connection id="42521085" src-id="42520824" dest-id="42521063" weight="-2.525563602241134"/> <connection id="42521086" src-id="42520825" dest-id="42521063" weight="-2.79011225931238"/> <connection id="42521087" src-id="42520826" dest-id="42521063" weight="-8.625678720361297"/> <connection id="42521088" src-id="42520827" dest-id="42521063" weight="8.950761606380842"/> <connection id="42521089" src-id="42520828" dest-id="42521063" weight="-8.236317628723636"/> <connection id="42521090" src-id="42520829" dest-id="42521063" weight="10.0"/> <connection id="42521092" src-id="42520831" dest-id="42521063" weight="3.06607231971818"/> <connection id="42521093" src-id="42520832" dest-id="42521063" weight="5.368574290964642"/> <connection id="42521095" src-id="42520834" dest-id="42521063" weight="-10.0"/> <connection id="42521096" src-id="42520835" dest-id="42521063" weight="3.484550627866173"/> <connection id="42521098" src-id="42520837" dest-id="42521063" weight="-3.9588635812914115"/> <connection id="42521099" src-id="42520838" dest-id="42521063" weight="-8.194031748949302"/> <connection id="42521100" src-id="42520839" dest-id="42521063" weight="4.0536527599001495"/> <connection id="42521103" src-id="42520842" dest-id="42521063" weight="7.044212317593457"/> <connection id="42521104" src-id="42520843" dest-id="42521063" weight="-6.734751607023018"/> <connection id="42521105" src-id="42520844" dest-id="42521063" weight="2.251655843488361"/> <connection id="42521106" src-id="42520845" dest-id="42521063" weight="-4.341648378791464"/> <connection id="42521109" src-id="42520848" dest-id="42521063" weight="-10.0"/> <connection id="42521110" src-id="42520849" dest-id="42521063" weight="-10.0"/> <connection id="42521112" src-id="42520851" dest-id="42521063" weight="4.46088626724836"/> <connection id="42521113" src-id="42520852" dest-id="42521063" weight="1.8089185742124108"/> <connection id="42521114" src-id="42520853" dest-id="42521063" weight="-0.6056047002546172"/> <connection id="42521115" src-id="42520854" dest-id="42521063" weight="-1.7328291880963824"/> <connection id="42521116" src-id="42520855" dest-id="42521063" weight="-0.7955224463431703"/> <connection id="42521117" src-id="42520856" dest-id="42521063" weight="-2.6602913423459733"/> <connection id="42521118" src-id="42520857" dest-id="42521063" weight="0.448920541715756"/> <connection id="42521119" src-id="42520858" dest-id="42521063" weight="7.575880926771611"/> <connection id="42521120" src-id="42520859" dest-id="42521063" weight="-8.146920108466105"/> <connection id="42521121" src-id="42520860" dest-id="42521063" weight="-7.342425436190804"/> <connection id="42521123" src-id="42520862" dest-id="42521063" weight="2.859171538086352"/> <connection id="42521124" src-id="42520863" dest-id="42521063" weight="4.2687903353636365"/> <connection id="42521126" src-id="42520865" dest-id="42521063" weight="2.710737410504029"/> <connection id="42521127" src-id="42520866" dest-id="42521063" weight="10.0"/> <connection id="42521128" src-id="42520867" dest-id="42521063" weight="1.9700064142860993"/> <connection id="42521130" src-id="42520869" dest-id="42521063" weight="7.941405047220416"/> <connection id="42521131" src-id="42520870" dest-id="42521063" weight="-7.7766053410899865"/> <connection id="42521132" src-id="42520871" dest-id="42521063" weight="-3.791444058777006"/> <connection id="42521135" src-id="42520874" dest-id="42521063" weight="10.0"/> <connection id="42521136" src-id="42520875" dest-id="42521063" weight="7.257132359351889"/> <connection id="42521137" src-id="42520876" dest-id="42521063" weight="-1.3869375427795645"/> <connection id="42521138" src-id="42520877" dest-id="42521063" weight="9.552217386556775"/> <connection id="42521139" src-id="42520878" dest-id="42521063" weight="-3.1018140314586558"/> <connection id="42521140" src-id="42520879" dest-id="42521063" weight="2.8875110342540093"/> <connection id="42521141" src-id="42520880" dest-id="42521063" weight="6.911967007154103"/> <connection id="42521142" src-id="42520881" dest-id="42521063" weight="-10.0"/> <connection id="42521143" src-id="42520882" dest-id="42521063" weight="7.9012458622128205"/> <connection id="42521144" src-id="42520883" dest-id="42521063" weight="0.04130734189081953"/> <connection id="42521145" src-id="42520884" dest-id="42521063" weight="3.1097185149638693"/> <connection id="42521146" src-id="42520885" dest-id="42521063" weight="-5.033100101861836"/> <connection id="42521147" src-id="42520886" dest-id="42521063" weight="7.381440913145167"/> <connection id="42521148" src-id="42520887" dest-id="42521063" weight="-8.274943002492927"/> <connection id="42521149" src-id="42520888" dest-id="42521063" weight="-1.4889903640553195"/> <neuron id="42521150" type="out" activation="sigmoid"/> <connection id="42521151" src-id="42520803" dest-id="42521150" weight="5.199044546751505"/> <connection id="42521152" src-id="42520804" dest-id="42521150" weight="-1.1891120803998108"/> <connection id="42521153" src-id="42520805" dest-id="42521150" weight="1.3481491513301456"/> <connection id="42521155" src-id="42520807" dest-id="42521150" weight="-8.004140423278988"/> <connection id="42521156" src-id="42520808" dest-id="42521150" weight="3.7714139060743346"/> <connection id="42521157" src-id="42520809" dest-id="42521150" weight="4.980710041281083"/> <connection id="42521158" src-id="42520810" dest-id="42521150" weight="7.2300070423810014"/> <connection id="42521159" src-id="42520811" dest-id="42521150" weight="1.3347714724925344"/> <connection id="42521161" src-id="42520813" dest-id="42521150" weight="-4.046880553651842"/> <connection id="42521163" src-id="42520815" dest-id="42521150" weight="-10.0"/> <connection id="42521164" src-id="42520816" dest-id="42521150" weight="-10.0"/> <connection id="42521167" src-id="42520819" dest-id="42521150" weight="-10.0"/> <connection id="42521168" src-id="42520820" dest-id="42521150" weight="-8.511952849258583"/> <connection id="42521170" src-id="42520822" dest-id="42521150" weight="0.45380017648660487"/> <connection id="42521171" src-id="42520823" dest-id="42521150" weight="2.8815618152482827"/> <connection id="42521172" src-id="42520824" dest-id="42521150" weight="2.5521763910776656"/> <connection id="42521176" src-id="42520828" dest-id="42521150" weight="2.69642178484624"/> <connection id="42521178" src-id="42520830" dest-id="42521150" weight="5.640287996185336"/> <connection id="42521179" src-id="42520831" dest-id="42521150" weight="-4.1213432545061535"/> <connection id="42521180" src-id="42520832" dest-id="42521150" weight="-4.113077735312799"/> <connection id="42521181" src-id="42520833" dest-id="42521150" weight="9.128789223786098"/> <connection id="42521182" src-id="42520834" dest-id="42521150" weight="-7.70630034837796"/> <connection id="42521184" src-id="42520836" dest-id="42521150" weight="6.00568239843883"/> <connection id="42521185" src-id="42520837" dest-id="42521150" weight="-7.72046848159906"/> <connection id="42521186" src-id="42520838" dest-id="42521150" weight="-2.4199099735045286"/> <connection id="42521187" src-id="42520839" dest-id="42521150" weight="-6.956804454479849"/> <connection id="42521188" src-id="42520840" dest-id="42521150" weight="-10.0"/> <connection id="42521190" src-id="42520842" dest-id="42521150" weight="8.578049757013156"/> <connection id="42521191" src-id="42520843" dest-id="42521150" weight="-5.001983675396365"/> <connection id="42521192" src-id="42520844" dest-id="42521150" weight="-7.644267477394984"/> <connection id="42521193" src-id="42520845" dest-id="42521150" weight="-0.6801819738906569"/> <connection id="42521194" src-id="42520846" dest-id="42521150" weight="3.6084116851517303"/> <connection id="42521195" src-id="42520847" dest-id="42521150" weight="8.691682021030552"/> <connection id="42521197" src-id="42520849" dest-id="42521150" weight="1.49180271820673"/> <connection id="42521199" src-id="42520851" dest-id="42521150" weight="-10.0"/> <connection id="42521200" src-id="42520852" dest-id="42521150" weight="-4.654093941978509"/> <connection id="42521201" src-id="42520853" dest-id="42521150" weight="2.199638659137599"/> <connection id="42521202" src-id="42520854" dest-id="42521150" weight="-7.871183528737797"/> <connection id="42521204" src-id="42520856" dest-id="42521150" weight="7.519524703717647"/> <connection id="42521209" src-id="42520861" dest-id="42521150" weight="-10.0"/> <connection id="42521210" src-id="42520862" dest-id="42521150" weight="-4.510625449368434"/> <connection id="42521211" src-id="42520863" dest-id="42521150" weight="2.6851647756954846"/> <connection id="42521212" src-id="42520864" dest-id="42521150" weight="-6.176117229498379"/> <connection id="42521213" src-id="42520865" dest-id="42521150" weight="6.063085115824258"/> <connection id="42521214" src-id="42520866" dest-id="42521150" weight="-5.408807194701081"/> <connection id="42521215" src-id="42520867" dest-id="42521150" weight="-8.46580702386818"/> <connection id="42521217" src-id="42520869" dest-id="42521150" weight="0.5661712597679871"/> <connection id="42521218" src-id="42520870" dest-id="42521150" weight="2.009791888169054"/> <connection id="42521219" src-id="42520871" dest-id="42521150" weight="-0.7763358721343117"/> <connection id="42521220" src-id="42520872" dest-id="42521150" weight="-9.354836040012774"/> <connection id="42521221" src-id="42520873" dest-id="42521150" weight="3.2297012313797273"/> <connection id="42521222" src-id="42520874" dest-id="42521150" weight="-3.9455093202584264"/> <connection id="42521223" src-id="42520875" dest-id="42521150" weight="-6.7917021398856035"/> <connection id="42521224" src-id="42520876" dest-id="42521150" weight="1.7093814868800425"/> <connection id="42521225" src-id="42520877" dest-id="42521150" weight="-6.596548217564885"/> <connection id="42521226" src-id="42520878" dest-id="42521150" weight="-0.8522477640177191"/> <connection id="42521228" src-id="42520880" dest-id="42521150" weight="-5.961202464656577"/> <connection id="42521229" src-id="42520881" dest-id="42521150" weight="3.1806442491160007"/> <connection id="42521231" src-id="42520883" dest-id="42521150" weight="1.7618283007811826"/> <connection id="42521232" src-id="42520884" dest-id="42521150" weight="-8.178918629453152"/> <connection id="42521233" src-id="42520885" dest-id="42521150" weight="10.0"/> <connection id="42521236" src-id="42520888" dest-id="42521150" weight="10.0"/> <neuron id="42521237" type="out" activation="sigmoid"/> <connection id="42521239" src-id="42520804" dest-id="42521237" weight="0.5898761399160346"/> <connection id="42521240" src-id="42520805" dest-id="42521237" weight="-1.1368105682524925"/> <connection id="42521243" src-id="42520808" dest-id="42521237" weight="-7.382648999961078"/> <connection id="42521244" src-id="42520809" dest-id="42521237" weight="4.252217076166832"/> <connection id="42521245" src-id="42520810" dest-id="42521237" weight="0.27077986991280767"/> <connection id="42521246" src-id="42520811" dest-id="42521237" weight="1.9951890667723262"/> <connection id="42521247" src-id="42520812" dest-id="42521237" weight="-6.940272162594243"/> <connection id="42521248" src-id="42520813" dest-id="42521237" weight="3.994570940598397"/> <connection id="42521252" src-id="42520817" dest-id="42521237" weight="8.101722599171383"/> <connection id="42521253" src-id="42520818" dest-id="42521237" weight="4.8173134735805885"/> <connection id="42521255" src-id="42520820" dest-id="42521237" weight="0.04527255070793007"/> <connection id="42521256" src-id="42520821" dest-id="42521237" weight="-0.23349241283212274"/> <connection id="42521257" src-id="42520822" dest-id="42521237" weight="-0.7060131552533417"/> <connection id="42521258" src-id="42520823" dest-id="42521237" weight="10.0"/> <connection id="42521259" src-id="42520824" dest-id="42521237" weight="-10.0"/> <connection id="42521260" src-id="42520825" dest-id="42521237" weight="-10.0"/> <connection id="42521261" src-id="42520826" dest-id="42521237" weight="5.423875733350825"/> <connection id="42521262" src-id="42520827" dest-id="42521237" weight="-10.0"/> <connection id="42521263" src-id="42520828" dest-id="42521237" weight="-7.76742710596677"/> <connection id="42521264" src-id="42520829" dest-id="42521237" weight="-5.9613513871918435"/> <connection id="42521266" src-id="42520831" dest-id="42521237" weight="7.42864482570488"/> <connection id="42521268" src-id="42520833" dest-id="42521237" weight="-8.943922338284894"/> <connection id="42521269" src-id="42520834" dest-id="42521237" weight="3.5872024697919884"/> <connection id="42521271" src-id="42520836" dest-id="42521237" weight="9.286860481070903"/> <connection id="42521272" src-id="42520837" dest-id="42521237" weight="3.32239117067968"/> <connection id="42521274" src-id="42520839" dest-id="42521237" weight="7.958460815382714"/> <connection id="42521275" src-id="42520840" dest-id="42521237" weight="-7.359701841362735"/> <connection id="42521276" src-id="42520841" dest-id="42521237" weight="6.080055325148674"/> <connection id="42521277" src-id="42520842" dest-id="42521237" weight="5.514331966653363"/> <connection id="42521278" src-id="42520843" dest-id="42521237" weight="-2.8595123833332448"/> <connection id="42521279" src-id="42520844" dest-id="42521237" weight="9.799623710106195"/> <connection id="42521280" src-id="42520845" dest-id="42521237" weight="-0.532112640672497"/> <connection id="42521282" src-id="42520847" dest-id="42521237" weight="-4.501297041769549"/> <connection id="42521283" src-id="42520848" dest-id="42521237" weight="10.0"/> <connection id="42521284" src-id="42520849" dest-id="42521237" weight="-0.987325110756811"/> <connection id="42521285" src-id="42520850" dest-id="42521237" weight="-5.37460715688381"/> <connection id="42521286" src-id="42520851" dest-id="42521237" weight="-7.008734704692298"/> <connection id="42521287" src-id="42520852" dest-id="42521237" weight="-7.0781484583454315"/> <connection id="42521288" src-id="42520853" dest-id="42521237" weight="-2.0354125191605448"/> <connection id="42521289" src-id="42520854" dest-id="42521237" weight="2.1620427076674673"/> <connection id="42521290" src-id="42520855" dest-id="42521237" weight="9.73975102279985"/> <connection id="42521291" src-id="42520856" dest-id="42521237" weight="-0.3085879678763046"/> <connection id="42521292" src-id="42520857" dest-id="42521237" weight="10.0"/> <connection id="42521293" src-id="42520858" dest-id="42521237" weight="8.231729586320965"/> <connection id="42521294" src-id="42520859" dest-id="42521237" weight="3.1737023217856692"/> <connection id="42521296" src-id="42520861" dest-id="42521237" weight="-4.016151989089407"/> <connection id="42521297" src-id="42520862" dest-id="42521237" weight="0.2931112878882291"/> <connection id="42521299" src-id="42520864" dest-id="42521237" weight="-0.38249248719848294"/> <connection id="42521300" src-id="42520865" dest-id="42521237" weight="-5.138035301266777"/> <connection id="42521301" src-id="42520866" dest-id="42521237" weight="5.785312544268111"/> <connection id="42521302" src-id="42520867" dest-id="42521237" weight="-10.0"/> <connection id="42521303" src-id="42520868" dest-id="42521237" weight="-4.194804828693173"/> <connection id="42521304" src-id="42520869" dest-id="42521237" weight="9.072837932436906"/> <connection id="42521305" src-id="42520870" dest-id="42521237" weight="10.0"/> <connection id="42521306" src-id="42520871" dest-id="42521237" weight="-5.883324678960353"/> <connection id="42521308" src-id="42520873" dest-id="42521237" weight="10.0"/> <connection id="42521309" src-id="42520874" dest-id="42521237" weight="-3.0476680868651895"/> <connection id="42521312" src-id="42520877" dest-id="42521237" weight="-3.988474144168089"/> <connection id="42521313" src-id="42520878" dest-id="42521237" weight="8.043407335260982"/> <connection id="42521314" src-id="42520879" dest-id="42521237" weight="6.650495749324758"/> <connection id="42521315" src-id="42520880" dest-id="42521237" weight="-5.307710334463842"/> <connection id="42521317" src-id="42520882" dest-id="42521237" weight="10.0"/> <connection id="42521318" src-id="42520883" dest-id="42521237" weight="0.34926226003548333"/> <connection id="42521319" src-id="42520884" dest-id="42521237" weight="4.468396885331581"/> <connection id="42521320" src-id="42520885" dest-id="42521237" weight="10.0"/> <connection id="42521321" src-id="42520886" dest-id="42521237" weight="-2.8674192375041105"/> <connection id="42521322" src-id="42520887" dest-id="42521237" weight="8.664000821175604"/> <neuron id="42521324" type="out" activation="sigmoid"/> <connection id="42521325" src-id="42520803" dest-id="42521324" weight="1.1798124589266488"/> <connection id="42521327" src-id="42520805" dest-id="42521324" weight="-2.7826171061485434"/> <connection id="42521330" src-id="42520808" dest-id="42521324" weight="-6.743621236991538"/> <connection id="42521331" src-id="42520809" dest-id="42521324" weight="8.890274656583257"/> <connection id="42521333" src-id="42520811" dest-id="42521324" weight="-2.9527198929339473"/> <connection id="42521334" src-id="42520812" dest-id="42521324" weight="9.755860838171275"/> <connection id="42521335" src-id="42520813" dest-id="42521324" weight="9.072945398558424"/> <connection id="42521337" src-id="42520815" dest-id="42521324" weight="-7.891797342523047"/> <connection id="42521338" src-id="42520816" dest-id="42521324" weight="5.295798133469669"/> <connection id="42521339" src-id="42520817" dest-id="42521324" weight="0.6641086274797241"/> <connection id="42521340" src-id="42520818" dest-id="42521324" weight="2.635908570215501"/> <connection id="42521344" src-id="42520822" dest-id="42521324" weight="-9.2694243825573"/> <connection id="42521345" src-id="42520823" dest-id="42521324" weight="0.3566607334079306"/> <connection id="42521346" src-id="42520824" dest-id="42521324" weight="8.306525024176459"/> <connection id="42521347" src-id="42520825" dest-id="42521324" weight="-4.1553923131853905"/> <connection id="42521348" src-id="42520826" dest-id="42521324" weight="-1.9441444008849729"/> <connection id="42521349" src-id="42520827" dest-id="42521324" weight="0.7422794110261255"/> <connection id="42521351" src-id="42520829" dest-id="42521324" weight="7.73489276519153"/> <connection id="42521352" src-id="42520830" dest-id="42521324" weight="-7.013492745899304"/> <connection id="42521353" src-id="42520831" dest-id="42521324" weight="-3.5392191917579776"/> <connection id="42521354" src-id="42520832" dest-id="42521324" weight="2.97907091945503"/> <connection id="42521356" src-id="42520834" dest-id="42521324" weight="-8.044248157811442"/> <connection id="42521358" src-id="42520836" dest-id="42521324" weight="9.64599439014662"/> <connection id="42521359" src-id="42520837" dest-id="42521324" weight="-3.701485238162057"/> <connection id="42521362" src-id="42520840" dest-id="42521324" weight="0.4721363291276577"/> <connection id="42521363" src-id="42520841" dest-id="42521324" weight="-1.5414429128803917"/> <connection id="42521364" src-id="42520842" dest-id="42521324" weight="9.265921487496"/> <connection id="42521366" src-id="42520844" dest-id="42521324" weight="0.9616361409127145"/> <connection id="42521367" src-id="42520845" dest-id="42521324" weight="-5.528704989826109"/> <connection id="42521368" src-id="42520846" dest-id="42521324" weight="7.850698912510936"/> <connection id="42521369" src-id="42520847" dest-id="42521324" weight="7.321411041211274"/> <connection id="42521370" src-id="42520848" dest-id="42521324" weight="2.575221891606898"/> <connection id="42521371" src-id="42520849" dest-id="42521324" weight="-7.118898287346285"/> <connection id="42521373" src-id="42520851" dest-id="42521324" weight="10.0"/> <connection id="42521374" src-id="42520852" dest-id="42521324" weight="-0.5697302173074759"/> <connection id="42521376" src-id="42520854" dest-id="42521324" weight="5.973491162108825"/> <connection id="42521377" src-id="42520855" dest-id="42521324" weight="-0.14571803176192488"/> <connection id="42521378" src-id="42520856" dest-id="42521324" weight="7.857687182793102"/> <connection id="42521379" src-id="42520857" dest-id="42521324" weight="1.5581179923003217"/> <connection id="42521380" src-id="42520858" dest-id="42521324" weight="2.4607019632999476"/> <connection id="42521381" src-id="42520859" dest-id="42521324" weight="5.255649765336448"/> <connection id="42521382" src-id="42520860" dest-id="42521324" weight="0.017960785221336484"/> <connection id="42521383" src-id="42520861" dest-id="42521324" weight="6.911336602769118"/> <connection id="42521384" src-id="42520862" dest-id="42521324" weight="-3.98060070469757"/> <connection id="42521385" src-id="42520863" dest-id="42521324" weight="-3.8129467401435564"/> <connection id="42521387" src-id="42520865" dest-id="42521324" weight="2.817080323661067"/> <connection id="42521389" src-id="42520867" dest-id="42521324" weight="-7.528732181297574"/> <connection id="42521390" src-id="42520868" dest-id="42521324" weight="-8.171999258134262"/> <connection id="42521393" src-id="42520871" dest-id="42521324" weight="4.548575575426997"/> <connection id="42521394" src-id="42520872" dest-id="42521324" weight="-3.99811786819454"/> <connection id="42521395" src-id="42520873" dest-id="42521324" weight="6.54065719816034"/> <connection id="42521396" src-id="42520874" dest-id="42521324" weight="-2.0405340438065895"/> <connection id="42521397" src-id="42520875" dest-id="42521324" weight="-5.152214643808197"/> <connection id="42521399" src-id="42520877" dest-id="42521324" weight="-3.9014454677055"/> <connection id="42521400" src-id="42520878" dest-id="42521324" weight="-2.157697319294814"/> <connection id="42521402" src-id="42520880" dest-id="42521324" weight="0.53591584755817"/> <connection id="42521405" src-id="42520883" dest-id="42521324" weight="-3.013490619516821"/> <connection id="42521407" src-id="42520885" dest-id="42521324" weight="-2.815680237240994"/> <connection id="42521408" src-id="42520886" dest-id="42521324" weight="-2.771807828617695"/> <connection id="42521409" src-id="42520887" dest-id="42521324" weight="-10.0"/> <neuron id="42521411" type="out" activation="sigmoid"/> <connection id="42521412" src-id="42520803" dest-id="42521411" weight="-2.4304766405968143"/> <connection id="42521413" src-id="42520804" dest-id="42521411" weight="1.5437154557121047"/> <connection id="42521414" src-id="42520805" dest-id="42521411" weight="4.429779609858185"/> <connection id="42521415" src-id="42520806" dest-id="42521411" weight="4.34409972760795"/> <connection id="42521416" src-id="42520807" dest-id="42521411" weight="6.034466760365965"/> <connection id="42521417" src-id="42520808" dest-id="42521411" weight="7.817442083818779"/> <connection id="42521418" src-id="42520809" dest-id="42521411" weight="-5.112390211490717"/> <connection id="42521419" src-id="42520810" dest-id="42521411" weight="5.865729813742323"/> <connection id="42521421" src-id="42520812" dest-id="42521411" weight="-4.87845885238436"/> <connection id="42521422" src-id="42520813" dest-id="42521411" weight="5.501243981510458"/> <connection id="42521423" src-id="42520814" dest-id="42521411" weight="4.125644266361618"/> <connection id="42521424" src-id="42520815" dest-id="42521411" weight="-4.865255908238901"/> <connection id="42521426" src-id="42520817" dest-id="42521411" weight="-1.8200143636948998"/> <connection id="42521428" src-id="42520819" dest-id="42521411" weight="10.0"/> <connection id="42521429" src-id="42520820" dest-id="42521411" weight="0.013991199383554198"/> <connection id="42521430" src-id="42520821" dest-id="42521411" weight="-5.1566348909378"/> <connection id="42521431" src-id="42520822" dest-id="42521411" weight="-1.7554618058435578"/> <connection id="42521432" src-id="42520823" dest-id="42521411" weight="10.0"/> <connection id="42521433" src-id="42520824" dest-id="42521411" weight="-6.9794382461710995"/> <connection id="42521434" src-id="42520825" dest-id="42521411" weight="-4.8363382369258865"/> <connection id="42521435" src-id="42520826" dest-id="42521411" weight="4.131747143912545"/> <connection id="42521436" src-id="42520827" dest-id="42521411" weight="4.8260791262177145"/> <connection id="42521437" src-id="42520828" dest-id="42521411" weight="-0.507030208317786"/> <connection id="42521439" src-id="42520830" dest-id="42521411" weight="5.389352316954541"/> <connection id="42521440" src-id="42520831" dest-id="42521411" weight="-8.617226638704913"/> <connection id="42521442" src-id="42520833" dest-id="42521411" weight="6.660338621680109"/> <connection id="42521444" src-id="42520835" dest-id="42521411" weight="10.0"/> <connection id="42521445" src-id="42520836" dest-id="42521411" weight="-7.143710750083716"/> <connection id="42521446" src-id="42520837" dest-id="42521411" weight="-5.29275827993089"/> <connection id="42521448" src-id="42520839" dest-id="42521411" weight="10.0"/> <connection id="42521450" src-id="42520841" dest-id="42521411" weight="-1.2902662136653236"/> <connection id="42521452" src-id="42520843" dest-id="42521411" weight="-3.157378325338017"/> <connection id="42521454" src-id="42520845" dest-id="42521411" weight="3.977921003211381"/> <connection id="42521456" src-id="42520847" dest-id="42521411" weight="-7.58255429239367"/> <connection id="42521457" src-id="42520848" dest-id="42521411" weight="-6.206701844321408"/> <connection id="42521458" src-id="42520849" dest-id="42521411" weight="-4.587519734433759"/> <connection id="42521459" src-id="42520850" dest-id="42521411" weight="-0.9820932543511381"/> <connection id="42521460" src-id="42520851" dest-id="42521411" weight="-0.06131198803941684"/> <connection id="42521464" src-id="42520855" dest-id="42521411" weight="-6.475121613354625"/> <connection id="42521465" src-id="42520856" dest-id="42521411" weight="6.098890847531926"/> <connection id="42521466" src-id="42520857" dest-id="42521411" weight="8.437137105280035"/> <connection id="42521467" src-id="42520858" dest-id="42521411" weight="10.0"/> <connection id="42521468" src-id="42520859" dest-id="42521411" weight="-0.037713707538022834"/> <connection id="42521469" src-id="42520860" dest-id="42521411" weight="-8.415149741492824"/> <connection id="42521471" src-id="42520862" dest-id="42521411" weight="4.656678622586611"/> <connection id="42521472" src-id="42520863" dest-id="42521411" weight="-3.0987535946410336"/> <connection id="42521473" src-id="42520864" dest-id="42521411" weight="3.6239362972617264"/> <connection id="42521474" src-id="42520865" dest-id="42521411" weight="-1.698957693378574"/> <connection id="42521475" src-id="42520866" dest-id="42521411" weight="-3.561367842686648"/> <connection id="42521476" src-id="42520867" dest-id="42521411" weight="10.0"/> <connection id="42521479" src-id="42520870" dest-id="42521411" weight="0.15881822769650533"/> <connection id="42521480" src-id="42520871" dest-id="42521411" weight="8.596475079242403"/> <connection id="42521481" src-id="42520872" dest-id="42521411" weight="-8.553319062689901"/> <connection id="42521483" src-id="42520874" dest-id="42521411" weight="-7.318994722751386"/> <connection id="42521484" src-id="42520875" dest-id="42521411" weight="-6.157860045689988"/> <connection id="42521485" src-id="42520876" dest-id="42521411" weight="-4.039239190596616"/> <connection id="42521486" src-id="42520877" dest-id="42521411" weight="-2.660337436663788"/> <connection id="42521487" src-id="42520878" dest-id="42521411" weight="9.762621383027849"/> <connection id="42521489" src-id="42520880" dest-id="42521411" weight="-9.748017245437758"/> <connection id="42521492" src-id="42520883" dest-id="42521411" weight="7.347827131141455"/> <connection id="42521493" src-id="42520884" dest-id="42521411" weight="-2.5528104588280964"/> <connection id="42521494" src-id="42520885" dest-id="42521411" weight="-6.633479824791751"/> <connection id="42521495" src-id="42520886" dest-id="42521411" weight="8.244098409024003"/> <connection id="42521496" src-id="42520887" dest-id="42521411" weight="3.1285462878085433"/> <neuron id="42521498" type="out" activation="sigmoid"/> <connection id="42521500" src-id="42520804" dest-id="42521498" weight="-0.4456129879442532"/> <connection id="42521501" src-id="42520805" dest-id="42521498" weight="10.0"/> <connection id="42521502" src-id="42520806" dest-id="42521498" weight="0.2869709707977752"/> <connection id="42521504" src-id="42520808" dest-id="42521498" weight="7.697984429296663"/> <connection id="42521505" src-id="42520809" dest-id="42521498" weight="-7.483273671184856"/> <connection id="42521506" src-id="42520810" dest-id="42521498" weight="8.973807951105176"/> <connection id="42521507" src-id="42520811" dest-id="42521498" weight="4.956436285277338"/> <connection id="42521508" src-id="42520812" dest-id="42521498" weight="-5.822052386401015"/> <connection id="42521509" src-id="42520813" dest-id="42521498" weight="-5.583891490438969"/> <connection id="42521510" src-id="42520814" dest-id="42521498" weight="4.92303959927983"/> <connection id="42521512" src-id="42520816" dest-id="42521498" weight="-6.091152853992491"/> <connection id="42521513" src-id="42520817" dest-id="42521498" weight="-2.176859791804697"/> <connection id="42521514" src-id="42520818" dest-id="42521498" weight="-5.39405970823114"/> <connection id="42521515" src-id="42520819" dest-id="42521498" weight="6.483242581139241"/> <connection id="42521516" src-id="42520820" dest-id="42521498" weight="-1.8668381975519597"/> <connection id="42521518" src-id="42520822" dest-id="42521498" weight="8.77560915503311"/> <connection id="42521519" src-id="42520823" dest-id="42521498" weight="-0.5524052318224282"/> <connection id="42521522" src-id="42520826" dest-id="42521498" weight="-4.632207689171882"/> <connection id="42521523" src-id="42520827" dest-id="42521498" weight="3.406636105099841"/> <connection id="42521524" src-id="42520828" dest-id="42521498" weight="-10.0"/> <connection id="42521526" src-id="42520830" dest-id="42521498" weight="-6.021017491799485"/> <connection id="42521527" src-id="42520831" dest-id="42521498" weight="-2.370288078491092"/> <connection id="42521530" src-id="42520834" dest-id="42521498" weight="1.927254278237766"/> <connection id="42521531" src-id="42520835" dest-id="42521498" weight="1.4383036391239439"/> <connection id="42521532" src-id="42520836" dest-id="42521498" weight="6.618606149084738"/> <connection id="42521533" src-id="42520837" dest-id="42521498" weight="10.0"/> <connection id="42521535" src-id="42520839" dest-id="42521498" weight="4.98690173622447"/> <connection id="42521536" src-id="42520840" dest-id="42521498" weight="-5.087877155159147"/> <connection id="42521538" src-id="42520842" dest-id="42521498" weight="0.4727733710230467"/> <connection id="42521539" src-id="42520843" dest-id="42521498" weight="6.8355079813891715"/> <connection id="42521541" src-id="42520845" dest-id="42521498" weight="-3.641310826092213"/> <connection id="42521542" src-id="42520846" dest-id="42521498" weight="-1.6347007667281614"/> <connection id="42521543" src-id="42520847" dest-id="42521498" weight="8.923602796918853"/> <connection id="42521544" src-id="42520848" dest-id="42521498" weight="-9.339849093638302"/> <connection id="42521545" src-id="42520849" dest-id="42521498" weight="-4.8864150185611415"/> <connection id="42521548" src-id="42520852" dest-id="42521498" weight="-3.079214011358766"/> <connection id="42521549" src-id="42520853" dest-id="42521498" weight="2.928271245513506"/> <connection id="42521550" src-id="42520854" dest-id="42521498" weight="2.5101902836618875"/> <connection id="42521551" src-id="42520855" dest-id="42521498" weight="-2.0110564504024144"/> <connection id="42521554" src-id="42520858" dest-id="42521498" weight="1.0176938643530467"/> <connection id="42521556" src-id="42520860" dest-id="42521498" weight="-6.258826006828988"/> <connection id="42521557" src-id="42520861" dest-id="42521498" weight="-3.679718962414148"/> <connection id="42521558" src-id="42520862" dest-id="42521498" weight="-2.105058816584277"/> <connection id="42521559" src-id="42520863" dest-id="42521498" weight="4.4192137421892"/> <connection id="42521560" src-id="42520864" dest-id="42521498" weight="1.6392399718588155"/> <connection id="42521562" src-id="42520866" dest-id="42521498" weight="-10.0"/> <connection id="42521563" src-id="42520867" dest-id="42521498" weight="-8.711118320213636"/> <connection id="42521565" src-id="42520869" dest-id="42521498" weight="-1.8911310136916242"/> <connection id="42521566" src-id="42520870" dest-id="42521498" weight="-7.989283256434137"/> <connection id="42521567" src-id="42520871" dest-id="42521498" weight="6.583612659235767"/> <connection id="42521568" src-id="42520872" dest-id="42521498" weight="6.851072301056531"/> <connection id="42521569" src-id="42520873" dest-id="42521498" weight="-7.823464934189413"/> <connection id="42521570" src-id="42520874" dest-id="42521498" weight="-10.0"/> <connection id="42521571" src-id="42520875" dest-id="42521498" weight="-8.226560366022149"/> <connection id="42521572" src-id="42520876" dest-id="42521498" weight="-1.4069530416207567"/> <connection id="42521573" src-id="42520877" dest-id="42521498" weight="9.641329910223039"/> <connection id="42521574" src-id="42520878" dest-id="42521498" weight="5.817538820969995"/> <connection id="42521575" src-id="42520879" dest-id="42521498" weight="-1.6224134248185154"/> <connection id="42521576" src-id="42520880" dest-id="42521498" weight="-5.19368208603173"/> <connection id="42521577" src-id="42520881" dest-id="42521498" weight="1.5315555968108117"/> <connection id="42521578" src-id="42520882" dest-id="42521498" weight="4.277751658087691"/> <connection id="42521579" src-id="42520883" dest-id="42521498" weight="-3.6930077294630923"/> <connection id="42521580" src-id="42520884" dest-id="42521498" weight="-2.516792543781413"/> <connection id="42521581" src-id="42520885" dest-id="42521498" weight="8.68874714853299"/> <connection id="42521582" src-id="42520886" dest-id="42521498" weight="-10.0"/> <connection id="42521583" src-id="42520887" dest-id="42521498" weight="-5.257746030196621"/> <connection id="42521584" src-id="42520888" dest-id="42521498" weight="4.165111886854918"/> <neuron id="42521585" type="out" activation="sigmoid"/> <connection id="42521586" src-id="42520803" dest-id="42521585" weight="-0.9142806350830928"/> <connection id="42521587" src-id="42520804" dest-id="42521585" weight="-7.482344377980235"/> <connection id="42521589" src-id="42520806" dest-id="42521585" weight="-3.9813130443408102"/> <connection id="42521590" src-id="42520807" dest-id="42521585" weight="2.613909811118843"/> <connection id="42521591" src-id="42520808" dest-id="42521585" weight="-5.9016946944415105"/> <connection id="42521594" src-id="42520811" dest-id="42521585" weight="10.0"/> <connection id="42521595" src-id="42520812" dest-id="42521585" weight="5.123442548766163"/> <connection id="42521597" src-id="42520814" dest-id="42521585" weight="-0.5179716254071094"/> <connection id="42521600" src-id="42520817" dest-id="42521585" weight="-2.5336974710375926"/> <connection id="42521601" src-id="42520818" dest-id="42521585" weight="-9.06080083441761"/> <connection id="42521602" src-id="42520819" dest-id="42521585" weight="-9.375533151979202"/> <connection id="42521603" src-id="42520820" dest-id="42521585" weight="2.0332160597554996"/> <connection id="42521604" src-id="42520821" dest-id="42521585" weight="-1.2365541004743772"/> <connection id="42521605" src-id="42520822" dest-id="42521585" weight="5.423871239296188"/> <connection id="42521607" src-id="42520824" dest-id="42521585" weight="-2.7054922709169245"/> <connection id="42521608" src-id="42520825" dest-id="42521585" weight="5.1854966755791025"/> <connection id="42521611" src-id="42520828" dest-id="42521585" weight="-8.273190736904512"/> <connection id="42521612" src-id="42520829" dest-id="42521585" weight="2.6460662510771096"/> <connection id="42521613" src-id="42520830" dest-id="42521585" weight="8.700380681994009"/> <connection id="42521614" src-id="42520831" dest-id="42521585" weight="9.88072829003515"/> <connection id="42521616" src-id="42520833" dest-id="42521585" weight="6.61158468962058"/> <connection id="42521618" src-id="42520835" dest-id="42521585" weight="6.153274716141858"/> <connection id="42521619" src-id="42520836" dest-id="42521585" weight="-1.1150882940035487"/> <connection id="42521620" src-id="42520837" dest-id="42521585" weight="0.8459883444657539"/> <connection id="42521622" src-id="42520839" dest-id="42521585" weight="1.6712074141372881"/> <connection id="42521623" src-id="42520840" dest-id="42521585" weight="-3.518538675763353"/> <connection id="42521624" src-id="42520841" dest-id="42521585" weight="-2.9027785033327653"/> <connection id="42521625" src-id="42520842" dest-id="42521585" weight="2.0530449903384924"/> <connection id="42521626" src-id="42520843" dest-id="42521585" weight="8.981595047668211"/> <connection id="42521627" src-id="42520844" dest-id="42521585" weight="-2.1085615003760534"/> <connection id="42521628" src-id="42520845" dest-id="42521585" weight="7.372240279290637"/> <connection id="42521630" src-id="42520847" dest-id="42521585" weight="-1.1189988106969349"/> <connection id="42521631" src-id="42520848" dest-id="42521585" weight="-9.47386176929809"/> <connection id="42521632" src-id="42520849" dest-id="42521585" weight="-2.6606732201258065"/> <connection id="42521633" src-id="42520850" dest-id="42521585" weight="-6.502280101227328"/> <connection id="42521635" src-id="42520852" dest-id="42521585" weight="-5.464683413358128"/> <connection id="42521636" src-id="42520853" dest-id="42521585" weight="-4.882692804333798"/> <connection id="42521638" src-id="42520855" dest-id="42521585" weight="-3.5477233317405785"/> <connection id="42521639" src-id="42520856" dest-id="42521585" weight="4.740289229298462"/> <connection id="42521640" src-id="42520857" dest-id="42521585" weight="-1.4729748470243513"/> <connection id="42521641" src-id="42520858" dest-id="42521585" weight="-2.685454729488449"/> <connection id="42521642" src-id="42520859" dest-id="42521585" weight="6.204819123923766"/> <connection id="42521643" src-id="42520860" dest-id="42521585" weight="10.0"/> <connection id="42521644" src-id="42520861" dest-id="42521585" weight="0.0866608451205686"/> <connection id="42521646" src-id="42520863" dest-id="42521585" weight="-0.5010128998729924"/> <connection id="42521647" src-id="42520864" dest-id="42521585" weight="3.7987244539479352"/> <connection id="42521648" src-id="42520865" dest-id="42521585" weight="-0.5675111952405081"/> <connection id="42521651" src-id="42520868" dest-id="42521585" weight="-10.0"/> <connection id="42521652" src-id="42520869" dest-id="42521585" weight="6.693192608875505"/> <connection id="42521653" src-id="42520870" dest-id="42521585" weight="0.7888684039497935"/> <connection id="42521654" src-id="42520871" dest-id="42521585" weight="-8.659115087717208"/> <connection id="42521656" src-id="42520873" dest-id="42521585" weight="6.920172860095872"/> <connection id="42521657" src-id="42520874" dest-id="42521585" weight="1.7625647380866565"/> <connection id="42521658" src-id="42520875" dest-id="42521585" weight="-10.0"/> <connection id="42521660" src-id="42520877" dest-id="42521585" weight="-10.0"/> <connection id="42521662" src-id="42520879" dest-id="42521585" weight="-3.877330877578959"/> <connection id="42521663" src-id="42520880" dest-id="42521585" weight="-8.13628482684656"/> <connection id="42521664" src-id="42520881" dest-id="42521585" weight="8.077432150843617"/> <connection id="42521665" src-id="42520882" dest-id="42521585" weight="-8.364997736064055"/> <connection id="42521667" src-id="42520884" dest-id="42521585" weight="-6.733357880867295"/> <connection id="42521668" src-id="42520885" dest-id="42521585" weight="8.38688153404446"/> <connection id="42521670" src-id="42520887" dest-id="42521585" weight="-8.491595100463126"/> <connection id="42521671" src-id="42520888" dest-id="42521585" weight="-10.0"/> <neuron id="42521672" type="out" activation="sigmoid"/> <connection id="42521673" src-id="42520803" dest-id="42521672" weight="-9.757888895843005"/> <connection id="42521674" src-id="42520804" dest-id="42521672" weight="10.0"/> <connection id="42521675" src-id="42520805" dest-id="42521672" weight="4.142218517311907"/> <connection id="42521676" src-id="42520806" dest-id="42521672" weight="2.1503608698129932"/> <connection id="42521678" src-id="42520808" dest-id="42521672" weight="-3.5497762075552663"/> <connection id="42521679" src-id="42520809" dest-id="42521672" weight="-7.659148398099099"/> <connection id="42521680" src-id="42520810" dest-id="42521672" weight="-10.0"/> <connection id="42521681" src-id="42520811" dest-id="42521672" weight="-1.432877838015353"/> <connection id="42521682" src-id="42520812" dest-id="42521672" weight="-6.081302327798582"/> <connection id="42521685" src-id="42520815" dest-id="42521672" weight="10.0"/> <connection id="42521686" src-id="42520816" dest-id="42521672" weight="1.407833924993518"/> <connection id="42521687" src-id="42520817" dest-id="42521672" weight="8.999350429939767"/> <connection id="42521688" src-id="42520818" dest-id="42521672" weight="3.5059252137029233"/> <connection id="42521692" src-id="42520822" dest-id="42521672" weight="-10.0"/> <connection id="42521695" src-id="42520825" dest-id="42521672" weight="-2.1388088343893976"/> <connection id="42521697" src-id="42520827" dest-id="42521672" weight="-1.5367651444663517"/> <connection id="42521699" src-id="42520829" dest-id="42521672" weight="4.672433453384246"/> <connection id="42521700" src-id="42520830" dest-id="42521672" weight="-2.9112575160776526"/> <connection id="42521701" src-id="42520831" dest-id="42521672" weight="6.537772508322764"/> <connection id="42521703" src-id="42520833" dest-id="42521672" weight="-8.358374275408808"/> <connection id="42521704" src-id="42520834" dest-id="42521672" weight="-3.319778061155583"/> <connection id="42521705" src-id="42520835" dest-id="42521672" weight="3.9988852900318266"/> <connection id="42521709" src-id="42520839" dest-id="42521672" weight="-5.2203712680221255"/> <connection id="42521710" src-id="42520840" dest-id="42521672" weight="-10.0"/> <connection id="42521711" src-id="42520841" dest-id="42521672" weight="7.2145433494138995"/> <connection id="42521712" src-id="42520842" dest-id="42521672" weight="-8.730245660921991"/> <connection id="42521713" src-id="42520843" dest-id="42521672" weight="10.0"/> <connection id="42521714" src-id="42520844" dest-id="42521672" weight="2.035199846142536"/> <connection id="42521715" src-id="42520845" dest-id="42521672" weight="6.939074317421493"/> <connection id="42521716" src-id="42520846" dest-id="42521672" weight="10.0"/> <connection id="42521717" src-id="42520847" dest-id="42521672" weight="-0.7565393792937549"/> <connection id="42521721" src-id="42520851" dest-id="42521672" weight="-4.335956023214285"/> <connection id="42521722" src-id="42520852" dest-id="42521672" weight="4.791643364269266"/> <connection id="42521723" src-id="42520853" dest-id="42521672" weight="3.329959691931482"/> <connection id="42521725" src-id="42520855" dest-id="42521672" weight="0.09467233069254011"/> <connection id="42521726" src-id="42520856" dest-id="42521672" weight="-2.539782819379878"/> <connection id="42521727" src-id="42520857" dest-id="42521672" weight="-5.499718624920149"/> <connection id="42521728" src-id="42520858" dest-id="42521672" weight="1.056099732528625"/> <connection id="42521729" src-id="42520859" dest-id="42521672" weight="-1.3229615023153158"/> <connection id="42521730" src-id="42520860" dest-id="42521672" weight="8.46355650797522"/> <connection id="42521732" src-id="42520862" dest-id="42521672" weight="-5.976214143711934"/> <connection id="42521733" src-id="42520863" dest-id="42521672" weight="0.7435290230369369"/> <connection id="42521734" src-id="42520864" dest-id="42521672" weight="-9.925460229698784"/> <connection id="42521735" src-id="42520865" dest-id="42521672" weight="4.478384273709472"/> <connection id="42521736" src-id="42520866" dest-id="42521672" weight="-7.046495570139438"/> <connection id="42521738" src-id="42520868" dest-id="42521672" weight="0.2542743456298022"/> <connection id="42521740" src-id="42520870" dest-id="42521672" weight="5.303795023832125"/> <connection id="42521741" src-id="42520871" dest-id="42521672" weight="-9.92372640578278"/> <connection id="42521742" src-id="42520872" dest-id="42521672" weight="6.159817482684838"/> <connection id="42521743" src-id="42520873" dest-id="42521672" weight="-2.5685237875697737"/> <connection id="42521744" src-id="42520874" dest-id="42521672" weight="3.560395876159119"/> <connection id="42521745" src-id="42520875" dest-id="42521672" weight="1.3542338982787805"/> <connection id="42521746" src-id="42520876" dest-id="42521672" weight="1.9127892803345743"/> <connection id="42521747" src-id="42520877" dest-id="42521672" weight="-0.5407224627197853"/> <connection id="42521749" src-id="42520879" dest-id="42521672" weight="7.153743821721945"/> <connection id="42521751" src-id="42520881" dest-id="42521672" weight="0.28052064940299926"/> <connection id="42521752" src-id="42520882" dest-id="42521672" weight="-4.8551882217938145"/> <connection id="42521753" src-id="42520883" dest-id="42521672" weight="-4.589380718539813"/> <connection id="42521754" src-id="42520884" dest-id="42521672" weight="8.441876479877012"/> <connection id="42521755" src-id="42520885" dest-id="42521672" weight="-3.8203901068171864"/> <connection id="42521756" src-id="42520886" dest-id="42521672" weight="6.249814507092469"/> <connection id="42521757" src-id="42520887" dest-id="42521672" weight="3.2948155126910432"/> <connection id="42521758" src-id="42520888" dest-id="42521672" weight="7.482958493501671"/> <neuron id="42521759" type="out" activation="sigmoid"/> <connection id="42521760" src-id="42520803" dest-id="42521759" weight="-5.406867827494212"/> <connection id="42521761" src-id="42520804" dest-id="42521759" weight="-10.0"/> <connection id="42521762" src-id="42520805" dest-id="42521759" weight="-7.637322791392835"/> <connection id="42521764" src-id="42520807" dest-id="42521759" weight="-3.962865954274491"/> <connection id="42521765" src-id="42520808" dest-id="42521759" weight="2.0862483977709734"/> <connection id="42521766" src-id="42520809" dest-id="42521759" weight="-5.849161865392634"/> <connection id="42521768" src-id="42520811" dest-id="42521759" weight="3.389098442649006"/> <connection id="42521770" src-id="42520813" dest-id="42521759" weight="-7.877707281336612"/> <connection id="42521771" src-id="42520814" dest-id="42521759" weight="10.0"/> <connection id="42521772" src-id="42520815" dest-id="42521759" weight="8.421290748123223"/> <connection id="42521773" src-id="42520816" dest-id="42521759" weight="3.834356893045643"/> <connection id="42521774" src-id="42520817" dest-id="42521759" weight="-4.584810791798725"/> <connection id="42521777" src-id="42520820" dest-id="42521759" weight="-9.152438270466861"/> <connection id="42521781" src-id="42520824" dest-id="42521759" weight="7.639795873428902"/> <connection id="42521782" src-id="42520825" dest-id="42521759" weight="-2.3649055458604105"/> <connection id="42521783" src-id="42520826" dest-id="42521759" weight="6.95709647102073"/> <connection id="42521784" src-id="42520827" dest-id="42521759" weight="-7.177739857386982"/> <connection id="42521786" src-id="42520829" dest-id="42521759" weight="7.889393850544227"/> <connection id="42521787" src-id="42520830" dest-id="42521759" weight="1.7169705240660313"/> <connection id="42521788" src-id="42520831" dest-id="42521759" weight="4.0034081884097175"/> <connection id="42521790" src-id="42520833" dest-id="42521759" weight="8.243913388797845"/> <connection id="42521791" src-id="42520834" dest-id="42521759" weight="7.216287067775914"/> <connection id="42521792" src-id="42520835" dest-id="42521759" weight="5.004776944981719"/> <connection id="42521793" src-id="42520836" dest-id="42521759" weight="-7.316007386789747"/> <connection id="42521795" src-id="42520838" dest-id="42521759" weight="4.123476255262629"/> <connection id="42521796" src-id="42520839" dest-id="42521759" weight="-0.13312352818243312"/> <connection id="42521799" src-id="42520842" dest-id="42521759" weight="-4.568921622173298"/> <connection id="42521800" src-id="42520843" dest-id="42521759" weight="-3.876988571759764"/> <connection id="42521802" src-id="42520845" dest-id="42521759" weight="1.9055390939781838"/> <connection id="42521803" src-id="42520846" dest-id="42521759" weight="2.026103772174608"/> <connection id="42521804" src-id="42520847" dest-id="42521759" weight="8.43892759766972"/> <connection id="42521805" src-id="42520848" dest-id="42521759" weight="3.1945410099622578"/> <connection id="42521806" src-id="42520849" dest-id="42521759" weight="-10.0"/> <connection id="42521807" src-id="42520850" dest-id="42521759" weight="0.5416541689153187"/> <connection id="42521808" src-id="42520851" dest-id="42521759" weight="10.0"/> <connection id="42521809" src-id="42520852" dest-id="42521759" weight="7.322957823834244"/> <connection id="42521810" src-id="42520853" dest-id="42521759" weight="1.4412127394629848"/> <connection id="42521811" src-id="42520854" dest-id="42521759" weight="6.0938102613612095"/> <connection id="42521812" src-id="42520855" dest-id="42521759" weight="5.813628574886651"/> <connection id="42521814" src-id="42520857" dest-id="42521759" weight="3.3692474821272937"/> <connection id="42521815" src-id="42520858" dest-id="42521759" weight="0.9400654859840085"/> <connection id="42521817" src-id="42520860" dest-id="42521759" weight="-8.739712599367806"/> <connection id="42521818" src-id="42520861" dest-id="42521759" weight="7.744022185423063"/> <connection id="42521819" src-id="42520862" dest-id="42521759" weight="-3.05607280006266"/> <connection id="42521820" src-id="42520863" dest-id="42521759" weight="5.402789323956236"/> <connection id="42521821" src-id="42520864" dest-id="42521759" weight="-7.04143757087658"/> <connection id="42521822" src-id="42520865" dest-id="42521759" weight="5.773893004627068"/> <connection id="42521823" src-id="42520866" dest-id="42521759" weight="7.741883746382554"/> <connection id="42521824" src-id="42520867" dest-id="42521759" weight="6.674253400994314"/> <connection id="42521825" src-id="42520868" dest-id="42521759" weight="-8.212766708282853"/> <connection id="42521826" src-id="42520869" dest-id="42521759" weight="4.926471513051515"/> <connection id="42521827" src-id="42520870" dest-id="42521759" weight="5.89911353183019"/> <connection id="42521828" src-id="42520871" dest-id="42521759" weight="5.332906922616461"/> <connection id="42521829" src-id="42520872" dest-id="42521759" weight="-4.104238745677132"/> <connection id="42521831" src-id="42520874" dest-id="42521759" weight="-0.8048680275649713"/> <connection id="42521832" src-id="42520875" dest-id="42521759" weight="1.1451235178737194"/> <connection id="42521833" src-id="42520876" dest-id="42521759" weight="1.3068579170295025"/> <connection id="42521834" src-id="42520877" dest-id="42521759" weight="6.233704827145421"/> <connection id="42521835" src-id="42520878" dest-id="42521759" weight="0.24167412354418094"/> <connection id="42521836" src-id="42520879" dest-id="42521759" weight="5.166658025878694"/> <connection id="42521837" src-id="42520880" dest-id="42521759" weight="-10.0"/> <connection id="42521838" src-id="42520881" dest-id="42521759" weight="-7.676524793284399"/> <connection id="42521839" src-id="42520882" dest-id="42521759" weight="4.303747914335596"/> <connection id="42521840" src-id="42520883" dest-id="42521759" weight="10.0"/> <connection id="42521841" src-id="42520884" dest-id="42521759" weight="-7.973186280069606"/> <connection id="42521843" src-id="42520886" dest-id="42521759" weight="0.17625788857018376"/> <connection id="42521844" src-id="42520887" dest-id="42521759" weight="1.3634763958814928"/> <connection id="42521845" src-id="42520888" dest-id="42521759" weight="4.115026805573457"/> <neuron id="42521846" type="out" activation="sigmoid"/> <connection id="42521848" src-id="42520804" dest-id="42521846" weight="9.55933200780448"/> <connection id="42521849" src-id="42520805" dest-id="42521846" weight="-6.561883493894843"/> <connection id="42521851" src-id="42520807" dest-id="42521846" weight="-8.403518283464852"/> <connection id="42521852" src-id="42520808" dest-id="42521846" weight="-2.4185136348391527"/> <connection id="42521853" src-id="42520809" dest-id="42521846" weight="10.0"/> <connection id="42521854" src-id="42520810" dest-id="42521846" weight="10.0"/> <connection id="42521855" src-id="42520811" dest-id="42521846" weight="-4.502269731325296"/> <connection id="42521856" src-id="42520812" dest-id="42521846" weight="3.3745411668461003"/> <connection id="42521857" src-id="42520813" dest-id="42521846" weight="-4.794763960084144"/> <connection id="42521858" src-id="42520814" dest-id="42521846" weight="-2.280130633418041"/> <connection id="42521859" src-id="42520815" dest-id="42521846" weight="-4.847017048121959"/> <connection id="42521860" src-id="42520816" dest-id="42521846" weight="-3.802884403660033"/> <connection id="42521861" src-id="42520817" dest-id="42521846" weight="-6.028103665238954"/> <connection id="42521862" src-id="42520818" dest-id="42521846" weight="6.968587474153987"/> <connection id="42521864" src-id="42520820" dest-id="42521846" weight="-1.920848854012946"/> <connection id="42521866" src-id="42520822" dest-id="42521846" weight="6.089061237155111"/> <connection id="42521867" src-id="42520823" dest-id="42521846" weight="-6.1375689977554595"/> <connection id="42521871" src-id="42520827" dest-id="42521846" weight="-9.484751817990619"/> <connection id="42521872" src-id="42520828" dest-id="42521846" weight="5.739977650172123"/> <connection id="42521873" src-id="42520829" dest-id="42521846" weight="-1.1867390652042618"/> <connection id="42521874" src-id="42520830" dest-id="42521846" weight="1.2323362252040388"/> <connection id="42521875" src-id="42520831" dest-id="42521846" weight="0.17773540123851683"/> <connection id="42521876" src-id="42520832" dest-id="42521846" weight="-6.396120847899137"/> <connection id="42521877" src-id="42520833" dest-id="42521846" weight="2.7571976221172334"/> <connection id="42521878" src-id="42520834" dest-id="42521846" weight="1.2662576190569732"/> <connection id="42521881" src-id="42520837" dest-id="42521846" weight="5.033237331183583"/> <connection id="42521882" src-id="42520838" dest-id="42521846" weight="-7.571675927348696"/> <connection id="42521884" src-id="42520840" dest-id="42521846" weight="1.0232418053625658"/> <connection id="42521885" src-id="42520841" dest-id="42521846" weight="-3.7229193307789674"/> <connection id="42521887" src-id="42520843" dest-id="42521846" weight="-2.2928517748619917"/> <connection id="42521888" src-id="42520844" dest-id="42521846" weight="3.6278459499084192"/> <connection id="42521889" src-id="42520845" dest-id="42521846" weight="-10.0"/> <connection id="42521890" src-id="42520846" dest-id="42521846" weight="3.062586655131631"/> <connection id="42521891" src-id="42520847" dest-id="42521846" weight="0.6866081272601119"/> <connection id="42521892" src-id="42520848" dest-id="42521846" weight="-2.9379626573274695"/> <connection id="42521893" src-id="42520849" dest-id="42521846" weight="-10.0"/> <connection id="42521894" src-id="42520850" dest-id="42521846" weight="3.562022265262479"/> <connection id="42521895" src-id="42520851" dest-id="42521846" weight="0.1855061786126222"/> <connection id="42521896" src-id="42520852" dest-id="42521846" weight="10.0"/> <connection id="42521898" src-id="42520854" dest-id="42521846" weight="0.976716969483291"/> <connection id="42521899" src-id="42520855" dest-id="42521846" weight="-0.02256021390568086"/> <connection id="42521900" src-id="42520856" dest-id="42521846" weight="0.7687501940555101"/> <connection id="42521901" src-id="42520857" dest-id="42521846" weight="-10.0"/> <connection id="42521902" src-id="42520858" dest-id="42521846" weight="3.3224368012202823"/> <connection id="42521903" src-id="42520859" dest-id="42521846" weight="0.07562058309928876"/> <connection id="42521904" src-id="42520860" dest-id="42521846" weight="-4.933297450684787"/> <connection id="42521905" src-id="42520861" dest-id="42521846" weight="-4.085065852143408"/> <connection id="42521906" src-id="42520862" dest-id="42521846" weight="-0.4952700771642596"/> <connection id="42521907" src-id="42520863" dest-id="42521846" weight="-10.0"/> <connection id="42521908" src-id="42520864" dest-id="42521846" weight="1.5559198425957361"/> <connection id="42521909" src-id="42520865" dest-id="42521846" weight="8.504430798224014"/> <connection id="42521910" src-id="42520866" dest-id="42521846" weight="-5.4711426870167434"/> <connection id="42521912" src-id="42520868" dest-id="42521846" weight="5.582720175692498"/> <connection id="42521913" src-id="42520869" dest-id="42521846" weight="-4.478916161807773"/> <connection id="42521916" src-id="42520872" dest-id="42521846" weight="-7.8944478149756705"/> <connection id="42521917" src-id="42520873" dest-id="42521846" weight="-5.252285443655295"/> <connection id="42521918" src-id="42520874" dest-id="42521846" weight="-7.050684737995395"/> <connection id="42521921" src-id="42520877" dest-id="42521846" weight="7.362543879269115"/> <connection id="42521924" src-id="42520880" dest-id="42521846" weight="6.458671105546733"/> <connection id="42521925" src-id="42520881" dest-id="42521846" weight="-3.7460605518424166"/> <connection id="42521926" src-id="42520882" dest-id="42521846" weight="-7.709122176203912"/> <connection id="42521927" src-id="42520883" dest-id="42521846" weight="-0.7904009709537206"/> <connection id="42521928" src-id="42520884" dest-id="42521846" weight="-6.824316106713698"/> <connection id="42521929" src-id="42520885" dest-id="42521846" weight="8.311495177602389"/> <connection id="42521932" src-id="42520888" dest-id="42521846" weight="2.877636145282627"/> <neuron id="42521933" type="out" activation="sigmoid"/> <connection id="42521934" src-id="42520803" dest-id="42521933" weight="-8.527829953533757"/> <connection id="42521935" src-id="42520804" dest-id="42521933" weight="3.377979273686757"/> <connection id="42521936" src-id="42520805" dest-id="42521933" weight="7.839978832089876"/> <connection id="42521937" src-id="42520806" dest-id="42521933" weight="-5.3448607396044"/> <connection id="42521938" src-id="42520807" dest-id="42521933" weight="-8.191602497688137"/> <connection id="42521939" src-id="42520808" dest-id="42521933" weight="1.1919615948468272"/> <connection id="42521940" src-id="42520809" dest-id="42521933" weight="-0.5288332141394971"/> <connection id="42521941" src-id="42520810" dest-id="42521933" weight="4.41204632909009"/> <connection id="42521942" src-id="42520811" dest-id="42521933" weight="5.152512714957247"/> <connection id="42521943" src-id="42520812" dest-id="42521933" weight="1.66049270815315"/> <connection id="42521944" src-id="42520813" dest-id="42521933" weight="5.30195240095137"/> <connection id="42521945" src-id="42520814" dest-id="42521933" weight="8.563495023779154"/> <connection id="42521946" src-id="42520815" dest-id="42521933" weight="-4.872729470793957"/> <connection id="42521947" src-id="42520816" dest-id="42521933" weight="-1.9427382806559492"/> <connection id="42521948" src-id="42520817" dest-id="42521933" weight="9.342346604892724"/> <connection id="42521949" src-id="42520818" dest-id="42521933" weight="-2.8997296879631174"/> <connection id="42521953" src-id="42520822" dest-id="42521933" weight="-0.9478041434883833"/> <connection id="42521954" src-id="42520823" dest-id="42521933" weight="-5.450590239312228"/> <connection id="42521955" src-id="42520824" dest-id="42521933" weight="7.110634623521967"/> <connection id="42521956" src-id="42520825" dest-id="42521933" weight="7.779023638564095"/> <connection id="42521957" src-id="42520826" dest-id="42521933" weight="8.453951582261277"/> <connection id="42521958" src-id="42520827" dest-id="42521933" weight="-7.853372019719156"/> <connection id="42521959" src-id="42520828" dest-id="42521933" weight="-4.7601630220031685"/> <connection id="42521960" src-id="42520829" dest-id="42521933" weight="-7.2127101343910525"/> <connection id="42521961" src-id="42520830" dest-id="42521933" weight="-1.2646231574395594"/> <connection id="42521962" src-id="42520831" dest-id="42521933" weight="7.474725414928323"/> <connection id="42521966" src-id="42520835" dest-id="42521933" weight="1.0974130076061235"/> <connection id="42521968" src-id="42520837" dest-id="42521933" weight="-10.0"/> <connection id="42521969" src-id="42520838" dest-id="42521933" weight="-3.6324198558287"/> <connection id="42521971" src-id="42520840" dest-id="42521933" weight="-4.511706793178501"/> <connection id="42521972" src-id="42520841" dest-id="42521933" weight="-6.937875320262531"/> <connection id="42521973" src-id="42520842" dest-id="42521933" weight="8.02473096387695"/> <connection id="42521974" src-id="42520843" dest-id="42521933" weight="-6.069205095518656"/> <connection id="42521976" src-id="42520845" dest-id="42521933" weight="4.968847966189187"/> <connection id="42521977" src-id="42520846" dest-id="42521933" weight="-2.9906384445946204"/> <connection id="42521978" src-id="42520847" dest-id="42521933" weight="-8.502118719424695"/> <connection id="42521979" src-id="42520848" dest-id="42521933" weight="-5.416460953235166"/> <connection id="42521980" src-id="42520849" dest-id="42521933" weight="9.81992425338853"/> <connection id="42521981" src-id="42520850" dest-id="42521933" weight="6.405590404128771"/> <connection id="42521982" src-id="42520851" dest-id="42521933" weight="-1.3060406201947146"/> <connection id="42521984" src-id="42520853" dest-id="42521933" weight="3.255294313854039"/> <connection id="42521987" src-id="42520856" dest-id="42521933" weight="-5.203777394306801"/> <connection id="42521988" src-id="42520857" dest-id="42521933" weight="0.29259371432611403"/> <connection id="42521989" src-id="42520858" dest-id="42521933" weight="5.42279337948385"/> <connection id="42521990" src-id="42520859" dest-id="42521933" weight="-4.636609419463111"/> <connection id="42521991" src-id="42520860" dest-id="42521933" weight="-2.5837936860903965"/> <connection id="42521992" src-id="42520861" dest-id="42521933" weight="1.7032234290106927"/> <connection id="42521993" src-id="42520862" dest-id="42521933" weight="1.325209586757148"/> <connection id="42521994" src-id="42520863" dest-id="42521933" weight="-9.340432644897422"/> <connection id="42521996" src-id="42520865" dest-id="42521933" weight="-7.336014358313734"/> <connection id="42521997" src-id="42520866" dest-id="42521933" weight="-1.3262412703117414"/> <connection id="42522000" src-id="42520869" dest-id="42521933" weight="-5.688274034707807"/> <connection id="42522001" src-id="42520870" dest-id="42521933" weight="3.0108321613351157"/> <connection id="42522003" src-id="42520872" dest-id="42521933" weight="9.199763926271354"/> <connection id="42522005" src-id="42520874" dest-id="42521933" weight="4.78808623155364"/> <connection id="42522006" src-id="42520875" dest-id="42521933" weight="-10.0"/> <connection id="42522007" src-id="42520876" dest-id="42521933" weight="0.3592930842205758"/> <connection id="42522009" src-id="42520878" dest-id="42521933" weight="-0.8753318511050939"/> <connection id="42522010" src-id="42520879" dest-id="42521933" weight="-6.478523132384119"/> <connection id="42522011" src-id="42520880" dest-id="42521933" weight="4.465859184728922"/> <connection id="42522014" src-id="42520883" dest-id="42521933" weight="1.7666529376125528"/> <connection id="42522016" src-id="42520885" dest-id="42521933" weight="3.658070498339563"/> <connection id="42522017" src-id="42520886" dest-id="42521933" weight="6.27948394025234"/> <connection id="42522018" src-id="42520887" dest-id="42521933" weight="-5.88423093448772"/> <connection id="42522019" src-id="42520888" dest-id="42521933" weight="-2.192533324565118"/> <neuron id="42522020" type="out" activation="sigmoid"/> <connection id="42522021" src-id="42520803" dest-id="42522020" weight="-1.3074541445187426"/> <connection id="42522022" src-id="42520804" dest-id="42522020" weight="-9.822712864945142"/> <connection id="42522023" src-id="42520805" dest-id="42522020" weight="10.0"/> <connection id="42522024" src-id="42520806" dest-id="42522020" weight="-2.5106963810266034"/> <connection id="42522026" src-id="42520808" dest-id="42522020" weight="3.879488046096861"/> <connection id="42522027" src-id="42520809" dest-id="42522020" weight="-6.147818556691387"/> <connection id="42522028" src-id="42520810" dest-id="42522020" weight="-8.89654911960281"/> <connection id="42522029" src-id="42520811" dest-id="42522020" weight="6.331596422407792"/> <connection id="42522031" src-id="42520813" dest-id="42522020" weight="-8.73648392761196"/> <connection id="42522033" src-id="42520815" dest-id="42522020" weight="-6.023646762727405"/> <connection id="42522035" src-id="42520817" dest-id="42522020" weight="3.6533841636412463"/> <connection id="42522036" src-id="42520818" dest-id="42522020" weight="-7.23025791107093"/> <connection id="42522038" src-id="42520820" dest-id="42522020" weight="-10.0"/> <connection id="42522039" src-id="42520821" dest-id="42522020" weight="10.0"/> <connection id="42522040" src-id="42520822" dest-id="42522020" weight="8.517023978337527"/> <connection id="42522041" src-id="42520823" dest-id="42522020" weight="5.526528170404518"/> <connection id="42522042" src-id="42520824" dest-id="42522020" weight="-8.824450377192171"/> <connection id="42522043" src-id="42520825" dest-id="42522020" weight="10.0"/> <connection id="42522044" src-id="42520826" dest-id="42522020" weight="6.2821769262494795"/> <connection id="42522045" src-id="42520827" dest-id="42522020" weight="-3.9099054853207766"/> <connection id="42522046" src-id="42520828" dest-id="42522020" weight="-0.7245486798860392"/> <connection id="42522047" src-id="42520829" dest-id="42522020" weight="-6.690179881435111"/> <connection id="42522048" src-id="42520830" dest-id="42522020" weight="5.577366929779756"/> <connection id="42522049" src-id="42520831" dest-id="42522020" weight="-9.538810639004351"/> <connection id="42522050" src-id="42520832" dest-id="42522020" weight="-5.511839193874152"/> <connection id="42522051" src-id="42520833" dest-id="42522020" weight="8.436189685326049"/> <connection id="42522052" src-id="42520834" dest-id="42522020" weight="-6.294809701239003"/> <connection id="42522053" src-id="42520835" dest-id="42522020" weight="-9.942848398622138"/> <connection id="42522055" src-id="42520837" dest-id="42522020" weight="-0.8279824478668683"/> <connection id="42522056" src-id="42520838" dest-id="42522020" weight="0.172854524359464"/> <connection id="42522057" src-id="42520839" dest-id="42522020" weight="6.450543960467375"/> <connection id="42522058" src-id="42520840" dest-id="42522020" weight="-10.0"/> <connection id="42522059" src-id="42520841" dest-id="42522020" weight="6.214481932675888"/> <connection id="42522060" src-id="42520842" dest-id="42522020" weight="7.952358911548041"/> <connection id="42522061" src-id="42520843" dest-id="42522020" weight="-7.416624972223149"/> <connection id="42522062" src-id="42520844" dest-id="42522020" weight="-7.870814033740313"/> <connection id="42522063" src-id="42520845" dest-id="42522020" weight="10.0"/> <connection id="42522065" src-id="42520847" dest-id="42522020" weight="2.392215152598815"/> <connection id="42522069" src-id="42520851" dest-id="42522020" weight="4.39638262816564"/> <connection id="42522070" src-id="42520852" dest-id="42522020" weight="7.968677913215472"/> <connection id="42522071" src-id="42520853" dest-id="42522020" weight="0.052811113662691866"/> <connection id="42522074" src-id="42520856" dest-id="42522020" weight="7.9383018257858025"/> <connection id="42522076" src-id="42520858" dest-id="42522020" weight="9.559199774745492"/> <connection id="42522078" src-id="42520860" dest-id="42522020" weight="-8.707190576292254"/> <connection id="42522079" src-id="42520861" dest-id="42522020" weight="-1.643084546608976"/> <connection id="42522080" src-id="42520862" dest-id="42522020" weight="8.260974603260392"/> <connection id="42522081" src-id="42520863" dest-id="42522020" weight="8.599435932288506"/> <connection id="42522082" src-id="42520864" dest-id="42522020" weight="-1.4219204266061438"/> <connection id="42522083" src-id="42520865" dest-id="42522020" weight="-7.2020186372648"/> <connection id="42522085" src-id="42520867" dest-id="42522020" weight="9.010498458955325"/> <connection id="42522086" src-id="42520868" dest-id="42522020" weight="-9.787934418921392"/> <connection id="42522088" src-id="42520870" dest-id="42522020" weight="3.913753700498866"/> <connection id="42522089" src-id="42520871" dest-id="42522020" weight="-10.0"/> <connection id="42522091" src-id="42520873" dest-id="42522020" weight="-2.4312138888834567"/> <connection id="42522092" src-id="42520874" dest-id="42522020" weight="9.065387165207516"/> <connection id="42522093" src-id="42520875" dest-id="42522020" weight="0.5619678557550463"/> <connection id="42522094" src-id="42520876" dest-id="42522020" weight="1.7087434192756452"/> <connection id="42522095" src-id="42520877" dest-id="42522020" weight="-4.240584372181928"/> <connection id="42522096" src-id="42520878" dest-id="42522020" weight="-0.8287208446226448"/> <connection id="42522097" src-id="42520879" dest-id="42522020" weight="-3.369488095196593"/> <connection id="42522098" src-id="42520880" dest-id="42522020" weight="5.1556058972187495"/> <connection id="42522099" src-id="42520881" dest-id="42522020" weight="-3.2899283086956297"/> <connection id="42522101" src-id="42520883" dest-id="42522020" weight="-5.0398012702780886"/> <connection id="42522102" src-id="42520884" dest-id="42522020" weight="1.8213752783234816"/> <connection id="42522103" src-id="42520885" dest-id="42522020" weight="-0.528508447857625"/> <connection id="42522104" src-id="42520886" dest-id="42522020" weight="5.068781057015173"/> <connection id="42522105" src-id="42520887" dest-id="42522020" weight="-0.27073598812155014"/> <connection id="42522106" src-id="42520888" dest-id="42522020" weight="-2.157392737027484"/> <neuron id="42522107" type="out" activation="sigmoid"/> <connection id="42522109" src-id="42520804" dest-id="42522107" weight="-2.997237405577841"/> <connection id="42522110" src-id="42520805" dest-id="42522107" weight="0.1540869990930842"/> <connection id="42522111" src-id="42520806" dest-id="42522107" weight="-5.890249840730749"/> <connection id="42522112" src-id="42520807" dest-id="42522107" weight="-5.864373836395299"/> <connection id="42522113" src-id="42520808" dest-id="42522107" weight="5.867415228013641"/> <connection id="42522115" src-id="42520810" dest-id="42522107" weight="6.988782851307627"/> <connection id="42522116" src-id="42520811" dest-id="42522107" weight="6.758057344958664"/> <connection id="42522117" src-id="42520812" dest-id="42522107" weight="8.132418267698206"/> <connection id="42522118" src-id="42520813" dest-id="42522107" weight="-4.4613512036243925"/> <connection id="42522119" src-id="42520814" dest-id="42522107" weight="10.0"/> <connection id="42522120" src-id="42520815" dest-id="42522107" weight="-0.2232834850045713"/> <connection id="42522122" src-id="42520817" dest-id="42522107" weight="1.1494469175810786"/> <connection id="42522123" src-id="42520818" dest-id="42522107" weight="-8.386995387747804"/> <connection id="42522125" src-id="42520820" dest-id="42522107" weight="-1.2273244359857216"/> <connection id="42522126" src-id="42520821" dest-id="42522107" weight="9.101432750536233"/> <connection id="42522127" src-id="42520822" dest-id="42522107" weight="10.0"/> <connection id="42522128" src-id="42520823" dest-id="42522107" weight="-0.6703533276297917"/> <connection id="42522129" src-id="42520824" dest-id="42522107" weight="7.412146817579462"/> <connection id="42522130" src-id="42520825" dest-id="42522107" weight="4.892423041075414"/> <connection id="42522131" src-id="42520826" dest-id="42522107" weight="0.7107846715702282"/> <connection id="42522132" src-id="42520827" dest-id="42522107" weight="1.5210169696245548"/> <connection id="42522133" src-id="42520828" dest-id="42522107" weight="0.48999332200099016"/> <connection id="42522135" src-id="42520830" dest-id="42522107" weight="10.0"/> <connection id="42522136" src-id="42520831" dest-id="42522107" weight="-2.9001937198204977"/> <connection id="42522137" src-id="42520832" dest-id="42522107" weight="5.802437455995301"/> <connection id="42522138" src-id="42520833" dest-id="42522107" weight="-3.007529172828044"/> <connection id="42522139" src-id="42520834" dest-id="42522107" weight="-5.160693121693123"/> <connection id="42522140" src-id="42520835" dest-id="42522107" weight="-0.601327105610292"/> <connection id="42522141" src-id="42520836" dest-id="42522107" weight="-3.3309025306053903"/> <connection id="42522142" src-id="42520837" dest-id="42522107" weight="-0.9202089773557949"/> <connection id="42522143" src-id="42520838" dest-id="42522107" weight="5.955826393561461"/> <connection id="42522145" src-id="42520840" dest-id="42522107" weight="4.868937051833882"/> <connection id="42522147" src-id="42520842" dest-id="42522107" weight="5.958018969174804"/> <connection id="42522148" src-id="42520843" dest-id="42522107" weight="-2.964939346679703"/> <connection id="42522149" src-id="42520844" dest-id="42522107" weight="-4.390792619562351"/> <connection id="42522150" src-id="42520845" dest-id="42522107" weight="10.0"/> <connection id="42522152" src-id="42520847" dest-id="42522107" weight="0.22038456286397506"/> <connection id="42522154" src-id="42520849" dest-id="42522107" weight="4.138119795773325"/> <connection id="42522156" src-id="42520851" dest-id="42522107" weight="-7.532586374678434"/> <connection id="42522157" src-id="42520852" dest-id="42522107" weight="-6.257682905037708"/> <connection id="42522158" src-id="42520853" dest-id="42522107" weight="-8.914060661262893"/> <connection id="42522159" src-id="42520854" dest-id="42522107" weight="4.135431346920782"/> <connection id="42522161" src-id="42520856" dest-id="42522107" weight="-5.48631829640261"/> <connection id="42522162" src-id="42520857" dest-id="42522107" weight="-6.833682137270103"/> <connection id="42522163" src-id="42520858" dest-id="42522107" weight="5.311507535142297"/> <connection id="42522164" src-id="42520859" dest-id="42522107" weight="3.658840517259417"/> <connection id="42522165" src-id="42520860" dest-id="42522107" weight="2.7839390950270078"/> <connection id="42522167" src-id="42520862" dest-id="42522107" weight="-7.159329672647891"/> <connection id="42522168" src-id="42520863" dest-id="42522107" weight="-7.093955460148356"/> <connection id="42522169" src-id="42520864" dest-id="42522107" weight="8.549498297249807"/> <connection id="42522170" src-id="42520865" dest-id="42522107" weight="-6.163021018453635"/> <connection id="42522171" src-id="42520866" dest-id="42522107" weight="7.010918428229593"/> <connection id="42522172" src-id="42520867" dest-id="42522107" weight="-6.189540949619989"/> <connection id="42522173" src-id="42520868" dest-id="42522107" weight="9.993744496293015"/> <connection id="42522174" src-id="42520869" dest-id="42522107" weight="1.262596498809459"/> <connection id="42522176" src-id="42520871" dest-id="42522107" weight="5.004104229742506"/> <connection id="42522177" src-id="42520872" dest-id="42522107" weight="-10.0"/> <connection id="42522180" src-id="42520875" dest-id="42522107" weight="-4.085146692604949"/> <connection id="42522181" src-id="42520876" dest-id="42522107" weight="8.845845896595655"/> <connection id="42522183" src-id="42520878" dest-id="42522107" weight="-7.393586290621057"/> <connection id="42522185" src-id="42520880" dest-id="42522107" weight="4.9175563813695735"/> <connection id="42522186" src-id="42520881" dest-id="42522107" weight="-1.8540479379286423"/> <connection id="42522187" src-id="42520882" dest-id="42522107" weight="-0.9086327618451324"/> <connection id="42522188" src-id="42520883" dest-id="42522107" weight="-0.831395320409692"/> <connection id="42522189" src-id="42520884" dest-id="42522107" weight="-5.845916719303986"/> <connection id="42522190" src-id="42520885" dest-id="42522107" weight="-3.0449163286423935"/> <connection id="42522191" src-id="42520886" dest-id="42522107" weight="6.170999385002055"/> <neuron id="42522194" type="out" activation="sigmoid"/> <connection id="42522195" src-id="42520803" dest-id="42522194" weight="-3.3936921899059955"/> <connection id="42522197" src-id="42520805" dest-id="42522194" weight="10.0"/> <connection id="42522198" src-id="42520806" dest-id="42522194" weight="-2.6949384851205145"/> <connection id="42522200" src-id="42520808" dest-id="42522194" weight="-9.363666461572187"/> <connection id="42522202" src-id="42520810" dest-id="42522194" weight="10.0"/> <connection id="42522203" src-id="42520811" dest-id="42522194" weight="9.00531401112164"/> <connection id="42522205" src-id="42520813" dest-id="42522194" weight="-6.571120573599343"/> <connection id="42522206" src-id="42520814" dest-id="42522194" weight="9.848320365145147"/> <connection id="42522207" src-id="42520815" dest-id="42522194" weight="0.558939466933785"/> <connection id="42522208" src-id="42520816" dest-id="42522194" weight="6.05209507520004"/> <connection id="42522209" src-id="42520817" dest-id="42522194" weight="-2.2320016525682043"/> <connection id="42522210" src-id="42520818" dest-id="42522194" weight="-2.9299761292140167"/> <connection id="42522211" src-id="42520819" dest-id="42522194" weight="6.276117487792099"/> <connection id="42522212" src-id="42520820" dest-id="42522194" weight="-0.7340435003533852"/> <connection id="42522213" src-id="42520821" dest-id="42522194" weight="0.13890427156818796"/> <connection id="42522215" src-id="42520823" dest-id="42522194" weight="-0.6655393435920127"/> <connection id="42522216" src-id="42520824" dest-id="42522194" weight="0.4900122680750067"/> <connection id="42522217" src-id="42520825" dest-id="42522194" weight="-2.9077168692345423"/> <connection id="42522218" src-id="42520826" dest-id="42522194" weight="-0.8176387031690864"/> <connection id="42522220" src-id="42520828" dest-id="42522194" weight="-5.650956983253078"/> <connection id="42522221" src-id="42520829" dest-id="42522194" weight="-9.162316423464686"/> <connection id="42522222" src-id="42520830" dest-id="42522194" weight="-2.434355090730139"/> <connection id="42522223" src-id="42520831" dest-id="42522194" weight="-4.4387093638110775"/> <connection id="42522224" src-id="42520832" dest-id="42522194" weight="-9.46821876359043"/> <connection id="42522225" src-id="42520833" dest-id="42522194" weight="-0.4065211938699327"/> <connection id="42522226" src-id="42520834" dest-id="42522194" weight="8.378332275186452"/> <connection id="42522227" src-id="42520835" dest-id="42522194" weight="-3.87238236766171"/> <connection id="42522229" src-id="42520837" dest-id="42522194" weight="-3.22502763321721"/> <connection id="42522231" src-id="42520839" dest-id="42522194" weight="2.7155572779619774"/> <connection id="42522234" src-id="42520842" dest-id="42522194" weight="8.955450151545262"/> <connection id="42522235" src-id="42520843" dest-id="42522194" weight="10.0"/> <connection id="42522236" src-id="42520844" dest-id="42522194" weight="-7.797737508383115"/> <connection id="42522237" src-id="42520845" dest-id="42522194" weight="-1.645816133895822"/> <connection id="42522238" src-id="42520846" dest-id="42522194" weight="-9.39438460772311"/> <connection id="42522240" src-id="42520848" dest-id="42522194" weight="-9.1162210104151"/> <connection id="42522241" src-id="42520849" dest-id="42522194" weight="-5.568108707296204"/> <connection id="42522243" src-id="42520851" dest-id="42522194" weight="9.798413279511752"/> <connection id="42522244" src-id="42520852" dest-id="42522194" weight="1.5142205874970278"/> <connection id="42522245" src-id="42520853" dest-id="42522194" weight="-9.755840909087556"/> <connection id="42522247" src-id="42520855" dest-id="42522194" weight="-0.8375528454699308"/> <connection id="42522248" src-id="42520856" dest-id="42522194" weight="-4.858642430575047"/> <connection id="42522249" src-id="42520857" dest-id="42522194" weight="6.296522550775989"/> <connection id="42522250" src-id="42520858" dest-id="42522194" weight="2.2350356110871687"/> <connection id="42522251" src-id="42520859" dest-id="42522194" weight="9.425175037308467"/> <connection id="42522252" src-id="42520860" dest-id="42522194" weight="3.2950819188164546"/> <connection id="42522253" src-id="42520861" dest-id="42522194" weight="6.6261641519709"/> <connection id="42522254" src-id="42520862" dest-id="42522194" weight="-1.4990667590613085"/> <connection id="42522255" src-id="42520863" dest-id="42522194" weight="2.8049197547045517"/> <connection id="42522256" src-id="42520864" dest-id="42522194" weight="-7.794240311166719"/> <connection id="42522257" src-id="42520865" dest-id="42522194" weight="-2.231621690687534"/> <connection id="42522258" src-id="42520866" dest-id="42522194" weight="9.047449074160753"/> <connection id="42522259" src-id="42520867" dest-id="42522194" weight="-10.0"/> <connection id="42522260" src-id="42520868" dest-id="42522194" weight="-2.2986872935172977"/> <connection id="42522262" src-id="42520870" dest-id="42522194" weight="-8.011554478276881"/> <connection id="42522263" src-id="42520871" dest-id="42522194" weight="-0.21779819671947998"/> <connection id="42522264" src-id="42520872" dest-id="42522194" weight="-6.17126793965814"/> <connection id="42522265" src-id="42520873" dest-id="42522194" weight="5.1062440833165175"/> <connection id="42522266" src-id="42520874" dest-id="42522194" weight="5.2129168663064185"/> <connection id="42522267" src-id="42520875" dest-id="42522194" weight="5.043608220065517"/> <connection id="42522268" src-id="42520876" dest-id="42522194" weight="0.10798696331407598"/> <connection id="42522269" src-id="42520877" dest-id="42522194" weight="3.90280272566851"/> <connection id="42522271" src-id="42520879" dest-id="42522194" weight="-5.8668163022005615"/> <connection id="42522272" src-id="42520880" dest-id="42522194" weight="-7.177927061821071"/> <connection id="42522273" src-id="42520881" dest-id="42522194" weight="-6.923045498878431"/> <connection id="42522274" src-id="42520882" dest-id="42522194" weight="-3.4284636235211776"/> <connection id="42522275" src-id="42520883" dest-id="42522194" weight="0.2740563909530638"/> <connection id="42522276" src-id="42520884" dest-id="42522194" weight="8.050021171922012"/> <connection id="42522279" src-id="42520887" dest-id="42522194" weight="-1.321047852675456"/> <connection id="42522280" src-id="42520888" dest-id="42522194" weight="8.145849789405009"/> <neuron id="42522281" type="out" activation="sigmoid"/> <connection id="42522282" src-id="42520803" dest-id="42522281" weight="-7.563192532416182"/> <connection id="42522283" src-id="42520804" dest-id="42522281" weight="0.8369146730581677"/> <connection id="42522284" src-id="42520805" dest-id="42522281" weight="2.5041381408526457"/> <connection id="42522285" src-id="42520806" dest-id="42522281" weight="7.079607082954144"/> <connection id="42522286" src-id="42520807" dest-id="42522281" weight="3.2371161488581843"/> <connection id="42522287" src-id="42520808" dest-id="42522281" weight="-5.956016968528974"/> <connection id="42522288" src-id="42520809" dest-id="42522281" weight="-3.58469034220309"/> <connection id="42522289" src-id="42520810" dest-id="42522281" weight="-8.9841332069057"/> <connection id="42522290" src-id="42520811" dest-id="42522281" weight="-4.066067067870566"/> <connection id="42522291" src-id="42520812" dest-id="42522281" weight="4.60179430909916"/> <connection id="42522292" src-id="42520813" dest-id="42522281" weight="1.9060361945527293"/> <connection id="42522293" src-id="42520814" dest-id="42522281" weight="10.0"/> <connection id="42522294" src-id="42520815" dest-id="42522281" weight="8.366898642762031"/> <connection id="42522295" src-id="42520816" dest-id="42522281" weight="4.109821740425909"/> <connection id="42522296" src-id="42520817" dest-id="42522281" weight="-8.202065985358551"/> <connection id="42522297" src-id="42520818" dest-id="42522281" weight="10.0"/> <connection id="42522298" src-id="42520819" dest-id="42522281" weight="5.039335858127995"/> <connection id="42522299" src-id="42520820" dest-id="42522281" weight="-5.557894185733982"/> <connection id="42522300" src-id="42520821" dest-id="42522281" weight="-3.4843448059685938"/> <connection id="42522301" src-id="42520822" dest-id="42522281" weight="2.3004470843826472"/> <connection id="42522303" src-id="42520824" dest-id="42522281" weight="-3.9560204585775813"/> <connection id="42522304" src-id="42520825" dest-id="42522281" weight="10.0"/> <connection id="42522305" src-id="42520826" dest-id="42522281" weight="8.285811539928291"/> <connection id="42522307" src-id="42520828" dest-id="42522281" weight="-5.958535372021361"/> <connection id="42522308" src-id="42520829" dest-id="42522281" weight="-8.134796400767712"/> <connection id="42522309" src-id="42520830" dest-id="42522281" weight="8.201124537953419"/> <connection id="42522313" src-id="42520834" dest-id="42522281" weight="-9.552225572299559"/> <connection id="42522314" src-id="42520835" dest-id="42522281" weight="-9.905321154080056"/> <connection id="42522315" src-id="42520836" dest-id="42522281" weight="-1.3950061887140193"/> <connection id="42522316" src-id="42520837" dest-id="42522281" weight="3.7059895739042035"/> <connection id="42522319" src-id="42520840" dest-id="42522281" weight="9.031729689014037"/> <connection id="42522320" src-id="42520841" dest-id="42522281" weight="1.8891429153098138"/> <connection id="42522321" src-id="42520842" dest-id="42522281" weight="-5.157979433093569"/> <connection id="42522325" src-id="42520846" dest-id="42522281" weight="5.0714443607587905"/> <connection id="42522326" src-id="42520847" dest-id="42522281" weight="-0.1405010354282774"/> <connection id="42522328" src-id="42520849" dest-id="42522281" weight="-0.23441703570035244"/> <connection id="42522329" src-id="42520850" dest-id="42522281" weight="3.7309045820844746"/> <connection id="42522330" src-id="42520851" dest-id="42522281" weight="5.766280804498182"/> <connection id="42522331" src-id="42520852" dest-id="42522281" weight="4.204492324779075"/> <connection id="42522335" src-id="42520856" dest-id="42522281" weight="-7.154734829768794"/> <connection id="42522336" src-id="42520857" dest-id="42522281" weight="-10.0"/> <connection id="42522337" src-id="42520858" dest-id="42522281" weight="7.740389691909285"/> <connection id="42522338" src-id="42520859" dest-id="42522281" weight="-6.920018067502308"/> <connection id="42522339" src-id="42520860" dest-id="42522281" weight="2.490969844364505"/> <connection id="42522340" src-id="42520861" dest-id="42522281" weight="7.07667641903716"/> <connection id="42522341" src-id="42520862" dest-id="42522281" weight="2.4887558480487533"/> <connection id="42522344" src-id="42520865" dest-id="42522281" weight="2.916642161574049"/> <connection id="42522345" src-id="42520866" dest-id="42522281" weight="3.8465884775181984"/> <connection id="42522346" src-id="42520867" dest-id="42522281" weight="-0.6611698337813896"/> <connection id="42522347" src-id="42520868" dest-id="42522281" weight="5.883049435448996"/> <connection id="42522349" src-id="42520870" dest-id="42522281" weight="-5.346718262442669"/> <connection id="42522350" src-id="42520871" dest-id="42522281" weight="6.322642963562066"/> <connection id="42522351" src-id="42520872" dest-id="42522281" weight="1.7497997004019914"/> <connection id="42522353" src-id="42520874" dest-id="42522281" weight="5.396558188294005"/> <connection id="42522354" src-id="42520875" dest-id="42522281" weight="5.715422494853586"/> <connection id="42522355" src-id="42520876" dest-id="42522281" weight="8.24891301015354"/> <connection id="42522356" src-id="42520877" dest-id="42522281" weight="-6.175118538073102"/> <connection id="42522357" src-id="42520878" dest-id="42522281" weight="-1.15679880010597"/> <connection id="42522358" src-id="42520879" dest-id="42522281" weight="-1.5989146483888061"/> <connection id="42522359" src-id="42520880" dest-id="42522281" weight="4.651745853824155"/> <connection id="42522360" src-id="42520881" dest-id="42522281" weight="-5.1228207460208"/> <connection id="42522362" src-id="42520883" dest-id="42522281" weight="-6.17164533621365"/> <connection id="42522363" src-id="42520884" dest-id="42522281" weight="-10.0"/> <connection id="42522364" src-id="42520885" dest-id="42522281" weight="4.731461415958961"/> <connection id="42522365" src-id="42520886" dest-id="42522281" weight="-2.410834455408694"/> <connection id="42522366" src-id="42520887" dest-id="42522281" weight="5.46052018861017"/> <connection id="42522367" src-id="42520888" dest-id="42522281" weight="-0.6452444122256908"/> <neuron id="42522368" type="out" activation="sigmoid"/> <connection id="42522369" src-id="42520803" dest-id="42522368" weight="7.378110200636391"/> <connection id="42522371" src-id="42520805" dest-id="42522368" weight="4.7231256376065085"/> <connection id="42522372" src-id="42520806" dest-id="42522368" weight="2.042000407112187"/> <connection id="42522373" src-id="42520807" dest-id="42522368" weight="1.4465725871897035"/> <connection id="42522374" src-id="42520808" dest-id="42522368" weight="7.446506428809843"/> <connection id="42522375" src-id="42520809" dest-id="42522368" weight="-3.025393213606046"/> <connection id="42522376" src-id="42520810" dest-id="42522368" weight="-5.512743217590253"/> <connection id="42522377" src-id="42520811" dest-id="42522368" weight="2.9824727165760634"/> <connection id="42522378" src-id="42520812" dest-id="42522368" weight="2.6871571176151186"/> <connection id="42522380" src-id="42520814" dest-id="42522368" weight="2.819573541715529"/> <connection id="42522381" src-id="42520815" dest-id="42522368" weight="10.0"/> <connection id="42522382" src-id="42520816" dest-id="42522368" weight="7.169672115671675"/> <connection id="42522383" src-id="42520817" dest-id="42522368" weight="6.282091872613329"/> <connection id="42522385" src-id="42520819" dest-id="42522368" weight="2.928555607841239"/> <connection id="42522387" src-id="42520821" dest-id="42522368" weight="8.165073497099453"/> <connection id="42522388" src-id="42520822" dest-id="42522368" weight="5.559808908041438"/> <connection id="42522390" src-id="42520824" dest-id="42522368" weight="6.5127417224555195"/> <connection id="42522392" src-id="42520826" dest-id="42522368" weight="4.545891428900267"/> <connection id="42522394" src-id="42520828" dest-id="42522368" weight="-5.400529980711144"/> <connection id="42522395" src-id="42520829" dest-id="42522368" weight="0.6175575343524975"/> <connection id="42522399" src-id="42520833" dest-id="42522368" weight="-2.3512847192504904"/> <connection id="42522401" src-id="42520835" dest-id="42522368" weight="-7.725739990960164"/> <connection id="42522403" src-id="42520837" dest-id="42522368" weight="-10.0"/> <connection id="42522404" src-id="42520838" dest-id="42522368" weight="-5.430162426100467"/> <connection id="42522405" src-id="42520839" dest-id="42522368" weight="-8.613568280108748"/> <connection id="42522406" src-id="42520840" dest-id="42522368" weight="-5.138691089273204"/> <connection id="42522407" src-id="42520841" dest-id="42522368" weight="-7.235172745534977"/> <connection id="42522408" src-id="42520842" dest-id="42522368" weight="-3.90999866875222"/> <connection id="42522409" src-id="42520843" dest-id="42522368" weight="1.3436006767236863"/> <connection id="42522413" src-id="42520847" dest-id="42522368" weight="0.8559302222431975"/> <connection id="42522414" src-id="42520848" dest-id="42522368" weight="7.2837956385524505"/> <connection id="42522416" src-id="42520850" dest-id="42522368" weight="-0.3265458911619312"/> <connection id="42522419" src-id="42520853" dest-id="42522368" weight="-3.8527346950343886"/> <connection id="42522420" src-id="42520854" dest-id="42522368" weight="-2.0086883831260645"/> <connection id="42522421" src-id="42520855" dest-id="42522368" weight="-7.244603921397864"/> <connection id="42522423" src-id="42520857" dest-id="42522368" weight="5.876587066378789"/> <connection id="42522424" src-id="42520858" dest-id="42522368" weight="-8.473380143944299"/> <connection id="42522425" src-id="42520859" dest-id="42522368" weight="-8.273237770320057"/> <connection id="42522426" src-id="42520860" dest-id="42522368" weight="7.785409133598872"/> <connection id="42522427" src-id="42520861" dest-id="42522368" weight="-3.954982885443948"/> <connection id="42522428" src-id="42520862" dest-id="42522368" weight="2.6938245657480127"/> <connection id="42522429" src-id="42520863" dest-id="42522368" weight="-2.870293579203169"/> <connection id="42522432" src-id="42520866" dest-id="42522368" weight="6.342711332009263"/> <connection id="42522433" src-id="42520867" dest-id="42522368" weight="-0.428808856345255"/> <connection id="42522434" src-id="42520868" dest-id="42522368" weight="-0.15746166138435247"/> <connection id="42522435" src-id="42520869" dest-id="42522368" weight="0.3041928870388583"/> <connection id="42522436" src-id="42520870" dest-id="42522368" weight="-8.244382477144057"/> <connection id="42522437" src-id="42520871" dest-id="42522368" weight="-8.495387822039572"/> <connection id="42522438" src-id="42520872" dest-id="42522368" weight="-0.3770201283383977"/> <connection id="42522439" src-id="42520873" dest-id="42522368" weight="5.878096284735315"/> <connection id="42522440" src-id="42520874" dest-id="42522368" weight="10.0"/> <connection id="42522442" src-id="42520876" dest-id="42522368" weight="-10.0"/> <connection id="42522443" src-id="42520877" dest-id="42522368" weight="-8.309784910105513"/> <connection id="42522444" src-id="42520878" dest-id="42522368" weight="10.0"/> <connection id="42522445" src-id="42520879" dest-id="42522368" weight="5.774527830269684"/> <connection id="42522446" src-id="42520880" dest-id="42522368" weight="-0.14160865133547684"/> <connection id="42522447" src-id="42520881" dest-id="42522368" weight="-10.0"/> <connection id="42522450" src-id="42520884" dest-id="42522368" weight="7.4718719996698235"/> <connection id="42522451" src-id="42520885" dest-id="42522368" weight="7.075835507615059"/> <connection id="42522452" src-id="42520886" dest-id="42522368" weight="-0.982528107002253"/> <connection id="42522453" src-id="42520887" dest-id="42522368" weight="-2.073776464492841"/> <connection id="42522454" src-id="42520888" dest-id="42522368" weight="3.5301243024128373"/> <neuron id="42522455" type="out" activation="sigmoid"/> <connection id="42522456" src-id="42520803" dest-id="42522455" weight="4.500470478103383"/> <connection id="42522457" src-id="42520804" dest-id="42522455" weight="-6.861641339091401"/> <connection id="42522458" src-id="42520805" dest-id="42522455" weight="10.0"/> <connection id="42522459" src-id="42520806" dest-id="42522455" weight="2.206019306774147"/> <connection id="42522460" src-id="42520807" dest-id="42522455" weight="-7.737584746233263"/> <connection id="42522461" src-id="42520808" dest-id="42522455" weight="-7.021048966921879"/> <connection id="42522462" src-id="42520809" dest-id="42522455" weight="-9.449086682482045"/> <connection id="42522463" src-id="42520810" dest-id="42522455" weight="-3.8611136993741457"/> <connection id="42522464" src-id="42520811" dest-id="42522455" weight="-10.0"/> <connection id="42522465" src-id="42520812" dest-id="42522455" weight="0.9726966022637134"/> <connection id="42522466" src-id="42520813" dest-id="42522455" weight="-5.254966797024012"/> <connection id="42522467" src-id="42520814" dest-id="42522455" weight="4.635587539541103"/> <connection id="42522469" src-id="42520816" dest-id="42522455" weight="1.7510645704181997"/> <connection id="42522471" src-id="42520818" dest-id="42522455" weight="6.149622366556496"/> <connection id="42522473" src-id="42520820" dest-id="42522455" weight="-5.4268433830185305"/> <connection id="42522475" src-id="42520822" dest-id="42522455" weight="0.2692020111972464"/> <connection id="42522476" src-id="42520823" dest-id="42522455" weight="-4.265304257641409"/> <connection id="42522477" src-id="42520824" dest-id="42522455" weight="9.731037469468918"/> <connection id="42522478" src-id="42520825" dest-id="42522455" weight="-10.0"/> <connection id="42522480" src-id="42520827" dest-id="42522455" weight="-8.491506807390177"/> <connection id="42522482" src-id="42520829" dest-id="42522455" weight="-7.113098022372936"/> <connection id="42522483" src-id="42520830" dest-id="42522455" weight="-3.1785478172828823"/> <connection id="42522484" src-id="42520831" dest-id="42522455" weight="1.727678236284931"/> <connection id="42522486" src-id="42520833" dest-id="42522455" weight="-9.300904325455065"/> <connection id="42522488" src-id="42520835" dest-id="42522455" weight="-10.0"/> <connection id="42522490" src-id="42520837" dest-id="42522455" weight="0.880056230116312"/> <connection id="42522491" src-id="42520838" dest-id="42522455" weight="10.0"/> <connection id="42522493" src-id="42520840" dest-id="42522455" weight="-4.200941631316"/> <connection id="42522494" src-id="42520841" dest-id="42522455" weight="8.008855055407999"/> <connection id="42522495" src-id="42520842" dest-id="42522455" weight="-10.0"/> <connection id="42522496" src-id="42520843" dest-id="42522455" weight="3.0045269508697157"/> <connection id="42522497" src-id="42520844" dest-id="42522455" weight="-6.245341960560539"/> <connection id="42522498" src-id="42520845" dest-id="42522455" weight="1.207030794185365"/> <connection id="42522499" src-id="42520846" dest-id="42522455" weight="4.743209557065346"/> <connection id="42522500" src-id="42520847" dest-id="42522455" weight="-4.517308653732763"/> <connection id="42522501" src-id="42520848" dest-id="42522455" weight="-7.843960631394619"/> <connection id="42522502" src-id="42520849" dest-id="42522455" weight="4.528888648013568"/> <connection id="42522503" src-id="42520850" dest-id="42522455" weight="-10.0"/> <connection id="42522504" src-id="42520851" dest-id="42522455" weight="-9.71177734352271"/> <connection id="42522505" src-id="42520852" dest-id="42522455" weight="7.572893745357161"/> <connection id="42522506" src-id="42520853" dest-id="42522455" weight="-9.976109046481648"/> <connection id="42522507" src-id="42520854" dest-id="42522455" weight="-0.8176463288705085"/> <connection id="42522508" src-id="42520855" dest-id="42522455" weight="6.148372764817825"/> <connection id="42522509" src-id="42520856" dest-id="42522455" weight="-6.146543051761482"/> <connection id="42522510" src-id="42520857" dest-id="42522455" weight="-6.97409632183896"/> <connection id="42522511" src-id="42520858" dest-id="42522455" weight="-0.9218721269176835"/> <connection id="42522515" src-id="42520862" dest-id="42522455" weight="-9.851863890120482"/> <connection id="42522516" src-id="42520863" dest-id="42522455" weight="-2.751958854047576"/> <connection id="42522518" src-id="42520865" dest-id="42522455" weight="-6.682931551749787"/> <connection id="42522519" src-id="42520866" dest-id="42522455" weight="9.768014080769591"/> <connection id="42522521" src-id="42520868" dest-id="42522455" weight="1.183737033592574"/> <connection id="42522522" src-id="42520869" dest-id="42522455" weight="-8.877620177268687"/> <connection id="42522524" src-id="42520871" dest-id="42522455" weight="4.763305432627333"/> <connection id="42522525" src-id="42520872" dest-id="42522455" weight="-5.071500290686444"/> <connection id="42522527" src-id="42520874" dest-id="42522455" weight="-10.0"/> <connection id="42522528" src-id="42520875" dest-id="42522455" weight="-1.7859247121803987"/> <connection id="42522529" src-id="42520876" dest-id="42522455" weight="-10.0"/> <connection id="42522530" src-id="42520877" dest-id="42522455" weight="-6.033599307969488"/> <connection id="42522531" src-id="42520878" dest-id="42522455" weight="0.2756400545440316"/> <connection id="42522532" src-id="42520879" dest-id="42522455" weight="-1.6127109063639877"/> <connection id="42522533" src-id="42520880" dest-id="42522455" weight="6.833174406947318"/> <connection id="42522537" src-id="42520884" dest-id="42522455" weight="8.096595217980806"/> <connection id="42522538" src-id="42520885" dest-id="42522455" weight="-3.055876742830329"/> <connection id="42522540" src-id="42520887" dest-id="42522455" weight="7.088102778678759"/> <connection id="42522541" src-id="42520888" dest-id="42522455" weight="-5.745497781148505"/> <neuron id="42522542" type="out" activation="sigmoid"/> <connection id="42522543" src-id="42520803" dest-id="42522542" weight="-6.498557279004023"/> <connection id="42522544" src-id="42520804" dest-id="42522542" weight="-0.5459758153574228"/> <connection id="42522546" src-id="42520806" dest-id="42522542" weight="7.705776740515751"/> <connection id="42522547" src-id="42520807" dest-id="42522542" weight="-0.8424240167475828"/> <connection id="42522548" src-id="42520808" dest-id="42522542" weight="5.917039969771162"/> <connection id="42522550" src-id="42520810" dest-id="42522542" weight="6.596454795252841"/> <connection id="42522551" src-id="42520811" dest-id="42522542" weight="-10.0"/> <connection id="42522552" src-id="42520812" dest-id="42522542" weight="1.8251331862852096"/> <connection id="42522553" src-id="42520813" dest-id="42522542" weight="8.397351755223985"/> <connection id="42522555" src-id="42520815" dest-id="42522542" weight="8.823916395444272"/> <connection id="42522557" src-id="42520817" dest-id="42522542" weight="4.3497756546372655"/> <connection id="42522558" src-id="42520818" dest-id="42522542" weight="0.7881691196591716"/> <connection id="42522559" src-id="42520819" dest-id="42522542" weight="7.256698885230548"/> <connection id="42522560" src-id="42520820" dest-id="42522542" weight="1.4871161477520438"/> <connection id="42522561" src-id="42520821" dest-id="42522542" weight="10.0"/> <connection id="42522562" src-id="42520822" dest-id="42522542" weight="1.3589989380551164"/> <connection id="42522563" src-id="42520823" dest-id="42522542" weight="6.577124456893585"/> <connection id="42522564" src-id="42520824" dest-id="42522542" weight="9.759143767271762"/> <connection id="42522568" src-id="42520828" dest-id="42522542" weight="-1.063992041485478"/> <connection id="42522569" src-id="42520829" dest-id="42522542" weight="2.4282999497271325"/> <connection id="42522570" src-id="42520830" dest-id="42522542" weight="-8.780483372304708"/> <connection id="42522571" src-id="42520831" dest-id="42522542" weight="-5.784187552680772"/> <connection id="42522572" src-id="42520832" dest-id="42522542" weight="-9.583187454650307"/> <connection id="42522573" src-id="42520833" dest-id="42522542" weight="-8.022541731891724"/> <connection id="42522574" src-id="42520834" dest-id="42522542" weight="4.353973254450458"/> <connection id="42522576" src-id="42520836" dest-id="42522542" weight="-2.45969908372366"/> <connection id="42522577" src-id="42520837" dest-id="42522542" weight="-6.833623446131079"/> <connection id="42522578" src-id="42520838" dest-id="42522542" weight="-0.03649009571630302"/> <connection id="42522579" src-id="42520839" dest-id="42522542" weight="6.9509067460874645"/> <connection id="42522580" src-id="42520840" dest-id="42522542" weight="-6.529308360140548"/> <connection id="42522581" src-id="42520841" dest-id="42522542" weight="-4.957393500941784"/> <connection id="42522582" src-id="42520842" dest-id="42522542" weight="-9.1013704896759"/> <connection id="42522583" src-id="42520843" dest-id="42522542" weight="-1.1108628075788247"/> <connection id="42522584" src-id="42520844" dest-id="42522542" weight="-10.0"/> <connection id="42522585" src-id="42520845" dest-id="42522542" weight="9.965304456980705"/> <connection id="42522586" src-id="42520846" dest-id="42522542" weight="3.3314780615754342"/> <connection id="42522588" src-id="42520848" dest-id="42522542" weight="-4.091882669606289"/> <connection id="42522589" src-id="42520849" dest-id="42522542" weight="-6.709696063642341"/> <connection id="42522590" src-id="42520850" dest-id="42522542" weight="-4.056217527036192"/> <connection id="42522591" src-id="42520851" dest-id="42522542" weight="7.812587668129589"/> <connection id="42522592" src-id="42520852" dest-id="42522542" weight="-6.354733196555203"/> <connection id="42522593" src-id="42520853" dest-id="42522542" weight="-0.5710653013885305"/> <connection id="42522594" src-id="42520854" dest-id="42522542" weight="5.2996872448072105"/> <connection id="42522595" src-id="42520855" dest-id="42522542" weight="-1.3653672949067226"/> <connection id="42522597" src-id="42520857" dest-id="42522542" weight="6.059467051385279"/> <connection id="42522598" src-id="42520858" dest-id="42522542" weight="6.3511826520949075"/> <connection id="42522599" src-id="42520859" dest-id="42522542" weight="-6.6565798641692036"/> <connection id="42522601" src-id="42520861" dest-id="42522542" weight="7.847107050532792"/> <connection id="42522604" src-id="42520864" dest-id="42522542" weight="-9.772753089689063"/> <connection id="42522605" src-id="42520865" dest-id="42522542" weight="2.9885582838013383"/> <connection id="42522607" src-id="42520867" dest-id="42522542" weight="-3.662911509095482"/> <connection id="42522608" src-id="42520868" dest-id="42522542" weight="9.771763398740367"/> <connection id="42522609" src-id="42520869" dest-id="42522542" weight="8.322817476133288"/> <connection id="42522610" src-id="42520870" dest-id="42522542" weight="-5.64049719671671"/> <connection id="42522611" src-id="42520871" dest-id="42522542" weight="3.7427808503055857"/> <connection id="42522612" src-id="42520872" dest-id="42522542" weight="10.0"/> <connection id="42522615" src-id="42520875" dest-id="42522542" weight="-2.9252743084346267"/> <connection id="42522616" src-id="42520876" dest-id="42522542" weight="8.470450958222887"/> <connection id="42522617" src-id="42520877" dest-id="42522542" weight="-0.4735460073621578"/> <connection id="42522618" src-id="42520878" dest-id="42522542" weight="-1.356852873971026"/> <connection id="42522619" src-id="42520879" dest-id="42522542" weight="7.051629577753863"/> <connection id="42522620" src-id="42520880" dest-id="42522542" weight="10.0"/> <connection id="42522621" src-id="42520881" dest-id="42522542" weight="-5.986201838468924"/> <connection id="42522622" src-id="42520882" dest-id="42522542" weight="3.846715169738868"/> <connection id="42522624" src-id="42520884" dest-id="42522542" weight="-4.933814440525252"/> <connection id="42522625" src-id="42520885" dest-id="42522542" weight="-2.9845174203973825"/> <connection id="42522626" src-id="42520886" dest-id="42522542" weight="8.865960730129782"/> <connection id="42522627" src-id="42520887" dest-id="42522542" weight="-1.8661873685045016"/> <connection id="42522628" src-id="42520888" dest-id="42522542" weight="1.1637938750717254"/> <neuron id="42522629" type="out" activation="sigmoid"/> <connection id="42522630" src-id="42520803" dest-id="42522629" weight="-6.963004256511802"/> <connection id="42522632" src-id="42520805" dest-id="42522629" weight="-5.086815537930727"/> <connection id="42522633" src-id="42520806" dest-id="42522629" weight="-2.184626344595583"/> <connection id="42522634" src-id="42520807" dest-id="42522629" weight="8.69791363182892"/> <connection id="42522636" src-id="42520809" dest-id="42522629" weight="-2.36256866312347"/> <connection id="42522637" src-id="42520810" dest-id="42522629" weight="2.764453888524472"/> <connection id="42522638" src-id="42520811" dest-id="42522629" weight="-3.543835514325477"/> <connection id="42522642" src-id="42520815" dest-id="42522629" weight="10.0"/> <connection id="42522643" src-id="42520816" dest-id="42522629" weight="0.17905242380668485"/> <connection id="42522644" src-id="42520817" dest-id="42522629" weight="-9.81532029132363"/> <connection id="42522646" src-id="42520819" dest-id="42522629" weight="3.20329250722578"/> <connection id="42522648" src-id="42520821" dest-id="42522629" weight="3.510038690341511"/> <connection id="42522649" src-id="42520822" dest-id="42522629" weight="-9.258573578485418"/> <connection id="42522650" src-id="42520823" dest-id="42522629" weight="-4.340820639208641"/> <connection id="42522651" src-id="42520824" dest-id="42522629" weight="10.0"/> <connection id="42522652" src-id="42520825" dest-id="42522629" weight="10.0"/> <connection id="42522653" src-id="42520826" dest-id="42522629" weight="0.4442789753664187"/> <connection id="42522655" src-id="42520828" dest-id="42522629" weight="3.935305076339614"/> <connection id="42522657" src-id="42520830" dest-id="42522629" weight="-4.011658469263856"/> <connection id="42522658" src-id="42520831" dest-id="42522629" weight="1.4104015360631639"/> <connection id="42522660" src-id="42520833" dest-id="42522629" weight="10.0"/> <connection id="42522661" src-id="42520834" dest-id="42522629" weight="5.448502235121554"/> <connection id="42522663" src-id="42520836" dest-id="42522629" weight="7.201716555145804"/> <connection id="42522664" src-id="42520837" dest-id="42522629" weight="6.5900487524391265"/> <connection id="42522665" src-id="42520838" dest-id="42522629" weight="4.06773711922287"/> <connection id="42522666" src-id="42520839" dest-id="42522629" weight="8.835899386935345"/> <connection id="42522667" src-id="42520840" dest-id="42522629" weight="-8.881387672985577"/> <connection id="42522668" src-id="42520841" dest-id="42522629" weight="-1.479873076673059"/> <connection id="42522669" src-id="42520842" dest-id="42522629" weight="10.0"/> <connection id="42522671" src-id="42520844" dest-id="42522629" weight="1.5849863911692126"/> <connection id="42522672" src-id="42520845" dest-id="42522629" weight="6.169374767649948"/> <connection id="42522674" src-id="42520847" dest-id="42522629" weight="-0.5470195888948393"/> <connection id="42522675" src-id="42520848" dest-id="42522629" weight="-7.970697337376563"/> <connection id="42522676" src-id="42520849" dest-id="42522629" weight="-6.205527060690707"/> <connection id="42522677" src-id="42520850" dest-id="42522629" weight="4.007733923080327"/> <connection id="42522678" src-id="42520851" dest-id="42522629" weight="3.5879110903326077"/> <connection id="42522679" src-id="42520852" dest-id="42522629" weight="-2.206706482266914"/> <connection id="42522683" src-id="42520856" dest-id="42522629" weight="-0.9005900356748104"/> <connection id="42522684" src-id="42520857" dest-id="42522629" weight="6.7481471863960545"/> <connection id="42522685" src-id="42520858" dest-id="42522629" weight="0.0896506740883724"/> <connection id="42522688" src-id="42520861" dest-id="42522629" weight="1.171504925564765"/> <connection id="42522689" src-id="42520862" dest-id="42522629" weight="-0.7899937797789034"/> <connection id="42522691" src-id="42520864" dest-id="42522629" weight="6.204397664965267"/> <connection id="42522692" src-id="42520865" dest-id="42522629" weight="6.744929910618183"/> <connection id="42522693" src-id="42520866" dest-id="42522629" weight="2.447382429381535"/> <connection id="42522695" src-id="42520868" dest-id="42522629" weight="-8.254300653275527"/> <connection id="42522696" src-id="42520869" dest-id="42522629" weight="7.773657170031017"/> <connection id="42522697" src-id="42520870" dest-id="42522629" weight="6.867190195431409"/> <connection id="42522698" src-id="42520871" dest-id="42522629" weight="-9.224167628787963"/> <connection id="42522700" src-id="42520873" dest-id="42522629" weight="-2.695311918748356"/> <connection id="42522702" src-id="42520875" dest-id="42522629" weight="-10.0"/> <connection id="42522703" src-id="42520876" dest-id="42522629" weight="-7.266893303477165"/> <connection id="42522704" src-id="42520877" dest-id="42522629" weight="4.572911225345569"/> <connection id="42522705" src-id="42520878" dest-id="42522629" weight="1.8805151559761495"/> <connection id="42522706" src-id="42520879" dest-id="42522629" weight="-10.0"/> <connection id="42522707" src-id="42520880" dest-id="42522629" weight="0.6116076826306232"/> <connection id="42522708" src-id="42520881" dest-id="42522629" weight="-3.3616050946289384"/> <connection id="42522709" src-id="42520882" dest-id="42522629" weight="-3.670790255744702"/> <connection id="42522714" src-id="42520887" dest-id="42522629" weight="1.156681584956468"/> <connection id="42522715" src-id="42520888" dest-id="42522629" weight="-10.0"/> <neuron id="42522716" type="out" activation="sigmoid"/> <connection id="42522718" src-id="42520804" dest-id="42522716" weight="-7.135310313135523E-4"/> <connection id="42522719" src-id="42520805" dest-id="42522716" weight="-3.750728436592962"/> <connection id="42522720" src-id="42520806" dest-id="42522716" weight="0.5249408662714892"/> <connection id="42522721" src-id="42520807" dest-id="42522716" weight="-2.0908325531235077"/> <connection id="42522722" src-id="42520808" dest-id="42522716" weight="0.587152168196084"/> <connection id="42522723" src-id="42520809" dest-id="42522716" weight="-6.188310816077015"/> <connection id="42522724" src-id="42520810" dest-id="42522716" weight="-6.326904965784471"/> <connection id="42522729" src-id="42520815" dest-id="42522716" weight="6.4686814060719895"/> <connection id="42522731" src-id="42520817" dest-id="42522716" weight="1.7829469238597124"/> <connection id="42522732" src-id="42520818" dest-id="42522716" weight="-0.7991210643457469"/> <connection id="42522733" src-id="42520819" dest-id="42522716" weight="-8.495068548929826"/> <connection id="42522734" src-id="42520820" dest-id="42522716" weight="-0.564671999714408"/> <connection id="42522735" src-id="42520821" dest-id="42522716" weight="-2.569753240109417"/> <connection id="42522737" src-id="42520823" dest-id="42522716" weight="4.437758278535308"/> <connection id="42522739" src-id="42520825" dest-id="42522716" weight="8.681215396174455"/> <connection id="42522742" src-id="42520828" dest-id="42522716" weight="1.776515730624269"/> <connection id="42522743" src-id="42520829" dest-id="42522716" weight="6.103098051081102"/> <connection id="42522744" src-id="42520830" dest-id="42522716" weight="2.089315385170547"/> <connection id="42522745" src-id="42520831" dest-id="42522716" weight="9.785023905494326"/> <connection id="42522746" src-id="42520832" dest-id="42522716" weight="10.0"/> <connection id="42522748" src-id="42520834" dest-id="42522716" weight="5.741843929988817"/> <connection id="42522749" src-id="42520835" dest-id="42522716" weight="4.005753918650188"/> <connection id="42522750" src-id="42520836" dest-id="42522716" weight="5.370655374754134"/> <connection id="42522751" src-id="42520837" dest-id="42522716" weight="-7.132349661424099"/> <connection id="42522752" src-id="42520838" dest-id="42522716" weight="10.0"/> <connection id="42522753" src-id="42520839" dest-id="42522716" weight="-10.0"/> <connection id="42522754" src-id="42520840" dest-id="42522716" weight="-10.0"/> <connection id="42522755" src-id="42520841" dest-id="42522716" weight="4.1421008869615665"/> <connection id="42522757" src-id="42520843" dest-id="42522716" weight="8.871223962251676"/> <connection id="42522758" src-id="42520844" dest-id="42522716" weight="-10.0"/> <connection id="42522759" src-id="42520845" dest-id="42522716" weight="-3.7055376289697106"/> <connection id="42522760" src-id="42520846" dest-id="42522716" weight="-8.210109698772388"/> <connection id="42522761" src-id="42520847" dest-id="42522716" weight="10.0"/> <connection id="42522762" src-id="42520848" dest-id="42522716" weight="10.0"/> <connection id="42522763" src-id="42520849" dest-id="42522716" weight="10.0"/> <connection id="42522764" src-id="42520850" dest-id="42522716" weight="-4.781603459070066"/> <connection id="42522766" src-id="42520852" dest-id="42522716" weight="-5.46864423669188"/> <connection id="42522767" src-id="42520853" dest-id="42522716" weight="-9.78213837612819"/> <connection id="42522768" src-id="42520854" dest-id="42522716" weight="6.583492908774682"/> <connection id="42522769" src-id="42520855" dest-id="42522716" weight="-10.0"/> <connection id="42522770" src-id="42520856" dest-id="42522716" weight="-1.619452882676292"/> <connection id="42522771" src-id="42520857" dest-id="42522716" weight="-2.4539029509565435"/> <connection id="42522772" src-id="42520858" dest-id="42522716" weight="-1.4454094551358567"/> <connection id="42522773" src-id="42520859" dest-id="42522716" weight="-7.400795250238286"/> <connection id="42522775" src-id="42520861" dest-id="42522716" weight="-8.275812611285783"/> <connection id="42522776" src-id="42520862" dest-id="42522716" weight="-3.16099236546797"/> <connection id="42522777" src-id="42520863" dest-id="42522716" weight="7.8426106773516855"/> <connection id="42522778" src-id="42520864" dest-id="42522716" weight="-6.422954057954654"/> <connection id="42522779" src-id="42520865" dest-id="42522716" weight="1.3338064739927145"/> <connection id="42522780" src-id="42520866" dest-id="42522716" weight="4.210429825161565"/> <connection id="42522781" src-id="42520867" dest-id="42522716" weight="1.2081527875235343"/> <connection id="42522782" src-id="42520868" dest-id="42522716" weight="6.97196112339308"/> <connection id="42522784" src-id="42520870" dest-id="42522716" weight="4.291647836394173"/> <connection id="42522785" src-id="42520871" dest-id="42522716" weight="-7.447795980965656"/> <connection id="42522787" src-id="42520873" dest-id="42522716" weight="6.965275472457484"/> <connection id="42522788" src-id="42520874" dest-id="42522716" weight="5.219922330253294"/> <connection id="42522789" src-id="42520875" dest-id="42522716" weight="10.0"/> <connection id="42522792" src-id="42520878" dest-id="42522716" weight="10.0"/> <connection id="42522793" src-id="42520879" dest-id="42522716" weight="-10.0"/> <connection id="42522795" src-id="42520881" dest-id="42522716" weight="9.420725276547376"/> <connection id="42522796" src-id="42520882" dest-id="42522716" weight="-8.22449226219726"/> <connection id="42522797" src-id="42520883" dest-id="42522716" weight="6.5957553767961"/> <connection id="42522798" src-id="42520884" dest-id="42522716" weight="-6.224999190764598"/> <connection id="42522799" src-id="42520885" dest-id="42522716" weight="-3.1876086999775475"/> <connection id="42522800" src-id="42520886" dest-id="42522716" weight="3.8187951173683437"/> <connection id="42522801" src-id="42520887" dest-id="42522716" weight="3.483912823913523"/> <neuron id="42522803" type="out" activation="sigmoid"/> <connection id="42522808" src-id="42520807" dest-id="42522803" weight="10.0"/> <connection id="42522809" src-id="42520808" dest-id="42522803" weight="-10.0"/> <connection id="42522810" src-id="42520809" dest-id="42522803" weight="10.0"/> <connection id="42522811" src-id="42520810" dest-id="42522803" weight="-7.174355966268852"/> <connection id="42522813" src-id="42520812" dest-id="42522803" weight="-6.144850389797114"/> <connection id="42522814" src-id="42520813" dest-id="42522803" weight="9.206899591845795"/> <connection id="42522815" src-id="42520814" dest-id="42522803" weight="2.738757126830717"/> <connection id="42522816" src-id="42520815" dest-id="42522803" weight="-9.64851521199764"/> <connection id="42522817" src-id="42520816" dest-id="42522803" weight="1.4163454066730221"/> <connection id="42522818" src-id="42520817" dest-id="42522803" weight="-0.9492688779149762"/> <connection id="42522819" src-id="42520818" dest-id="42522803" weight="0.5397068808101011"/> <connection id="42522820" src-id="42520819" dest-id="42522803" weight="-6.810102812939352"/> <connection id="42522822" src-id="42520821" dest-id="42522803" weight="1.5174256097982302"/> <connection id="42522823" src-id="42520822" dest-id="42522803" weight="1.6259291671768477"/> <connection id="42522828" src-id="42520827" dest-id="42522803" weight="-0.09929358946535627"/> <connection id="42522829" src-id="42520828" dest-id="42522803" weight="4.933265495479513"/> <connection id="42522830" src-id="42520829" dest-id="42522803" weight="5.01134713914896"/> <connection id="42522831" src-id="42520830" dest-id="42522803" weight="-1.4580241597957833"/> <connection id="42522832" src-id="42520831" dest-id="42522803" weight="7.088000893572793"/> <connection id="42522834" src-id="42520833" dest-id="42522803" weight="2.8087991909157535"/> <connection id="42522835" src-id="42520834" dest-id="42522803" weight="9.955568940436264"/> <connection id="42522836" src-id="42520835" dest-id="42522803" weight="5.80132738794555"/> <connection id="42522841" src-id="42520840" dest-id="42522803" weight="3.9949351681249525"/> <connection id="42522842" src-id="42520841" dest-id="42522803" weight="10.0"/> <connection id="42522844" src-id="42520843" dest-id="42522803" weight="6.526454129078216"/> <connection id="42522847" src-id="42520846" dest-id="42522803" weight="-7.456154295488173"/> <connection id="42522849" src-id="42520848" dest-id="42522803" weight="7.511010990289735"/> <connection id="42522850" src-id="42520849" dest-id="42522803" weight="-9.624562144437977"/> <connection id="42522851" src-id="42520850" dest-id="42522803" weight="-5.59551607579655"/> <connection id="42522853" src-id="42520852" dest-id="42522803" weight="-3.2363310600933826"/> <connection id="42522854" src-id="42520853" dest-id="42522803" weight="4.591214358149607"/> <connection id="42522855" src-id="42520854" dest-id="42522803" weight="-3.035943692912015"/> <connection id="42522858" src-id="42520857" dest-id="42522803" weight="0.9855563569034079"/> <connection id="42522859" src-id="42520858" dest-id="42522803" weight="1.362972506825745"/> <connection id="42522860" src-id="42520859" dest-id="42522803" weight="10.0"/> <connection id="42522861" src-id="42520860" dest-id="42522803" weight="-5.285460980902245"/> <connection id="42522862" src-id="42520861" dest-id="42522803" weight="-3.338905412192009"/> <connection id="42522863" src-id="42520862" dest-id="42522803" weight="3.438348364379726"/> <connection id="42522864" src-id="42520863" dest-id="42522803" weight="-4.930163811903663"/> <connection id="42522866" src-id="42520865" dest-id="42522803" weight="5.201230176842758"/> <connection id="42522868" src-id="42520867" dest-id="42522803" weight="9.286144916267876"/> <connection id="42522870" src-id="42520869" dest-id="42522803" weight="4.6813823819995495"/> <connection id="42522872" src-id="42520871" dest-id="42522803" weight="-4.246794886875643"/> <connection id="42522873" src-id="42520872" dest-id="42522803" weight="-6.016827773127318"/> <connection id="42522874" src-id="42520873" dest-id="42522803" weight="-3.935001914814292"/> <connection id="42522875" src-id="42520874" dest-id="42522803" weight="-9.631288408437165"/> <connection id="42522877" src-id="42520876" dest-id="42522803" weight="-4.544171491555836"/> <connection id="42522878" src-id="42520877" dest-id="42522803" weight="1.475856581029641"/> <connection id="42522879" src-id="42520878" dest-id="42522803" weight="-3.9804277588264254"/> <connection id="42522880" src-id="42520879" dest-id="42522803" weight="-7.912288693474885"/> <connection id="42522881" src-id="42520880" dest-id="42522803" weight="-7.722317423799963"/> <connection id="42522882" src-id="42520881" dest-id="42522803" weight="-0.5802431862807822"/> <connection id="42522883" src-id="42520882" dest-id="42522803" weight="0.23636621609286967"/> <connection id="42522884" src-id="42520883" dest-id="42522803" weight="-1.1640947358133067"/> <connection id="42522885" src-id="42520884" dest-id="42522803" weight="9.857478778918834"/> <connection id="42522886" src-id="42520885" dest-id="42522803" weight="-9.869712553695916"/> <connection id="42522887" src-id="42520886" dest-id="42522803" weight="3.638822209408363"/> <connection id="42522888" src-id="42520887" dest-id="42522803" weight="7.268547362673752"/> <connection id="42522889" src-id="42520888" dest-id="42522803" weight="7.203523749630361"/> <neuron id="42528360" type="hid" activation="sigmoid"/> <connection id="42528361" src-id="42520838" dest-id="42528360" weight="4.509254038515291"/> <connection id="42528362" src-id="42528360" dest-id="42522281" weight="-10.0"/> <connection id="42561128" src-id="42520818" dest-id="42522803" weight="-0.8978887321718021"/> </chromosome>
88.851276
108
0.741351
943aaa8cccc76ad143c2e90c35d02f46e2915918
653
xml
XML
container-search/src/test/java/com/yahoo/search/pagetemplates/engine/test/ChoiceOfSubsections.xml
Anlon-Burke/vespa
5ecd989b36cc61716bf68f032a3482bf01fab726
[ "Apache-2.0" ]
4,054
2017-08-11T07:58:38.000Z
2022-03-31T22:32:15.000Z
container-search/src/test/java/com/yahoo/search/pagetemplates/engine/test/ChoiceOfSubsections.xml
Anlon-Burke/vespa
5ecd989b36cc61716bf68f032a3482bf01fab726
[ "Apache-2.0" ]
4,854
2017-08-10T20:19:25.000Z
2022-03-31T19:04:23.000Z
container-search/src/test/java/com/yahoo/search/pagetemplates/engine/test/ChoiceOfSubsections.xml
Anlon-Burke/vespa
5ecd989b36cc61716bf68f032a3482bf01fab726
[ "Apache-2.0" ]
541
2017-08-10T18:51:18.000Z
2022-03-11T03:18:56.000Z
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. --> <page id="ChoiceOfSubsections"> <choice method="method1"> <alternative> <section source="source0"/> </alternative> <alternative> <section source="source1"/> </alternative> <alternative> <section source="source2"/> <section> <choice method="method2"> <source name="source3"/> <source name="source4"/> </choice> </section> </alternative> </choice> </page>
31.095238
110
0.511485
bda83622c9d1cb80333231620ffb93ab611b4d12
12,196
csproj
XML
AEMManager/AEMManager.csproj
wcm-io-devops/aem-manager
05a51b25071c274588717e44905ebf8c5f7b0a85
[ "Apache-2.0" ]
7
2016-03-02T21:03:46.000Z
2020-06-01T11:11:52.000Z
AEMManager/AEMManager.csproj
wcm-io-devops/aem-manager
05a51b25071c274588717e44905ebf8c5f7b0a85
[ "Apache-2.0" ]
1
2022-01-18T08:32:17.000Z
2022-01-18T08:32:17.000Z
AEMManager/AEMManager.csproj
wcm-io-devops/aem-manager
05a51b25071c274588717e44905ebf8c5f7b0a85
[ "Apache-2.0" ]
3
2016-09-25T08:00:56.000Z
2019-10-16T08:25:44.000Z
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{C56C5863-C4A8-4FE0-8D06-79A8E3D03C6D}</ProjectGuid> <OutputType>WinExe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>AEMManager</RootNamespace> <AssemblyName>AEMManager</AssemblyName> <ApplicationIcon>resources\default.ico</ApplicationIcon> <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> <FileUpgradeFlags> </FileUpgradeFlags> <OldToolsVersion>2.0</OldToolsVersion> <UpgradeBackupLocation /> <IsWebBootstrapper>false</IsWebBootstrapper> <TargetFrameworkProfile /> <PublishUrl>publish\</PublishUrl> <Install>true</Install> <InstallFrom>Disk</InstallFrom> <UpdateEnabled>false</UpdateEnabled> <UpdateMode>Foreground</UpdateMode> <UpdateInterval>7</UpdateInterval> <UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdatePeriodically>false</UpdatePeriodically> <UpdateRequired>false</UpdateRequired> <MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision> <ApplicationVersion>1.0.0.%2a</ApplicationVersion> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <UseVSHostingProcess>false</UseVSHostingProcess> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>none</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <UseVSHostingProcess>false</UseVSHostingProcess> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <ItemGroup> <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> <HintPath>..\packages\log4net.1.2.10\lib\2.0\log4net.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Deployment" /> <Reference Include="System.Drawing" /> <Reference Include="System.Management" /> <Reference Include="System.Web" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="BundleStatus.cs" /> <Compile Include="AemInstanceType.cs" /> <Compile Include="ConsoleWindow.cs"> <SubType>Form</SubType> </Compile> <Compile Include="ConsoleWindow.Designer.cs"> <DependentUpon>ConsoleWindow.cs</DependentUpon> </Compile> <Compile Include="SlingDavExServlet.cs" /> <Compile Include="IconCache.cs" /> <Compile Include="IconSet.cs" /> <Compile Include="util\RegistryMigration.cs" /> <Compile Include="Runmode.cs" /> <Compile Include="AemActions.cs" /> <Compile Include="AemInstance.cs" /> <Compile Include="AemInstanceDialog.cs"> <SubType>Form</SubType> </Compile> <Compile Include="AemInstanceDialog.Designer.cs"> <DependentUpon>AemInstanceDialog.cs</DependentUpon> </Compile> <Compile Include="AemInstanceList.cs" /> <Compile Include="AemManager.cs"> <SubType>Form</SubType> </Compile> <Compile Include="AemManager.Designer.cs"> <DependentUpon>AemManager.cs</DependentUpon> </Compile> <Compile Include="InfoDialog.cs"> <SubType>Form</SubType> </Compile> <Compile Include="InfoDialog.Designer.cs"> <DependentUpon>InfoDialog.cs</DependentUpon> </Compile> <Compile Include="PreferencesDialog.cs"> <SubType>Form</SubType> </Compile> <Compile Include="PreferencesDialog.Designer.cs"> <DependentUpon>PreferencesDialog.cs</DependentUpon> </Compile> <Compile Include="util\SystemUtil.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <EmbeddedResource Include="ConsoleWindow.resx"> <DependentUpon>ConsoleWindow.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> <SubType>Designer</SubType> </EmbeddedResource> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Resources.resx</DependentUpon> <DesignTime>True</DesignTime> </Compile> <None Include="App.config"> <SubType>Designer</SubType> </None> <None Include="packages.config" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> </None> <Compile Include="Properties\Settings.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Settings.settings</DependentUpon> <DesignTimeSharedInput>True</DesignTimeSharedInput> </Compile> <Compile Include="util\JSON.cs" /> <Compile Include="util\RegistryUtil.cs" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="AemManager.resx"> <SubType>Designer</SubType> <DependentUpon>AemManager.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="resources\default.ico" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="resources\default\trayicon_default.ico" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="resources\default\trayicon_starting.ico" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="AemInstanceDialog.resx"> <SubType>Designer</SubType> <DependentUpon>AemInstanceDialog.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="InfoDialog.resx"> <SubType>Designer</SubType> <DependentUpon>InfoDialog.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="PreferencesDialog.resx"> <SubType>Designer</SubType> <DependentUpon>PreferencesDialog.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="resources\default\trayicon_running.ico" /> </ItemGroup> <ItemGroup> <COMReference Include="IWshRuntimeLibrary"> <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid> <VersionMajor>1</VersionMajor> <VersionMinor>0</VersionMinor> <Lcid>0</Lcid> <WrapperTool>tlbimp</WrapperTool> <Isolated>False</Isolated> </COMReference> </ItemGroup> <ItemGroup> <Content Include="icons\aem.ico"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <None Include="resources\wcmio-logo.png" /> <EmbeddedResource Include="resources\iconset_inv_num\0.ico" /> <EmbeddedResource Include="resources\iconset_inv_num\1.ico" /> <EmbeddedResource Include="resources\iconset_inv_num\2.ico" /> <EmbeddedResource Include="resources\iconset_inv_num\3.ico" /> <EmbeddedResource Include="resources\iconset_inv_num\4.ico" /> <EmbeddedResource Include="resources\iconset_inv_num\5.ico" /> <EmbeddedResource Include="resources\iconset_inv_num\6.ico" /> <EmbeddedResource Include="resources\iconset_inv_num\7.ico" /> <EmbeddedResource Include="resources\iconset_inv_num\8.ico" /> <EmbeddedResource Include="resources\iconset_inv_num\9.ico" /> <EmbeddedResource Include="resources\iconset_inv_q\0.ico" /> <EmbeddedResource Include="resources\iconset_inv_q\1.ico" /> <EmbeddedResource Include="resources\iconset_inv_q\2.ico" /> <EmbeddedResource Include="resources\iconset_inv_q\3.ico" /> <EmbeddedResource Include="resources\iconset_inv_q\4.ico" /> <EmbeddedResource Include="resources\iconset_inv_q\5.ico" /> <EmbeddedResource Include="resources\iconset_inv_q\6.ico" /> <EmbeddedResource Include="resources\iconset_inv_q\7.ico" /> <EmbeddedResource Include="resources\iconset_inv_q\8.ico" /> <EmbeddedResource Include="resources\iconset_inv_q\9.ico" /> <EmbeddedResource Include="resources\iconset_num\0.ico" /> <EmbeddedResource Include="resources\iconset_num\1.ico" /> <EmbeddedResource Include="resources\iconset_num\2.ico" /> <EmbeddedResource Include="resources\iconset_num\3.ico" /> <EmbeddedResource Include="resources\iconset_num\4.ico" /> <EmbeddedResource Include="resources\iconset_num\5.ico" /> <EmbeddedResource Include="resources\iconset_num\6.ico" /> <EmbeddedResource Include="resources\iconset_num\7.ico" /> <EmbeddedResource Include="resources\iconset_num\8.ico" /> <EmbeddedResource Include="resources\iconset_num\9.ico" /> <EmbeddedResource Include="resources\iconset_q\0.ico" /> <EmbeddedResource Include="resources\iconset_q\1.ico" /> <EmbeddedResource Include="resources\iconset_q\2.ico" /> <EmbeddedResource Include="resources\iconset_q\3.ico" /> <EmbeddedResource Include="resources\iconset_q\4.ico" /> <EmbeddedResource Include="resources\iconset_q\5.ico" /> <EmbeddedResource Include="resources\iconset_q\6.ico" /> <EmbeddedResource Include="resources\iconset_q\7.ico" /> <EmbeddedResource Include="resources\iconset_q\8.ico" /> <EmbeddedResource Include="resources\iconset_q\9.ico" /> </ItemGroup> <ItemGroup> <Content Include="icons\log.ico"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <EmbeddedResource Include="resources\inv_overlay\trayicon_disabled.ico" /> <EmbeddedResource Include="resources\inv_overlay\trayicon_running.ico" /> <EmbeddedResource Include="resources\inv_overlay\trayicon_starting.ico" /> <EmbeddedResource Include="resources\inv_overlay\trayicon_unknown.ico" /> <EmbeddedResource Include="resources\overlay\trayicon_disabled.ico" /> <EmbeddedResource Include="resources\overlay\trayicon_running.ico" /> <EmbeddedResource Include="resources\overlay\trayicon_starting.ico" /> <EmbeddedResource Include="resources\overlay\trayicon_unknown.ico" /> <EmbeddedResource Include="resources\default\trayicon_disabled.ico" /> <EmbeddedResource Include="resources\default\trayicon_unknown.ico" /> </ItemGroup> <ItemGroup> <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> <Visible>False</Visible> <ProductName>Windows Installer 3.1</ProductName> <Install>true</Install> </BootstrapperPackage> </ItemGroup> <ItemGroup /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>
45.33829
130
0.706543
81095e61494de95c4912f5a49e7bd4fdc3ac657e
481
xml
XML
app/src/main/res/values/colors.xml
yasaswick/CourierX_Android
b3abd5853313f4430a5efb21ec9f24fbc4749b4e
[ "CC0-1.0" ]
null
null
null
app/src/main/res/values/colors.xml
yasaswick/CourierX_Android
b3abd5853313f4430a5efb21ec9f24fbc4749b4e
[ "CC0-1.0" ]
3
2020-09-29T07:31:27.000Z
2020-10-03T11:14:54.000Z
app/src/main/res/values/colors.xml
yasaswick/CourierX_Android
b3abd5853313f4430a5efb21ec9f24fbc4749b4e
[ "CC0-1.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <resources> <color name="colorPrimary">#6200EE</color> <color name="colorPrimaryDark">#3700B3</color> <color name="colorAccent">#03DAC5</color> <color name="btn_color">#6200EE</color> <color name="appColorBlack">#131313</color> <color name="appColorWhite">#f9f9f9</color> <color name="appDanger">#e63946</color> <color name="appWarning">#e76f51</color> <color name="appSuccess">#2a9d8f</color> </resources>
40.083333
50
0.675676
a410bf58d7d75028eab9e3585d1399d47c2c3520
164
props
XML
src/OpenCL/Directory.Build.props
qhdwight/silk-net
2075c6fe707578ed41d509b1cfff21ddf06c1c6d
[ "MIT" ]
1,142
2021-03-17T21:33:38.000Z
2022-03-31T05:42:42.000Z
src/OpenCL/Directory.Build.props
qhdwight/silk-net
2075c6fe707578ed41d509b1cfff21ddf06c1c6d
[ "MIT" ]
307
2021-03-18T14:01:16.000Z
2022-03-29T10:33:59.000Z
src/OpenCL/Directory.Build.props
qhdwight/silk-net
2075c6fe707578ed41d509b1cfff21ddf06c1c6d
[ "MIT" ]
131
2021-03-18T14:37:48.000Z
2022-03-29T04:47:10.000Z
<Project> <PropertyGroup> <SilkDescription>This package contains bindings for the OpenCL compute API.</SilkDescription> </PropertyGroup> </Project>
27.333333
101
0.72561
81ae81a97ae5131405bd4a2ca3e138866f6db98e
981
xml
XML
dbGap/Variable_XMLS/phs000572.v3.pht003394.v3.ADSP_Sample_Attributes.data_dict.xml
NCBI-Hackathons/TCGA_dbGaP
a264596c846dbf0b82827baf4b7d0fd87172b52c
[ "CC0-1.0" ]
8
2016-07-21T13:39:14.000Z
2022-02-01T21:08:59.000Z
dbGap/Variable_XMLS/phs000572.v3.pht003394.v3.ADSP_Sample_Attributes.data_dict.xml
NCBI-Hackathons/TCGA_dbGaP
a264596c846dbf0b82827baf4b7d0fd87172b52c
[ "CC0-1.0" ]
6
2016-09-08T05:39:33.000Z
2017-09-08T15:42:22.000Z
dbGap/Variable_XMLS/phs000572.v3.pht003394.v3.ADSP_Sample_Attributes.data_dict.xml
NCBI-Hackathons/TCGA_dbGaP
a264596c846dbf0b82827baf4b7d0fd87172b52c
[ "CC0-1.0" ]
5
2017-03-27T23:01:03.000Z
2020-05-02T13:01:20.000Z
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="./datadict_v2.xsl"?><data_table id="pht003394.v3" study_id="phs000572.v3" participant_set="2" date_created="Tue Oct 28 14:56:35 2014"><description/><variable id="phv00192291.v3"><name>SampleID</name><description>De-identified Sample ID</description><type>string</type></variable><variable id="phv00192292.v3"><name>BODY_SITE</name><description>Body site where sample was collected</description><type>string</type></variable><variable id="phv00192293.v3"><name>ANALYTE_TYPE</name><description>Analyte Type</description><type>string</type></variable><variable id="phv00192294.v3"><name>IS_TUMOR</name><description>Tumor status</description><type>encoded values</type><value code="N">Is not a tumor</value><value code="Y">Is Tumor</value></variable><variable id="phv00192295.v3"><name>SEQ_CENTER</name><description>Center where sample was sequenced</description><type>string</type></variable></data_table>
327
941
0.768603
343a7e3e5a9106f3e2c04a8208093f3e66eac4c6
1,994
xml
XML
build/build.xml
oncase/pgv-me
f356f2925753bff3a9ea805a16c41ddf42cdf6f7
[ "Apache-2.0" ]
null
null
null
build/build.xml
oncase/pgv-me
f356f2925753bff3a9ea805a16c41ddf42cdf6f7
[ "Apache-2.0" ]
null
null
null
build/build.xml
oncase/pgv-me
f356f2925753bff3a9ea805a16c41ddf42cdf6f7
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0"?> <!-- @marpontes Builds a runnable jar that executes an embedded transformation --> <project name="PGVme" default="move" basedir=".."> <description> Builds runnable jar that execeutes a Kettle Transformation for local converting some text files into another one. </description> <!-- properties file --> <property file="build/build.properties" /> <!-- class path used to compile code --> <path id="compile.classpath"> <fileset dir="${basedir}/lib"> <include name="**/*.jar" /> </fileset> </path> <!-- class path used to run code --> <path id="run.classpath"> <dirset dir="${classes.dir}"/> <dirset dir="${basedir}/resources"/> <fileset dir="${basedir}/lib"> <include name="**/*.jar" /> </fileset> </path> <!-- init timestamp --> <target name="init"> <tstamp /> </target> <!-- compile the code --> <target name="compile" depends="init" description="compile the source "> <mkdir dir="${classes.dir}" /> <javac source="1.6" target="1.6" srcdir="${src.dir}" destdir="${classes.dir}" debuglevel="lines,vars,source" debug="true"> <classpath refid="compile.classpath" /> </javac> </target> <!-- clean the dist folder --> <target name="clean" description="clean up"> <delete dir="${dist.dir}" verbose="true" /> </target> <!-- generates the runnable jar --> <target name="jar" depends="clean,compile"> <mkdir dir="${dist.dir}"/> <jar destfile="${jar.file}" basedir="${classes.dir}"> <fileset dir="${etl.dir}"/> <manifest> <attribute name="Main-Class" value="${main.class}"/> <attribute name="Class-Path" value="${manifest.classpath}"/> </manifest> <zipgroupfileset dir="${lib.dir}" /> </jar> </target> <target name="move" depends="jar"> <delete file="${test.file}" verbose="true" /> <copy file="${jar.file}" tofile="${test.file}" verbose="true" /> </target> </project>
26.945946
124
0.594784
862b5e962efa9b26026bd72abc45d9ebf2f03946
1,248
xml
XML
calc-core/unused/design/db/changelog/logs/020-add-cluster-plot-id-cols.xml
openforis/calc
de320b2ce7428d6c9f2d4f22ef2d84b176aebc28
[ "MIT" ]
3
2019-06-03T19:37:21.000Z
2020-04-10T17:00:29.000Z
calc-core/unused/design/db/changelog/logs/020-add-cluster-plot-id-cols.xml
openforis/calc
de320b2ce7428d6c9f2d4f22ef2d84b176aebc28
[ "MIT" ]
10
2015-02-05T12:33:56.000Z
2022-03-31T18:42:47.000Z
calc-core/unused/design/db/changelog/logs/020-add-cluster-plot-id-cols.xml
openforis/calc
de320b2ce7428d6c9f2d4f22ef2d84b176aebc28
[ "MIT" ]
6
2016-11-11T13:46:06.000Z
2021-11-14T03:14:32.000Z
<?xml version="1.0" encoding="UTF-8"?> <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd"> <changeSet id="20" author="G. Miceli"> <sql> alter table calc.entity add COLUMN cluster_variable_id integer; alter table calc.entity add COLUMN plot_variable_id integer; alter table calc.entity add constraint entity_cluster_variable_fkey foreign key (cluster_variable_id) references calcdev.calc.variable (id) on delete cascade on update cascade; alter table calc.entity add constraint entity_plot_variable_fkey foreign key (plot_variable_id) references calcdev.calc.variable (id) on delete cascade on update cascade; update calc.entity set cluster_variable_id = 20669, plot_variable_id = 20575 where id = 5264; </sql> </changeSet> </databaseChangeLog>
41.6
131
0.71875
c18497aaafc56f05bfc8c4bc7ea5ea1100b294de
2,712
xml
XML
app/src/main/res/layout/activity_item_list.xml
pballart/Memorize4me
1eddace0e68532c547bc8003f356605f10fb0d35
[ "MIT" ]
1
2015-07-09T08:30:01.000Z
2015-07-09T08:30:01.000Z
app/src/main/res/layout/activity_item_list.xml
pballart/Memorize4me
1eddace0e68532c547bc8003f356605f10fb0d35
[ "MIT" ]
null
null
null
app/src/main/res/layout/activity_item_list.xml
pballart/Memorize4me
1eddace0e68532c547bc8003f356605f10fb0d35
[ "MIT" ]
null
null
null
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.best.memorize4me.ItemList"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Press + to add items" android:textSize="16sp" android:id="@+id/helpTV" android:textAlignment="center" android:layout_centerVertical="true" android:layout_centerHorizontal="true" /> <LinearLayout android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:id="@+id/headerSection" android:layout_centerHorizontal="true"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Category" android:id="@+id/textViewCategory" android:textSize="26dp" android:textColor="@color/salmonaken" android:textStyle="bold" android:layout_alignParentStart="true" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" android:paddingBottom="10dp" android:layout_alignParentLeft="true" android:layout_weight ="1"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Date" android:id="@+id/textViewDate" android:textSize="20dp" android:textColor="@color/salmonaken" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="21dp" android:paddingBottom="10dp" android:textStyle="bold" android:gravity="right" android:layout_alignParentEnd="true" android:layout_alignParentRight="true" /> </LinearLayout> <ListView android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/itemListView" android:layout_centerHorizontal="true" android:background="@drawable/border" android:layout_margin="10dp" android:divider="#FFFFFF" android:dividerHeight="2px" android:layout_below="@id/headerSection" /> </RelativeLayout>
37.150685
74
0.646386
af8869e977116c3e26b0ec724ff477bcb8b3b5a8
519
launch
XML
src/sim_pkg/launch/map_with_car_REC.launch
ZeroTheRed/Simulator
d3e05cfe9cb8ac33abcfb4b501f1b8da2ff5ed67
[ "BSD-3-Clause" ]
1
2021-11-16T16:53:25.000Z
2021-11-16T16:53:25.000Z
src/sim_pkg/launch/map_with_car_REC.launch
ZeroTheRed/Simulator
d3e05cfe9cb8ac33abcfb4b501f1b8da2ff5ed67
[ "BSD-3-Clause" ]
4
2021-11-12T09:06:19.000Z
2021-12-09T14:35:38.000Z
src/sim_pkg/launch/map_with_car_REC.launch
ZeroTheRed/Simulator
d3e05cfe9cb8ac33abcfb4b501f1b8da2ff5ed67
[ "BSD-3-Clause" ]
10
2021-11-25T10:39:51.000Z
2022-03-09T10:21:26.000Z
<?xml version="1.0" encoding="UTF-8"?> <launch> <include file="$(find gazebo_ros)/launch/empty_world.launch"> <arg name="world_name" value="$(find sim_pkg)/worlds/world_with_separators.world"/> <arg name="paused" value="false"/> <arg name="use_sim_time" value="true"/> <arg name="debug" value="false"/> <arg name="gui" value="false"/> </include> <node pkg="sim_pkg" type="delay.sh" args="5 sim_pkg car_rec.launch" name="car_rec" output="screen"/> </launch>
37.071429
102
0.620424
bc5f97175d5bf8d448912a1605e3a560aa5c02e0
1,588
xml
XML
core/src/main/res/values-es/strings.xml
netigenkluzowicz/api_android
1d073d45f85dbc7d417189327cd692ea84ef8113
[ "Apache-2.0" ]
2
2019-06-11T08:24:19.000Z
2019-08-21T19:37:17.000Z
core/src/main/res/values-es/strings.xml
netigenkluzowicz/api_android
1d073d45f85dbc7d417189327cd692ea84ef8113
[ "Apache-2.0" ]
113
2019-01-14T09:35:39.000Z
2022-03-02T09:27:09.000Z
core/src/main/res/values-es/strings.xml
netigenkluzowicz/api_android
1d073d45f85dbc7d417189327cd692ea84ef8113
[ "Apache-2.0" ]
1
2020-03-29T11:01:45.000Z
2020-03-29T11:01:45.000Z
<resources> <string name="msg_browser_not_found_netigen">Navegador no encontrado !!!</string> <string name="cancel_netigen">Cancelar</string> <string name="change_language_netigen">Cambiar idioma</string> <string name="translation_information_title_netigen">Información de traducción</string> <string name="translation_information_content1_netigen">Esta aplicación ha sido traducida por el traductor de Google. El inglés es el idioma original de esta solicitud. Por favor, recuerde que podría haber algunos errores en la traducción.</string> <string name="translation_information_content2_netigen">Si desea cambiar el idioma de la aplicación al inglés, puede hacerlo en la configuración.</string> <string name="do_you_like_this_app_netigen">¿Te gusta esta app?</string> <string name="please_support_us_netigen">Por favor, ayúdenos por calificar esta aplicación. ¡Gracias!</string> <string name="later_netigen">Luego</string> <string name="rate_us_netigen">Nos califica</string> <string name="settings_normal_netigen">Ajustes</string> <string name="send_netigen">Enviar</string> <string name="survey_question1_netigen">¿Qué debemos mejorar?</string> <string name="your_answer_is_hint_survey_netigen">Ingrese la respuesta…</string> <string name="survey_question2_netigen">¿Qué nuevas características te gustaría tener?</string> <string name="improving_the_app_netigen">Mejora de la aplicación</string> <string name="ask_for_survey_netigen">¿Te gustaría decirnos qué debemos mejorar en la aplicación?</string> </resources>
79.4
252
0.781486
1f3a31c2045b4081c38eca6ae750ccfcc288c10e
2,191
nuspec
XML
Targets/Jdenticon.Package/Jdenticon.AspNetCore.nuspec
topikon-de/jdenticon-net
01540a399480be41b4a1614d153274c76cb386d7
[ "MIT" ]
null
null
null
Targets/Jdenticon.Package/Jdenticon.AspNetCore.nuspec
topikon-de/jdenticon-net
01540a399480be41b4a1614d153274c76cb386d7
[ "MIT" ]
null
null
null
Targets/Jdenticon.Package/Jdenticon.AspNetCore.nuspec
topikon-de/jdenticon-net
01540a399480be41b4a1614d153274c76cb386d7
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> <id>Jdenticon.AspNetCore</id> <version>$version$</version> <title>Jdenticon ASP.NET Core Extensions</title> <authors>Daniel Mester Pirttijärvi</authors> <licenseUrl>https://github.com/dmester/jdenticon-net/blob/master/LICENSE.txt</licenseUrl> <projectUrl>http://jdenticon.com/</projectUrl> <iconUrl>http://jdenticon.com/hosted/nuget-logo-net.png</iconUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>Extends Jdenticon-net with features to use Jdenticon with ASP.NET Core. This package contains: * IdenticonTagHelper * @Html.Identicon() extension method * @Url.Identicon() extension method * IdenticonResult for usage in MVC controllers</description> <summary>Extends Jdenticon-net with features to use Jdenticon with ASP.NET Core.</summary> <tags>identicon avatar library</tags> <dependencies> <group targetFramework="netstandard1.6"> <dependency id="Jdenticon-net" version="$version$" /> <dependency id="Microsoft.AspNetCore.Mvc.ViewFeatures" version="1.0.0" /> <dependency id="Microsoft.AspNetCore.Razor.Runtime" version="1.0.0" /> </group> <group targetFramework="net451"> <dependency id="Jdenticon-net" version="$version$" /> <dependency id="Microsoft.AspNetCore.Mvc.ViewFeatures" version="1.0.0" /> <dependency id="Microsoft.AspNetCore.Razor.Runtime" version="1.0.0" /> </group> </dependencies> </metadata> <files> <file src="..\..\releases\Jdenticon.$version$\netstandard16\Jdenticon.AspNetCore.dll" target="lib\netstandard1.6\Jdenticon.AspNetCore.dll" /> <file src="..\..\releases\Jdenticon.$version$\net451\Jdenticon.AspNetCore.dll" target="lib\net451\Jdenticon.AspNetCore.dll" /> <file src="..\..\releases\help\Jdenticon.AspNetCore.xml" target="lib\netstandard1.6\Jdenticon.AspNetCore.xml" /> <file src="..\..\releases\help\Jdenticon.AspNetCore.xml" target="lib\net451\Jdenticon.AspNetCore.xml" /> <file src="ReadMe.AspNetCore.txt" target="readme.txt" /> </files> </package>
53.439024
145
0.71246
1d15e664d57e01f24eec18737f15cfb9a04e10a7
1,437
xml
XML
res/layout/main.xml
rafanereslima/RepresasSP
aeb075a36149c9ae168c0541d084b774e767e8f4
[ "Apache-2.0" ]
null
null
null
res/layout/main.xml
rafanereslima/RepresasSP
aeb075a36149c9ae168c0541d084b774e767e8f4
[ "Apache-2.0" ]
null
null
null
res/layout/main.xml
rafanereslima/RepresasSP
aeb075a36149c9ae168c0541d084b774e767e8f4
[ "Apache-2.0" ]
null
null
null
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" > <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/bg_index_represassp" android:orientation="vertical" > <TextView android:id="@+id/text_welcome" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="16dp" android:gravity="center" android:text="#aguaemsampa" android:textSize="55.5sp" /> <ImageView android:id="@+id/imageView1" android:layout_width="match_parent" android:layout_height="wrap_content" android:src="@drawable/represassp_logo" /> <Button android:id="@+id/verDados" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="Ver o Nível das Represas" /> <TextView android:id="@+id/aboutText" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" android:text="Dados baseados no site da Sabesp" /> </LinearLayout> </LinearLayout>
35.04878
73
0.601949
8f35226d813b0ed50df8408b30c4b9eae32f0b89
19,825
xml
XML
frequency-flashcards/dictionary/output/rank0216.xml
donkirkby/donkirkby-old
05dfa66fea7a63886b422aaf922d8b9d60300c96
[ "MIT" ]
null
null
null
frequency-flashcards/dictionary/output/rank0216.xml
donkirkby/donkirkby-old
05dfa66fea7a63886b422aaf922d8b9d60300c96
[ "MIT" ]
null
null
null
frequency-flashcards/dictionary/output/rank0216.xml
donkirkby/donkirkby-old
05dfa66fea7a63886b422aaf922d8b9d60300c96
[ "MIT" ]
null
null
null
<?xml version='1.0' encoding='UTF-8'?> <mnemosyne core_version='1'> <category active='1'> <name>Most common Chinese characters 208- 216 - English</name> </category> <category active='1'> <name>Most common Chinese characters 208- 216 - Hanzi</name> </category> <category active='1'> <name>Most common Chinese characters 208- 216 - Traditional</name> </category> <category active='1'> <name>Most common Chinese characters 208- 216 - Pinyin</name> </category> <category active='1'> <name>Most common Chinese characters 208- 216 - Words</name> </category> <item id='_0'> <cat>Most common Chinese characters 208- 216 - English</cat> <Q>Write the character:&lt;br&gt;to see; to meet; to appear (to be sth); to interview</Q> <A>&lt;img src="stroke-images/0208.png"&gt;&lt;br&gt;traditional: 見&lt;br&gt;jiàn&lt;br&gt;意见 (意見) yìjiàn idea; opinion; suggestion; objection; complaint</A> </item> <item id='_1'> <cat>Most common Chinese characters 208- 216 - English</cat> <Q>Write the character:&lt;br&gt;east</Q> <A>&lt;img src="stroke-images/0210.png"&gt;&lt;br&gt;traditional: 東&lt;br&gt;dōng&lt;br&gt;东西 (東西) dōngxi thing; person</A> </item> <item id='_2'> <cat>Most common Chinese characters 208- 216 - English</cat> <Q>Write the character:&lt;br&gt;wind; news; style; custom; manner</Q> <A>&lt;img src="stroke-images/0211.png"&gt;&lt;br&gt;traditional: 風&lt;br&gt;fēng&lt;br&gt;作风 (作風) zuòfēng style; style of work; way</A> </item> <item id='_3'> <cat>Most common Chinese characters 208- 216 - English</cat> <Q>Write the character:&lt;br&gt;to divide; to break up; to split; to separate; to dissolve; to solve; to melt; to remove; to untie; to loosen; to open; to emancipate; to explain; to understand; to know; a solution; a dissection</Q> <A>解 (strokes unavailable)&lt;br&gt;jiě&lt;br&gt;解决 (解決) jiějué to settle (a dispute); to resolve; to solve</A> </item> <item id='_4'> <cat>Most common Chinese characters 208- 216 - English</cat> <Q>Write the character:&lt;br&gt;bay; gulf</Q> <A>湾 (strokes unavailable)&lt;br&gt;traditional: 灣&lt;br&gt;wān&lt;br&gt;台湾 (台灣) Táiwān Taiwan</A> </item> <item id='_5'> <cat>Most common Chinese characters 208- 216 - English</cat> <Q>Write the character:&lt;br&gt;moon; month</Q> <A>&lt;img src="stroke-images/0214.png"&gt;&lt;br&gt;yuè&lt;br&gt;十二月 shíèryuè December; twelfth month</A> </item> <item id='_6'> <cat>Most common Chinese characters 208- 216 - English</cat> <Q>Write the character:&lt;br&gt;class; rank; grade; equal to; same as; wait for; await; et cetera; and so on; et al. (and other authors); after; as soon as; once</Q> <A>&lt;img src="stroke-images/0215.png"&gt;&lt;br&gt;děng&lt;br&gt;相等 xiāngděng equal; equally; equivalent</A> </item> <item id='_7'> <cat>Most common Chinese characters 208- 216 - English</cat> <Q>Write the character:&lt;br&gt;(onomat.); (phonetic)</Q> <A>&lt;img src="stroke-images/0216.png"&gt;&lt;br&gt;lā&lt;br&gt;哗啦 (嘩啦) huālā sound of a crash</A> </item> <item id='_8'> <cat>Most common Chinese characters 208- 216 - Hanzi</cat> <Q>见</Q> <A>traditional: 見&lt;br&gt;jiàn&lt;br&gt;to see; to meet; to appear (to be sth); to interview&lt;br&gt;意见 (意見) yìjiàn idea; opinion; suggestion; objection; complaint</A> </item> <item id='_9'> <cat>Most common Chinese characters 208- 216 - Hanzi</cat> <Q>东</Q> <A>traditional: 東&lt;br&gt;dōng&lt;br&gt;east&lt;br&gt;东西 (東西) dōngxi thing; person</A> </item> <item id='_10'> <cat>Most common Chinese characters 208- 216 - Hanzi</cat> <Q>风</Q> <A>traditional: 風&lt;br&gt;fēng&lt;br&gt;wind; news; style; custom; manner&lt;br&gt;作风 (作風) zuòfēng style; style of work; way</A> </item> <item id='_11'> <cat>Most common Chinese characters 208- 216 - Hanzi</cat> <Q>解</Q> <A>jiě&lt;br&gt;to divide; to break up; to split; to separate; to dissolve; to solve; to melt; to remove; to untie; to loosen; to open; to emancipate; to explain; to understand; to know; a solution; a dissection&lt;br&gt;解决 (解決) jiějué to settle (a dispute); to resolve; to solve</A> </item> <item id='_12'> <cat>Most common Chinese characters 208- 216 - Hanzi</cat> <Q>湾</Q> <A>traditional: 灣&lt;br&gt;wān&lt;br&gt;bay; gulf&lt;br&gt;台湾 (台灣) Táiwān Taiwan</A> </item> <item id='_13'> <cat>Most common Chinese characters 208- 216 - Hanzi</cat> <Q>月</Q> <A>yuè&lt;br&gt;moon; month&lt;br&gt;十二月 shíèryuè December; twelfth month</A> </item> <item id='_14'> <cat>Most common Chinese characters 208- 216 - Hanzi</cat> <Q>等</Q> <A>děng&lt;br&gt;class; rank; grade; equal to; same as; wait for; await; et cetera; and so on; et al. (and other authors); after; as soon as; once&lt;br&gt;相等 xiāngděng equal; equally; equivalent</A> </item> <item id='_15'> <cat>Most common Chinese characters 208- 216 - Hanzi</cat> <Q>啦</Q> <A>lā&lt;br&gt;(onomat.); (phonetic)&lt;br&gt;哗啦 (嘩啦) huālā sound of a crash</A> </item> <item id='_16'> <cat>Most common Chinese characters 208- 216 - Traditional</cat> <Q>見</Q> <A>simplified: 见&lt;br&gt;jiàn&lt;br&gt;to see; to meet; to appear (to be sth); to interview&lt;br&gt;意见 (意見) yìjiàn idea; opinion; suggestion; objection; complaint</A> </item> <item id='_17'> <cat>Most common Chinese characters 208- 216 - Traditional</cat> <Q>東</Q> <A>simplified: 东&lt;br&gt;dōng&lt;br&gt;east&lt;br&gt;东西 (東西) dōngxi thing; person</A> </item> <item id='_18'> <cat>Most common Chinese characters 208- 216 - Traditional</cat> <Q>風</Q> <A>simplified: 风&lt;br&gt;fēng&lt;br&gt;wind; news; style; custom; manner&lt;br&gt;作风 (作風) zuòfēng style; style of work; way</A> </item> <item id='_19'> <cat>Most common Chinese characters 208- 216 - Traditional</cat> <Q>灣</Q> <A>simplified: 湾&lt;br&gt;wān&lt;br&gt;bay; gulf&lt;br&gt;台湾 (台灣) Táiwān Taiwan</A> </item> <item id='_20'> <cat>Most common Chinese characters 208- 216 - Pinyin</cat> <Q>Write the character: jiàn&lt;br&gt;(yìjiàn de jiàn)</Q> <A>&lt;img src="stroke-images/0208.png"&gt;&lt;br&gt;traditional: 見&lt;br&gt;to see; to meet; to appear (to be sth); to interview&lt;br&gt;意见 (意見) yìjiàn idea; opinion; suggestion; objection; complaint</A> </item> <item id='_21'> <cat>Most common Chinese characters 208- 216 - Pinyin</cat> <Q>Write the character: dōng&lt;br&gt;(dōngxi de dōng)</Q> <A>&lt;img src="stroke-images/0210.png"&gt;&lt;br&gt;traditional: 東&lt;br&gt;east&lt;br&gt;东西 (東西) dōngxi thing; person</A> </item> <item id='_22'> <cat>Most common Chinese characters 208- 216 - Pinyin</cat> <Q>Write the character: fēng&lt;br&gt;(zuòfēng de fēng)</Q> <A>&lt;img src="stroke-images/0211.png"&gt;&lt;br&gt;traditional: 風&lt;br&gt;wind; news; style; custom; manner&lt;br&gt;作风 (作風) zuòfēng style; style of work; way</A> </item> <item id='_23'> <cat>Most common Chinese characters 208- 216 - Pinyin</cat> <Q>Write the character: jiě&lt;br&gt;(jiějué de jiě)</Q> <A>解 (strokes unavailable)&lt;br&gt;to divide; to break up; to split; to separate; to dissolve; to solve; to melt; to remove; to untie; to loosen; to open; to emancipate; to explain; to understand; to know; a solution; a dissection&lt;br&gt;解决 (解決) jiějué to settle (a dispute); to resolve; to solve</A> </item> <item id='_24'> <cat>Most common Chinese characters 208- 216 - Pinyin</cat> <Q>Write the character: wān&lt;br&gt;(Táiwān de wān)</Q> <A>湾 (strokes unavailable)&lt;br&gt;traditional: 灣&lt;br&gt;bay; gulf&lt;br&gt;台湾 (台灣) Táiwān Taiwan</A> </item> <item id='_25'> <cat>Most common Chinese characters 208- 216 - Pinyin</cat> <Q>Write the character: yuè&lt;br&gt;(shíèryuè de yuè)</Q> <A>&lt;img src="stroke-images/0214.png"&gt;&lt;br&gt;moon; month&lt;br&gt;十二月 shíèryuè December; twelfth month</A> </item> <item id='_26'> <cat>Most common Chinese characters 208- 216 - Pinyin</cat> <Q>Write the character: děng&lt;br&gt;(xiāngděng de děng)</Q> <A>&lt;img src="stroke-images/0215.png"&gt;&lt;br&gt;class; rank; grade; equal to; same as; wait for; await; et cetera; and so on; et al. (and other authors); after; as soon as; once&lt;br&gt;相等 xiāngděng equal; equally; equivalent</A> </item> <item id='_27'> <cat>Most common Chinese characters 208- 216 - Pinyin</cat> <Q>Write the character: lā&lt;br&gt;(huālā de lā)</Q> <A>&lt;img src="stroke-images/0216.png"&gt;&lt;br&gt;(onomat.); (phonetic)&lt;br&gt;哗啦 (嘩啦) huālā sound of a crash</A> </item> <item id='_28'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>不见</Q> <A>traditional: 不見&lt;br&gt;bùjiàn not see; not meet&lt;br&gt;bújiàn not see</A> </item> <item id='_29'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>不见了</Q> <A>traditional: 不見了&lt;br&gt;bùjiànle disappear; be missing&lt;br&gt;bújiànle disappear</A> </item> <item id='_30'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>不见得</Q> <A>traditional: 不見得&lt;br&gt;bùjiànde not necessarily; not likely&lt;br&gt;bújiànde not necessarily</A> </item> <item id='_31'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>再见</Q> <A>traditional: 再見&lt;br&gt;zàijiàn good bye</A> </item> <item id='_32'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>可见</Q> <A>traditional: 可見&lt;br&gt;kějiàn it can clearly be seen (that this is the case); it is (thus) clear; clear; visible</A> </item> <item id='_33'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>常见</Q> <A>traditional: 常見&lt;br&gt;chángjiàn commonly seen; common; to see sth frequently</A> </item> <item id='_34'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>意见</Q> <A>traditional: 意見&lt;br&gt;yìjiàn idea; opinion; suggestion; objection; complaint</A> </item> <item id='_35'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>成见</Q> <A>traditional: 成見&lt;br&gt;chéngjiàn preconceived idea; bias; prejudice</A> </item> <item id='_36'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>会见</Q> <A>traditional: 會見&lt;br&gt;huìjiàn to meet with (sb who is paying a visit)</A> </item> <item id='_37'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>看见</Q> <A>traditional: 看見&lt;br&gt;kànjiàn to see; to catch sight of</A> </item> <item id='_38'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>听见</Q> <A>traditional: 聽見&lt;br&gt;tīngjiàn hear</A> </item> <item id='_39'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>见不得</Q> <A>traditional: 見不得&lt;br&gt;jiànbudé may not be seen by or exposed to</A> </item> <item id='_40'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>见长</Q> <A>traditional: 見長&lt;br&gt;jiàncháng to be good at sth; one's forte</A> </item> <item id='_41'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>见面</Q> <A>traditional: 見面&lt;br&gt;jiànmiàn to meet; to see sb</A> </item> <item id='_42'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>中东</Q> <A>traditional: 中東&lt;br&gt;Zhōngdōng East China; Middle East&lt;br&gt;zhōngdōng Middle-East</A> </item> <item id='_43'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>如东</Q> <A>traditional: 如東&lt;br&gt;Rúdōng (N) Rudong (place in Jiangsu)&lt;br&gt;rúdōng Rudong</A> </item> <item id='_44'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>东来</Q> <A>traditional: 東來&lt;br&gt;dōnglái come from the east</A> </item> <item id='_45'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>东城</Q> <A>traditional: 東城&lt;br&gt;dōngchéng the eastern part of the city</A> </item> <item id='_46'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>东家</Q> <A>traditional: 東家&lt;br&gt;dōngjīa master</A> </item> <item id='_47'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>东方</Q> <A>traditional: 東方&lt;br&gt;dōngfāng the East; Eastern countries</A> </item> <item id='_48'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>东经</Q> <A>traditional: 東經&lt;br&gt;dōngjīng longitude east</A> </item> <item id='_49'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>东道</Q> <A>traditional: 東道&lt;br&gt;dōngdào host</A> </item> <item id='_50'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>东面</Q> <A>traditional: 東面&lt;br&gt;dōngmiàn east side (of sth.)</A> </item> <item id='_51'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>华东</Q> <A>traditional: 華東&lt;br&gt;Huádōng East China</A> </item> <item id='_52'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>不正之风</Q> <A>traditional: 不正之風&lt;br&gt;bùzhèngzhīfēng unhealthy tendency</A> </item> <item id='_53'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>中风</Q> <A>traditional: 中風&lt;br&gt;zhòngfēng suffer a paralyzing stroke&lt;br&gt;zhōngfēng apoplexia</A> </item> <item id='_54'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>作风</Q> <A>traditional: 作風&lt;br&gt;zuòfēng style; style of work; way</A> </item> <item id='_55'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>和风</Q> <A>traditional: 和風&lt;br&gt;héfēng breeze</A> </item> <item id='_56'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>大风</Q> <A>traditional: 大風&lt;br&gt;dàfēng wind</A> </item> <item id='_57'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>把风</Q> <A>traditional: 把風&lt;br&gt;bǎfēng keep watch (during a clandestine activity); be on the lookout</A> </item> <item id='_58'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>东风</Q> <A>traditional: 東風&lt;br&gt;dōngfēng (n) easterly wind</A> </item> <item id='_59'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>风力</Q> <A>traditional: 風力&lt;br&gt;fēnglì wind-force; wind power</A> </item> <item id='_60'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>风水</Q> <A>traditional: 風水&lt;br&gt;fēngshuǐ fengshui; geomancy</A> </item> <item id='_61'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>风车</Q> <A>traditional: 風車&lt;br&gt;fēngchē windmill</A> </item> <item id='_62'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>不解</Q> <A>bùjiě not understand; indissoluble</A> </item> <item id='_63'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>了解</Q> <A>liǎojiě understanding</A> </item> <item id='_64'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>分解</Q> <A>fēnjiě resolve; decompose; break down</A> </item> <item id='_65'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>和解</Q> <A>héjiě conciliatory; become reconciled</A> </item> <item id='_66'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>因式分解</Q> <A>yīnshìfēnjiě factorization</A> </item> <item id='_67'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>水解</Q> <A>shuǐjiě (chem.) hydrolysis</A> </item> <item id='_68'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>理解</Q> <A>lǐjiě to comprehend; understanding; comprehension; to understand</A> </item> <item id='_69'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>见解</Q> <A>traditional: 見解&lt;br&gt;jiànjiě opinion; view; understanding</A> </item> <item id='_70'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>解说</Q> <A>traditional: 解說&lt;br&gt;jiěshuō to explain; to comment</A> </item> <item id='_71'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>解开</Q> <A>traditional: 解開&lt;br&gt;jiěkāi to untie; to undo</A> </item> <item id='_72'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>解体</Q> <A>traditional: 解體&lt;br&gt;jiětī disorganization&lt;br&gt;jiětǐ to break up into components; to disintegrate; to collapse; to crumble</A> </item> <item id='_73'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>电解</Q> <A>traditional: 電解&lt;br&gt;diànjiě electrolysis</A> </item> <item id='_74'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>台湾</Q> <A>traditional: 台灣&lt;br&gt;Táiwān Taiwan</A> </item> <item id='_75'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>十一月</Q> <A>shíyīyuè eleventh month; November</A> </item> <item id='_76'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>十二月</Q> <A>shíèryuè December; twelfth month</A> </item> <item id='_77'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>新月</Q> <A>xīnyuè new moon; crescent</A> </item> <item id='_78'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>月球</Q> <A>yuèqiú the moon</A> </item> <item id='_79'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>本月</Q> <A>běnyuè this month; the current month</A> </item> <item id='_80'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>正月</Q> <A>zhēngyuè first month of the lunar new year</A> </item> <item id='_81'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>上等</Q> <A>shàngděng (adj) highest quality</A> </item> <item id='_82'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>下等</Q> <A>xìaděng inferiority</A> </item> <item id='_83'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>不等</Q> <A>bùděng to vary; to differ; depending</A> </item> <item id='_84'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>不等式</Q> <A>bùděngshì inequality</A> </item> <item id='_85'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>中等</Q> <A>zhōngděng medium</A> </item> <item id='_86'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>何等</Q> <A>héděng what kind?; how, what; somewhat</A> </item> <item id='_87'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>全等</Q> <A>quánděng congruence (geometry)</A> </item> <item id='_88'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>同等</Q> <A>tóngděng (adj) having the same social class or status</A> </item> <item id='_89'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>对等</Q> <A>traditional: 對等&lt;br&gt;duìděng reciprocity</A> </item> <item id='_90'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>次等</Q> <A>cìděng second class; second rate</A> </item> <item id='_91'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>相等</Q> <A>xiāngděng equal; equally; equivalent</A> </item> <item id='_92'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>等人</Q> <A>děngrén rank</A> </item> <item id='_93'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>等分</Q> <A>děngfēn division into equal parts; equipartition</A> </item> <item id='_94'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>等到</Q> <A>děngdào wait until; by the time when (sth is ready etc)</A> </item> <item id='_95'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>等同</Q> <A>děngtóng to equate; equal to</A> </item> <item id='_96'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>等外</Q> <A>děngwài overgauge</A> </item> <item id='_97'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>等式</Q> <A>děngshì an equality; an equation</A> </item> <item id='_98'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>等等</Q> <A>děngděng etcetera; and so on ..; wait a minute!; hold on!</A> </item> <item id='_99'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>高等</Q> <A>gāoděng higher; high level; advanced</A> </item> <item id='_100'> <cat>Most common Chinese characters 208- 216 - Words</cat> <Q>高等学校</Q> <A>traditional: 高等學校&lt;br&gt;gāoděngxuéxiào colleges and universities</A> </item> </mnemosyne>
37.833969
304
0.669155
73842dabf32788c28fa47c7a1c6648b53795db13
7,359
xib
XML
ZLGitHubClient/ZLGitHubClient/Class/UI/profile/ZLProfileViewController/View/ZLProfileTableViewCell.xib
ExistOrLive/GithubClient
4a224c60e6f7929723fa152e8f4dd084f19212f0
[ "MIT" ]
36
2019-08-31T12:58:46.000Z
2022-03-31T07:38:10.000Z
ZLGitHubClient/ZLGitHubClient/Class/UI/profile/ZLProfileViewController/View/ZLProfileTableViewCell.xib
ExistOrLive/GithubClient
4a224c60e6f7929723fa152e8f4dd084f19212f0
[ "MIT" ]
17
2020-07-06T20:33:49.000Z
2022-03-31T07:46:09.000Z
ZLGitHubClient/ZLGitHubClient/Class/UI/profile/ZLProfileViewController/View/ZLProfileTableViewCell.xib
ExistOrLive/GithubClient
4a224c60e6f7929723fa152e8f4dd084f19212f0
[ "MIT" ]
10
2020-07-06T13:18:54.000Z
2022-03-24T13:37:37.000Z
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> <device id="retina6_1" orientation="portrait" appearance="light"/> <dependencies> <deployment identifier="iOS"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/> <capability name="Named colors" minToolsVersion="9.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="57" id="KGk-i7-Jjw" customClass="ZLProfileTableViewCell" customModule="ZLGitHubClient" customModuleProvider="target"> <rect key="frame" x="0.0" y="0.0" width="476" height="57"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM"> <rect key="frame" x="0.0" y="0.0" width="476" height="57"/> <autoresizingMask key="autoresizingMask"/> <subviews> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Feedback" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OUo-Vk-V7c"> <rect key="frame" x="20" y="17.5" width="80" height="22.5"/> <constraints> <constraint firstAttribute="width" constant="80" id="H10-zb-mRm"/> </constraints> <fontDescription key="fontDescription" name="PingFangSC-Semibold" family="PingFang SC" pointSize="16"/> <color key="textColor" name="ZLLabelColor1"/> <nil key="highlightedColor"/> </label> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="W8r-sV-gqa"> <rect key="frame" x="426" y="28.5" width="0.0" height="0.0"/> <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="13"/> <color key="textColor" name="ZLLabelColor2"/> <nil key="highlightedColor"/> </label> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="itemnext_MyProfile" translatesAutoresizingMaskIntoConstraints="NO" id="DXR-5d-575"> <rect key="frame" x="447" y="20.5" width="9" height="16"/> <constraints> <constraint firstAttribute="height" constant="16" id="ARf-Ch-mbP"/> <constraint firstAttribute="width" constant="9" id="adM-rH-vNF"/> </constraints> </imageView> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hu2-Ji-U2y"> <rect key="frame" x="20" y="56.5" width="456" height="0.5"/> <color key="backgroundColor" name="ZLSeperatorLineColor"/> <constraints> <constraint firstAttribute="height" constant="0.5" id="XLf-f4-dft"/> </constraints> </view> </subviews> <color key="backgroundColor" name="ZLCellBack"/> <constraints> <constraint firstItem="OUo-Vk-V7c" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="1qD-qe-bmx"/> <constraint firstAttribute="trailing" secondItem="hu2-Ji-U2y" secondAttribute="trailing" id="DJM-zm-3AN"/> <constraint firstAttribute="trailing" secondItem="DXR-5d-575" secondAttribute="trailing" constant="20" id="Y49-ib-0GL"/> <constraint firstItem="hu2-Ji-U2y" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="ZRf-7w-4U6"/> <constraint firstItem="OUo-Vk-V7c" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="czI-rQ-5Mh"/> <constraint firstItem="W8r-sV-gqa" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="kF1-4a-fNV"/> <constraint firstAttribute="trailing" secondItem="W8r-sV-gqa" secondAttribute="trailing" constant="50" id="kJR-uO-Z0m"/> <constraint firstAttribute="bottom" secondItem="hu2-Ji-U2y" secondAttribute="bottom" id="mfi-M1-UMO"/> <constraint firstItem="DXR-5d-575" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="pgr-PE-NQu"/> </constraints> </tableViewCellContentView> <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <connections> <outlet property="itemContentLabel" destination="W8r-sV-gqa" id="hJS-nY-C0r"/> <outlet property="itemTitleLabel" destination="OUo-Vk-V7c" id="Se2-pp-7jX"/> <outlet property="nextImageView" destination="DXR-5d-575" id="lis-M8-nhS"/> <outlet property="singleLineView" destination="hu2-Ji-U2y" id="3lx-cz-jNH"/> </connections> <point key="canvasLocation" x="250.72463768115944" y="98.102678571428569"/> </tableViewCell> </objects> <resources> <image name="itemnext_MyProfile" width="8.5" height="16"/> <namedColor name="ZLCellBack"> <color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </namedColor> <namedColor name="ZLLabelColor1"> <color red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </namedColor> <namedColor name="ZLLabelColor2"> <color red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </namedColor> <namedColor name="ZLSeperatorLineColor"> <color red="0.77647058823529413" green="0.77254901960784317" blue="0.78431372549019607" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> </namedColor> </resources> </document>
82.685393
334
0.625493
92da0107cf11770f655c106bbe88fe4eda4cf6e3
923
xml
XML
pipeline/src/test/resources/thesaurus/pharmacologicsubstance/3-nitro-8-methoxy-4-chloroflavone.xml
detnavillus/modular-informatic-designs
15f5ff2abe1aefe9286daaeb7ac00d68e69d761d
[ "Apache-2.0" ]
1
2020-01-05T04:19:08.000Z
2020-01-05T04:19:08.000Z
pipeline/src/test/resources/thesaurus/pharmacologicsubstance/3-nitro-8-methoxy-4-chloroflavone.xml
detnavillus/modular-informatic-designs
15f5ff2abe1aefe9286daaeb7ac00d68e69d761d
[ "Apache-2.0" ]
null
null
null
pipeline/src/test/resources/thesaurus/pharmacologicsubstance/3-nitro-8-methoxy-4-chloroflavone.xml
detnavillus/modular-informatic-designs
15f5ff2abe1aefe9286daaeb7ac00d68e69d761d
[ "Apache-2.0" ]
6
2015-11-13T15:39:06.000Z
2020-07-09T16:04:43.000Z
<Record> <Term>3-Nitro-8-Methoxy-4-Chloroflavone</Term> <SemanticType>Pharmacologic Substance</SemanticType> <ParentTerm>Flavonoid</ParentTerm> <ClassificationPath>Chemicals_and_Drugs_Kind/Drug, Food, Chemical or Biomedical Material/Drug or Chemical by Structure/Polyphenol/Flavonoid/3-Nitro-8-Methoxy-4-Chloroflavone</ClassificationPath> <BroaderTerm>Polyphenol</BroaderTerm> <BroaderTerm>Drug or Chemical by Structure</BroaderTerm> <BroaderTerm>Chemicals_and_Drugs_Kind</BroaderTerm> <BroaderTerm>3-Nitro-8-Methoxy-4-Chloroflavone</BroaderTerm> <BroaderTerm>Drug, Food, Chemical or Biomedical Material</BroaderTerm> <BroaderTerm>Flavonoid</BroaderTerm> <Synonym>2-(4-Chlorophenyl)-8-methoxy-3-nitro-4H-1-benzopyran-4-one</Synonym> <Synonym>3-Nitro-8-Methoxy-4-Chloroflavone</Synonym> <Synonym>3-Nitro-8-methoxy-4'-chloroflavone</Synonym> <Synonym>R8129</Synonym> <Source>NCI Thesaurus</Source> </Record>
51.277778
195
0.802817
92f23ea8cdabfd837bd3db7785f9bd64fa1ee3bc
280
launch
XML
utilities/runtime_manager/scripts/launch_files/sensor.launch
alanjclark/autoware.ai
ba97edbbffb6f22e78912bf96400a59ef6a13daf
[ "Apache-2.0" ]
64
2018-11-19T02:34:05.000Z
2021-12-27T06:19:48.000Z
ros/src/util/packages/runtime_manager/scripts/launch_files/sensor.launch
anhnv3991/autoware
d5b2ed9dc309193c8a2a7c77a2b6c88104c28328
[ "Apache-2.0" ]
40
2019-06-24T16:56:15.000Z
2022-02-28T13:41:58.000Z
ros/src/util/packages/runtime_manager/scripts/launch_files/sensor.launch
anhnv3991/autoware
d5b2ed9dc309193c8a2a7c77a2b6c88104c28328
[ "Apache-2.0" ]
34
2018-11-27T08:57:32.000Z
2022-02-18T08:06:04.000Z
<launch> <!-- HDL-32e --> <include file="$(find velodyne)/scripts/velodyne_hdl32e.launch"/> <!-- Javad Delta 3 --> <node pkg="javad" type="gnss.sh" name="javad_driver"/> <!-- PointGrey Grasshopper3 --> <include file="$(find pointgrey)/scripts/grasshopper3.launch"/> </launch>
21.538462
65
0.671429
ab74aa9ccfd823aed5e8a219ba4fe186e36fc5a9
571
xml
XML
model/relations/AccessRelationship_7f6b7a8e-b5c4-4c21-8253-a8cb912d4157.xml
JaakTepandi/toop-goopra-models
3c7108953084191d7059a449f52abb4f3c206839
[ "Apache-2.0" ]
1
2019-03-05T11:01:59.000Z
2019-03-05T11:01:59.000Z
model/relations/AccessRelationship_7f6b7a8e-b5c4-4c21-8253-a8cb912d4157.xml
JaakTepandi/toop-goopra-models
3c7108953084191d7059a449f52abb4f3c206839
[ "Apache-2.0" ]
null
null
null
model/relations/AccessRelationship_7f6b7a8e-b5c4-4c21-8253-a8cb912d4157.xml
JaakTepandi/toop-goopra-models
3c7108953084191d7059a449f52abb4f3c206839
[ "Apache-2.0" ]
4
2018-05-11T15:32:37.000Z
2020-10-31T07:28:59.000Z
<archimate:AccessRelationship xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:archimate="http://www.archimatetool.com/archimate" id="7f6b7a8e-b5c4-4c21-8253-a8cb912d4157" accessType="1"> <source xsi:type="archimate:BusinessFunction" href="BusinessFunction_75452608-5d5e-4fe8-8207-70cc6eaefa83.xml#75452608-5d5e-4fe8-8207-70cc6eaefa83"/> <target xsi:type="archimate:BusinessObject" href="BusinessObject_d1de646e-b7fd-4a90-883b-b098a9918e52.xml#d1de646e-b7fd-4a90-883b-b098a9918e52"/> </archimate:AccessRelationship>
43.923077
109
0.76007
37be2de043edf5cb12df4b2bab0b14dd9f0f6b8b
16,085
xml
XML
xml/System.CommandLine.Completions/CompletionItem.xml
reflectronic/dotnet-api-docs
fe1230f968c2404dc7238d3d8d8d2c56fdf38a26
[ "CC-BY-4.0", "MIT" ]
null
null
null
xml/System.CommandLine.Completions/CompletionItem.xml
reflectronic/dotnet-api-docs
fe1230f968c2404dc7238d3d8d8d2c56fdf38a26
[ "CC-BY-4.0", "MIT" ]
null
null
null
xml/System.CommandLine.Completions/CompletionItem.xml
reflectronic/dotnet-api-docs
fe1230f968c2404dc7238d3d8d8d2c56fdf38a26
[ "CC-BY-4.0", "MIT" ]
null
null
null
<Type Name="CompletionItem" FullName="System.CommandLine.Completions.CompletionItem"> <TypeSignature Language="C#" Value="public class CompletionItem" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit CompletionItem extends System.Object" /> <TypeSignature Language="DocId" Value="T:System.CommandLine.Completions.CompletionItem" /> <TypeSignature Language="VB.NET" Value="Public Class CompletionItem" /> <TypeSignature Language="F#" Value="type CompletionItem = class" /> <TypeSignature Language="C++ CLI" Value="public ref class CompletionItem" /> <AssemblyInfo> <AssemblyName>System.CommandLine</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Object</BaseTypeName> </Base> <Interfaces /> <Docs> <summary> Provides details about a command line completion item. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public CompletionItem (string label, string kind = &quot;Value&quot;, string? sortText = default, string? insertText = default, string? documentation = default, string? detail = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string label, string kind, string sortText, string insertText, string documentation, string detail) cil managed" /> <MemberSignature Language="DocId" Value="M:System.CommandLine.Completions.CompletionItem.#ctor(System.String,System.String,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="Public Sub New (label As String, Optional kind As String = &quot;Value&quot;, Optional sortText As String = Nothing, Optional insertText As String = Nothing, Optional documentation As String = Nothing, Optional detail As String = Nothing)" /> <MemberSignature Language="F#" Value="new System.CommandLine.Completions.CompletionItem : string * string * string * string * string * string -&gt; System.CommandLine.Completions.CompletionItem" Usage="new System.CommandLine.Completions.CompletionItem (label, kind, sortText, insertText, documentation, detail)" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyName>System.CommandLine</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Parameters> <Parameter Name="label" Type="System.String" /> <Parameter Name="kind" Type="System.String" /> <Parameter Name="sortText" Type="System.String" /> <Parameter Name="insertText" Type="System.String" /> <Parameter Name="documentation" Type="System.String" /> <Parameter Name="detail" Type="System.String" /> </Parameters> <Docs> <param name="label">The label value, which is the text displayed to users and, unless <paramref name="insertText" /> is set, is also used to populate the <see cref="P:System.CommandLine.Completions.CompletionItem.InsertText" /> property.</param> <param name="kind">The kind of completion item.</param> <param name="sortText">The value used to sort the completion item in a list. If this is not provided, then <paramref name="label" /> is used.</param> <param name="insertText">The text to be inserted by this completion item. If this is not provided, then <paramref name="label" /> is used.</param> <param name="documentation">Documentation about the completion item.</param> <param name="detail">Additional details regarding the completion item.</param> <summary>To be added.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Detail"> <MemberSignature Language="C#" Value="public string? Detail { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string Detail" /> <MemberSignature Language="DocId" Value="P:System.CommandLine.Completions.CompletionItem.Detail" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property Detail As String" /> <MemberSignature Language="F#" Value="member this.Detail : string" Usage="System.CommandLine.Completions.CompletionItem.Detail" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property System::String ^ Detail { System::String ^ get(); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.CommandLine</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Additional details regarding the completion item. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Documentation"> <MemberSignature Language="C#" Value="public string? Documentation { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance string Documentation" /> <MemberSignature Language="DocId" Value="P:System.CommandLine.Completions.CompletionItem.Documentation" /> <MemberSignature Language="VB.NET" Value="Public Property Documentation As String" /> <MemberSignature Language="F#" Value="member this.Documentation : string with get, set" Usage="System.CommandLine.Completions.CompletionItem.Documentation" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property System::String ^ Documentation { System::String ^ get(); void set(System::String ^ value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.CommandLine</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Documentation about the completion item. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Equals"> <MemberSignature Language="C#" Value="protected bool Equals (System.CommandLine.Completions.CompletionItem other);" /> <MemberSignature Language="ILAsm" Value=".method familyhidebysig instance bool Equals(class System.CommandLine.Completions.CompletionItem other) cil managed" /> <MemberSignature Language="DocId" Value="M:System.CommandLine.Completions.CompletionItem.Equals(System.CommandLine.Completions.CompletionItem)" /> <MemberSignature Language="VB.NET" Value="Protected Function Equals (other As CompletionItem) As Boolean" /> <MemberSignature Language="F#" Value="override this.Equals : System.CommandLine.Completions.CompletionItem -&gt; bool" Usage="completionItem.Equals other" /> <MemberSignature Language="C++ CLI" Value="protected:&#xA; bool Equals(System::CommandLine::Completions::CompletionItem ^ other);" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.CommandLine</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Parameters> <Parameter Name="other" Type="System.CommandLine.Completions.CompletionItem" /> </Parameters> <Docs> <param name="other">To be added.</param> <summary> Determines whether two completion items are equal. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Equals"> <MemberSignature Language="C#" Value="public override bool Equals (object? obj);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Equals(object obj) cil managed" /> <MemberSignature Language="DocId" Value="M:System.CommandLine.Completions.CompletionItem.Equals(System.Object)" /> <MemberSignature Language="VB.NET" Value="Public Overrides Function Equals (obj As Object) As Boolean" /> <MemberSignature Language="F#" Value="override this.Equals : obj -&gt; bool" Usage="completionItem.Equals obj" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; override bool Equals(System::Object ^ obj);" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.CommandLine</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Parameters> <Parameter Name="obj" Type="System.Object" /> </Parameters> <Docs> <param name="obj">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <inheritdoc /> </Docs> </Member> <Member MemberName="GetHashCode"> <MemberSignature Language="C#" Value="public override int GetHashCode ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 GetHashCode() cil managed" /> <MemberSignature Language="DocId" Value="M:System.CommandLine.Completions.CompletionItem.GetHashCode" /> <MemberSignature Language="VB.NET" Value="Public Overrides Function GetHashCode () As Integer" /> <MemberSignature Language="F#" Value="override this.GetHashCode : unit -&gt; int" Usage="completionItem.GetHashCode " /> <MemberSignature Language="C++ CLI" Value="public:&#xA; override int GetHashCode();" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.CommandLine</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <inheritdoc /> </Docs> </Member> <Member MemberName="InsertText"> <MemberSignature Language="C#" Value="public string? InsertText { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string InsertText" /> <MemberSignature Language="DocId" Value="P:System.CommandLine.Completions.CompletionItem.InsertText" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property InsertText As String" /> <MemberSignature Language="F#" Value="member this.InsertText : string" Usage="System.CommandLine.Completions.CompletionItem.InsertText" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property System::String ^ InsertText { System::String ^ get(); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.CommandLine</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> The text to be inserted by this completion item. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Kind"> <MemberSignature Language="C#" Value="public string? Kind { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string Kind" /> <MemberSignature Language="DocId" Value="P:System.CommandLine.Completions.CompletionItem.Kind" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property Kind As String" /> <MemberSignature Language="F#" Value="member this.Kind : string" Usage="System.CommandLine.Completions.CompletionItem.Kind" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property System::String ^ Kind { System::String ^ get(); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.CommandLine</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> The kind of completion item. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Label"> <MemberSignature Language="C#" Value="public string Label { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string Label" /> <MemberSignature Language="DocId" Value="P:System.CommandLine.Completions.CompletionItem.Label" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property Label As String" /> <MemberSignature Language="F#" Value="member this.Label : string" Usage="System.CommandLine.Completions.CompletionItem.Label" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property System::String ^ Label { System::String ^ get(); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.CommandLine</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> The label value, which is the text displayed to users. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="SortText"> <MemberSignature Language="C#" Value="public string SortText { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string SortText" /> <MemberSignature Language="DocId" Value="P:System.CommandLine.Completions.CompletionItem.SortText" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property SortText As String" /> <MemberSignature Language="F#" Value="member this.SortText : string" Usage="System.CommandLine.Completions.CompletionItem.SortText" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property System::String ^ SortText { System::String ^ get(); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.CommandLine</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> The value used to sort the completion item in a list. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ToString"> <MemberSignature Language="C#" Value="public override string ToString ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance string ToString() cil managed" /> <MemberSignature Language="DocId" Value="M:System.CommandLine.Completions.CompletionItem.ToString" /> <MemberSignature Language="VB.NET" Value="Public Overrides Function ToString () As String" /> <MemberSignature Language="F#" Value="override this.ToString : unit -&gt; string" Usage="completionItem.ToString " /> <MemberSignature Language="C++ CLI" Value="public:&#xA; override System::String ^ ToString();" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.CommandLine</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <inheritdoc /> </Docs> </Member> </Members> </Type>
55.085616
320
0.676717
ccff259f2fa54ed0eb192b480fd3bd4eeb950ef8
120
xml
XML
COMP9021/Assignment_3/shape_D.xml
bezdomniy/unsw
43d79f734f2e8b53ddd9d07b499c5277e5437119
[ "MIT" ]
1
2021-07-27T04:23:59.000Z
2021-07-27T04:23:59.000Z
COMP9021/Assignment_3/shape_D.xml
bezdomniy/unsw
43d79f734f2e8b53ddd9d07b499c5277e5437119
[ "MIT" ]
null
null
null
COMP9021/Assignment_3/shape_D.xml
bezdomniy/unsw
43d79f734f2e8b53ddd9d07b499c5277e5437119
[ "MIT" ]
null
null
null
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <path d="M 60 100 L 160 200 L 260 100 z" fill="grey"/> </svg>
40
58
0.608333
e0628f7ef874143ccf460bf8983b14c8916a37a6
10,365
xml
XML
jpingus-resources/src/main/resources/Ressource/data/levels/wip/hellmouth16-grumbel.xml
j-pingus/jpingus
467f20844b3b0b33d4219e0fa14447e09ac60389
[ "MIT" ]
null
null
null
jpingus-resources/src/main/resources/Ressource/data/levels/wip/hellmouth16-grumbel.xml
j-pingus/jpingus
467f20844b3b0b33d4219e0fa14447e09ac60389
[ "MIT" ]
null
null
null
jpingus-resources/src/main/resources/Ressource/data/levels/wip/hellmouth16-grumbel.xml
j-pingus/jpingus
467f20844b3b0b33d4219e0fa14447e09ac60389
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="ISO-8859-1"?> <pingus-level> <global> <levelname lang="en">EditorDefaultValue: Please give me a name...</levelname> <description lang="en">EditorDefaultValue: ...and a short description</description> <author>Ingo Ruhnke &lt;grumbel@gmx.de&gt;</author> <number-of-pingus>50</number-of-pingus> <number-to-save>25</number-to-save> <time>-1</time> <width>1216</width> <height>600</height> <difficulty>40</difficulty> <playable>0</playable> <comment></comment> </global> <action-list> <basher count="20"/> <blocker count="20"/> <bomber count="20"/> <bridger count="20"/> <climber count="20"/> <digger count="20"/> <floater count="20"/> <jumper count="20"/> <miner count="20"/> </action-list> <background type="surface"> <surface><resource type="datafile"> <resource-datafile>textures</resource-datafile> <resource-ident>textures/desert_room</resource-ident> <modifier>ROT0</modifier> </resource></surface> <color> <red>0</red> <green>0</green> <blue>0</blue> <alpha>0</alpha> </color> <scroll-x>0</scroll-x> <scroll-y>0</scroll-y> <para-x>0.5</para-x> <para-y>0.5</para-y> <stretch-x>0</stretch-x> <stretch-y>0</stretch-y> <position> <x-pos>15</x-pos> <y-pos>89</y-pos> <z-pos>-150</z-pos> </position> </background> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/bpiece4</resource-ident> <modifier>ROT0</modifier> </resource></surface> <position> <x-pos>532</x-pos> <y-pos>455</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/bpiece4</resource-ident> <modifier>ROT0FLIP</modifier> </resource></surface> <position> <x-pos>421</x-pos> <y-pos>448</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/stone5</resource-ident> <modifier>ROT180</modifier> </resource></surface> <position> <x-pos>637</x-pos> <y-pos>191</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/stone5</resource-ident> <modifier>ROT0FLIP</modifier> </resource></surface> <position> <x-pos>635</x-pos> <y-pos>288</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/stone5</resource-ident> <modifier>ROT270FLIP</modifier> </resource></surface> <position> <x-pos>553</x-pos> <y-pos>83.4286</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/stone5</resource-ident> <modifier>ROT90FLIP</modifier> </resource></surface> <position> <x-pos>621</x-pos> <y-pos>126</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/stone5</resource-ident> <modifier>ROT180FLIP</modifier> </resource></surface> <position> <x-pos>424</x-pos> <y-pos>192</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/stone5</resource-ident> <modifier>ROT0</modifier> </resource></surface> <position> <x-pos>422</x-pos> <y-pos>289</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/stone5</resource-ident> <modifier>ROT270</modifier> </resource></surface> <position> <x-pos>455.571</x-pos> <y-pos>83.5714</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/stone5</resource-ident> <modifier>ROT90</modifier> </resource></surface> <position> <x-pos>408</x-pos> <y-pos>127</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/bpiece5</resource-ident> <modifier>ROT0FLIP</modifier> </resource></surface> <position> <x-pos>610</x-pos> <y-pos>441</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/bpiece5</resource-ident> <modifier>ROT0FLIP</modifier> </resource></surface> <position> <x-pos>605</x-pos> <y-pos>375</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/bpiece5</resource-ident> <modifier>ROT0</modifier> </resource></surface> <position> <x-pos>316</x-pos> <y-pos>440</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/bpiece5</resource-ident> <modifier>ROT0</modifier> </resource></surface> <position> <x-pos>311</x-pos> <y-pos>374</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/bpiece7</resource-ident> <modifier>ROT0FLIP</modifier> </resource></surface> <position> <x-pos>497</x-pos> <y-pos>441</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/bpiece7</resource-ident> <modifier>ROT0FLIP</modifier> </resource></surface> <position> <x-pos>705</x-pos> <y-pos>414</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/bpiece7</resource-ident> <modifier>ROT0FLIP</modifier> </resource></surface> <position> <x-pos>492</x-pos> <y-pos>375</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/bpiece7</resource-ident> <modifier>ROT0</modifier> </resource></surface> <position> <x-pos>395</x-pos> <y-pos>443</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/bpiece7</resource-ident> <modifier>ROT0</modifier> </resource></surface> <position> <x-pos>199</x-pos> <y-pos>421</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/bpiece7</resource-ident> <modifier>ROT0</modifier> </resource></surface> <position> <x-pos>441</x-pos> <y-pos>508</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/bpiece7</resource-ident> <modifier>ROT0</modifier> </resource></surface> <position> <x-pos>390</x-pos> <y-pos>377</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/stone4</resource-ident> <modifier>ROT0FLIP</modifier> </resource></surface> <position> <x-pos>201</x-pos> <y-pos>318</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/stone4</resource-ident> <modifier>ROT0</modifier> </resource></surface> <position> <x-pos>815</x-pos> <y-pos>314</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/bpiece4</resource-ident> <modifier>ROT0FLIP</modifier> </resource></surface> <position> <x-pos>377</x-pos> <y-pos>516</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <groundpiece type="ground"> <surface><resource type="datafile"> <resource-datafile>groundpieces-ground</resource-datafile> <resource-ident>misc/bpiece4</resource-ident> <modifier>ROT0</modifier> </resource></surface> <position> <x-pos>562</x-pos> <y-pos>506</y-pos> <z-pos>0</z-pos> </position> </groundpiece> <entrance> <position> <x-pos>631</x-pos> <y-pos>215</y-pos> <z-pos>0</z-pos> </position> <type>generic</type> <direction>misc</direction> <release-rate>50</release-rate> <owner-id>0</owner-id> </entrance> <start-position> <position> <x-pos>545</x-pos> <y-pos>193</y-pos> <z-pos>1000</z-pos> </position> </start-position> </pingus-level>
25.783582
87
0.660396
49c1f8f7cdf5d1c546dec34dcf82a774c01a2bf2
7,873
xml
XML
ext/pldata/propbank-frames-2.1.5/frames/strain-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/strain-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/strain-v.xml
TeamSPoon/logicmoo_nlu
5c3e5013a3048da7d68a8a43476ad84d3ea4bb47
[ "MIT" ]
null
null
null
<!DOCTYPE frameset SYSTEM "frameset.dtd"> <frameset> <predicate lemma="strain"> <roleset framnet="Experience_bodily_harm" id="strain.01" name="injure, put stress on" vncls="40.8.3-2"> <roles> <role descr="agent, entity causing damage" f="" n="0"> <vnrole vncls="40.8.3-2" vntheta="experiencer"/> </role> <role descr="patient, entity experiencing hurt/damage" f="" n="1"> <vnrole vncls="40.8.3-2" vntheta="patient"/> </role> <note/> </roles> <example name="physical hurt" src="" type=""> <inflection aspect="ns" form="gerund" person="ns" tense="present" voice="active"/> <text>The harder he tried to push them into large piles, the closer he-1 came to *trace*-1 breaking the rake and straining his back. </text> <arg f="" n="0">*trace*</arg> <rel f="">straining</rel> <arg f="" n="1">his back</arg> <note/> </example> <example name="metaphysical hurt" src="" type=""> <inflection aspect="progressive" form="participle" person="ns" tense="ns" voice="active"/> <text>[The fight]-1 is putting a tight squeeze on profits of many, *trace*-1 threatening to drive the smallest ones out of business and straining relations between the national fast-food chains and their franchisees. </text> <arg f="" n="0">*trace*</arg> <rel f="">straining</rel> <arg f="" n="1">relations between the national fast-food chains and their franchisees</arg> <note/> </example> <note>Member of Vncls hurt-40.8.3-2.</note> </roleset> <roleset framnet="-" id="strain.02" name="separate solids from liquid" vncls="10.4.1"> <roles> <role descr="separator, filter, agent" f="" n="0"> <vnrole vncls="10.4.1" vntheta="agent"/> </role> <role descr="solids, thing removed" f="" n="1"> <vnrole vncls="10.4.1" vntheta="theme"/> </role> <role descr="liquid, source, removed-from" f="" n="2"> <vnrole vncls="10.4.1" vntheta="source"/> </role> <note/> </roles> <example name="solids and liquids still mixed" src="" type=""> <inflection aspect="ns" form="full" person="ns" tense="present" voice="active"/> <text>The idea behind the Egg King is pretty simple: *trace* put the eggs into a cylinder that contains perforated baskets, spin them at a high speed to break the shells and strain the edible part through the baskets. </text> <arg f="" n="0">*trace*</arg> <rel f="">strain</rel> <arg f="" n="1">the edible part</arg> <arg f="dir" n="m">through the baskets</arg> <note/> </example> <example name="separated args" src="" type=""> <inflection aspect="ns" form="full" person="ns" tense="past" voice="active"/> <text>John strained the chunks out of his glass of expired milk before drinking it. </text> <arg f="" n="0">John</arg> <rel f="">strained</rel> <arg f="" n="1">the chunks</arg> <arg f="" n="2">out of his glass of expired milk</arg> <arg f="tmp" n="m">before drinking it</arg> <note/> </example> <note>Member of Vncls wipe_manner-10.4.1.</note> </roleset> <roleset framnet="-" id="strain.03" name="try hard" vncls="-"> <roles> <role descr="Agent/Entity Trying" f="" n="0"/> <role descr="thing tried" f="" n="1"/> <note/> </roles> <example name="work it, baby!" src="" type=""> <inflection aspect="ns" form="full" person="ns" tense="future" voice="active"/> <text>And, since the public has always been fascinated by gossip and voyeurism, reporters and editors will strain for creative angles to justify the inclusion of collateral facts about private lives including sexual activities and domestic relationships, activities of family members, and all matters about mental and physical health. </text> <arg f="dis" n="m">And</arg> <arg f="cau" n="m">since the public has always been fascinated by gossip and voyeurism</arg> <arg f="" n="0">reporters and editors</arg> <arg f="mod" n="m">will</arg> <rel f="">strain</rel> <arg f="" n="1">for creative angles</arg> <arg f="prp" n="m">to justify the inclusion of collateral facts about private lives including sexual activities and domestic relationships, activities of family members, and all matters about mental and physical health</arg> <note/> </example> <note>No Vncls.</note> </roleset> <roleset framnet="-" id="strain.04" name="adjectival: hurting" vncls="-"> <roles> <role descr="thing hurting" f="" n="1"/> <role descr="for what" f="" n="2"/> <note/> </roles> <example name="one arg" src="" type=""> <inflection aspect="ns" form="participle" person="ns" tense="ns" voice="passive"/> <text>Judge Kozinski found [the derivation]-1 entirely strained *trace*-1 and writes that ``for an academic to refer to himself as an intellectual gigolo is ... a devastating admission of professional dishonesty.'' </text> <arg f="adv" n="m">entirely</arg> <rel f="">strained</rel> <arg f="" n="1">*trace*</arg> <note/> </example> <example name="both args" src="" type=""> <inflection aspect="ns" form="full" person="third" tense="present" voice="passive"/> <text>Intel makes semiconductors and Campeau-1 operates department-store chains and is strained *trace*-1 for cash. </text> <rel f="">strained</rel> <arg f="" n="1">*trace*-1</arg> <arg f="" n="2">for cash</arg> <note/> </example> <note>This usage hurts me. It should really be combined with strain.01 (see "metaphysical" example).</note> </roleset> <note>Frames file for 'strain' based on sentences in wsj.</note> </predicate> <note/> </frameset>
43.258242
265
0.459037
9562626de3774e8a7d51e402f86f1819781035ed
959
xml
XML
src/discoursegraphs/data/potsdam-commentary-corpus-2.0.0/coreference/markables/maz-8563_sentence_level.xml
arne-cl/discoursegraphs
4e14688e19c980ac9bbac75ff1bf5d751ef44ac3
[ "BSD-3-Clause" ]
41
2015-02-20T00:35:39.000Z
2022-03-15T13:54:13.000Z
src/discoursegraphs/data/potsdam-commentary-corpus-2.0.0/coreference/markables/maz-8563_sentence_level.xml
arne-cl/discoursegraphs
4e14688e19c980ac9bbac75ff1bf5d751ef44ac3
[ "BSD-3-Clause" ]
68
2015-01-09T18:07:38.000Z
2021-10-06T16:30:43.000Z
src/discoursegraphs/data/potsdam-commentary-corpus-2.0.0/coreference/markables/maz-8563_sentence_level.xml
arne-cl/discoursegraphs
4e14688e19c980ac9bbac75ff1bf5d751ef44ac3
[ "BSD-3-Clause" ]
8
2015-02-20T00:35:48.000Z
2021-10-30T14:09:03.000Z
<?xml version="1.0"?> <!DOCTYPE markables SYSTEM "markables.dtd"> <markables xmlns="www.eml.org/NameSpaces/sentence"> <markable id="markable_5000" span="word_1"/> <markable id="markable_5001" span="word_2..word_8"/> <markable id="markable_5002" span="word_9..word_13"/> <markable id="markable_5003" span="word_14..word_23"/> <markable id="markable_5004" span="word_24..word_37"/> <markable id="markable_5005" span="word_38..word_42"/> <markable id="markable_5006" span="word_43..word_51"/> <markable id="markable_5007" span="word_52..word_67"/> <markable id="markable_5008" span="word_68..word_87"/> <markable id="markable_5009" span="word_88..word_115"/> <markable id="markable_50010" span="word_116..word_139"/> <markable id="markable_50011" span="word_140..word_160"/> <markable id="markable_50012" span="word_161..word_184"/> <markable id="markable_50013" span="word_185..word_194"/> <markable id="markable_50014" span="word_195..word_202"/> </markables>
47.95
57
0.746611
ca93b01ce95fa2fab6ea0dde23580cc044b47963
2,121
xml
XML
app/src/main/res/menu/menu_browser.xml
vaginessa/FF-Translator
3488ab1bd7d8b8c0010455c7634d1ec12a4da3f3
[ "Apache-2.0" ]
null
null
null
app/src/main/res/menu/menu_browser.xml
vaginessa/FF-Translator
3488ab1bd7d8b8c0010455c7634d1ec12a4da3f3
[ "Apache-2.0" ]
null
null
null
app/src/main/res/menu/menu_browser.xml
vaginessa/FF-Translator
3488ab1bd7d8b8c0010455c7634d1ec12a4da3f3
[ "Apache-2.0" ]
null
null
null
<!-- ~ Copyright (c) 2017 Snow Volf (Artem Zhiganov). ~ 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. --> <menu 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" tools:context="ru.SnowVolf.translate.ui.activity.BrowserActivity"> <item android:id="@+id/action_refresh" android:icon="@drawable/ic_action_refresh" android:orderInCategory="1" android:title="@string/action_refresh" app:showAsAction="always" /> <item android:id="@+id/action_insert" android:orderInCategory="2" app:showAsAction="always" android:title="@string/action_enter_url" android:icon="@drawable/ic_action_insert_link"/> <item android:orderInCategory="4" android:id="@+id/action_search" android:title="@string/action_find_on_page" android:icon="@drawable/ic_action_search" app:showAsAction="ifRoom"/> <item android:orderInCategory="5" android:id="@+id/menu_item_share" android:title="@string/action_share" android:actionProviderClass="android.widget.ShareActionProvider" app:showAsAction="never"/> <item android:orderInCategory="6" android:id="@+id/menu_item_copy_link" android:title="@string/action_copy_link" app:showAsAction="never"/> <item android:id="@+id/menu_item_open_in" android:orderInCategory="3" android:title="@string/action_open_in_browser" /> </menu>
38.563636
76
0.676096
5a675fcde8f38d4ff90f3de82a93e56ddb61000a
151,371
xml
XML
train/sports-20954620.xml
boudinfl/marujo-2012-pre
d676dac99178fd3cd163006c4ad8f805b19ac252
[ "Apache-2.0" ]
3
2018-07-08T07:05:03.000Z
2020-09-11T08:45:45.000Z
train/sports-20954620.xml
boudinfl/marujo-2012-pre
d676dac99178fd3cd163006c4ad8f805b19ac252
[ "Apache-2.0" ]
null
null
null
train/sports-20954620.xml
boudinfl/marujo-2012-pre
d676dac99178fd3cd163006c4ad8f805b19ac252
[ "Apache-2.0" ]
1
2019-10-19T06:40:36.000Z
2019-10-19T06:40:36.000Z
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="CoreNLP-to-HTML.xsl" type="text/xsl"?> <root> <document> <sentences> <sentence id="1"> <tokens> <token id="1"> <word>Yankees</word> <lemma>Yankees</lemma> <CharacterOffsetBegin>0</CharacterOffsetBegin> <CharacterOffsetEnd>7</CharacterOffsetEnd> <POS>NNPS</POS> </token> <token id="2"> <word>will</word> <lemma>will</lemma> <CharacterOffsetBegin>8</CharacterOffsetBegin> <CharacterOffsetEnd>12</CharacterOffsetEnd> <POS>MD</POS> </token> <token id="3"> <word>stop</word> <lemma>stop</lemma> <CharacterOffsetBegin>13</CharacterOffsetBegin> <CharacterOffsetEnd>17</CharacterOffsetEnd> <POS>VB</POS> </token> <token id="4"> <word>hand</word> <lemma>hand</lemma> <CharacterOffsetBegin>18</CharacterOffsetBegin> <CharacterOffsetEnd>22</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="5"> <word>signals</word> <lemma>signal</lemma> <CharacterOffsetBegin>23</CharacterOffsetBegin> <CharacterOffsetEnd>30</CharacterOffsetEnd> <POS>NNS</POS> </token> </tokens> </sentence> <sentence id="2"> <tokens> <token id="1"> <word>NEW</word> <lemma>NEW</lemma> <CharacterOffsetBegin>32</CharacterOffsetBegin> <CharacterOffsetEnd>35</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="2"> <word>YORK</word> <lemma>YORK</lemma> <CharacterOffsetBegin>36</CharacterOffsetBegin> <CharacterOffsetEnd>40</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="3"> <word>-LRB-</word> <lemma>-lrb-</lemma> <CharacterOffsetBegin>41</CharacterOffsetBegin> <CharacterOffsetEnd>42</CharacterOffsetEnd> <POS>-LRB-</POS> </token> <token id="4"> <word>AP</word> <lemma>AP</lemma> <CharacterOffsetBegin>42</CharacterOffsetBegin> <CharacterOffsetEnd>44</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="5"> <word>-RRB-</word> <lemma>-rrb-</lemma> <CharacterOffsetBegin>44</CharacterOffsetBegin> <CharacterOffsetEnd>45</CharacterOffsetEnd> <POS>-RRB-</POS> </token> <token id="6"> <word>-</word> <lemma>-</lemma> <CharacterOffsetBegin>46</CharacterOffsetBegin> <CharacterOffsetEnd>47</CharacterOffsetEnd> <POS>:</POS> </token> <token id="7"> <word>The</word> <lemma>the</lemma> <CharacterOffsetBegin>48</CharacterOffsetBegin> <CharacterOffsetEnd>51</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="8"> <word>New</word> <lemma>New</lemma> <CharacterOffsetBegin>52</CharacterOffsetBegin> <CharacterOffsetEnd>55</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="9"> <word>York</word> <lemma>York</lemma> <CharacterOffsetBegin>56</CharacterOffsetBegin> <CharacterOffsetEnd>60</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="10"> <word>Yankees</word> <lemma>Yankees</lemma> <CharacterOffsetBegin>61</CharacterOffsetBegin> <CharacterOffsetEnd>68</CharacterOffsetEnd> <POS>NNPS</POS> </token> <token id="11"> <word>say</word> <lemma>say</lemma> <CharacterOffsetBegin>69</CharacterOffsetBegin> <CharacterOffsetEnd>72</CharacterOffsetEnd> <POS>VBP</POS> </token> <token id="12"> <word>they</word> <lemma>they</lemma> <CharacterOffsetBegin>73</CharacterOffsetBegin> <CharacterOffsetEnd>77</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="13"> <word>are</word> <lemma>be</lemma> <CharacterOffsetBegin>78</CharacterOffsetBegin> <CharacterOffsetEnd>81</CharacterOffsetEnd> <POS>VBP</POS> </token> <token id="14"> <word>finished</word> <lemma>finish</lemma> <CharacterOffsetBegin>82</CharacterOffsetBegin> <CharacterOffsetEnd>90</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="15"> <word>flashing</word> <lemma>flash</lemma> <CharacterOffsetBegin>91</CharacterOffsetBegin> <CharacterOffsetEnd>99</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="16"> <word>hand</word> <lemma>hand</lemma> <CharacterOffsetBegin>100</CharacterOffsetBegin> <CharacterOffsetEnd>104</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="17"> <word>signals</word> <lemma>signal</lemma> <CharacterOffsetBegin>105</CharacterOffsetBegin> <CharacterOffsetEnd>112</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="18"> <word>from</word> <lemma>from</lemma> <CharacterOffsetBegin>113</CharacterOffsetBegin> <CharacterOffsetEnd>117</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="19"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>118</CharacterOffsetBegin> <CharacterOffsetEnd>121</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="20"> <word>stands</word> <lemma>stands</lemma> <CharacterOffsetBegin>122</CharacterOffsetBegin> <CharacterOffsetEnd>128</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="21"> <word>-</word> <lemma>-</lemma> <CharacterOffsetBegin>129</CharacterOffsetBegin> <CharacterOffsetEnd>130</CharacterOffsetEnd> <POS>:</POS> </token> <token id="22"> <word>at</word> <lemma>at</lemma> <CharacterOffsetBegin>131</CharacterOffsetBegin> <CharacterOffsetEnd>133</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="23"> <word>least</word> <lemma>least</lemma> <CharacterOffsetBegin>134</CharacterOffsetBegin> <CharacterOffsetEnd>139</CharacterOffsetEnd> <POS>JJS</POS> </token> <token id="24"> <word>for</word> <lemma>for</lemma> <CharacterOffsetBegin>140</CharacterOffsetBegin> <CharacterOffsetEnd>143</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="25"> <word>now</word> <lemma>now</lemma> <CharacterOffsetBegin>144</CharacterOffsetBegin> <CharacterOffsetEnd>147</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="26"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>147</CharacterOffsetBegin> <CharacterOffsetEnd>148</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="3"> <tokens> <token id="1"> <word>General</word> <lemma>general</lemma> <CharacterOffsetBegin>149</CharacterOffsetBegin> <CharacterOffsetEnd>156</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="2"> <word>manager</word> <lemma>manager</lemma> <CharacterOffsetBegin>157</CharacterOffsetBegin> <CharacterOffsetEnd>164</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="3"> <word>Brian</word> <lemma>Brian</lemma> <CharacterOffsetBegin>165</CharacterOffsetBegin> <CharacterOffsetEnd>170</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="4"> <word>Cashman</word> <lemma>Cashman</lemma> <CharacterOffsetBegin>171</CharacterOffsetBegin> <CharacterOffsetEnd>178</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="5"> <word>confirmed</word> <lemma>confirm</lemma> <CharacterOffsetBegin>179</CharacterOffsetBegin> <CharacterOffsetEnd>188</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="6"> <word>that</word> <lemma>that</lemma> <CharacterOffsetBegin>189</CharacterOffsetBegin> <CharacterOffsetEnd>193</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="7"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>194</CharacterOffsetBegin> <CharacterOffsetEnd>197</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="8"> <word>team</word> <lemma>team</lemma> <CharacterOffsetBegin>198</CharacterOffsetBegin> <CharacterOffsetEnd>202</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="9"> <word>received</word> <lemma>receive</lemma> <CharacterOffsetBegin>203</CharacterOffsetBegin> <CharacterOffsetEnd>211</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="10"> <word>a</word> <lemma>a</lemma> <CharacterOffsetBegin>212</CharacterOffsetBegin> <CharacterOffsetEnd>213</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="11"> <word>call</word> <lemma>call</lemma> <CharacterOffsetBegin>214</CharacterOffsetBegin> <CharacterOffsetEnd>218</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="12"> <word>Saturday</word> <lemma>Saturday</lemma> <CharacterOffsetBegin>219</CharacterOffsetBegin> <CharacterOffsetEnd>227</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="13"> <word>from</word> <lemma>from</lemma> <CharacterOffsetBegin>228</CharacterOffsetBegin> <CharacterOffsetEnd>232</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="14"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>233</CharacterOffsetBegin> <CharacterOffsetEnd>236</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="15"> <word>commissioner</word> <lemma>commissioner</lemma> <CharacterOffsetBegin>237</CharacterOffsetBegin> <CharacterOffsetEnd>249</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="16"> <word>'s</word> <lemma>'s</lemma> <CharacterOffsetBegin>249</CharacterOffsetBegin> <CharacterOffsetEnd>251</CharacterOffsetEnd> <POS>POS</POS> </token> <token id="17"> <word>office</word> <lemma>office</lemma> <CharacterOffsetBegin>252</CharacterOffsetBegin> <CharacterOffsetEnd>258</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="18"> <word>inquiring</word> <lemma>inquire</lemma> <CharacterOffsetBegin>259</CharacterOffsetBegin> <CharacterOffsetEnd>268</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="19"> <word>about</word> <lemma>about</lemma> <CharacterOffsetBegin>269</CharacterOffsetBegin> <CharacterOffsetEnd>274</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="20"> <word>a</word> <lemma>a</lemma> <CharacterOffsetBegin>275</CharacterOffsetBegin> <CharacterOffsetEnd>276</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="21"> <word>club</word> <lemma>club</lemma> <CharacterOffsetBegin>277</CharacterOffsetBegin> <CharacterOffsetEnd>281</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="22"> <word>employee</word> <lemma>employee</lemma> <CharacterOffsetBegin>282</CharacterOffsetBegin> <CharacterOffsetEnd>290</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="23"> <word>relaying</word> <lemma>relay</lemma> <CharacterOffsetBegin>291</CharacterOffsetBegin> <CharacterOffsetEnd>299</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="24"> <word>information</word> <lemma>information</lemma> <CharacterOffsetBegin>300</CharacterOffsetBegin> <CharacterOffsetEnd>311</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="25"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>312</CharacterOffsetBegin> <CharacterOffsetEnd>314</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="26"> <word>players</word> <lemma>player</lemma> <CharacterOffsetBegin>315</CharacterOffsetBegin> <CharacterOffsetEnd>322</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="27"> <word>after</word> <lemma>after</lemma> <CharacterOffsetBegin>323</CharacterOffsetBegin> <CharacterOffsetEnd>328</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="28"> <word>each</word> <lemma>each</lemma> <CharacterOffsetBegin>329</CharacterOffsetBegin> <CharacterOffsetEnd>333</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="29"> <word>pitch</word> <lemma>pitch</lemma> <CharacterOffsetBegin>334</CharacterOffsetBegin> <CharacterOffsetEnd>339</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="30"> <word>on</word> <lemma>on</lemma> <CharacterOffsetBegin>340</CharacterOffsetBegin> <CharacterOffsetEnd>342</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="31"> <word>opening</word> <lemma>open</lemma> <CharacterOffsetBegin>343</CharacterOffsetBegin> <CharacterOffsetEnd>350</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="32"> <word>day</word> <lemma>day</lemma> <CharacterOffsetBegin>351</CharacterOffsetBegin> <CharacterOffsetEnd>354</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="33"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>354</CharacterOffsetBegin> <CharacterOffsetEnd>355</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="4"> <tokens> <token id="1"> <word>The</word> <lemma>the</lemma> <CharacterOffsetBegin>356</CharacterOffsetBegin> <CharacterOffsetEnd>359</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="2"> <word>Daily</word> <lemma>Daily</lemma> <CharacterOffsetBegin>360</CharacterOffsetBegin> <CharacterOffsetEnd>365</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="3"> <word>News</word> <lemma>News</lemma> <CharacterOffsetBegin>366</CharacterOffsetBegin> <CharacterOffsetEnd>370</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="4"> <word>reported</word> <lemma>report</lemma> <CharacterOffsetBegin>371</CharacterOffsetBegin> <CharacterOffsetEnd>379</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="5"> <word>Saturday</word> <lemma>Saturday</lemma> <CharacterOffsetBegin>380</CharacterOffsetBegin> <CharacterOffsetEnd>388</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="6"> <word>that</word> <lemma>that</lemma> <CharacterOffsetBegin>389</CharacterOffsetBegin> <CharacterOffsetEnd>393</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="7"> <word>broadcaster</word> <lemma>broadcaster</lemma> <CharacterOffsetBegin>394</CharacterOffsetBegin> <CharacterOffsetEnd>405</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="8"> <word>Keith</word> <lemma>Keith</lemma> <CharacterOffsetBegin>406</CharacterOffsetBegin> <CharacterOffsetEnd>411</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="9"> <word>Olbermann</word> <lemma>Olbermann</lemma> <CharacterOffsetBegin>412</CharacterOffsetBegin> <CharacterOffsetEnd>421</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="10"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>421</CharacterOffsetBegin> <CharacterOffsetEnd>422</CharacterOffsetEnd> <POS>,</POS> </token> <token id="11"> <word>a</word> <lemma>a</lemma> <CharacterOffsetBegin>423</CharacterOffsetBegin> <CharacterOffsetEnd>424</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="12"> <word>New</word> <lemma>New</lemma> <CharacterOffsetBegin>425</CharacterOffsetBegin> <CharacterOffsetEnd>428</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="13"> <word>York</word> <lemma>York</lemma> <CharacterOffsetBegin>429</CharacterOffsetBegin> <CharacterOffsetEnd>433</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="14"> <word>season-ticket</word> <lemma>season-ticket</lemma> <CharacterOffsetBegin>434</CharacterOffsetBegin> <CharacterOffsetEnd>447</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="15"> <word>holder</word> <lemma>holder</lemma> <CharacterOffsetBegin>448</CharacterOffsetBegin> <CharacterOffsetEnd>454</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="16"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>454</CharacterOffsetBegin> <CharacterOffsetEnd>455</CharacterOffsetEnd> <POS>,</POS> </token> <token id="17"> <word>put</word> <lemma>put</lemma> <CharacterOffsetBegin>456</CharacterOffsetBegin> <CharacterOffsetEnd>459</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="18"> <word>a</word> <lemma>a</lemma> <CharacterOffsetBegin>460</CharacterOffsetBegin> <CharacterOffsetEnd>461</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="19"> <word>photo</word> <lemma>photo</lemma> <CharacterOffsetBegin>462</CharacterOffsetBegin> <CharacterOffsetEnd>467</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="20"> <word>on</word> <lemma>on</lemma> <CharacterOffsetBegin>468</CharacterOffsetBegin> <CharacterOffsetEnd>470</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="21"> <word>Twitter</word> <lemma>Twitter</lemma> <CharacterOffsetBegin>471</CharacterOffsetBegin> <CharacterOffsetEnd>478</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="22"> <word>of</word> <lemma>of</lemma> <CharacterOffsetBegin>479</CharacterOffsetBegin> <CharacterOffsetEnd>481</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="23"> <word>Brett</word> <lemma>Brett</lemma> <CharacterOffsetBegin>482</CharacterOffsetBegin> <CharacterOffsetEnd>487</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="24"> <word>Weber</word> <lemma>Weber</lemma> <CharacterOffsetBegin>488</CharacterOffsetBegin> <CharacterOffsetEnd>493</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="25"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>493</CharacterOffsetBegin> <CharacterOffsetEnd>494</CharacterOffsetEnd> <POS>,</POS> </token> <token id="26"> <word>a</word> <lemma>a</lemma> <CharacterOffsetBegin>495</CharacterOffsetBegin> <CharacterOffsetEnd>496</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="27"> <word>Yankees</word> <lemma>Yankees</lemma> <CharacterOffsetBegin>497</CharacterOffsetBegin> <CharacterOffsetEnd>504</CharacterOffsetEnd> <POS>NNPS</POS> </token> <token id="28"> <word>baseball</word> <lemma>baseball</lemma> <CharacterOffsetBegin>505</CharacterOffsetBegin> <CharacterOffsetEnd>513</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="29"> <word>operations</word> <lemma>operation</lemma> <CharacterOffsetBegin>514</CharacterOffsetBegin> <CharacterOffsetEnd>524</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="30"> <word>coaching</word> <lemma>coaching</lemma> <CharacterOffsetBegin>525</CharacterOffsetBegin> <CharacterOffsetEnd>533</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="31"> <word>assistant</word> <lemma>assistant</lemma> <CharacterOffsetBegin>534</CharacterOffsetBegin> <CharacterOffsetEnd>543</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="32"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>543</CharacterOffsetBegin> <CharacterOffsetEnd>544</CharacterOffsetEnd> <POS>,</POS> </token> <token id="33"> <word>holding</word> <lemma>hold</lemma> <CharacterOffsetBegin>545</CharacterOffsetBegin> <CharacterOffsetEnd>552</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="34"> <word>up</word> <lemma>up</lemma> <CharacterOffsetBegin>553</CharacterOffsetBegin> <CharacterOffsetEnd>555</CharacterOffsetEnd> <POS>RP</POS> </token> <token id="35"> <word>four</word> <lemma>four</lemma> <CharacterOffsetBegin>556</CharacterOffsetBegin> <CharacterOffsetEnd>560</CharacterOffsetEnd> <POS>CD</POS> </token> <token id="36"> <word>fingers</word> <lemma>finger</lemma> <CharacterOffsetBegin>561</CharacterOffsetBegin> <CharacterOffsetEnd>568</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="37"> <word>toward</word> <lemma>toward</lemma> <CharacterOffsetBegin>569</CharacterOffsetBegin> <CharacterOffsetEnd>575</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="38"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>576</CharacterOffsetBegin> <CharacterOffsetEnd>579</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="39"> <word>field</word> <lemma>field</lemma> <CharacterOffsetBegin>580</CharacterOffsetBegin> <CharacterOffsetEnd>585</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="40"> <word>during</word> <lemma>during</lemma> <CharacterOffsetBegin>586</CharacterOffsetBegin> <CharacterOffsetEnd>592</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="41"> <word>Thursday</word> <lemma>Thursday</lemma> <CharacterOffsetBegin>593</CharacterOffsetBegin> <CharacterOffsetEnd>601</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="42"> <word>'s</word> <lemma>'s</lemma> <CharacterOffsetBegin>601</CharacterOffsetBegin> <CharacterOffsetEnd>603</CharacterOffsetEnd> <POS>POS</POS> </token> <token id="43"> <word>game</word> <lemma>game</lemma> <CharacterOffsetBegin>604</CharacterOffsetBegin> <CharacterOffsetEnd>608</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="44"> <word>against</word> <lemma>against</lemma> <CharacterOffsetBegin>609</CharacterOffsetBegin> <CharacterOffsetEnd>616</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="45"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>617</CharacterOffsetBegin> <CharacterOffsetEnd>620</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="46"> <word>Detroit</word> <lemma>Detroit</lemma> <CharacterOffsetBegin>621</CharacterOffsetBegin> <CharacterOffsetEnd>628</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="47"> <word>Tigers</word> <lemma>Tigers</lemma> <CharacterOffsetBegin>629</CharacterOffsetBegin> <CharacterOffsetEnd>635</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="48"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>635</CharacterOffsetBegin> <CharacterOffsetEnd>636</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="5"> <tokens> <token id="1"> <word>Weber</word> <lemma>Weber</lemma> <CharacterOffsetBegin>637</CharacterOffsetBegin> <CharacterOffsetEnd>642</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="2"> <word>was</word> <lemma>be</lemma> <CharacterOffsetBegin>643</CharacterOffsetBegin> <CharacterOffsetEnd>646</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="3"> <word>sitting</word> <lemma>sit</lemma> <CharacterOffsetBegin>647</CharacterOffsetBegin> <CharacterOffsetEnd>654</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="4"> <word>behind</word> <lemma>behind</lemma> <CharacterOffsetBegin>655</CharacterOffsetBegin> <CharacterOffsetEnd>661</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="5"> <word>home</word> <lemma>home</lemma> <CharacterOffsetBegin>662</CharacterOffsetBegin> <CharacterOffsetEnd>666</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="6"> <word>plate</word> <lemma>plate</lemma> <CharacterOffsetBegin>667</CharacterOffsetBegin> <CharacterOffsetEnd>672</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="7"> <word>and</word> <lemma>and</lemma> <CharacterOffsetBegin>673</CharacterOffsetBegin> <CharacterOffsetEnd>676</CharacterOffsetEnd> <POS>CC</POS> </token> <token id="8"> <word>wearing</word> <lemma>wear</lemma> <CharacterOffsetBegin>677</CharacterOffsetBegin> <CharacterOffsetEnd>684</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="9"> <word>a</word> <lemma>a</lemma> <CharacterOffsetBegin>685</CharacterOffsetBegin> <CharacterOffsetEnd>686</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="10"> <word>headset</word> <lemma>headset</lemma> <CharacterOffsetBegin>687</CharacterOffsetBegin> <CharacterOffsetEnd>694</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="11"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>694</CharacterOffsetBegin> <CharacterOffsetEnd>695</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="6"> <tokens> <token id="1"> <word>Major</word> <lemma>Major</lemma> <CharacterOffsetBegin>696</CharacterOffsetBegin> <CharacterOffsetEnd>701</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="2"> <word>League</word> <lemma>League</lemma> <CharacterOffsetBegin>702</CharacterOffsetBegin> <CharacterOffsetEnd>708</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="3"> <word>Baseball</word> <lemma>Baseball</lemma> <CharacterOffsetBegin>709</CharacterOffsetBegin> <CharacterOffsetEnd>717</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="4"> <word>rules</word> <lemma>rule</lemma> <CharacterOffsetBegin>718</CharacterOffsetBegin> <CharacterOffsetEnd>723</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="5"> <word>prohibit</word> <lemma>prohibit</lemma> <CharacterOffsetBegin>724</CharacterOffsetBegin> <CharacterOffsetEnd>732</CharacterOffsetEnd> <POS>VBP</POS> </token> <token id="6"> <word>club</word> <lemma>club</lemma> <CharacterOffsetBegin>733</CharacterOffsetBegin> <CharacterOffsetEnd>737</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="7"> <word>staff</word> <lemma>staff</lemma> <CharacterOffsetBegin>738</CharacterOffsetBegin> <CharacterOffsetEnd>743</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="8"> <word>from</word> <lemma>from</lemma> <CharacterOffsetBegin>744</CharacterOffsetBegin> <CharacterOffsetEnd>748</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="9"> <word>using</word> <lemma>use</lemma> <CharacterOffsetBegin>749</CharacterOffsetBegin> <CharacterOffsetEnd>754</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="10"> <word>hand</word> <lemma>hand</lemma> <CharacterOffsetBegin>755</CharacterOffsetBegin> <CharacterOffsetEnd>759</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="11"> <word>signals</word> <lemma>signal</lemma> <CharacterOffsetBegin>760</CharacterOffsetBegin> <CharacterOffsetEnd>767</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="12"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>768</CharacterOffsetBegin> <CharacterOffsetEnd>770</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="13"> <word>communicate</word> <lemma>communicate</lemma> <CharacterOffsetBegin>771</CharacterOffsetBegin> <CharacterOffsetEnd>782</CharacterOffsetEnd> <POS>VB</POS> </token> <token id="14"> <word>pitch</word> <lemma>pitch</lemma> <CharacterOffsetBegin>783</CharacterOffsetBegin> <CharacterOffsetEnd>788</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="15"> <word>types</word> <lemma>type</lemma> <CharacterOffsetBegin>789</CharacterOffsetBegin> <CharacterOffsetEnd>794</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="16"> <word>or</word> <lemma>or</lemma> <CharacterOffsetBegin>795</CharacterOffsetBegin> <CharacterOffsetEnd>797</CharacterOffsetEnd> <POS>CC</POS> </token> <token id="17"> <word>speeds</word> <lemma>speed</lemma> <CharacterOffsetBegin>798</CharacterOffsetBegin> <CharacterOffsetEnd>804</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="18"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>805</CharacterOffsetBegin> <CharacterOffsetEnd>807</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="19"> <word>players</word> <lemma>player</lemma> <CharacterOffsetBegin>808</CharacterOffsetBegin> <CharacterOffsetEnd>815</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="20"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>815</CharacterOffsetBegin> <CharacterOffsetEnd>816</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="7"> <tokens> <token id="1"> <word>Cashman</word> <lemma>Cashman</lemma> <CharacterOffsetBegin>817</CharacterOffsetBegin> <CharacterOffsetEnd>824</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="2"> <word>said</word> <lemma>say</lemma> <CharacterOffsetBegin>825</CharacterOffsetBegin> <CharacterOffsetEnd>829</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="3"> <word>there</word> <lemma>there</lemma> <CharacterOffsetBegin>830</CharacterOffsetBegin> <CharacterOffsetEnd>835</CharacterOffsetEnd> <POS>EX</POS> </token> <token id="4"> <word>was</word> <lemma>be</lemma> <CharacterOffsetBegin>836</CharacterOffsetBegin> <CharacterOffsetEnd>839</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="5"> <word>a</word> <lemma>a</lemma> <CharacterOffsetBegin>840</CharacterOffsetBegin> <CharacterOffsetEnd>841</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="6"> <word>simple</word> <lemma>simple</lemma> <CharacterOffsetBegin>842</CharacterOffsetBegin> <CharacterOffsetEnd>848</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="7"> <word>explanation</word> <lemma>explanation</lemma> <CharacterOffsetBegin>849</CharacterOffsetBegin> <CharacterOffsetEnd>860</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="8"> <word>:</word> <lemma>:</lemma> <CharacterOffsetBegin>860</CharacterOffsetBegin> <CharacterOffsetEnd>861</CharacterOffsetEnd> <POS>:</POS> </token> <token id="9"> <word>The</word> <lemma>the</lemma> <CharacterOffsetBegin>862</CharacterOffsetBegin> <CharacterOffsetEnd>865</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="10"> <word>Yankee</word> <lemma>Yankee</lemma> <CharacterOffsetBegin>866</CharacterOffsetBegin> <CharacterOffsetEnd>872</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="11"> <word>Stadium</word> <lemma>Stadium</lemma> <CharacterOffsetBegin>873</CharacterOffsetBegin> <CharacterOffsetEnd>880</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="12"> <word>scoreboard</word> <lemma>scoreboard</lemma> <CharacterOffsetBegin>881</CharacterOffsetBegin> <CharacterOffsetEnd>891</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="13"> <word>was</word> <lemma>be</lemma> <CharacterOffsetBegin>892</CharacterOffsetBegin> <CharacterOffsetEnd>895</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="14"> <word>on</word> <lemma>on</lemma> <CharacterOffsetBegin>896</CharacterOffsetBegin> <CharacterOffsetEnd>898</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="15"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>899</CharacterOffsetBegin> <CharacterOffsetEnd>902</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="16"> <word>fritz</word> <lemma>fritz</lemma> <CharacterOffsetBegin>903</CharacterOffsetBegin> <CharacterOffsetEnd>908</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="17"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>908</CharacterOffsetBegin> <CharacterOffsetEnd>909</CharacterOffsetEnd> <POS>,</POS> </token> <token id="18"> <word>so</word> <lemma>so</lemma> <CharacterOffsetBegin>910</CharacterOffsetBegin> <CharacterOffsetEnd>912</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="19"> <word>Weber</word> <lemma>Weber</lemma> <CharacterOffsetBegin>913</CharacterOffsetBegin> <CharacterOffsetEnd>918</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="20"> <word>was</word> <lemma>be</lemma> <CharacterOffsetBegin>919</CharacterOffsetBegin> <CharacterOffsetEnd>922</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="21"> <word>just</word> <lemma>just</lemma> <CharacterOffsetBegin>923</CharacterOffsetBegin> <CharacterOffsetEnd>927</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="22"> <word>providing</word> <lemma>provide</lemma> <CharacterOffsetBegin>928</CharacterOffsetBegin> <CharacterOffsetEnd>937</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="23"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>938</CharacterOffsetBegin> <CharacterOffsetEnd>941</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="24"> <word>sort</word> <lemma>sort</lemma> <CharacterOffsetBegin>942</CharacterOffsetBegin> <CharacterOffsetEnd>946</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="25"> <word>of</word> <lemma>of</lemma> <CharacterOffsetBegin>947</CharacterOffsetBegin> <CharacterOffsetEnd>949</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="26"> <word>post-pitch</word> <lemma>post-pitch</lemma> <CharacterOffsetBegin>950</CharacterOffsetBegin> <CharacterOffsetEnd>960</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="27"> <word>details</word> <lemma>detail</lemma> <CharacterOffsetBegin>961</CharacterOffsetBegin> <CharacterOffsetEnd>968</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="28"> <word>that</word> <lemma>that</lemma> <CharacterOffsetBegin>969</CharacterOffsetBegin> <CharacterOffsetEnd>973</CharacterOffsetEnd> <POS>WDT</POS> </token> <token id="29"> <word>normally</word> <lemma>normally</lemma> <CharacterOffsetBegin>974</CharacterOffsetBegin> <CharacterOffsetEnd>982</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="30"> <word>appear</word> <lemma>appear</lemma> <CharacterOffsetBegin>983</CharacterOffsetBegin> <CharacterOffsetEnd>989</CharacterOffsetEnd> <POS>VBP</POS> </token> <token id="31"> <word>for</word> <lemma>for</lemma> <CharacterOffsetBegin>990</CharacterOffsetBegin> <CharacterOffsetEnd>993</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="32"> <word>all</word> <lemma>all</lemma> <CharacterOffsetBegin>994</CharacterOffsetBegin> <CharacterOffsetEnd>997</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="33"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>998</CharacterOffsetBegin> <CharacterOffsetEnd>1000</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="34"> <word>see</word> <lemma>see</lemma> <CharacterOffsetBegin>1001</CharacterOffsetBegin> <CharacterOffsetEnd>1004</CharacterOffsetEnd> <POS>VB</POS> </token> <token id="35"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>1004</CharacterOffsetBegin> <CharacterOffsetEnd>1005</CharacterOffsetEnd> <POS>,</POS> </token> <token id="36"> <word>such</word> <lemma>such</lemma> <CharacterOffsetBegin>1006</CharacterOffsetBegin> <CharacterOffsetEnd>1010</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="37"> <word>as</word> <lemma>as</lemma> <CharacterOffsetBegin>1011</CharacterOffsetBegin> <CharacterOffsetEnd>1013</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="38"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>1014</CharacterOffsetBegin> <CharacterOffsetEnd>1015</CharacterOffsetEnd> <POS>''</POS> </token> <token id="39"> <word>``</word> <lemma>``</lemma> <CharacterOffsetBegin>1015</CharacterOffsetBegin> <CharacterOffsetEnd>1016</CharacterOffsetEnd> <POS>``</POS> </token> <token id="40"> <word>93</word> <lemma>93</lemma> <CharacterOffsetBegin>1016</CharacterOffsetBegin> <CharacterOffsetEnd>1018</CharacterOffsetEnd> <POS>CD</POS> </token> <token id="41"> <word>mph</word> <lemma>mph</lemma> <CharacterOffsetBegin>1019</CharacterOffsetBegin> <CharacterOffsetEnd>1022</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="42"> <word>fastball</word> <lemma>fastball</lemma> <CharacterOffsetBegin>1023</CharacterOffsetBegin> <CharacterOffsetEnd>1031</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="43"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>1031</CharacterOffsetBegin> <CharacterOffsetEnd>1032</CharacterOffsetEnd> <POS>.</POS> </token> <token id="44"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>1032</CharacterOffsetBegin> <CharacterOffsetEnd>1033</CharacterOffsetEnd> <POS>''</POS> </token> <token id="45"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>1033</CharacterOffsetBegin> <CharacterOffsetEnd>1034</CharacterOffsetEnd> <POS>''</POS> </token> <token id="46"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>1035</CharacterOffsetBegin> <CharacterOffsetEnd>1036</CharacterOffsetEnd> <POS>''</POS> </token> </tokens> </sentence> <sentence id="8"> <tokens> <token id="1"> <word>``</word> <lemma>``</lemma> <CharacterOffsetBegin>1036</CharacterOffsetBegin> <CharacterOffsetEnd>1037</CharacterOffsetEnd> <POS>``</POS> </token> <token id="2"> <word>The</word> <lemma>the</lemma> <CharacterOffsetBegin>1037</CharacterOffsetBegin> <CharacterOffsetEnd>1040</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="3"> <word>scoreboard</word> <lemma>scoreboard</lemma> <CharacterOffsetBegin>1041</CharacterOffsetBegin> <CharacterOffsetEnd>1051</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="4"> <word>went</word> <lemma>go</lemma> <CharacterOffsetBegin>1052</CharacterOffsetBegin> <CharacterOffsetEnd>1056</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="5"> <word>down</word> <lemma>down</lemma> <CharacterOffsetBegin>1057</CharacterOffsetBegin> <CharacterOffsetEnd>1061</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="6"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>1061</CharacterOffsetBegin> <CharacterOffsetEnd>1062</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="9"> <tokens> <token id="1"> <word>He</word> <lemma>he</lemma> <CharacterOffsetBegin>1063</CharacterOffsetBegin> <CharacterOffsetEnd>1065</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="2"> <word>was</word> <lemma>be</lemma> <CharacterOffsetBegin>1066</CharacterOffsetBegin> <CharacterOffsetEnd>1069</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="3"> <word>relaying</word> <lemma>relay</lemma> <CharacterOffsetBegin>1070</CharacterOffsetBegin> <CharacterOffsetEnd>1078</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="4"> <word>after</word> <lemma>after</lemma> <CharacterOffsetBegin>1079</CharacterOffsetBegin> <CharacterOffsetEnd>1084</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="5"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>1085</CharacterOffsetBegin> <CharacterOffsetEnd>1088</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="6"> <word>fact</word> <lemma>fact</lemma> <CharacterOffsetBegin>1089</CharacterOffsetBegin> <CharacterOffsetEnd>1093</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="7"> <word>with</word> <lemma>with</lemma> <CharacterOffsetBegin>1094</CharacterOffsetBegin> <CharacterOffsetEnd>1098</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="8"> <word>his</word> <lemma>he</lemma> <CharacterOffsetBegin>1099</CharacterOffsetBegin> <CharacterOffsetEnd>1102</CharacterOffsetEnd> <POS>PRP$</POS> </token> <token id="9"> <word>fingers</word> <lemma>finger</lemma> <CharacterOffsetBegin>1103</CharacterOffsetBegin> <CharacterOffsetEnd>1110</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="10"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>1111</CharacterOffsetBegin> <CharacterOffsetEnd>1113</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="11"> <word>some</word> <lemma>some</lemma> <CharacterOffsetBegin>1114</CharacterOffsetBegin> <CharacterOffsetEnd>1118</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="12"> <word>hitters</word> <lemma>hitter</lemma> <CharacterOffsetBegin>1119</CharacterOffsetBegin> <CharacterOffsetEnd>1126</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="13"> <word>who</word> <lemma>who</lemma> <CharacterOffsetBegin>1127</CharacterOffsetBegin> <CharacterOffsetEnd>1130</CharacterOffsetEnd> <POS>WP</POS> </token> <token id="14"> <word>wanted</word> <lemma>want</lemma> <CharacterOffsetBegin>1131</CharacterOffsetBegin> <CharacterOffsetEnd>1137</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="15"> <word>it</word> <lemma>it</lemma> <CharacterOffsetBegin>1138</CharacterOffsetBegin> <CharacterOffsetEnd>1140</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="16"> <word>what</word> <lemma>what</lemma> <CharacterOffsetBegin>1141</CharacterOffsetBegin> <CharacterOffsetEnd>1145</CharacterOffsetEnd> <POS>WP</POS> </token> <token id="17"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>1146</CharacterOffsetBegin> <CharacterOffsetEnd>1149</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="18"> <word>velocity</word> <lemma>velocity</lemma> <CharacterOffsetBegin>1150</CharacterOffsetBegin> <CharacterOffsetEnd>1158</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="19"> <word>was</word> <lemma>be</lemma> <CharacterOffsetBegin>1159</CharacterOffsetBegin> <CharacterOffsetEnd>1162</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="20"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>1162</CharacterOffsetBegin> <CharacterOffsetEnd>1163</CharacterOffsetEnd> <POS>,</POS> </token> <token id="21"> <word>pitches</word> <lemma>pitch</lemma> <CharacterOffsetBegin>1164</CharacterOffsetBegin> <CharacterOffsetEnd>1171</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="22"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>1172</CharacterOffsetBegin> <CharacterOffsetEnd>1174</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="23"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>1175</CharacterOffsetBegin> <CharacterOffsetEnd>1178</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="24"> <word>opposing</word> <lemma>oppose</lemma> <CharacterOffsetBegin>1179</CharacterOffsetBegin> <CharacterOffsetEnd>1187</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="25"> <word>teams</word> <lemma>team</lemma> <CharacterOffsetBegin>1188</CharacterOffsetBegin> <CharacterOffsetEnd>1193</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="26"> <word>'</word> <lemma>'</lemma> <CharacterOffsetBegin>1193</CharacterOffsetBegin> <CharacterOffsetEnd>1194</CharacterOffsetEnd> <POS>POS</POS> </token> <token id="27"> <word>hitter</word> <lemma>hitter</lemma> <CharacterOffsetBegin>1195</CharacterOffsetBegin> <CharacterOffsetEnd>1201</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="28"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>1201</CharacterOffsetBegin> <CharacterOffsetEnd>1202</CharacterOffsetEnd> <POS>,</POS> </token> <token id="29"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>1203</CharacterOffsetBegin> <CharacterOffsetEnd>1205</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="30"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>1206</CharacterOffsetBegin> <CharacterOffsetEnd>1209</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="31"> <word>guy</word> <lemma>guy</lemma> <CharacterOffsetBegin>1210</CharacterOffsetBegin> <CharacterOffsetEnd>1213</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="32"> <word>on</word> <lemma>on</lemma> <CharacterOffsetBegin>1214</CharacterOffsetBegin> <CharacterOffsetEnd>1216</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="33"> <word>deck</word> <lemma>deck</lemma> <CharacterOffsetBegin>1217</CharacterOffsetBegin> <CharacterOffsetEnd>1221</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="34"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>1221</CharacterOffsetBegin> <CharacterOffsetEnd>1222</CharacterOffsetEnd> <POS>,</POS> </token> <token id="35"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>1222</CharacterOffsetBegin> <CharacterOffsetEnd>1223</CharacterOffsetEnd> <POS>''</POS> </token> <token id="36"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>1223</CharacterOffsetBegin> <CharacterOffsetEnd>1224</CharacterOffsetEnd> <POS>''</POS> </token> <token id="37"> <word>Cashman</word> <lemma>Cashman</lemma> <CharacterOffsetBegin>1225</CharacterOffsetBegin> <CharacterOffsetEnd>1232</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="38"> <word>said</word> <lemma>say</lemma> <CharacterOffsetBegin>1233</CharacterOffsetBegin> <CharacterOffsetEnd>1237</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="39"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>1237</CharacterOffsetBegin> <CharacterOffsetEnd>1238</CharacterOffsetEnd> <POS>.</POS> </token> <token id="40"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>1239</CharacterOffsetBegin> <CharacterOffsetEnd>1240</CharacterOffsetEnd> <POS>''</POS> </token> </tokens> </sentence> <sentence id="10"> <tokens> <token id="1"> <word>``</word> <lemma>``</lemma> <CharacterOffsetBegin>1240</CharacterOffsetBegin> <CharacterOffsetEnd>1241</CharacterOffsetEnd> <POS>``</POS> </token> <token id="2"> <word>There</word> <lemma>there</lemma> <CharacterOffsetBegin>1241</CharacterOffsetBegin> <CharacterOffsetEnd>1246</CharacterOffsetEnd> <POS>EX</POS> </token> <token id="3"> <word>'s</word> <lemma>be</lemma> <CharacterOffsetBegin>1246</CharacterOffsetBegin> <CharacterOffsetEnd>1248</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="4"> <word>nothing</word> <lemma>nothing</lemma> <CharacterOffsetBegin>1249</CharacterOffsetBegin> <CharacterOffsetEnd>1256</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="5"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>1257</CharacterOffsetBegin> <CharacterOffsetEnd>1259</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="6"> <word>hide</word> <lemma>hide</lemma> <CharacterOffsetBegin>1260</CharacterOffsetBegin> <CharacterOffsetEnd>1264</CharacterOffsetEnd> <POS>VB</POS> </token> <token id="7"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>1264</CharacterOffsetBegin> <CharacterOffsetEnd>1265</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="11"> <tokens> <token id="1"> <word>We</word> <lemma>we</lemma> <CharacterOffsetBegin>1266</CharacterOffsetBegin> <CharacterOffsetEnd>1268</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="2"> <word>'ve</word> <lemma>have</lemma> <CharacterOffsetBegin>1268</CharacterOffsetBegin> <CharacterOffsetEnd>1271</CharacterOffsetEnd> <POS>VBP</POS> </token> <token id="3"> <word>got</word> <lemma>get</lemma> <CharacterOffsetBegin>1272</CharacterOffsetBegin> <CharacterOffsetEnd>1275</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="4"> <word>nothing</word> <lemma>nothing</lemma> <CharacterOffsetBegin>1276</CharacterOffsetBegin> <CharacterOffsetEnd>1283</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="5"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>1284</CharacterOffsetBegin> <CharacterOffsetEnd>1286</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="6"> <word>hide</word> <lemma>hide</lemma> <CharacterOffsetBegin>1287</CharacterOffsetBegin> <CharacterOffsetEnd>1291</CharacterOffsetEnd> <POS>VB</POS> </token> <token id="7"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>1291</CharacterOffsetBegin> <CharacterOffsetEnd>1292</CharacterOffsetEnd> <POS>.</POS> </token> <token id="8"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>1292</CharacterOffsetBegin> <CharacterOffsetEnd>1293</CharacterOffsetEnd> <POS>''</POS> </token> <token id="9"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>1293</CharacterOffsetBegin> <CharacterOffsetEnd>1294</CharacterOffsetEnd> <POS>''</POS> </token> </tokens> </sentence> <sentence id="12"> <tokens> <token id="1"> <word>Cashman</word> <lemma>Cashman</lemma> <CharacterOffsetBegin>1295</CharacterOffsetBegin> <CharacterOffsetEnd>1302</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="2"> <word>said</word> <lemma>say</lemma> <CharacterOffsetBegin>1303</CharacterOffsetBegin> <CharacterOffsetEnd>1307</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="3"> <word>Weber</word> <lemma>Weber</lemma> <CharacterOffsetBegin>1308</CharacterOffsetBegin> <CharacterOffsetEnd>1313</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="4"> <word>wears</word> <lemma>wear</lemma> <CharacterOffsetBegin>1314</CharacterOffsetBegin> <CharacterOffsetEnd>1319</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="5"> <word>headphones</word> <lemma>headphone</lemma> <CharacterOffsetBegin>1320</CharacterOffsetBegin> <CharacterOffsetEnd>1330</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="6"> <word>during</word> <lemma>during</lemma> <CharacterOffsetBegin>1331</CharacterOffsetBegin> <CharacterOffsetEnd>1337</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="7"> <word>home</word> <lemma>home</lemma> <CharacterOffsetBegin>1338</CharacterOffsetBegin> <CharacterOffsetEnd>1342</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="8"> <word>games</word> <lemma>game</lemma> <CharacterOffsetBegin>1343</CharacterOffsetBegin> <CharacterOffsetEnd>1348</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="9"> <word>so</word> <lemma>so</lemma> <CharacterOffsetBegin>1349</CharacterOffsetBegin> <CharacterOffsetEnd>1351</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="10"> <word>he</word> <lemma>he</lemma> <CharacterOffsetBegin>1352</CharacterOffsetBegin> <CharacterOffsetEnd>1354</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="11"> <word>can</word> <lemma>can</lemma> <CharacterOffsetBegin>1355</CharacterOffsetBegin> <CharacterOffsetEnd>1358</CharacterOffsetEnd> <POS>MD</POS> </token> <token id="12"> <word>communicate</word> <lemma>communicate</lemma> <CharacterOffsetBegin>1359</CharacterOffsetBegin> <CharacterOffsetEnd>1370</CharacterOffsetEnd> <POS>VB</POS> </token> <token id="13"> <word>with</word> <lemma>with</lemma> <CharacterOffsetBegin>1371</CharacterOffsetBegin> <CharacterOffsetEnd>1375</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="14"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>1376</CharacterOffsetBegin> <CharacterOffsetEnd>1379</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="15"> <word>scoreboard</word> <lemma>scoreboard</lemma> <CharacterOffsetBegin>1380</CharacterOffsetBegin> <CharacterOffsetEnd>1390</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="16"> <word>operator</word> <lemma>operator</lemma> <CharacterOffsetBegin>1391</CharacterOffsetBegin> <CharacterOffsetEnd>1399</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="17"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>1399</CharacterOffsetBegin> <CharacterOffsetEnd>1400</CharacterOffsetEnd> <POS>,</POS> </token> <token id="18"> <word>relaying</word> <lemma>relay</lemma> <CharacterOffsetBegin>1401</CharacterOffsetBegin> <CharacterOffsetEnd>1409</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="19"> <word>pitch</word> <lemma>pitch</lemma> <CharacterOffsetBegin>1410</CharacterOffsetBegin> <CharacterOffsetEnd>1415</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="20"> <word>information</word> <lemma>information</lemma> <CharacterOffsetBegin>1416</CharacterOffsetBegin> <CharacterOffsetEnd>1427</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="21"> <word>that</word> <lemma>that</lemma> <CharacterOffsetBegin>1428</CharacterOffsetBegin> <CharacterOffsetEnd>1432</CharacterOffsetEnd> <POS>WDT</POS> </token> <token id="22"> <word>can</word> <lemma>can</lemma> <CharacterOffsetBegin>1433</CharacterOffsetBegin> <CharacterOffsetEnd>1436</CharacterOffsetEnd> <POS>MD</POS> </token> <token id="23"> <word>be</word> <lemma>be</lemma> <CharacterOffsetBegin>1437</CharacterOffsetBegin> <CharacterOffsetEnd>1439</CharacterOffsetEnd> <POS>VB</POS> </token> <token id="24"> <word>displayed</word> <lemma>display</lemma> <CharacterOffsetBegin>1440</CharacterOffsetBegin> <CharacterOffsetEnd>1449</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="25"> <word>in</word> <lemma>in</lemma> <CharacterOffsetBegin>1450</CharacterOffsetBegin> <CharacterOffsetEnd>1452</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="26"> <word>center</word> <lemma>center</lemma> <CharacterOffsetBegin>1453</CharacterOffsetBegin> <CharacterOffsetEnd>1459</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="27"> <word>field</word> <lemma>field</lemma> <CharacterOffsetBegin>1460</CharacterOffsetBegin> <CharacterOffsetEnd>1465</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="28"> <word>for</word> <lemma>for</lemma> <CharacterOffsetBegin>1466</CharacterOffsetBegin> <CharacterOffsetEnd>1469</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="29"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>1470</CharacterOffsetBegin> <CharacterOffsetEnd>1473</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="30"> <word>fans</word> <lemma>fan</lemma> <CharacterOffsetBegin>1474</CharacterOffsetBegin> <CharacterOffsetEnd>1478</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="31"> <word>'</word> <lemma>'</lemma> <CharacterOffsetBegin>1478</CharacterOffsetBegin> <CharacterOffsetEnd>1479</CharacterOffsetEnd> <POS>POS</POS> </token> <token id="32"> <word>enjoyment</word> <lemma>enjoyment</lemma> <CharacterOffsetBegin>1480</CharacterOffsetBegin> <CharacterOffsetEnd>1489</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="33"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>1489</CharacterOffsetBegin> <CharacterOffsetEnd>1490</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="13"> <tokens> <token id="1"> <word>Cashman</word> <lemma>Cashman</lemma> <CharacterOffsetBegin>1491</CharacterOffsetBegin> <CharacterOffsetEnd>1498</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="2"> <word>said</word> <lemma>say</lemma> <CharacterOffsetBegin>1499</CharacterOffsetBegin> <CharacterOffsetEnd>1503</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="3"> <word>Joe</word> <lemma>Joe</lemma> <CharacterOffsetBegin>1504</CharacterOffsetBegin> <CharacterOffsetEnd>1507</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="4"> <word>Garagiola</word> <lemma>Garagiola</lemma> <CharacterOffsetBegin>1508</CharacterOffsetBegin> <CharacterOffsetEnd>1517</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="5"> <word>Jr.</word> <lemma>Jr.</lemma> <CharacterOffsetBegin>1518</CharacterOffsetBegin> <CharacterOffsetEnd>1521</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="6"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>1521</CharacterOffsetBegin> <CharacterOffsetEnd>1522</CharacterOffsetEnd> <POS>,</POS> </token> <token id="7"> <word>baseball</word> <lemma>baseball</lemma> <CharacterOffsetBegin>1523</CharacterOffsetBegin> <CharacterOffsetEnd>1531</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="8"> <word>'s</word> <lemma>'s</lemma> <CharacterOffsetBegin>1531</CharacterOffsetBegin> <CharacterOffsetEnd>1533</CharacterOffsetEnd> <POS>POS</POS> </token> <token id="9"> <word>new</word> <lemma>new</lemma> <CharacterOffsetBegin>1534</CharacterOffsetBegin> <CharacterOffsetEnd>1537</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="10"> <word>disciplinarian</word> <lemma>disciplinarian</lemma> <CharacterOffsetBegin>1538</CharacterOffsetBegin> <CharacterOffsetEnd>1552</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="11"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>1552</CharacterOffsetBegin> <CharacterOffsetEnd>1553</CharacterOffsetEnd> <POS>,</POS> </token> <token id="12"> <word>spoke</word> <lemma>speak</lemma> <CharacterOffsetBegin>1554</CharacterOffsetBegin> <CharacterOffsetEnd>1559</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="13"> <word>Saturday</word> <lemma>Saturday</lemma> <CharacterOffsetBegin>1560</CharacterOffsetBegin> <CharacterOffsetEnd>1568</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="14"> <word>morning</word> <lemma>morning</lemma> <CharacterOffsetBegin>1569</CharacterOffsetBegin> <CharacterOffsetEnd>1576</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="15"> <word>with</word> <lemma>with</lemma> <CharacterOffsetBegin>1577</CharacterOffsetBegin> <CharacterOffsetEnd>1581</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="16"> <word>Yankees</word> <lemma>Yankees</lemma> <CharacterOffsetBegin>1582</CharacterOffsetBegin> <CharacterOffsetEnd>1589</CharacterOffsetEnd> <POS>NNPS</POS> </token> <token id="17"> <word>vice</word> <lemma>vice</lemma> <CharacterOffsetBegin>1590</CharacterOffsetBegin> <CharacterOffsetEnd>1594</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="18"> <word>president</word> <lemma>president</lemma> <CharacterOffsetBegin>1595</CharacterOffsetBegin> <CharacterOffsetEnd>1604</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="19"> <word>and</word> <lemma>and</lemma> <CharacterOffsetBegin>1605</CharacterOffsetBegin> <CharacterOffsetEnd>1608</CharacterOffsetEnd> <POS>CC</POS> </token> <token id="20"> <word>assistant</word> <lemma>assistant</lemma> <CharacterOffsetBegin>1609</CharacterOffsetBegin> <CharacterOffsetEnd>1618</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="21"> <word>general</word> <lemma>general</lemma> <CharacterOffsetBegin>1619</CharacterOffsetBegin> <CharacterOffsetEnd>1626</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="22"> <word>manager</word> <lemma>manager</lemma> <CharacterOffsetBegin>1627</CharacterOffsetBegin> <CharacterOffsetEnd>1634</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="23"> <word>Jean</word> <lemma>Jean</lemma> <CharacterOffsetBegin>1635</CharacterOffsetBegin> <CharacterOffsetEnd>1639</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="24"> <word>Afterman</word> <lemma>Afterman</lemma> <CharacterOffsetBegin>1640</CharacterOffsetBegin> <CharacterOffsetEnd>1648</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="25"> <word>about</word> <lemma>about</lemma> <CharacterOffsetBegin>1649</CharacterOffsetBegin> <CharacterOffsetEnd>1654</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="26"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>1655</CharacterOffsetBegin> <CharacterOffsetEnd>1658</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="27"> <word>issue</word> <lemma>issue</lemma> <CharacterOffsetBegin>1659</CharacterOffsetBegin> <CharacterOffsetEnd>1664</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="28"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>1664</CharacterOffsetBegin> <CharacterOffsetEnd>1665</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="14"> <tokens> <token id="1"> <word>Cashman</word> <lemma>Cashman</lemma> <CharacterOffsetBegin>1666</CharacterOffsetBegin> <CharacterOffsetEnd>1673</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="2"> <word>said</word> <lemma>say</lemma> <CharacterOffsetBegin>1674</CharacterOffsetBegin> <CharacterOffsetEnd>1678</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="3"> <word>there</word> <lemma>there</lemma> <CharacterOffsetBegin>1679</CharacterOffsetBegin> <CharacterOffsetEnd>1684</CharacterOffsetEnd> <POS>EX</POS> </token> <token id="4"> <word>was</word> <lemma>be</lemma> <CharacterOffsetBegin>1685</CharacterOffsetBegin> <CharacterOffsetEnd>1688</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="5"> <word>no</word> <lemma>no</lemma> <CharacterOffsetBegin>1689</CharacterOffsetBegin> <CharacterOffsetEnd>1691</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="6"> <word>mention</word> <lemma>mention</lemma> <CharacterOffsetBegin>1692</CharacterOffsetBegin> <CharacterOffsetEnd>1699</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="7"> <word>of</word> <lemma>of</lemma> <CharacterOffsetBegin>1700</CharacterOffsetBegin> <CharacterOffsetEnd>1702</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="8"> <word>any</word> <lemma>any</lemma> <CharacterOffsetBegin>1703</CharacterOffsetBegin> <CharacterOffsetEnd>1706</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="9"> <word>potential</word> <lemma>potential</lemma> <CharacterOffsetBegin>1707</CharacterOffsetBegin> <CharacterOffsetEnd>1716</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="10"> <word>punishment</word> <lemma>punishment</lemma> <CharacterOffsetBegin>1717</CharacterOffsetBegin> <CharacterOffsetEnd>1727</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="11"> <word>and</word> <lemma>and</lemma> <CharacterOffsetBegin>1728</CharacterOffsetBegin> <CharacterOffsetEnd>1731</CharacterOffsetEnd> <POS>CC</POS> </token> <token id="12"> <word>he</word> <lemma>he</lemma> <CharacterOffsetBegin>1732</CharacterOffsetBegin> <CharacterOffsetEnd>1734</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="13"> <word>thought</word> <lemma>think</lemma> <CharacterOffsetBegin>1735</CharacterOffsetBegin> <CharacterOffsetEnd>1742</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="14"> <word>Garagiola</word> <lemma>Garagiola</lemma> <CharacterOffsetBegin>1743</CharacterOffsetBegin> <CharacterOffsetEnd>1752</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="15"> <word>was</word> <lemma>be</lemma> <CharacterOffsetBegin>1753</CharacterOffsetBegin> <CharacterOffsetEnd>1756</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="16"> <word>satisfied</word> <lemma>satisfy</lemma> <CharacterOffsetBegin>1757</CharacterOffsetBegin> <CharacterOffsetEnd>1766</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="17"> <word>with</word> <lemma>with</lemma> <CharacterOffsetBegin>1767</CharacterOffsetBegin> <CharacterOffsetEnd>1771</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="18"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>1772</CharacterOffsetBegin> <CharacterOffsetEnd>1775</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="19"> <word>team</word> <lemma>team</lemma> <CharacterOffsetBegin>1776</CharacterOffsetBegin> <CharacterOffsetEnd>1780</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="20"> <word>'s</word> <lemma>'s</lemma> <CharacterOffsetBegin>1780</CharacterOffsetBegin> <CharacterOffsetEnd>1782</CharacterOffsetEnd> <POS>POS</POS> </token> <token id="21"> <word>explanation</word> <lemma>explanation</lemma> <CharacterOffsetBegin>1783</CharacterOffsetBegin> <CharacterOffsetEnd>1794</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="22"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>1794</CharacterOffsetBegin> <CharacterOffsetEnd>1795</CharacterOffsetEnd> <POS>.</POS> </token> <token id="23"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>1796</CharacterOffsetBegin> <CharacterOffsetEnd>1797</CharacterOffsetEnd> <POS>''</POS> </token> </tokens> </sentence> <sentence id="15"> <tokens> <token id="1"> <word>``</word> <lemma>``</lemma> <CharacterOffsetBegin>1797</CharacterOffsetBegin> <CharacterOffsetEnd>1798</CharacterOffsetEnd> <POS>``</POS> </token> <token id="2"> <word>I</word> <lemma>I</lemma> <CharacterOffsetBegin>1798</CharacterOffsetBegin> <CharacterOffsetEnd>1799</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="3"> <word>think</word> <lemma>think</lemma> <CharacterOffsetBegin>1800</CharacterOffsetBegin> <CharacterOffsetEnd>1805</CharacterOffsetEnd> <POS>VBP</POS> </token> <token id="4"> <word>he</word> <lemma>he</lemma> <CharacterOffsetBegin>1806</CharacterOffsetBegin> <CharacterOffsetEnd>1808</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="5"> <word>recognizes</word> <lemma>recognize</lemma> <CharacterOffsetBegin>1809</CharacterOffsetBegin> <CharacterOffsetEnd>1819</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="6"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>1820</CharacterOffsetBegin> <CharacterOffsetEnd>1823</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="7"> <word>fact</word> <lemma>fact</lemma> <CharacterOffsetBegin>1824</CharacterOffsetBegin> <CharacterOffsetEnd>1828</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="8"> <word>that</word> <lemma>that</lemma> <CharacterOffsetBegin>1829</CharacterOffsetBegin> <CharacterOffsetEnd>1833</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="9"> <word>there</word> <lemma>there</lemma> <CharacterOffsetBegin>1834</CharacterOffsetBegin> <CharacterOffsetEnd>1839</CharacterOffsetEnd> <POS>EX</POS> </token> <token id="10"> <word>'s</word> <lemma>be</lemma> <CharacterOffsetBegin>1839</CharacterOffsetBegin> <CharacterOffsetEnd>1841</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="11"> <word>no</word> <lemma>no</lemma> <CharacterOffsetBegin>1842</CharacterOffsetBegin> <CharacterOffsetEnd>1844</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="12"> <word>real</word> <lemma>real</lemma> <CharacterOffsetBegin>1845</CharacterOffsetBegin> <CharacterOffsetEnd>1849</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="13"> <word>advantage</word> <lemma>advantage</lemma> <CharacterOffsetBegin>1850</CharacterOffsetBegin> <CharacterOffsetEnd>1859</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="14"> <word>here</word> <lemma>here</lemma> <CharacterOffsetBegin>1860</CharacterOffsetBegin> <CharacterOffsetEnd>1864</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="15"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>1864</CharacterOffsetBegin> <CharacterOffsetEnd>1865</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="16"> <tokens> <token id="1"> <word>But</word> <lemma>but</lemma> <CharacterOffsetBegin>1866</CharacterOffsetBegin> <CharacterOffsetEnd>1869</CharacterOffsetEnd> <POS>CC</POS> </token> <token id="2"> <word>at</word> <lemma>at</lemma> <CharacterOffsetBegin>1870</CharacterOffsetBegin> <CharacterOffsetEnd>1872</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="3"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>1873</CharacterOffsetBegin> <CharacterOffsetEnd>1876</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="4"> <word>same</word> <lemma>same</lemma> <CharacterOffsetBegin>1877</CharacterOffsetBegin> <CharacterOffsetEnd>1881</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="5"> <word>time</word> <lemma>time</lemma> <CharacterOffsetBegin>1882</CharacterOffsetBegin> <CharacterOffsetEnd>1886</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="6"> <word>there</word> <lemma>there</lemma> <CharacterOffsetBegin>1887</CharacterOffsetBegin> <CharacterOffsetEnd>1892</CharacterOffsetEnd> <POS>EX</POS> </token> <token id="7"> <word>is</word> <lemma>be</lemma> <CharacterOffsetBegin>1893</CharacterOffsetBegin> <CharacterOffsetEnd>1895</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="8"> <word>a</word> <lemma>a</lemma> <CharacterOffsetBegin>1896</CharacterOffsetBegin> <CharacterOffsetEnd>1897</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="9"> <word>bulletin</word> <lemma>bulletin</lemma> <CharacterOffsetBegin>1898</CharacterOffsetBegin> <CharacterOffsetEnd>1906</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="10"> <word>out</word> <lemma>out</lemma> <CharacterOffsetBegin>1907</CharacterOffsetBegin> <CharacterOffsetEnd>1910</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="11"> <word>that</word> <lemma>that</lemma> <CharacterOffsetBegin>1911</CharacterOffsetBegin> <CharacterOffsetEnd>1915</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="12"> <word>says</word> <lemma>say</lemma> <CharacterOffsetBegin>1916</CharacterOffsetBegin> <CharacterOffsetEnd>1920</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="13"> <word>you</word> <lemma>you</lemma> <CharacterOffsetBegin>1921</CharacterOffsetBegin> <CharacterOffsetEnd>1924</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="14"> <word>'re</word> <lemma>be</lemma> <CharacterOffsetBegin>1924</CharacterOffsetBegin> <CharacterOffsetEnd>1927</CharacterOffsetEnd> <POS>VBP</POS> </token> <token id="15"> <word>not</word> <lemma>not</lemma> <CharacterOffsetBegin>1928</CharacterOffsetBegin> <CharacterOffsetEnd>1931</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="16"> <word>supposed</word> <lemma>suppose</lemma> <CharacterOffsetBegin>1932</CharacterOffsetBegin> <CharacterOffsetEnd>1940</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="17"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>1941</CharacterOffsetBegin> <CharacterOffsetEnd>1943</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="18"> <word>do</word> <lemma>do</lemma> <CharacterOffsetBegin>1944</CharacterOffsetBegin> <CharacterOffsetEnd>1946</CharacterOffsetEnd> <POS>VB</POS> </token> <token id="19"> <word>that</word> <lemma>that</lemma> <CharacterOffsetBegin>1947</CharacterOffsetBegin> <CharacterOffsetEnd>1951</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="20"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>1951</CharacterOffsetBegin> <CharacterOffsetEnd>1952</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="17"> <tokens> <token id="1"> <word>We</word> <lemma>we</lemma> <CharacterOffsetBegin>1953</CharacterOffsetBegin> <CharacterOffsetEnd>1955</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="2"> <word>explained</word> <lemma>explain</lemma> <CharacterOffsetBegin>1956</CharacterOffsetBegin> <CharacterOffsetEnd>1965</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="3"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>1966</CharacterOffsetBegin> <CharacterOffsetEnd>1968</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="4"> <word>him</word> <lemma>he</lemma> <CharacterOffsetBegin>1969</CharacterOffsetBegin> <CharacterOffsetEnd>1972</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="5"> <word>that</word> <lemma>that</lemma> <CharacterOffsetBegin>1973</CharacterOffsetBegin> <CharacterOffsetEnd>1977</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="6"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>1978</CharacterOffsetBegin> <CharacterOffsetEnd>1981</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="7"> <word>first</word> <lemma>first</lemma> <CharacterOffsetBegin>1982</CharacterOffsetBegin> <CharacterOffsetEnd>1987</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="8"> <word>inning</word> <lemma>inning</lemma> <CharacterOffsetBegin>1988</CharacterOffsetBegin> <CharacterOffsetEnd>1994</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="9"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>1995</CharacterOffsetBegin> <CharacterOffsetEnd>1998</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="10"> <word>scoreboard</word> <lemma>scoreboard</lemma> <CharacterOffsetBegin>1999</CharacterOffsetBegin> <CharacterOffsetEnd>2009</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="11"> <word>was</word> <lemma>be</lemma> <CharacterOffsetBegin>2010</CharacterOffsetBegin> <CharacterOffsetEnd>2013</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="12"> <word>reading</word> <lemma>read</lemma> <CharacterOffsetBegin>2014</CharacterOffsetBegin> <CharacterOffsetEnd>2021</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="13"> <word>912</word> <lemma>912</lemma> <CharacterOffsetBegin>2022</CharacterOffsetBegin> <CharacterOffsetEnd>2025</CharacterOffsetEnd> <POS>CD</POS> </token> <token id="14"> <word>mph</word> <lemma>mph</lemma> <CharacterOffsetBegin>2026</CharacterOffsetBegin> <CharacterOffsetEnd>2029</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="15"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>2029</CharacterOffsetBegin> <CharacterOffsetEnd>2030</CharacterOffsetEnd> <POS>,</POS> </token> <token id="16"> <word>so</word> <lemma>so</lemma> <CharacterOffsetBegin>2031</CharacterOffsetBegin> <CharacterOffsetEnd>2033</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="17"> <word>normally</word> <lemma>normally</lemma> <CharacterOffsetBegin>2034</CharacterOffsetBegin> <CharacterOffsetEnd>2042</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="18"> <word>that</word> <lemma>that</lemma> <CharacterOffsetBegin>2043</CharacterOffsetBegin> <CharacterOffsetEnd>2047</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="19"> <word>stuff</word> <lemma>stuff</lemma> <CharacterOffsetBegin>2048</CharacterOffsetBegin> <CharacterOffsetEnd>2053</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="20"> <word>'s</word> <lemma>'s</lemma> <CharacterOffsetBegin>2053</CharacterOffsetBegin> <CharacterOffsetEnd>2055</CharacterOffsetEnd> <POS>POS</POS> </token> <token id="21"> <word>out</word> <lemma>out</lemma> <CharacterOffsetBegin>2056</CharacterOffsetBegin> <CharacterOffsetEnd>2059</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="22"> <word>there</word> <lemma>there</lemma> <CharacterOffsetBegin>2060</CharacterOffsetBegin> <CharacterOffsetEnd>2065</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="23"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>2065</CharacterOffsetBegin> <CharacterOffsetEnd>2066</CharacterOffsetEnd> <POS>,</POS> </token> <token id="24"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2066</CharacterOffsetBegin> <CharacterOffsetEnd>2067</CharacterOffsetEnd> <POS>''</POS> </token> <token id="25"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2067</CharacterOffsetBegin> <CharacterOffsetEnd>2068</CharacterOffsetEnd> <POS>''</POS> </token> <token id="26"> <word>Cashman</word> <lemma>Cashman</lemma> <CharacterOffsetBegin>2069</CharacterOffsetBegin> <CharacterOffsetEnd>2076</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="27"> <word>said</word> <lemma>say</lemma> <CharacterOffsetBegin>2077</CharacterOffsetBegin> <CharacterOffsetEnd>2081</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="28"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>2081</CharacterOffsetBegin> <CharacterOffsetEnd>2082</CharacterOffsetEnd> <POS>.</POS> </token> <token id="29"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2083</CharacterOffsetBegin> <CharacterOffsetEnd>2084</CharacterOffsetEnd> <POS>''</POS> </token> </tokens> </sentence> <sentence id="18"> <tokens> <token id="1"> <word>``</word> <lemma>``</lemma> <CharacterOffsetBegin>2084</CharacterOffsetBegin> <CharacterOffsetEnd>2085</CharacterOffsetEnd> <POS>``</POS> </token> <token id="2"> <word>I</word> <lemma>I</lemma> <CharacterOffsetBegin>2085</CharacterOffsetBegin> <CharacterOffsetEnd>2086</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="3"> <word>think</word> <lemma>think</lemma> <CharacterOffsetBegin>2087</CharacterOffsetBegin> <CharacterOffsetEnd>2092</CharacterOffsetEnd> <POS>VBP</POS> </token> <token id="4"> <word>it</word> <lemma>it</lemma> <CharacterOffsetBegin>2093</CharacterOffsetBegin> <CharacterOffsetEnd>2095</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="5"> <word>'s</word> <lemma>be</lemma> <CharacterOffsetBegin>2095</CharacterOffsetBegin> <CharacterOffsetEnd>2097</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="6"> <word>really</word> <lemma>really</lemma> <CharacterOffsetBegin>2098</CharacterOffsetBegin> <CharacterOffsetEnd>2104</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="7"> <word>silly</word> <lemma>silly</lemma> <CharacterOffsetBegin>2105</CharacterOffsetBegin> <CharacterOffsetEnd>2110</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="8"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>2110</CharacterOffsetBegin> <CharacterOffsetEnd>2111</CharacterOffsetEnd> <POS>,</POS> </token> <token id="9"> <word>personally</word> <lemma>personally</lemma> <CharacterOffsetBegin>2112</CharacterOffsetBegin> <CharacterOffsetEnd>2122</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="10"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>2122</CharacterOffsetBegin> <CharacterOffsetEnd>2123</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="19"> <tokens> <token id="1"> <word>But</word> <lemma>but</lemma> <CharacterOffsetBegin>2124</CharacterOffsetBegin> <CharacterOffsetEnd>2127</CharacterOffsetEnd> <POS>CC</POS> </token> <token id="2"> <word>we</word> <lemma>we</lemma> <CharacterOffsetBegin>2128</CharacterOffsetBegin> <CharacterOffsetEnd>2130</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="3"> <word>provided</word> <lemma>provide</lemma> <CharacterOffsetBegin>2131</CharacterOffsetBegin> <CharacterOffsetEnd>2139</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="4"> <word>all</word> <lemma>all</lemma> <CharacterOffsetBegin>2140</CharacterOffsetBegin> <CharacterOffsetEnd>2143</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="5"> <word>information</word> <lemma>information</lemma> <CharacterOffsetBegin>2144</CharacterOffsetBegin> <CharacterOffsetEnd>2155</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="6"> <word>in</word> <lemma>in</lemma> <CharacterOffsetBegin>2156</CharacterOffsetBegin> <CharacterOffsetEnd>2158</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="7"> <word>a</word> <lemma>a</lemma> <CharacterOffsetBegin>2159</CharacterOffsetBegin> <CharacterOffsetEnd>2160</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="8"> <word>truthful</word> <lemma>truthful</lemma> <CharacterOffsetBegin>2161</CharacterOffsetBegin> <CharacterOffsetEnd>2169</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="9"> <word>and</word> <lemma>and</lemma> <CharacterOffsetBegin>2170</CharacterOffsetBegin> <CharacterOffsetEnd>2173</CharacterOffsetEnd> <POS>CC</POS> </token> <token id="10"> <word>honest</word> <lemma>honest</lemma> <CharacterOffsetBegin>2174</CharacterOffsetBegin> <CharacterOffsetEnd>2180</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="11"> <word>way</word> <lemma>way</lemma> <CharacterOffsetBegin>2181</CharacterOffsetBegin> <CharacterOffsetEnd>2184</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="12"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>2185</CharacterOffsetBegin> <CharacterOffsetEnd>2187</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="13"> <word>Joe</word> <lemma>Joe</lemma> <CharacterOffsetBegin>2188</CharacterOffsetBegin> <CharacterOffsetEnd>2191</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="14"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>2191</CharacterOffsetBegin> <CharacterOffsetEnd>2192</CharacterOffsetEnd> <POS>.</POS> </token> <token id="15"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2192</CharacterOffsetBegin> <CharacterOffsetEnd>2193</CharacterOffsetEnd> <POS>''</POS> </token> <token id="16"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2193</CharacterOffsetBegin> <CharacterOffsetEnd>2194</CharacterOffsetEnd> <POS>''</POS> </token> </tokens> </sentence> <sentence id="20"> <tokens> <token id="1"> <word>Cashman</word> <lemma>Cashman</lemma> <CharacterOffsetBegin>2195</CharacterOffsetBegin> <CharacterOffsetEnd>2202</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="2"> <word>said</word> <lemma>say</lemma> <CharacterOffsetBegin>2203</CharacterOffsetBegin> <CharacterOffsetEnd>2207</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="3"> <word>he</word> <lemma>he</lemma> <CharacterOffsetBegin>2208</CharacterOffsetBegin> <CharacterOffsetEnd>2210</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="4"> <word>thinks</word> <lemma>think</lemma> <CharacterOffsetBegin>2211</CharacterOffsetBegin> <CharacterOffsetEnd>2217</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="5"> <word>Garagiola</word> <lemma>Garagiola</lemma> <CharacterOffsetBegin>2218</CharacterOffsetBegin> <CharacterOffsetEnd>2227</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="6"> <word>plans</word> <lemma>plan</lemma> <CharacterOffsetBegin>2228</CharacterOffsetBegin> <CharacterOffsetEnd>2233</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="7"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>2234</CharacterOffsetBegin> <CharacterOffsetEnd>2236</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="8"> <word>review</word> <lemma>review</lemma> <CharacterOffsetBegin>2237</CharacterOffsetBegin> <CharacterOffsetEnd>2243</CharacterOffsetEnd> <POS>VB</POS> </token> <token id="9"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>2244</CharacterOffsetBegin> <CharacterOffsetEnd>2247</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="10"> <word>policy</word> <lemma>policy</lemma> <CharacterOffsetBegin>2248</CharacterOffsetBegin> <CharacterOffsetEnd>2254</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="11"> <word>next</word> <lemma>next</lemma> <CharacterOffsetBegin>2255</CharacterOffsetBegin> <CharacterOffsetEnd>2259</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="12"> <word>week</word> <lemma>week</lemma> <CharacterOffsetBegin>2260</CharacterOffsetBegin> <CharacterOffsetEnd>2264</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="13"> <word>with</word> <lemma>with</lemma> <CharacterOffsetBegin>2265</CharacterOffsetBegin> <CharacterOffsetEnd>2269</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="14"> <word>former</word> <lemma>former</lemma> <CharacterOffsetBegin>2270</CharacterOffsetBegin> <CharacterOffsetEnd>2276</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="15"> <word>Yankees</word> <lemma>Yankees</lemma> <CharacterOffsetBegin>2277</CharacterOffsetBegin> <CharacterOffsetEnd>2284</CharacterOffsetEnd> <POS>NNPS</POS> </token> <token id="16"> <word>manager</word> <lemma>manager</lemma> <CharacterOffsetBegin>2285</CharacterOffsetBegin> <CharacterOffsetEnd>2292</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="17"> <word>Joe</word> <lemma>Joe</lemma> <CharacterOffsetBegin>2293</CharacterOffsetBegin> <CharacterOffsetEnd>2296</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="18"> <word>Torre</word> <lemma>Torre</lemma> <CharacterOffsetBegin>2297</CharacterOffsetBegin> <CharacterOffsetEnd>2302</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="19"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>2302</CharacterOffsetBegin> <CharacterOffsetEnd>2303</CharacterOffsetEnd> <POS>,</POS> </token> <token id="20"> <word>now</word> <lemma>now</lemma> <CharacterOffsetBegin>2304</CharacterOffsetBegin> <CharacterOffsetEnd>2307</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="21"> <word>MLB</word> <lemma>MLB</lemma> <CharacterOffsetBegin>2308</CharacterOffsetBegin> <CharacterOffsetEnd>2311</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="22"> <word>'s</word> <lemma>'s</lemma> <CharacterOffsetBegin>2311</CharacterOffsetBegin> <CharacterOffsetEnd>2313</CharacterOffsetEnd> <POS>POS</POS> </token> <token id="23"> <word>executive</word> <lemma>executive</lemma> <CharacterOffsetBegin>2314</CharacterOffsetBegin> <CharacterOffsetEnd>2323</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="24"> <word>vice</word> <lemma>vice</lemma> <CharacterOffsetBegin>2324</CharacterOffsetBegin> <CharacterOffsetEnd>2328</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="25"> <word>president</word> <lemma>president</lemma> <CharacterOffsetBegin>2329</CharacterOffsetBegin> <CharacterOffsetEnd>2338</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="26"> <word>for</word> <lemma>for</lemma> <CharacterOffsetBegin>2339</CharacterOffsetBegin> <CharacterOffsetEnd>2342</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="27"> <word>baseball</word> <lemma>baseball</lemma> <CharacterOffsetBegin>2343</CharacterOffsetBegin> <CharacterOffsetEnd>2351</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="28"> <word>operations</word> <lemma>operation</lemma> <CharacterOffsetBegin>2352</CharacterOffsetBegin> <CharacterOffsetEnd>2362</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="29"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>2362</CharacterOffsetBegin> <CharacterOffsetEnd>2363</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="21"> <tokens> <token id="1"> <word>In</word> <lemma>in</lemma> <CharacterOffsetBegin>2364</CharacterOffsetBegin> <CharacterOffsetEnd>2366</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="2"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>2367</CharacterOffsetBegin> <CharacterOffsetEnd>2370</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="3"> <word>meantime</word> <lemma>meantime</lemma> <CharacterOffsetBegin>2371</CharacterOffsetBegin> <CharacterOffsetEnd>2379</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="4"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>2379</CharacterOffsetBegin> <CharacterOffsetEnd>2380</CharacterOffsetEnd> <POS>,</POS> </token> <token id="5"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>2381</CharacterOffsetBegin> <CharacterOffsetEnd>2384</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="6"> <word>Yankees</word> <lemma>Yankees</lemma> <CharacterOffsetBegin>2385</CharacterOffsetBegin> <CharacterOffsetEnd>2392</CharacterOffsetEnd> <POS>NNPS</POS> </token> <token id="7"> <word>will</word> <lemma>will</lemma> <CharacterOffsetBegin>2393</CharacterOffsetBegin> <CharacterOffsetEnd>2397</CharacterOffsetEnd> <POS>MD</POS> </token> <token id="8"> <word>put</word> <lemma>put</lemma> <CharacterOffsetBegin>2398</CharacterOffsetBegin> <CharacterOffsetEnd>2401</CharacterOffsetEnd> <POS>VB</POS> </token> <token id="9"> <word>a</word> <lemma>a</lemma> <CharacterOffsetBegin>2402</CharacterOffsetBegin> <CharacterOffsetEnd>2403</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="10"> <word>stop</word> <lemma>stop</lemma> <CharacterOffsetBegin>2404</CharacterOffsetBegin> <CharacterOffsetEnd>2408</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="11"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>2409</CharacterOffsetBegin> <CharacterOffsetEnd>2411</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="12"> <word>those</word> <lemma>those</lemma> <CharacterOffsetBegin>2412</CharacterOffsetBegin> <CharacterOffsetEnd>2417</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="13"> <word>hand</word> <lemma>hand</lemma> <CharacterOffsetBegin>2418</CharacterOffsetBegin> <CharacterOffsetEnd>2422</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="14"> <word>signals</word> <lemma>signal</lemma> <CharacterOffsetBegin>2423</CharacterOffsetBegin> <CharacterOffsetEnd>2430</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="15"> <word>from</word> <lemma>from</lemma> <CharacterOffsetBegin>2431</CharacterOffsetBegin> <CharacterOffsetEnd>2435</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="16"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>2436</CharacterOffsetBegin> <CharacterOffsetEnd>2439</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="17"> <word>stands</word> <lemma>stand</lemma> <CharacterOffsetBegin>2440</CharacterOffsetBegin> <CharacterOffsetEnd>2446</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="18"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>2446</CharacterOffsetBegin> <CharacterOffsetEnd>2447</CharacterOffsetEnd> <POS>.</POS> </token> <token id="19"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2448</CharacterOffsetBegin> <CharacterOffsetEnd>2449</CharacterOffsetEnd> <POS>''</POS> </token> </tokens> </sentence> <sentence id="22"> <tokens> <token id="1"> <word>``</word> <lemma>``</lemma> <CharacterOffsetBegin>2449</CharacterOffsetBegin> <CharacterOffsetEnd>2450</CharacterOffsetEnd> <POS>``</POS> </token> <token id="2"> <word>We</word> <lemma>we</lemma> <CharacterOffsetBegin>2450</CharacterOffsetBegin> <CharacterOffsetEnd>2452</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="3"> <word>'re</word> <lemma>be</lemma> <CharacterOffsetBegin>2452</CharacterOffsetBegin> <CharacterOffsetEnd>2455</CharacterOffsetEnd> <POS>VBP</POS> </token> <token id="4"> <word>not</word> <lemma>not</lemma> <CharacterOffsetBegin>2456</CharacterOffsetBegin> <CharacterOffsetEnd>2459</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="5"> <word>going</word> <lemma>go</lemma> <CharacterOffsetBegin>2460</CharacterOffsetBegin> <CharacterOffsetEnd>2465</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="6"> <word>to</word> <lemma>to</lemma> <CharacterOffsetBegin>2466</CharacterOffsetBegin> <CharacterOffsetEnd>2468</CharacterOffsetEnd> <POS>TO</POS> </token> <token id="7"> <word>do</word> <lemma>do</lemma> <CharacterOffsetBegin>2469</CharacterOffsetBegin> <CharacterOffsetEnd>2471</CharacterOffsetEnd> <POS>VB</POS> </token> <token id="8"> <word>it</word> <lemma>it</lemma> <CharacterOffsetBegin>2472</CharacterOffsetBegin> <CharacterOffsetEnd>2474</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="9"> <word>until</word> <lemma>until</lemma> <CharacterOffsetBegin>2475</CharacterOffsetBegin> <CharacterOffsetEnd>2480</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="10"> <word>they</word> <lemma>they</lemma> <CharacterOffsetBegin>2481</CharacterOffsetBegin> <CharacterOffsetEnd>2485</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="11"> <word>resolve</word> <lemma>resolve</lemma> <CharacterOffsetBegin>2486</CharacterOffsetBegin> <CharacterOffsetEnd>2493</CharacterOffsetEnd> <POS>VBP</POS> </token> <token id="12"> <word>what</word> <lemma>what</lemma> <CharacterOffsetBegin>2494</CharacterOffsetBegin> <CharacterOffsetEnd>2498</CharacterOffsetEnd> <POS>WP</POS> </token> <token id="13"> <word>they</word> <lemma>they</lemma> <CharacterOffsetBegin>2499</CharacterOffsetBegin> <CharacterOffsetEnd>2503</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="14"> <word>want</word> <lemma>want</lemma> <CharacterOffsetBegin>2504</CharacterOffsetBegin> <CharacterOffsetEnd>2508</CharacterOffsetEnd> <POS>VBP</POS> </token> <token id="15"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>2508</CharacterOffsetBegin> <CharacterOffsetEnd>2509</CharacterOffsetEnd> <POS>,</POS> </token> <token id="16"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2509</CharacterOffsetBegin> <CharacterOffsetEnd>2510</CharacterOffsetEnd> <POS>''</POS> </token> <token id="17"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2510</CharacterOffsetBegin> <CharacterOffsetEnd>2511</CharacterOffsetEnd> <POS>''</POS> </token> <token id="18"> <word>Cashman</word> <lemma>Cashman</lemma> <CharacterOffsetBegin>2512</CharacterOffsetBegin> <CharacterOffsetEnd>2519</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="19"> <word>said</word> <lemma>say</lemma> <CharacterOffsetBegin>2520</CharacterOffsetBegin> <CharacterOffsetEnd>2524</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="20"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>2524</CharacterOffsetBegin> <CharacterOffsetEnd>2525</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="23"> <tokens> <token id="1"> <word>Regardless</word> <lemma>regardless</lemma> <CharacterOffsetBegin>2526</CharacterOffsetBegin> <CharacterOffsetEnd>2536</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="2"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>2536</CharacterOffsetBegin> <CharacterOffsetEnd>2537</CharacterOffsetEnd> <POS>,</POS> </token> <token id="3"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>2538</CharacterOffsetBegin> <CharacterOffsetEnd>2541</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="4"> <word>GM</word> <lemma>GM</lemma> <CharacterOffsetBegin>2542</CharacterOffsetBegin> <CharacterOffsetEnd>2544</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="5"> <word>was</word> <lemma>be</lemma> <CharacterOffsetBegin>2545</CharacterOffsetBegin> <CharacterOffsetEnd>2548</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="6"> <word>surprised</word> <lemma>surprise</lemma> <CharacterOffsetBegin>2549</CharacterOffsetBegin> <CharacterOffsetEnd>2558</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="7"> <word>by</word> <lemma>by</lemma> <CharacterOffsetBegin>2559</CharacterOffsetBegin> <CharacterOffsetEnd>2561</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="8"> <word>all</word> <lemma>all</lemma> <CharacterOffsetBegin>2562</CharacterOffsetBegin> <CharacterOffsetEnd>2565</CharacterOffsetEnd> <POS>PDT</POS> </token> <token id="9"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>2566</CharacterOffsetBegin> <CharacterOffsetEnd>2569</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="10"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2570</CharacterOffsetBegin> <CharacterOffsetEnd>2571</CharacterOffsetEnd> <POS>''</POS> </token> <token id="11"> <word>``</word> <lemma>``</lemma> <CharacterOffsetBegin>2571</CharacterOffsetBegin> <CharacterOffsetEnd>2572</CharacterOffsetEnd> <POS>``</POS> </token> <token id="12"> <word>blogosphere</word> <lemma>blogosphere</lemma> <CharacterOffsetBegin>2572</CharacterOffsetBegin> <CharacterOffsetEnd>2583</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="13"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2583</CharacterOffsetBegin> <CharacterOffsetEnd>2584</CharacterOffsetEnd> <POS>''</POS> </token> <token id="14"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2584</CharacterOffsetBegin> <CharacterOffsetEnd>2585</CharacterOffsetEnd> <POS>''</POS> </token> <token id="15"> <word>buzz</word> <lemma>buzz</lemma> <CharacterOffsetBegin>2586</CharacterOffsetBegin> <CharacterOffsetEnd>2590</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="16"> <word>on</word> <lemma>on</lemma> <CharacterOffsetBegin>2591</CharacterOffsetBegin> <CharacterOffsetEnd>2593</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="17"> <word>Friday</word> <lemma>Friday</lemma> <CharacterOffsetBegin>2594</CharacterOffsetBegin> <CharacterOffsetEnd>2600</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="18"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>2600</CharacterOffsetBegin> <CharacterOffsetEnd>2601</CharacterOffsetEnd> <POS>.</POS> </token> <token id="19"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2602</CharacterOffsetBegin> <CharacterOffsetEnd>2603</CharacterOffsetEnd> <POS>''</POS> </token> </tokens> </sentence> <sentence id="24"> <tokens> <token id="1"> <word>``</word> <lemma>``</lemma> <CharacterOffsetBegin>2603</CharacterOffsetBegin> <CharacterOffsetEnd>2604</CharacterOffsetEnd> <POS>``</POS> </token> <token id="2"> <word>It</word> <lemma>it</lemma> <CharacterOffsetBegin>2604</CharacterOffsetBegin> <CharacterOffsetEnd>2606</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="3"> <word>'s</word> <lemma>be</lemma> <CharacterOffsetBegin>2606</CharacterOffsetBegin> <CharacterOffsetEnd>2608</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="4"> <word>probably</word> <lemma>probably</lemma> <CharacterOffsetBegin>2609</CharacterOffsetBegin> <CharacterOffsetEnd>2617</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="5"> <word>more</word> <lemma>more</lemma> <CharacterOffsetBegin>2618</CharacterOffsetBegin> <CharacterOffsetEnd>2622</CharacterOffsetEnd> <POS>RBR</POS> </token> <token id="6"> <word>work</word> <lemma>work</lemma> <CharacterOffsetBegin>2623</CharacterOffsetBegin> <CharacterOffsetEnd>2627</CharacterOffsetEnd> <POS>VB</POS> </token> <token id="7"> <word>talking</word> <lemma>talk</lemma> <CharacterOffsetBegin>2628</CharacterOffsetBegin> <CharacterOffsetEnd>2635</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="8"> <word>about</word> <lemma>about</lemma> <CharacterOffsetBegin>2636</CharacterOffsetBegin> <CharacterOffsetEnd>2641</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="9"> <word>than</word> <lemma>than</lemma> <CharacterOffsetBegin>2642</CharacterOffsetBegin> <CharacterOffsetEnd>2646</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="10"> <word>it</word> <lemma>it</lemma> <CharacterOffsetBegin>2647</CharacterOffsetBegin> <CharacterOffsetEnd>2649</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="11"> <word>'s</word> <lemma>be</lemma> <CharacterOffsetBegin>2649</CharacterOffsetBegin> <CharacterOffsetEnd>2651</CharacterOffsetEnd> <POS>VBZ</POS> </token> <token id="12"> <word>worth</word> <lemma>worth</lemma> <CharacterOffsetBegin>2652</CharacterOffsetBegin> <CharacterOffsetEnd>2657</CharacterOffsetEnd> <POS>JJ</POS> </token> <token id="13"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>2657</CharacterOffsetBegin> <CharacterOffsetEnd>2658</CharacterOffsetEnd> <POS>,</POS> </token> <token id="14"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2658</CharacterOffsetBegin> <CharacterOffsetEnd>2659</CharacterOffsetEnd> <POS>''</POS> </token> <token id="15"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2659</CharacterOffsetBegin> <CharacterOffsetEnd>2660</CharacterOffsetEnd> <POS>''</POS> </token> <token id="16"> <word>Cashman</word> <lemma>Cashman</lemma> <CharacterOffsetBegin>2661</CharacterOffsetBegin> <CharacterOffsetEnd>2668</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="17"> <word>said</word> <lemma>say</lemma> <CharacterOffsetBegin>2669</CharacterOffsetBegin> <CharacterOffsetEnd>2673</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="18"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>2673</CharacterOffsetBegin> <CharacterOffsetEnd>2674</CharacterOffsetEnd> <POS>.</POS> </token> <token id="19"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2675</CharacterOffsetBegin> <CharacterOffsetEnd>2676</CharacterOffsetEnd> <POS>''</POS> </token> </tokens> </sentence> <sentence id="25"> <tokens> <token id="1"> <word>``</word> <lemma>``</lemma> <CharacterOffsetBegin>2676</CharacterOffsetBegin> <CharacterOffsetEnd>2677</CharacterOffsetEnd> <POS>``</POS> </token> <token id="2"> <word>The</word> <lemma>the</lemma> <CharacterOffsetBegin>2677</CharacterOffsetBegin> <CharacterOffsetEnd>2680</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="3"> <word>psychotics</word> <lemma>psychotic</lemma> <CharacterOffsetBegin>2681</CharacterOffsetBegin> <CharacterOffsetEnd>2691</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="4"> <word>that</word> <lemma>that</lemma> <CharacterOffsetBegin>2692</CharacterOffsetBegin> <CharacterOffsetEnd>2696</CharacterOffsetEnd> <POS>WDT</POS> </token> <token id="5"> <word>obsessed</word> <lemma>obsess</lemma> <CharacterOffsetBegin>2697</CharacterOffsetBegin> <CharacterOffsetEnd>2705</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="6"> <word>about</word> <lemma>about</lemma> <CharacterOffsetBegin>2706</CharacterOffsetBegin> <CharacterOffsetEnd>2711</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="7"> <word>it</word> <lemma>it</lemma> <CharacterOffsetBegin>2712</CharacterOffsetBegin> <CharacterOffsetEnd>2714</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="8"> <word>all</word> <lemma>all</lemma> <CharacterOffsetBegin>2715</CharacterOffsetBegin> <CharacterOffsetEnd>2718</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="9"> <word>day</word> <lemma>day</lemma> <CharacterOffsetBegin>2719</CharacterOffsetBegin> <CharacterOffsetEnd>2722</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="10"> <word>yesterday</word> <lemma>yesterday</lemma> <CharacterOffsetBegin>2723</CharacterOffsetBegin> <CharacterOffsetEnd>2732</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="11"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>2732</CharacterOffsetBegin> <CharacterOffsetEnd>2733</CharacterOffsetEnd> <POS>,</POS> </token> <token id="12"> <word>I</word> <lemma>I</lemma> <CharacterOffsetBegin>2734</CharacterOffsetBegin> <CharacterOffsetEnd>2735</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="13"> <word>think</word> <lemma>think</lemma> <CharacterOffsetBegin>2736</CharacterOffsetBegin> <CharacterOffsetEnd>2741</CharacterOffsetEnd> <POS>VBP</POS> </token> <token id="14"> <word>we</word> <lemma>we</lemma> <CharacterOffsetBegin>2742</CharacterOffsetBegin> <CharacterOffsetEnd>2744</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="15"> <word>all</word> <lemma>all</lemma> <CharacterOffsetBegin>2745</CharacterOffsetBegin> <CharacterOffsetEnd>2748</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="16"> <word>did</word> <lemma>do</lemma> <CharacterOffsetBegin>2749</CharacterOffsetBegin> <CharacterOffsetEnd>2752</CharacterOffsetEnd> <POS>VBD</POS> </token> <token id="17"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2753</CharacterOffsetBegin> <CharacterOffsetEnd>2754</CharacterOffsetEnd> <POS>''</POS> </token> <token id="18"> <word>``</word> <lemma>``</lemma> <CharacterOffsetBegin>2754</CharacterOffsetBegin> <CharacterOffsetEnd>2755</CharacterOffsetEnd> <POS>``</POS> </token> <token id="19"> <word>em</word> <lemma>em</lemma> <CharacterOffsetBegin>2755</CharacterOffsetBegin> <CharacterOffsetEnd>2757</CharacterOffsetEnd> <POS>FW</POS> </token> <token id="20"> <word>a</word> <lemma>a</lemma> <CharacterOffsetBegin>2758</CharacterOffsetBegin> <CharacterOffsetEnd>2759</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="21"> <word>favor</word> <lemma>favor</lemma> <CharacterOffsetBegin>2760</CharacterOffsetBegin> <CharacterOffsetEnd>2765</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="22"> <word>by</word> <lemma>by</lemma> <CharacterOffsetBegin>2766</CharacterOffsetBegin> <CharacterOffsetEnd>2768</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="23"> <word>keeping</word> <lemma>keep</lemma> <CharacterOffsetBegin>2769</CharacterOffsetBegin> <CharacterOffsetEnd>2776</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="24"> <word>them</word> <lemma>they</lemma> <CharacterOffsetBegin>2777</CharacterOffsetBegin> <CharacterOffsetEnd>2781</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="25"> <word>off</word> <lemma>off</lemma> <CharacterOffsetBegin>2782</CharacterOffsetBegin> <CharacterOffsetEnd>2785</CharacterOffsetEnd> <POS>RP</POS> </token> <token id="26"> <word>the</word> <lemma>the</lemma> <CharacterOffsetBegin>2786</CharacterOffsetBegin> <CharacterOffsetEnd>2789</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="27"> <word>street</word> <lemma>street</lemma> <CharacterOffsetBegin>2790</CharacterOffsetBegin> <CharacterOffsetEnd>2796</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="28"> <word>and</word> <lemma>and</lemma> <CharacterOffsetBegin>2797</CharacterOffsetBegin> <CharacterOffsetEnd>2800</CharacterOffsetEnd> <POS>CC</POS> </token> <token id="29"> <word>preventing</word> <lemma>prevent</lemma> <CharacterOffsetBegin>2801</CharacterOffsetBegin> <CharacterOffsetEnd>2811</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="30"> <word>them</word> <lemma>they</lemma> <CharacterOffsetBegin>2812</CharacterOffsetBegin> <CharacterOffsetEnd>2816</CharacterOffsetEnd> <POS>PRP</POS> </token> <token id="31"> <word>from</word> <lemma>from</lemma> <CharacterOffsetBegin>2817</CharacterOffsetBegin> <CharacterOffsetEnd>2821</CharacterOffsetEnd> <POS>IN</POS> </token> <token id="32"> <word>hurting</word> <lemma>hurt</lemma> <CharacterOffsetBegin>2822</CharacterOffsetBegin> <CharacterOffsetEnd>2829</CharacterOffsetEnd> <POS>VBG</POS> </token> <token id="33"> <word>others</word> <lemma>other</lemma> <CharacterOffsetBegin>2830</CharacterOffsetBegin> <CharacterOffsetEnd>2836</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="34"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>2836</CharacterOffsetBegin> <CharacterOffsetEnd>2837</CharacterOffsetEnd> <POS>.</POS> </token> <token id="35"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2837</CharacterOffsetBegin> <CharacterOffsetEnd>2838</CharacterOffsetEnd> <POS>''</POS> </token> <token id="36"> <word>''</word> <lemma>''</lemma> <CharacterOffsetBegin>2838</CharacterOffsetBegin> <CharacterOffsetEnd>2839</CharacterOffsetEnd> <POS>''</POS> </token> </tokens> </sentence> <sentence id="26"> <tokens> <token id="1"> <word>Copyright</word> <lemma>copyright</lemma> <CharacterOffsetBegin>2840</CharacterOffsetBegin> <CharacterOffsetEnd>2849</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="2"> <word>2011</word> <lemma>2011</lemma> <CharacterOffsetBegin>2850</CharacterOffsetBegin> <CharacterOffsetEnd>2854</CharacterOffsetEnd> <POS>CD</POS> </token> <token id="3"> <word>Associated</word> <lemma>Associated</lemma> <CharacterOffsetBegin>2855</CharacterOffsetBegin> <CharacterOffsetEnd>2865</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="4"> <word>Press</word> <lemma>Press</lemma> <CharacterOffsetBegin>2866</CharacterOffsetBegin> <CharacterOffsetEnd>2871</CharacterOffsetEnd> <POS>NNP</POS> </token> <token id="5"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>2871</CharacterOffsetBegin> <CharacterOffsetEnd>2872</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="27"> <tokens> <token id="1"> <word>All</word> <lemma>all</lemma> <CharacterOffsetBegin>2873</CharacterOffsetBegin> <CharacterOffsetEnd>2876</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="2"> <word>rights</word> <lemma>rights</lemma> <CharacterOffsetBegin>2877</CharacterOffsetBegin> <CharacterOffsetEnd>2883</CharacterOffsetEnd> <POS>NNS</POS> </token> <token id="3"> <word>reserved</word> <lemma>reserve</lemma> <CharacterOffsetBegin>2884</CharacterOffsetBegin> <CharacterOffsetEnd>2892</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="4"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>2892</CharacterOffsetBegin> <CharacterOffsetEnd>2893</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> <sentence id="28"> <tokens> <token id="1"> <word>This</word> <lemma>this</lemma> <CharacterOffsetBegin>2894</CharacterOffsetBegin> <CharacterOffsetEnd>2898</CharacterOffsetEnd> <POS>DT</POS> </token> <token id="2"> <word>material</word> <lemma>material</lemma> <CharacterOffsetBegin>2899</CharacterOffsetBegin> <CharacterOffsetEnd>2907</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="3"> <word>may</word> <lemma>may</lemma> <CharacterOffsetBegin>2908</CharacterOffsetBegin> <CharacterOffsetEnd>2911</CharacterOffsetEnd> <POS>MD</POS> </token> <token id="4"> <word>not</word> <lemma>not</lemma> <CharacterOffsetBegin>2912</CharacterOffsetBegin> <CharacterOffsetEnd>2915</CharacterOffsetEnd> <POS>RB</POS> </token> <token id="5"> <word>be</word> <lemma>be</lemma> <CharacterOffsetBegin>2916</CharacterOffsetBegin> <CharacterOffsetEnd>2918</CharacterOffsetEnd> <POS>VB</POS> </token> <token id="6"> <word>published</word> <lemma>publish</lemma> <CharacterOffsetBegin>2919</CharacterOffsetBegin> <CharacterOffsetEnd>2928</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="7"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>2928</CharacterOffsetBegin> <CharacterOffsetEnd>2929</CharacterOffsetEnd> <POS>,</POS> </token> <token id="8"> <word>broadcast</word> <lemma>broadcast</lemma> <CharacterOffsetBegin>2930</CharacterOffsetBegin> <CharacterOffsetEnd>2939</CharacterOffsetEnd> <POS>NN</POS> </token> <token id="9"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>2939</CharacterOffsetBegin> <CharacterOffsetEnd>2940</CharacterOffsetEnd> <POS>,</POS> </token> <token id="10"> <word>rewritten</word> <lemma>rewrite</lemma> <CharacterOffsetBegin>2941</CharacterOffsetBegin> <CharacterOffsetEnd>2950</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="11"> <word>,</word> <lemma>,</lemma> <CharacterOffsetBegin>2950</CharacterOffsetBegin> <CharacterOffsetEnd>2951</CharacterOffsetEnd> <POS>,</POS> </token> <token id="12"> <word>or</word> <lemma>or</lemma> <CharacterOffsetBegin>2952</CharacterOffsetBegin> <CharacterOffsetEnd>2954</CharacterOffsetEnd> <POS>CC</POS> </token> <token id="13"> <word>redistributed</word> <lemma>redistribute</lemma> <CharacterOffsetBegin>2955</CharacterOffsetBegin> <CharacterOffsetEnd>2968</CharacterOffsetEnd> <POS>VBN</POS> </token> <token id="14"> <word>.</word> <lemma>.</lemma> <CharacterOffsetBegin>2968</CharacterOffsetBegin> <CharacterOffsetEnd>2969</CharacterOffsetEnd> <POS>.</POS> </token> </tokens> </sentence> </sentences> </document> </root>
35.608327
61
0.516572
9db952218fde923f3ba156ca334d8be8a30d3d98
5,757
xmi
XML
habernal.gurevych.2017.argumentation.mining.CL.data/data/gold.data.toulmin/3239.xmi
habernal/argumentation-mining-in-web-discourse
c36a400f3a1d39facf7e41875249e599111410e0
[ "Apache-2.0" ]
1
2021-06-08T12:22:26.000Z
2021-06-08T12:22:26.000Z
habernal.gurevych.2017.argumentation.mining.CL.data/data/gold.data.toulmin/3239.xmi
habernal/argumentation-mining-in-web-discourse
c36a400f3a1d39facf7e41875249e599111410e0
[ "Apache-2.0" ]
null
null
null
habernal.gurevych.2017.argumentation.mining.CL.data/data/gold.data.toulmin/3239.xmi
habernal/argumentation-mining-in-web-discourse
c36a400f3a1d39facf7e41875249e599111410e0
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?><xmi:XMI xmlns:cas="http:///uima/cas.ecore" xmlns:type2="http:///de/tudarmstadt/ukp/dkpro/core/api/metadata/type.ecore" xmlns:dependency="http:///de/tudarmstadt/ukp/dkpro/core/api/syntax/type/dependency.ecore" xmlns:type6="http:///de/tudarmstadt/ukp/dkpro/core/api/syntax/type.ecore" xmlns:type3="http:///de/tudarmstadt/ukp/dkpro/core/api/ner/type.ecore" xmlns:type4="http:///de/tudarmstadt/ukp/dkpro/core/api/segmentation/type.ecore" xmlns:tcas="http:///uima/tcas.ecore" xmlns:tweet="http:///de/tudarmstadt/ukp/dkpro/core/api/lexmorph/type/pos/tweet.ecore" xmlns:chunk="http:///de/tudarmstadt/ukp/dkpro/core/api/syntax/type/chunk.ecore" xmlns:type5="http:///de/tudarmstadt/ukp/dkpro/core/api/semantics/type.ecore" xmlns:xmi="http://www.omg.org/XMI" xmlns:type="http:///de/tudarmstadt/ukp/dkpro/core/api/coref/type.ecore" xmlns:morph="http:///de/tudarmstadt/ukp/dkpro/core/api/lexmorph/type/morph.ecore" xmlns:types="http:///de/tudarmstadt/ukp/dkpro/argumentation/types.ecore" xmlns:constituent="http:///de/tudarmstadt/ukp/dkpro/core/api/syntax/type/constituent.ecore" xmlns:pos="http:///de/tudarmstadt/ukp/dkpro/core/api/lexmorph/type/pos.ecore" xmi:version="2.0"><cas:NULL xmi:id="0"/><cas:Sofa xmi:id="6" sofaNum="1" sofaID="_InitialView" mimeType="text" sofaString="I have five Daughters and they all went to private schools and everyone of them have a degree and now have good paying jobs. Private schools get students ready for collage and they are given lots of attention. MMVSG "/><type2:DocumentMetaData xmi:id="13" sofa="6" begin="0" end="218" language="en" documentId="3239" documentUri="3239" isLastSegment="false"/><types:WebArgumentMetadata xmi:id="24" sofa="6" begin="0" end="0" author="mmvsg" date="Aug 29, 2013 7:32PM" docType="artcomment" origUrl="http://living.msn.com/family-parenting/the-family-room-blog-post?post=ab228ffc-1e99-4b37-a7b8-0b6a4c3fb240" topic="public-private-schools" thumbsUp="4" thumbsDown="0" origId="3239" notes="" title="Is it wrong to send kids to private school?"/><type4:Token xmi:id="39" sofa="6" begin="0" end="1"/><type4:Token xmi:id="47" sofa="6" begin="2" end="6"/><type4:Token xmi:id="55" sofa="6" begin="7" end="11"/><type4:Token xmi:id="63" sofa="6" begin="12" end="21"/><type4:Token xmi:id="71" sofa="6" begin="22" end="25"/><type4:Token xmi:id="79" sofa="6" begin="26" end="30"/><type4:Token xmi:id="87" sofa="6" begin="31" end="34"/><type4:Token xmi:id="95" sofa="6" begin="35" end="39"/><type4:Token xmi:id="103" sofa="6" begin="40" end="42"/><type4:Token xmi:id="111" sofa="6" begin="43" end="50"/><type4:Token xmi:id="119" sofa="6" begin="51" end="58"/><type4:Token xmi:id="127" sofa="6" begin="59" end="62"/><type4:Token xmi:id="135" sofa="6" begin="63" end="71"/><type4:Token xmi:id="143" sofa="6" begin="72" end="74"/><type4:Token xmi:id="151" sofa="6" begin="75" end="79"/><type4:Token xmi:id="159" sofa="6" begin="80" end="84"/><type4:Token xmi:id="167" sofa="6" begin="85" end="86"/><type4:Token xmi:id="175" sofa="6" begin="87" end="93"/><type4:Token xmi:id="183" sofa="6" begin="94" end="97"/><type4:Token xmi:id="191" sofa="6" begin="98" end="101"/><type4:Token xmi:id="199" sofa="6" begin="102" end="106"/><type4:Token xmi:id="207" sofa="6" begin="107" end="111"/><type4:Token xmi:id="215" sofa="6" begin="112" end="118"/><type4:Token xmi:id="223" sofa="6" begin="119" end="123"/><type4:Token xmi:id="231" sofa="6" begin="123" end="124"/><type4:Token xmi:id="239" sofa="6" begin="125" end="132"/><type4:Token xmi:id="247" sofa="6" begin="133" end="140"/><type4:Token xmi:id="255" sofa="6" begin="141" end="144"/><type4:Token xmi:id="263" sofa="6" begin="145" end="153"/><type4:Token xmi:id="271" sofa="6" begin="154" end="159"/><type4:Token xmi:id="279" sofa="6" begin="160" end="163"/><type4:Token xmi:id="287" sofa="6" begin="164" end="171"/><type4:Token xmi:id="295" sofa="6" begin="172" end="175"/><type4:Token xmi:id="303" sofa="6" begin="176" end="180"/><type4:Token xmi:id="311" sofa="6" begin="181" end="184"/><type4:Token xmi:id="319" sofa="6" begin="185" end="190"/><type4:Token xmi:id="327" sofa="6" begin="191" end="195"/><type4:Token xmi:id="335" sofa="6" begin="196" end="198"/><type4:Token xmi:id="343" sofa="6" begin="199" end="208"/><type4:Token xmi:id="351" sofa="6" begin="208" end="209"/><type4:Token xmi:id="359" sofa="6" begin="212" end="217"/><type4:Sentence xmi:id="367" sofa="6" begin="0" end="124"/><type4:Sentence xmi:id="371" sofa="6" begin="125" end="209"/><type4:Sentence xmi:id="375" sofa="6" begin="212" end="217"/><type4:Paragraph xmi:id="379" sofa="6" begin="0" end="218"/><types:Backing xmi:id="383" sofa="6" begin="0" end="124" properties="#java.util.Properties&#10;#Thu Aug 07 15:59:06 CEST 2014&#10;originalView=logos&#10;"/><types:Claim xmi:id="389" sofa="6" begin="0" end="0" properties="#java.util.Properties&#10;#Thu Aug 07 15:59:06 CEST 2014&#10;originalView=logos&#10;implicit=true&#10;rephrasedContent=For private schools&#10;"/><types:Premise xmi:id="396" sofa="6" begin="125" end="209" properties="#java.util.Properties&#10;#Thu Aug 07 15:59:06 CEST 2014&#10;originalView=logos&#10;"/><types:ArgumentRelation xmi:id="402" sofa="6" begin="0" end="0" properties="#java.util.Properties&#10;#Thu Aug 07 15:59:06 CEST 2014&#10;originalView=logos&#10;" source="383" target="389"/><types:ArgumentRelation xmi:id="410" sofa="6" begin="0" end="0" properties="#java.util.Properties&#10;#Thu Aug 07 15:59:06 CEST 2014&#10;originalView=logos&#10;" source="396" target="389"/><cas:View sofa="6" members="13 24 39 47 55 63 71 79 87 95 103 111 119 127 135 143 151 159 167 175 183 191 199 207 215 223 231 239 247 255 263 271 279 287 295 303 311 319 327 335 343 351 359 367 371 375 379 383 389 396 402 410"/></xmi:XMI>
5,757
5,757
0.694459
9de168439fb1563f44f15684ab418f4a54e4d68c
170,036
xml
XML
src/site/docbook/admin-guide/SystemConfigurationAdministrativeDocuments.xml
VU-libtech/OLE-INST
9f5efae4dfaf810fa671c6ac6670a6051303b43d
[ "ECL-2.0" ]
1
2017-01-26T03:50:56.000Z
2017-01-26T03:50:56.000Z
src/site/docbook/admin-guide/SystemConfigurationAdministrativeDocuments.xml
VU-libtech/OLE-INST
9f5efae4dfaf810fa671c6ac6670a6051303b43d
[ "ECL-2.0" ]
3
2020-11-16T20:28:08.000Z
2021-03-22T23:41:19.000Z
src/site/docbook/admin-guide/SystemConfigurationAdministrativeDocuments.xml
VU-libtech/OLE-INST
9f5efae4dfaf810fa671c6ac6670a6051303b43d
[ "ECL-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <chapter xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en-US"> <title>System Configuration Administrative Documents</title> <para role="Body Text"><emphasis role="bold"><inlinemediaobject> <alt>Admin</alt> <imageobject> <imagedata fileref="../images/Admin.png"/> </imageobject> </inlinemediaobject> <emphasis role="bold">&gt; </emphasis><inlinemediaobject> <alt>System Configuration</alt> <imageobject> <imagedata fileref="../images/admin-242.png"/> </imageobject> </inlinemediaobject>&gt; <inlinemediaobject> <alt>System Configuration Links</alt> <imageobject> <imagedata fileref="../images/admin-243.png"/> </imageobject> </inlinemediaobject></emphasis></para> <para role="Body Text">The <emphasis role="bold">System Configuration</emphasis> submenu allows you to perform a variety of functional and technical activities that affect the entire system.</para> <para role="Body Text">The <emphasis role="bold">OLE</emphasis> configuration submenu group provides access to high-level configuration options available to functional users. These include functions that allow authorized users to maintain the message of the day and various parameters and business rules, define many high-level definitions of a fiscal year, and perform other functions that affect users and transactions throughout the system. Some functions are only lookups, such as the ability to view data mapping fields and others are inquire screens like the Routing &amp; Identity Management Document Type Hierarchy. </para> <para role="Body Text">The options in the <emphasis role="bold">Parameters</emphasis> submenu group are used primarily by technical users to upload and configure data to maintain the Kuali Enterprise Workflow (KEW) system. Because these two options are intended for technical users, they will not be dealt with in detail here.</para> <para role="Body Text">Use of these options is restricted to users with the KR-SYS Technical Administrator role.</para> <section> <title><anchor xml:id="_dataMappingFieldDefinition"/>Data Mapping Field Definition<indexterm significance="normal"> <primary>Functional configuration submenu group</primary> <secondary>Data Mapping Field Definition Lookup</secondary> </indexterm><indexterm significance="normal"> <primary>Data Mapping Field Definition Lookup</primary> </indexterm></title> <para role="Body Text"><inlinemediaobject> <alt>Admin</alt> <imageobject> <imagedata fileref="../images/Admin.png"/> </imageobject> </inlinemediaobject> <emphasis role="bold">&gt; </emphasis><inlinemediaobject> <alt>System Configuration</alt> <imageobject> <imagedata fileref="../images/admin-242.png"/> </imageobject> </inlinemediaobject><emphasis role="bold"> &gt; <inlinemediaobject> <alt>OLE</alt> <imageobject> <imagedata fileref="../images/admin-246.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>Data Mapping Field Definition</alt> <imageobject> <imagedata fileref="../images/admin-247.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>Data Mapping Field Definition Lookup</alt> <imageobject> <imagedata fileref="../images/admin-248.png"/> </imageobject> </inlinemediaobject></emphasis></para> <para role="Body Text">The Data Mapping Field Definition lookup displays definitions related to a given field in OLE. This information includes definitions such as the functional field description, the length of the field, whether or not it is encrypted, and the name of the field at the database level </para> <note> <para> This data can only be updated by a technical resource and many of the values here are only meaningful to a technical user.</para> </note> <section> <title>Document Layout</title> <para role="Illustration"> <screenshot> <mediaobject> <alt>Data Mapping Field Definition Lookup Screen</alt> <imageobject> <imagedata fileref="../images/admin-250.png" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <para role="TableHeading"><emphasis role="bold">Data Mapping Field Definition Lookup definition</emphasis></para> <informaltable frame="topbot"> <tgroup cols="2"> <colspec colname="c1" colnum="1"/> <colspec colname="c1" colnum="1"/> <tbody> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Title</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Namespace</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Select the namespace (large functional category) associated with the field you wish to search for.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Component</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter or search for and return the component (more specific functional category, such as a given screen or document section) associated with the field you wish to search for.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Field</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. Enter the field name of the field you wish to search for or use the lookup to search for it.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. Search for a field by its description. Remember that wildcards can be used, such as *account* to return all fields with the word 'account' in their description.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Database Table Name</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. Enter the name of the table in which the field you're searching for resides.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Database Field Name</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. Enter the name that identifies the field in the database.</para> </entry> </row> </tbody> </tgroup> </informaltable> <para role="Body Text"/> <para role="Illustration"> <screenshot> <mediaobject> <alt>Data Mapping Field Definition Lookup Screen with Sample Search Results</alt> <imageobject> <imagedata fileref="../images/admin-251.png" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <para role="Body Text">The results display the namespace, component, field name, description and database field name and table name. Click on the linked field name to view the inquiry which contains additional data fields.</para> <para role="Normal"/> <para role="Normal"> <screenshot> <mediaobject> <alt>Data Mapping Field Definition: Field Definition Inquiry</alt> <imageobject> <imagedata fileref="../images/admin-252.png" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <section> <title>Data Mapping Field Definition Inquiry</title> <para role="Body Text">Fields appearing on the inquiry and not previously described above are detailed here.</para> <para role="TableHeading"><emphasis role="bold">Data Mapping Field Definition Inquiry definition</emphasis></para> <informaltable frame="topbot"> <tgroup cols="2"> <colspec colname="c1" colnum="1"/> <colspec colname="c1" colnum="1"/> <tbody> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Title </para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description </para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Database Data Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">The type of data expected for this field by the database.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Application Data Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">The type of data the application expects in this field.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Database Defined Length</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">The maximum character length of the field in the database.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Application Defined Length</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">The maximum character length of the field in the application.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Decimal Places</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">The number of decimal places supported by this field.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Reference Component</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">OLE component where this field originates. For example, an account number field has a reference component of 'account' indicating it is defined on the Account document.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Indicates if the field must be completed for this particular component.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Validation Pattern</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">The technical pattern used to determine if the data in the field is valid.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Encrypted</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Indicates if the field is encrypted at the database level.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Mask Pattern</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">If a field is masked (its content partially or fully obscured to unauthorized users) this field defines the type of masking used. </para> </entry> </row> </tbody> </tgroup> </informaltable> </section> </section> </section> <section> <title><anchor xml:id="_externalDataSources"/>External Data Sources (z39.50 connection)</title> <para role="Body Text"><inlinemediaobject> <alt>Admin</alt> <imageobject> <imagedata fileref="../images/Admin.png"/> </imageobject> </inlinemediaobject> <emphasis role="bold">&gt; </emphasis><inlinemediaobject> <alt>System Configuration</alt> <imageobject> <imagedata fileref="../images/admin-242.png"/> </imageobject> </inlinemediaobject><emphasis role="bold"> &gt; <inlinemediaobject> <alt>OLE</alt> <imageobject> <imagedata fileref="../images/admin-246.png"/> </imageobject> </inlinemediaobject></emphasis><emphasis role="bold"> &gt; <inlinemediaobject> <alt>External Data Sources</alt> <imageobject> <imagedata fileref="../images/DescribeNoTitlePage-254.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>External Data Sources</alt> <imageobject> <imagedata fileref="../images/DescribeNoTitlePage-255.png"/> </imageobject> </inlinemediaobject></emphasis></para> <para role="Normal">As the <emphasis role="bold">Import Bib from External Data Source</emphasis> option is available to show the possibility for institutions to import bibliographic records through a Z39.50 protocol, this interface exists to support the functionality. This e-doc can be used to create and maintain the sources for the import.</para> <para role="Normal"/> <note> <para role="Normal"> Users will need to implement the Z39.50 protocol before using this e-doc.</para> </note> <section> <title>Document Layout</title> <para role="Normal"/> <para role="Normal"> <screenshot> <mediaobject> <alt>External Data Sources Document</alt> <imageobject> <imagedata fileref="../images/DescribeNoTitlePage-257.png" width="100%" /> </imageobject> </mediaobject> </screenshot> </para> <para role="TableHeading"><emphasis role="bold">Add/Edit Data Source tab definition</emphasis></para> <informaltable frame="topbot"> <tgroup cols="2"> <colspec colname="col1" colnum="1"/> <colspec colname="col2" colnum="2"/> <tbody> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Title </para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description </para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Name</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">The familiar title of the data source.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">The description of the data source.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Domain Name</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Enter the web address of the data source.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Port Number</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Enter the port number required for accessing the data source.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Login ID</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Enter the login ID of the data source.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Authorization Key</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Enter the authorization key of the data source.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Password</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Enter the password for the data source.</para> </entry> </row> </tbody> </tgroup> </informaltable> </section> </section> <section> <title><anchor xml:id="_functionalFieldDescription"/>Functional Field Description<indexterm significance="normal"> <primary>Functional Field Description document</primary> </indexterm><indexterm significance="normal"> <primary>Functional configuration submenu group</primary> <secondary>Functional Field Description document</secondary> </indexterm></title> <para role="Body Text"><inlinemediaobject> <alt>Admin</alt> <imageobject> <imagedata fileref="../images/Admin.png"/> </imageobject> </inlinemediaobject> <emphasis role="bold">&gt; </emphasis><inlinemediaobject> <alt>System Configuration</alt> <imageobject> <imagedata fileref="../images/admin-242.png"/> </imageobject> </inlinemediaobject><emphasis role="bold"> &gt; <inlinemediaobject> <alt>OLE</alt> <imageobject> <imagedata fileref="../images/admin-246.png"/> </imageobject> </inlinemediaobject></emphasis><emphasis role="bold"> &gt; <inlinemediaobject> <alt>Functional Field Description</alt> <imageobject> <imagedata fileref="../images/admin-256.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>Functional Field Description Lookup</alt> <imageobject> <imagedata fileref="../images/admin-257.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>Functional Field Description</alt> <imageobject> <imagedata fileref="../images/admin-258.png"/> </imageobject> </inlinemediaobject></emphasis></para> <para role="Body Text">The Functional Field Description document is used to maintain descriptions for various fields throughout the application. Note that these values are for data mapping purposes only and cannot actually be viewed elsewhere in the application.</para> <para role="Body Text">This document can only be initiated by members of OLE-SYS Manager role and does not route for approval. You can only edit existing field descriptions (by choosing 'edit' from the lookup). Creating new values requires technical assistance.</para> <section> <title>Document Layout</title> <para role="Illustration"> <screenshot> <mediaobject> <alt>Functional Field Description Document</alt> <imageobject> <imagedata fileref="../images/admin-259.jpg" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <para role="Body Text">The Functional Field Description document contains the <emphasis role="bold">Functional Field Description</emphasis> tab.</para> <para role="TableHeading">Functional Field Description tab definition</para> <informaltable frame="topbot"> <tgroup cols="2"> <colspec colname="c1" colnum="1"/> <colspec colname="c1" colnum="1"/> <tbody> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Title </para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description </para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Namespace</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Display only. The namespace (large functional category) associated with the field you wish to edit the description for.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Component</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Display only. The component (more specific functional category, such as a given screen or document section) associated with the field you wish to edit the description for.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Field</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Display only. The field name of the field you wish to edit the description for.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the description you wish to associate with this field.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Active Indicator</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Leave checked if you wish this functional description to be active. Uncheck the box if you wish to inactivate the description. Since these are not viewable elsewhere in the application inactivation will have no apparent effect.</para> </entry> </row> </tbody> </tgroup> </informaltable> </section> </section> <section> <title><anchor xml:id="_messageOfTheDay"/>Message Of The Day<indexterm significance="normal"> <primary>Message Of The Day document</primary> </indexterm><indexterm significance="normal"> <primary>Functional configuration submenu group</primary> <secondary>Message Of The Day document</secondary> </indexterm></title> <para role="Body Text"><inlinemediaobject> <alt>Admin</alt> <imageobject> <imagedata fileref="../images/Admin.png"/> </imageobject> </inlinemediaobject> <emphasis role="bold">&gt; </emphasis><inlinemediaobject> <alt>System Configuration</alt> <imageobject> <imagedata fileref="../images/admin-242.png"/> </imageobject> </inlinemediaobject><emphasis role="bold"> &gt; <inlinemediaobject> <alt>OLE</alt> <imageobject> <imagedata fileref="../images/admin-246.png"/> </imageobject> </inlinemediaobject></emphasis><emphasis role="bold"> &gt; <inlinemediaobject> <alt>Message Of The Day</alt> <imageobject> <imagedata fileref="../images/admin-263.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>Message Of The Day Lookup</alt> <imageobject> <imagedata fileref="../images/admin-264.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>Message Of The Day</alt> <imageobject> <imagedata fileref="../images/admin-265.png"/> </imageobject> </inlinemediaobject></emphasis></para> <para role="Body Text">The Message of the Day document updates a message that appears on each tab of the OLE portal. It is an easy way to share information with OLE users and can be updated at any time.</para> <note> <para> Only members of OLE-SYS Manager role can create or edit Message of the Day documents.</para> </note> <para role="Illustration"><inlinemediaobject> <alt>Message Of The Day Display on the User Interface</alt> <imageobject> <imagedata fileref="../images/admin-267.png"/> </imageobject> </inlinemediaobject></para> <section> <title>Document Layout</title> <para role="Illustration"> <screenshot> <mediaobject> <alt>Message Of The Day Document</alt> <imageobject> <imagedata fileref="../images/admin-268.jpg" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <section> <title>Edit Message Of The Day Tab</title> <para role="Body Text">The Message of the Day document contains the <emphasis role="bold">Edit Message of the Day</emphasis> tab.</para> <para role="TableHeading"><emphasis role="bold">Edit Message of the Day tab definition</emphasis></para> <informaltable frame="topbot"> <tgroup cols="2"> <colspec colname="c1" colnum="1"/> <colspec colname="c1" colnum="1"/> <tbody> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Title </para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description </para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Financial System Origination Code</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the code that identifies the instance of OLE in which you want the message to appear.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Message of the Day</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. Enter the text you want OLE users to see as the message of the day.</para> </entry> </row> </tbody> </tgroup> </informaltable> </section> </section> <section> <title>Implementation Information</title> <para>You must have at least one item in the Message of the Day table (FP_MOTD_T), otherwise you will see the message "Unable to retrieve message of the day".</para> <para>The Message of the Day should only display the message whose origination code (FS_ORIGIN_CODE_T) is equal to the origination code contained in Home Origination (FS_HOME_ORIGIN_T). OLE defaults to "01" for the Home Origination code.</para> </section> </section> <section> <title><anchor xml:id="_systemOptions"/>System Options<indexterm significance="normal"> <primary>System Options document</primary> </indexterm><indexterm significance="normal"> <primary>Functional configuration submenu group</primary> <secondary>System Options document</secondary> </indexterm></title> <para role="Body Text"><inlinemediaobject> <alt>Admin</alt> <imageobject> <imagedata fileref="../images/Admin.png"/> </imageobject> </inlinemediaobject> <emphasis role="bold">&gt; </emphasis><inlinemediaobject> <alt>System Configuration</alt> <imageobject> <imagedata fileref="../images/admin-242.png"/> </imageobject> </inlinemediaobject><emphasis role="bold"> &gt; <inlinemediaobject> <alt>OLE</alt> <imageobject> <imagedata fileref="../images/admin-246.png"/> </imageobject> </inlinemediaobject></emphasis><emphasis role="bold"> &gt; <inlinemediaobject> <alt>System Options</alt> <imageobject> <imagedata fileref="../images/admin-272.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>System Options Lookup</alt> <imageobject> <imagedata fileref="../images/admin-273.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>System Options</alt> <imageobject> <imagedata fileref="../images/admin-274.png"/> </imageobject> </inlinemediaobject></emphasis></para> <para role="Body Text">The System Options document defines many high-level definitions of a fiscal year, including balance types, object types and the university chart level. It also contains values that have an impact on how sufficient funds checking works for a given fiscal year. </para> <note> <para> Only members of OLE-SYS Manager role can create or edit System Options documents. These documents do not route for approval.</para> </note> <tip> <para> When you are configuring object types, it is important to cross reference the Object Type Table, System Options Table and the OBJECT_TYPES parameters in the Parameter Table. </para> </tip> <section> <title>Document Layout</title> <para role="Illustration"> <screenshot> <mediaobject> <alt>System Options Document</alt> <imageobject> <imagedata fileref="../images/admin-277.jpg" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <section> <title>Edit System Options Tab</title> <para role="Body Text">The System Options document includes the <emphasis role="bold">Edit System Options</emphasis> tab.</para> <para role="TableHeading"><emphasis role="bold">Edit System Options tab definition</emphasis></para> <informaltable frame="topbot"> <tgroup cols="2"> <colspec colname="c1" colnum="1"/> <colspec colname="c1" colnum="1"/> <tbody> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Title</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Fiscal Year</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the fiscal year for which values are being defined.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Fiscal Year Name</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the descriptive name of the fiscal year.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Fiscal Year Start Year</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the calendar year when the fiscal year begins.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Fiscal Year Start Month</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the calendar month when the fiscal year begins</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Fiscal Year</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the fiscal year for which values are being defined.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Beginning Balances Loaded Indicator</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. Select the check box if the beginning balances for the fiscal year have been loaded. If beginning balances have not been loaded then cash level sufficient funds checking must check both the previous and current fiscal years. Clear the check box if the beginning balances for the fiscal year have not been loaded.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Budget Checking Options Code</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Select the check box if sufficient funds checking is enabled for the fiscal year. Clear the check box if it is not.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Chart Code</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the university level chart code defined for the fiscal year, or search for it from the <emphasis role="bold">Chart </emphasis>lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Actual Balance Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the balance type used to identify an Actual in the fiscal year, or search for it from the <emphasis role="bold">Balance Type</emphasis>lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Budget Checking Balance Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the balance type used to identify Budget Checking in the fiscal year, or search for it from the <emphasis role="bold">Balance Type</emphasis>lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">External Encumbrance Balance Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the balance type used to identify External Encumbrances in the fiscal year, or search for it from the <emphasis role="bold">Balance Type</emphasis>lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Internal Encumbrance Balance Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the balance type used to identify Internal Encumbrances in the fiscal year, or search for it from the <emphasis role="bold">Balance Type</emphasis>lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Pre-Encumbrance Balance Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the balance type used to identify Pre-Encumbrances in the fiscal year, or search for it from the <emphasis role="bold">Balance Type</emphasis>lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Eliminations Balance Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the balance type used to identify Eliminations in the fiscal year, or search for it from the <emphasis role="bold">Balance Type</emphasis>lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> <para role="Table Cells"/> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Expenditure/Expense Object Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the object type used to identify the Expenditure/Expense category in the fiscal year, or search for it from the <emphasis role="bold">Object Type</emphasis>lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject></para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Expenditure Not Expense Object Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the object Type used to identify the Expenditure Not Expense category in this fiscal year, or search for it from the <emphasis role="bold">Object Type</emphasis> lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Expense Not Expenditure Object Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the object Type used to identify the Expense Not Expenditure category in the fiscal year, or search for it from the <emphasis role="bold">Object Type</emphasis> lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject></para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Income/Cash Object Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the object Type used to identify the Income/Cash category in the fiscal year, or search for it from the <emphasis role="bold">Object Type</emphasis> lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Income Not Cash Object Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the object type used to identify the Income Not Cash category in the fiscal year, or search for it from the <emphasis role="bold">Object Type</emphasis> lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject></para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Cash Not Income Object Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the object type used to identify the Cash Not Income category in the fiscal year or search for it from the <emphasis role="bold">Object Type</emphasis> lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Assets Object Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the object type used to identify the Asset category in the fiscal year, or search for it from the <emphasis role="bold">Object Type</emphasis> lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Liabilities Object Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the object type used to identify the Liabilities category in the fiscal year, or search for it from the <emphasis role="bold">Object Type</emphasis> lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Fund Balance Object Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the object type used to identify the Fund Balance category in the fiscal year, or search for it from the <emphasis role="bold">Object Type</emphasis> lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Cost Share Encumbrance Balance Object Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the object type used to identify cost share encumbrances in the fiscal year, or search for it from the <emphasis role="bold">Object Type</emphasis> lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Base Budget Balance Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the object type used to identify Base Budget in the fiscal year, or search for it from the <emphasis role="bold">Object Type</emphasis> lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Monthly Budget Balance Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the object type used to Monthly Budget in the fiscal year, or search for it from the <emphasis role="bold">Object Type</emphasis> lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Transfer In Object Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the object type used to identify Transfer In transactions in the fiscal year, or search for it from the <emphasis role="bold">Object Type</emphasis> lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Transfer Out Object Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the object type used to identify Transfer Out transactions in the fiscal year, or search for it from the <emphasis role="bold">Object Type</emphasis> lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Nominal Closing Balances Balance Type</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the object type used to identify Nominal Balance closing entries in the fiscal year, or search for it from the <emphasis role="bold">Object Type</emphasis> lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> </tbody> </tgroup> </informaltable> <para role="TableHeading"/> </section> </section> </section> <section> <title><anchor xml:id="_searchFrameworkConfiguration"/>Search Framework Configuration</title> <para role="Body Text"><inlinemediaobject> <alt>Admin</alt> <imageobject> <imagedata fileref="../images/Admin.png"/> </imageobject> </inlinemediaobject> <emphasis role="bold">&gt; </emphasis><inlinemediaobject> <alt>System Configuration</alt> <imageobject> <imagedata fileref="../images/admin-242.png"/> </imageobject> </inlinemediaobject><emphasis role="bold"> &gt; <inlinemediaobject> <alt>OLE</alt> <imageobject> <imagedata fileref="../images/admin-246.png"/> </imageobject> </inlinemediaobject></emphasis><emphasis role="bold"> &gt; <inlinemediaobject> <alt>Search Framework Configuration</alt> <imageobject> <imagedata fileref="../images/admin-124.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>Search Framework Configuration</alt> <imageobject> <imagedata fileref="../images/admin-125.png"/> </imageobject> </inlinemediaobject></emphasis></para> <para>The <emphasis role="bold">Search Framwork Configuration</emphasis> controls what is displayed on the Search Workbench and to a large degree how the Search Workbench operates.</para> <section> <title>Document Layout</title> <para role="Illustration"> <screenshot> <mediaobject> <alt>Search Framework Configuration Interface</alt> <imageobject> <imagedata fileref="../images/admin-130.png" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <para>The Search Framework Configuration screen is divided into 5 parts with each part controlling a different aspect of the Search Workbench: <emphasis role="bold">Doc Types</emphasis>, <emphasis role="bold">Doc Formats</emphasis>, <emphasis role="bold">Doc Fields</emphasis>, <emphasis role="bold">Search Result Page Size</emphasis>, and <emphasis role="bold">Facet Page Size</emphasis>.</para> <section> <title><anchor xml:id="_docTypes"/>Doc Types Tab</title> <para/> <para role="Illustration"> <screenshot> <mediaobject> <alt>Search Framework Configuration Interface: Doc Types Tab</alt> <imageobject> <imagedata fileref="../images/admin-131.png"/> </imageobject> </mediaobject> </screenshot> </para> <para/> <para>The Doc Types tab has 3 columns and as many rows as are needed to define the various doc types of records stored in DocStore. These Doc Types are what are displayed on the Search Workbench in the Document Type drop down:</para> <para/> <para role="Illustration"> <screenshot> <mediaobject> <alt>Doc Types Drop Down on the Search Workbench</alt> <imageobject> <imagedata fileref="../images/admin-132.png" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <para/> <para>They are also used in the other sections of the Search Framework Configuration as described below.</para> <para> Multiple doc types can be added to the search framework configuration by filling in all of the required fields and clicking the <emphasis role="bold" >add</emphasis> button. </para> <warning> <para>DO NOT ADD OR CHANGE ANY VALUES IN THIS SECTION WITHOUT FIRST CONSULTING WITH A PROGRAMMER. Code changes are needed to support a new document type.</para> </warning> <para role="TableHeading"><emphasis role="bold">Doc Types Column definitions</emphasis></para> <informaltable frame="topbot"> <tgroup cols="2"> <colspec colname="c1" colnum="1"/> <colspec colname="c1" colnum="1"/> <tbody> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Title</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Name</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. A unique name of the Doc Type. This will appear within the code.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Label</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. A label for the Doc Type. This will appear in the Doc Type lookup on the Search Workbench.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. A description for the Doc Type.</para> </entry> </row> </tbody> </tgroup> </informaltable> </section> <section> <title><anchor xml:id="_docFormat"/>Doc Formats Tab</title> <para/> <para role="Illustration"> <screenshot> <mediaobject> <alt>Search Framework Configuration Interface: Doc Formats Tab</alt> <imageobject> <imagedata fileref="../images/admin-136.png" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <para/> <para>The Doc Formats tab allows you to define multiple formats for document types and to provide each with a distinct label. The values in the drop down “Document Type” are from the <link linkend="_docTypes">Doc Types</link> definitions described above. </para> <para>To work with the Doc Formats section, first select a <emphasis role="bold" >Document Type </emphasis>in that drop down.</para> <para/> <para role="Illustration"> <screenshot> <mediaobject> <alt>Search Framework Configuration Interface: First determine the Doc Type before listing any Doc Formats</alt> <imageobject> <imagedata fileref="../images/admin-137.png" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <para/> <para>Selecting <emphasis role="bold">Document Type</emphasis> Bibliographic will display the 3 formats defined for 3 different Bibliographic formats: Dublin Core, Dublin Unqualified, and MARC. </para> <para>Selecting <emphasis role="bold">Document Types</emphasis> EHolding, Holding and Item will display a single document format definition for each. For all of these document types, the format is oleml (OLE Markup Language – an xml format).</para> <para> Selecting <emphasis role="bold">Document Type</emphasis> License displays 4 different formats for License. The definitions are DOC (Word Doc), ONIXPL (ONIX for Publications Licenses), PDF (Adobe), and XSLT (Extensible Stylesheet Language Transformations).</para> <para/> <para role="Illustration"> <screenshot> <mediaobject> <alt>Search Framework Configuration Interface: Doc Formats Tab with Sample Data</alt> <imageobject> <imagedata fileref="../images/admin-138.png" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <para/> <para>The format definitions along with the <link linkend="_docTypes">Doc Types</link> are used in the <link linkend="_DocFields">Doc Fields</link> section described below.</para> <para> Multiple doc formats can be added to the search framework configuration by filling in all of the required fields and clicking the <emphasis role="bold" >add</emphasis> button. </para> <warning> <para>DO NOT ADD OR CHANGE ANY VALUES IN THIS SECTION WITHOUT FIRST CONSULTING WITH A PROGRAMMER. Code changes are needed to support a new document type.</para> </warning> <para role="TableHeading"><emphasis role="bold">Doc Format Column definitions</emphasis></para> <informaltable frame="topbot"> <tgroup cols="2"> <colspec colname="c1" colnum="1"/> <colspec colname="c1" colnum="1"/> <tbody> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Title</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Name</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. A unique name of the Doc Format. This will appear within the code.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Label</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. A label for the Doc Format. </para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. A description for the Doc Format.</para> </entry> </row> </tbody> </tgroup> </informaltable> </section> <section> <title><anchor xml:id="_DocFields"/>Doc Fields Tab</title> <para/> <para role="Illustration"> <screenshot> <mediaobject> <alt>Search Framework Configuration Interface: Doc Fields Tab</alt> <imageobject> <imagedata fileref="../images/admin-139.png" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <para/> <para>The Doc Fields tab controls the fields that are available for searching, the fields that are displayed in the results, the fields that can be globally edited in the Global Edit screen, and the fields that will be exported in an XML format from the search results. It also controls the definitions of those fields in terms of the values recorded in the bibliographic records. For example a field called Title can be defined in terms of MARC fields.</para> <note> <para>Changes to some Doc Fields values will only affect records added or edited after the change is made because an indexing update is necessary to alter the display. </para> <para>In order to index and reindex bibliographic, holdings, e-holdings, and item records in Solr, go to <link xlink:href="http://demo.docstore.ole.kuali.org/admin.jsp" >http://demo.docstore.ole.kuali.org/admin.jsp</link> for OLE's demo environment or <link xlink:href="http://tst.docstore.ole.kuali.org/admin.jsp" >http://tst.docstore.ole.kuali.org/admin.jsp</link> if you are in the tst environment.</para> <para>Click the <emphasis role="bold">Start</emphasis> button. </para> <para>Click <emphasis role="bold">Show Status</emphasis> button to see the status. </para> <para>Indexing is complete when you see the "Index End Time"</para> </note> <para>To use this section, you need to select values from both the drop downs: Document Type and Document Format. The values for these lists are from the previous sections <link linkend="_docTypes">Doc Types</link> and <link linkend="_docFormat">Doc Formats</link>. Selecting a Doc Type will change the values in the Document Format section.</para> <para/> <para role="Illustration"> <screenshot> <mediaobject> <alt>Search Framework Configuration Interface: First determine the Doc Type and the Doc Format before entering any Doc Fields</alt> <imageobject> <imagedata fileref="../images/admin-143.png" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <para/> <para>Depending on the Document Type selected from the drop down, different columns will be displayed.</para> <para/> <section> <title>Doc Fields for Document Type – Bibliographic and Document Format – MARC</title> <para>Selecting <emphasis role="bold">Document Type</emphasis> Bibliographic and <emphasis role="bold">Document Format</emphasis> MARC displays columns:</para> <para>Name, Label, Description, Path Include, Path Exclude, Is Search, Is Display, Global Edit, Is Export, and Is Facet. </para> <para>A Note on Titles: What OLE displays as Title in the search results is Title_sort. If you modify Title_display you will not see the results. However if you mouse-hover over a Title_sort value in the Search Workbench, you will see the Title_display value.</para> <para> Multiple doc fields can be added to the search framework configuration by filling in all of the required fields and clicking the <emphasis role="bold" >add</emphasis> button.</para> <para/> <para role="Illustration"> <screenshot> <mediaobject> <alt>Search Framework Configuration Interface: Doc Fields Tab with Sample Data</alt> <imageobject> <imagedata fileref="../images/admin-144.png" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <para/> <para role="TableHeading"><emphasis role="bold">Doc Fields definitions</emphasis></para> <informaltable frame="topbot"> <tgroup cols="2"> <colspec colname="c1" colnum="1"/> <colspec colname="c1" colnum="1"/> <tbody> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Title </para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description </para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Name</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. This is the name of the field used in Solr configuration. Please note that each Name value here must have the same name in the Solr configuration. </para> <warning> <para role="Table Cells">Adding a name here must be accompanied by a reconfiguration of Solr to be effective. Changing an existing Name value here without a corresponding name change in Solr will have unforeseen consequences.</para> </warning> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Label</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. This is what the users will see displayed as search values in the ‘In Field’ drop down on the Search Workbench for selecting the search criteria for Names ending in “_search” and the column names for search results for Names ending in “_display”. This can be changed without any corresponding change in Solr Configuration. </para> <note> <para role="Table Cells">As of this writing, changing the value for an existing Label does not affect what the users see.</para> </note> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. This is just for documentation. It does not have any impact on what the user sees on the Search Workbench.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Path Include</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. For Bibliographic Marc format fields, this is a reference to the underlying MARC fields and subfield codes. Entering a MARC field and subfield here defines what fields are displayed or searched on when this field is displayed in the search results or searched if selected in the search criteria. The default values displayed were derived from the <link xlink:href="https://wiki.kuali.org/display/OLE/OLE+Search+Technical+Documentation#OLESearchTechnicalDocumentation-1.1.1SearchablefieldsforBibliographic" >OLE Search Technical Documentation page</link> (section 1.3) on OLE’s Wiki page. </para> <para>There is a specific syntax to be used for both Path Include and Path Exclude. See <link linkend="_pathSyntax">Path Syntax</link> below.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Path Exclude</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. For Bibliographic MARC format fields, this is a limitation on the Path Include values. If the path include for Title_display field for example was “245”, a value of “245-c” in this column would cause all values in 245 subfields to display except for the value in subfield 245 c.</para> <para role="Table Cells">See <link linkend="_pathSyntax" >Path Syntax</link> below for a definition of the syntax to be used.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Is Search</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. Checking this box for a field will cause the field label to appear as a value in the “In Field” drop down on the Search Workbench. Removing the check will cause that field to disappear from those drop down values. Only check fields in this column which have “_search” as the last part of their names. </para> <para role="Table Cells">See <link linkend="_cautionaryNotes">Cautionary Notes</link> below.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Is Display</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. Checking this box for a field will cause the field label to appear as a column in the search results on the Search Workbench. Removing the check will cause that field column to disappear from the search results display on the Search Workbench. Only check fields in this column which have “_display” as the last part of their names. </para> <para role="Table Cells">See <link linkend="_cautionaryNotes">Cautionary Notes</link> below.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Global Edit</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. Checking this box for a field will allow the field to be edited in the Global Edit screens. A Global Edit screen for Bibliographic records is a future enhancement. This column will likely be hidden until that enhancement is ready.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Is Export</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. This is for a future feature that will allow export of fields in csv format. It has no impact on the “Export to Doc XML” function displayed under the search results on the Search WorkBench screen.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Is Facet</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. Checking this box will cause the Label for this field to appear in the “Narrow Search” section of the Search Workbench screen when searching for Bibliographic records. Only check fields in this column that have “_facet” as part of their names. See <link linkend="_cautionaryNotes">Cautionary Notes</link> below.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Actions</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Click <emphasis role="bold" >add</emphasis> before clicking <emphasis role="bold">save</emphasis>to add extra rows to the <emphasis role="bold">Doc Fields</emphasis> tab.</para> </entry> </row> </tbody> </tgroup> </informaltable> <section> <title><anchor xml:id="_pathSyntax"/>Path Syntax</title> <para>There is a specific Path syntax to be used in the Path Include and Path Exclude column values for a field. Here are examples of the syntax.</para> <para>245-a means MARC field 245, subfield a. This is the value that will be searched or displayed for that field name.</para> <para>245-a;b means MARC field 245 subfield a and subfield b. The semi colon means that for display fields, the value displayed will be the concatenated values of those subfields.</para> <para>234-c, 245-6 means MARC field 245 subfield c and field 245 subfield 6 will be displayed, the comma will cause those two values to display on two lines in the search results.</para> <para>600,610,69* means all the subfields of 600 will be concatenated and displayed on the first line, all the subfields of 610 will be concatenated and displayed on the second line, all the values of all the subfields of all fields starting with 69 will be concatenated and displayed on a third line.</para> <para>Note: There are some nonstandard subfields in a few of the default values that should not be confused as some kind of syntax. Examples include the Author_display Path Exclude field. The values “100-=” and “100-?” are actually subfields for the 100 field used by some of OLE’s partner institutions’ current systems – not syntax. It is likely that those subfields will not be used in OLE and will be removed from these default field definition values.</para> </section> </section> <section> <title>Doc Fields for Document Type Holdings, EHoldings, and Items; Document Format OLEML</title> <para>Selecting <emphasis role="bold">Document Type</emphasis> Holding, EHoldings, or Items and <emphasis role="bold">Document Format</emphasis> OLEML displays columns:</para> <para>Name, Label, Description, Is Search, Is Display, Global Edit, Is Export, and Is Facet. </para> <para> Multiple doc fields can be added to the search framework configuration by filling in all of the required fields and clicking the <emphasis role="bold" >add</emphasis> button.</para> <para/> <para role="Illustration"> <screenshot> <mediaobject> <alt>Search Framework Configuration Interface: Doc Fields Tab with Sample Data</alt> <imageobject> <imagedata fileref="../images/admin-145.png" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <para/> <para role="TableHeading"><emphasis role="bold">Doc Fields definitions</emphasis></para> <informaltable frame="topbot"> <tgroup cols="2"> <colspec colname="c1" colnum="1"/> <colspec colname="c1" colnum="1"/> <tbody> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Title </para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description </para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Name</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. This is the name of the field used in Solr configuration. Please note that each Name value here must have the same name in the Solr configuration. </para> <warning> <para role="Table Cells">Adding a name here must be accompanied by a reconfiguration of Solr to be effective. Changing an existing Name value here without a corresponding name change in Solr will have unforeseen consequences .</para> </warning> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Label</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. This is what the users will see displayed as search values in the ‘In Field’ drop down on the Search Workbench for selecting the search criteria for Names ending in “_search” and the column names for search results for Names ending in “_display”. This can be changed without any corresponding change in Solr Configuration. </para> <note> <para role="Table Cells">As of this writing, changing the value for an existing Label does not affect what the users see.</para> </note> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. This is just for documentation. It does not have any impact on what the user sees on the Search Workbench.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Is Search</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. Checking this box for a field will cause the field label to appear as a value in the “In Field” drop down on the Search Workbench. Removing the check will cause that field to disappear from those drop down values. Only check fields in this column which have “_search” as the last part of their names. </para> <para role="Table Cells">See <link linkend="_cautionaryNotes">Cautionary Notes</link> below.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Is Display</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. Checking this box for a field will cause the field label to appear as a column in the search results on the Search Workbench. Removing the check will cause that field column to disappear from the search results display on the Search Workbench. Only check fields in this column which have “_display” as the last part of their names. </para> <para role="Table Cells">See <link linkend="_cautionaryNotes">Cautionary Notes</link> below.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Global Edit</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. Checking this box for a field will allow the field to be edited in the Global Edit screens. A Global Edit screen for Bibliographic records is a future enhancement. This column will likely be hidden until that enhancement is ready.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Is Export</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. This is for a future feature that will allow export of fields in csv format. It has no impact on the “Export to Doc XML” function displayed under the search results on the Search WorkBench screen.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Is Facet</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. Checking this box will cause the Label for this field to appear in the “Narrow Search” section of the Search Workbench screen when searching for Bibliographic records. Only check fields in this column that have “_facet” as part of their names. See <link linkend="_cautionaryNotes">Cautionary Notes</link> below.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Actions</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Click <emphasis role="bold" >add</emphasis> before clicking <emphasis role="bold">save</emphasis>to add extra rows to the <emphasis role="bold">Doc Fields</emphasis> tab.</para> </entry> </row> </tbody> </tgroup> </informaltable> <para><emphasis role="bold">Notes about some of the Field Name rows defined for Holdings, Items and Eholdings:</emphasis></para> <itemizedlist> <listitem> <para>Title_display is needed. </para> </listitem> <listitem> <para>Some current fields like Title_Facet, Title_search, Title_sort are not meaningful here and will be removed.</para> </listitem> <listitem> <para>Fields like “CallNumber_display” and “CallNumber_search” can be merged into a single field. We anticipate that this will be done soon.</para> </listitem> </itemizedlist> <section> <title><anchor xml:id="_cautionaryNotes"/>Cautionary Notes</title> <itemizedlist> <listitem> <para>The question has come up about the significance of the “_display”, “_search”, “_facet”, “_sort” that are included in the Name column. If all of those different names for the same type of field are defined exactly the same in the Path Include and Path Exclude fields, can one of those fields have the Is Search, Is Display, Global Edit, and Is Facet boxes checked and the other fields ignored. This is something that still needs to be tested. Until then, only check the boxes as described above.</para> </listitem> <listitem> <para>The field Names ending in “_sort” are for internal use and exist primarily for the possible suppression of initial characters in the subfield value. We are not yet sure if there is a use case for having different values in the Path Include and Path Exclude fields for this Name than are present for the same field with “_display” at the end. At present the Path Include and Exclude values for Names ending with “_sort” are the same as those ending with “_display”.</para> </listitem> <listitem> <para>If a change is made in the Path Include or Path Exclude for any of the existing Names, the change will only be effective for bibliographic records created after the change. A re-index of the bibliographic records will be required to make that change effective for records that existed before the change. Even if the Name is a “_display” field, it will require a re-index to be effective for existing documents.</para> <note> <para>In order to index and reindex bibliographic, holdings, e-holdings, and item records in Solr, go to <link xlink:href="http://demo.docstore.ole.kuali.org/admin.jsp" >http://demo.docstore.ole.kuali.org/admin.jsp</link> (or <link xlink:href="http://tst.docstore.ole.kuali.org/admin.jsp" >http://tst.docstore.ole.kuali.org/admin.jsp</link> if you are in the tst environment).</para> <para>Click the <emphasis role="bold">Start</emphasis> button. </para> <para>Click <emphasis role="bold">Show Status</emphasis> button to see the status. </para> <para>Indexing is complete when you see the "Index End Time"</para> </note> </listitem> </itemizedlist> <para>Note: There are some nonstandard subfields in a few of the default values that should not be confused as some kind of syntax. Examples include the Author_display Path Exclude field. The values “100-=” and “100-?” are actually subfields for the 100 field used by some of OLE’s partner institutions’ current systems – not syntax. It is likely that those subfields will not be used in OLE and will be removed from these default field definition values.</para> </section> </section> <section> <title>Doc Fields for Document Type Licenses</title> <para>The doc field definitions for Document Type License has not been verified as yet.</para> </section> </section> <section> <title><anchor xml:id="_searchResultsPageSize"/>Search Results Page Size Tab</title> <para> Multiple Search Result Page Sizes can be added to the search framework configuration by filling in all of the required fields and clicking the <emphasis role="bold">add</emphasis> button.</para> <para/> <para role="Illustration"> <screenshot> <mediaobject> <alt>Search Framework Configuration Interface: Search Result Page Size Tab</alt> <imageobject> <imagedata fileref="../images/admin-146.png"/> </imageobject> </mediaobject> </screenshot> </para> <para/> <para role="TableHeading"><emphasis role="bold">Search Result Page Size Column definitions</emphasis></para> <informaltable frame="topbot"> <tgroup cols="2"> <colspec colname="c1" colnum="1"/> <colspec colname="c1" colnum="1"/> <tbody> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Title</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Size</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. The number of search results displayed options available with each search's Result's <emphasis role="bold">Show __ Entries</emphasis> .</para> </entry> </row> </tbody> </tgroup> </informaltable> </section> <section> <title><anchor xml:id="_facetPageSize"/>Facet Page Size Tab</title> <para> Multiple Facet Page Sizes can be added to the search framework configuration by filling in all of the required fields and clicking the <emphasis role="bold" >add</emphasis> button.</para> <para/> <para role="Illustration"> <screenshot> <mediaobject> <alt>Search Framework Configuration Interface: Facet Page Sizes Tab</alt> <imageobject> <imagedata fileref="../images/admin-147.png"/> </imageobject> </mediaobject> </screenshot> </para> <para/> </section> </section> <section> <title>Process Overview</title> <para>Modify tabs within the Search Framework Configuration page. Consult a programmer before adding or modifying some of the sections, these are noted above.</para> <para>Click <inlinemediaobject> <alt>Save</alt> <imageobject> <imagedata fileref="../images/DeliverNoTitlePage-31.png"/> </imageobject> </inlinemediaobject> to save any changes or additions you have made. You must save each section that you modify.</para> <para>Click <inlinemediaobject> <alt>Reset</alt> <imageobject> <imagedata fileref="../images/Admin-177.png"/> </imageobject> </inlinemediaobject> to discard any changes you have made since the section was last saved. The reset function only restores everything from the database, by clicking the button any changes made in the session without clicking save will be reverted.</para> <section> <title>Example</title> <para>An example of how indexing and searching is done: </para> <para>When a Bib MARC record is added or updated, the following fields are generated for this record and indexed in Solr: </para> <para><emphasis role="bold">Title_search</emphasis> - This is a multi-valued field and the values are generated by taking all the subfields of the datafields 245,130,240,246,247,440,490,730,740,773,774,780,785,830,840 (Path Include values) and excluding the subfields </para> <para>245-c,245-6,245-c,245-6,130-c,130-6,240-c,240-6,246-c,246-6,247-c,247-6,440-c,440-6,490-c,490-6,730-c,730-6,740-c,740-6,773-c,773-6,774-c,774-6,780-c,780-6,785-c,785-6,830-c,830-6,840-c,840-6 (Path Exclude values) </para> <para>So there can be 15 values of Title_search generated, assuming all of the above data fields have values. </para> <para><emphasis role="bold">Title_display</emphasis> - 245-a;b - This is a single-valued field and its value is generated by concatenating subfields a and b of datafield 245 </para> <para>When a search request (<emphasis role="bold">Title</emphasis> = ‘ole’) is submitted, the query is built and sent to solr. The value ‘ole’ is looked for in the 15 or so values of <emphasis role="bold">Title_search</emphasis> field of every bib record <emphasis role="bold">in Solr</emphasis>. If found, the single value of <emphasis role="bold">Title_display</emphasis> of the matched record is returned <emphasis role="bold">from Solr </emphasis>as a search result row. </para> <para>(So, the value searched for may not appear in the displayed search result row.) </para> <para>Both <emphasis role="bold">_search</emphasis> and <emphasis role="bold" >_display</emphasis> fields are updated in Solr whenever a MARC record is added or updated in OLE. And the <emphasis role="bold">Path Include</emphasis> and <emphasis role="bold">Path Exclude</emphasis> definitions that are available at that time will be used for updating Solr. </para> <para>So if the <emphasis role="bold">Path Include </emphasis>and <emphasis role="bold">Path Exclude</emphasis> are modified for either the <emphasis role="bold">_search</emphasis> or <emphasis role="bold">_display</emphasis> field, these modifications will not affect the records already indexed in Solr, until they are reindexed.</para> <para><emphasis role="bold"> Is_search</emphasis> property of <emphasis role="bold" >Title_search</emphasis> field tells whether the user can run a search against this field. </para> <para><emphasis role="bold">Is_display</emphasis> property of <emphasis role="bold" >Title_display</emphasis> field tells whether the user can see this column in search result grid.</para> </section> </section> </section> <section> <title><anchor xml:id="_namespace"/>Namespace<indexterm significance="normal"> <primary>Namespace document</primary> </indexterm><indexterm significance="normal"> <primary>Functional configuration submenu group</primary> <secondary>Namespace document</secondary> </indexterm></title> <para role="Body Text"><inlinemediaobject> <alt>Admin</alt> <imageobject> <imagedata fileref="../images/Admin.png"/> </imageobject> </inlinemediaobject> <emphasis role="bold">&gt; </emphasis><inlinemediaobject> <alt>System Configuration</alt> <imageobject> <imagedata fileref="../images/admin-242.png"/> </imageobject> </inlinemediaobject><emphasis role="bold"> &gt; <inlinemediaobject> <alt>Parameters</alt> <imageobject> <imagedata fileref="../images/admin-347.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>Namespace</alt> <imageobject> <imagedata fileref="../images/admin-348.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>Namespace Lookup</alt> <imageobject> <imagedata fileref="../images/admin-349.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>Namespace</alt> <imageobject> <imagedata fileref="../images/admin-350.png"/> </imageobject> </inlinemediaobject></emphasis></para> <para role="Body Text">The Namespace document allows you to add new or maintain existing namespace codes. Namespace codes are used to identify various pieces of functionality and generally correspond to large functional areas. The namespaces in OLE base data normally take the form of a Kuali application followed by one of that application's modules. For example OLE Purchasing /Accounts Payable module would be associated with the namespace OLE-PURAP.</para> <para role="Body Text">This document can only be initiated by members of OLE-SYS Manager or KR-SYS Technical Administrator role and does not route for approval.</para> <section> <title>Document Layout</title> <para role="Illustration"> <screenshot> <mediaobject> <alt>Namespace Document</alt> <imageobject> <imagedata fileref="../images/admin-351.png" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <section> <title>Edit Namespace Tab</title> <para role="Body Text">The Namespace document contains the <emphasis role="bold" >Edit Namespace</emphasis> tab.</para> <para role="TableHeading"><emphasis role="bold">Edit Namespace tab definition</emphasis></para> <informaltable frame="topbot"> <tgroup cols="2"> <colspec colname="c1" colnum="1"/> <colspec colname="c1" colnum="1"/> <tbody> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Title </para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description </para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Namespace Code</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the namespace code for this namespace. OLE convention for most namespaces is application abbreviation and module abbreviation separated by a dash (OLE-PURAP, KR-WKFLW, etc.)</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Namespace Name</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. A longer text description for this namespace code.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Application ID</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Optional. An additional namespace identifier which identifies which application should recognize this namespace code. This is generally only used in instances where the regular namespace code is not enough to make a definition unique. This definition is normally used directly on the Parameter document and not assigned specifically to a namespace on this table.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Active Indicator</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Leave checked to indicate that this namespace is active and can be associated with permissions, responsibilities, roles and Kuali data elements organized by namespace. Uncheck the box to inactivate this namespace and make it an invalid choice.</para> </entry> </row> </tbody> </tgroup> </informaltable> <para role="Body Text"/> </section> </section> </section> <section> <title><anchor xml:id="_parameter"/>Parameter<indexterm significance="normal"> <primary>Parameter document</primary> </indexterm><indexterm significance="normal"> <primary>Functional configuration submenu group</primary> <secondary>Parameter document</secondary> </indexterm></title> <para role="Body Text"><inlinemediaobject> <alt>Admin</alt> <imageobject> <imagedata fileref="../images/Admin.png"/> </imageobject> </inlinemediaobject> <emphasis role="bold">&gt; </emphasis><inlinemediaobject> <alt>System Configuration</alt> <imageobject> <imagedata fileref="../images/admin-242.png"/> </imageobject> </inlinemediaobject><emphasis role="bold"> &gt; <inlinemediaobject> <alt>Parameters</alt> <imageobject> <imagedata fileref="../images/admin-347.png"/> </imageobject> </inlinemediaobject></emphasis><emphasis role="bold"> &gt; <inlinemediaobject> <alt>Parameter</alt> <imageobject> <imagedata fileref="../images/admin-355.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>Parameter Lookup</alt> <imageobject> <imagedata fileref="../images/admin-356.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>Parameter</alt> <imageobject> <imagedata fileref="../images/admin-357.png"/> </imageobject> </inlinemediaobject></emphasis></para> <para role="Body Text">The Parameter document is used to define parameters and business rules in OLE. A specific value of a parameter can vary based on what the parameter is used to define. Some parameters create business rules. These rules create restrictions and enforce valid values and combinations on various document types or batch processes. Other parameters simply define institution-specific values not defined elsewhere in OLE. The value may, for example, be text that OLE is to display in a given location or it may be a simple yes or no value to turn an option on or off.</para> <para role="Body Text">Only members of the KR-SYS Technical Administrator or OLE-SYS Manager role can create or edit Parameter documents.</para> <section> <title>Document Layout</title> <para role="Illustration"> <screenshot> <mediaobject> <alt>Parameter Maintenance Document</alt> <imageobject> <imagedata fileref="../images/admin-358.png" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <section> <title>Edit Parameter Tab</title> <para role="Body Text">The Parameter document includes the <emphasis role="bold" >Edit Parameter</emphasis> tab. This tab is where you define the modules, type, rules, and description of the parameters.</para> <para role="TableHeading"><emphasis role="bold">Edit Parameter tab definition</emphasis></para> <informaltable frame="topbot"> <tgroup cols="2"> <colspec colname="c1" colnum="1"/> <colspec colname="c1" colnum="1"/> <tbody> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Title </para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description </para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Namespace Code</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Select the appropriate Namespace code for the parameter from the <emphasis role="bold">Namespace Code</emphasis> list or search for it from the lookup.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Component </para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the parameter component code or search for it from the <emphasis role="bold" >Parameter Component</emphasis> lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Application ID</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the application namespace to identify the application to which this parameter applies. Note that the same parameter can have different values for different applications.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Parameter Name</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the name of the parameter being defined.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Parameter Value</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the value for the parameter. The nature of a given parameter determines what form the parameter value should take. In some cases it is text for an OLE user to view or it could be a value such as an account number or an object code. In cases where multiple values are allowed they should be separated by a semi-colon. Consult with technical resources if you are unsure what format a specific parameter value should take.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Parameter Description</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Describe the purpose and usage of the parameter. The description is used for a documentation purpose.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Parameter Type Code</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Select the parameter type code from the <emphasis role="bold">Parameter Type</emphasis> list or search for it from the lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> <para role="Table Cells">Default types include:</para> <para role="Table Cells">System Configuration: Used to establish institution values not specific to validation.</para> <para role="Table Cells">Document Validation: Used to establish business rules for documents.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Parameter Constraint Code</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Select <phrase role="Strong" >Allowed</phrase> if the parameter is to allow the defined parameter value within OLE application. Select <emphasis role="bold">Denied</emphasis> if the parameter is to deny the defined parameter value within OLE application. Consult with technical resources if you are unsure of the appropriate constraint code for a given parameter.</para> </entry> </row> </tbody> </tgroup> </informaltable> </section> </section> </section> <section> <title><anchor xml:id="_parameterComponent"/>Parameter Component<indexterm significance="normal"> <primary>Parameter Component document</primary> </indexterm><indexterm significance="normal"> <primary>Functional configuration submenu group</primary> <secondary>Parameter Component document</secondary> </indexterm><anchor xml:id="_Toc276394162"/><anchor xml:id="_Toc290041267"/></title> <para role="Body Text"><inlinemediaobject> <alt>Admin</alt> <imageobject> <imagedata fileref="../images/Admin.png"/> </imageobject> </inlinemediaobject> <emphasis role="bold">&gt; </emphasis><inlinemediaobject> <alt>System Configuration</alt> <imageobject> <imagedata fileref="../images/admin-242.png"/> </imageobject> </inlinemediaobject><emphasis role="bold"> &gt; <inlinemediaobject> <alt>Parameters</alt> <imageobject> <imagedata fileref="../images/admin-347.png"/> </imageobject> </inlinemediaobject></emphasis><emphasis role="bold"> &gt; <inlinemediaobject> <alt>Parameter Component</alt> <imageobject> <imagedata fileref="../images/admin-364.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>Parameter Component Lookup</alt> <imageobject> <imagedata fileref="../images/admin-365.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>Parameter Component</alt> <imageobject> <imagedata fileref="../images/admin-366.png"/> </imageobject> </inlinemediaobject></emphasis></para> <para role="Body Text">The Parameter Component document defines valid components that can be associated with a parameter. Parameter components indicate a general or specific piece of OLE functionality to which a parameter applies. Some Parameter Components are generic (batch, lookup, all) while others are very specific and refer to particular documents or even specific tabs or fields on documents.</para> <para role="Body Text">Only members of the KR-SYS Technical Administrator or OLE-SYS Manager role can create or edit Parameter Component documents.</para> <section> <title>Document Layout</title> <para role="Illustration"> <screenshot> <mediaobject> <alt>Parameter Component Maintenance Document</alt> <imageobject> <imagedata fileref="../images/admin-367.png" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <section> <title>Edit Component Tab</title> <para role="Body Text">The Parameter Component document includes the <emphasis role="bold">Edit Component Type</emphasis> tab.</para> <para role="TableHeading"><emphasis role="bold">Edit Component tab definition</emphasis></para> <informaltable frame="none"> <tgroup cols="2"> <colspec colname="c1" colnum="1"/> <colspec colname="c1" colnum="1"/> <tbody> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Title </para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description </para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Namespace Name</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Select the appropriate Namespace code for the parameter from the <phrase role="Strong">Namespace Name</phrase> list or search for it from the lookup.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Component </para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the parameter component code or search for it from the <phrase role="Strong" >Parameter Component</phrase> lookup <inlinemediaobject> <imageobject> <imagedata fileref="../images/Lookup.png"/> </imageobject> </inlinemediaobject>.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Component Name</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the descriptive name of the parameter component being defined.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Active Indicator</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Leave checked to indicate that this parameter component is active and can be associated with parameters. Uncheck the box to inactivate this component and make it an invalid choice.</para> </entry> </row> </tbody> </tgroup> </informaltable> <para role="Body Text"/> </section> </section> </section> <section> <title><anchor xml:id="_parameterType"/>Parameter Type<indexterm significance="normal"> <primary>Parameter Type document</primary> </indexterm><indexterm significance="normal"> <primary>Functional configuration submenu group</primary> <secondary>Parameter Type document</secondary> </indexterm><anchor xml:id="_Toc276394163"/><anchor xml:id="_Toc290041268"/></title> <para role="Body Text"><inlinemediaobject> <alt>Admin</alt> <imageobject> <imagedata fileref="../images/Admin.png"/> </imageobject> </inlinemediaobject> <emphasis role="bold">&gt; </emphasis><inlinemediaobject> <alt>System Configuration</alt> <imageobject> <imagedata fileref="../images/admin-242.png"/> </imageobject> </inlinemediaobject><emphasis role="bold"> &gt; <inlinemediaobject> <alt>Parameters</alt> <imageobject> <imagedata fileref="../images/admin-347.png"/> </imageobject> </inlinemediaobject></emphasis><emphasis role="bold"> &gt; <inlinemediaobject> <alt>Parameter Type</alt> <imageobject> <imagedata fileref="../images/admin-372.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>Parameter Type Lookup</alt> <imageobject> <imagedata fileref="../images/admin-373.png"/> </imageobject> </inlinemediaobject> &gt; <inlinemediaobject> <alt>Parameter Type</alt> <imageobject> <imagedata fileref="../images/admin-374.png"/> </imageobject> </inlinemediaobject></emphasis></para> <para role="Body Text">The parameter type broadly defines what a parameter is used for. Parameters used for document validation (such as business rules) and parameters used for System Configuration (customizing OLE for your institution) are two types of parameters used in OLE.</para> <para role="Body Text">The Parameter Type document allows you to create new or edit existing parameter types. Code must be developed to support any additional types or changes to existing types.</para> <para role="Body Text">Only members of the KR-SYS Technical Administrator or OLE-SYS Manager role can create or edit Parameter Type documents and they do not route for approval.</para> <section> <title>Document Layout</title> <para role="Illustration"> <screenshot> <mediaobject> <alt>Parameter Type Document</alt> <imageobject> <imagedata fileref="../images/admin-375.jpg" width="100%"/> </imageobject> </mediaobject> </screenshot> </para> <section> <title>Edit Parameter Type Tab</title> <para role="Body Text">The Parameter Type document includes the <emphasis role="bold">Edit Parameter Type </emphasis>tab.</para> <para role="TableHeading"><emphasis role="bold">Edit Parameter Type tab definition</emphasis></para> <informaltable frame="topbot"> <tgroup cols="2"> <colspec colname="c1" colnum="1"/> <colspec colname="c1" colnum="1"/> <tbody> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Title </para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Description </para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Parameter Type Code</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the code by which this parameter type will be identified.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Parameter Type Name</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Enter the long descriptive name for this parameter type.</para> </entry> </row> <row> <entry colname="col1" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Active Indicator</para> </entry> <entry colname="col2" colsep="1" rowsep="1" valign="top"> <para role="Table Cells">Required. Check the box to make this parameter type active and available for selection when creating parameters. Uncheck the box if you wish to inactivate this type of parameter and prevent its selection when creating new parameters.</para> </entry> </row> </tbody> </tgroup> </informaltable> </section> </section> </section> </chapter>
63.139993
213
0.421564
41753461e5d6b25d9fcc0eb5ae9c8f2322f46495
383
xml
XML
android/app/src/main/res/drawable/ic_guide_fill.xml
xxoolm/Thanox-1
4e19621042b660f0c6be49024204f17a626107e5
[ "Apache-2.0" ]
794
2019-10-01T00:21:51.000Z
2022-03-31T17:42:26.000Z
android/app/src/main/res/drawable/ic_guide_fill.xml
recreationx/Thanox
7734f6bd20c2b29bb0b52cb3c9d9de0c56ea0c58
[ "Apache-2.0" ]
460
2019-10-04T07:15:26.000Z
2022-03-31T02:59:37.000Z
android/app/src/main/res/drawable/ic_guide_fill.xml
recreationx/Thanox
7734f6bd20c2b29bb0b52cb3c9d9de0c56ea0c58
[ "Apache-2.0" ]
49
2019-10-09T12:17:35.000Z
2022-03-22T17:56:27.000Z
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:fillColor="#FF000000" android:pathData="M13,8v8a3,3 0,0 1,-3 3H7.83a3.001,3.001 0,1 1,0 -2H10a1,1 0,0 0,1 -1V8a3,3 0,0 1,3 -3h3V2l5,4 -5,4V7h-3a1,1 0,0 0,-1 1z"/> </vector>
38.3
146
0.663185
146d50a64ea5c4958cceb49d5734799e27ed14d4
1,581
xml
XML
androidApp/src/main/res/drawable/ic_futbol.xml
awesome-github-repo/MoneyFlow
e8c2476296c3963f01c358945ae55edfa04192f5
[ "Apache-2.0" ]
165
2020-10-19T00:16:31.000Z
2022-03-26T17:11:37.000Z
androidApp/src/main/res/drawable/ic_futbol.xml
Xsinh/MoneyFlow
81adab1456220c5236fafadd917f2deb5bd7c6b8
[ "Apache-2.0" ]
4
2022-02-26T10:44:42.000Z
2022-03-28T17:32:53.000Z
androidApp/src/main/res/drawable/ic_futbol.xml
Xsinh/MoneyFlow
81adab1456220c5236fafadd917f2deb5bd7c6b8
[ "Apache-2.0" ]
21
2020-10-25T21:44:23.000Z
2022-02-09T03:00:11.000Z
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="32dp" android:height="32dp" android:viewportWidth="32" android:viewportHeight="32"> <path android:fillColor="#FF000000" android:pathData="M16,3C8.832,3 3,8.832 3,16C3,23.168 8.832,29 16,29C23.168,29 29,23.168 29,16C29,8.832 23.168,3 16,3ZM16,5C16.6016,5 17.1758,5.0625 17.75,5.1563L16,6.4063L14.25,5.1563C14.8203,5.0664 15.4023,5 16,5ZM11.8125,5.8438L15.4063,8.4688L16,8.9063L16.5938,8.4688L20.1875,5.8438C21.7852,6.5078 23.1953,7.5234 24.3125,8.8125L22.9375,13.0938L22.7188,13.7813L23.3125,14.1875L26.9375,16.8438C26.8047,18.6055 26.2656,20.2578 25.4063,21.6875L20.125,21.6875L19.9063,22.375L18.5,26.7188C17.6992,26.9063 16.8594,27 16,27C15.1055,27 14.2383,26.8867 13.4063,26.6875L12.0313,22.4063L11.8125,21.7188L6.5938,21.7188C5.7188,20.2813 5.1992,18.6211 5.0625,16.8438L8.6563,14.2188L9.25,13.8125L9.0313,13.125L7.625,8.875C8.75,7.5547 10.1836,6.5156 11.8125,5.8438ZM16,10.0938L15.4063,10.5313L10.8438,13.8438L10.2813,14.2813L10.5,14.9688L12.25,20.3125L12.4688,21L19.5313,21L19.75,20.3125L21.5,14.9688L21.7188,14.2813L21.1563,13.8438L16.5938,10.5313ZM25.75,10.9063C26.2969,11.9531 26.6563,13.1016 26.8438,14.3125L25.0625,13.0313ZM6.2188,10.9688L6.9063,13.0313L5.1563,14.3125C5.3398,13.125 5.6875,12 6.2188,10.9688ZM16,12.5938L19.375,15.0313L18.0938,19L13.9063,19L12.625,15.0313ZM21.5938,23.6875L23.8438,23.6875C22.9922,24.5664 22.0117,25.293 20.9063,25.8438ZM8.1563,23.7188L10.3438,23.7188L11.0313,25.8125C9.9609,25.2695 8.9883,24.5625 8.1563,23.7188Z"/> </vector>
158.1
1,344
0.761543
501c9ad2631cd19791a6badc7efd8ded2906adcd
2,300
xml
XML
colony/pom.xml
maehem/Rocket
c47c85f79cf101c9efd1bc816bd0a88a748d66e5
[ "Apache-2.0" ]
1
2021-06-28T22:36:02.000Z
2021-06-28T22:36:02.000Z
colony/pom.xml
maehem/Rocket
c47c85f79cf101c9efd1bc816bd0a88a748d66e5
[ "Apache-2.0" ]
null
null
null
colony/pom.xml
maehem/Rocket
c47c85f79cf101c9efd1bc816bd0a88a748d66e5
[ "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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>Rocket</artifactId> <groupId>com.maehem.rocket</groupId> <version>0.0-SNAPSHOT</version> </parent> <groupId>com.maehem.rocket</groupId> <artifactId>colony</artifactId> <version>0.0-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> </properties> <dependencies> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-controls</artifactId> <version>15.0.1</version> </dependency> <dependency> <groupId>com.maehem.rocket.engine.game</groupId> <artifactId>game</artifactId> <version>0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ui</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.maehem.rocket.engine</groupId> <artifactId>logging</artifactId> <version>0.0-SNAPSHOT</version> <type>jar</type> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.1</version> <configuration> <release>11</release> </configuration> </plugin> <plugin> <groupId>org.openjfx</groupId> <artifactId>javafx-maven-plugin</artifactId> <version>0.0.3</version> <configuration> <mainClass>com.maehem.rocket.colony.GameWindow</mainClass> </configuration> </plugin> </plugins> </build> </project>
37.704918
201
0.569565
51d58a01a3b82f8d492e63b8e26ffd102c7149e8
8,066
xml
XML
Deprecated/VSPO/NumericalData/Voyager1/MAG/Heliosphere/PT1H.xml
hpde/hpde.io
c0db55ec7731899999e1012f0df8746a585298b9
[ "Apache-2.0" ]
4
2020-12-18T03:46:44.000Z
2021-01-06T02:49:30.000Z
Deprecated/VSPO/NumericalData/Voyager1/MAG/Heliosphere/PT1H.xml
renyon/hpde.io
01e1f61f4d458e6dd8d66c7334acd44d40170c48
[ "Apache-2.0" ]
null
null
null
Deprecated/VSPO/NumericalData/Voyager1/MAG/Heliosphere/PT1H.xml
renyon/hpde.io
01e1f61f4d458e6dd8d66c7334acd44d40170c48
[ "Apache-2.0" ]
2
2021-01-04T07:50:14.000Z
2021-03-30T14:29:55.000Z
<?xml version="1.0"?> <Spase xmlns="http://www.spase-group.org/data/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.spase-group.org/data/schema file:/C:/Projects/Voyager/spase-2_2_2.xsd"> <Version>2.3.0</Version> <NumericalData> <ResourceID>spase://VSPO/NumericalData/Voyager1/MAG/Heliosphere/PT1H</ResourceID> <ResourceHeader> <ResourceName>Voyager 1 Heliosphere Magnetic Field in Heliographic and Inertial Heliographic Coordinates, Hourly Data</ResourceName> <ReleaseDate>2018-11-27T18:09:04Z</ReleaseDate> <Description>* Data Set Overview * ================= This Data Set contains hourly Averages of the Interplanetary Magnetic Field (IMF) Measurements obtained by the Triaxial Fluxgate Magnetometer Experiment on Voyager 1. Identical Instruments on Voyager 1 and 2 were designed to measure the IMF between Earth and Saturn (10 AU) during the primary Voyager Mission. The Design and Performance yielded Absolute Accuracies to better than &lt;0.1 nT. In general, each Component of the hourly Average has an Uncertainty of up to (&#xB1;0.05 nT) in the Region beyond 10 AU. More accurate Measurements can be obtained by Special Processing of the Data, but it was not feasible to do this for the entire Data Set included here. The Magnetic Field Magnitude in nT is provided along with Angles of the Field Vector in the Spacecraft-centered Heliographic (HG) Coordinate System, also known as RTN. * Coordinate System * ================= Interplanetary Magnetic Field Studies make use of two important Coordinate Systems, the Inertial Heliographic (IHG) Coordinate System and the Heliographic (HG) Coordinate System. The IHG Coordinate System is used to define the Position of the Spacecraft. The IHG System is defined with its Origin at the Sun. There are three Orthogonal Axes, X(IHG), Y(IHG), and Z(IHG). The Z(IHG) Axis points northward along the Spin Axis of the Sun. The XY Plane of the IHG System lays in the Solar Equatorial Plane. The Intersection of the Solar Equatorial Plane with the Ecliptic Plane defines a Line, the Longitude of the Ascending Node, which is taken to be the X(IHG) Axis. The X(IHG) Axis drifts slowly with Time, approximately one degree per 72 years. The Magnetic Field Orientation is defined in relation to the Spacecraft. Drawing a Line from the Center of the Sun, which is the Origin of the IHG System, to the Spacecraft defines the X Axis of the HG Coordinate System. The HG Coordinate System is defined with its Origin centered at the Spacecraft. Three orthogonal Axes are defined, X(HG), Y(HG), and Z(HG). The X(HG) Axis points radially away from the Sun and the Y(HG) Axis is parallel to the Solar Equatorial Plane and therefore parallel to the X(IHG)-Y(IHG) Plane as well. The Z(HG) Axis is chosen to complete the Orthonormal Triad. An excellent Reference Guide with Diagrams explaining the IHG and HG Systems may be found in Space and Science Reviews, Volume 39 (1984), 255-316, MHD Processes in the Outer Heliosphere, L. F. Burlaga. * Data Formats * ============ +--------------------------------------------------------------------------+ | Num | Field | Description for Data before 1990 | ---------------------------------------------------------------------------- | 1 | Spacecraft ID | 1=Voyager 1, 2=Voyager 2 | | 2 | Time (UTC) | YY DDD HH where YY=year, DDD=day, and HH=hour | | 3 | X | X Position Component, in AU, IHG Coordinates | | 4 | Y | Y Position Component, in AU, IHG Coordinates | | 5 | Z | Z Position Component, in AU, IHG Coordinates | | 6 | Range | Heliocentric Range, equal to the sqrt(X^2+Y^2+Z^2) | | 7 | F1 | Field Magnitude, in nT, avg(F2(48sec)) | | 8 | F2 | Field Modulus, in nT, norm(B1,B2,B3) | | 9 | delta | Latitudinal Angle, in degrees, HG Coordinates | | 10 | lambda | Longitudinal Angle, in degrees, HG Coordinates | +--------------------------------------------------------------------------+ +-------------------------------------------------------------------------------------+ | Num | Field | Description for Data after 1990 | --------------------------------------------------------------------------------------- | 1 | Spacecraft ID | FLT1=Voyager 1, FLT2=Voyager 2 | | 2 | Time (UTC) | Decimal Year Format (90.00000 is Day 1 of 1990) | | 3 | Magnetic Field Strength, F1 | computed from high-resolution Observations | | 4 | Elevation Angle | in degrees, HG Coordinates | | 5 | Azimuthal Angle | in degrees, HG Coordinates | | 6 | Magnetic Field Strength, F2 | computed from hourly Averages of the Components | +-------------------------------------------------------------------------------------+ The Magnetic Field Components may be recovered by using F2, delta, and lambda. Note that Fortran Users need to convert from Degrees to Radians before using Trigonometric Functions. * BR = F2*cos(lambda)*cos(delta) * BT = F2*sin(lambda)*cos(delta) * BN = F2*sin(delta) * Contact Information * =================== +---------------------------------+ | Principal Investigator | ----------------------------------- | Prof. Norman F. Ness | | Bartol Research Institute | | Univerity of Delaware | | Newark, Delaware 19716-4793 | | Phone: (302) 831-8116 | | Fax: (302) 831-1843 | | Email: norman.ness@mus.udel.edu | +---------------------------------+ +----------------------------------+ | Data Contact | ------------------------------------ | Dr. Len Burlaga | | Code 612.2 | | NASA Goddard Space Flight Center | | Greenbelt, MD 20771 | | Tel.: 301-286-5956 | | Fax: 301-286-1433 | +----------------------------------+</Description> <Contact> <PersonID>spase://SMWG/Person/Todd.A.King</PersonID> <Role>MetadataContact</Role> </Contact> <Contact> <PersonID>spase://SMWG/Person/Lee.Frost.Bargatze</PersonID> <Role>MetadataContact</Role> </Contact> <InformationURL> <Name>VG1-SW-MAG-4-SUMM-HGCOORDS-1HR-V1.0</Name> <URL>https://pds-ppi.igpp.ucla.edu/data/VG1-SW-MAG-4-SUMM-HGCOORDS-1HR-V1.0/AAREADME.TXT</URL> <Description>The Document describing the Contents of the Collection.</Description> <Language>En</Language> </InformationURL> <PriorID>spase://VMO/NumericalData/Voyager1/MAG/Heliosphere.Outer/PT1H</PriorID> </ResourceHeader> <AccessInformation> <RepositoryID>spase://SMWG/Repository/PDS/PPI</RepositoryID> <Availability>Online</Availability> <AccessRights>Open</AccessRights> <AccessURL> <Name>PDS/PPI</Name> <URL>https://pds-ppi.igpp.ucla.edu/search/view/?f=yes&amp;id=pds://PPI/VG1-SW-MAG-4-SUMM-HGCOORDS-1HR-V1.0</URL> <ProductKey>VG1-SW-MAG-4-SUMM-HGCOORDS-1HR-V1.0</ProductKey> <Description>This Collection is archived with the NASA Planetary Data System.</Description> <Language>En</Language> </AccessURL> <Format>Text.ASCII</Format> <Acknowledgement>NASA Planetary Plasma Interactions (PPI) Node of the Planetary Data System (PDS) and the Principal Investigator for the Data.</Acknowledgement> </AccessInformation> <InstrumentID>spase://SMWG/Instrument/Voyager1/MAG</InstrumentID> <MeasurementType>MagneticField</MeasurementType> <TemporalDescription> <TimeSpan> <StartDate>1977-09-05T00:00:00.00</StartDate> <StopDate>2004-12-31T01:00:00.000</StopDate> </TimeSpan> <Cadence>PT1H</Cadence> </TemporalDescription> <ObservedRegion>Heliosphere.Outer</ObservedRegion> </NumericalData> </Spase>
63.511811
832
0.60786
8c7219d927dbecc90f4c87a9d61158578741222f
51,318
xml
XML
docs/Xamarin.Forms.Core/Xamarin.Forms/Grid.xml
InnovativeTechies/Xamarin.Forms
6de1c5c8d75449834419d5760d78e72fce4b251e
[ "MIT" ]
null
null
null
docs/Xamarin.Forms.Core/Xamarin.Forms/Grid.xml
InnovativeTechies/Xamarin.Forms
6de1c5c8d75449834419d5760d78e72fce4b251e
[ "MIT" ]
null
null
null
docs/Xamarin.Forms.Core/Xamarin.Forms/Grid.xml
InnovativeTechies/Xamarin.Forms
6de1c5c8d75449834419d5760d78e72fce4b251e
[ "MIT" ]
null
null
null
<Type Name="Grid" FullName="Xamarin.Forms.Grid"> <TypeSignature Language="C#" Value="public class Grid : Xamarin.Forms.Layout&lt;Xamarin.Forms.View&gt;, Xamarin.Forms.IGridController" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit Grid extends Xamarin.Forms.Layout`1&lt;class Xamarin.Forms.View&gt; implements class Xamarin.Forms.IGridController" /> <AssemblyInfo> <AssemblyName>Xamarin.Forms.Core</AssemblyName> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>Xamarin.Forms.Layout&lt;Xamarin.Forms.View&gt;</BaseTypeName> <BaseTypeArguments> <BaseTypeArgument TypeParamName="T">Xamarin.Forms.View</BaseTypeArgument> </BaseTypeArguments> </Base> <Interfaces> <Interface> <InterfaceName>Xamarin.Forms.IGridController</InterfaceName> </Interface> </Interfaces> <Docs> <summary>A layout that arranges views in rows and columns.</summary> <remarks> <example> <para>The following example shows a basic use:</para> <code lang="C#"><![CDATA[ using System; using Xamarin.Forms; namespace FormsGallery { class GridDemoPage : ContentPage { public GridDemoPage() { Grid grid = new Grid { VerticalOptions = LayoutOptions.FillAndExpand, RowDefinitions = { new RowDefinition { Height = GridLength.Auto }, new RowDefinition { Height = GridLength.Auto }, new RowDefinition { Height = new GridLength(1, GridUnitType.Star) }, new RowDefinition { Height = new GridLength(100, GridUnitType.Absolute) } }, ColumnDefinitions = { new ColumnDefinition { Width = GridLength.Auto }, new ColumnDefinition { Width = new GridLength(1, GridUnitType.Star) }, new ColumnDefinition { Width = new GridLength(100, GridUnitType.Absolute) } } }; grid.Children.Add(new Label { Text = "Grid", FontSize = Device.GetNamedSize (NamedSize.Large, typeof(Label)), HorizontalOptions = LayoutOptions.Center }, 0, 3, 0, 1); grid.Children.Add(new Label { Text = "Autosized cell", TextColor = Color.White, BackgroundColor = Color.Blue }, 0, 1); grid.Children.Add(new BoxView { Color = Color.Silver, HeightRequest = 0 }, 1, 1); grid.Children.Add(new BoxView { Color = Color.Teal }, 0, 2); grid.Children.Add(new Label { Text = "Leftover space", TextColor = Color.Purple, BackgroundColor = Color.Aqua, HorizontalTextAlignment = TextAlignment.Center, VerticalTextAlignment = TextAlignment.Center, }, 1, 2); grid.Children.Add(new Label { Text = "Span two rows (or more if you want)", TextColor = Color.Yellow, BackgroundColor = Color.Navy, HorizontalTextAlignment = TextAlignment.Center, VerticalTextAlignment = TextAlignment.Center }, 2, 3, 1, 3); grid.Children.Add(new Label { Text = "Span 2 columns", TextColor = Color.Blue, BackgroundColor = Color.Yellow, HorizontalTextAlignment = TextAlignment.Center, VerticalTextAlignment = TextAlignment.Center }, 0, 2, 3, 4); grid.Children.Add(new Label { Text = "Fixed 100x100", TextColor = Color.Aqua, BackgroundColor = Color.Red, HorizontalTextAlignment = TextAlignment.Center, VerticalTextAlignment = TextAlignment.Center }, 2, 3); // Accomodate iPhone status bar. this.Padding = new Thickness(10, Device.OnPlatform(20, 0, 0), 10, 5); // Build the page. this.Content = grid; } } } ]]></code> </example> <para>The following shows Grids on the various platforms:</para> <para> <img href="Grid.TripleScreenShot.png" /> </para> <para>It is convenient for the <see cref="T:Xamarin.Forms.Grid" /> layout class arranges to store row and column indices of each of its child elements. Additionally, when a <see cref="T:Xamarin.Forms.View" /> element is laid out with a grid, application developers can access and change the child's position and span from the child itself by using the <see cref="M:Xamarin.Forms.Get(BindableObject)" />, <see cref="M:Xamarin.Forms..Grid.GetRow(BindableObject)" />, <see cref="M:Xamarin.Forms.Grid.SetRow(BindableObject)" />, <see cref="M:Xamarin.Forms.Grid.GetRowSpan(BindableObject)" />, <see cref="M:Xamarin.Forms.Grid.SetRowSpan(BindableObject)" /> static methods, and the equivalent static methods for columns and column spans.</para> <para>XAML for Xamarin.Forms supports the following properties for the <see cref="T:Xamarin.Forms.Grid" /> class:</para> <list type="table"> <listheader> <term>Property</term> <description>Value</description> </listheader> <item> <term>Children</term> <description> <para>Nested visual elements that are displayed in the Grid.</para> </description> </item> <item> <term>ColumnDefinitions</term> <description> <para>A list of <c>ColumnDefinition</c> specifications. See <see cref="T:Xamarin.Forms.ColumnDefinition" />.</para> </description> </item> <item> <term>ColumnSpacing</term> <description>An integer.<para></para></description> </item> <item> <term>RowDefinitions</term> <description> <para>A list of <c>RowDefinition</c> specifications. See <see cref="T:Xamarin.Forms.RowDefinition" />.</para> </description> </item> <item> <term>RowSpacing</term> <description> <para>An integer.</para> </description> </item> </list> <para>XAML for Xamarin.Forms supports the following attached properties for the <see cref="T:Xamarin.Forms.Grid" /> class:</para> <list type="table"> <listheader> <term>Attached Property</term> <description>Value</description> </listheader> <item> <term>Column</term> <description> <para>An integer that represents the Column in which the item will appear.</para> </description> </item> <item> <term>ColumnSpan</term> <description>An integer that represents the number of Columns that the item will span.<para></para></description> </item> <item> <term>Row</term> <description> <para>An integer that represents the row in which the item will appear.</para> </description> </item> <item> <term>RowSpan</term> <description> <para>An integer that represents the number of rows that the item will span.</para> </description> </item> </list> <para>The documentation for the following <see cref="T:Xamarin.Forms.Grid" /> member methods contains XAML syntax examples: <list type="bullet"><item><term><see cref="M:Xamarin.Forms.Grid.SetRow" /></term></item><item><term><see cref="M:Xamarin.Forms.Grid.SetRowSpan" /></term></item><item><term><see cref="M:Xamarin.Forms.Grid.SetColumn" /></term></item><item><term><see cref="M:Xamarin.Forms.Grid.SetColumnSpan" /></term></item></list></para> </remarks> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public Grid ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Parameters /> <Docs> <summary>Initializes a new instance of the Grid class.</summary> <remarks> </remarks> </Docs> </Member> <Member MemberName="Children"> <MemberSignature Language="C#" Value="public Xamarin.Forms.Grid.IGridList&lt;Xamarin.Forms.View&gt; Children { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Xamarin.Forms.Grid/IGridList`1&lt;class Xamarin.Forms.View&gt; Children" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Xamarin.Forms.Grid+IGridList&lt;Xamarin.Forms.View&gt;</ReturnType> </ReturnValue> <Docs> <summary>Gets the collection of child elements of the Grid.</summary> <value>The collection of child elements.</value> <remarks> <para>Application developers can use implicit collection syntax in XAML to add items to this collection, because this property is the <c>ContentPropertyAttribute</c> for the Grid class.</para> </remarks> </Docs> </Member> <Member MemberName="ColumnDefinitions"> <MemberSignature Language="C#" Value="public Xamarin.Forms.ColumnDefinitionCollection ColumnDefinitions { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Xamarin.Forms.ColumnDefinitionCollection ColumnDefinitions" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Xamarin.Forms.ColumnDefinitionCollection</ReturnType> </ReturnValue> <Docs> <summary>Provides the interface for the bound property that gets or sets the ordered collection of <see cref="T:Xamarin.Forms.ColumnDefinition" /> objects that control the layout of columns in the <see cref="T:Xamarin.Forms.Grid" />.</summary> <value>A ColumnDefinitionCollection for the Grid instance.</value> <remarks> <para>ColumnDefinitions is an ordered set of ColumnDefinition objects that determine the width of each column. Each successive ColumnDefintion controls the width of each successive column. If ColumnDefinitions is empty, or if there are more columns than definitions, then columns for which there is no definition are rendered as if they were controlled by a ColumnDefinition object that has its <see cref="P:Xamarin.Forms.ColumnDefinition.Width" /> property set to <see cref="P:Xamarin.Forms.GridLength.Auto" />.</para> <para>The <see cref="P:Xamarin.Forms.Grid.ColumnDefinitions" /> property has XAML syntax support. The syntax for this operation is shown below.</para> </remarks> </Docs> </Member> <Member MemberName="ColumnDefinitionsProperty"> <MemberSignature Language="C#" Value="public static readonly Xamarin.Forms.BindableProperty ColumnDefinitionsProperty;" /> <MemberSignature Language="ILAsm" Value=".field public static initonly class Xamarin.Forms.BindableProperty ColumnDefinitionsProperty" /> <MemberType>Field</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Xamarin.Forms.BindableProperty</ReturnType> </ReturnValue> <Docs> <summary>Implements the <see cref="P:Xamarin.Forms.Grid.ColumnDefinitions" /> property, and allows the <see cref="T:Xamarin.Forms.Grid" /> class to bind it to properties on other objects at run time.</summary> <remarks> </remarks> </Docs> </Member> <Member MemberName="ColumnProperty"> <MemberSignature Language="C#" Value="public static readonly Xamarin.Forms.BindableProperty ColumnProperty;" /> <MemberSignature Language="ILAsm" Value=".field public static initonly class Xamarin.Forms.BindableProperty ColumnProperty" /> <MemberType>Field</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Xamarin.Forms.BindableProperty</ReturnType> </ReturnValue> <Docs> <summary>Implements the attached property that represents the zero-based column index of a child element. See Remarks.</summary> <remarks> <para>The interface for this property is defined by the <see cref="M:Xamarin.Forms.Grid.GetColumn" /> and <see cref="M:Xamarin.Forms.Grid.SetColumn" /> methods.</para> </remarks> </Docs> </Member> <Member MemberName="ColumnSpacing"> <MemberSignature Language="C#" Value="public double ColumnSpacing { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance float64 ColumnSpacing" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Double</ReturnType> </ReturnValue> <Docs> <summary>Provides the interface for the bound property that gets or sets the distance between columns in the Grid.</summary> <value>The space between columns in this <see cref="T:Xamarin.Forms.Grid" />layout.</value> <remarks> <para>The <see cref="P:Xamarin.Forms.Grid.ColumnSpacing" /> property does not control spacing on the left and right edges of the <see cref="T:Xamarin.Forms.Grid" /> layout. Application developers can control the spacing around the outside of the <see cref="T:Xamarin.Forms.Grid" /> layout by setting the <see cref="P:Xamarin.Forms.Page.Padding" /> property of the visual element to which it belongs.</para> </remarks> </Docs> </Member> <Member MemberName="ColumnSpacingProperty"> <MemberSignature Language="C#" Value="public static readonly Xamarin.Forms.BindableProperty ColumnSpacingProperty;" /> <MemberSignature Language="ILAsm" Value=".field public static initonly class Xamarin.Forms.BindableProperty ColumnSpacingProperty" /> <MemberType>Field</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Xamarin.Forms.BindableProperty</ReturnType> </ReturnValue> <Docs> <summary>Implements the <see cref="P:Xamarin.Forms.Grid.ColumnSpacing" /> property, and allows the <see cref="T:Xamarin.Forms.Grid" /> class to bind it to properties on other objects at run time.</summary> <remarks> </remarks> </Docs> </Member> <Member MemberName="ColumnSpanProperty"> <MemberSignature Language="C#" Value="public static readonly Xamarin.Forms.BindableProperty ColumnSpanProperty;" /> <MemberSignature Language="ILAsm" Value=".field public static initonly class Xamarin.Forms.BindableProperty ColumnSpanProperty" /> <MemberType>Field</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Xamarin.Forms.BindableProperty</ReturnType> </ReturnValue> <Docs> <summary>Implements the attached property that represents the number of columns that a child element spans. See Remarks.</summary> <remarks> <para>The interface for this property is defined by the <see cref="M:Xamarin.Forms.Grid.GetColumnSpan" /> and <see cref="M:Xamarin.Forms.Grid.SetColumnSpan" /> methods.</para> </remarks> </Docs> </Member> <Member MemberName="GetColumn"> <MemberSignature Language="C#" Value="public static int GetColumn (Xamarin.Forms.BindableObject bindable);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig int32 GetColumn(class Xamarin.Forms.BindableObject bindable) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Parameters> <Parameter Name="bindable" Type="Xamarin.Forms.BindableObject" /> </Parameters> <Docs> <param name="bindable">An element that belongs to the Grid layout.</param> <summary>Gets the column of the <paramref name="bindable" /> child element.</summary> <returns>The column that the child element is in.</returns> <remarks> <para>The <see cref="M:Xamarin.Forms.Grid.GetColum" /> method corresponds to the value that is set by the following XAML attached property.</para> <list type="table"> <listheader> <term>Attached Property</term> <description>Value</description> </listheader> <item> <term>Column</term> <description> <para>An integer that represents the Column in which the item will appear.</para> </description> </item> </list> <para>The remarks for the <see cref="M:Xamarin.Forms.Grid.SetColumn" /> method contain syntax for and information about the <c>Column</c> attached property.</para> </remarks> </Docs> </Member> <Member MemberName="GetColumnSpan"> <MemberSignature Language="C#" Value="public static int GetColumnSpan (Xamarin.Forms.BindableObject bindable);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig int32 GetColumnSpan(class Xamarin.Forms.BindableObject bindable) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Parameters> <Parameter Name="bindable" Type="Xamarin.Forms.BindableObject" /> </Parameters> <Docs> <param name="bindable">An element that belongs to the Grid layout.</param> <summary>Gets the column span of the <paramref name="bindable" /> child element.</summary> <returns>The column that the child element is in.</returns> <remarks> <para>The <see cref="M:Xamarin.Forms.Grid.GetColumSpan" /> method corresponds to the value that is set by the following XAML attached property.</para> <list type="table"> <listheader> <term>Attached Property</term> <description>Value</description> </listheader> <item> <term>ColumnSpan</term> <description> <para>An integer that represents the number of Columns that the item will span.</para> </description> </item> </list> <para>The remarks for the <see cref="M:Xamarin.Forms.Grid.SetColumnSpan" /> method contain syntax for and information about the <c>ColumnSpan</c> attached property.</para> </remarks> </Docs> </Member> <Member MemberName="GetRow"> <MemberSignature Language="C#" Value="public static int GetRow (Xamarin.Forms.BindableObject bindable);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig int32 GetRow(class Xamarin.Forms.BindableObject bindable) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Parameters> <Parameter Name="bindable" Type="Xamarin.Forms.BindableObject" /> </Parameters> <Docs> <param name="bindable">An element that belongs to the Grid layout.</param> <summary>Gets the row of the <paramref name="bindable" /> child element.</summary> <returns>The row that the child element is in.</returns> <remarks> <para>The <see cref="M:Xamarin.Forms.Grid.GetRow" /> method corresponds to the following XAML attached property:</para> <list type="table"> <listheader> <term>Attached Property</term> <description>Value</description> </listheader> <item> <term>Row</term> <description> <para>An integer that represents the row in which the item will appear.</para> </description> </item> </list> <para>The remarks for the <see cref="M:Xamarin.Forms.Grid.SetRow" /> method contain syntax for and information about the <c>Row</c> attached property.</para> </remarks> </Docs> </Member> <Member MemberName="GetRowSpan"> <MemberSignature Language="C#" Value="public static int GetRowSpan (Xamarin.Forms.BindableObject bindable);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig int32 GetRowSpan(class Xamarin.Forms.BindableObject bindable) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Parameters> <Parameter Name="bindable" Type="Xamarin.Forms.BindableObject" /> </Parameters> <Docs> <param name="bindable">An element that belongs to the Grid layout.</param> <summary>Gets the row span of the <paramref name="bindable" /> child element.</summary> <returns>The row that the child element is in.</returns> <remarks> <para>The <see cref="M:Xamarin.Forms.Grid.GetRowSpan" /> method corresponds to the following XAML attached properties:</para> <list type="table"> <listheader> <term>Attached Property</term> <description>Value</description> </listheader> <item> <term>RowSpan</term> <description>An integer that represents the number of rows that the item will span.<para></para></description> </item> </list> <para>The remarks for the <see cref="M:Xamarin.Forms.Grid.SetRowSpan" /> method contain syntax for and information about the <c>RowSpan</c> attached property.</para> </remarks> </Docs> </Member> <Member MemberName="InvalidateMeasure"> <MemberSignature Language="C#" Value="protected override void InvalidateMeasure ();" /> <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void InvalidateMeasure() cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>Invalidates the grid layout.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="InvalidateMeasureInernalNonVirtual"> <MemberSignature Language="C#" Value="public void InvalidateMeasureInernalNonVirtual (Xamarin.Forms.Internals.InvalidationTrigger trigger);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void InvalidateMeasureInernalNonVirtual(valuetype Xamarin.Forms.Internals.InvalidationTrigger trigger) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="trigger" Type="Xamarin.Forms.Internals.InvalidationTrigger" /> </Parameters> <Docs> <param name="trigger">For internal use by the Xamarin.Forms platform.</param> <summary>For internal use by the Xamarin.Forms platform.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="LayoutChildren"> <MemberSignature Language="C#" Value="protected override void LayoutChildren (double x, double y, double width, double height);" /> <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void LayoutChildren(float64 x, float64 y, float64 width, float64 height) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="x" Type="System.Double" /> <Parameter Name="y" Type="System.Double" /> <Parameter Name="width" Type="System.Double" /> <Parameter Name="height" Type="System.Double" /> </Parameters> <Docs> <param name="x">X-coordinate of the top left corner of the bounding rectangle.</param> <param name="y">Y-coordinate of the top left corner of the bounding rectangle.</param> <param name="width">Width of the bounding rectangle.</param> <param name="height">Height of the bounding rectangle.</param> <summary> <para>Lays out the child elements when the layout is invalidated.</para> </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="OnAdded"> <MemberSignature Language="C#" Value="protected override void OnAdded (Xamarin.Forms.View view);" /> <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void OnAdded(class Xamarin.Forms.View view) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="view" Type="Xamarin.Forms.View" /> </Parameters> <Docs> <param name="view">The element that was added.</param> <summary>Method that is called when a child is added to this <see cref="T:Xamarin.Forms.Grid" /> element.</summary> <remarks> </remarks> </Docs> </Member> <Member MemberName="OnBindingContextChanged"> <MemberSignature Language="C#" Value="protected override void OnBindingContextChanged ();" /> <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void OnBindingContextChanged() cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>Application developers override this to respond when the binding context changes.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="OnRemoved"> <MemberSignature Language="C#" Value="protected override void OnRemoved (Xamarin.Forms.View view);" /> <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void OnRemoved(class Xamarin.Forms.View view) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="view" Type="Xamarin.Forms.View" /> </Parameters> <Docs> <param name="view">The element that was removed.</param> <summary>Method that is called when a child is removed from this <see cref="T:Xamarin.Forms.Grid" /> element.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="OnSizeRequest"> <MemberSignature Language="C#" Value="protected override Xamarin.Forms.SizeRequest OnSizeRequest (double widthConstraint, double heightConstraint);" /> <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance valuetype Xamarin.Forms.SizeRequest OnSizeRequest(float64 widthConstraint, float64 heightConstraint) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Obsolete("OnSizeRequest is obsolete as of version 2.2.0. Please use OnMeasure instead.")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Xamarin.Forms.SizeRequest</ReturnType> </ReturnValue> <Parameters> <Parameter Name="widthConstraint" Type="System.Double" /> <Parameter Name="heightConstraint" Type="System.Double" /> </Parameters> <Docs> <param name="widthConstraint">The requested width.</param> <param name="heightConstraint">The requested height.</param> <summary>Method that is called when an attempt is made to resize this <see cref="T:Xamarin.Forms.Grid" /> element.</summary> <returns> <para>The new requested size.</para> </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="RowDefinitions"> <MemberSignature Language="C#" Value="public Xamarin.Forms.RowDefinitionCollection RowDefinitions { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Xamarin.Forms.RowDefinitionCollection RowDefinitions" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Xamarin.Forms.RowDefinitionCollection</ReturnType> </ReturnValue> <Docs> <summary>Provides the interface for the bound property that gets or sets the collection of RowDefinition objects that control the heights of each row.</summary> <value>A RowDefinitionCollection for the Grid instance.</value> <remarks> <para>RowDefinitions is an ordered set of <see cref="T:Xamarin.Forms.RowDefinition" /> objects that determine the height of each column. Each successive RowDefintion controls the width of each successive column. If RowDefinitions is empty, or if there are more rows than definitions, then rows for which there is no definition are rendered as if they were controlled by a RowDefinition object that has its <see cref="P:Xamarin.Forms.RowDefinition.Height" /> property set to <see cref="P:Xamarin.Forms.GridLength.Auto" />.</para> </remarks> </Docs> </Member> <Member MemberName="RowDefinitionsProperty"> <MemberSignature Language="C#" Value="public static readonly Xamarin.Forms.BindableProperty RowDefinitionsProperty;" /> <MemberSignature Language="ILAsm" Value=".field public static initonly class Xamarin.Forms.BindableProperty RowDefinitionsProperty" /> <MemberType>Field</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Xamarin.Forms.BindableProperty</ReturnType> </ReturnValue> <Docs> <summary>Implements the <see cref="P:Xamarin.Forms.Grid.RowDefinitions" /> property, and allows the <see cref="T:Xamarin.Forms.Grid" /> class to bind it to properties on other objects at run time.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="RowProperty"> <MemberSignature Language="C#" Value="public static readonly Xamarin.Forms.BindableProperty RowProperty;" /> <MemberSignature Language="ILAsm" Value=".field public static initonly class Xamarin.Forms.BindableProperty RowProperty" /> <MemberType>Field</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Xamarin.Forms.BindableProperty</ReturnType> </ReturnValue> <Docs> <summary>Implements the attached property that represents the zero-based row index of a child element. See Remarks.</summary> <remarks> <para>The interface for this property is defined by the <see cref="M:Xamarin.Forms.Grid.GetRow" /> and <see cref="M:Xamarin.Forms.Grid.SetRowf" /> methods.</para> </remarks> </Docs> </Member> <Member MemberName="RowSpacing"> <MemberSignature Language="C#" Value="public double RowSpacing { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance float64 RowSpacing" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Double</ReturnType> </ReturnValue> <Docs> <summary>Gets or sets the amount of space left between rows in the Grid. This is a bindable property.</summary> <value>The space between rows</value> <remarks> <para>The <see cref="P:Xamarin.Forms.Grid.RowSpacing" /> property does not control spacing on the top and bottom edges of the <see cref="T:Xamarin.Forms.Grid" /> layout. Application developers can control the spacing around the outside of the <see cref="T:Xamarin.Forms.Grid" /> layout by setting the <see cref="P:Xamarin.Forms.Page.Padding" /> property of the visual element to which it belongs.</para> </remarks> </Docs> </Member> <Member MemberName="RowSpacingProperty"> <MemberSignature Language="C#" Value="public static readonly Xamarin.Forms.BindableProperty RowSpacingProperty;" /> <MemberSignature Language="ILAsm" Value=".field public static initonly class Xamarin.Forms.BindableProperty RowSpacingProperty" /> <MemberType>Field</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Xamarin.Forms.BindableProperty</ReturnType> </ReturnValue> <Docs> <summary>Implements the <see cref="P:Xamarin.Forms.Grid.RowSpacing" /> property, and allows the <see cref="T:Xamarin.Forms.Grid" /> class to bind it to properties on other objects at run time.</summary> <remarks> </remarks> </Docs> </Member> <Member MemberName="RowSpanProperty"> <MemberSignature Language="C#" Value="public static readonly Xamarin.Forms.BindableProperty RowSpanProperty;" /> <MemberSignature Language="ILAsm" Value=".field public static initonly class Xamarin.Forms.BindableProperty RowSpanProperty" /> <MemberType>Field</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Xamarin.Forms.BindableProperty</ReturnType> </ReturnValue> <Docs> <summary>Implements the attached property that represents the number of rows that a child element spans, and allows the <see cref="T:Xamarin.Forms.Grid" /> class to bind it to properties on other objects at run time.</summary> <remarks> <para>The interface for this property is defined by the <see cref="M:Xamarin.Forms.Grid.GetRowSpan" /> and <see cref="M:Xamarin.Forms.Grid.SetRowSpan" /> methods.</para> </remarks> </Docs> </Member> <Member MemberName="SetColumn"> <MemberSignature Language="C#" Value="public static void SetColumn (Xamarin.Forms.BindableObject bindable, int value);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void SetColumn(class Xamarin.Forms.BindableObject bindable, int32 value) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="bindable" Type="Xamarin.Forms.BindableObject" /> <Parameter Name="value" Type="System.Int32" /> </Parameters> <Docs> <param name="bindable">A child element of this Grid to move to a different column.</param> <param name="value">The column in which to place the child element.</param> <summary>Changes the column in which a child element will be placed.</summary> <remarks> <para>The <see cref="M:Xamarin.Forms.Grid.GetColumSpan" /> method corresponds to the value that is set by the following XAML attached property.</para> <list type="table"> <listheader> <term>Attached Property</term> <description>Value</description> </listheader> <item> <term>ColumnSpan</term> <description> <para>An integer that represents the Column in which the item will appear.</para> </description> </item> </list> </remarks> </Docs> </Member> <Member MemberName="SetColumnSpan"> <MemberSignature Language="C#" Value="public static void SetColumnSpan (Xamarin.Forms.BindableObject bindable, int value);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void SetColumnSpan(class Xamarin.Forms.BindableObject bindable, int32 value) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="bindable" Type="Xamarin.Forms.BindableObject" /> <Parameter Name="value" Type="System.Int32" /> </Parameters> <Docs> <param name="bindable">A child element of this Grid on which to assign a new column span.</param> <param name="value">The new column span.</param> <summary>Changes the column span of the specified child element.</summary> <remarks> <para>The <see cref="M:Xamarin.Forms.Grid.GetColum" /> method corresponds to the value that is set by the following XAML attached property.</para> <list type="table"> <listheader> <term>Attached Property</term> <description>Value</description> </listheader> <item> <term>Column</term> <description> <para>An integer that represents the number of Columns that the item will span.</para> </description> </item> </list> </remarks> </Docs> </Member> <Member MemberName="SetRow"> <MemberSignature Language="C#" Value="public static void SetRow (Xamarin.Forms.BindableObject bindable, int value);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void SetRow(class Xamarin.Forms.BindableObject bindable, int32 value) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="bindable" Type="Xamarin.Forms.BindableObject" /> <Parameter Name="value" Type="System.Int32" /> </Parameters> <Docs> <param name="bindable">A child element of this Grid to move to a different row.</param> <param name="value">The row in which to place the child element.</param> <summary>Changes the row in which a child element will be placed.</summary> <remarks> <para>The <see cref="M:Xamarin.Forms.Grid.SetRow" /> method corresponds to the following XAML attached property:</para> <list type="table"> <listheader> <term>Attached Property</term> <description>Value</description> </listheader> <item> <term>Row</term> <description> <para>An integer that represents the row in which the item will appear.</para> </description> </item> </list> </remarks> </Docs> </Member> <Member MemberName="SetRowSpan"> <MemberSignature Language="C#" Value="public static void SetRowSpan (Xamarin.Forms.BindableObject bindable, int value);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void SetRowSpan(class Xamarin.Forms.BindableObject bindable, int32 value) cil managed" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="bindable" Type="Xamarin.Forms.BindableObject" /> <Parameter Name="value" Type="System.Int32" /> </Parameters> <Docs> <param name="bindable">A child element of this Grid on which to assign a new row span.</param> <param name="value">The new row span.</param> <summary>Changes the row span of the specified child element.</summary> <remarks> <para>The <see cref="M:Xamarin.Forms.Grid.SetRowSpan" /> method corresponds to the following XAML attached property:</para> <list type="table"> <listheader> <term>Attached Property</term> <description>Value</description> </listheader> <item> <term>RowSpan</term> <description>An integer that represents the number of rows that the item will span.<para></para></description> </item> </list> </remarks> </Docs> </Member> </Members> </Type>
49.774976
744
0.648564
96e82d241625b1963ef2ffb1594cc1c6072ea8f4
6,096
xml
XML
src/pubmed_articles_xml/15551199.xml
MatteoBre/AND_clinical_trials
c4b1ce8796b4b5ee87b0938d65caaeddf76b787c
[ "MIT" ]
1
2019-09-18T09:05:36.000Z
2019-09-18T09:05:36.000Z
src/pubmed_articles_xml/15551199.xml
MatteoBre/AND_clinical_trials
c4b1ce8796b4b5ee87b0938d65caaeddf76b787c
[ "MIT" ]
null
null
null
src/pubmed_articles_xml/15551199.xml
MatteoBre/AND_clinical_trials
c4b1ce8796b4b5ee87b0938d65caaeddf76b787c
[ "MIT" ]
null
null
null
<PubmedArticle> <MedlineCitation Owner="NLM" Status="MEDLINE"> <PMID Version="1">15551199</PMID> <DateCompleted> <Year>2005</Year> <Month>02</Month> <Day>14</Day> </DateCompleted> <DateRevised> <Year>2018</Year> <Month>12</Month> <Day>01</Day> </DateRevised> <Article PubModel="Print"> <Journal> <ISSN IssnType="Print">0176-3679</ISSN> <JournalIssue CitedMedium="Print"> <Volume>37</Volume> <Issue>6</Issue> <PubDate> <Year>2004</Year> <Month>Nov</Month> </PubDate> </JournalIssue> <Title>Pharmacopsychiatry</Title> <ISOAbbreviation>Pharmacopsychiatry</ISOAbbreviation> </Journal> <ArticleTitle>EEG abnormalities under treatment with atypical antipsychotics: effects of olanzapine and amisulpride as compared to haloperidol.</ArticleTitle> <Pagination> <MedlinePgn>304-5</MedlinePgn> </Pagination> <AuthorList CompleteYN="Y"> <Author ValidYN="Y"> <LastName>Pogarell</LastName> <ForeName>O</ForeName> <Initials>O</Initials> </Author> <Author ValidYN="Y"> <LastName>Juckel</LastName> <ForeName>G</ForeName> <Initials>G</Initials> </Author> <Author ValidYN="Y"> <LastName>Mulert</LastName> <ForeName>C</ForeName> <Initials>C</Initials> </Author> <Author ValidYN="Y"> <LastName>Amann</LastName> <ForeName>B</ForeName> <Initials>B</Initials> </Author> <Author ValidYN="Y"> <LastName>Möller</LastName> <ForeName>H-J</ForeName> <Initials>HJ</Initials> </Author> <Author ValidYN="Y"> <LastName>Hegerl</LastName> <ForeName>U</ForeName> <Initials>U</Initials> </Author> </AuthorList> <Language>eng</Language> <PublicationTypeList> <PublicationType UI="D003160">Comparative Study</PublicationType> <PublicationType UI="D016422">Letter</PublicationType> </PublicationTypeList> </Article> <MedlineJournalInfo> <Country>Germany</Country> <MedlineTA>Pharmacopsychiatry</MedlineTA> <NlmUniqueID>8402938</NlmUniqueID> <ISSNLinking>0176-3679</ISSNLinking> </MedlineJournalInfo> <ChemicalList> <Chemical> <RegistryNumber>0</RegistryNumber> <NameOfSubstance UI="D014150">Antipsychotic Agents</NameOfSubstance> </Chemical> <Chemical> <RegistryNumber>12794-10-4</RegistryNumber> <NameOfSubstance UI="D001569">Benzodiazepines</NameOfSubstance> </Chemical> <Chemical> <RegistryNumber>7MNE9M8287</RegistryNumber> <NameOfSubstance UI="D013469">Sulpiride</NameOfSubstance> </Chemical> <Chemical> <RegistryNumber>8110R61I4U</RegistryNumber> <NameOfSubstance UI="D000077582">Amisulpride</NameOfSubstance> </Chemical> <Chemical> <RegistryNumber>J6292F8L3D</RegistryNumber> <NameOfSubstance UI="D006220">Haloperidol</NameOfSubstance> </Chemical> <Chemical> <RegistryNumber>N7U69T4SZR</RegistryNumber> <NameOfSubstance UI="D000077152">Olanzapine</NameOfSubstance> </Chemical> </ChemicalList> <CitationSubset>IM</CitationSubset> <MeshHeadingList> <MeshHeading> <DescriptorName MajorTopicYN="N" UI="D000328">Adult</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName MajorTopicYN="N" UI="D000077582">Amisulpride</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName MajorTopicYN="N" UI="D014150">Antipsychotic Agents</DescriptorName> <QualifierName MajorTopicYN="N" UI="Q000008">administration &amp; dosage</QualifierName> <QualifierName MajorTopicYN="Y" UI="Q000009">adverse effects</QualifierName> </MeshHeading> <MeshHeading> <DescriptorName MajorTopicYN="N" UI="D001569">Benzodiazepines</DescriptorName> <QualifierName MajorTopicYN="N" UI="Q000008">administration &amp; dosage</QualifierName> <QualifierName MajorTopicYN="N" UI="Q000009">adverse effects</QualifierName> </MeshHeading> <MeshHeading> <DescriptorName MajorTopicYN="N" UI="D016009">Chi-Square Distribution</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName MajorTopicYN="N" UI="D004305">Dose-Response Relationship, Drug</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName MajorTopicYN="N" UI="D004569">Electroencephalography</DescriptorName> <QualifierName MajorTopicYN="Y" UI="Q000187">drug effects</QualifierName> </MeshHeading> <MeshHeading> <DescriptorName MajorTopicYN="N" UI="D005260">Female</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName MajorTopicYN="N" UI="D005500">Follow-Up Studies</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName MajorTopicYN="N" UI="D006220">Haloperidol</DescriptorName> <QualifierName MajorTopicYN="N" UI="Q000008">administration &amp; dosage</QualifierName> <QualifierName MajorTopicYN="N" UI="Q000009">adverse effects</QualifierName> </MeshHeading> <MeshHeading> <DescriptorName MajorTopicYN="N" UI="D006801">Humans</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName MajorTopicYN="N" UI="D008297">Male</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName MajorTopicYN="N" UI="D008875">Middle Aged</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName MajorTopicYN="N" UI="D000077152">Olanzapine</DescriptorName> </MeshHeading> <MeshHeading> <DescriptorName MajorTopicYN="N" UI="D012559">Schizophrenia</DescriptorName> <QualifierName MajorTopicYN="N" UI="Q000188">drug therapy</QualifierName> <QualifierName MajorTopicYN="Y" UI="Q000503">physiopathology</QualifierName> </MeshHeading> <MeshHeading> <DescriptorName MajorTopicYN="N" UI="D013469">Sulpiride</DescriptorName> <QualifierName MajorTopicYN="N" UI="Q000008">administration &amp; dosage</QualifierName> <QualifierName MajorTopicYN="N" UI="Q000009">adverse effects</QualifierName> <QualifierName MajorTopicYN="Y" UI="Q000031">analogs &amp; derivatives</QualifierName> </MeshHeading> </MeshHeadingList> </MedlineCitation> <PubmedData> <History> <PubMedPubDate PubStatus="pubmed"> <Year>2004</Year> <Month>11</Month> <Day>20</Day> <Hour>9</Hour> <Minute>0</Minute> </PubMedPubDate> <PubMedPubDate PubStatus="medline"> <Year>2005</Year> <Month>2</Month> <Day>16</Day> <Hour>9</Hour> <Minute>0</Minute> </PubMedPubDate> <PubMedPubDate PubStatus="entrez"> <Year>2004</Year> <Month>11</Month> <Day>20</Day> <Hour>9</Hour> <Minute>0</Minute> </PubMedPubDate> </History> <PublicationStatus>ppublish</PublicationStatus> <ArticleIdList> <ArticleId IdType="pubmed">15551199</ArticleId> <ArticleId IdType="doi">10.1055/s-2004-832690</ArticleId> </ArticleIdList> </PubmedData> </PubmedArticle>
31.102041
158
0.782152
a851a55617eb60006d710a3592896f5e8398f8c3
2,546
xml
XML
sample/src/main/res/layout/activity_main.xml
kharchenkovitaliypt/AndroidMvp
d5d64f2aaf00857fe15e815cea50dae3871737ad
[ "Apache-2.0" ]
9
2017-02-05T09:37:46.000Z
2020-11-18T14:15:39.000Z
sample/src/main/res/layout/activity_main.xml
kharchenkovitaliypt/AndroidMvp
d5d64f2aaf00857fe15e815cea50dae3871737ad
[ "Apache-2.0" ]
null
null
null
sample/src/main/res/layout/activity_main.xml
kharchenkovitaliypt/AndroidMvp
d5d64f2aaf00857fe15e815cea50dae3871737ad
[ "Apache-2.0" ]
4
2017-03-13T22:45:05.000Z
2019-02-03T14:33:21.000Z
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/container" android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:id="@+id/relative_container" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" android:layout_gravity="center" android:gravity="center" android:orientation="vertical"> <Button android:text="Presenter activity" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/activity_based" /> <Button android:id="@+id/fragment_based" android:text="Presenter fragment" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="15dp" /> <Button android:id="@+id/lce_activity_based" android:text="Presenter lce activity" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="15dp" /> <Button android:id="@+id/lce_fragment_based" android:text="Presenter lce fragment" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="15dp" /> <Button android:id="@+id/fragment_based_v2" android:text="Presenter fragment v2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="20dp" /> <Button android:text="Presenter activity v2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:id="@+id/activity_based_v2" /> <Button android:text="Presenter lce activity v2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:id="@+id/lce_activity_based_v2" /> </LinearLayout> </FrameLayout>
36.898551
64
0.632364
40661076675dc7e737851c6164055c9e99fdcede
2,087
xml
XML
pastplace/WAR_Long_Itchington.xml
FreeUKGen/UkHgisPlaceProviders
2c0f64c490c0ed9d96ce4a1923e123654b2bd5f8
[ "Apache-2.0" ]
null
null
null
pastplace/WAR_Long_Itchington.xml
FreeUKGen/UkHgisPlaceProviders
2c0f64c490c0ed9d96ce4a1923e123654b2bd5f8
[ "Apache-2.0" ]
null
null
null
pastplace/WAR_Long_Itchington.xml
FreeUKGen/UkHgisPlaceProviders
2c0f64c490c0ed9d96ce4a1923e123654b2bd5f8
[ "Apache-2.0" ]
null
null
null
<results> <copyright>(c) 2012, Great Britain Historical GIS, University of Portsmouth, UK. Published under the Creative Commons Attribution 2.0 UK: England &amp; Wales License (http://creativecommons.org/licenses/by/2.0/uk/).</copyright> <place> <id>9147</id> <name>LONG ITCHINGTON</name> <container>WARWICKSHIRE</container> <lat>52.2794893737123</lat> <lon>-1.40805130618003</lon> <gazetteerText>ITCHINGTON (LONG), a village and a parish in Southam district, Warwick. The village stands on the river Ichene or Watergall, near the Warwick and Napton canal, 2 miles NNW of Southam and 2 S of Marton r. station; and has a post office under Rugby. The parish contains also the hamlets of Stoney-Thorpe and Bascote. Acres, 4, 510. Real property, &#163;8, 636. Pop. in 1851, 1, 216; in 1861, 1, 150. Houses, 271. The property is subdivided. The manor belonged to the Odingsells; passed through several hands to Dudley Earl of Leicester, who here entertained Queen Elizabeth on her way to Kenilworth; and belongs now to Lord Leigh and the Earl of Aylesford. The parish is a meet for the Warwickshire hounds. The living is a vicarage in the diocese of Worcester. Value, &#163;210. Patron, J. D. Ellis, Esq., three turns, and Lord Leigh, one turn. The church is very an]cient; consists of nave, S aisle, and chancel, with a tower; and was restored in 1866. There are chapels for Independents and Primitive Methodists, a neat national school of 1855, and charities &#163;31. St. Wulfstan was a native. (In 1870-72, John Marius Wilson&apos;s Imperial Gazetteer of England and Wales)</gazetteerText> <links> <link>http://en.wikipedia.org/wiki/Long_Itchington</link> <link>http://www.genuki.org.uk/big/eng/WAR/LongItchington/index.html</link> <link>http://www.geonames.org/2643674</link> <link>http://www.british-history.ac.uk/report.asp?compid=57112</link> </links> <unit> <id>10315300</id> <status>CP/AP</status> <name>LONG ITCHINGTON</name> </unit> <unit> <id>10315335</id> <status>EP</status> <name>LONG ITCHINGTON</name> </unit> </place> </results>
74.535714
1,207
0.741255
c777b28be5ec079a421b7dfce0819e132b5868a4
177
xml
XML
CCCRest-ear-web/src/main/webapp/WEB-INF/hornetq-configuration.xml
gsfyrakis/TECOmate
dba4dd231ad1b9e21fee527aa901225498a2b8db
[ "Apache-2.0" ]
3
2018-08-20T19:56:08.000Z
2020-02-14T11:05:05.000Z
CCCRest-ear-web/src/main/webapp/WEB-INF/hornetq-configuration.xml
gsfyrakis/TECOmate
dba4dd231ad1b9e21fee527aa901225498a2b8db
[ "Apache-2.0" ]
3
2021-06-04T02:44:49.000Z
2021-12-14T21:50:38.000Z
CCCRest-ear-web/src/main/webapp/WEB-INF/hornetq-configuration.xml
gsfyrakis/TECOmate
dba4dd231ad1b9e21fee527aa901225498a2b8db
[ "Apache-2.0" ]
2
2019-03-06T16:34:35.000Z
2020-05-16T01:16:54.000Z
<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> </configuration>
29.5
68
0.779661
de377f68889eec488897a284388a5d74a7e659a5
884
xml
XML
app/src/main/res/layout/dialog_loading.xml
AshishKayastha/Movies
f455e468b917491fd1e35b07f70e9e9e2d00649d
[ "Apache-2.0" ]
19
2017-08-06T07:35:54.000Z
2022-03-05T04:57:01.000Z
app/src/main/res/layout/dialog_loading.xml
AshishKayastha/Movie-Guide
f455e468b917491fd1e35b07f70e9e9e2d00649d
[ "Apache-2.0" ]
3
2018-02-22T03:16:27.000Z
2020-08-21T00:40:41.000Z
app/src/main/res/layout/dialog_loading.xml
AshishKayastha/Movies
f455e468b917491fd1e35b07f70e9e9e2d00649d
[ "Apache-2.0" ]
10
2017-07-21T12:36:13.000Z
2021-01-29T17:31:43.000Z
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center_vertical" android:orientation="horizontal" android:paddingBottom="@dimen/spacing_xlarge" android:paddingEnd="@dimen/spacing_large" android:paddingStart="@dimen/spacing_large" android:paddingTop="@dimen/spacing_xlarge"> <ProgressBar android:id="@+id/progress_bar" style="@style/ProgressBar.Small" android:visibility="visible" /> <com.ashish.movieguide.ui.widget.FontTextView android:id="@+id/loading_text" style="@style/PrimaryText" android:layout_marginStart="@dimen/spacing_medium" tools:text="Loading..." /> </LinearLayout>
36.833333
72
0.705882
bcc5e9b53eb6247a95a588dfc0d5338fc456c064
2,326
xml
XML
MFES/AC/UPPAAL/mutual-exclusion.xml
luis1ribeiro/MEI---Majors-Degree
c3b6660703e07eea0506eac29e7eb9af2264fc7a
[ "MIT" ]
1
2021-07-19T22:09:47.000Z
2021-07-19T22:09:47.000Z
MFES/AC/UPPAAL/mutual-exclusion.xml
luis1ribeiro/MEI-MajorsDegree
c3b6660703e07eea0506eac29e7eb9af2264fc7a
[ "MIT" ]
null
null
null
MFES/AC/UPPAAL/mutual-exclusion.xml
luis1ribeiro/MEI-MajorsDegree
c3b6660703e07eea0506eac29e7eb9af2264fc7a
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE nta PUBLIC '-//Uppaal Team//DTD Flat System 1.1//EN' 'http://www.it.uu.se/research/group/darts/uppaal/flat-1_2.dtd'> <nta> <declaration>// Place global declarations here. int[0,1] req1, req2; int[1,2] turn;</declaration> <template> <name x="5" y="5">mutex</name> <parameter>const int[1,2] me, int[0,1] &amp;req_self, int[0,1] &amp;req_other </parameter> <declaration>// Place local declarations here.</declaration> <location id="id0" x="-246" y="-476"> <name x="-263" y="-459">idle</name> </location> <location id="id1" x="-76" y="-476"> <name x="-93" y="-459">want</name> </location> <location id="id2" x="-76" y="-297"> <name x="-84" y="-280">wait</name> </location> <location id="id3" x="-246" y="-297"> <name x="-288" y="-272">CriticalArea</name> </location> <init ref="id0"/> <transition> <source ref="id3"/> <target ref="id0"/> <label kind="assignment" x="-323" y="-391">req_self:=0</label> </transition> <transition> <source ref="id2"/> <target ref="id3"/> <label kind="guard" x="-204" y="-280">req_other==0</label> <nail x="-110" y="-280"/> <nail x="-204" y="-280"/> </transition> <transition> <source ref="id2"/> <target ref="id3"/> <label kind="guard" x="-195" y="-340">turn == me</label> <nail x="-102" y="-323"/> <nail x="-212" y="-323"/> </transition> <transition> <source ref="id1"/> <target ref="id2"/> <label kind="assignment" x="-68" y="-391">turn:=(me==1?2:1)</label> </transition> <transition> <source ref="id0"/> <target ref="id1"/> <label kind="assignment" x="-204" y="-493">req_self:=1</label> </transition> </template> <system>// Place template instantiations here. P1 = mutex(1,req1,req2); /* value of me, req_self, req_other */ P2 = mutex(2,req2,req1); /* value of me, req_self, req_other */ // List one or more processes to be composed into a system. system P1,P2; </system> <queries> <query> <formula>E&lt;&gt;P1.CriticalArea</formula> <comment>There's a path where P1 can reach the Critical Zone.</comment> </query> <query> <formula>A[]not(P1.CriticalArea and P2.CriticalArea)</formula> <comment>It's not possible for both being at the same time in the Critical Zone.</comment> </query> </queries> </nta>
32.305556
126
0.613929
1f6215ffda24a3dcbfcd9e39d7b9126594d6b83c
60,728
xml
XML
xml/System.Web.Hosting/HostingEnvironment.xml
billchungiii/dotnet-api-docs.zh-tw
0cffe179845dd11c8c3a6df18f23366526bcba87
[ "CC-BY-4.0", "MIT" ]
2
2020-03-24T01:13:12.000Z
2020-03-24T13:23:01.000Z
xml/System.Web.Hosting/HostingEnvironment.xml
billchungiii/dotnet-api-docs.zh-tw
0cffe179845dd11c8c3a6df18f23366526bcba87
[ "CC-BY-4.0", "MIT" ]
null
null
null
xml/System.Web.Hosting/HostingEnvironment.xml
billchungiii/dotnet-api-docs.zh-tw
0cffe179845dd11c8c3a6df18f23366526bcba87
[ "CC-BY-4.0", "MIT" ]
null
null
null
<Type Name="HostingEnvironment" FullName="System.Web.Hosting.HostingEnvironment"> <Metadata><Meta Name="ms.openlocfilehash" Value="57dcfa6b57314578ea9df84cf1bb444054198f07" /><Meta Name="ms.sourcegitcommit" Value="2dd0eede6edd6dd3d2aa8f79010848658b967609" /><Meta Name="ms.translationtype" Value="MT" /><Meta Name="ms.contentlocale" Value="zh-TW" /><Meta Name="ms.lasthandoff" Value="04/18/2019" /><Meta Name="ms.locfileid" Value="58873613" /></Metadata><TypeSignature Language="C#" Value="public sealed class HostingEnvironment : MarshalByRefObject" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit HostingEnvironment extends System.MarshalByRefObject" /> <TypeSignature Language="DocId" Value="T:System.Web.Hosting.HostingEnvironment" /> <TypeSignature Language="VB.NET" Value="Public NotInheritable Class HostingEnvironment&#xA;Inherits MarshalByRefObject" /> <TypeSignature Language="C++ CLI" Value="public ref class HostingEnvironment sealed : MarshalByRefObject" /> <TypeSignature Language="F#" Value="type HostingEnvironment = class&#xA; inherit MarshalByRefObject" /> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.MarshalByRefObject</BaseTypeName> </Base> <Interfaces /> <Docs> <summary>在 Managed 應用程式的應用程式定義域中向其提供應用程式管理功能和應用程式服務。 這個類別無法被繼承。</summary> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks 每個受管理的應用程式定義域中包含的靜態執行個體<xref:System.Web.Hosting.HostingEnvironment>類別,可提供應用程式管理功能和應用程式服務的存取。 ## Examples 下列程式碼範例是會顯示可從應用程式資訊的網頁<xref:System.Web.Hosting.HostingEnvironment>物件。 [!code-aspx-csharp[System.Web.Hosting.HostingEnvironment#1](~/samples/snippets/csharp/VS_Snippets_WebNet/System.Web.Hosting.HostingEnvironment/CS/hostingEnvironmentcs.aspx#1)] [!code-aspx-vb[System.Web.Hosting.HostingEnvironment#1](~/samples/snippets/visualbasic/VS_Snippets_WebNet/System.Web.Hosting.HostingEnvironment/VB/hostingEnvironmentvb.aspx#1)] ]]></format> </remarks> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public HostingEnvironment ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.#ctor" /> <MemberSignature Language="VB.NET" Value="Public Sub New ()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; HostingEnvironment();" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <Parameters /> <Docs> <summary>初始化 <see cref="T:System.Web.Hosting.HostingEnvironment" /> 類別的新執行個體。</summary> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks <xref:System.Web.Hosting.HostingEnvironment.%23ctor%2A>建構函式初始化<xref:System.Web.Hosting.HostingEnvironment>物件。 <xref:System.Web.Hosting.HostingEnvironment.%23ctor%2A>建構函式在應用程式中有不同的呼叫一次<xref:System.Web.Hosting.ApplicationManager>物件。 呼叫<xref:System.Web.Hosting.HostingEnvironment.%23ctor%2A>建構函式超過一次會造成<xref:System.InvalidOperationException>擲回的例外狀況。 ]]></format> </remarks> <exception cref="T:System.InvalidOperationException">已多次呼叫 <see cref="M:System.Web.Hosting.HostingEnvironment.#ctor" /> 建構函式。</exception> </Docs> </Member> <Member MemberName="ApplicationHost"> <MemberSignature Language="C#" Value="public static System.Web.Hosting.IApplicationHost ApplicationHost { get; }" /> <MemberSignature Language="ILAsm" Value=".property class System.Web.Hosting.IApplicationHost ApplicationHost" /> <MemberSignature Language="DocId" Value="P:System.Web.Hosting.HostingEnvironment.ApplicationHost" /> <MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Property ApplicationHost As IApplicationHost" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static property System::Web::Hosting::IApplicationHost ^ ApplicationHost { System::Web::Hosting::IApplicationHost ^ get(); };" /> <MemberSignature Language="F#" Value="member this.ApplicationHost : System.Web.Hosting.IApplicationHost" Usage="System.Web.Hosting.HostingEnvironment.ApplicationHost" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Web.Hosting.IApplicationHost</ReturnType> </ReturnValue> <Docs> <summary>這個屬性支援 [!INCLUDE[vstecasp](~/includes/vstecasp-md.md)] 基礎結構,但不建議直接在程式碼中使用。</summary> <value>包含主應用程式相關資訊的物件。</value> <remarks>To be added.</remarks> <related type="Article" href="https://msdn.microsoft.com/library/f75a72de-e2f2-4a7a-9574-3f278684ea90">.NET Framework 3.5 架構</related> </Docs> </Member> <Member MemberName="ApplicationID"> <MemberSignature Language="C#" Value="public static string ApplicationID { get; }" /> <MemberSignature Language="ILAsm" Value=".property string ApplicationID" /> <MemberSignature Language="DocId" Value="P:System.Web.Hosting.HostingEnvironment.ApplicationID" /> <MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Property ApplicationID As String" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static property System::String ^ ApplicationID { System::String ^ get(); };" /> <MemberSignature Language="F#" Value="member this.ApplicationID : string" Usage="System.Web.Hosting.HostingEnvironment.ApplicationID" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary>取得應用程式的唯一識別項。</summary> <value>應用程式的唯一識別項。</value> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks 應用程式必須執行含<xref:System.Web.AspNetHostingPermissionLevel>設定為更高的信任,以存取<xref:System.Web.Hosting.HostingEnvironment.ApplicationID%2A>屬性。 ]]></format> </remarks> </Docs> </Member> <Member MemberName="ApplicationMonitors"> <MemberSignature Language="C#" Value="public static System.Web.Hosting.ApplicationMonitors ApplicationMonitors { get; }" /> <MemberSignature Language="ILAsm" Value=".property class System.Web.Hosting.ApplicationMonitors ApplicationMonitors" /> <MemberSignature Language="DocId" Value="P:System.Web.Hosting.HostingEnvironment.ApplicationMonitors" /> <MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Property ApplicationMonitors As ApplicationMonitors" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static property System::Web::Hosting::ApplicationMonitors ^ ApplicationMonitors { System::Web::Hosting::ApplicationMonitors ^ get(); };" /> <MemberSignature Language="F#" Value="member this.ApplicationMonitors : System.Web.Hosting.ApplicationMonitors" Usage="System.Web.Hosting.HostingEnvironment.ApplicationMonitors" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Web.Hosting.ApplicationMonitors</ReturnType> </ReturnValue> <Docs> <summary>取得 ASP.NET 子系統所使用可取代監視器物件的群組,以維持應用程式的健康狀態。</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ApplicationPhysicalPath"> <MemberSignature Language="C#" Value="public static string ApplicationPhysicalPath { get; }" /> <MemberSignature Language="ILAsm" Value=".property string ApplicationPhysicalPath" /> <MemberSignature Language="DocId" Value="P:System.Web.Hosting.HostingEnvironment.ApplicationPhysicalPath" /> <MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Property ApplicationPhysicalPath As String" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static property System::String ^ ApplicationPhysicalPath { System::String ^ get(); };" /> <MemberSignature Language="F#" Value="member this.ApplicationPhysicalPath : string" Usage="System.Web.Hosting.HostingEnvironment.ApplicationPhysicalPath" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary>取得應用程式之目錄在磁碟上的實體路徑。</summary> <value>應用程式之目錄在磁碟上的實體路徑。</value> <remarks> <format type="text/markdown"><![CDATA[ ## Examples 下列程式碼範例使用<xref:System.Web.Hosting.HostingEnvironment.ApplicationPhysicalPath%2A>屬性來建構應用程式的 App_Data 目錄中的資料檔的路徑。 完整的程式碼才能執行範例時,請參閱 < 範例 > 一節的<xref:System.Web.Hosting.VirtualPathProvider>類別概觀主題。 [!code-csharp[System.Web.Hosting.VirtualPathProvider#27](~/samples/snippets/csharp/VS_Snippets_WebNet/system.web.hosting.virtualpathprovider/CS/SamplePathProvider.cs#27)] [!code-vb[System.Web.Hosting.VirtualPathProvider#27](~/samples/snippets/visualbasic/VS_Snippets_WebNet/system.web.hosting.virtualpathprovider/VB/SamplePathProvider.vb#27)] ]]></format> </remarks> </Docs> </Member> <Member MemberName="ApplicationVirtualPath"> <MemberSignature Language="C#" Value="public static string ApplicationVirtualPath { get; }" /> <MemberSignature Language="ILAsm" Value=".property string ApplicationVirtualPath" /> <MemberSignature Language="DocId" Value="P:System.Web.Hosting.HostingEnvironment.ApplicationVirtualPath" /> <MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Property ApplicationVirtualPath As String" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static property System::String ^ ApplicationVirtualPath { System::String ^ get(); };" /> <MemberSignature Language="F#" Value="member this.ApplicationVirtualPath : string" Usage="System.Web.Hosting.HostingEnvironment.ApplicationVirtualPath" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary>取得應用程式的根虛擬路徑。</summary> <value>應用程式的根虛擬路徑 (結尾沒有斜線 (/))</value> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks <xref:System.Web.Hosting.HostingEnvironment.ApplicationVirtualPath%2A>屬性一律會傳回"`/"`作為傳回值的第一個字元。 如果應用程式位於網站根目錄中,傳回的值只是 「`/"`。 ]]></format> </remarks> </Docs> </Member> <Member MemberName="Cache"> <MemberSignature Language="C#" Value="public static System.Web.Caching.Cache Cache { get; }" /> <MemberSignature Language="ILAsm" Value=".property class System.Web.Caching.Cache Cache" /> <MemberSignature Language="DocId" Value="P:System.Web.Hosting.HostingEnvironment.Cache" /> <MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Property Cache As Cache" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static property System::Web::Caching::Cache ^ Cache { System::Web::Caching::Cache ^ get(); };" /> <MemberSignature Language="F#" Value="member this.Cache : System.Web.Caching.Cache" Usage="System.Web.Hosting.HostingEnvironment.Cache" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Web.Caching.Cache</ReturnType> </ReturnValue> <Docs> <summary>取得目前應用程式的 <see cref="T:System.Web.Caching.Cache" /> 執行個體。</summary> <value>目前的 <see cref="T:System.Web.Caching.Cache" /> 執行個體。</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DecrementBusyCount"> <MemberSignature Language="C#" Value="public static void DecrementBusyCount ();" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DecrementBusyCount() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.DecrementBusyCount" /> <MemberSignature Language="VB.NET" Value="Public Shared Sub DecrementBusyCount ()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static void DecrementBusyCount();" /> <MemberSignature Language="F#" Value="static member DecrementBusyCount : unit -&gt; unit" Usage="System.Web.Hosting.HostingEnvironment.DecrementBusyCount " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>將裝載環境中的忙碌物件計數減少一個。</summary> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks 當忙碌中已註冊的物件完成其工作時,它會呼叫<xref:System.Web.Hosting.HostingEnvironment.DecrementBusyCount%2A>方法來通知<xref:System.Web.Hosting.HostingEnvironment>物件已完成處理,並由其中一個減少的忙碌物件計數。 如果忙碌的計數小於或等於零,裝載的應用程式會將逾時,即使沒有任何暫止的要求。 必須呼叫<xref:System.Web.Hosting.HostingEnvironment.DecrementBusyCount%2A>每次呼叫的方法<xref:System.Web.Hosting.HostingEnvironment.IncrementBusyCount%2A>方法。 ]]></format> </remarks> </Docs> </Member> <MemberGroup MemberName="Impersonate"> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <Docs> <summary>允許程式碼模擬不同使用者。</summary> </Docs> </MemberGroup> <Member MemberName="Impersonate"> <MemberSignature Language="C#" Value="public static IDisposable Impersonate ();" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.IDisposable Impersonate() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.Impersonate" /> <MemberSignature Language="VB.NET" Value="Public Shared Function Impersonate () As IDisposable" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static IDisposable ^ Impersonate();" /> <MemberSignature Language="F#" Value="static member Impersonate : unit -&gt; IDisposable" Usage="System.Web.Hosting.HostingEnvironment.Impersonate " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IDisposable</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>模擬由應用程式識別所表示的使用者。</summary> <returns><see cref="T:System.IDisposable" /> 物件,表示模擬前的 Windows 使用者,這個物件可以用於還原為原始使用者的內容。</returns> <remarks>To be added.</remarks> <exception cref="T:System.Web.HttpException">處理序無法模擬。</exception> </Docs> </Member> <Member MemberName="Impersonate"> <MemberSignature Language="C#" Value="public static IDisposable Impersonate (IntPtr token);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.IDisposable Impersonate(native int token) cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.Impersonate(System.IntPtr)" /> <MemberSignature Language="VB.NET" Value="Public Shared Function Impersonate (token As IntPtr) As IDisposable" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static IDisposable ^ Impersonate(IntPtr token);" /> <MemberSignature Language="F#" Value="static member Impersonate : nativeint -&gt; IDisposable" Usage="System.Web.Hosting.HostingEnvironment.Impersonate token" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IDisposable</ReturnType> </ReturnValue> <Parameters> <Parameter Name="token" Type="System.IntPtr" /> </Parameters> <Docs> <param name="token">Windows 帳戶語彙基元的控制代碼。</param> <summary>模擬由指定使用者語彙基元所表示的使用者。</summary> <returns><see cref="T:System.IDisposable" /> 物件,表示模擬前的 Windows 使用者,這個物件可以用於還原為原始使用者的內容。</returns> <remarks>To be added.</remarks> <exception cref="T:System.Web.HttpException">處理序無法模擬。</exception> </Docs> </Member> <Member MemberName="Impersonate"> <MemberSignature Language="C#" Value="public static IDisposable Impersonate (IntPtr userToken, string virtualPath);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.IDisposable Impersonate(native int userToken, string virtualPath) cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.Impersonate(System.IntPtr,System.String)" /> <MemberSignature Language="VB.NET" Value="Public Shared Function Impersonate (userToken As IntPtr, virtualPath As String) As IDisposable" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static IDisposable ^ Impersonate(IntPtr userToken, System::String ^ virtualPath);" /> <MemberSignature Language="F#" Value="static member Impersonate : nativeint * string -&gt; IDisposable" Usage="System.Web.Hosting.HostingEnvironment.Impersonate (userToken, virtualPath)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IDisposable</ReturnType> </ReturnValue> <Parameters> <Parameter Name="userToken" Type="System.IntPtr" /> <Parameter Name="virtualPath" Type="System.String" /> </Parameters> <Docs> <param name="userToken">Windows 帳戶語彙基元的控制代碼。</param> <param name="virtualPath">要求之資源的路徑。</param> <summary>模擬由指定虛擬路徑之組態設定所指定的使用者,或指定的使用者語彙基元。</summary> <returns><see cref="T:System.IDisposable" /> 物件,表示模擬前的 Windows 使用者,這個物件可以用於還原為原始使用者的內容。</returns> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks <xref:System.Web.Hosting.HostingEnvironment.Impersonate%2A>方法會模擬後套用組態設定會影響指定的虛擬路徑中的所有項目所產生的使用者。 如果`identity`項目未指定虛擬路徑,<xref:System.Web.Hosting.HostingEnvironment.Impersonate%2A>方法會模擬指定的 Windows 帳戶。 ]]></format> </remarks> <exception cref="T:System.Web.HttpException">處理序無法模擬。</exception> </Docs> </Member> <Member MemberName="InClientBuildManager"> <MemberSignature Language="C#" Value="public static bool InClientBuildManager { get; }" /> <MemberSignature Language="ILAsm" Value=".property bool InClientBuildManager" /> <MemberSignature Language="DocId" Value="P:System.Web.Hosting.HostingEnvironment.InClientBuildManager" /> <MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Property InClientBuildManager As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static property bool InClientBuildManager { bool get(); };" /> <MemberSignature Language="F#" Value="member this.InClientBuildManager : bool" Usage="System.Web.Hosting.HostingEnvironment.InClientBuildManager" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary>取得值,這個值表示主機環境是否可以存取 ASP.NET 建置系統。</summary> <value>如果應用程式定義域是 <see langword="true" /> 情節中所使用的 ASP.NET 裝載應用程式定義域,則為 <see langword="ClientBuildManager" />,否則為 <see langword="false" />。</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="IncrementBusyCount"> <MemberSignature Language="C#" Value="public static void IncrementBusyCount ();" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void IncrementBusyCount() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.IncrementBusyCount" /> <MemberSignature Language="VB.NET" Value="Public Shared Sub IncrementBusyCount ()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static void IncrementBusyCount();" /> <MemberSignature Language="F#" Value="static member IncrementBusyCount : unit -&gt; unit" Usage="System.Web.Hosting.HostingEnvironment.IncrementBusyCount " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>將裝載環境中的忙碌物件計數增加一個。</summary> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks 已註冊的物件訊號<xref:System.Web.Hosting.HostingEnvironment>它正在執行的物件以及的忙碌物件計數增加一個。 如果忙碌的計數小於或等於零,裝載的應用程式會將逾時,即使沒有任何暫止的要求。 必須呼叫<xref:System.Web.Hosting.HostingEnvironment.DecrementBusyCount%2A>每次呼叫的方法<xref:System.Web.Hosting.HostingEnvironment.IncrementBusyCount%2A>方法。 ]]></format> </remarks> </Docs> </Member> <Member MemberName="InitializationException"> <MemberSignature Language="C#" Value="public static Exception InitializationException { get; }" /> <MemberSignature Language="ILAsm" Value=".property class System.Exception InitializationException" /> <MemberSignature Language="DocId" Value="P:System.Web.Hosting.HostingEnvironment.InitializationException" /> <MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Property InitializationException As Exception" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static property Exception ^ InitializationException { Exception ^ get(); };" /> <MemberSignature Language="F#" Value="member this.InitializationException : Exception" Usage="System.Web.Hosting.HostingEnvironment.InitializationException" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Exception</ReturnType> </ReturnValue> <Docs> <summary>取得 <see cref="T:System.Web.Hosting.HostingEnvironment" /> 物件初始設定期間擲回的例外狀況。</summary> <value><see cref="T:System.Web.Hosting.HostingEnvironment" /> 物件初始設定期間擲回的例外狀況。 如果未擲回例外狀況,則會傳回 <see langword="null" />。</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="InitializeLifetimeService"> <MemberSignature Language="C#" Value="public override object InitializeLifetimeService ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance object InitializeLifetimeService() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.InitializeLifetimeService" /> <MemberSignature Language="VB.NET" Value="Public Overrides Function InitializeLifetimeService () As Object" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; override System::Object ^ InitializeLifetimeService();" /> <MemberSignature Language="F#" Value="override this.InitializeLifetimeService : unit -&gt; obj" Usage="hostingEnvironment.InitializeLifetimeService " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Object</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>藉由防止建立使用期,為 <see cref="T:System.Web.Hosting.HostingEnvironment" /> 物件提供無限的存留期。</summary> <returns>一定是 <see langword="null" />。</returns> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks 這個方法會覆寫<xref:System.MarshalByRefObject.InitializeLifetimeService%2A>其基底類別中的方法。 它會一律傳回`null`,並避免建立會限制的使用期<xref:System.Web.Hosting.HostingEnvironment>物件的存留期。 ]]></format> </remarks> </Docs> </Member> <Member MemberName="InitiateShutdown"> <MemberSignature Language="C#" Value="public static void InitiateShutdown ();" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void InitiateShutdown() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.InitiateShutdown" /> <MemberSignature Language="VB.NET" Value="Public Shared Sub InitiateShutdown ()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static void InitiateShutdown();" /> <MemberSignature Language="F#" Value="static member InitiateShutdown : unit -&gt; unit" Usage="System.Web.Hosting.HostingEnvironment.InitiateShutdown " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>開始關閉與這個主機關聯的 Web 應用程式,並從系統中移除註冊的物件。</summary> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks 使用<xref:System.Web.Hosting.HostingEnvironment.InitiateShutdown%2A>方法來停止 web 應用程式定義域,並移除任何物件向<xref:System.Web.Hosting.HostingEnvironment.RegisterObject%2A>方法。 這個方法會立即傳回,關機之前完成。 <xref:System.Web.Hosting.IRegisteredObject.Stop%2A>每個已註冊的物件上呼叫方法,是將它傳遞的參數設定為`false`允許每個已註冊的物件,以非同步方式關閉。 等候指定的時間量之後`shutdownTimeout`的屬性`<hostingEnvironment>`組態項目,<xref:System.Web.Hosting.IRegisteredObject.Stop%2A>傳遞的參數設定為一次呼叫方法`true`剩餘的每個已註冊物件。 完成所有已註冊的物件已關閉,<xref:System.Web.Hosting.HostingEnvironment>關閉應用程式定義域的物件。 ]]></format> </remarks> </Docs> </Member> <Member MemberName="IsDevelopmentEnvironment"> <MemberSignature Language="C#" Value="public static bool IsDevelopmentEnvironment { get; }" /> <MemberSignature Language="ILAsm" Value=".property bool IsDevelopmentEnvironment" /> <MemberSignature Language="DocId" Value="P:System.Web.Hosting.HostingEnvironment.IsDevelopmentEnvironment" /> <MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Property IsDevelopmentEnvironment As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static property bool IsDevelopmentEnvironment { bool get(); };" /> <MemberSignature Language="F#" Value="member this.IsDevelopmentEnvironment : bool" Usage="System.Web.Hosting.HostingEnvironment.IsDevelopmentEnvironment" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary>取得值,指出目前應用程式是否處於開發環境。</summary> <value>如果應用程式是在開發環境中,則為 <see langword="true" />,否則為<see langword="false" />。</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="IsHosted"> <MemberSignature Language="C#" Value="public static bool IsHosted { get; }" /> <MemberSignature Language="ILAsm" Value=".property bool IsHosted" /> <MemberSignature Language="DocId" Value="P:System.Web.Hosting.HostingEnvironment.IsHosted" /> <MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Property IsHosted As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static property bool IsHosted { bool get(); };" /> <MemberSignature Language="F#" Value="member this.IsHosted : bool" Usage="System.Web.Hosting.HostingEnvironment.IsHosted" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary>取得值,指出目前應用程式定義域是否由 <see cref="T:System.Web.Hosting.ApplicationManager" /> 物件裝載 (Host)。</summary> <value>如果應用程式定義域由 <see cref="T:System.Web.Hosting.ApplicationManager" /> 物件裝載則為 <see langword="true" />,否則為 <see langword="false" />。</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="MapPath"> <MemberSignature Language="C#" Value="public static string MapPath (string virtualPath);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig string MapPath(string virtualPath) cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.MapPath(System.String)" /> <MemberSignature Language="VB.NET" Value="Public Shared Function MapPath (virtualPath As String) As String" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static System::String ^ MapPath(System::String ^ virtualPath);" /> <MemberSignature Language="F#" Value="static member MapPath : string -&gt; string" Usage="System.Web.Hosting.HostingEnvironment.MapPath virtualPath" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Parameters> <Parameter Name="virtualPath" Type="System.String" /> </Parameters> <Docs> <param name="virtualPath">虛擬路徑 (絕對或相對)。</param> <summary>將虛擬路徑對應至伺服器上的實體路徑。</summary> <returns>由 <paramref name="virtualPath" /> 所指定伺服器上的實際路徑。</returns> <remarks>To be added.</remarks> <altmember cref="M:System.Web.HttpServerUtility.MapPath(System.String)" /> </Docs> </Member> <Member MemberName="MaxConcurrentRequestsPerCPU"> <MemberSignature Language="C#" Value="public static int MaxConcurrentRequestsPerCPU { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property int32 MaxConcurrentRequestsPerCPU" /> <MemberSignature Language="DocId" Value="P:System.Web.Hosting.HostingEnvironment.MaxConcurrentRequestsPerCPU" /> <MemberSignature Language="VB.NET" Value="Public Shared Property MaxConcurrentRequestsPerCPU As Integer" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static property int MaxConcurrentRequestsPerCPU { int get(); void set(int value); };" /> <MemberSignature Language="F#" Value="member this.MaxConcurrentRequestsPerCPU : int with get, set" Usage="System.Web.Hosting.HostingEnvironment.MaxConcurrentRequestsPerCPU" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Docs> <summary>取得或設定每一個 CPU 的最大並行要求數目。</summary> <value>每一個 CPU 的最大並行要求數目。</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="MaxConcurrentThreadsPerCPU"> <MemberSignature Language="C#" Value="public static int MaxConcurrentThreadsPerCPU { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property int32 MaxConcurrentThreadsPerCPU" /> <MemberSignature Language="DocId" Value="P:System.Web.Hosting.HostingEnvironment.MaxConcurrentThreadsPerCPU" /> <MemberSignature Language="VB.NET" Value="Public Shared Property MaxConcurrentThreadsPerCPU As Integer" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static property int MaxConcurrentThreadsPerCPU { int get(); void set(int value); };" /> <MemberSignature Language="F#" Value="member this.MaxConcurrentThreadsPerCPU : int with get, set" Usage="System.Web.Hosting.HostingEnvironment.MaxConcurrentThreadsPerCPU" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Docs> <summary>取得或設定每一個 CPU 的最大並行執行緒數目。</summary> <value>每一個 CPU 的最大並行執行緒數目。</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="MessageReceived"> <MemberSignature Language="C#" Value="public static void MessageReceived ();" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void MessageReceived() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.MessageReceived" /> <MemberSignature Language="VB.NET" Value="Public Shared Sub MessageReceived ()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static void MessageReceived();" /> <MemberSignature Language="F#" Value="static member MessageReceived : unit -&gt; unit" Usage="System.Web.Hosting.HostingEnvironment.MessageReceived " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>這個方法支援 [!INCLUDE[vstecasp](~/includes/vstecasp-md.md)] 基礎結構,但是您不可以從程式碼直接使用它。</summary> <remarks>To be added.</remarks> <related type="Article" href="https://msdn.microsoft.com/library/f75a72de-e2f2-4a7a-9574-3f278684ea90">.NET Framework 3.5 架構</related> </Docs> </Member> <MemberGroup MemberName="QueueBackgroundWorkItem"> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <Docs> <summary>排程可在背景中執行的工作,不受任何要求影響。 此多載方法不會讓 <see cref="T:System.Threading.ExecutionContext" /> 或 <see cref="T:System.Security.SecurityContext" /> 從呼叫者流動至被呼叫者。 因此,這些物件的成員 (例如 <see cref="P:System.Threading.Thread.CurrentPrincipal" /> 屬性) 都不會從呼叫者流入被呼叫者。</summary> </Docs> </MemberGroup> <Member MemberName="QueueBackgroundWorkItem"> <MemberSignature Language="C#" Value="public static void QueueBackgroundWorkItem (Action&lt;System.Threading.CancellationToken&gt; workItem);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void QueueBackgroundWorkItem(class System.Action`1&lt;valuetype System.Threading.CancellationToken&gt; workItem) cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.QueueBackgroundWorkItem(System.Action{System.Threading.CancellationToken})" /> <MemberSignature Language="VB.NET" Value="Public Shared Sub QueueBackgroundWorkItem (workItem As Action(Of CancellationToken))" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static void QueueBackgroundWorkItem(Action&lt;System::Threading::CancellationToken&gt; ^ workItem);" /> <MemberSignature Language="F#" Value="static member QueueBackgroundWorkItem : Action&lt;System.Threading.CancellationToken&gt; -&gt; unit" Usage="System.Web.Hosting.HostingEnvironment.QueueBackgroundWorkItem workItem" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workItem" Type="System.Action&lt;System.Threading.CancellationToken&gt;" Index="0" FrameworkAlternate="netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8" /> </Parameters> <Docs> <param name="workItem">執行單位。</param> <summary>排程可在背景中執行的工作,不受任何要求影響。</summary> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks 不同於正常的執行緒集區工作項目,ASP.NET 可以追蹤的多少個工作目前正在透過此 API 已註冊的項目,以及 ASP.NET 執行階段會嘗試關閉,直到這些工作項目都已完成執行的 AppDomain 的延遲。 ASP.NET managed AppDomain 之外,不能呼叫這個 API。 提供的 CancellationToken 信號會在應用程式正在關閉。 <xref:System.Web.Hosting.HostingEnvironment.QueueBackgroundWorkItem%2A> 會傳回工作的回呼。工作項目會被視為完成回呼傳回時。 ]]></format> </remarks> </Docs> </Member> <Member MemberName="QueueBackgroundWorkItem"> <MemberSignature Language="C#" Value="public static void QueueBackgroundWorkItem (Func&lt;System.Threading.CancellationToken,System.Threading.Tasks.Task&gt; workItem);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void QueueBackgroundWorkItem(class System.Func`2&lt;valuetype System.Threading.CancellationToken, class System.Threading.Tasks.Task&gt; workItem) cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.QueueBackgroundWorkItem(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task})" /> <MemberSignature Language="VB.NET" Value="Public Shared Sub QueueBackgroundWorkItem (workItem As Func(Of CancellationToken, Task))" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static void QueueBackgroundWorkItem(Func&lt;System::Threading::CancellationToken, System::Threading::Tasks::Task ^&gt; ^ workItem);" /> <MemberSignature Language="F#" Value="static member QueueBackgroundWorkItem : Func&lt;System.Threading.CancellationToken, System.Threading.Tasks.Task&gt; -&gt; unit" Usage="System.Web.Hosting.HostingEnvironment.QueueBackgroundWorkItem workItem" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workItem" Type="System.Func&lt;System.Threading.CancellationToken,System.Threading.Tasks.Task&gt;" Index="0" FrameworkAlternate="netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8" /> </Parameters> <Docs> <param name="workItem">執行單位。</param> <summary>排程可在背景中執行的工作,不受任何要求影響。</summary> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks 不同於正常的執行緒集區工作項目,ASP.NET 可以追蹤的多少個工作目前正在透過此 API 已註冊的項目,以及 ASP.NET 執行階段會嘗試關閉,直到這些工作項目都已完成執行的 AppDomain 的延遲。 ASP.NET managed AppDomain 之外,不能呼叫這個 API。 提供的 CancellationToken 信號會在應用程式正在關閉。 <xref:System.Web.Hosting.HostingEnvironment.QueueBackgroundWorkItem%2A> 會傳回工作的回呼。工作項目會被視為完成時傳回的工作而轉換至終端機的狀態。 ]]></format> </remarks> </Docs> </Member> <Member MemberName="RegisterObject"> <MemberSignature Language="C#" Value="public static void RegisterObject (System.Web.Hosting.IRegisteredObject obj);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void RegisterObject(class System.Web.Hosting.IRegisteredObject obj) cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.RegisterObject(System.Web.Hosting.IRegisteredObject)" /> <MemberSignature Language="VB.NET" Value="Public Shared Sub RegisterObject (obj As IRegisteredObject)" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static void RegisterObject(System::Web::Hosting::IRegisteredObject ^ obj);" /> <MemberSignature Language="F#" Value="static member RegisterObject : System.Web.Hosting.IRegisteredObject -&gt; unit" Usage="System.Web.Hosting.HostingEnvironment.RegisterObject obj" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="obj" Type="System.Web.Hosting.IRegisteredObject" /> </Parameters> <Docs> <param name="obj">要登錄的物件。</param> <summary>將物件置於應用程式的註冊物件清單中。</summary> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks <xref:System.Web.Hosting.ApplicationManager>類別可讓您建立、 管理及終結目前的應用程式定義域內的物件目前的應用程式定義域以外的方法。 <xref:System.Web.Hosting.HostingEnvironment.RegisterObject%2A>方法用來向裝載環境中的先前建立的物件。 物件向<xref:System.Web.Hosting.HostingEnvironment.RegisterObject%2A>方法必須實作<xref:System.Web.Hosting.IRegisteredObject>介面。 若要使用已註冊的物件,請遵循下列步驟: 1. 建立已註冊的物件的新執行個體,藉由呼叫<xref:System.Web.Hosting.ApplicationManager.CreateObject%2A?displayProperty=nameWithType>方法。 2. 呼叫特定類型的方法,來初始化新的物件。 在初始化方法中,呼叫<xref:System.Web.Hosting.HostingEnvironment.RegisterObject%2A>方法將物件新增至已註冊的物件清單。 3. 呼叫<xref:System.Web.Hosting.ApplicationManager.GetObject%2A?displayProperty=nameWithType>返回已註冊的物件時所需的方法。 4. 當您想要停止您的物件時,呼叫<xref:System.Web.Hosting.ApplicationManager.StopObject%2A?displayProperty=nameWithType>方法。 <xref:System.Web.Hosting.ApplicationManager.StopObject%2A?displayProperty=nameWithType>方法會呼叫<xref:System.Web.Hosting.IRegisteredObject.Stop%2A?displayProperty=nameWithType>方法。 5. 在 <xref:System.Web.Hosting.IRegisteredObject.Stop%2A?displayProperty=nameWithType>方法,讓您的物件呼叫<xref:System.Web.Hosting.HostingEnvironment.UnregisterObject%2A>方法。 ## Examples 下列程式碼範例是實作`Start`方法註冊的物件。 完整的程式碼才能執行範例時,請參閱 < 範例 > 一節的<xref:System.Web.Hosting.IRegisteredObject>介面的概觀主題。 [!code-csharp[System.Web.Hosting.ApplicationManager#2](~/samples/snippets/csharp/VS_Snippets_WebNet/System.Web.Hosting.ApplicationManager/CS/appManagercs.aspx.cs#2)] [!code-vb[System.Web.Hosting.ApplicationManager#2](~/samples/snippets/visualbasic/VS_Snippets_WebNet/System.Web.Hosting.ApplicationManager/VB/appManagervb.aspx.vb#2)] ]]></format> </remarks> <altmember cref="M:System.Web.Hosting.HostingEnvironment.UnregisterObject(System.Web.Hosting.IRegisteredObject)" /> <altmember cref="T:System.Web.Hosting.IRegisteredObject" /> <altmember cref="M:System.Web.Hosting.ApplicationManager.CreateObject(System.String,System.Type,System.String,System.String,System.Boolean)" /> </Docs> </Member> <Member MemberName="RegisterVirtualPathProvider"> <MemberSignature Language="C#" Value="public static void RegisterVirtualPathProvider (System.Web.Hosting.VirtualPathProvider virtualPathProvider);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void RegisterVirtualPathProvider(class System.Web.Hosting.VirtualPathProvider virtualPathProvider) cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.RegisterVirtualPathProvider(System.Web.Hosting.VirtualPathProvider)" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static void RegisterVirtualPathProvider(System::Web::Hosting::VirtualPathProvider ^ virtualPathProvider);" /> <MemberSignature Language="F#" Value="static member RegisterVirtualPathProvider : System.Web.Hosting.VirtualPathProvider -&gt; unit" Usage="System.Web.Hosting.HostingEnvironment.RegisterVirtualPathProvider virtualPathProvider" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="virtualPathProvider" Type="System.Web.Hosting.VirtualPathProvider" /> </Parameters> <Docs> <param name="virtualPathProvider">要加入至編譯系統的新 <see cref="T:System.Web.Hosting.VirtualPathProvider" /> 執行個體。</param> <summary>使用 ASP.NET 編譯系統註冊新的 <see cref="T:System.Web.Hosting.VirtualPathProvider" /> 執行個體。</summary> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks <xref:System.Web.Hosting.HostingEnvironment.RegisterVirtualPathProvider%2A>方法將指定<xref:System.Web.Hosting.VirtualPathProvider>到應用程式的清單執行個體的虛擬路徑提供者。 如需詳細資訊,請參閱<xref:System.Web.Hosting.VirtualPathProvider>類別概觀。 ## Examples 下列程式碼範例屬於登錄自訂應用程式啟動方法<xref:System.Web.Hosting.VirtualPathProvider>使用編譯系統的執行個體。 完整的程式碼才能執行範例時,請參閱 < 範例 > 一節的<xref:System.Web.Hosting.VirtualPathProvider>類別概觀主題。 [!code-csharp[System.Web.Hosting.VirtualPathProvider#11](~/samples/snippets/csharp/VS_Snippets_WebNet/system.web.hosting.virtualpathprovider/CS/AppStart.cs#11)] [!code-vb[System.Web.Hosting.VirtualPathProvider#11](~/samples/snippets/visualbasic/VS_Snippets_WebNet/system.web.hosting.virtualpathprovider/VB/AppStart.vb#11)] ]]></format> </remarks> </Docs> </Member> <MemberGroup MemberName="SetCultures"> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <Docs> <summary>設定目前執行緒的文化特性 (Culture) 資訊。</summary> </Docs> </MemberGroup> <Member MemberName="SetCultures"> <MemberSignature Language="C#" Value="public static IDisposable SetCultures ();" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.IDisposable SetCultures() cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.SetCultures" /> <MemberSignature Language="VB.NET" Value="Public Shared Function SetCultures () As IDisposable" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static IDisposable ^ SetCultures();" /> <MemberSignature Language="F#" Value="static member SetCultures : unit -&gt; IDisposable" Usage="System.Web.Hosting.HostingEnvironment.SetCultures " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IDisposable</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>將目前執行緒設為應用程式組態檔中指定的文化特性。</summary> <returns><see cref="T:System.IDisposable" /> 物件,表示變更前的文化特性,這個物件可用於還原為先前的文化特性。</returns> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks <xref:System.Web.Hosting.HostingEnvironment.SetCultures%2A>方法會將目前的執行緒設定中指定的文化特性[globalization 項目 (ASP.NET 設定結構描述)](https://msdn.microsoft.com/library/e2dffc8e-ebd2-439b-a2fd-e3ac5e620da7)應用程式的組態檔中的項目。 ]]></format> </remarks> </Docs> </Member> <Member MemberName="SetCultures"> <MemberSignature Language="C#" Value="public static IDisposable SetCultures (string virtualPath);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.IDisposable SetCultures(string virtualPath) cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.SetCultures(System.String)" /> <MemberSignature Language="VB.NET" Value="Public Shared Function SetCultures (virtualPath As String) As IDisposable" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static IDisposable ^ SetCultures(System::String ^ virtualPath);" /> <MemberSignature Language="F#" Value="static member SetCultures : string -&gt; IDisposable" Usage="System.Web.Hosting.HostingEnvironment.SetCultures virtualPath" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.IDisposable</ReturnType> </ReturnValue> <Parameters> <Parameter Name="virtualPath" Type="System.String" /> </Parameters> <Docs> <param name="virtualPath">包含文化特性資訊的路徑。</param> <summary>將目前執行緒設為指定虛擬路徑的文化特性。</summary> <returns><see cref="T:System.IDisposable" /> 物件,表示變更前的文化特性,這個物件可用於還原為先前的文化特性。</returns> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks <xref:System.Web.Hosting.HostingEnvironment.SetCultures%2A>方法會將結果套用會影響指定的虛擬路徑的組態檔中的所有項目之後的文化特性設定目前的執行緒。 ]]></format> </remarks> </Docs> </Member> <Member MemberName="ShutdownReason"> <MemberSignature Language="C#" Value="public static System.Web.ApplicationShutdownReason ShutdownReason { get; }" /> <MemberSignature Language="ILAsm" Value=".property valuetype System.Web.ApplicationShutdownReason ShutdownReason" /> <MemberSignature Language="DocId" Value="P:System.Web.Hosting.HostingEnvironment.ShutdownReason" /> <MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Property ShutdownReason As ApplicationShutdownReason" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static property System::Web::ApplicationShutdownReason ShutdownReason { System::Web::ApplicationShutdownReason get(); };" /> <MemberSignature Language="F#" Value="member this.ShutdownReason : System.Web.ApplicationShutdownReason" Usage="System.Web.Hosting.HostingEnvironment.ShutdownReason" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Web.ApplicationShutdownReason</ReturnType> </ReturnValue> <Docs> <summary>傳回列舉值,表示應用程式結束的原因。</summary> <value>其中一個 <see cref="T:System.Web.ApplicationShutdownReason" /> 值。</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="SiteName"> <MemberSignature Language="C#" Value="public static string SiteName { get; }" /> <MemberSignature Language="ILAsm" Value=".property string SiteName" /> <MemberSignature Language="DocId" Value="P:System.Web.Hosting.HostingEnvironment.SiteName" /> <MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Property SiteName As String" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static property System::String ^ SiteName { System::String ^ get(); };" /> <MemberSignature Language="F#" Value="member this.SiteName : string" Usage="System.Web.Hosting.HostingEnvironment.SiteName" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary>取得此站台的名稱。</summary> <value>站台的名稱。</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StopListening"> <MemberSignature Language="C#" Value="public static event EventHandler StopListening;" /> <MemberSignature Language="ILAsm" Value=".event class System.EventHandler StopListening" /> <MemberSignature Language="DocId" Value="E:System.Web.Hosting.HostingEnvironment.StopListening" /> <MemberSignature Language="VB.NET" Value="Public Shared Event StopListening As EventHandler " /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static event EventHandler ^ StopListening;" /> <MemberSignature Language="F#" Value="member this.StopListening : EventHandler " Usage="member this.StopListening : System.EventHandler " /> <MemberType>Event</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.EventHandler</ReturnType> </ReturnValue> <Docs> <summary>[僅在 .NET Framework 4.5.1 中支援] 在與此主機相關聯的背景工作處理序或應用程式集區,已停止接聽新要求且最終將關閉時發生。</summary> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks 當應用程式集區和其相關聯的背景工作處理序會關閉 iis 時,例如當應用程式集區已達到排定的回收時間間隔,IIS 會通知應用程式正在關閉 ASP.NET 執行階段和背景工作處理序應用程式集區中,就會停止接聽新要求。 使用長時間執行的要求,例如應用程式[SignalR](https://go.microsoft.com/fwlink/?LinkID=285432)應用程式可以接聽<xref:System.Web.Hosting.HostingEnvironment.StopListening>事件和 IIS 已啟動的應用程式關閉時正常關閉其長時間執行的作業集區和其相關聯的背景工作處理序。 > [!WARNING] > 有幾個開發人員在實作時必須考慮的設計考量<xref:System.Web.Hosting.HostingEnvironment.StopListening>事件: > > 1. <xref:System.Web.Hosting.HostingEnvironment.StopListening>事件僅適用於已設定為使用 IIS 整合式的管線的應用程式。 > 2. 開發人員不能擲回的錯誤及其<xref:System.Web.Hosting.HostingEnvironment.StopListening>實作; 擲回錯誤,將會有無法預期的結果。 > 3. 由於在 ASP.NET 中作業的並行本質,也不會保證,ASP.NET 將呼叫<xref:System.Web.Hosting.HostingEnvironment.StopListening>一旦它已經由開發人員實作的事件。 > 4. <xref:System.Web.Hosting.HostingEnvironment.StopListening>事件可以與其他同時執行<xref:System.Web.Hosting.IRegisteredObject>通知。 > 5. 開發人員必須要注意,ASP.NET 可以關閉應用程式定義域時其<xref:System.Web.Hosting.HostingEnvironment.StopListening>事件時執行和設計其實作來處理這個可能性。 > 6. <xref:System.Web.Hosting.HostingEnvironment.StopListening> 事件處理常式不得封鎖;封鎖實作時,會導致死結,並達到快速失敗保護間隔時,IIS 會終止背景工作處理序。 ]]></format> </remarks> </Docs> </Member> <Member MemberName="UnregisterObject"> <MemberSignature Language="C#" Value="public static void UnregisterObject (System.Web.Hosting.IRegisteredObject obj);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void UnregisterObject(class System.Web.Hosting.IRegisteredObject obj) cil managed" /> <MemberSignature Language="DocId" Value="M:System.Web.Hosting.HostingEnvironment.UnregisterObject(System.Web.Hosting.IRegisteredObject)" /> <MemberSignature Language="VB.NET" Value="Public Shared Sub UnregisterObject (obj As IRegisteredObject)" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static void UnregisterObject(System::Web::Hosting::IRegisteredObject ^ obj);" /> <MemberSignature Language="F#" Value="static member UnregisterObject : System.Web.Hosting.IRegisteredObject -&gt; unit" Usage="System.Web.Hosting.HostingEnvironment.UnregisterObject obj" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="obj" Type="System.Web.Hosting.IRegisteredObject" /> </Parameters> <Docs> <param name="obj">要移除的物件。</param> <summary>移除於應用程式之註冊物件清單中的物件。</summary> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks <xref:System.Web.Hosting.ApplicationManager>類別可讓您建立、 管理及終結目前的應用程式定義域內的物件目前的應用程式定義域以外的方法。 <xref:System.Web.Hosting.HostingEnvironment.UnregisterObject%2A>方法用來從裝載環境移除先前註冊的物件。 ## Examples 下列程式碼範例是<xref:System.Web.Hosting.IRegisteredObject.Stop%2A>方法註冊的物件。 完整的程式碼才能執行範例時,請參閱 < 範例 > 一節的<xref:System.Web.Hosting.IRegisteredObject>介面的概觀主題。 [!code-csharp[System.Web.Hosting.ApplicationManager#3](~/samples/snippets/csharp/VS_Snippets_WebNet/System.Web.Hosting.ApplicationManager/CS/appManagercs.aspx.cs#3)] [!code-vb[System.Web.Hosting.ApplicationManager#3](~/samples/snippets/visualbasic/VS_Snippets_WebNet/System.Web.Hosting.ApplicationManager/VB/appManagervb.aspx.vb#3)] ]]></format> </remarks> <altmember cref="M:System.Web.Hosting.HostingEnvironment.RegisterObject(System.Web.Hosting.IRegisteredObject)" /> <altmember cref="T:System.Web.Hosting.IRegisteredObject" /> <altmember cref="M:System.Web.Hosting.ApplicationManager.CreateObject(System.String,System.Type,System.String,System.String,System.Boolean)" /> </Docs> </Member> <Member MemberName="VirtualPathProvider"> <MemberSignature Language="C#" Value="public static System.Web.Hosting.VirtualPathProvider VirtualPathProvider { get; }" /> <MemberSignature Language="ILAsm" Value=".property class System.Web.Hosting.VirtualPathProvider VirtualPathProvider" /> <MemberSignature Language="DocId" Value="P:System.Web.Hosting.HostingEnvironment.VirtualPathProvider" /> <MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Property VirtualPathProvider As VirtualPathProvider" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; static property System::Web::Hosting::VirtualPathProvider ^ VirtualPathProvider { System::Web::Hosting::VirtualPathProvider ^ get(); };" /> <MemberSignature Language="F#" Value="member this.VirtualPathProvider : System.Web.Hosting.VirtualPathProvider" Usage="System.Web.Hosting.HostingEnvironment.VirtualPathProvider" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Web.Hosting.VirtualPathProvider</ReturnType> </ReturnValue> <Docs> <summary>取得這個應用程式的虛擬路徑提供者。</summary> <value>這個應用程式的 <see cref="T:System.Web.Hosting.VirtualPathProvider" /> 執行個體。</value> <remarks> <format type="text/markdown"><![CDATA[ ## Remarks 當一個以上<xref:System.Web.Hosting.VirtualPathProvider>執行個體已註冊,<xref:System.Web.Hosting.HostingEnvironment>物件會管理呼叫鏈結。 您無法控制在其中呼叫虛擬路徑提供者的順序。 ]]></format> </remarks> </Docs> </Member> </Members> </Type>
59.420744
474
0.70139
1b9f49044442dc40b80b0f096eb328b98eaaab0f
11,017
xml
XML
pom.xml
m4tty-d/single-tasker
b96c265c309a28ea3883ae696f8bd2a5c0876373
[ "MIT" ]
null
null
null
pom.xml
m4tty-d/single-tasker
b96c265c309a28ea3883ae696f8bd2a5c0876373
[ "MIT" ]
null
null
null
pom.xml
m4tty-d/single-tasker
b96c265c309a28ea3883ae696f8bd2a5c0876373
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>hu.unideb.inf</groupId> <artifactId>single-tasker</artifactId> <version>1.0</version> <packaging>jar</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEnconding>UTF-8</project.reporting.outputEnconding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <mainClass>singletasker.Main</mainClass> </properties> <name>Single Tasker</name> <description>A time managing app with the help of the pomodoro technique.</description> <developers> <developer> <name>Máté Donka</name> <email>mate.salamon@gmail.com</email> <url>https://github.com/m4tty-d</url> <roles> <role>developer</role> </roles> </developer> </developers> <inceptionYear>2018</inceptionYear> <organization> <name>Máté Donka</name> </organization> <dependencies> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <version>5.2.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <version>5.2.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>5.2.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.25</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.3</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>1.2.3</version> </dependency> <dependency> <groupId>org.openclover</groupId> <artifactId>clover-maven-plugin</artifactId> <version>4.2.1</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>5.2.13.Final</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> <version>5.2.13.Final</version> </dependency> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> <version>10.14.2.0</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>com.zenjava</groupId> <artifactId>javafx-maven-plugin</artifactId> <version>8.8.3</version> <configuration> <mainClass>${mainClass}</mainClass> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <version>3.0.0-M1</version> <executions> <execution> <id>enforce-java</id> <phase>validate</phase> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireJavaVersion> <version>[1.8,)</version> <message>JDK 8 or later is required!</message> </requireJavaVersion> <requireProperty> <property>java.vendor</property> <regex>.*Oracle.*</regex> <regexMessage>An Oracle JDK is required!</regexMessage> </requireProperty> </rules> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>3.1.0</version> <executions> <execution> <goals> <goal>single</goal> </goals> <phase>package</phase> <configuration> <archive> <manifest> <mainClass>${mainClass}</mainClass> </manifest> </archive> <descriptorRefs> <descriptorRef>jar-with-dependencies</descriptorRef> </descriptorRefs> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.21.0</version> <dependencies> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-surefire-provider</artifactId> <version>1.2.0</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.8.1</version> <configuration> <excludes> <exclude>/singletasker/controllers/*</exclude> <exclude>/singletasker/dao/*</exclude> <exclude>/singletasker/Main.class</exclude> <exclude>/singletasker/utils/*</exclude> </excludes> </configuration> <executions> <execution> <id>prepare-agent</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>report</id> <phase>prepare-package</phase> <goals> <goal>report</goal> </goals> </execution> <execution> <id>post-unit-test</id> <phase>test</phase> <goals> <goal>report</goal> </goals> <configuration> <dataFile>target/jacoco.exec</dataFile> <outputDirectory>target/jacoco</outputDirectory> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.openclover</groupId> <artifactId>clover-maven-plugin</artifactId> <version>4.2.1</version> <executions> <execution> <phase>pre-site</phase> <goals> <goal>instrument</goal> </goals> </execution> </executions> <configuration> <excludes> <exclude>**/controllers/*.java</exclude> <exclude>**/dao/*.java</exclude> <exclude>**/utils/*.java</exclude> <exclude>**/Main.java</exclude> </excludes> </configuration> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.4</version> <configuration> <show>public</show> <quiet>true</quiet> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.18.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.5</version> <configuration> <linkJavadoc>true</linkJavadoc> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.17</version> <configuration> <configLocation>src/main/resources/checkstyle.xml</configLocation> <excludes>/singletasker/controllers/*,/singletasker/utils/*,/singletasker/Main.java</excludes> </configuration> </plugin> <plugin> <groupId>org.openclover</groupId> <artifactId>clover-maven-plugin</artifactId> <version>4.2.1</version> </plugin> </plugins> </reporting> <scm> <url>https://github.com/m4tty-d/single-tasker</url> <connection>scm:git:git://github.com/m4tty-d/single-tasker.git</connection> <developerConnection>scm:git:git@github.com/m4tty-d/single-tasker.git</developerConnection> </scm> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> <distribution>repo</distribution> </license> </licenses> </project>
37.989655
114
0.461922
d21a7e81d9f4718f71a5a3911129daa9472164bb
17,516
xml
XML
website/blockchain/blockchain/static/dataset/search_result/NCT04447222.xml
BlueJayADAL/SCARP2020-Blockchain
6ba7d264838e4ddf80770f8da6ad39d7d22e8cde
[ "Apache-2.0" ]
null
null
null
website/blockchain/blockchain/static/dataset/search_result/NCT04447222.xml
BlueJayADAL/SCARP2020-Blockchain
6ba7d264838e4ddf80770f8da6ad39d7d22e8cde
[ "Apache-2.0" ]
null
null
null
website/blockchain/blockchain/static/dataset/search_result/NCT04447222.xml
BlueJayADAL/SCARP2020-Blockchain
6ba7d264838e4ddf80770f8da6ad39d7d22e8cde
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <clinical_study rank="912"> <!-- This xml conforms to an XML Schema at: https://clinicaltrials.gov/ct2/html/images/info/public.xsd --> <required_header> <download_date>ClinicalTrials.gov processed this data on July 24, 2020</download_date> <link_text>Link to the current ClinicalTrials.gov record.</link_text> <url>https://clinicaltrials.gov/show/NCT04447222</url> </required_header> <id_info> <org_study_id>2020-0425</org_study_id> <secondary_id>NCI-2020-03900</secondary_id> <secondary_id>2020-0425</secondary_id> <secondary_id>P30CA016672</secondary_id> <nct_id>NCT04447222</nct_id> </id_info> <brief_title>Impact of the COVID-19 Pandemic and HRQOL in Cancer Patients and Survivors</brief_title> <official_title>COVID-19: Well-Being and HRQOL in Cancer Patients Who Participated in Prior Behavioral Clinical Trials</official_title> <sponsors> <lead_sponsor> <agency>M.D. Anderson Cancer Center</agency> <agency_class>Other</agency_class> </lead_sponsor> <collaborator> <agency>National Cancer Institute (NCI)</agency> <agency_class>NIH</agency_class> </collaborator> </sponsors> <source>M.D. Anderson Cancer Center</source> <oversight_info> <has_dmc>No</has_dmc> <is_fda_regulated_drug>No</is_fda_regulated_drug> <is_fda_regulated_device>No</is_fda_regulated_device> </oversight_info> <brief_summary> <textblock> This study uses questionnaires to gain an understanding of how experiences during the COVID-19 pandemic, regardless of COVID-19 status, may have impacted health-related quality of life (HRQOL) and other areas such as COVID-19-specific psychological distress, disruptions to health care, finances and social interactions in cancer patients. The coronavirus disease 2019 (COVID-19) is an infectious disease that is caused by the severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2). The information learned from this study will guide the development of psychosocial programs to improve patient care and outcomes in cancer patients and survivors in the context of facing a global pandemic. </textblock> </brief_summary> <detailed_description> <textblock> PRIMARY OBJECTIVES: I. Assess experiences during the coronavirus disease-2019 (COVID-19) pandemic (e.g., exposure, risk factors, testing, isolation, seropositivity, hospitalization, loss of family or friends); COVID-19-specific psychological distress (e.g., fear, anxiety and depressive symptoms); health, financial and social disruptions; perceived benefits and social support; and HRQoL and other psychosocial and behavioral factors in cancer survivors who participated in one of three prior clinical trials. II. Evaluate the extent to which COVID-19 experiences are associated with COVID-19 specific psychological distress, health, financial and social disruptions, perceived benefits and social support, and HRQoL. III. Evaluate the extent to which resiliency factors such as social support and perceived benefits assessed concurrently and other psychosocial measures assessed in the prior trials moderate the effects of COVID-19 experiences on COVID-19-specific psychological distress and HRQoL. IV. Examine group differences in the outcomes assessed in the protocol relative to prior group assignment in the behavioral clinical trials. OUTLINE: Participants complete a survey online over 35-45 minutes about their experiences regarding the COVID-19 pandemic. </textblock> </detailed_description> <overall_status>Recruiting</overall_status> <start_date type="Actual">May 12, 2020</start_date> <completion_date type="Anticipated">July 21, 2021</completion_date> <primary_completion_date type="Anticipated">July 21, 2021</primary_completion_date> <study_type>Observational</study_type> <has_expanded_access>No</has_expanded_access> <study_design_info> <observational_model>Cohort</observational_model> <time_perspective>Cross-Sectional</time_perspective> </study_design_info> <primary_outcome> <measure>Coronavirus disease-2019 (COVID19)-specific psychological distress</measure> <time_frame>At baseline</time_frame> <description>Assessed using a COVID-19 questionnaire. Responses are provided on a Likert scale (from 1 to 4) where participants are asked to rank statements from &quot;strongly disagree&quot; to &quot;strongly agree.''</description> </primary_outcome> <primary_outcome> <measure>The extent to which COVID-19 experiences are associated with COVID-19 specific psychological distress, health, financial and social disruptions, perceived benefits and social support, and health-related quality of life (HRQoL)</measure> <time_frame>At baseline</time_frame> <description>Will be tested using path analysis. Path analyses also provides an opportunity to test direct and indirect or mediation effects. Significance and goodness of fit of the model will be interpreted using several indices. A Comparative Fit Index (CFI) value of 0.90 or greater and a Root Mean Square Error of Approximation (RMSEA) of 0.08 or less will be used to establish model fit. The Lagrange multiplier and the Wald tests will be used to guide model modifications.</description> </primary_outcome> <primary_outcome> <measure>Resiliency factors</measure> <time_frame>At baseline</time_frame> <description>Assessed using a COVID-19 questionnaire. Responses are provided on a Likert scale (from 1 to 4) where participants are asked to rank statements from &quot;strongly disagree&quot; to &quot;strongly agree.&quot; The measure provides a total score summary that indicates the degree to which the COVID-19 pandemic has negatively impacted the participant. Items that tap into resiliency are reverse scored. Will use multigroup analyses by levels of the moderator to identify differences in the magnitude of the associations based on the level of the moderator.</description> </primary_outcome> <primary_outcome> <measure>Group differences in the outcomes assessed in the protocol relative to prior group assignment in the behavioral clinical trials</measure> <time_frame>At baseline</time_frame> <description>Will be assessed using appropriate analysis of covariance (ANCOVA) techniques adjusting for important confounders differentiating those who did and did not complete the current survey.</description> </primary_outcome> <primary_outcome> <measure>Health-related quality of life (HRQOL)</measure> <time_frame>At baseline</time_frame> <description>Assessed using the Functional Assessment of Cancer Therapy-7 (FACTG7). The FACTG7 is a well-validated and commonly used measure of HRQoL in oncology. A total score provides an index of HRQoL, with higher scores reflecting better HRQOL</description> </primary_outcome> <primary_outcome> <measure>General quality of life (QOL)</measure> <time_frame>At baseline</time_frame> <description>Will be assessed using the Medical Outcomes Study 36-item short-form survey (SF-36). The FACTG7 is a well-validated and commonly used measure of HRQoL in oncology. A total score provides an index of HRQoL, with higher scores reflecting better HRQOL</description> </primary_outcome> <primary_outcome> <measure>Sleep disturbances</measure> <time_frame>At baseline</time_frame> <description>Will be assessed using the Pittsburgh Sleep Quality Index (PSQI). The PSQI is an 18-item self-rated questionnaire that assesses quality of sleep and sleep disturbances over a 1-month period. The PSQI has good internal and test-retest reliability.</description> </primary_outcome> <primary_outcome> <measure>Depression</measure> <time_frame>At baseline</time_frame> <description>Will be assessed using the Centers for Epidemiological Studies-Depression measures (CES-D). The CES-D is a well-validated 20-item self-report measure of depression that focuses on affective components of depression. Internal consistency is high and it also has demonstrated adequate convergent validity with other measures of depression. Scores range from 0 to 60, with high scores indicating greater depressive symptoms.</description> </primary_outcome> <primary_outcome> <measure>Changes in anxiety</measure> <time_frame>At baseline</time_frame> <description>Will be assessed using the Speilberger State/Trait Anxiety Inventory (STAI). The STATE scale (Form Y-1) is a 20-item scale that provides information about a person's current level of anxiety. The TRAIT scale (Form Y-2) is a 20-item scale that provides information about a person's general anxiety. STAI scores are commonly classified as &quot;no or low anxiety&quot; (20-37), &quot;moderate anxiety&quot; (38-44), and &quot;high anxiety&quot; (45-80)</description> </primary_outcome> <primary_outcome> <measure>Perceived availability of social support</measure> <time_frame>At baseline</time_frame> <description>Will be measured using the 24-item Social Provisions Scale that includes subscales for attachment, social integration, opportunity for nurturance, reassurance of worth, reliable alliance, and guidance.</description> </primary_outcome> <primary_outcome> <measure>Elements of mindfulness</measure> <time_frame>At baseline</time_frame> <description>Will be assessed using the Five Facets of Mindfulness Questionnaire. This assessment provides statements relating to the five components observing, describing, acting with awareness, non-judging of inner experience, and non-reactivity to inner experience and asks participants to mark the extent to which each statement is true in their life, using a five-point scale.</description> </primary_outcome> <primary_outcome> <measure>Non-judgmental physical and emotional sensations associated with eating</measure> <time_frame>At baseline</time_frame> <description>Will be assessed using the Mindful Eating Questionnaire validated by Framson et al. at each time point. Scoring of this evaluation provides an overall &quot;summary&quot; score, as well individual scores in the five categories of awareness, distraction, dis-inhibition, emotions, and external factors while eating.</description> </primary_outcome> <primary_outcome> <measure>The degree to which participants exercise compassion towards themselves under difficult circumstances and how this impacts their emotions</measure> <time_frame>At baseline</time_frame> <description>Will be assessed using the Self-Compassion Scale. This assessment is a 12-item questionnaire that provides questions about self-judgments, self-kindness, common humanity, isolation, mindfulness and over-identification using a five-point scale.</description> </primary_outcome> <primary_outcome> <measure>Physical activity</measure> <time_frame>At baseline</time_frame> <description>Will be assessed with the Godin Leisure-Time Exercise Questionnaire. This questionnaire has been used extensively in research with cancer survivors. It is easy to administer. the activity score of 24 units and more as active (substantial benefits); the activity score of 14-23 units as moderately active (some benefits); and the activity score of 13 units and less as inactive (less substantial or low benefits) at first.</description> </primary_outcome> <primary_outcome> <measure>Intrusive thoughts, or the tendency to ruminate on or avoid thoughts about stressors</measure> <time_frame>At baseline</time_frame> <description>Will be measured using the Impact of Event Scale (IES) that assesses the two most common categories of responses to stressful events: intrusion (intrusively experienced ideas, images, feelings, or bad dreams) and avoidance (consciously recognized avoidance of certain ideas, feelings, or situations).</description> </primary_outcome> <primary_outcome> <measure>Basic fruit/vegetable intake</measure> <time_frame>At baseline</time_frame> <description>Will monitor patients' diets using The National Institutes of Health - Fruit and Vegetable Screener.</description> </primary_outcome> <primary_outcome> <measure>Usual intake of percentage energy from fat</measure> <time_frame>At baseline</time_frame> <description>Will be assessed using The National Institutes of Health - Fat Screener.</description> </primary_outcome> <primary_outcome> <measure>Engagement in the core mind-body practices that the patients learned</measure> <time_frame>At baseline</time_frame> <description>As engagement in mind-body practices has been found to decrease stress, engagement in the core Mind-body practices that the patients learned in the past will be assessed with an instrument that lists the different techniques and mind body practices and ask study participants how often they have practiced each technique. The scale goes from &quot;not at all to more than once a day&quot;. The instrument also asks participants about the benefits obtained from practicing each technique, the scale goes from &quot;does not apply/I did not practice to yes, definitively beneficial.&quot;</description> </primary_outcome> <number_of_groups>1</number_of_groups> <enrollment type="Anticipated">1242</enrollment> <condition>COVID-19 Infection</condition> <condition>Malignant Solid Neoplasm</condition> <arm_group> <arm_group_label>Observational (survey)</arm_group_label> <description>Participants complete a survey online over 35-45 minutes about their experiences regarding the COVID-19 pandemic.</description> </arm_group> <intervention> <intervention_type>Other</intervention_type> <intervention_name>Quality-of-Life Assessment</intervention_name> <description>Ancillary studies</description> <arm_group_label>Observational (survey)</arm_group_label> <other_name>Quality of Life Assessment</other_name> </intervention> <intervention> <intervention_type>Other</intervention_type> <intervention_name>Questionnaire Administration</intervention_name> <description>Ancillary studies</description> <arm_group_label>Observational (survey)</arm_group_label> </intervention> <intervention> <intervention_type>Other</intervention_type> <intervention_name>Survey Administration</intervention_name> <description>Complete survey</description> <arm_group_label>Observational (survey)</arm_group_label> </intervention> <eligibility> <study_pop> <textblock> Patients with cancer who have participated in prior behavioral clinical trials. </textblock> </study_pop> <sampling_method>Non-Probability Sample</sampling_method> <criteria> <textblock> Inclusion Criteria: - Prior patients who participated in one of the following protocols: 2012-0112, 2009-0976, or 2005-0035 - Has an active email address or can be contacted via MyChart or personal email Exclusion Criteria: - No evidence of consent from prior clinical trials </textblock> </criteria> <gender>All</gender> <minimum_age>N/A</minimum_age> <maximum_age>N/A</maximum_age> <healthy_volunteers>Accepts Healthy Volunteers</healthy_volunteers> </eligibility> <overall_official> <last_name>Lorenzo Cohen</last_name> <role>Principal Investigator</role> <affiliation>M.D. Anderson Cancer Center</affiliation> </overall_official> <overall_contact> <last_name>Lorenzo Cohen</last_name> <phone>713-745-4260</phone> <email>lcohen@mdanderson.org</email> </overall_contact> <location> <facility> <name>M D Anderson Cancer Center</name> <address> <city>Houston</city> <state>Texas</state> <zip>77030</zip> <country>United States</country> </address> </facility> <status>Recruiting</status> <contact> <last_name>Lorenzo Cohen</last_name> <email>lcohen@mdanderson.org</email> </contact> <investigator> <last_name>Lorenzo Cohen</last_name> <role>Principal Investigator</role> </investigator> </location> <location_countries> <country>United States</country> </location_countries> <link> <url>http://www.mdanderson.org</url> <description>MD Anderson Cancer Center Website</description> </link> <verification_date>June 2020</verification_date> <study_first_submitted>June 11, 2020</study_first_submitted> <study_first_submitted_qc>June 23, 2020</study_first_submitted_qc> <study_first_posted type="Actual">June 25, 2020</study_first_posted> <last_update_submitted>June 23, 2020</last_update_submitted> <last_update_submitted_qc>June 23, 2020</last_update_submitted_qc> <last_update_posted type="Actual">June 25, 2020</last_update_posted> <responsible_party> <responsible_party_type>Sponsor</responsible_party_type> </responsible_party> <!-- Results have not yet been posted for this study --> </clinical_study>
62.781362
618
0.753254
1dc1f1a3294f57d4c025ac5cbc75156a5beaf702
27,612
xml
XML
app/src/main/res/values-pt/strings.xml
robho/baresip-studio
7e4890b5614960d515aaa548264f4ba7f59f94aa
[ "BSD-3-Clause" ]
144
2017-10-21T09:43:37.000Z
2022-03-24T05:57:55.000Z
app/src/main/res/values-pt/strings.xml
robho/baresip-studio
7e4890b5614960d515aaa548264f4ba7f59f94aa
[ "BSD-3-Clause" ]
148
2018-07-10T07:12:33.000Z
2022-03-09T09:25:41.000Z
app/src/main/res/values-pt/strings.xml
robho/baresip-studio
7e4890b5614960d515aaa548264f4ba7f59f94aa
[ "BSD-3-Clause" ]
46
2017-10-21T09:43:40.000Z
2021-12-15T22:43:57.000Z
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="restored">Os dados da aplicação foram restaurados. O baresip precisa ser reiniciado. Reiniciar agora\?</string> <string name="short_chat_question">Quer apagar o chat com \'%1$s\'\?</string> <string name="start_automatically_help">Se marcado, baresip iniciar automaticamente depois que o aparelho reiniciar.</string> <string name="help">Ajuda</string> <string name="verify_sas">Quer verificar SAS &lt;%1$s&gt; &lt;%2$s&gt;\?</string> <string name="invalid_sip_uri">URI SIP \'%1$s\' inválida</string> <string name="tls_ca_file_help">Se marcado, um ficheiro contendo certificados TLS necessário para as Autoridades de Certificação foi ou será carregado. Na versão do Android 9 e anteriores, um ficheiro chamado \'ca_certs.crt\' será lido a partir da pasta Download.</string> <string name="debug_help">Se selecionado, disponibiliza mensagens de depuração no registo log e informações para o Logcat.</string> <string name="answer">Atender</string> <string name="opus_packet_loss_help">Percentagem de perda de pacotes de fluxo de áudio do Opus esperada, de 0-100. Por predefinição 0, a desactivar a Opus Forward Error Correction (FEC).</string> <string name="reject">Rejeitar</string> <string name="outbound_proxies_help">URI SIP de um ou dois proxies que precisam ser usados para enviar solicitações. Se dois forem informados, requisições de REGISTO serão enviados para ambos e as outras requisições serão enviadas para aquele que respondeu. Se nenhum proxy foi informado, requisições serão enviadas baseadas em DNS NAPTR/SRV/A pesquisa de registo da URI do host do destinatário. Se o host da URI SIP for um endereço IPv6, o endereço precisa ser escrito dentro de colchetes []. \nExemplos: \n • sip:example.com:5061;transport=tls \n • sip:[2001:67c:223:777::10];transport=tcp \n • sip:192.168.43.50:443;transport=wss</string> <string name="tap_to_start">Toque para iniciar a aplicação</string> <string name="send_message">Enviar Mensagem</string> <string name="account_allocation_failure">Falha ao alocar nova conta.</string> <string name="call_info_not_available">Nenhuma informação disponível</string> <string name="deny">Recusar</string> <string name="delete_history_alert">Quer apagar o histórico de chamadas da conta \'%1$s\'\?</string> <string name="add_contact">Adicionar Contato</string> <string name="stun_server_help">Um URI do servidor STUN/TURN na forma de scheme:host[:porta]. Onde o scheme é \'stun\' ou \'turn\'. O Servidor predefinido de fábrica para o STUN e os protocolos ICE são \'stun:stun.l.google.com:19302\' apontando para o servidor STUN público do Google. Não há qualquer servidor STUN predefinido de fábrica.</string> <string name="start_failed">Baresip falhou ao iniciar. Isso pode ser devido a um valor inválido das Configurações. Verifique Endereço de Escuta, Ficheiro de Certificado TLS e Ficheiro CA TLS. Em seguida, reinicie o baresip.</string> <string name="call_already_active">Já tem uma chamada ativa.</string> <string name="calls_call">chamada</string> <string name="accounts_help">Quando uma nova conta é criada, a informação do número da porta, da conta e o protocolo de transporte é opcional: &lt;utilizador&gt;@@&lt;domínio&gt;[:&lt;porta&gt;][;transport=udp|tcp|tls]. Caso a &lt;porta&gt; seja informada e o protocolo de transporte não, o padrão será udp. Caso a &lt;porta&gt; não seja informada e o protocolo de transporte seja, a &lt;porta&gt; padrão é 5060 ou 5061 (TLS). Caso nenhum dos dois ou nenhum proxy seja informado, o utilizador da conta (caso haja) é determinado exclusivamente com base nas informações do DNS do domínio.</string> <string name="stun_password">Palavra-passe STUN/TURN</string> <string name="reset_config">Redefinir os Padrões de Fábrica</string> <string name="allow_video">Aceitar o envio e o recebimento de vídeo com \'%1$s\'\?</string> <string name="incoming_call_from_dots">Chamada recebida de …</string> <string name="add">Adicionar</string> <string name="alert">Alerta</string> <string name="prefer_ipv6_media">Preferir Mídia IPv6</string> <string name="one_new_message">uma nova mensagem</string> <string name="contact_delete_question">Quer apagar o contato \'%1$s\'\?</string> <string name="default_call_volume">Volume de Chamadas prefinido</string> <string name="encrypt_password">Criptografar Palavra-passe</string> <string name="new_account">Nova Conta</string> <string name="contact_name">Nome</string> <string name="chat">Mensagem do Chat</string> <string name="contact_action_question">Quer ligar ou enviar mensagem para \'%1$s\'\?</string> <string name="tls_ca_file">Ficheiro TLS CA</string> <string name="aec_extended_filter_help">Caso esteja marcado, o cancelamento do eco estará utilizando um filtro estendido.</string> <string name="sip_uri_of_another_proxy_server">URI SIP de outro Servidor Proxy</string> <string name="contact_already_exists">Contato \'%1$s\' já existe.</string> <string name="sip_uri_of_proxy_server">URI SIP do Servidor Proxy</string> <string name="backup">Cópia de Segurança</string> <string name="audio_modules_title">Módulos de Áudio</string> <string name="transfer">Transferir</string> <string name="status">Estado</string> <string name="peer_not_verified">A chama é SEGURA, porém o par NÃO é verificado!</string> <string name="disable_history">Desativar</string> <string name="long_message_question">Quer apagar a mensagem ou adicionar o ponto \'%1$s\' aos contatos\?</string> <string name="voicemain_uri_help">URI SIP para verificar mensagens de correio de voz. Se deixado em branco, as mensagens do correio de voz (Indicação de Mensagem em Espera) não serão assinadas.</string> <string name="register_help">Se selecionado, o registo é ativado e requisições de REGISTO serão enviadas em intervalos de 12 minutos.</string> <string name="video_codecs_help">Lista dos codecs de vídeo compatíveis em ordem de prioridade</string> <string name="rate">Taxa</string> <string name="today">Hoje</string> <string name="delete_history">Apagar</string> <string name="dns_servers">Servidores DNS</string> <string name="no_video_calls">Conceda permissão à \"Câmera\" para realizar ou atender chamadas de vídeo.</string> <string name="failed_to_set_dns_servers">Falha ao definir servidores DNS</string> <string name="audio_codecs_help">Lista dos codecs de áudio compatíveis em ordem de prioridade</string> <string name="stun_password_help">Palavra-passe, caso seja necessário pelo servidor STUN/TURN</string> <string name="long_chat_question">Quer apagar o chat com o par \'%1$s\' ou adicionar o par aos contatos\?</string> <string name="media_nat">NAT Transversal de Mídia</string> <string name="incoming_call_from">Recebendo chamada de</string> <string name="send">Enviar</string> <string name="voicemail_messages">Mensagens do Correio de Voz</string> <string name="video_call">Chamada de vídeo</string> <string name="default_account_help">Se marcado, esta conta é selecionada quando o baresip for iniciado.</string> <string name="backup_failed">Falha ao fazer o backup dos dados da aplicação no ficheiro \'%1$s\'. Verifique Aplicações → baresip → Permissões → Armazenamento.</string> <string name="hold">Reter</string> <string name="display_name_help">Nome (se houver) usado em From URI de solicitações de saída.</string> <string name="call_failed">A ligação falhou</string> <string name="password">Palavra-passe</string> <string name="verify">Verificar a Solicitação</string> <string name="voicemail">Correio de Voz</string> <string name="new_contact">Novo Contato</string> <string name="audio_modules_help">Codecs de áudio providos pelos módulos selecionados estão disponíveis para uso das contas.</string> <string name="old_messages">mensagens antigas</string> <string name="outbound_proxies">Próxies de Saída</string> <string name="call_history">Histórico de Chamadas</string> <string name="contacts">Contatos</string> <string name="chat_with">Falar com %1$s</string> <string name="start_automatically">Iniciar Automaticamente</string> <string name="invalid_aor">usuario@dominio[:porta][;transport=udp|tcp|tls] inválido \'%1$s\'</string> <string name="invalid_proxy_server_uri">URI do Servidor Proxy Inválido \'%1$s\'</string> <string name="dialpad">Teclado de Discagem</string> <string name="listen">Ouvir</string> <string name="accept">Aceitar</string> <string name="delete_chats_alert">Quer apagar o histórico de chat da conta \'%1$s\'\?</string> <string name="default_call_volume_help">Se ajustado, volume de áudio da chamada predefinida na escala de 1 a 10.</string> <string name="accounts">Contas</string> <string name="invalid_contact">Nome de contato \'%1$s\' inválido</string> <string name="decrypt_password">Descriptografar Palavra-passe</string> <string name="invalid_display_name">Nome de Exibição Inválido\'%1$s\'</string> <string name="error">Erro</string> <string name="no">Não</string> <string name="new_message">Nova mensagem</string> <string name="info">Informações</string> <string name="manual">Manual</string> <string name="new_chat_peer">Novo Par de Chat</string> <string name="delete">Apagar</string> <string name="short_message_question">Quer apagar a mensagem\?</string> <string name="hangup">Desligar</string> <string name="confirmation">Confirmação</string> <string name="config_restart">Precisa reiniciar o baresip para aplicar as novas configurações. Reiniciar agora\?</string> <string name="call">Chamada</string> <string name="video_codecs">Codecs de Vídeo</string> <string name="auto">Automático</string> <string name="calls_add_delete_question">Quer adicionar \'%1$s\' aos contatos ou deletar %2$s do histórico de chamadas\?</string> <string name="you">Você</string> <string name="codecs">Codecs</string> <string name="failed_to_load_module">Falha ao carregar módulo.</string> <string name="outgoing_call_to_dots">Chamada efetuada para …</string> <string name="stun_server">Servidor STUN/TURN</string> <string name="you_have">Tem</string> <string name="no_messages">Não tem mensagens</string> <string name="duration">Duração</string> <string name="transferring_call_to_dots">Transferindo chamada para …</string> <string name="aec_help">Se marcado, cancelamento de eco é tentado no áudio da chamada.</string> <string name="call_info">Informações da Chamada</string> <string name="chats">Histórico de Mensagens</string> <string name="call_is_secure">A chamada é SEGURA e o par é VERIFICADO! Deseja desverificar o par\?</string> <string name="opus_bit_rate_help">Taxa de bits máxima média usada pelo fluxo de áudio do Opus. Os valores válidos são 6000-510000. A predefinição de fábrica é 28000.</string> <string name="restart_request">Solicitação para Reinicialização</string> <string name="register">Registo</string> <string name="aec_extended_filter">Filtro Estendido do AEC</string> <string name="restore">Restaurar</string> <string name="opus_packet_loss">Perda de pacotes Opus esperada</string> <string name="transfer_request_query">Aceita transferir esta chamada para \'%1$s\'\?</string> <string name="cancel">Cancelar</string> <string name="delete_account">Quer apagar a conta \'%1$s\'\?</string> <string name="video_request">Pedido de Vídeo</string> <string name="and">e</string> <string name="opus_bit_rate">Taxa de Bits Opus</string> <string name="stun_username">Nome do Utilizador STUN/TURN</string> <string name="default_account">Conta Predefinida</string> <string name="audio">Áudio</string> <string name="ok">OK</string> <string name="message_failed">Falhou</string> <string name="call_closed">A chamada está terminada</string> <string name="invalid_opus_bitrate">Taxa de bits Opus inválida</string> <string name="transfer_request">Pedido de Transferência</string> <string name="authentication_password">Palavra-passe de Autenticação</string> <string name="registering_failed">O registo de %1$s falhou.</string> <string name="contact">Contato</string> <string name="tls_certificate_file">Ficheiro de Certificado TLS</string> <string name="invalid_chat_peer_uri">URI SIP inválido</string> <string name="invalid_dns_servers">Servidores de DNS inválidos</string> <string name="media_encryption_help">Selecione o protocolo de criptografia de transporte de mídia (se houver). \n • ZRTP (recomendado) significa que a negociação de criptografia de mídia ZRTP ponta-a-ponta é tentada depois que a ligação foi estabelecida. \n • DTLS-SRTPF significa que UDP/TLS/RTP/SAVPF é oferecido em chamadas efetuadas que RTP/SAVP, RTP/SAVPF, UDP/TLS/RTP/SAVP, ou UDP/TLS/RTP/SAVPF é usado se oferecida em chamadas recebidas. \n • SRTP-MANDF significa que RTP/SAVPF é oferecido em chamadas efetuadas e requerido em chamadas recebidas. \n • SRTP-MAND significa que RTP/SAVP é oferecido em chamadas efetuadas e requerido em chamadas recebidas. \n • SRTP significa que RTP/AVP é oferecido em chamadas efetuadas e que RTP/SAVP ou RTP/SAVPF é usado se oferecido em chamadas recebidas.</string> <string name="new_messages">novas mensagens</string> <string name="about_text">&lt;h1&gt;Biblioteca Baresip baseado em agente de utilizador SIP&lt;/h1&gt; &lt;p&gt;Juha Heinanen &amp;lt;jh@tutpro.com&amp;gt;&lt;/p&gt; &lt;p&gt;Version %1$s&lt;/p&gt; &lt;h2&gt;Dicas de Uso&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;Nas configurações de notificação do Android, permita as notificações do baresip.&lt;/li&gt; &lt;ul&gt; &lt;li&gt;Verifique se os valores predefinidos nas Configurações atendem as suas necessidades (clique nos títulos para ajuda).&lt;/li&gt; &lt;li&gt;Então em Contas, crie uma ou mais contas (novamente clique nos títulos para ajuda).&lt;/li&gt; &lt;li&gt;Uma nova conta pode ser parcialmente configurada automaticamente. Consulte &lt;a href=https://github.com/juha-h/baresip-studio/wiki/Automatic-Account-Configuration&gt;Wiki&lt;/a&gt; para obter mais informações.&lt;/li&gt; &lt;li&gt;O estado de uma conta é mostrado com um ponto colorido: verde (registo bem sucedido), amarelo (registo em progresso), vermelho (registo falhou), branco (registo não foi ativado).&lt;/li&gt; &lt;li&gt;Toque nos três pontos para ir direto para a configuração da conta.&lt;/li&gt; &lt;li&gt;O gesto de passar o dedo para baixo no ecrã faz com que o ecrã de registo da conta seja exibida novamente.&lt;/li&gt; &lt;li&gt;Peers de chamada e mensagens podem ser adicionadas aos contatos com toque longo.&lt;/li&gt; &lt;li&gt;Toques longos também podem ser usados para remover chamadas, chats, mensagens e contatos.&lt;/li&gt; &lt;li&gt;Toque/toque longo em ícones de contato podem ser usados para adicionar/remover avatar.&lt;/li&gt; &lt;li&gt;Pode selecionar novamente a chamada anterior clicando no ícone de ligação quando Destino estiver vazio.&lt;/li&gt; &lt;/ul&gt; &lt;h2&gt;Problemas Conhecidos&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;Devido a limitações em bibliotecas subjacentes, baresip atualmente não suporta múltiplas interfaces de rede ativas simultaneamente. A preferência da interface ativa da rede é VPN, Internet, outro.&lt;/li&gt; &lt;/ul&gt; &lt;h2&gt;Código Fonte&lt;/h2&gt; Código fonte disponível em &lt;a href=https://github.com/juha-h/baresip-studio&gt;GitHub&lt;/a&gt;, onde também falhas podem ser reportadas. &lt;h2&gt;Licenças&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;b&gt;BSD-3-Clause&lt;/b&gt; exceto o seguinte&lt;/li&gt; &lt;li&gt;&lt;b&gt;Apache 2.0&lt;/b&gt; AMR codec e TLS security&lt;/li&gt; &lt;li&gt;&lt;b&gt;LGPL 2.1&lt;/b&gt; G722 e codecs G726&lt;/li&gt; &lt;li&gt;&lt;b&gt;AGPLv4&lt;/b&gt; ZRTP media encryption&lt;/li&gt;&lt;b&gt;GNU GPLv3&lt;/b&gt; G.729 codec&lt;/li&gt; &lt;/ul&gt;</string> <string name="your_name">Seu Nome</string> <string name="video_size">Tamanho do Quadro do Vídeo</string> <string name="restore_failed">Falha ao restaurar os dados da aplicação. Verifique se inseriu a palavra-passe correta, Nas versões do Android 9 e anteriores, verifique também em Aplocação → baresip → Permissões → Armazenamento e se o ficheiro \'%1$s\' existe na pasta Descarregas.</string> <string name="restart">Reiniciar</string> <string name="authentication_username">Nome de Utilizador de Autenticação</string> <string name="messages">Mensagens</string> <string name="authentication_username_help">Nome de utilizador de autenticação se a autenticação de solicitações SIP for necessária. O valor predefinido é o nome de utilizador da conta.</string> <string name="yes">Sim</string> <string name="media_nat_help">Selecione o protocolo de NAT transversal de mídia (se houver). Escolhas possíveis são STUN (Session Traversal Utilities para NAT, RFC 5389) e ICE (Interactive Connectivity Establishment, RFC 5245).</string> <string name="invalid_stun_server">Servidor URI STUN/TURN Inválido \'%1$s\'</string> <string name="invalid_authentication_username">Nome de Utilizador de Autenticação Inválido \'%1$s\'</string> <string name="no_cameras">Não possui câmaras de vídeo compatíveis.</string> <string name="calls_calls">chamadas</string> <string name="audio_codecs">Codecs de Áudio</string> <string name="enable_history">Ativar</string> <string name="dtmf">DTMF</string> <string name="invalid_voicemail_uri">URI de Correio de Voz inválida \'%1$s\'</string> <string name="no_calls">Não pode fazer ou atender chamadas sem a permissão do Microfone.</string> <string name="invalid_contact_uri">URI SIP inválida</string> <string name="read_ca_certs_error">Houve uma falha ao ler o ficheiro \'ca_certs.crt\'.</string> <string name="account_exists">A conta \'%1$s\' já existe.</string> <string name="listen_address_help">Endereço IP e porta no formato \'endereco:porta\' do qual o baresip escuta para solicitações SIP recebidas. Se o endereço IP é um endereço IPv6, deve ser escrito em colchetes []. Endereço IPv4 0.0.0.0 ou IPv6 [::] faz o baresip escutar todos endereços disponíveis. Se deixado em branco (ajuste predefinido), o baresip escuta na porta 5060 de todos endereços disponíveis.</string> <string name="reset_config_help">Se selecionado, ajustes serão redefinidos para os valores de predefinição de fábrica.</string> <string name="call_not_secure">Esta chamada NÃO é segura!</string> <string name="read_cert_error">Houve uma falha ao ler o ficheiro \'cert.pem\'.</string> <string name="media_encryption">Criptografia de Mídia</string> <string name="callee">Destinatário</string> <string name="listen_address">Endereço de Escuta</string> <string name="display_name">Nome de Exibição</string> <string name="about">Sobre</string> <string name="calls_call_message_question">Quer ligar ou enviar a mensagem para \'%1$s\'\?</string> <string name="sending_failed">Envio de mensagem falhou</string> <string name="user_domain">usuario@dominio</string> <string name="user_id">ID do Utilizador</string> <string name="invalid_listen_address">Endereço de Escuta inválido</string> <string name="stun_username_help">Nome do utilizador, caso seja necessário pelo servidor STUN/TURN</string> <string name="invalid_authentication_password">Palavra-passe de Autenticação Inválida \'%1$s\'</string> <string name="authentication_password_help">Palavra-passe de Autenticação com até 64 caracteres. Se o Nome de Utilizador de Autenticação for informado mas a palavra-passe não, ela será solicitada quando o baresip for iniciado.</string> <string name="answer_mode">Modo de Atendimento</string> <string name="show_password">Mostrar Palavra-passe</string> <string name="message_from">Mensagem de</string> <string name="account">Conta</string> <string name="edit">Editar</string> <string name="aec">Cancelamento de Eco Acústico</string> <string name="delete_chats">Apagar</string> <string name="debug">Depuração</string> <string name="prefer_ipv6_media_help">Se selecionado, oferece usar protocolo de mídia IPv6 (se disponível) quando o protocolo de mídia do par não puder ser determinado automaticamente.</string> <string name="invalid_opus_packet_loss">Percentagem de Perda de Pacotes do Opus inválida</string> <string name="dns_servers_help">Lista de endereço de servidores de DNS separados por vírgula. Endereços de servidores DNS são obtidos dinamicamente pelo sistema. Cada endereço DNS é na forma \'ip:porta\' ou \'ip\'. Se a porta é omitida, a predefinição será 53. Se o ip é um endereço IPv6 e também a porta é fornecida, o ip precisa ser escrito dentro de colchetes []. Por exemplo, escutar \'8.8.8.8:53,[2001:4860:4860::8888]:53\' aponta para endereços IPv4 e IPv6 dos servidores de DNS do Google.</string> <string name="notice">Aviso</string> <string name="about_title">Sobre o baresip</string> <string name="invalid_stun_password">Palavra-passe inválida \'%1$s\'</string> <string name="one_old_message">uma mensagem antiga</string> <string name="configuration">Ajustes</string> <string name="answer_mode_help">Selecione como chamadas recebidas são respondidas.</string> <string name="contacts_exceeded">A sua quantidade máxima de %1$d contatos foi excedida.</string> <string name="video_size_help">Tamanho dos quadros de vídeo que foram transmitidos (largura x altura). A configuração de fábrica é 800x600.</string> <string name="voicemail_uri">URI do Correio de Voz</string> <string name="backed_up">Os dados as aplicações foram armazenados num backup no ficheiro \'%1$s\'. Nas versões do Android 9 e anteriores, o ficheiro está na pasta Download.</string> <string name="quit">Sair</string> <string name="unverify">Desverificar</string> <string name="tls_certificate_file_help">Se marcado, o ficheiro que contém o certificado TLS e a chave privada desta instância do baresip foi ou será carregado. Na versão do Android 9 e anteriores, um ficheiro chamado \'cert.pen\' será lido a partir da pasta Download. Por motivos de segurança, exclua o ficheiro após o carregamento.</string> <string name="invalid_stun_username">Nome do utilizador inválido \'%1$s\'</string> <string name="calls_delete_question">Quer apagar %1$s\' %2$s do histórico de chamadas\?</string> <string name="transfer_failed">A transferência falhou</string> <string name="transfer_destination">Destino da transferência</string> <string name="call_transfer">Transferência de chamada</string> <string name="allow_video_recv">Aceitar o recebimento de vídeo a partir do \'%1$s\'\?</string> <string name="allow_video_send">Aceitar o envio de vídeo para \'%1$s\'\?</string> <string name="android_contact_help">Se for marcado, este contato também estará disponível nos contatos do Android.</string> <string name="sip_trace_help">Se selecionado em conjunto com Debug, fornece também o pedido SIP e o rastreamento da resposta ao Logcat. A seleção não é automática durante a inicialização do baresip.</string> <string name="sip_trace">Rastreio SIP</string> <string name="dark_theme_help">Impor o uso do tema escuro no ecrã</string> <string name="dark_theme">Tema Escuro</string> <string name="verify_server_help">Se estiver marcado, o baresip verifica os certificados TLS do SIP User Agent e o SIP Proxy Servers quando o transporte TLS for usado. Se estiver marcado, o ficheiro TLS CA também deve ser carregado.</string> <string name="verify_server_error">Os certificados do servidor não podem ser aferidos sem o ficheiro CA TLS.</string> <string name="verify_server">Verifique os certificados do servidor</string> <string name="transfer_request_to">Chamada de solicitação de transferência para</string> <string name="missed_call_from">Ligação perdida de</string> <string name="dtmf_info">Solicitações INFO SIP</string> <string name="dtmf_inband">Eventos na Banda RTP</string> <string name="dtmf_mode_help">Selecione como os tons DTMF 0–9, #, * e A-D serão enviados.</string> <string name="dtmf_mode">Modo DTMF</string> <string name="stun_server_uri">Servidor URI STUN/TURN</string> <string name="about_text_plus">&lt;h1&gt;Agente de utilizador SIP baseado na biblioteca baresip com chamadas&lt;/h1&gt; de vídeo &lt;p&gt;Juha Heinanen &amp;lt;jh@tutpro.com&amp;gt;&lt;/p&gt; &lt;p&gt;Versão %1$s&lt;/p&gt; Dicas de &lt;h2&gt;uso&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;Nas configurações de notificação das aplicações do Android, permita as notificações do baresip+.&lt;/li&gt; &lt;li&gt;Verifique se os valores predefinidos nas Configurações do baresip+ atendem às suas necessidades (toque nos títulos dos itens para ver a ajuda).&lt;/li&gt; &lt;li&gt;Em Contas, crie uma ou mais contas (toque novamente nos títulos dos itens para receber ajuda).&lt;/li&gt; &lt;li&gt;Uma nova conta pode ser parcialmente configurada automaticamente. Consulte &lt;a href=https://github.com/juha-h/baresip-studio/wiki/Automatic-Account-Configuration&gt;Wiki&lt;/a&gt; para obter mais informações.&lt;/li&gt; &lt;li&gt;A condição geral do registo de uma conta é exibido com um ponto colorido: verde (registo bem sucedido, amarelo (o registo está em andamento), vermelho (falha no registo), branco (o registo ainda não foi ativado).&lt;/li&gt; &lt;li&gt;Toque nos três pontos para ir direto para a configuração da conta.&lt;/li&gt; &lt;li&gt;O gesto para baixo causa o recadastramento da conta que está atualmente sendo mostrada.&lt;/li&gt; &lt;li&gt;Os peers das chamadas e das mensagens podem ser adicionados aos contatos através de toques longos.&lt;/li&gt; &lt;li&gt;Os toques também podem ser utilizados para remover chamadas, chats, mensagens e os contatos.&lt;/li&gt; &lt;li&gt;O toque ou toque longo no ícone de contato pode ser usado para instalar/remover a imagem do avatar.&lt;/li&gt; &lt;li&gt;É possível selecionar novamente parte da chamada anterior tocando no ícone de chamada quando o \"Callee\" estiver vazio.&lt;/li&gt; &lt;/ul&gt; &lt;h2&gt;Problemas Conhecidos&lt;/h2&gt; &lt;ul&gt;&lt;li&gt; Devido às limitações nas bibliotecas subjacentes, as várias interfaces de rede concorrentes não são suportadas. A preferência da interface ativa da rede é VPN, Internet, outro.&lt;/li&gt; &lt;li&gt;Nas chamadas de vídeo, o aparelho precisa ser mantido no modo paisagem com o ecrã na horizontal.&lt;/li&gt; &lt;li&gt;O Selfview não é mostrado adequadamente quando a transmissão do vídeo está como sendonly.&lt;/li&gt; &lt;/ul&gt; &lt;h2&gt;O Código Fonte&lt;/h2&gt; está disponível em &lt;a href=https://github.com/juha-h/baresip-studio&gt;GitHub&lt;/a&gt;, onde também qualquer problema poderá ser relatado. &lt;h2&gt;Licenças&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;b&gt;BSD-3-Clause&lt;/b&gt; exceto as seguintes:&lt;/li&gt; &lt;li&gt;&lt;b&gt;Apache 2.0&lt;/b&gt; AMR codec e segurança TLS&lt;/li&gt; &lt;li&gt;&lt;b&gt;LGPL 2.1&lt;/b&gt; codecs G.722 e G.726 codecs&lt;/li&gt; &lt;li&gt;&lt;b&gt;AGPLv4&lt;/b&gt; criptografia de mídia ZRTP&lt;/li&gt; &lt;li&gt;&lt;b&gt;GNU GPLv2&lt;/b&gt; codecs H.264 e H.265&lt;/li&gt; &lt;li&gt;&lt;b&gt;GNU GPLv3&lt;/b&gt; codec G.729&lt;/li&gt; &lt;li&gt;&lt;b&gt;AOMedia&lt;/b&gt; AV1 codec&lt;/li&gt; &lt;/ul&gt;</string> <string name="about_title_plus">Sobre o baresip+</string> </resources>
110.448
3,068
0.746487
649de4c715c1df3f0df5034f9c6be3a0037c186d
14,769
xml
XML
code_comments_coherence/media/jhotdraw/7.4.1/jhotdraw7zip/xml_source_files/jhotdraw7/src/main/java/org/jhotdraw/gui/datatransfer/AbstractTransferable.xml
leriomaggio/code-coherence-evaluation-tool
418732a46378bb0d171e768707cafc2018cb7a4e
[ "BSD-3-Clause" ]
null
null
null
code_comments_coherence/media/jhotdraw/7.4.1/jhotdraw7zip/xml_source_files/jhotdraw7/src/main/java/org/jhotdraw/gui/datatransfer/AbstractTransferable.xml
leriomaggio/code-coherence-evaluation-tool
418732a46378bb0d171e768707cafc2018cb7a4e
[ "BSD-3-Clause" ]
null
null
null
code_comments_coherence/media/jhotdraw/7.4.1/jhotdraw7zip/xml_source_files/jhotdraw7/src/main/java/org/jhotdraw/gui/datatransfer/AbstractTransferable.xml
leriomaggio/code-coherence-evaluation-tool
418732a46378bb0d171e768707cafc2018cb7a4e
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" ?> <srcfile name="AbstractTransferable.java" file_path="/Users/valerio/Research/Code/Source Code Comments Classification/comments_classification/media/jhotdraw/7.4.1/jhotdraw7zip/extracted/jhotdraw7/src/main/java/org/jhotdraw/gui/datatransfer/AbstractTransferable.java" > <node name="COMPILATION_UNIT" line="0" instruction_class="COMPILATION_UNIT" instruction="COMPILATION_UNIT"> <node name="PACKAGE_DECLARATION" line="0" instruction_class="KEYWORD" instruction="PACKAGE_KEYWORD"> <node name="SELECT" line="0" instruction_class="SELECT" instruction="SELECT"> <node name="SELECT" line="0" instruction_class="SELECT" instruction="SELECT"> <node name="SELECT" line="0" instruction_class="SELECT" instruction="SELECT"> <node name="org" line="15" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> <node name="jhotdraw" line="15" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> <node name="gui" line="15" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> <node name="datatransfer" line="15" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> </node> <node name="TYPE_IMPORT_ON_DEMAND_DECLARATION" line="0" instruction_class="KEYWORD" instruction="IMPORT_KEYWORD"> <node name="SELECT" line="0" instruction_class="SELECT" instruction="SELECT"> <node name="SELECT" line="0" instruction_class="SELECT" instruction="SELECT"> <node name="java" line="17" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> <node name="awt" line="17" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> <node name="datatransfer" line="17" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> </node> <class_statement_node name="CLASS_DECLARATION" line="0" instruction_class="CLASS_DECLARATION" instruction="CLASS_KEYWORD"> <node name="MODIFIERS" line="0" instruction_class="MODIFIERS" instruction="MODIFIERS"> <node name="public" line="25" instruction_class="MODIFIER" instruction="ACCESS_LEVEL_MODIFIER"> </node> <node name="abstract" line="25" instruction_class="MODIFIER" instruction="ACCESS_LEVEL_MODIFIER"> </node> </node> <node name="AbstractTransferable" line="25" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> <node name="implements" line="25" instruction_class="KEYWORD" instruction="INTERFACE_IMPLEMENTATION_KEYWORD"> <node name="Transferable" line="25" instruction_class="TYPE" instruction="CLASS_OR_INTERFACE_TYPE"> </node> </node> <node name="CLASS_BODY" line="0" instruction_class="CLASS_BODY" instruction="CLASS_BODY"> <statement_node name="FIELD_DECLARATION" line="0" instruction_class="FIELD_DECLARATION" instruction="FIELD_DECLARATION"> <node name="MODIFIERS" line="0" instruction_class="MODIFIERS" instruction="MODIFIERS"> <node name="private" line="26" instruction_class="MODIFIER" instruction="ACCESS_LEVEL_MODIFIER"> </node> </node> <node name="ARRAY_OF" line="0" instruction_class="ARRAY_OF" instruction="ARRAY_OF"> <node name="DataFlavor" line="26" instruction_class="TYPE" instruction="CLASS_OR_INTERFACE_TYPE"> </node> </node> <node name="VARIABLE_DECLARATOR" line="0" instruction_class="VARIABLE_DECLARATOR" instruction="VARIABLE_DECLARATOR"> <node name="flavors" line="26" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> </statement_node> <method_statement_node name="CONSTRUCTOR_DECLARATION" line="0" instruction_class="METHOD_DECLARATION" instruction="CONSTRUCTOR_METHOD_DECLARATION"> <node name="MODIFIERS" line="0" instruction_class="MODIFIERS" instruction="MODIFIERS"> <node name="public" line="29" instruction_class="MODIFIER" instruction="ACCESS_LEVEL_MODIFIER"> </node> </node> <node name="AbstractTransferable" line="29" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> <node name="FORMAL_PARAMETERS" line="0" instruction_class="FORMAL_PARAMETERS" instruction="FORMAL_PARAMETERS"> <node name="FORMAL_PARAMETER" line="0" instruction_class="FORMAL_PARAMETER" instruction="FORMAL_PARAMETER"> <node name="MODIFIERS" line="0" instruction_class="MODIFIERS" instruction="MODIFIERS"> </node> <node name="DataFlavor" line="29" instruction_class="TYPE" instruction="CLASS_OR_INTERFACE_TYPE"> </node> <node name="flavor" line="29" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> </node> <statement_node name="CONSTRUCTOR_BODY" line="0" instruction_class="CONSTRUCTOR_BODY" instruction="CONSTRUCTOR_BODY"> <statement_node name="EXPRESSION_STATEMENT" line="0" instruction_class="EXPRESSION_STATEMENT" instruction="EXPRESSION_STATEMENT"> <node name="=" line="30" instruction_class="OPERATOR" instruction="ASSIGNEMENT_OPERATOR"> <node name="SELECT" line="0" instruction_class="SELECT" instruction="SELECT"> <node name="THIS" line="0" instruction_class="THIS" instruction="THIS"> </node> <node name="flavors" line="30" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> <node name="NEW_INITIALIZED_ARRAY" line="0" instruction_class="NEW_INITIALIZED_ARRAY" instruction="NEW_INITIALIZED_ARRAY"> <node name="DataFlavor" line="30" instruction_class="TYPE" instruction="CLASS_OR_INTERFACE_TYPE"> </node> <node name="[" line="30" instruction_class="[" instruction="["> </node> <node name="ARRAY_INITIALIZER" line="0" instruction_class="ARRAY_INITIALIZER" instruction="ARRAY_INITIALIZER"> <node name="flavor" line="30" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> </node> </node> </statement_node> </statement_node> </method_statement_node> <method_statement_node name="CONSTRUCTOR_DECLARATION" line="0" instruction_class="METHOD_DECLARATION" instruction="CONSTRUCTOR_METHOD_DECLARATION"> <node name="MODIFIERS" line="0" instruction_class="MODIFIERS" instruction="MODIFIERS"> <node name="public" line="33" instruction_class="MODIFIER" instruction="ACCESS_LEVEL_MODIFIER"> </node> </node> <node name="AbstractTransferable" line="33" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> <node name="FORMAL_PARAMETERS" line="0" instruction_class="FORMAL_PARAMETERS" instruction="FORMAL_PARAMETERS"> <node name="FORMAL_PARAMETER" line="0" instruction_class="FORMAL_PARAMETER" instruction="FORMAL_PARAMETER"> <node name="MODIFIERS" line="0" instruction_class="MODIFIERS" instruction="MODIFIERS"> </node> <node name="ARRAY_OF" line="0" instruction_class="ARRAY_OF" instruction="ARRAY_OF"> <node name="DataFlavor" line="33" instruction_class="TYPE" instruction="CLASS_OR_INTERFACE_TYPE"> </node> </node> <node name="flavors" line="33" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> </node> <statement_node name="CONSTRUCTOR_BODY" line="0" instruction_class="CONSTRUCTOR_BODY" instruction="CONSTRUCTOR_BODY"> <statement_node name="EXPRESSION_STATEMENT" line="0" instruction_class="EXPRESSION_STATEMENT" instruction="EXPRESSION_STATEMENT"> <node name="=" line="34" instruction_class="OPERATOR" instruction="ASSIGNEMENT_OPERATOR"> <node name="SELECT" line="0" instruction_class="SELECT" instruction="SELECT"> <node name="THIS" line="0" instruction_class="THIS" instruction="THIS"> </node> <node name="flavors" line="34" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> <node name="flavors" line="34" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> </statement_node> </statement_node> </method_statement_node> <method_statement_node name="METHOD_DECLARATION" line="0" instruction_class="METHOD_DECLARATION" instruction="METHOD_DECLARATION"> <node name="MODIFIERS" line="0" instruction_class="MODIFIERS" instruction="MODIFIERS"> <node name="public" line="37" instruction_class="MODIFIER" instruction="ACCESS_LEVEL_MODIFIER"> </node> </node> <node name="ARRAY_OF" line="0" instruction_class="ARRAY_OF" instruction="ARRAY_OF"> <node name="DataFlavor" line="37" instruction_class="TYPE" instruction="CLASS_OR_INTERFACE_TYPE"> </node> </node> <node name="getTransferDataFlavors" line="37" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> <node name="FORMAL_PARAMETERS" line="0" instruction_class="FORMAL_PARAMETERS" instruction="FORMAL_PARAMETERS"> </node> <statement_node name="METHOD_BODY" line="0" instruction_class="METHOD_BODY" instruction="METHOD_BODY"> <statement_node name="return" line="38" instruction_class="CONTROLFLOW_STATEMENT" instruction="RETURN_STATEMENT"> <node name="CALL" line="0" instruction_class="CALL" instruction="CALL"> <node name="SELECT" line="0" instruction_class="SELECT" instruction="SELECT"> <node name="flavors" line="38" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> <node name="clone" line="38" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> <node name="ARGUMENTS" line="0" instruction_class="ARGUMENTS" instruction="ARGUMENTS"> </node> </node> </statement_node> </statement_node> </method_statement_node> <method_statement_node name="METHOD_DECLARATION" line="0" instruction_class="METHOD_DECLARATION" instruction="METHOD_DECLARATION"> <node name="MODIFIERS" line="0" instruction_class="MODIFIERS" instruction="MODIFIERS"> <node name="public" line="41" instruction_class="MODIFIER" instruction="ACCESS_LEVEL_MODIFIER"> </node> </node> <node name="boolean" line="41" instruction_class="TYPE" instruction="PRIMITIVE_TYPE"> </node> <node name="isDataFlavorSupported" line="41" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> <node name="FORMAL_PARAMETERS" line="0" instruction_class="FORMAL_PARAMETERS" instruction="FORMAL_PARAMETERS"> <node name="FORMAL_PARAMETER" line="0" instruction_class="FORMAL_PARAMETER" instruction="FORMAL_PARAMETER"> <node name="MODIFIERS" line="0" instruction_class="MODIFIERS" instruction="MODIFIERS"> </node> <node name="DataFlavor" line="41" instruction_class="TYPE" instruction="CLASS_OR_INTERFACE_TYPE"> </node> <node name="flavor" line="41" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> </node> <statement_node name="METHOD_BODY" line="0" instruction_class="METHOD_BODY" instruction="METHOD_BODY"> <statement_node name="for" line="42" instruction_class="LOOP_STATEMENT" instruction="FOR_STATEMENT"> <node name="ENHANCED_FOR_CONTROL" line="0" instruction_class="ENHANCED_FOR_CONTROL" instruction="ENHANCED_FOR_CONTROL"> <node name="MODIFIERS" line="0" instruction_class="MODIFIERS" instruction="MODIFIERS"> </node> <node name="DataFlavor" line="42" instruction_class="TYPE" instruction="CLASS_OR_INTERFACE_TYPE"> </node> <node name="f" line="42" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> <node name="flavors" line="42" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> <statement_node name="BLOCK" line="0" instruction_class="BLOCK" instruction="BLOCK"> <statement_node name="if" line="43" instruction_class="CONDITIONAL_STATEMENT" instruction="IF_STATEMENT"> <node name="CALL" line="0" instruction_class="CALL" instruction="CALL"> <node name="SELECT" line="0" instruction_class="SELECT" instruction="SELECT"> <node name="f" line="43" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> <node name="equals" line="43" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> <node name="ARGUMENTS" line="0" instruction_class="ARGUMENTS" instruction="ARGUMENTS"> <node name="EXPRESSION_LIST" line="0" instruction_class="EXPRESSION_LIST" instruction="EXPRESSION_LIST"> <node name="flavor" line="43" instruction_class="IDENTIFIER" instruction="IDENTIFIER"> </node> </node> </node> </node> <statement_node name="BLOCK" line="0" instruction_class="BLOCK" instruction="BLOCK"> <statement_node name="return" line="44" instruction_class="CONTROLFLOW_STATEMENT" instruction="RETURN_STATEMENT"> <node name="true" line="44" instruction_class="LITERAL" instruction="BOOLEAN_LITERAL"> </node> </statement_node> </statement_node> </statement_node> </statement_node> </statement_node> <statement_node name="return" line="47" instruction_class="CONTROLFLOW_STATEMENT" instruction="RETURN_STATEMENT"> <node name="false" line="47" instruction_class="LITERAL" instruction="BOOLEAN_LITERAL"> </node> </statement_node> </statement_node> </method_statement_node> </node> </class_statement_node> </node> </srcfile>
65.061674
268
0.646692
7997bba7bbdc8c099baebe0c48f8efc1221a9a62
700
xml
XML
app/src/main/res/drawable/ic_reader_continuous_vertical_24dp.xml
sebastians17/tachiyomi
0ff8966a274708071668566e208557d688bf927b
[ "Apache-2.0" ]
10,222
2016-01-17T23:30:33.000Z
2020-12-15T18:52:43.000Z
app/src/main/res/drawable/ic_reader_continuous_vertical_24dp.xml
sebastians17/tachiyomi
0ff8966a274708071668566e208557d688bf927b
[ "Apache-2.0" ]
3,785
2016-01-16T21:10:41.000Z
2020-12-15T18:50:26.000Z
app/src/main/res/drawable/ic_reader_continuous_vertical_24dp.xml
sebastians17/tachiyomi
0ff8966a274708071668566e208557d688bf927b
[ "Apache-2.0" ]
1,713
2016-01-17T20:41:19.000Z
2020-12-15T19:31:27.000Z
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:fillColor="@android:color/black" android:pathData="M17.3159,1h-10a2.0059,2.0059 0,0 0,-2 2L5.3159,21a2.0059,2.0059 0,0 0,2 2h10a2.0059,2.0059 0,0 0,2 -2L19.3159,3A2.0059,2.0059 0,0 0,17.3159 1ZM17.3159,21h-10L7.3159,3h10Z" /> <path android:fillColor="@android:color/black" android:pathData="M11.3083,5h2v5.5h-2z" /> <path android:fillColor="@android:color/black" android:pathData="M15.308,16l-2,0l0,-4.5l-2,0l0,4.5l-2,0l3,3l3,-3z" /> </vector>
43.75
200
0.661429
69ac6cb5f4e586c714d60499fcda8facc684d82d
1,939
xaml
XML
WeShare/WeShare/View/EstatisticaGeral.xaml
Debora222254/WeShare-Github
1dfa7a3f732cd82e46828602baea462641ae5483
[ "MIT" ]
null
null
null
WeShare/WeShare/View/EstatisticaGeral.xaml
Debora222254/WeShare-Github
1dfa7a3f732cd82e46828602baea462641ae5483
[ "MIT" ]
null
null
null
WeShare/WeShare/View/EstatisticaGeral.xaml
Debora222254/WeShare-Github
1dfa7a3f732cd82e46828602baea462641ae5483
[ "MIT" ]
null
null
null
<Page x:Class="WeShare.View.EstatisticaGeral" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:WeShare.View" mc:Ignorable="d" xmlns:lvc="clr-namespace:LiveCharts.Wpf;assembly=LiveCharts.Wpf" d:DesignHeight="454" d:DesignWidth="886" Title="EstatisticaComunidade"> <Grid Background="White"> <DockPanel Margin="30,25,30,30"> <Label Content="Geral" Margin="0,0,0,20" DockPanel.Dock="Top" FontSize="18" Foreground="Blue"/> <StackPanel DockPanel.Dock="Top" Orientation="Horizontal"> <Label Content="De:" FontSize="15"/> <DatePicker Width="150" FontSize="15" VerticalAlignment="Center" Margin="3,2" Padding="3,3,0,0" /> <Label Content="Até:" FontSize="15"/> <DatePicker Width="150" FontSize="15" VerticalAlignment="Center" Margin="3,2" Padding="3,3,0,0"/> <Button Content="" FontFamily="Segoe MDL2 Assets" FontSize="18" Margin="10,2" Width="30" Background="#FF08CBA7" Foreground="White"/> </StackPanel> <lvc:CartesianChart Series="{Binding SeriesCollection}" LegendLocation="Bottom"> <lvc:CartesianChart.AxisX> <lvc:Axis Title="Tempo" Labels="{Binding Labels}" Separator="{x:Static lvc:DefaultAxes.CleanSeparator}" /> </lvc:CartesianChart.AxisX> <lvc:CartesianChart.AxisY> <lvc:Axis Title="Visualizações" LabelFormatter="{Binding Formatter}"></lvc:Axis> </lvc:CartesianChart.AxisY> </lvc:CartesianChart> </DockPanel> </Grid> </Page>
57.029412
149
0.607014
6e755e233e6fc5bbfb8c2ef4723386bc8e4050f8
55,858
xml
XML
misc/iam-online-handwriting-database/lineStrokes/r05/r05-373/r05-373z-01.xml
tedhuang96/pytorch-tvmisc
f36d2f07dd04e87b5ec5f2df20fcea96ec4d2022
[ "MIT" ]
null
null
null
misc/iam-online-handwriting-database/lineStrokes/r05/r05-373/r05-373z-01.xml
tedhuang96/pytorch-tvmisc
f36d2f07dd04e87b5ec5f2df20fcea96ec4d2022
[ "MIT" ]
null
null
null
misc/iam-online-handwriting-database/lineStrokes/r05/r05-373/r05-373z-01.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="6316" y="1903"/> <VerticallyOppositeCoords x="782" y="1903"/> <HorizontallyOppositeCoords x="6316" y="1276"/> </WhiteboardDescription> <StrokeSet> <Stroke colour="black" start_time="14656562.84" end_time="14656563.56"> <Point x="816" y="1694" time="14656562.84"/> <Point x="784" y="1713" time="14656562.85"/> <Point x="782" y="1713" time="14656562.87"/> <Point x="785" y="1717" time="14656562.89"/> <Point x="792" y="1722" time="14656562.90"/> <Point x="804" y="1733" time="14656562.92"/> <Point x="819" y="1752" time="14656562.93"/> <Point x="832" y="1774" time="14656562.95"/> <Point x="844" y="1796" time="14656562.96"/> <Point x="858" y="1822" time="14656562.98"/> <Point x="871" y="1848" time="14656562.99"/> <Point x="885" y="1877" time="14656563.01"/> <Point x="895" y="1899" time="14656563.02"/> <Point x="900" y="1903" time="14656563.04"/> <Point x="900" y="1903" time="14656563.05"/> <Point x="897" y="1891" time="14656563.07"/> <Point x="897" y="1867" time="14656563.08"/> <Point x="897" y="1839" time="14656563.10"/> <Point x="901" y="1816" time="14656563.11"/> <Point x="902" y="1791" time="14656563.13"/> <Point x="903" y="1775" time="14656563.14"/> <Point x="904" y="1763" time="14656563.15"/> <Point x="905" y="1755" time="14656563.17"/> <Point x="904" y="1747" time="14656563.19"/> <Point x="905" y="1748" time="14656563.20"/> <Point x="909" y="1756" time="14656563.21"/> <Point x="914" y="1773" time="14656563.23"/> <Point x="921" y="1797" time="14656563.25"/> <Point x="928" y="1822" time="14656563.26"/> <Point x="938" y="1847" time="14656563.27"/> <Point x="946" y="1864" time="14656563.29"/> <Point x="953" y="1872" time="14656563.31"/> <Point x="962" y="1881" time="14656563.32"/> <Point x="965" y="1877" time="14656563.33"/> <Point x="967" y="1877" time="14656563.35"/> <Point x="967" y="1865" time="14656563.37"/> <Point x="970" y="1850" time="14656563.38"/> <Point x="971" y="1825" time="14656563.39"/> <Point x="977" y="1814" time="14656563.41"/> <Point x="979" y="1794" time="14656563.43"/> <Point x="981" y="1766" time="14656563.44"/> <Point x="1033" y="1749" time="14656563.45"/> <Point x="996" y="1727" time="14656563.47"/> <Point x="1001" y="1715" time="14656563.49"/> <Point x="1003" y="1719" time="14656563.50"/> <Point x="1001" y="1715" time="14656563.51"/> <Point x="1003" y="1723" time="14656563.53"/> <Point x="998" y="1715" time="14656563.54"/> <Point x="1005" y="1719" time="14656563.56"/> </Stroke> <Stroke colour="black" start_time="14656563.98" end_time="14656564.46"> <Point x="1130" y="1632" time="14656563.98"/> <Point x="1127" y="1636" time="14656564.00"/> <Point x="1132" y="1644" time="14656564.01"/> <Point x="1132" y="1660" time="14656564.03"/> <Point x="1131" y="1676" time="14656564.04"/> <Point x="1131" y="1701" time="14656564.06"/> <Point x="1137" y="1720" time="14656564.07"/> <Point x="1134" y="1752" time="14656564.09"/> <Point x="1142" y="1775" time="14656564.10"/> <Point x="1150" y="1799" time="14656564.12"/> <Point x="1150" y="1819" time="14656564.13"/> <Point x="1153" y="1835" time="14656564.14"/> <Point x="1146" y="1843" time="14656564.16"/> <Point x="1148" y="1847" time="14656564.18"/> <Point x="1150" y="1840" time="14656564.19"/> <Point x="1152" y="1824" time="14656564.20"/> <Point x="1152" y="1804" time="14656564.22"/> <Point x="1154" y="1788" time="14656564.24"/> <Point x="1153" y="1767" time="14656564.25"/> <Point x="1162" y="1754" time="14656564.26"/> <Point x="1166" y="1734" time="14656564.28"/> <Point x="1171" y="1727" time="14656564.30"/> <Point x="1182" y="1718" time="14656564.31"/> <Point x="1184" y="1713" time="14656564.32"/> <Point x="1201" y="1716" time="14656564.34"/> <Point x="1204" y="1728" time="14656564.35"/> <Point x="1213" y="1743" time="14656564.37"/> <Point x="1216" y="1767" time="14656564.38"/> <Point x="1217" y="1787" time="14656564.40"/> <Point x="1221" y="1802" time="14656564.41"/> <Point x="1225" y="1811" time="14656564.43"/> <Point x="1227" y="1822" time="14656564.44"/> <Point x="1229" y="1826" time="14656564.46"/> </Stroke> <Stroke colour="black" start_time="14656564.66" end_time="14656565.09"> <Point x="1206" y="1759" time="14656564.66"/> <Point x="1209" y="1763" time="14656564.68"/> <Point x="1213" y="1763" time="14656564.70"/> <Point x="1225" y="1766" time="14656564.71"/> <Point x="1236" y="1765" time="14656564.73"/> <Point x="1251" y="1760" time="14656564.74"/> <Point x="1267" y="1758" time="14656564.76"/> <Point x="1315" y="1744" time="14656564.77"/> <Point x="1322" y="1738" time="14656564.79"/> <Point x="1328" y="1730" time="14656564.80"/> <Point x="1323" y="1722" time="14656564.82"/> <Point x="1330" y="1716" time="14656564.83"/> <Point x="1315" y="1720" time="14656564.85"/> <Point x="1305" y="1721" time="14656564.86"/> <Point x="1290" y="1731" time="14656564.88"/> <Point x="1286" y="1739" time="14656564.89"/> <Point x="1275" y="1757" time="14656564.90"/> <Point x="1232" y="1778" time="14656564.92"/> <Point x="1233" y="1802" time="14656564.94"/> <Point x="1240" y="1821" time="14656564.95"/> <Point x="1252" y="1836" time="14656564.97"/> <Point x="1268" y="1842" time="14656564.98"/> <Point x="1285" y="1841" time="14656565.00"/> <Point x="1303" y="1838" time="14656565.01"/> <Point x="1321" y="1831" time="14656565.03"/> <Point x="1336" y="1825" time="14656565.04"/> <Point x="1348" y="1815" time="14656565.06"/> <Point x="1358" y="1805" time="14656565.07"/> <Point x="1394" y="1790" time="14656565.09"/> </Stroke> <Stroke colour="black" start_time="14656565.25" end_time="14656565.61"> <Point x="1370" y="1751" time="14656565.25"/> <Point x="1370" y="1750" time="14656565.27"/> <Point x="1370" y="1750" time="14656565.28"/> <Point x="1375" y="1757" time="14656565.30"/> <Point x="1380" y="1765" time="14656565.31"/> <Point x="1386" y="1776" time="14656565.33"/> <Point x="1396" y="1795" time="14656565.34"/> <Point x="1422" y="1805" time="14656565.36"/> <Point x="1438" y="1810" time="14656565.37"/> <Point x="1440" y="1814" time="14656565.38"/> <Point x="1444" y="1817" time="14656565.40"/> <Point x="1406" y="1825" time="14656565.41"/> <Point x="1402" y="1822" time="14656565.43"/> <Point x="1395" y="1811" time="14656565.44"/> <Point x="1389" y="1795" time="14656565.46"/> <Point x="1388" y="1780" time="14656565.48"/> <Point x="1386" y="1763" time="14656565.49"/> <Point x="1387" y="1751" time="14656565.50"/> <Point x="1388" y="1743" time="14656565.52"/> <Point x="1392" y="1738" time="14656565.54"/> <Point x="1397" y="1733" time="14656565.55"/> <Point x="1406" y="1731" time="14656565.56"/> <Point x="1418" y="1732" time="14656565.58"/> <Point x="1430" y="1734" time="14656565.59"/> <Point x="1445" y="1739" time="14656565.61"/> </Stroke> <Stroke colour="black" start_time="14656565.75" end_time="14656566.11"> <Point x="1494" y="1747" time="14656565.75"/> <Point x="1491" y="1749" time="14656565.77"/> <Point x="1491" y="1748" time="14656565.78"/> <Point x="1496" y="1751" time="14656565.80"/> <Point x="1502" y="1745" time="14656565.81"/> <Point x="1520" y="1744" time="14656565.83"/> <Point x="1549" y="1753" time="14656565.84"/> <Point x="1566" y="1748" time="14656565.85"/> <Point x="1575" y="1740" time="14656565.87"/> <Point x="1582" y="1739" time="14656565.89"/> <Point x="1580" y="1735" time="14656565.90"/> <Point x="1570" y="1730" time="14656565.91"/> <Point x="1560" y="1732" time="14656565.93"/> <Point x="1551" y="1744" time="14656565.95"/> <Point x="1540" y="1755" time="14656565.96"/> <Point x="1532" y="1770" time="14656565.97"/> <Point x="1530" y="1788" time="14656565.99"/> <Point x="1534" y="1802" time="14656566.01"/> <Point x="1544" y="1816" time="14656566.02"/> <Point x="1546" y="1812" time="14656566.03"/> <Point x="1566" y="1819" time="14656566.05"/> <Point x="1587" y="1821" time="14656566.07"/> <Point x="1609" y="1822" time="14656566.08"/> <Point x="1627" y="1821" time="14656566.09"/> <Point x="1638" y="1816" time="14656566.11"/> </Stroke> <Stroke colour="black" start_time="14656568.55" end_time="14656569.09"> <Point x="1984" y="1717" time="14656568.55"/> <Point x="1985" y="1715" time="14656568.57"/> <Point x="1976" y="1708" time="14656568.58"/> <Point x="1974" y="1708" time="14656568.60"/> <Point x="1963" y="1705" time="14656568.61"/> <Point x="1950" y="1708" time="14656568.63"/> <Point x="1940" y="1719" time="14656568.64"/> <Point x="1926" y="1735" time="14656568.65"/> <Point x="1918" y="1758" time="14656568.67"/> <Point x="1914" y="1783" time="14656568.69"/> <Point x="1918" y="1803" time="14656568.70"/> <Point x="1925" y="1812" time="14656568.72"/> <Point x="1944" y="1816" time="14656568.73"/> <Point x="1965" y="1809" time="14656568.75"/> <Point x="1989" y="1801" time="14656568.76"/> <Point x="2000" y="1785" time="14656568.77"/> <Point x="2007" y="1773" time="14656568.79"/> <Point x="2010" y="1758" time="14656568.81"/> <Point x="2009" y="1739" time="14656568.82"/> <Point x="2003" y="1719" time="14656568.83"/> <Point x="1990" y="1699" time="14656568.85"/> <Point x="1987" y="1691" time="14656568.87"/> <Point x="1986" y="1692" time="14656568.88"/> <Point x="1983" y="1690" time="14656568.89"/> <Point x="1985" y="1693" time="14656568.91"/> <Point x="1991" y="1703" time="14656568.93"/> <Point x="1995" y="1714" time="14656568.94"/> <Point x="2005" y="1737" time="14656568.95"/> <Point x="2010" y="1757" time="14656568.97"/> <Point x="2019" y="1775" time="14656568.99"/> <Point x="2024" y="1786" time="14656569.00"/> <Point x="2031" y="1796" time="14656569.01"/> <Point x="2036" y="1802" time="14656569.03"/> <Point x="2040" y="1804" time="14656569.05"/> <Point x="2045" y="1806" time="14656569.06"/> <Point x="2051" y="1807" time="14656569.07"/> <Point x="2058" y="1802" time="14656569.09"/> </Stroke> <Stroke colour="black" start_time="14656569.27" end_time="14656569.70"> <Point x="2067" y="1708" time="14656569.27"/> <Point x="2067" y="1708" time="14656569.30"/> <Point x="2063" y="1705" time="14656569.32"/> <Point x="2063" y="1706" time="14656569.33"/> <Point x="2071" y="1715" time="14656569.35"/> <Point x="2081" y="1727" time="14656569.36"/> <Point x="2084" y="1739" time="14656569.38"/> <Point x="2090" y="1755" time="14656569.39"/> <Point x="2099" y="1777" time="14656569.41"/> <Point x="2104" y="1793" time="14656569.42"/> <Point x="2101" y="1795" time="14656569.44"/> <Point x="2101" y="1795" time="14656569.45"/> <Point x="2102" y="1790" time="14656569.47"/> <Point x="2101" y="1777" time="14656569.48"/> <Point x="2102" y="1766" time="14656569.50"/> <Point x="2095" y="1751" time="14656569.51"/> <Point x="2090" y="1741" time="14656569.52"/> <Point x="2087" y="1733" time="14656569.54"/> <Point x="2079" y="1723" time="14656569.56"/> <Point x="2075" y="1713" time="14656569.57"/> <Point x="2077" y="1705" time="14656569.58"/> <Point x="2078" y="1696" time="14656569.60"/> <Point x="2082" y="1689" time="14656569.62"/> <Point x="2096" y="1689" time="14656569.63"/> <Point x="2104" y="1683" time="14656569.64"/> <Point x="2123" y="1685" time="14656569.66"/> <Point x="2133" y="1683" time="14656569.68"/> <Point x="2144" y="1686" time="14656569.69"/> <Point x="2158" y="1690" time="14656569.70"/> </Stroke> <Stroke colour="black" start_time="14656569.85" end_time="14656570.21"> <Point x="2189" y="1703" time="14656569.85"/> <Point x="2190" y="1705" time="14656569.87"/> <Point x="2190" y="1706" time="14656569.88"/> <Point x="2192" y="1705" time="14656569.89"/> <Point x="2204" y="1706" time="14656569.91"/> <Point x="2214" y="1699" time="14656569.93"/> <Point x="2228" y="1693" time="14656569.94"/> <Point x="2238" y="1686" time="14656569.95"/> <Point x="2249" y="1682" time="14656569.97"/> <Point x="2246" y="1674" time="14656569.99"/> <Point x="2248" y="1673" time="14656570.00"/> <Point x="2239" y="1670" time="14656570.01"/> <Point x="2224" y="1671" time="14656570.03"/> <Point x="2211" y="1681" time="14656570.04"/> <Point x="2200" y="1695" time="14656570.06"/> <Point x="2190" y="1711" time="14656570.07"/> <Point x="2185" y="1730" time="14656570.09"/> <Point x="2181" y="1747" time="14656570.10"/> <Point x="2190" y="1765" time="14656570.12"/> <Point x="2205" y="1774" time="14656570.14"/> <Point x="2218" y="1770" time="14656570.15"/> <Point x="2243" y="1766" time="14656570.16"/> <Point x="2267" y="1763" time="14656570.18"/> <Point x="2285" y="1761" time="14656570.19"/> <Point x="2302" y="1758" time="14656570.21"/> </Stroke> <Stroke colour="black" start_time="14656570.84" end_time="14656571.03"> <Point x="2505" y="1568" time="14656570.84"/> <Point x="2510" y="1574" time="14656570.86"/> <Point x="2515" y="1586" time="14656570.87"/> <Point x="2518" y="1600" time="14656570.89"/> <Point x="2526" y="1621" time="14656570.90"/> <Point x="2537" y="1643" time="14656570.92"/> <Point x="2545" y="1663" time="14656570.93"/> <Point x="2555" y="1682" time="14656570.95"/> <Point x="2560" y="1698" time="14656570.97"/> <Point x="2562" y="1713" time="14656570.98"/> <Point x="2564" y="1727" time="14656570.99"/> <Point x="2566" y="1737" time="14656571.01"/> <Point x="2564" y="1739" time="14656571.03"/> </Stroke> <Stroke colour="black" start_time="14656571.19" end_time="14656571.31"> <Point x="2492" y="1664" time="14656571.19"/> <Point x="2491" y="1665" time="14656571.20"/> <Point x="2491" y="1665" time="14656571.22"/> <Point x="2501" y="1667" time="14656571.23"/> <Point x="2511" y="1662" time="14656571.25"/> <Point x="2530" y="1656" time="14656571.26"/> <Point x="2551" y="1646" time="14656571.28"/> <Point x="2567" y="1635" time="14656571.29"/> <Point x="2584" y="1629" time="14656571.31"/> </Stroke> <Stroke colour="black" start_time="14656571.46" end_time="14656572.00"> <Point x="2590" y="1546" time="14656571.46"/> <Point x="2588" y="1549" time="14656571.47"/> <Point x="2589" y="1555" time="14656571.49"/> <Point x="2591" y="1564" time="14656571.50"/> <Point x="2594" y="1578" time="14656571.52"/> <Point x="2601" y="1595" time="14656571.53"/> <Point x="2603" y="1616" time="14656571.55"/> <Point x="2608" y="1639" time="14656571.56"/> <Point x="2611" y="1665" time="14656571.58"/> <Point x="2611" y="1688" time="14656571.59"/> <Point x="2610" y="1705" time="14656571.61"/> <Point x="2617" y="1722" time="14656571.62"/> <Point x="2618" y="1727" time="14656571.64"/> <Point x="2618" y="1727" time="14656571.65"/> <Point x="2620" y="1724" time="14656571.67"/> <Point x="2616" y="1705" time="14656571.68"/> <Point x="2624" y="1692" time="14656571.70"/> <Point x="2627" y="1678" time="14656571.71"/> <Point x="2631" y="1667" time="14656571.73"/> <Point x="2633" y="1659" time="14656571.74"/> <Point x="2634" y="1652" time="14656571.76"/> <Point x="2638" y="1648" time="14656571.77"/> <Point x="2644" y="1648" time="14656571.79"/> <Point x="2647" y="1650" time="14656571.80"/> <Point x="2656" y="1659" time="14656571.82"/> <Point x="2659" y="1667" time="14656571.83"/> <Point x="2661" y="1676" time="14656571.85"/> <Point x="2667" y="1687" time="14656571.86"/> <Point x="2672" y="1699" time="14656571.88"/> <Point x="2673" y="1709" time="14656571.89"/> <Point x="2680" y="1719" time="14656571.90"/> <Point x="2679" y="1720" time="14656571.92"/> <Point x="2685" y="1720" time="14656571.94"/> <Point x="2695" y="1716" time="14656571.95"/> <Point x="2707" y="1710" time="14656571.96"/> <Point x="2711" y="1700" time="14656571.98"/> <Point x="2719" y="1691" time="14656572.00"/> </Stroke> <Stroke colour="black" start_time="14656572.08" end_time="14656572.43"> <Point x="2722" y="1669" time="14656572.08"/> <Point x="2722" y="1670" time="14656572.10"/> <Point x="2722" y="1669" time="14656572.12"/> <Point x="2729" y="1667" time="14656572.13"/> <Point x="2739" y="1663" time="14656572.14"/> <Point x="2754" y="1658" time="14656572.16"/> <Point x="2762" y="1648" time="14656572.17"/> <Point x="2776" y="1639" time="14656572.19"/> <Point x="2784" y="1629" time="14656572.20"/> <Point x="2786" y="1621" time="14656572.22"/> <Point x="2781" y="1614" time="14656572.24"/> <Point x="2778" y="1613" time="14656572.25"/> <Point x="2765" y="1614" time="14656572.26"/> <Point x="2756" y="1625" time="14656572.28"/> <Point x="2744" y="1638" time="14656572.29"/> <Point x="2738" y="1657" time="14656572.31"/> <Point x="2738" y="1675" time="14656572.32"/> <Point x="2737" y="1689" time="14656572.34"/> <Point x="2743" y="1701" time="14656572.35"/> <Point x="2753" y="1708" time="14656572.37"/> <Point x="2770" y="1712" time="14656572.38"/> <Point x="2791" y="1713" time="14656572.40"/> <Point x="2815" y="1710" time="14656572.41"/> <Point x="2840" y="1707" time="14656572.43"/> </Stroke> <Stroke colour="black" start_time="14656572.97" end_time="14656573.69"> <Point x="2966" y="1621" time="14656572.97"/> <Point x="2965" y="1622" time="14656572.99"/> <Point x="2970" y="1628" time="14656573.00"/> <Point x="2973" y="1638" time="14656573.02"/> <Point x="2982" y="1653" time="14656573.03"/> <Point x="2981" y="1667" time="14656573.05"/> <Point x="2985" y="1689" time="14656573.06"/> <Point x="2989" y="1709" time="14656573.08"/> <Point x="2991" y="1725" time="14656573.09"/> <Point x="2991" y="1738" time="14656573.11"/> <Point x="2991" y="1751" time="14656573.12"/> <Point x="2992" y="1763" time="14656573.14"/> <Point x="2989" y="1766" time="14656573.15"/> <Point x="2986" y="1763" time="14656573.17"/> <Point x="2980" y="1752" time="14656573.18"/> <Point x="2976" y="1737" time="14656573.20"/> <Point x="2967" y="1716" time="14656573.21"/> <Point x="2964" y="1696" time="14656573.23"/> <Point x="2967" y="1679" time="14656573.24"/> <Point x="2965" y="1662" time="14656573.26"/> <Point x="2960" y="1643" time="14656573.27"/> <Point x="2965" y="1630" time="14656573.29"/> <Point x="2970" y="1616" time="14656573.30"/> <Point x="2981" y="1608" time="14656573.31"/> <Point x="3022" y="1608" time="14656573.38"/> <Point x="3025" y="1611" time="14656573.39"/> <Point x="3034" y="1617" time="14656573.41"/> <Point x="3039" y="1625" time="14656573.42"/> <Point x="3039" y="1632" time="14656573.43"/> <Point x="3037" y="1641" time="14656573.45"/> <Point x="3030" y="1649" time="14656573.47"/> <Point x="3019" y="1657" time="14656573.48"/> <Point x="3012" y="1666" time="14656573.49"/> <Point x="3003" y="1672" time="14656573.51"/> <Point x="2993" y="1678" time="14656573.54"/> <Point x="2989" y="1676" time="14656573.56"/> <Point x="2990" y="1675" time="14656573.57"/> <Point x="2996" y="1667" time="14656573.66"/> <Point x="2999" y="1658" time="14656573.67"/> <Point x="3018" y="1653" time="14656573.69"/> </Stroke> <Stroke colour="black" start_time="14656573.95" end_time="14656574.30"> <Point x="3069" y="1596" time="14656573.95"/> <Point x="3066" y="1594" time="14656573.96"/> <Point x="3066" y="1594" time="14656573.97"/> <Point x="3069" y="1597" time="14656573.99"/> <Point x="3071" y="1602" time="14656574.00"/> <Point x="3078" y="1611" time="14656574.02"/> <Point x="3088" y="1626" time="14656574.03"/> <Point x="3097" y="1640" time="14656574.05"/> <Point x="3103" y="1652" time="14656574.06"/> <Point x="3103" y="1659" time="14656574.07"/> <Point x="3102" y="1661" time="14656574.09"/> <Point x="3102" y="1661" time="14656574.10"/> <Point x="3103" y="1658" time="14656574.12"/> <Point x="3099" y="1651" time="14656574.14"/> <Point x="3089" y="1638" time="14656574.15"/> <Point x="3083" y="1626" time="14656574.16"/> <Point x="3081" y="1616" time="14656574.18"/> <Point x="3078" y="1606" time="14656574.19"/> <Point x="3078" y="1598" time="14656574.21"/> <Point x="3088" y="1592" time="14656574.22"/> <Point x="3096" y="1586" time="14656574.24"/> <Point x="3112" y="1584" time="14656574.25"/> <Point x="3127" y="1585" time="14656574.27"/> <Point x="3144" y="1587" time="14656574.28"/> <Point x="3158" y="1590" time="14656574.30"/> </Stroke> <Stroke colour="black" start_time="14656574.62" end_time="14656574.99"> <Point x="3252" y="1586" time="14656574.62"/> <Point x="3248" y="1584" time="14656574.64"/> <Point x="3245" y="1580" time="14656574.66"/> <Point x="3243" y="1577" time="14656574.67"/> <Point x="3240" y="1574" time="14656574.69"/> <Point x="3235" y="1573" time="14656574.70"/> <Point x="3225" y="1575" time="14656574.72"/> <Point x="3218" y="1585" time="14656574.73"/> <Point x="3204" y="1598" time="14656574.75"/> <Point x="3198" y="1614" time="14656574.76"/> <Point x="3198" y="1630" time="14656574.78"/> <Point x="3204" y="1643" time="14656574.79"/> <Point x="3218" y="1650" time="14656574.81"/> <Point x="3236" y="1651" time="14656574.82"/> <Point x="3254" y="1648" time="14656574.84"/> <Point x="3280" y="1644" time="14656574.85"/> <Point x="3286" y="1633" time="14656574.86"/> <Point x="3292" y="1625" time="14656574.88"/> <Point x="3293" y="1616" time="14656574.90"/> <Point x="3286" y="1605" time="14656574.91"/> <Point x="3278" y="1597" time="14656574.92"/> <Point x="3267" y="1591" time="14656574.94"/> <Point x="3255" y="1587" time="14656574.96"/> <Point x="3257" y="1585" time="14656574.97"/> <Point x="3259" y="1582" time="14656574.99"/> </Stroke> <Stroke colour="black" start_time="14656576.67" end_time="14656576.97"> <Point x="3404" y="1522" time="14656576.67"/> <Point x="3405" y="1512" time="14656576.69"/> <Point x="3402" y="1500" time="14656576.70"/> <Point x="3407" y="1492" time="14656576.72"/> <Point x="3403" y="1483" time="14656576.74"/> <Point x="3397" y="1477" time="14656576.75"/> <Point x="3397" y="1478" time="14656576.76"/> <Point x="3390" y="1482" time="14656576.78"/> <Point x="3389" y="1498" time="14656576.79"/> <Point x="3382" y="1519" time="14656576.81"/> <Point x="3382" y="1541" time="14656576.82"/> <Point x="3383" y="1565" time="14656576.84"/> <Point x="3384" y="1585" time="14656576.85"/> <Point x="3394" y="1608" time="14656576.87"/> <Point x="3401" y="1626" time="14656576.88"/> <Point x="3409" y="1644" time="14656576.90"/> <Point x="3415" y="1656" time="14656576.91"/> <Point x="3423" y="1667" time="14656576.93"/> <Point x="3429" y="1672" time="14656576.94"/> <Point x="3437" y="1674" time="14656576.95"/> <Point x="3436" y="1669" time="14656576.97"/> </Stroke> <Stroke colour="black" start_time="14656577.11" end_time="14656577.23"> <Point x="3378" y="1603" time="14656577.11"/> <Point x="3382" y="1604" time="14656577.13"/> <Point x="3387" y="1603" time="14656577.15"/> <Point x="3398" y="1601" time="14656577.16"/> <Point x="3414" y="1598" time="14656577.17"/> <Point x="3427" y="1592" time="14656577.19"/> <Point x="3445" y="1587" time="14656577.20"/> <Point x="3461" y="1582" time="14656577.22"/> <Point x="3469" y="1576" time="14656577.23"/> </Stroke> <Stroke colour="black" start_time="14656577.35" end_time="14656577.59"> <Point x="3461" y="1486" time="14656577.35"/> <Point x="3454" y="1481" time="14656577.37"/> <Point x="3457" y="1483" time="14656577.39"/> <Point x="3451" y="1487" time="14656577.40"/> <Point x="3448" y="1500" time="14656577.42"/> <Point x="3452" y="1517" time="14656577.43"/> <Point x="3461" y="1542" time="14656577.45"/> <Point x="3465" y="1566" time="14656577.46"/> <Point x="3476" y="1588" time="14656577.48"/> <Point x="3484" y="1606" time="14656577.49"/> <Point x="3490" y="1619" time="14656577.51"/> <Point x="3493" y="1630" time="14656577.52"/> <Point x="3494" y="1636" time="14656577.53"/> <Point x="3499" y="1643" time="14656577.55"/> <Point x="3507" y="1646" time="14656577.57"/> <Point x="3509" y="1643" time="14656577.58"/> <Point x="3510" y="1633" time="14656577.59"/> </Stroke> <Stroke colour="black" start_time="14656577.70" end_time="14656577.86"> <Point x="3518" y="1564" time="14656577.70"/> <Point x="3514" y="1563" time="14656577.71"/> <Point x="3513" y="1563" time="14656577.73"/> <Point x="3513" y="1565" time="14656577.74"/> <Point x="3522" y="1571" time="14656577.76"/> <Point x="3522" y="1580" time="14656577.77"/> <Point x="3532" y="1596" time="14656577.79"/> <Point x="3528" y="1609" time="14656577.81"/> <Point x="3532" y="1620" time="14656577.82"/> <Point x="3537" y="1626" time="14656577.83"/> <Point x="3545" y="1629" time="14656577.85"/> <Point x="3544" y="1622" time="14656577.86"/> </Stroke> <Stroke colour="black" start_time="14656577.99" end_time="14656578.11"> <Point x="3539" y="1494" time="14656577.99"/> <Point x="3529" y="1486" time="14656578.00"/> <Point x="3518" y="1481" time="14656578.02"/> <Point x="3510" y="1479" time="14656578.03"/> <Point x="3506" y="1479" time="14656578.05"/> <Point x="3506" y="1479" time="14656578.06"/> <Point x="3521" y="1483" time="14656578.08"/> <Point x="3539" y="1483" time="14656578.09"/> <Point x="3560" y="1479" time="14656578.11"/> </Stroke> <Stroke colour="black" start_time="14656578.48" end_time="14656579.14"> <Point x="3646" y="1572" time="14656578.48"/> <Point x="3647" y="1570" time="14656578.50"/> <Point x="3641" y="1565" time="14656578.51"/> <Point x="3638" y="1562" time="14656578.52"/> <Point x="3626" y="1560" time="14656578.54"/> <Point x="3619" y="1562" time="14656578.56"/> <Point x="3609" y="1565" time="14656578.57"/> <Point x="3609" y="1573" time="14656578.59"/> <Point x="3604" y="1581" time="14656578.60"/> <Point x="3608" y="1592" time="14656578.62"/> <Point x="3619" y="1604" time="14656578.63"/> <Point x="3629" y="1611" time="14656578.64"/> <Point x="3641" y="1614" time="14656578.66"/> <Point x="3651" y="1612" time="14656578.68"/> <Point x="3659" y="1607" time="14656578.69"/> <Point x="3666" y="1602" time="14656578.70"/> <Point x="3666" y="1594" time="14656578.72"/> <Point x="3653" y="1585" time="14656578.74"/> <Point x="3639" y="1576" time="14656578.75"/> <Point x="3632" y="1573" time="14656578.76"/> <Point x="3629" y="1571" time="14656578.78"/> <Point x="3624" y="1570" time="14656578.80"/> <Point x="3631" y="1575" time="14656578.81"/> <Point x="3637" y="1581" time="14656578.82"/> <Point x="3649" y="1592" time="14656578.84"/> <Point x="3665" y="1604" time="14656578.85"/> <Point x="3680" y="1619" time="14656578.87"/> <Point x="3691" y="1632" time="14656578.88"/> <Point x="3697" y="1645" time="14656578.90"/> <Point x="3702" y="1660" time="14656578.92"/> <Point x="3704" y="1674" time="14656578.93"/> <Point x="3709" y="1689" time="14656578.94"/> <Point x="3706" y="1702" time="14656578.96"/> <Point x="3709" y="1713" time="14656578.97"/> <Point x="3701" y="1718" time="14656578.99"/> <Point x="3694" y="1722" time="14656579.00"/> <Point x="3683" y="1725" time="14656579.02"/> <Point x="3668" y="1727" time="14656579.03"/> <Point x="3641" y="1726" time="14656579.05"/> <Point x="3626" y="1727" time="14656579.06"/> <Point x="3617" y="1725" time="14656579.08"/> <Point x="3614" y="1722" time="14656579.09"/> <Point x="3614" y="1715" time="14656579.11"/> <Point x="3622" y="1702" time="14656579.12"/> <Point x="3637" y="1686" time="14656579.14"/> </Stroke> <Stroke colour="black" start_time="14656579.28" end_time="14656579.76"> <Point x="3748" y="1578" time="14656579.28"/> <Point x="3742" y="1571" time="14656579.30"/> <Point x="3737" y="1565" time="14656579.32"/> <Point x="3734" y="1561" time="14656579.33"/> <Point x="3723" y="1556" time="14656579.35"/> <Point x="3717" y="1559" time="14656579.36"/> <Point x="3706" y="1562" time="14656579.38"/> <Point x="3702" y="1570" time="14656579.39"/> <Point x="3697" y="1579" time="14656579.41"/> <Point x="3703" y="1593" time="14656579.42"/> <Point x="3706" y="1604" time="14656579.44"/> <Point x="3715" y="1613" time="14656579.45"/> <Point x="3730" y="1618" time="14656579.46"/> <Point x="3742" y="1615" time="14656579.48"/> <Point x="3753" y="1609" time="14656579.50"/> <Point x="3754" y="1599" time="14656579.51"/> <Point x="3756" y="1588" time="14656579.53"/> <Point x="3754" y="1576" time="14656579.54"/> <Point x="3749" y="1565" time="14656579.56"/> <Point x="3744" y="1558" time="14656579.57"/> <Point x="3737" y="1555" time="14656579.59"/> <Point x="3737" y="1554" time="14656579.60"/> <Point x="3737" y="1555" time="14656579.62"/> <Point x="3746" y="1564" time="14656579.63"/> <Point x="3754" y="1574" time="14656579.64"/> <Point x="3762" y="1585" time="14656579.66"/> <Point x="3769" y="1596" time="14656579.68"/> <Point x="3778" y="1606" time="14656579.69"/> <Point x="3783" y="1614" time="14656579.70"/> <Point x="3785" y="1616" time="14656579.72"/> <Point x="3791" y="1616" time="14656579.74"/> <Point x="3798" y="1611" time="14656579.75"/> <Point x="3803" y="1602" time="14656579.76"/> </Stroke> <Stroke colour="black" start_time="14656579.92" end_time="14656580.17"> <Point x="3819" y="1463" time="14656579.92"/> <Point x="3812" y="1460" time="14656579.94"/> <Point x="3813" y="1464" time="14656579.96"/> <Point x="3812" y="1476" time="14656579.97"/> <Point x="3827" y="1500" time="14656579.99"/> <Point x="3829" y="1523" time="14656580.00"/> <Point x="3830" y="1549" time="14656580.02"/> <Point x="3832" y="1571" time="14656580.03"/> <Point x="3836" y="1590" time="14656580.05"/> <Point x="3834" y="1603" time="14656580.06"/> <Point x="3842" y="1614" time="14656580.08"/> <Point x="3844" y="1617" time="14656580.09"/> <Point x="3852" y="1619" time="14656580.11"/> <Point x="3858" y="1617" time="14656580.12"/> <Point x="3865" y="1611" time="14656580.14"/> <Point x="3862" y="1601" time="14656580.15"/> <Point x="3863" y="1592" time="14656580.17"/> </Stroke> <Stroke colour="black" start_time="14656580.29" end_time="14656580.41"> <Point x="3810" y="1545" time="14656580.29"/> <Point x="3814" y="1546" time="14656580.30"/> <Point x="3810" y="1544" time="14656580.32"/> <Point x="3815" y="1543" time="14656580.33"/> <Point x="3829" y="1542" time="14656580.35"/> <Point x="3839" y="1540" time="14656580.36"/> <Point x="3861" y="1541" time="14656580.38"/> <Point x="3874" y="1541" time="14656580.39"/> <Point x="3886" y="1544" time="14656580.41"/> </Stroke> <Stroke colour="black" start_time="14656580.53" end_time="14656580.85"> <Point x="3911" y="1564" time="14656580.53"/> <Point x="3909" y="1561" time="14656580.55"/> <Point x="3905" y="1561" time="14656580.57"/> <Point x="3910" y="1560" time="14656580.58"/> <Point x="3911" y="1556" time="14656580.60"/> <Point x="3926" y="1553" time="14656580.61"/> <Point x="3945" y="1550" time="14656580.63"/> <Point x="3954" y="1541" time="14656580.64"/> <Point x="3950" y="1539" time="14656580.73"/> <Point x="3935" y="1553" time="14656580.75"/> <Point x="3923" y="1568" time="14656580.76"/> <Point x="3917" y="1581" time="14656580.77"/> <Point x="3921" y="1590" time="14656580.79"/> <Point x="3928" y="1594" time="14656580.80"/> <Point x="3949" y="1597" time="14656580.82"/> <Point x="3963" y="1596" time="14656580.83"/> <Point x="3989" y="1597" time="14656580.85"/> </Stroke> <Stroke colour="black" start_time="14656583.70" end_time="14656583.88"> <Point x="4210" y="1426" time="14656583.70"/> <Point x="4209" y="1428" time="14656583.72"/> <Point x="4214" y="1438" time="14656583.73"/> <Point x="4213" y="1452" time="14656583.74"/> <Point x="4217" y="1472" time="14656583.76"/> <Point x="4220" y="1498" time="14656583.78"/> <Point x="4222" y="1520" time="14656583.79"/> <Point x="4227" y="1540" time="14656583.80"/> <Point x="4234" y="1555" time="14656583.82"/> <Point x="4234" y="1563" time="14656583.84"/> <Point x="4237" y="1570" time="14656583.85"/> <Point x="4239" y="1573" time="14656583.86"/> <Point x="4237" y="1568" time="14656583.88"/> </Stroke> <Stroke colour="black" start_time="14656584.01" end_time="14656584.19"> <Point x="4268" y="1485" time="14656584.01"/> <Point x="4266" y="1489" time="14656584.03"/> <Point x="4260" y="1494" time="14656584.04"/> <Point x="4261" y="1503" time="14656584.06"/> <Point x="4258" y="1509" time="14656584.07"/> <Point x="4261" y="1521" time="14656584.09"/> <Point x="4269" y="1534" time="14656584.10"/> <Point x="4277" y="1546" time="14656584.12"/> <Point x="4283" y="1553" time="14656584.13"/> <Point x="4285" y="1558" time="14656584.15"/> <Point x="4288" y="1559" time="14656584.16"/> <Point x="4287" y="1553" time="14656584.18"/> <Point x="4283" y="1541" time="14656584.19"/> </Stroke> <Stroke colour="black" start_time="14656584.33" end_time="14656584.45"> <Point x="4261" y="1427" time="14656584.33"/> <Point x="4261" y="1426" time="14656584.35"/> <Point x="4261" y="1428" time="14656584.36"/> <Point x="4252" y="1428" time="14656584.37"/> <Point x="4253" y="1428" time="14656584.39"/> <Point x="4253" y="1426" time="14656584.41"/> <Point x="4266" y="1428" time="14656584.42"/> <Point x="4279" y="1426" time="14656584.43"/> <Point x="4290" y="1421" time="14656584.45"/> </Stroke> <Stroke colour="black" start_time="14656584.59" end_time="14656584.77"> <Point x="4347" y="1396" time="14656584.59"/> <Point x="4350" y="1397" time="14656584.61"/> <Point x="4344" y="1401" time="14656584.62"/> <Point x="4342" y="1408" time="14656584.63"/> <Point x="4341" y="1420" time="14656584.65"/> <Point x="4351" y="1438" time="14656584.67"/> <Point x="4357" y="1457" time="14656584.68"/> <Point x="4358" y="1475" time="14656584.69"/> <Point x="4358" y="1498" time="14656584.71"/> <Point x="4351" y="1513" time="14656584.73"/> <Point x="4357" y="1533" time="14656584.74"/> <Point x="4355" y="1546" time="14656584.75"/> <Point x="4357" y="1551" time="14656584.77"/> </Stroke> <Stroke colour="black" start_time="14656584.91" end_time="14656585.03"> <Point x="4339" y="1491" time="14656584.91"/> <Point x="4338" y="1492" time="14656584.93"/> <Point x="4343" y="1492" time="14656584.94"/> <Point x="4348" y="1489" time="14656584.96"/> <Point x="4363" y="1484" time="14656584.97"/> <Point x="4379" y="1476" time="14656584.99"/> <Point x="4396" y="1467" time="14656585.00"/> <Point x="4401" y="1455" time="14656585.02"/> <Point x="4403" y="1447" time="14656585.03"/> </Stroke> <Stroke colour="black" start_time="14656585.14" end_time="14656585.36"> <Point x="4398" y="1383" time="14656585.14"/> <Point x="4398" y="1385" time="14656585.15"/> <Point x="4399" y="1392" time="14656585.17"/> <Point x="4398" y="1404" time="14656585.18"/> <Point x="4402" y="1418" time="14656585.20"/> <Point x="4404" y="1435" time="14656585.21"/> <Point x="4410" y="1455" time="14656585.23"/> <Point x="4415" y="1471" time="14656585.24"/> <Point x="4422" y="1489" time="14656585.25"/> <Point x="4424" y="1504" time="14656585.27"/> <Point x="4427" y="1518" time="14656585.29"/> <Point x="4426" y="1530" time="14656585.30"/> <Point x="4429" y="1534" time="14656585.31"/> <Point x="4430" y="1534" time="14656585.33"/> <Point x="4428" y="1525" time="14656585.35"/> <Point x="4429" y="1515" time="14656585.36"/> </Stroke> <Stroke colour="black" start_time="14656585.46" end_time="14656585.58"> <Point x="4403" y="1481" time="14656585.46"/> <Point x="4408" y="1482" time="14656585.48"/> <Point x="4412" y="1482" time="14656585.50"/> <Point x="4412" y="1481" time="14656585.51"/> <Point x="4417" y="1479" time="14656585.52"/> <Point x="4434" y="1479" time="14656585.54"/> <Point x="4444" y="1475" time="14656585.56"/> <Point x="4460" y="1467" time="14656585.57"/> <Point x="4484" y="1462" time="14656585.58"/> </Stroke> <Stroke colour="black" start_time="14656585.92" end_time="14656586.10"> <Point x="4480" y="1392" time="14656585.92"/> <Point x="4482" y="1398" time="14656585.93"/> <Point x="4485" y="1412" time="14656585.95"/> <Point x="4488" y="1430" time="14656585.96"/> <Point x="4492" y="1450" time="14656585.98"/> <Point x="4497" y="1470" time="14656586.00"/> <Point x="4495" y="1488" time="14656586.01"/> <Point x="4493" y="1503" time="14656586.02"/> <Point x="4492" y="1517" time="14656586.04"/> <Point x="4497" y="1527" time="14656586.05"/> <Point x="4496" y="1529" time="14656586.07"/> <Point x="4500" y="1530" time="14656586.08"/> <Point x="4507" y="1524" time="14656586.10"/> </Stroke> <Stroke colour="black" start_time="14656586.22" end_time="14656586.52"> <Point x="4526" y="1485" time="14656586.22"/> <Point x="4526" y="1487" time="14656586.24"/> <Point x="4533" y="1489" time="14656586.25"/> <Point x="4540" y="1484" time="14656586.27"/> <Point x="4551" y="1476" time="14656586.28"/> <Point x="4558" y="1471" time="14656586.30"/> <Point x="4589" y="1443" time="14656586.38"/> <Point x="4543" y="1474" time="14656586.44"/> <Point x="4547" y="1488" time="14656586.45"/> <Point x="4543" y="1497" time="14656586.46"/> <Point x="4548" y="1505" time="14656586.48"/> <Point x="4555" y="1510" time="14656586.49"/> <Point x="4564" y="1520" time="14656586.51"/> <Point x="4574" y="1515" time="14656586.52"/> </Stroke> <Stroke colour="black" start_time="14656587.02" end_time="14656587.26"> <Point x="4772" y="1351" time="14656587.02"/> <Point x="4772" y="1351" time="14656587.04"/> <Point x="4768" y="1352" time="14656587.05"/> <Point x="4765" y="1360" time="14656587.07"/> <Point x="4769" y="1375" time="14656587.08"/> <Point x="4771" y="1394" time="14656587.10"/> <Point x="4776" y="1418" time="14656587.11"/> <Point x="4780" y="1440" time="14656587.13"/> <Point x="4787" y="1459" time="14656587.14"/> <Point x="4793" y="1477" time="14656587.16"/> <Point x="4797" y="1491" time="14656587.17"/> <Point x="4797" y="1501" time="14656587.19"/> <Point x="4796" y="1505" time="14656587.20"/> <Point x="4795" y="1506" time="14656587.22"/> <Point x="4789" y="1503" time="14656587.23"/> <Point x="4787" y="1496" time="14656587.25"/> <Point x="4781" y="1488" time="14656587.26"/> </Stroke> <Stroke colour="black" start_time="14656587.39" end_time="14656587.51"> <Point x="4738" y="1429" time="14656587.39"/> <Point x="4738" y="1429" time="14656587.41"/> <Point x="4738" y="1430" time="14656587.42"/> <Point x="4746" y="1431" time="14656587.44"/> <Point x="4759" y="1430" time="14656587.45"/> <Point x="4777" y="1427" time="14656587.47"/> <Point x="4794" y="1425" time="14656587.48"/> <Point x="4816" y="1425" time="14656587.50"/> <Point x="4832" y="1427" time="14656587.51"/> </Stroke> <Stroke colour="black" start_time="14656587.67" end_time="14656588.45"> <Point x="4844" y="1452" time="14656587.67"/> <Point x="4849" y="1451" time="14656587.69"/> <Point x="4859" y="1448" time="14656587.70"/> <Point x="4868" y="1443" time="14656587.72"/> <Point x="4883" y="1436" time="14656587.73"/> <Point x="4890" y="1430" time="14656587.75"/> <Point x="4900" y="1423" time="14656587.76"/> <Point x="4895" y="1415" time="14656587.78"/> <Point x="4904" y="1411" time="14656587.79"/> <Point x="4893" y="1407" time="14656587.81"/> <Point x="4883" y="1409" time="14656587.82"/> <Point x="4869" y="1417" time="14656587.84"/> <Point x="4857" y="1428" time="14656587.85"/> <Point x="4852" y="1440" time="14656587.87"/> <Point x="4852" y="1454" time="14656587.88"/> <Point x="4860" y="1467" time="14656587.90"/> <Point x="4864" y="1481" time="14656587.91"/> <Point x="4874" y="1488" time="14656587.93"/> <Point x="4882" y="1490" time="14656587.94"/> <Point x="4903" y="1491" time="14656587.96"/> <Point x="4914" y="1483" time="14656587.97"/> <Point x="4929" y="1476" time="14656587.99"/> <Point x="4934" y="1461" time="14656588.00"/> <Point x="4948" y="1445" time="14656588.02"/> <Point x="4951" y="1433" time="14656588.03"/> <Point x="4951" y="1423" time="14656588.05"/> <Point x="4949" y="1416" time="14656588.06"/> <Point x="4950" y="1412" time="14656588.07"/> <Point x="4943" y="1409" time="14656588.09"/> <Point x="4951" y="1411" time="14656588.11"/> <Point x="4946" y="1415" time="14656588.12"/> <Point x="4958" y="1428" time="14656588.13"/> <Point x="4951" y="1437" time="14656588.15"/> <Point x="4958" y="1452" time="14656588.17"/> <Point x="4955" y="1462" time="14656588.18"/> <Point x="4968" y="1475" time="14656588.19"/> <Point x="4973" y="1486" time="14656588.21"/> <Point x="4975" y="1488" time="14656588.23"/> <Point x="4975" y="1488" time="14656588.24"/> <Point x="4980" y="1490" time="14656588.25"/> <Point x="4977" y="1486" time="14656588.27"/> <Point x="4977" y="1472" time="14656588.28"/> <Point x="4970" y="1456" time="14656588.30"/> <Point x="4974" y="1442" time="14656588.31"/> <Point x="4974" y="1430" time="14656588.33"/> <Point x="4977" y="1421" time="14656588.34"/> <Point x="4975" y="1414" time="14656588.36"/> <Point x="4980" y="1410" time="14656588.37"/> <Point x="4987" y="1404" time="14656588.39"/> <Point x="4999" y="1404" time="14656588.40"/> <Point x="5015" y="1408" time="14656588.42"/> <Point x="5026" y="1413" time="14656588.43"/> <Point x="5040" y="1419" time="14656588.45"/> </Stroke> <Stroke colour="black" start_time="14656588.60" end_time="14656589.02"> <Point x="5076" y="1413" time="14656588.60"/> <Point x="5076" y="1410" time="14656588.61"/> <Point x="5073" y="1408" time="14656588.63"/> <Point x="5077" y="1408" time="14656588.64"/> <Point x="5074" y="1409" time="14656588.66"/> <Point x="5078" y="1418" time="14656588.67"/> <Point x="5079" y="1430" time="14656588.69"/> <Point x="5075" y="1442" time="14656588.70"/> <Point x="5079" y="1456" time="14656588.72"/> <Point x="5080" y="1467" time="14656588.73"/> <Point x="5081" y="1473" time="14656588.75"/> <Point x="5086" y="1476" time="14656588.76"/> <Point x="5086" y="1474" time="14656588.78"/> <Point x="5084" y="1466" time="14656588.79"/> <Point x="5088" y="1454" time="14656588.80"/> <Point x="5085" y="1438" time="14656588.82"/> <Point x="5088" y="1425" time="14656588.84"/> <Point x="5088" y="1414" time="14656588.85"/> <Point x="5087" y="1405" time="14656588.86"/> <Point x="5085" y="1399" time="14656588.88"/> <Point x="5079" y="1389" time="14656588.90"/> <Point x="5088" y="1389" time="14656588.91"/> <Point x="5101" y="1387" time="14656588.92"/> <Point x="5108" y="1389" time="14656588.94"/> <Point x="5124" y="1394" time="14656588.96"/> <Point x="5134" y="1399" time="14656588.97"/> <Point x="5141" y="1405" time="14656588.99"/> <Point x="5152" y="1409" time="14656589.00"/> <Point x="5163" y="1414" time="14656589.02"/> </Stroke> <Stroke colour="black" start_time="14656589.12" end_time="14656589.48"> <Point x="5214" y="1411" time="14656589.12"/> <Point x="5212" y="1406" time="14656589.13"/> <Point x="5202" y="1399" time="14656589.15"/> <Point x="5187" y="1392" time="14656589.16"/> <Point x="5183" y="1389" time="14656589.18"/> <Point x="5170" y="1391" time="14656589.19"/> <Point x="5164" y="1397" time="14656589.21"/> <Point x="5154" y="1406" time="14656589.22"/> <Point x="5149" y="1421" time="14656589.24"/> <Point x="5149" y="1437" time="14656589.25"/> <Point x="5149" y="1450" time="14656589.27"/> <Point x="5154" y="1460" time="14656589.28"/> <Point x="5168" y="1467" time="14656589.30"/> <Point x="5196" y="1471" time="14656589.31"/> <Point x="5209" y="1470" time="14656589.32"/> <Point x="5227" y="1466" time="14656589.34"/> <Point x="5212" y="1392" time="14656589.44"/> <Point x="5208" y="1390" time="14656589.45"/> <Point x="5220" y="1392" time="14656589.46"/> <Point x="5220" y="1394" time="14656589.48"/> </Stroke> <Stroke colour="black" start_time="14656590.13" end_time="14656590.56"> <Point x="5419" y="1368" time="14656590.13"/> <Point x="5417" y="1360" time="14656590.16"/> <Point x="5414" y="1352" time="14656590.17"/> <Point x="5412" y="1348" time="14656590.19"/> <Point x="5408" y="1344" time="14656590.20"/> <Point x="5396" y="1342" time="14656590.22"/> <Point x="5388" y="1345" time="14656590.23"/> <Point x="5373" y="1351" time="14656590.25"/> <Point x="5363" y="1360" time="14656590.26"/> <Point x="5360" y="1370" time="14656590.28"/> <Point x="5365" y="1382" time="14656590.29"/> <Point x="5366" y="1392" time="14656590.31"/> <Point x="5376" y="1404" time="14656590.32"/> <Point x="5417" y="1421" time="14656590.35"/> <Point x="5424" y="1425" time="14656590.37"/> <Point x="5438" y="1428" time="14656590.38"/> <Point x="5438" y="1432" time="14656590.40"/> <Point x="5441" y="1436" time="14656590.41"/> <Point x="5439" y="1442" time="14656590.42"/> <Point x="5437" y="1447" time="14656590.44"/> <Point x="5429" y="1450" time="14656590.46"/> <Point x="5418" y="1456" time="14656590.47"/> <Point x="5380" y="1457" time="14656590.52"/> <Point x="5380" y="1457" time="14656590.53"/> <Point x="5392" y="1461" time="14656590.54"/> <Point x="5405" y="1456" time="14656590.56"/> </Stroke> <Stroke colour="black" start_time="14656593.90" end_time="14656594.14"> <Point x="5689" y="1279" time="14656593.90"/> <Point x="5689" y="1276" time="14656593.92"/> <Point x="5686" y="1276" time="14656593.94"/> <Point x="5689" y="1279" time="14656593.95"/> <Point x="5687" y="1290" time="14656593.96"/> <Point x="5691" y="1305" time="14656593.98"/> <Point x="5683" y="1322" time="14656593.99"/> <Point x="5693" y="1345" time="14656594.01"/> <Point x="5692" y="1370" time="14656594.02"/> <Point x="5697" y="1398" time="14656594.04"/> <Point x="5689" y="1422" time="14656594.05"/> <Point x="5696" y="1445" time="14656594.07"/> <Point x="5696" y="1461" time="14656594.08"/> <Point x="5698" y="1469" time="14656594.10"/> <Point x="5701" y="1471" time="14656594.11"/> <Point x="5705" y="1471" time="14656594.13"/> <Point x="5702" y="1469" time="14656594.14"/> </Stroke> <Stroke colour="black" start_time="14656594.43" end_time="14656594.91"> <Point x="5795" y="1283" time="14656594.43"/> <Point x="5787" y="1282" time="14656594.45"/> <Point x="5795" y="1287" time="14656594.46"/> <Point x="5792" y="1297" time="14656594.48"/> <Point x="5800" y="1312" time="14656594.49"/> <Point x="5800" y="1331" time="14656594.51"/> <Point x="5806" y="1358" time="14656594.52"/> <Point x="5803" y="1383" time="14656594.54"/> <Point x="5810" y="1404" time="14656594.55"/> <Point x="5807" y="1419" time="14656594.57"/> <Point x="5815" y="1433" time="14656594.59"/> <Point x="5814" y="1439" time="14656594.60"/> <Point x="5825" y="1443" time="14656594.61"/> <Point x="5817" y="1442" time="14656594.63"/> <Point x="5818" y="1436" time="14656594.64"/> <Point x="5821" y="1428" time="14656594.66"/> <Point x="5828" y="1415" time="14656594.67"/> <Point x="5832" y="1401" time="14656594.69"/> <Point x="5847" y="1390" time="14656594.70"/> <Point x="5846" y="1377" time="14656594.72"/> <Point x="5860" y="1372" time="14656594.73"/> <Point x="5858" y="1367" time="14656594.75"/> <Point x="5865" y="1368" time="14656594.76"/> <Point x="5864" y="1372" time="14656594.78"/> <Point x="5873" y="1382" time="14656594.79"/> <Point x="5872" y="1392" time="14656594.81"/> <Point x="5885" y="1404" time="14656594.82"/> <Point x="5882" y="1413" time="14656594.84"/> <Point x="5897" y="1424" time="14656594.85"/> <Point x="5894" y="1433" time="14656594.87"/> <Point x="5900" y="1440" time="14656594.88"/> <Point x="5903" y="1446" time="14656594.89"/> <Point x="5911" y="1445" time="14656594.91"/> </Stroke> <Stroke colour="black" start_time="14656595.06" end_time="14656595.42"> <Point x="5945" y="1394" time="14656595.06"/> <Point x="5941" y="1392" time="14656595.07"/> <Point x="5945" y="1392" time="14656595.09"/> <Point x="5950" y="1391" time="14656595.10"/> <Point x="5962" y="1389" time="14656595.12"/> <Point x="5977" y="1383" time="14656595.13"/> <Point x="5987" y="1376" time="14656595.15"/> <Point x="6005" y="1368" time="14656595.16"/> <Point x="6003" y="1360" time="14656595.18"/> <Point x="6005" y="1354" time="14656595.19"/> <Point x="5994" y="1348" time="14656595.21"/> <Point x="5981" y="1346" time="14656595.22"/> <Point x="5969" y="1351" time="14656595.24"/> <Point x="5958" y="1358" time="14656595.25"/> <Point x="5947" y="1369" time="14656595.27"/> <Point x="5935" y="1382" time="14656595.28"/> <Point x="5928" y="1400" time="14656595.30"/> <Point x="5927" y="1415" time="14656595.31"/> <Point x="5933" y="1428" time="14656595.33"/> <Point x="5943" y="1435" time="14656595.34"/> <Point x="5970" y="1441" time="14656595.36"/> <Point x="5991" y="1442" time="14656595.37"/> <Point x="6004" y="1440" time="14656595.39"/> <Point x="6033" y="1440" time="14656595.40"/> <Point x="6050" y="1438" time="14656595.42"/> </Stroke> <Stroke colour="black" start_time="14656595.63" end_time="14656596.51"> <Point x="6098" y="1358" time="14656595.63"/> <Point x="6097" y="1364" time="14656595.64"/> <Point x="6079" y="1372" time="14656595.66"/> <Point x="6072" y="1383" time="14656595.67"/> <Point x="6063" y="1399" time="14656595.69"/> <Point x="6064" y="1414" time="14656595.70"/> <Point x="6069" y="1426" time="14656595.72"/> <Point x="6067" y="1433" time="14656595.74"/> <Point x="6086" y="1440" time="14656595.75"/> <Point x="6111" y="1442" time="14656595.76"/> <Point x="6133" y="1437" time="14656595.78"/> <Point x="6141" y="1371" time="14656595.92"/> <Point x="6155" y="1395" time="14656595.94"/> <Point x="6148" y="1406" time="14656595.96"/> <Point x="6162" y="1418" time="14656595.97"/> <Point x="6168" y="1426" time="14656595.99"/> <Point x="6184" y="1430" time="14656596.00"/> <Point x="6242" y="1322" time="14656596.41"/> <Point x="6248" y="1315" time="14656596.42"/> <Point x="6250" y="1321" time="14656596.44"/> <Point x="6316" y="1339" time="14656596.51"/> </Stroke> </StrokeSet> </WhiteboardCaptureSession>
52.057782
75
0.557217
d82ffb22b71238e33a6af811b84b61366a680e83
105,543
xml
XML
AWS-Karuta-Label/mansai3/awskaruta-03.xml
ohtk79/assets
fd60377fb76061b5869466684839073d21ecea1a
[ "MIT" ]
25
2017-10-25T06:05:34.000Z
2020-12-24T08:38:38.000Z
AWS-Karuta-Label/mansai3/awskaruta-03.xml
ohtk79/assets
fd60377fb76061b5869466684839073d21ecea1a
[ "MIT" ]
null
null
null
AWS-Karuta-Label/mansai3/awskaruta-03.xml
ohtk79/assets
fd60377fb76061b5869466684839073d21ecea1a
[ "MIT" ]
5
2018-01-17T05:54:57.000Z
2020-07-25T01:01:58.000Z
<?xml version="1.0" encoding="utf-8"?> <aspilot> <Property> <Version>1.2</Version> <Direction>Landscape</Direction> <Capabilities> <os>Mac OS 10.11.6</os> <version>MAC 24,0,0,174</version> <playerType>Desktop</playerType> </Capabilities> </Property> <Paper> <GroupName> <Item>名札・席札</Item> <Item>宛名ラベル</Item> <Item>名前ラベル</Item> <Item>商品表示・値札・POP</Item> <Item>案内・注意</Item> <Item>管理・収納・インデックス</Item> </GroupName> <CompanyName>プラス</CompanyName> <ProductName>ME-501/ME-501T/ME-501S</ProductName> <SheetUse>いつものラベル</SheetUse> <SheetSurfaces>2×5 10面</SheetSurfaces> <SheetSize> <Width>210.00</Width> <Height>297.00</Height> </SheetSize> <LabelData> <Fixed type="5"> <Width>86.40</Width> <Height>50.80</Height> <Rotate>0.00</Rotate> <Round> <Item>0.00</Item> </Round> <HorzPos> <Item>18.60</Item> <Item>105.00</Item> </HorzPos> <VertPos> <Item>21.20</Item> <Item>72.00</Item> <Item>122.80</Item> <Item>173.60</Item> <Item>224.40</Item> </VertPos> </Fixed> </LabelData> <LabelSize>86.40x50.80</LabelSize> <ID>000048605</ID> <PaperQuality>上質紙</PaperQuality> <Keyword/> </Paper> <Design> <Label> <Obverse width="144.01799999999997" height="244.94400000000002"> <CSLib.DrawObjects.CDOBackGround> <ID/> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>144.02</sizex> <sizey>244.94</sizey> <x>0</x> <y>0</y> <version>1.4</version> <color>13421772</color> <scale>100</scale> <gradationColorStart>13421772</gradationColorStart> <gradationColorEnd>13421772</gradationColorEnd> <gradationDirection>0</gradationDirection> <imageType>0</imageType> <fillType>0</fillType> <blur>0</blur> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <contrast>0</contrast> <brightness>0</brightness> <cutterPositionX>0</cutterPositionX> <cutterPositionY>0</cutterPositionY> <cutterSizeX>0</cutterSizeX> <cutterSizeY>0</cutterSizeY> <cutterAngle>0</cutterAngle> <fbmpdataID/> </CSLib.DrawObjects.CDOBackGround> <CSLib.DrawObjects.CDOText3> <ID>文字1</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>105.85</sizex> <sizey>15.97</sizey> <x>19.05</x> <y>161.55</y> <version>1.2</version> <text>Amazon SMS</text> <fontShape>0</fontShape> <fontName>ヒラギノ角ゴ Pro W3</fontName> <fontSize>16</fontSize> <color>0</color> <shadowColor>0</shadowColor> <shadow>false</shadow> <glowColor>0</glowColor> <glow>false</glow> <hankakuToZenkaku>false</hankakuToZenkaku> <fontShapeNumber>99.99911020153934</fontShapeNumber> <horizontalLayout>1</horizontalLayout> <bold>false</bold> <italic>false</italic> <underline>false</underline> <tateyoko>0</tateyoko> </CSLib.DrawObjects.CDOText3> <CSLib.DrawObjects.CDOText3> <ID>文字2</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>121</sizex> <sizey>29.98</sizey> <x>11.45</x> <y>181.05</y> <version>1.2</version> <text>(Server Migration Service)</text> <fontShape>2</fontShape> <fontName>ヒラギノ角ゴ Pro W3</fontName> <fontSize>14</fontSize> <color>0</color> <shadowColor>0</shadowColor> <shadow>false</shadow> <glowColor>0</glowColor> <glow>false</glow> <hankakuToZenkaku>false</hankakuToZenkaku> <fontShapeNumber>99.9994136750522</fontShapeNumber> <horizontalLayout>1</horizontalLayout> <bold>false</bold> <italic>false</italic> <underline>false</underline> <tateyoko>0</tateyoko> </CSLib.DrawObjects.CDOText3> <CSLib.DrawObjects.CDOImage> <ID>画像4</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>118.55</sizex> <sizey>142.96</sizey> <x>12.7</x> <y>14.45</y> <version>1.4</version> <blur>0</blur> <transparent>0</transparent> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <whiteTrim>false</whiteTrim> <contrast>0</contrast> <brightness>0</brightness> <fbmpdataID>59e749fbc9ac20f93fc265b5468816b5f1295a20bd6c60b03c5623ad62caf9c8</fbmpdataID> </CSLib.DrawObjects.CDOImage> </Obverse> <Reverse/> </Label> <Label> <Obverse width="144.01799999999997" height="244.94400000000002"> <CSLib.DrawObjects.CDOBackGround> <ID/> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>144.02</sizex> <sizey>244.94</sizey> <x>0</x> <y>0</y> <version>1.4</version> <color>13421772</color> <scale>100</scale> <gradationColorStart>13421772</gradationColorStart> <gradationColorEnd>13421772</gradationColorEnd> <gradationDirection>0</gradationDirection> <imageType>0</imageType> <fillType>0</fillType> <blur>0</blur> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <contrast>0</contrast> <brightness>0</brightness> <cutterPositionX>0</cutterPositionX> <cutterPositionY>0</cutterPositionY> <cutterSizeX>0</cutterSizeX> <cutterSizeY>0</cutterSizeY> <cutterAngle>0</cutterAngle> <fbmpdataID/> </CSLib.DrawObjects.CDOBackGround> <CSLib.DrawObjects.CDOText3> <ID>文字1</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>88.75</sizex> <sizey>33.97</sizey> <x>27.5</x> <y>161.56</y> <version>1.2</version> <text>Amazon CloudFront</text> <fontShape>0</fontShape> <fontName>ヒラギノ角ゴ Pro W3</fontName> <fontSize>16</fontSize> <color>0</color> <shadowColor>0</shadowColor> <shadow>false</shadow> <glowColor>0</glowColor> <glow>false</glow> <hankakuToZenkaku>false</hankakuToZenkaku> <fontShapeNumber>99.99911020153934</fontShapeNumber> <horizontalLayout>1</horizontalLayout> <bold>false</bold> <italic>false</italic> <underline>false</underline> <tateyoko>0</tateyoko> </CSLib.DrawObjects.CDOText3> <CSLib.DrawObjects.CDOImage> <ID>画像4</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>119.24</sizex> <sizey>142.95</sizey> <x>11.99</x> <y>14.46</y> <version>1.4</version> <blur>0</blur> <transparent>0</transparent> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <whiteTrim>false</whiteTrim> <contrast>0</contrast> <brightness>0</brightness> <fbmpdataID>e839c646d63fd42b396e0022e963a73c693abc450d9b6599d5cac3e6045e7a1c</fbmpdataID> </CSLib.DrawObjects.CDOImage> </Obverse> <Reverse/> </Label> <Label> <Obverse width="144.01799999999997" height="244.94400000000002"> <CSLib.DrawObjects.CDOBackGround> <ID/> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>144.02</sizex> <sizey>244.94</sizey> <x>0</x> <y>0</y> <version>1.4</version> <color>13421772</color> <scale>100</scale> <gradationColorStart>13421772</gradationColorStart> <gradationColorEnd>13421772</gradationColorEnd> <gradationDirection>0</gradationDirection> <imageType>0</imageType> <fillType>0</fillType> <blur>0</blur> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <contrast>0</contrast> <brightness>0</brightness> <cutterPositionX>0</cutterPositionX> <cutterPositionY>0</cutterPositionY> <cutterSizeX>0</cutterSizeX> <cutterSizeY>0</cutterSizeY> <cutterAngle>0</cutterAngle> <fbmpdataID/> </CSLib.DrawObjects.CDOBackGround> <CSLib.DrawObjects.CDOText3> <ID>文字1</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>73.55</sizex> <sizey>33.97</sizey> <x>34.85</x> <y>161.56</y> <version>1.2</version> <text>Amazon Route 53</text> <fontShape>0</fontShape> <fontName>ヒラギノ角ゴ Pro W3</fontName> <fontSize>16</fontSize> <color>0</color> <shadowColor>0</shadowColor> <shadow>false</shadow> <glowColor>0</glowColor> <glow>false</glow> <hankakuToZenkaku>false</hankakuToZenkaku> <fontShapeNumber>99.99911020153934</fontShapeNumber> <horizontalLayout>1</horizontalLayout> <bold>false</bold> <italic>false</italic> <underline>false</underline> <tateyoko>0</tateyoko> </CSLib.DrawObjects.CDOText3> <CSLib.DrawObjects.CDOImage> <ID>画像4</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>118.41</sizex> <sizey>142.8</sizey> <x>12.8</x> <y>14.55</y> <version>1.4</version> <blur>0</blur> <transparent>0</transparent> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <whiteTrim>false</whiteTrim> <contrast>0</contrast> <brightness>0</brightness> <fbmpdataID>e4cb98cac140c0b12ccdab92284a1a9c8f4906afd4ada4bc19abe52ec34b73e1</fbmpdataID> </CSLib.DrawObjects.CDOImage> </Obverse> <Reverse/> </Label> <Label> <Obverse width="144.01799999999997" height="244.94400000000002"> <CSLib.DrawObjects.CDOBackGround> <ID/> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>144.02</sizex> <sizey>244.94</sizey> <x>0</x> <y>0</y> <version>1.4</version> <color>13421772</color> <scale>100</scale> <gradationColorStart>13421772</gradationColorStart> <gradationColorEnd>13421772</gradationColorEnd> <gradationDirection>0</gradationDirection> <imageType>0</imageType> <fillType>0</fillType> <blur>0</blur> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <contrast>0</contrast> <brightness>0</brightness> <cutterPositionX>0</cutterPositionX> <cutterPositionY>0</cutterPositionY> <cutterSizeX>0</cutterSizeX> <cutterSizeY>0</cutterSizeY> <cutterAngle>0</cutterAngle> <fbmpdataID/> </CSLib.DrawObjects.CDOBackGround> <CSLib.DrawObjects.CDOText3> <ID>文字1</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>119.9</sizex> <sizey>33.97</sizey> <x>11.69</x> <y>161.56</y> <version>1.2</version> <text>AWS Direct Connect</text> <fontShape>0</fontShape> <fontName>ヒラギノ角ゴ Pro W3</fontName> <fontSize>16</fontSize> <color>0</color> <shadowColor>0</shadowColor> <shadow>false</shadow> <glowColor>0</glowColor> <glow>false</glow> <hankakuToZenkaku>false</hankakuToZenkaku> <fontShapeNumber>99.99911020153934</fontShapeNumber> <horizontalLayout>1</horizontalLayout> <bold>false</bold> <italic>false</italic> <underline>false</underline> <tateyoko>0</tateyoko> </CSLib.DrawObjects.CDOText3> <CSLib.DrawObjects.CDOImage> <ID>画像4</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>118.44</sizex> <sizey>142.84</sizey> <x>12.75</x> <y>14.55</y> <version>1.4</version> <blur>0</blur> <transparent>0</transparent> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <whiteTrim>false</whiteTrim> <contrast>0</contrast> <brightness>0</brightness> <fbmpdataID>415011891b09b8f6193a0cc1b6a8af2114e975d2e9920a629d838f45e44be60c</fbmpdataID> </CSLib.DrawObjects.CDOImage> </Obverse> <Reverse/> </Label> <Label> <Obverse width="144.01799999999997" height="244.94400000000002"> <CSLib.DrawObjects.CDOBackGround> <ID/> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>144.02</sizex> <sizey>244.94</sizey> <x>0</x> <y>0</y> <version>1.4</version> <color>13421772</color> <scale>100</scale> <gradationColorStart>13421772</gradationColorStart> <gradationColorEnd>13421772</gradationColorEnd> <gradationDirection>0</gradationDirection> <imageType>0</imageType> <fillType>0</fillType> <blur>0</blur> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <contrast>0</contrast> <brightness>0</brightness> <cutterPositionX>0</cutterPositionX> <cutterPositionY>0</cutterPositionY> <cutterSizeX>0</cutterSizeX> <cutterSizeY>0</cutterSizeY> <cutterAngle>0</cutterAngle> <fbmpdataID/> </CSLib.DrawObjects.CDOBackGround> <CSLib.DrawObjects.CDOText3> <ID>文字1</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>81</sizex> <sizey>33.97</sizey> <x>31.24</x> <y>161.56</y> <version>1.2</version> <text>AWS CodeBuild</text> <fontShape>0</fontShape> <fontName>ヒラギノ角ゴ Pro W3</fontName> <fontSize>16</fontSize> <color>0</color> <shadowColor>0</shadowColor> <shadow>false</shadow> <glowColor>0</glowColor> <glow>false</glow> <hankakuToZenkaku>false</hankakuToZenkaku> <fontShapeNumber>99.99911020153934</fontShapeNumber> <horizontalLayout>1</horizontalLayout> <bold>false</bold> <italic>false</italic> <underline>false</underline> <tateyoko>0</tateyoko> </CSLib.DrawObjects.CDOText3> <CSLib.DrawObjects.CDOImage> <ID>画像4</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>118.77</sizex> <sizey>142.8</sizey> <x>12.6</x> <y>14.6</y> <version>1.4</version> <blur>0</blur> <transparent>0</transparent> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <whiteTrim>false</whiteTrim> <contrast>0</contrast> <brightness>0</brightness> <fbmpdataID>bfc5d60b0f8990fe612b97fcf85e1ffca956c870efc51169f2696b0e0ed4f452</fbmpdataID> </CSLib.DrawObjects.CDOImage> </Obverse> <Reverse/> </Label> <Label> <Obverse width="144.01799999999997" height="244.94400000000002"> <CSLib.DrawObjects.CDOBackGround> <ID/> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>144.02</sizex> <sizey>244.94</sizey> <x>0</x> <y>0</y> <version>1.4</version> <color>13421772</color> <scale>100</scale> <gradationColorStart>13421772</gradationColorStart> <gradationColorEnd>13421772</gradationColorEnd> <gradationDirection>0</gradationDirection> <imageType>0</imageType> <fillType>0</fillType> <blur>0</blur> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <contrast>0</contrast> <brightness>0</brightness> <cutterPositionX>0</cutterPositionX> <cutterPositionY>0</cutterPositionY> <cutterSizeX>0</cutterSizeX> <cutterSizeY>0</cutterSizeY> <cutterAngle>0</cutterAngle> <fbmpdataID/> </CSLib.DrawObjects.CDOBackGround> <CSLib.DrawObjects.CDOText3> <ID>文字1</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>102.85</sizex> <sizey>33.97</sizey> <x>20.2</x> <y>161.56</y> <version>1.2</version> <text>AWS CodePipeline</text> <fontShape>0</fontShape> <fontName>ヒラギノ角ゴ Pro W3</fontName> <fontSize>16</fontSize> <color>0</color> <shadowColor>0</shadowColor> <shadow>false</shadow> <glowColor>0</glowColor> <glow>false</glow> <hankakuToZenkaku>false</hankakuToZenkaku> <fontShapeNumber>99.99911020153934</fontShapeNumber> <horizontalLayout>1</horizontalLayout> <bold>false</bold> <italic>false</italic> <underline>false</underline> <tateyoko>0</tateyoko> </CSLib.DrawObjects.CDOText3> <CSLib.DrawObjects.CDOImage> <ID>画像4</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>118.48</sizex> <sizey>142.8</sizey> <x>12.75</x> <y>14.55</y> <version>1.4</version> <blur>0</blur> <transparent>0</transparent> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <whiteTrim>false</whiteTrim> <contrast>0</contrast> <brightness>0</brightness> <fbmpdataID>fab2f022bc9f57448810dff2d2ccb4e19f81aaadab216deed1b21a5d740f04d3</fbmpdataID> </CSLib.DrawObjects.CDOImage> </Obverse> <Reverse/> </Label> <Label> <Obverse width="144.01799999999997" height="244.94400000000002"> <CSLib.DrawObjects.CDOBackGround> <ID/> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>144.02</sizex> <sizey>244.94</sizey> <x>0</x> <y>0</y> <version>1.4</version> <color>13421772</color> <scale>100</scale> <gradationColorStart>13421772</gradationColorStart> <gradationColorEnd>13421772</gradationColorEnd> <gradationDirection>0</gradationDirection> <imageType>0</imageType> <fillType>0</fillType> <blur>0</blur> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <contrast>0</contrast> <brightness>0</brightness> <cutterPositionX>0</cutterPositionX> <cutterPositionY>0</cutterPositionY> <cutterSizeX>0</cutterSizeX> <cutterSizeY>0</cutterSizeY> <cutterAngle>0</cutterAngle> <fbmpdataID/> </CSLib.DrawObjects.CDOBackGround> <CSLib.DrawObjects.CDOText3> <ID>文字1</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>103.85</sizex> <sizey>33.97</sizey> <x>19.7</x> <y>161.56</y> <version>1.2</version> <text>AWS CodeCommit</text> <fontShape>0</fontShape> <fontName>ヒラギノ角ゴ Pro W3</fontName> <fontSize>16</fontSize> <color>0</color> <shadowColor>0</shadowColor> <shadow>false</shadow> <glowColor>0</glowColor> <glow>false</glow> <hankakuToZenkaku>false</hankakuToZenkaku> <fontShapeNumber>99.99911020153934</fontShapeNumber> <horizontalLayout>1</horizontalLayout> <bold>false</bold> <italic>false</italic> <underline>false</underline> <tateyoko>0</tateyoko> </CSLib.DrawObjects.CDOText3> <CSLib.DrawObjects.CDOImage> <ID>画像4</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>118.42</sizex> <sizey>142.81</sizey> <x>12.8</x> <y>14.55</y> <version>1.4</version> <blur>0</blur> <transparent>0</transparent> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <whiteTrim>false</whiteTrim> <contrast>0</contrast> <brightness>0</brightness> <fbmpdataID>75e8c85f3603f93d93cc8f0ff57c953aca4ec238f2120f72a291f0e8a3ff48a6</fbmpdataID> </CSLib.DrawObjects.CDOImage> </Obverse> <Reverse/> </Label> <Label> <Obverse width="144.01799999999997" height="244.94400000000002"> <CSLib.DrawObjects.CDOBackGround> <ID/> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>144.02</sizex> <sizey>244.94</sizey> <x>0</x> <y>0</y> <version>1.4</version> <color>13421772</color> <scale>100</scale> <gradationColorStart>13421772</gradationColorStart> <gradationColorEnd>13421772</gradationColorEnd> <gradationDirection>0</gradationDirection> <imageType>0</imageType> <fillType>0</fillType> <blur>0</blur> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <contrast>0</contrast> <brightness>0</brightness> <cutterPositionX>0</cutterPositionX> <cutterPositionY>0</cutterPositionY> <cutterSizeX>0</cutterSizeX> <cutterSizeY>0</cutterSizeY> <cutterAngle>0</cutterAngle> <fbmpdataID/> </CSLib.DrawObjects.CDOBackGround> <CSLib.DrawObjects.CDOText3> <ID>文字1</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>96.35</sizex> <sizey>33.97</sizey> <x>23.44</x> <y>161.56</y> <version>1.2</version> <text>AWS CodeDeploy</text> <fontShape>0</fontShape> <fontName>ヒラギノ角ゴ Pro W3</fontName> <fontSize>16</fontSize> <color>0</color> <shadowColor>0</shadowColor> <shadow>false</shadow> <glowColor>0</glowColor> <glow>false</glow> <hankakuToZenkaku>false</hankakuToZenkaku> <fontShapeNumber>99.99911020153934</fontShapeNumber> <horizontalLayout>1</horizontalLayout> <bold>false</bold> <italic>false</italic> <underline>false</underline> <tateyoko>0</tateyoko> </CSLib.DrawObjects.CDOText3> <CSLib.DrawObjects.CDOImage> <ID>画像4</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>118.42</sizex> <sizey>142.81</sizey> <x>12.75</x> <y>14.55</y> <version>1.4</version> <blur>0</blur> <transparent>0</transparent> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <whiteTrim>false</whiteTrim> <contrast>0</contrast> <brightness>0</brightness> <fbmpdataID>f1a2ece6c379bdc95fd81286e1599301a7cd414b28f393811930146366fc9ebc</fbmpdataID> </CSLib.DrawObjects.CDOImage> </Obverse> <Reverse/> </Label> <Label> <Obverse width="144.01799999999997" height="244.94400000000002"> <CSLib.DrawObjects.CDOBackGround> <ID/> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>144.02</sizex> <sizey>244.94</sizey> <x>0</x> <y>0</y> <version>1.4</version> <color>13421772</color> <scale>100</scale> <gradationColorStart>13421772</gradationColorStart> <gradationColorEnd>13421772</gradationColorEnd> <gradationDirection>0</gradationDirection> <imageType>0</imageType> <fillType>0</fillType> <blur>0</blur> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <contrast>0</contrast> <brightness>0</brightness> <cutterPositionX>0</cutterPositionX> <cutterPositionY>0</cutterPositionY> <cutterSizeX>0</cutterSizeX> <cutterSizeY>0</cutterSizeY> <cutterAngle>0</cutterAngle> <fbmpdataID/> </CSLib.DrawObjects.CDOBackGround> <CSLib.DrawObjects.CDOText3> <ID>文字1</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>90.15</sizex> <sizey>15.97</sizey> <x>26.55</x> <y>161.55</y> <version>1.2</version> <text>AWS X-Ray</text> <fontShape>0</fontShape> <fontName>ヒラギノ角ゴ Pro W3</fontName> <fontSize>16</fontSize> <color>0</color> <shadowColor>0</shadowColor> <shadow>false</shadow> <glowColor>0</glowColor> <glow>false</glow> <hankakuToZenkaku>false</hankakuToZenkaku> <fontShapeNumber>99.99911020153934</fontShapeNumber> <horizontalLayout>1</horizontalLayout> <bold>false</bold> <italic>false</italic> <underline>false</underline> <tateyoko>0</tateyoko> </CSLib.DrawObjects.CDOText3> <CSLib.DrawObjects.CDOImage> <ID>画像4</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>127.22</sizex> <sizey>142.84</sizey> <x>8.35</x> <y>14.55</y> <version>1.4</version> <blur>0</blur> <transparent>0</transparent> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <whiteTrim>false</whiteTrim> <contrast>0</contrast> <brightness>0</brightness> <fbmpdataID>84822884fc0bcbbe65f9022eed3c59464931bd7ec9789cd7a458bd35f1a14f9f</fbmpdataID> </CSLib.DrawObjects.CDOImage> </Obverse> <Reverse/> </Label> <Label> <Obverse width="144.01799999999997" height="244.94400000000002"> <CSLib.DrawObjects.CDOBackGround> <ID/> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>144.02</sizex> <sizey>244.94</sizey> <x>0</x> <y>0</y> <version>1.4</version> <color>13421772</color> <scale>100</scale> <gradationColorStart>13421772</gradationColorStart> <gradationColorEnd>13421772</gradationColorEnd> <gradationDirection>0</gradationDirection> <imageType>0</imageType> <fillType>0</fillType> <blur>0</blur> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <contrast>0</contrast> <brightness>0</brightness> <cutterPositionX>0</cutterPositionX> <cutterPositionY>0</cutterPositionY> <cutterSizeX>0</cutterSizeX> <cutterSizeY>0</cutterSizeY> <cutterAngle>0</cutterAngle> <fbmpdataID/> </CSLib.DrawObjects.CDOBackGround> <CSLib.DrawObjects.CDOText3> <ID>文字1</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>96.75</sizex> <sizey>33.97</sizey> <x>23.54</x> <y>161.56</y> <version>1.2</version> <text>Amazon CloudWatch</text> <fontShape>0</fontShape> <fontName>ヒラギノ角ゴ Pro W3</fontName> <fontSize>16</fontSize> <color>0</color> <shadowColor>0</shadowColor> <shadow>false</shadow> <glowColor>0</glowColor> <glow>false</glow> <hankakuToZenkaku>false</hankakuToZenkaku> <fontShapeNumber>99.99911020153934</fontShapeNumber> <horizontalLayout>1</horizontalLayout> <bold>false</bold> <italic>false</italic> <underline>false</underline> <tateyoko>0</tateyoko> </CSLib.DrawObjects.CDOText3> <CSLib.DrawObjects.CDOImage> <ID>画像4</ID> <lock>false</lock> <noPrint>false</noPrint> <angle>0</angle> <sizex>126.6</sizex> <sizey>142.95</sizey> <x>8.54</x> <y>14.46</y> <version>1.4</version> <blur>0</blur> <transparent>0</transparent> <monochrome>0</monochrome> <monochromeColor>0</monochromeColor> <whiteTrim>false</whiteTrim> <contrast>0</contrast> <brightness>0</brightness> <fbmpdataID>a057f81319f84961964282c68dd5e6cc06b8ddc414d2e6b2bd2118e262f96063</fbmpdataID> </CSLib.DrawObjects.CDOImage> </Obverse> <Reverse/> </Label> </Design> <ImageContainer> <Item fbmpdataID="fab2f022bc9f57448810dff2d2ccb4e19f81aaadab216deed1b21a5d740f04d3"> <Bitmap>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 2wAAAABJRU5ErkJggg==</Bitmap> </Item> <Item fbmpdataID="e4cb98cac140c0b12ccdab92284a1a9c8f4906afd4ada4bc19abe52ec34b73e1"> <Bitmap>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 RK5CYII=</Bitmap> </Item> <Item fbmpdataID="e839c646d63fd42b396e0022e963a73c693abc450d9b6599d5cac3e6045e7a1c"> <Bitmap>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 P8nR5zFRAAAAAElFTkSuQmCC</Bitmap> </Item> <Item fbmpdataID="75e8c85f3603f93d93cc8f0ff57c953aca4ec238f2120f72a291f0e8a3ff48a6"> <Bitmap>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 Kbr/CTAAwARhrGGpd/cAAAAASUVORK5CYII=</Bitmap> </Item> <Item fbmpdataID="415011891b09b8f6193a0cc1b6a8af2114e975d2e9920a629d838f45e44be60c"> <Bitmap>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</Bitmap> </Item> <Item fbmpdataID="84822884fc0bcbbe65f9022eed3c59464931bd7ec9789cd7a458bd35f1a14f9f"> <Bitmap>iVBORw0KGgoAAAANSUhEUgAAAVYAAAGACAYAAAD2yEqxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAKT9JREFUeNrsnVtsXNd1hg+HoiiRIkUrUnyTopFt2Zai2nRiG3WdqHQc IHVdxAyKAC0aRKPafWgfaudBz7aejSJSC+SlKjx6KvpQgEEQBOlDzQi9ACmQ0K5tKXBs0VESX+Q6 1P1CSe5ZnBlxLmfm3PY+Z/97/R8wYCLJ5JwzMx//s9c6aw8FhGTg6f17ZtaMVJ7fvmfi+6Njw3Mv P3dsyaNjm9758NTsyGilHh7XIl9tkpYhngKSVqjhlxfDh3wNJjatDbbt2iBSrYePw8giCo+tFn7Z N/XZ0Zk7do63/liO6yAFSyhWYl2o7YiEQhm1i+hoKKJ5kOOaCr+8IEINH9V148PB9j2TwfCano8G BUsoVmJfqC1EQiIjkVIbC80EW3f0uKrN45oNH1OtP79remP3cVCwhGIlxQm1HZGRSCkCEdDR8HHI hXXYQcd1246xYNMd65J+KwqWUKzEjlDbESmJnFyTUfNyf7Z5XNWofzO+cSRM3RNZvj0FSyhWYl6o 7VT3TAZjG9fE/bP55jLBXAGX+7Xw8Xz75X7UUsY9X5yKWlelYAnFSsoTakZJiYQOhg+j7VrNY9rX lGos23ZtWOluMAQFSyhWCtWMUHNeVhtp12q1S6U5pgTLFxQsoVhJeUJtJ2UhqFtIidu1utul0vyg Aa1VFCyhWIk7Qm0nQevSIAa2a/Vrlyrw+VGwhGKlUIsTquFEKCK62a5l6nhyJGoKllCsFGrxQm3H 5BrmydfPLl46d62a9/vkaK2iYAnFSqG6gamq+3tvnAsunFnO9T0MtVZRsIRipVDLRSQm65kjo5XS xWq4tYqCJRQrhVoeJi6/84rVYmsVBUsoVgq1HLZ8bn2wZdv6UsQ6YJYBBUsoVgoVT6jt5GlxyirW PtO3KFhCsVKo2EJtIeusItcsxaOsYi2xtYqCpVgJhVoMzV0HChFr1p9FwRKKlUKFo2vXAStidbC1 ioKlWAmFao8sLVhpxZpwhCEFSyhWCtUf0lbq04gVpLWKgqVYCYVqnjQCTCpWwNYqCpZiJRSqWZJe sicRK3hrFQVLsRIK1QxJi0xJxOpJaxUFS7ESCjU/Sdqi4sTqYWsVBUuxEgo1H3Fpc5BYPW+tomAp VkKhZmfQLa+DxKqktYqCpVgpVJ6N9AzadaCfWBW2VlGwFCuFStLRT5RRYlXeWkXBUqwUKklO1EDq brGaGqBNKFjT8B2ZnxlK1Ty/fftCcP3apwP/za1hqqVUjVMLH6/wNFCsZXMofCzxNJhFpPrrE+f7 /r2k2bRDXEhiDvIUUKyl8sNX3hCpfodnwjxy2X/61KWeP5eUKtOxiJ2lgJefOzbP00CxuiDXevhl kWfCPKd/dSm4fOF6x5/duXMD+1WZVilWJeznKbDDqePnbq63yr5Z7Fe1J1UWrShW11KrXD7xEsoC y1duBB+evBiMjg/n2oyQDESWtA7xNFCsTK2KOPfJVUrVLt8J0yqLsIYY5ikwx9sLHy3d+9Bnp8L/ +fs8G2YZmxgJbrmNXQCWWAil+tc8DUysLnMwYPsVAUurPAUUq9M0269YWSUozLO9imJFkasUARZ5 JggArAtQrHzDEmKQQ2yvoljRUqtcXvESi7gKl6woVqZWQgxzkO1V9mC7lUXYfmWOteuGOXTFHIuh VP+cp4GJFToZBGy/Im7B9iqKFRu2XxHHkPaqOZ4GitUHubL9ijCtUqzEAixkkbKRWasLPA0Uq0+p dT5g+xUpDw5kp1iZWgkxzGG2V1GsvqbWxYAzL0nx8H2nVayyjfSPfvpPtfBR9fycs/2KFP6e8zmt ijO+94O/rR04stcZd5S+cZAINfzyYviY+eM/+npw1467W79h58PHT+TrU48+u+jTGyE85hfCL9/l 5z054xtHgu17Jngi0iPtVU/4JtKgseX8Hza/Vo+f+s/g/d/9Uv66HjiwxUxpYm0XauvP7rxja/CN Z77Z71LGK9GGx39S3hD83FOslnkCfSxglEjb//7y1fPBf5341+7/rFTBFi7WKKG2I2IVwcYAL9rm eXiVn3uK1SLSXgVXMI0TaTdtaTXyHJQh2MLEGifUBKnVO9GG5+TVuPNBKNYc7EAYCxiKdKr5OXgm iUgTpNXSBWtdrEmF2s6fffNbwebNW/L8WAjRhudG3kAn+fmnWC0gEnnJcZG2Eul01u918sPXwkeq ex4KEeyQRWmkFmqLXfftDp78ytdMPh1nRRueJylivUAPUKwGWWqmVSc6AUyKtJ1r16+upFX5mmWZ xKZghyyIIrNQ29n3rWeDiYlJW6+1M6INz9dUM7VO0QcUqyH2h8Ko+yZSA2m1MMEOGRSEEaFaTK3O ipbtVxSryfdyKIkdPoq0m2Nv/nPWtGpdsEMGpGBUqO381V/+TTA6WspwYzm5c22itX5JxfYritUQ 1turyhJpO9IFIN0AFjAi2KEcIrAm1BaPPvJY8OjDTgzfX+hKtMZFy/YritUAVm4GcEGk3cjaqnQE WCSXYIcyCsCqUFtIWv32XzxbVmotXLRsv6JYc2KkvcpFkRaUVo0JdijFh74woTqaWq2LNjzH8gb+ Of1AsWZAtrLONBbQdZF289O3fxCcv/RJ0T82lWCHEnzYSxFqe2qVtVYwMos2PN+vhF9q9ATFmoJU 7VVoIu040AsfBD9758dlPoVEgh1yVajtfPUrXwvuv2838hs/sWjZfkWxZmDgzQDIIu3m5+/+OPjd +Q9ceCoDBTvkslBbTE5MBt/+1rM+fRAGijZ8DV5qvgaEYo2jp73KJ5E6llYTC3bIZaF6llpTiZbt VxRrQr4hu66GMp31TaTdxAxbcUqwQ02pOl+NltkBMkNACQtvnXgz+PdX/22a3qBY+zGx/jNLj+z8 k4VAQSdJimErpQtWJoq1dhBwPhl9/PHp4De//bWWz8z07vs/P51gfCJRzK6tfzAVKGnPk9tXQVh5 PVpiPYzwjH/6P/+t6oPz5cdnAkKiuP2We4IN6zepOFZJqw4vAXRztF2sdYRnLIlVUWpdWf7Y5e+6 MsnImuG1wY5bH1RzvO//7h2kp1u/KdYfvvLGEopcX3v9Z6o+RF8KU6uDd56REtm2eXewbu0GFccq Q1ZOffwWytOdaxWvKt0R1nXePflOcO7cWTUfIpHqgw98gTYhK4hQt23epeZ4T3183OQEq0KWATrE GqbW+aAx1cl5tK21yi29k/Zm0xIgZAlAlgL0iBUmrUo/8VyPWJtAFLGO/+ItVam1tSRAdHPLhttW ilZakIIVYlqNEmsd5Si0pda7dtwdsP2KaVUTQC1WPe7sECtSEevdxXeCK1euqHqjsf1KL1smPxdM jd+mKq1anrdqkrnuW1orcZHWVUSqr/2vrgl7bL/Sy847HlF1vFK0AqLHmT1iRSpiSeuVttTK9iuN SwDTatqrBBm2UsK81ax0FK0GJVYBooglUj3xi7dUfcjYfqUL6QDQ1F4lgK2tRl7h9xNrHeWotN0w ILD9StcSgKb2KkmrjsxbTUo9sViRilhnz51Vl1pbSwLEb+TyX1N7lfD+J1C3r871G3RdSRtxXURb 65XA9iv/2b3tcVXHCzZsZaAj+4oVqYilNbWy/cpf5GYATe1VAtjaamTRKkliFQ6jHOXxE2+q+/Cx /cpfdm1lWnV9GWDQX8aJtY5ylNpGCrZg+5V/aJpe1QJsNGBs6BwoVqQilqBxrZXtV36hbdaqADYa UJiP2/66kuCbwBSxJLHKFi7aYPuVX2lVU3uVADYaMJETY8WKVMQSNPa1tpYECDZy+a8trTbECpVW l8K0GnsVX0n4zXCKWApHCgpsv8JH2zwAAWw0oFBP8o8qJr+ZK2hcaxXYfoWLtFfJBCttgLVYJQ6Z icSKVsTSmlrZfgWcVm/XmVaBRgMKsUWrtIlVOIp0Bo4rvGFAePSRx9h+BYamrazbARsNmMqBicWK WMTSNlJQmJiYZPsVEBrbqwSw0YArTzlJ0SpLYk28vuACGgdht3jw9x5i+xUIGm8GEADXVutp/nHF 5jd3IbVqRJYCZEmAuI22razb0yrYaMDUoTKVWNGKWBoHYbe4/77dbL9yHG1bWbcAGw0oJC5aZU2s AlQRS2vrlcDU6i7atrJuAThsJZPzUosVrYildaSgIImV7VfuplWNAK6tpipa5UmsqdcbmFrLTa1s v3ILbVtZg6fVepb/qFLkDysztWocKSiw/co9NN66KgCOBswcIjOJFa2IpT21sv3KpSWAaZXtVYCj AYWFtEWrvIlVgCpiaR2ELbD9yg00bmXdAnA0YOa0mkusaEUs7amV7VcupFWd7VUNscKlVbkqnytc rHmNXlZq1TicpQVTa3k0bgbQ2aEBOBpQkK2tl8oSax3tbGlOrWy/Kg9tW1m3A9hilTs05hIrYhFL 60jB9tTK9qti0biVdXtaBRsNKEjRaqE0sTY5inbWNKdWtl8Vj7atrNsBHA2YO60aEStiEevdxXdU jhRswfar4pDbVjW2VwmAowFXnnaQo2hlMrEaMXyRaB4pKLD9qhikA0DrzQAC6NpqrqKVabHW0c6e 1kHYLdh+ZR+NW1m3p1XA0YDGQqIRsSIWsbSnVoGp1R5at7JuATgaUMhdtDKdWAW4ItaJE2+q/vCz /coempcAQIetGEurRsWKWMTSPFKwPbWy/cosWreybgG6tmqkaGUjsRo1flFobr0S2H5lHs1LAMBp 1UjRypZY62hnk6mV7VcmkfYqrTcDCKCjAY2HQqNiRSxiCceVr7Wy/coMWreybgE6GlAwVrSylVgF uCKW5pGCLdh+lR+tW1m3AB0NaDytWhErYhFL0L7WKjC1ZkfrVtadYoVMq0aLVjYTq5XfAEyt9mH7 VXY0z1oVQEcDCkaLVrbFWkc8w9r7Wluple1X6diwfpPKrazbAW2xEqwsXVoRK2wRS/lIQYHtV+m5 V/HNAK20CjgaUFgM0+o8jFht/iawDddaG+1XTK3J0LqVdTugowEFa0uW1sSKWsRiam20X3358Rla MwE7ladV0NGALaxdVVcsP/HDiGd74fWfqReGtF9t3ryF5hyA1q2s2wFeW63bKFoVJdY64hmXO7E0 jxRswdTaH81bWbenVdDRgILVpUqrYkUtYnGkYANpv7prx920aGRa1d1eJYCOBhSsFa2KSqzWfzPY QvsgbKbW/mjeyroF8LAVwfoSpXWxohaxRKonF98JtCPtV7wjqxPNW1m3AF5bDYq4iq4UdCCQRSy2 XjVg+9Uqmrey9iStWi1aFS3WOuIrwJGCDdh+tYrmraxbAI8GFApZmixErKhFLKbWVdh+pXsr6xbA owEF60WrohNrYb8pbKTWd09yrVXQnFq1b2XdAng0oFDYkmRhYkUtYgmv8YaBFTS3X2neyrpTrNBL Y4VdNVcKPjDIIhZHCupOrdq3sm4BPBpwRapFFK3KEmsd9VXhWmsDje1XXAJoAN5iVehSZKFiRS5i SWLVPpylhab2K+1bWbenVdDRgEJhRauyEmvhvzmYWs2jqf2KSwANgEcDCoUvQRYuVuQiFkcKrqKh /Ur7VtYtwEcDCnNF/8BKSQd6GPUVYmpdxefUqn0r63bA11ZlT6vCg1xZYq2jvkrHOVLwJj63X2nf yro9rQKPBhRKWXosRazIRSyBIwX9Tq3cynoV4NGAghSt5sr4wZUSDxq2iMWRgqv42H7FWasNwIet lOqY0sSKXMTiIOxOfGq/4lbWq4CvrQZlXhVXSj5w2CIWb3Ndxaf2q3t5M4AvabWUopUrYq2jvmqS WjlScBUf2q+4lfUq4KMBS10GKF2s6EUstl51gp5aeetqA/DRgEJpRStXEmvpv1nywEHYnSC3X7G9 ahXw0YBOOKV0sSIXsYQFrrXCp1beDNAtVviwUPpVcMWRE3EQ9RX8+OPTHCnYBmL7FdurVgEfDSiU WrRyTayyHrKE+kpyrbUTpPYrbmXdiQctVk4sLToh1mYRaw71leQg7E6Q2q+4lXVnWgUeDSiUXrRy LbEKh5FfUfa1diLtV5MTk04/R25l3Qn4aEBn0qpTYg1T60L4ZQH1FZUNBzlSsJMnv/I1p5/fztvZ XtXCg9GAQp1i9TC1cq21E2m/koeLyG2rcvsqaeDB2qoTRStXxQpdxOIg7F6+6mBq5VbWvWkVfDSg 8H2XnoxTYkUvYgnsa+1E2q8efOAhp54Tt7LuBHw04MrvhjCt1l16QhUHTxL0csAJDsLu4dGHH3Om /YpbWXfiwbAVoe7aE3JOrOhFLI4U7EWkKnJ1AUq1Ew/WVp0MYxWeKPNwEHYvshxQdvuVtFdx1qp3 aXXepaKV62KFLmJxpGA0ZbdfMa124sFoQMHJIU5OitWHIhZvGOilzPYrbmXdiQejAQXnilauJ1b4 5QCOFIymjPYrTq/qxYPRgELd1SfmrFjRi1gCbxjopYz2K85ajRKrF7/0nQ1fFZ44u6lVbnUlnRTZ fiVplVtZd+LBaEDByaIVilihi1gC11p7KbL9Su6w4s0AnXjSYuX0ziNOi9WHIhZHCkZTRPsVt7KO TqvgowEFZ4tWKIkVfjlA4FprNLbbr7iVdS8ejAYU6q4/QefF6kMRSxKrbOFCOrHZfsWtrCNinh+j ASHCVoUnshi41hqNrfYrTq/qxZO1VaeLVmhihS9icaRgNDbar9heFZ1WPRgNKBxFeJIQYvWhiCVw rTUak+1XvBkgGg9GA678fnC9aIWWWL1YDmBqjcZk+xW3su7Fk2ErQh3licKI1YciVkuupBcT7Vfc yjoaT9ZWYZYB0BKrF6mVIwX7k7f9iltZe51WF15+7hhMsEITK3wRi4Ow+5On/YpbWUfjyWhAuFAF JVZfilhsvepP1vYrbmXdiyejAYNmmIL63FcATzL8cgAHYfcnS/sVt7KOxpPRgCtXqi8/dwzqShVO rL4Usdh61Z807VfcynqQWL355Q0Xpio80eXAQdj9SdN+xa2so/FkNKAAVbRCFyt8EYupdTBJ2q+4 lXV/PGqxggxRkGL1pYglqZUjBfsT135FqfZPqx6MBgwCwKIVemL1YjmAqXUwg9qvuJV1fzwZDbhy ZYpWtIIXqy9FLA7CHsyXH59hWk0T8fwZDQgdnio88eXDvtb+bN68Jdh1X+dtqtzKuj8era1CFq18 EasXRSzZcJDDWfrzpTC1rl07yrSaIK16MhoQPjRBi9WXIpbAtdb+SPvVdPOmgR23TnPWah88GQ0Y BMBFK18SqzfLARwpOJjP3/vwyt1V3Mo6Go+GraxciaIWrVqs4VvSHb739/8YXLv6KU9EHx548pbg 7/7lH4JryzxHLTZObQympiaDT4eXgzuneT6YWM3xvA8vhAiVUu3PpjvXBuNTa4Lbd47xZLRxZulM 8N7iqeBX73wQnH7vsi+HNXvgyN4pirUknt6/R07+rA/vpCvnKdV+DIXv0tGxoZX/fds968P/PcyT EsFH/ogV/nONnlhnmy8CNNevMa0OYt1EJZRrQ6xrRoaCbbuZWqM4e3p55eEJ0FeiFZ788rl6gVLt +wYNw+na9UMdf7Zl+7pgcssIT04Ep45f8OVQpg8c2Qu7agwr1qf375GTDr9cf+N6KNZLFGs/1m+M fotu2zXOk9MntV5YusbUSrHqTqtXzt+gDfqwZu3QyiMKSaySXEkv7//yki+HAlvEghSrL0UrptVs afVmauVaayTSHXDl4nUfDgX2c46aWL0oWi1Tqn0ZHR9aWV8d+G/GhkO5ckkgilNvXeRyAMWqbxng 09CpVy5yGSCKlfaqDcnemtJ+JZ0CpDe1enIjBWQRC06svhStpBPgU3o1OomGUh1K6EqRavVBzg6I 4gN/1lrhglSFJ5lp1ak35PDqzQBJkSKW3JVFOnn/7Yu+pFa4IhaUWH0pWi1fZlrtR1zBqh/VB5ha uxGpepJa4T73aInVi6IVW6z6XNYPaK+KQ9qveNNALx8tenObK9SVaoUnt1ikverGdX7gTabVFvc8 PMGT2P1L/OJ1X4azQBWxYMTqS9GKaTWaJO1Vsd9jbDi4/Z71PJldeNR6tY9iZVrtQQatMK32kqa9 Ko6tu8fZfuVvaq1RrGbTqhdFK44G7JM0U7RXxSFS3cqbBnrwZKTg1IEjeyHkipJY4YtWHGTd5w2Y ob0qjts5s7UHj0YKQiwHoIgVfhmAaTWavAWrflQfZGrtxpORgjNhaq1SrPmXAeCLVrKuyrQacdme o70qjk13jLL9KiK1ejJS0PmgVeFJLCKtshOgyLR6M7XypoEePBkpWKNY86VV+KIVRwNGY6K9Kg65 zZUzWzvxZKSg80Us1xMrfNGKabUXk+1Vsan1wQ1sv+rCk75Wp4tYrosVehlAhq0wrUakVYPtVXGI VLlldm9q9WA4i9NFLGfF6kPRipsERrzhLLRXxcEts3vxZDiLs8GrwpNmL61yNGAvtgtW/VIrt3Hp xJORgjWKNV1ahS9acZB1hOAstlfFwS2zO/FkpKCzRSxXEyt+0Ypp1Ym02g63zO7Ek5GCThaxXBUr 9DKAFKyYVjspor0qDm6Z3f3L34vhLE4WsZwTqw9FK7ZYdVJke1VsauVaaweetF45F8QqPEnm0ypH A3al1QLbq2KfC7fM9jG11ijWwWkVvmjFtNr1BiuhvSoObpndiQcjBZ0rYrmWWKGLVhxk3UvZBaso uGV2J56MFHyGYvV0GYCjAbsEVmJ7VRzcMrsTD0YKzrpUxHJGrOhFKw6y7mXdpNuX25x+1ZlaPRgp 6MxygEuJFbtodZFSbWft+qFgeI3bYuWW2Z14MFLQmZ5WJ8SKXrSSddXlyxRrC2mvWjeJsTkFt8xe xYORgtUDR/Y64RFX3v3QRSt2AnQyOuZOe1X8c+WW2e140NfqRGp1RaywywAcZN31hpL2qg1YrUzc MrsztYIPZ3GiiFW6WJ/ev2cmAC5aMa12grIE0A63zO7Eg+EsNSZWkO1so5DRgMtXmFZvCmrtUDAy ipn8uGX2Kh6MFCzdKaWKtVm0qqG+ehwN2J1WsS+nuWV2Aw9GCpZexCo7scJKlYOsO0For4qDW2av 4sFIwVJTa9lihS1aMa2ugtReFRt1eNPACh4MZym1iFXap6FZtKqivmpXL9GqLZDaq+LgltmreNB6 VdoVcZkxA7ZoxdGAbW8gwPaqOGRmK9uvvEitpTmmFLGiF63YYrWKL0sAnQl8mFtmNwEfKVhaEaus TwWsVJlWV0Fur4qDW2Y38GCkYCmptSyx4hatOGylLa36e7nMLbNXAR8pWEoRq3CxIhetZCzg9WWK VfChvSoObpm9mlrBRwoWvhxQRmKFLVpxkHUDn9qr4uCW2Q3ARwoWfoVc6KcDuWjFQdar+NReFYck VrlxQDvgIwWliDXjc2Ktob4yXFttvmE8bK+K/VTyVtcVwPtaC71SLlqskEUrDrJeRcsSQGdC55bZ rdQKPJylFqbWwmY+F/YpQS5asW+1gc/tVXFwy+wG4MNZCrtiLjJ+QBatOMi6Pa3qFQu3zG4APlKw sCvmQsSKXLRiWm2gob0qDmm/0n7TAPhIwcKKWEUlVkipcpB1A03tVXFw80H4kYKFXDkX9WmBLFpx NGADTe1VcXDLbPjhLIUUsayLFbVoxUHWzTeIwvYqptZ4wFuvrF9BF5FYIYtWUrBiWuUSQHSC55bZ 4KnV+hW01U8NctHq6gVaVXN7VRzcMht6pKD1IpbtOIIpVY4GbKZVSrXvL51QqtpntoKPFLR6JW1b rJBFK7ZYsb0qUWrdNaa+/Qp4pKDVIpY1saIWrZhWG+1Voxu4tpromlL5HAHwkYLWrqhtfnogi1bL vMtqpb2qwuH5ieCW2dAjBa1dUVsRK2rRiqMBG+1Va8e5BJAqtSrfMht4pKC1IpatxFpDPMscZN1Y AuDNAOngltnQfa1WrqxtiRWuaMW02mivkqIVSY/2LbOBRwrO2ihiGRcratGKa6u8wyrXueOW2ajD WUSqxvfEspFY4YpWHA3YaK+SxEqyo33LbOCRgsavsI2KFbVopb1vle1VZtC+ZTbwSMHpA0f2Truc WOGkyrTK9iqTaN8yG3ikoNHUWnH5yRXBVeUTrNheZR7NW2YDD2cxWsQyJlbEopWMBlSfVtleZRzt W2aDtl4ZLWKZTKxwRSvtg6zZXmUPzbe6AqdWY1fcRsSKWLTiIGu2V1k9t8q3zAYdKWisiGUqsdbQ zqD2QdZsr7KP5i2zgUcKGkmtFZeeTLHLAHqtyvaqYtC+ZTboSEEjRazcny7EopX20YBsryoOzVtm g44UNFLEMhFb4IpWmm8IYHtV8WjefBB0pGDuK/BcYkUsWi1fUZ5W2V5VOJq3zAYdKZi7iJU3sdbQ zpi0WGmF7VVMrWUA2teaK7VWyvzhRaN9NCDbq0o892PDame2go4UzFXEyixWxKKV5kHWbK8qH+kQ 0Np+BTicJVcRK09ihSpaXb+mN62yvcoNNG+ZDTpSMPMVeaZPG2LRSvPaKtur3EHrltmgIwWliJXp qjxrjIGSqubRgGyvcnFJQOetrqAjBTOl1kqRP6wsNPetsr3KPbRumQ06nCVTiEwtVrSilea0yvYq d9E6sxWw9WrqwJG9qeWaJbFCFa00bxLI9ip3kcSqsf0KNLWmdl4qsaIVrTSPBmR7FUBqVbplNuBI wZm0Ray0ibWGdDa0DrJmexXIFYXSLbNBRwqmqitVbH5zptWyPrBsr0JB65bZgCMFU4XKxGJFK1ot X9aZVtlehYXWLbMBRwqmKmKlSaxQRSutLVZsr8JDiljjU2vUHTfgSMHEDkwkVrSildZB1sMjbK9C pfqAvp0GAEcKJi5iJU2sNaSj15pW101Qqqho3TIbsK81UZ2pYvKbuYDWQdYj69heBZ9aFd7qCjhS MFHIjBUrWtFK67CVdRNsr0JH65bZYMNZEhWxknwaYYpWWgdZr9vA9ipf0LhlNuBIwVgnVmLSKlTR SuMga7kZgO1V/iBS3aostQKOFIwtYsUlVhipyrqqyrQ6wfYq37hd4U0DgCMFn88jVpiilcZOALZX +Yu2zQcBh7PMZhIrUtFK62hAtlf5i8Yts8Far6oHjuydzZJYYYpWGtMq26uYWplaS2dfKrEiFa1k 2IrOtMr2Kt/RuGU22EjB2X5FrH6fzhrKkWnsW2V7lR60bZkNOFKwlkasEEUrjaMB2V6lC41bZoON FNyXSKxIRSuNg6zZXqUPbVtmg40UjCxiVZIa2EW0pVW2V2leEtB10wDYSMF9A8WKVLSSgpW+tEqp akXbltlgIwV7iljdibWGciTaWqzYXkW0bZkN1tdaGyRWiKKVxkHWbK8i2rbMBhspuC9SrEhFK21p le1V5GZqVbZlNtBwlo4iVqWfcV1FBq1oSqtsryLtaNsyG2yk4L4OsSIVrbSNBmR7FelG05bZYCMF bxaxWokVQqraBlmzvYpEoW3LbLCRgrV2sUIUrfSlVUqVRKNpy2yw4Sz72sW66PqzVTbIeiFMqgts ryKDuPsLE0vhl3kNxwrUejV/U6w/fOWNJ8IvT7j8InneCbAQPg6Fj2+Ej1v+40fHH1q/sTJFdZBB jN+yZuqxP91yOHy/DDXfO4ea7yWm1uKph48dLz93bL/8n55I1Gy7ejF8zLiUVs+d9qoVYKH5S+wn 8jX8YCx1vQYvNV8D0pLIxpFg+54JnoheFsMP8472P/jSU7ummp/fP2x+nfbhQKWP9/N7ncsbItSD 4WvQcdXf91rTJcFeOnMDfebqQJF2nXd555wMH0ysFGtS5IP9Ur+/9Em0IlZHbu2NFGqsWF0RrIwG PPshXFpNLNKI8/1KAHRrMcXqBEvNy9BE7zNk0TqQWgcKNbFYyxasdAJcdn99NbNIu86xvMF/Tk9Q rBk4FH7Yv5PlP0QT7QNP3lJGR0QioaYWaxmClbQqa6sOTrEyItKIc/tq4NDaNsUKx46kH3xk0Uqr WYH7gaUSamaxFilYh9KqFZFGnM9X6QaKNQfzoQCeMP1NXRTtF57aZPvus0xCzS3WIgQrabWkuQBy MudsijTiPErBqko3UKw5eSKUwbzNH+CCaC2m1lxCNSZWW4KVLgDpBihQpO2JdLHIN0l47l4Iv3yX TqBYTbyXu9uvbFOWaB/5+maTk76MCNW4WE0L1nJaLVWkXeeL7VUUq2n2h4Kol/XDixLttt3jK/uB uSRUa2I1IVgLadUZkUacJ0mqL9AFFKtBUrVfoYpW0upDT30ma2q1IlTrYs0j2PP/dyO4nm8Go7Mi 7To31WZaJRSraQbeNOCLaDOkVqtCLUysaQUrg1YufJI6rUKINOKcsL2KYrXJDtsCMSzaZ5pfq0n/ W+kMkA4BV4RauFiTClakmmCKFaRII84D26soVpvUW0NBkAhFW+1KtANFK90BA/YCK1SopYl1kGAH pFV4kUYcP9urKNYisN5+VbZo+6TWUoRaulijBHtx6UawfPlTL0Xadcxsr6JYi8LKTQOuibYttZYq VGfE2i7YMx9cr/oo0q7jZHsVxVo0pbZfFSHabbvHZ7buGpt3ZU2ZI+qLFyvbqyjWohHZPORK+5UG KjwFhUq1SqmSEuD7jmL1mld4CkhJPH/gyF4uP1Gs3qXVmYA9q6Q8RKosmFKsTKuEGKYWptZpngaK 1Ze0KutbVZ4J4gBMrRSrF1KVSzDuuEpcYSZMrbM8DRQrOiJVFg0IUyvFSgylVbn8Z5sLcY1qmFr5 vqRYYWHBijh7JcX2K4oVMa3OBGyvIu7CtX+KlWmVEAu8EKbWKk8DxYqSVtleRRgAKFZiUKq8xCJI SPvVDE8Dxeo6bK8iaLD9imJ1Oq3K5T/bWCxw+cI1ngR7TIeptcbTQLG6CterLDGxaW3wwcmLPBEW UyvbryhWF9PqTMD2KiuMjFaCW3eMBVcuXA9On7rEE2KHKV5tUaxO/sbnKbDDtl0TwfCaxmYXp391 Kbh4hssClniR7VcUq0tptRZ+4Tg2C2z53Ppg3fhwx5/95u3zwfVrn/LkWJIrTwHF6oJUOUDYErLP 1ZZt63v+fPnKjeC3b1/gCbJDje1XFKsLyLoUF/0NI5f+W+/f0Pfvz31yNVj66ApPFFMrxeop880H McgdO8dvrqv248OTF1fSKzFKPXzs52nIB7e/NrckMNP8Tc/LqJxsumNdcNuOsZ4/f++Nc8GFM8sd fybrr3dNb+RJMyPUgy8/d2yRp4JipWA9Q0S5fc9kZFqNEusgERMKlWKlYEmIpM/uLoA4sQrVUMZj G9fwBFKoFCsFS9qR1Cnpsx+DxCoJ954vTsWuyxIKlWKlYNUgt6xu27Vh4L8ZJNak34NCpVApVgpW BUnTZpxYk6ReCpVQrBSsCpKujyYRq8hZil/91mkpVEKxUrDek6ain0SsgvIWLAqVYiWaBZtWgEnF mlbYFCqhWClYL5BLdpGqjAS0IdY0SwwUKqFYKVgvkFtWpz47muq/SStWz1uwKFSKlVCwq2Rti0or 1jw/i0IlFCsFC4Nc+ssSQJYUmUWsgictWBQqxUoo2GgG3bJqS6zgLVgUKsVKKNj+yG4AUYOrbYtV AGzBolApVkLBDkZ2A9i+ZyLX98gjVgGkBYtCpVgJBZvsUjxta5UNsQpSyJKCFoVKKFYCLVhTMjMh VgdbsChUipVQsOmQXlXpWTXBydfPLl46d63qwrIEhUooVgq2FMEO2g0gBSKeo+HjUCihJVPHU2IL FoVKsRIKNjt5WqtCFsLH4VBA9T7HU20ez2yQcZfcnM+PQiUUKylWsDkSoQjoaCig+YTHI1KVLcj3 hY9UywSGEjWFSihWYl+wGdYwl5oCOpxHQOEx1ZqCTXxMFluwKFSKlVCwZgSbsuou0jkYPuZk/dTw MYlga0n+veEWLAqVUKzErGATjuqbb6bTOcvHVG3K9flgwDqsoRYsCpVQrMS8YBNcVpcin+Y67Gzz uKqGli8oVEKxEruCHXAvvgjnZruUy8eVsuBGoRKKldgTbJ/pUQPbpRw4rmoQ0a6VoAWLQiUUK7Ev 2K7dAEQ8idulHDiujnatAS1YFCqhWEkxgm1O6DfSLuXAsdVEsOEviZm223ApVEKxkuIEu2ak8vz2 PRPfHx0bnnNh/dTgsU3vfHhqdmS0UqdQSRb+X4ABAENfdhep2xRQAAAAAElFTkSuQmCC</Bitmap> </Item> <Item fbmpdataID="f1a2ece6c379bdc95fd81286e1599301a7cd414b28f393811930146366fc9ebc"> <Bitmap>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 TkSuQmCC</Bitmap> </Item> <Item fbmpdataID="59e749fbc9ac20f93fc265b5468816b5f1295a20bd6c60b03c5623ad62caf9c8"> <Bitmap>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</Bitmap> </Item> <Item fbmpdataID="a057f81319f84961964282c68dd5e6cc06b8ddc414d2e6b2bd2118e262f96063"> <Bitmap>iVBORw0KGgoAAAANSUhEUgAAAWwAAAGbCAYAAADgCKoYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAErlJREFUeNrs3d9vV+d9wPGHgG0s/8AwWGgJwTRTSwJqvFzsZmrrajfb Im38ByVq7slNr7td56KqNGk3ner8BWNX1aRpcVJFm7KLkWlN1CmAG5pCBzK/nBpIMu08x99jDt/a YPv7w89zzuslHdkYQuyvzZuHz3mer58JAGRhn4egfV597cxM8eKNiZmR8ydOT90uXn+ruBbefP3d JY8OpGuPh6B9oS6u88U1M3FgJJw4M1X/JReK65+KcC94tECwSSDU1ds3CHYlrrpjtH9s1Q2CzS6G egvBrlsMayOTC0W8b3tUQbAZYqi3Gez6qvtCZ9V90aMMgs0QQr3DYNddDI9uVFp1g2AzqFD3Idh1 CzHeRbgXfSZAsOlzqPsc7MpSsD0QBJv+hnpAwa670Fl1X/DZAsEW6h5CPYRg11fd1Y1Kq24QbKFO ONh1i51V94LPKAi2UKcd7IrtgSDYQp1JsOtisH8cHMoBwRbq5INdtxBsDwTBFuosgl1Z6qy6HcoB wRbqxINdZ3sgCHa7Q51RsOurbodyEGwPQftCnWGw6xaD7YEINm0JdebBrlTP2f2W7YEINo0NdUOC XWd7IIJNM0PdwGDXV93VjcpFX4kINlsJ9t8UL36Y+vvZwGDXLQXbA2mYZzwENNRscf2ouG794Cff /mlxnfWQkLt9HgJa4Fy8imjHVbftgVhhQyar7jiqulLE+x+L65yHBCtsSF8ckZwtoh3HJgvBc3Yj 2JC8akfPG0W8bQ8kaUYi8Mhccf00rI1M4o3KOQ8JVtiQ/qr7XFi7URlX3dWNSqturLAh8VV3fXvg vIcEK2xIX7XqXgq2B2KFDVmYDY9vD3QoBytsyEC1PbB69kDbA7HChsRV2wPjqvtth3KwwoY8zMer cyjnQmfV7Tm7EWxIfNUdV9rnHMqhH4xEYDiqQzm2B2KFDRmpVt1LtVX3kocFK2xI12xYO5RjeyBW 2JCRantgXGk7lIMVNmSy6q4O5dgeiBU2ZGI+PNoeuBDWvrmw7YGCDSTMc3ZTMhKBvHQ/Z/e8h8QK G0h/1X0uPL490HN2W2EDiZsNjz9nt+2BVthABuqrbtsDrbCBTFbd9efsPuchscIG0lcdyqm2B3rO bsEGEmd7YOaMRKCdurcHznlIrLCB9Ffd54LtgVbYQFZmw+PbA+c9JFbYQPrqq27bA62wgUxW3fXt gQ7lWGEDGai2B8b59kKwPdAKG0hetT2w3GHi4RBsIA+zHgLBBkCwAQQbAMEGQLABBBsAwQYQbAAE G4CeeC6RjldfOzN35Pnxs0eOj8fnSbj45uvvLnpUAMFOJ9LVk7d/L6x9B451P/jJt+OLGO34rZTe ia97UndAsIcf6visY3/difWTzHeuNzoRX+pE/INOwC/6EgIEu/+Rnq2tpmd3+NvM1iNfW4W/01mJ W4UDgr3DSMeRx9lOpOcH9L+Zr//e8btRX7/8u5nla/d9dQGCvYVQx3n0+U6sZ4b8v5/bO7LHVxYg 2E9ZTZ/rhHrWpxYQ7PRCXY08fK85QLATjPRsZyUdV9QzPo2AYKcV6eoGYgz1nE8dINjphXo+PBp5 WE0Dgp1YpGdD73umAQR7CK741AA8zrP1AQg2AIININgACDYAgg0g2AAINgCCDSDYAAg2AIININgA CDYAgg0g2AAINgCCDSDYAAg2gGADINgACDaAYAMg2AAINoBgAyDYAAg2gGADINgACDaAYAMg2AAI NoBgAyDYAIINgGADINgAgg2AYAMg2ACCDYBgAyDYAIINgGADINgAgg2AYAMg2ACCDYBgAwg2AIIN gGADCDYAgg2AYAMINgCCDYBgAwg2AIINgGADCDYAgg2AYAMINgCCDSDYAAg2AIININgACDYAgg0g 2AAINgCCDSDYAAg2AIININgACDYAgg0g2AAINoBgAyDYAAg2gGADINgACDaAYAMg2AAINoBgAyDY AAg2gGADINgACDaAYAMg2ACCDYBgAyDYAIINgGADINgAgg2AYAMg2ACCDYBgAyDYAIINgGADINgA gg2AYAMINgCCDYBgAwg2AIINgGADCDYAgg2AYAMINgCCDYBgAwg2AIINgGADCDYAgg0g2ACkbp+H AIgmxw+Fkb2j6z+emTj6KBR7R8JU8fPd9j4zMvez97/39m6/7/97Z6l8+dn9O8V1u/62t958/d0F wQbS+wNdBLce1sn9h8q3VQ5OPvvo1z4zWka6RzPFNT+Ij+WLLx+GlfvL5ev3VpeLH3++wdsePu23 eccKGxiog5NHNw3r5PjBTVfCObj/cCXc/3ylfP3Wym83eNt1XwCCDemOGLpXwjlaiSve/3sYPo+r 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</Bitmap> </Item> <Item fbmpdataID="bfc5d60b0f8990fe612b97fcf85e1ffca956c870efc51169f2696b0e0ed4f452"> <Bitmap>iVBORw0KGgoAAAANSUhEUgAAAVUAAAGaCAYAAAC/stBPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAGcxJREFUeNrs3UtsHOdhwPEhtdRbJCWbifNwtLJTFHaJmkWToqiDiD4a Amr11p4ioT63ziGX9uD47EN6KJBLCrunAu1FLuoaLdCCclMUcJGaStW6KfKgkTp2IsemZD34FDvf 7Aw5WvGxXO1jHr8fMNkl5Ujc2d0/v+/b2dmRCArs3MXpZnzxYnN6/MLRicar8fWXXn7+zQV7hqIa sQsockzj7UL4Oo5qFEc1+2NxRVShm5hm2qIqrogqdBPTPaIqrogq7CemHUZVXBFVxLSTmO4zquKK qCKmfYiquCKqiGkfoiquiCpi2oeoiiuiipj2IariiqhS75j2KariiqhSz5j2OariiqhSr5gOKKri iqhSj5gOOKriiqhS7ZgOKariiqhSzZgOOariiqhSrZgWJKriiqhSjZgWLKriiqhS7pgWNKriiqhS zpgWPKriiqhSrpiWJKriiqiKaTliWrKoiiuiKqblULKoiquoIqaiKq6IKpWPaUWiKq6iipiKqrgi qlQuphWNqriKKmIqquKKqIqpqIorooqY1jaq4iqqiKmoiiuiKqaiKq6IqpjWeT/UPKriKqqIqaiK q6gipqIqroiqmIqquIqrqCKmoiquooqYiqq4IqpiKqriiqiKKaIqrqKKmIqquIoqYiqq4oqoiqmo Iq6iKqaIqriKKmIqquKKqIqpqCKuoiqmiKq4iqqYIqriiqiKqagirj3nUbp7UGfii7ftCUiEgUUY ZDxjV+xs1C7Y1aRdAIgqgKgCiCoAogogqgCiClAnlT1ONRy0f2xi7MLp6RML8ZdzDliG4T4f44vz 8Xb2yadPLUYVfhNBo6J33n3vgPrGd74a7sBL8XY5vjMveZhDX5+H4Rjv2RDRNKbNtv/kQvycfLWK cW1U6E7cNqY54c9fCFt8Z0ZZYMOlUSz05Dk4k4b0ufRyLxeqGNdGBe7IvWK6k/Pp9q10FDsXb6+l SwWLniLQ8Wg0i2izy7+qUnEdKfEdumdMj02MRaenT3Tz1yeB/eDHt6OP3l/6lqfP8DmhSjGsr27M /+Ctj19LQzrTzd/x5NOn9vpPSh3X0kV1PyPTB4hq4vb1tWjh6g3PJFGlh8+JDqJa6riW5lHqFHxQ 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 bBCOnQ0j2ePjR6KRsbXkXUmm8YjqkJYJph45FU0V+CCCcK6DE4dPJW/dPXn809ud72CyDkHda9kg aE6PR0cnnFMdUR2q23c+if/3RGFGnyGa4bwHJ5LLUx59IKp0Mvo8MnY8uQyjzz6e3xUQ1WoJ53rN Rp/hdIU1OOsWIKoPLow0syl7Nn03+gREdZ9uX1+Lbn4Qjql8KPrMr/6ak4oAovqgsqMJsjNshUO1 zqTHxDo9HiCqDyActP5O25sOsnPEOoUhIKoPKHvTwb/869zmR5U8YZkARBXLBICoWiYARNUygWUC EFUsEwCiapkAEFXLBPcsE2TniQVElR4vE4Rzi56JLy0TgKjSw2WCbARrmQBElR7ITt4clgnC53Wd yX2cDCCqPIDweV1hicAyAYgqA1gmAAZr1C6o9jIBIKoAogqAqAKIKoCoAogqAKIKIKoAogqAqAKI KkApovpqugHQvaSljddfuboQX7l47uL0S/Hli/F2wb4B2FdMX3r5+TdDS7dO/SeuAN3HNHPf+VTF FWD/Md0xquIKsP+Y7hlVcQXoPKYdR1VcATHt3L4/o0pcATHtYVTFFRDTPkRVXAEx7UNUxRUQ0z5E VVyBOse0b1EVV6COMe17VMUVqFNMBxZVcQXqENOBR1VcgSrHdGhRFVegijEdelTFFahSTAsT1R3i +kq8zXqsAGWJaeGi2hbXZ+K4zqYjV3EFCh/TwkY1F9e5+GJOXIEyxLTwURVXoEwxLU1UxRXEtEw/ dKNse3lAcV0M/8bynfVwecFjG1pGDyTPjbA1xbQiUe1jXOfD3xdvr8V3ZriM0r9bVCF1+HhjPn7u hReSQ1TPx9vZ9LL2MS19VHsQ18UsouGy7HckDPh5F54vf5ZuYQCSD+x+R7GViGllorrPuM6nEb0U 34HznhrQs+ffpfC8irev72MUW6mYVi6q28Z1JPrjdER6OQ3pooc/DHwUGwY4z6UDnZnbN9bmj443 fq+qs8NGhe/YuXR6DxTkuRhGsQv/eWMx/l5lBzgNdzkw4FFspY26mwFEFUBUAUQVAFEFEFUAUa2u 9Pi6ZyLHu0LwarxdtBt2N2IXdMYpB4erOT0eHZ1wWPUQY/qS82OIqriKKmIqquKKqIqpqIqruIqq mCKq4iqqiKmoiquoIqaiKq6IqpiKKuIqqmKKqIqrqCKmoiquiKqYiiriKqpiiqiKq6iKKaIqrqIq qmIqqoirqIqpqCKuoiqmiKq4iqqYIqqIq6iKqagirqIqpoiquIqqmCKqiGudoiqmooq4iqqYIqri KqpiiqhS57hWLKpiKqqIq6iKKaJKZeJa8qiKqagirqIqpogqlY1ryaIqpqKKuBY7riWJqpgiqpQj rgWPqpgiqpQrrgWNqpgiqpQzrgWLqpgiqpQ7rgWJqpgiqlQjrkOOqpgiqlQrrkOKqpgiqlQzrgOO qpgiqlQ7rgOKqpgiqtQjrn2OqpgiqtQrrn2KqpgiqtQzrj2OqpgiqtQ7rj2KqpgiqohrD6Iqpogq 4tqDqIopooq49iCqYoqoIq49iKqYIqrQSVz3iKqYIqqwn7juEFUxRVShm7i2RVVMEVV4kLjGUZ2N oyqmFN7/CzAAOW6VdefBKaMAAAAASUVORK5CYII=</Bitmap> </Item> </ImageContainer> </aspilot>
56.169771
99
0.839203
d88d00cd2381ba85fed31fb1ab92ef158a36b541
735
xml
XML
app/src/main/res/values/dimens.xml
ciglesiascrespo/Armark_App_ciglesias_2
7e75b4dd793546edfc46fd22333cae9950c9d3c3
[ "Apache-2.0" ]
null
null
null
app/src/main/res/values/dimens.xml
ciglesiascrespo/Armark_App_ciglesias_2
7e75b4dd793546edfc46fd22333cae9950c9d3c3
[ "Apache-2.0" ]
null
null
null
app/src/main/res/values/dimens.xml
ciglesiascrespo/Armark_App_ciglesias_2
7e75b4dd793546edfc46fd22333cae9950c9d3c3
[ "Apache-2.0" ]
null
null
null
<resources> <!-- Default screen margins, per the Android Design guidelines. --> <dimen name="activity_horizontal_margin">16dp</dimen> <dimen name="padding_carview">12dp</dimen> <dimen name="activity_vertical_margin">10dp</dimen> <dimen name="appbar_padding_top">8dp</dimen> <dimen name="tamaño_letra_15sp">15sp</dimen> <dimen name="elevation_cardview">1dp</dimen> <dimen name="elevation_appbar">4dp</dimen> <dimen name="tamaño_letra_20sp">20sp</dimen> <dimen name="tamaño_letra_25sp">25sp</dimen> <dimen name="tamaño_letra_nombre_promocion">15sp</dimen> <dimen name="height_cardview_promociones">120dp</dimen> <dimen name="margin_left_cardview_promociones">10dp</dimen> </resources>
45.9375
71
0.730612
ab64b4460c2728f6577f36740e9308ab2cba9478
1,827
csproj
XML
src/Tools/dotnet-watch/src/dotnet-watch.csproj
igrmk/aspnetcore
f26942805dba614e6c9e2d7aa7da8fe3edaff827
[ "Apache-2.0" ]
2
2020-08-04T13:42:05.000Z
2020-09-18T19:08:42.000Z
src/Tools/dotnet-watch/src/dotnet-watch.csproj
StoychoMihaylov/aspnetcore
1be16fb4c9942503477d185cc20e0afbcd4590dc
[ "Apache-2.0" ]
null
null
null
src/Tools/dotnet-watch/src/dotnet-watch.csproj
StoychoMihaylov/aspnetcore
1be16fb4c9942503477d185cc20e0afbcd4590dc
[ "Apache-2.0" ]
1
2020-07-26T23:38:52.000Z
2020-07-26T23:38:52.000Z
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <OutputType>exe</OutputType> <Description>Command line tool to watch for source file changes during development and restart the dotnet command.</Description> <RootNamespace>Microsoft.DotNet.Watcher.Tools</RootNamespace> <PackageTags>dotnet;watch</PackageTags> <PackAsTool>true</PackAsTool> <!-- This package is for internal use only. It contains a CLI which is bundled in the .NET Core SDK. --> <IsShippingPackage>false</IsShippingPackage> <ExcludeFromSourceBuild>false</ExcludeFromSourceBuild> </PropertyGroup> <ItemGroup> <Compile Include="$(SharedSourceRoot)CommandLineUtils\**\*.cs" /> <Compile Include="$(SharedSourceRoot)Process\ProcessExtensions.cs" /> <Compile Include="$(ToolSharedSourceRoot)CommandLine\**\*.cs" /> <None Include="assets\**\*" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="PreserveNewest" /> </ItemGroup> <ItemGroup> <Reference Include="Microsoft.AspNetCore" /> <Reference Include="Microsoft.AspNetCore.WebSockets" /> </ItemGroup> <Target Name="_FixupRuntimeConfig" BeforeTargets="_GenerateRuntimeConfigurationFilesInputCache"> <ItemGroup> <_RuntimeFramework Include="@(RuntimeFramework)" /> <RuntimeFramework Remove="@(RuntimeFramework)" /> <RuntimeFramework Include="Microsoft.AspNetCore.App" FrameworkName="Microsoft.AspNetCore.App" Version="5.0.0-preview" /> </ItemGroup> </Target> <Target Name="_UndoRuntimeConfigWorkarounds" AfterTargets="GenerateBuildRuntimeConfigurationFiles"> <ItemGroup> <RuntimeFramework Remove="@(RuntimeFramework)" /> <RuntimeFramework Include="@(_RuntimeFramework)" /> </ItemGroup> </Target> </Project>
42.488372
132
0.738916
35f0eba66e6e2caf7026a2e54ed4d49fba0b56fe
51,686
xml
XML
crypto.xml
kkredit/drawio-threatmodeling
c1a9088f221482626ac80fda4f786abb4e7c09a5
[ "MIT" ]
null
null
null
crypto.xml
kkredit/drawio-threatmodeling
c1a9088f221482626ac80fda4f786abb4e7c09a5
[ "MIT" ]
null
null
null
crypto.xml
kkredit/drawio-threatmodeling
c1a9088f221482626ac80fda4f786abb4e7c09a5
[ "MIT" ]
null
null
null
<mxlibrary>[{"xml":"jVLBbsIwDP2aHEEl3dgZCuOySRx2n0Jr2og07hID7b5+DknpNmnSDlXs956f3cQiL9p+51TXvGIFRuRbkRcOkWLU9gUYI2SmK5FvhJQZf0I+/8EubmzWKQeW/lMgY8FFmTNERMil4dL1EdlBZp4GE5nlxxlHYub1J6MrFjx1/cRxVIdz7/RFEYxe3D/aRTb2nJxlh9oSuO2Fp/YMLVjkG1XhlZOMk0r5BqqUNNSaUUQOT1CgQceIRcuGa6MOYPboNWm0DJcQzJm4gCNdKvPyS3BAImy/CVZG14Eg7BjFMxltuYu1UFIaQiXJ3Zzn7cLvtH0dXnOOx6MuYe6hPDtNw/wEw3sHrtXec1cfLlIbM44uZL5ZPWRyGZw6VWpbp0YpewujbGaL7H5/YVjo/3z3G5QefQfYArmBJVddUZMUj7GqAV03qSqP65IpH/P6XjktEQdpj8Z02tcb92OdvwA=","w":15,"h":30,"aspect":"fixed","title":"Private key"},{"xml":"jVLLbsIwEPwaH0HBaeHM+9JKHHqvTLIkKxxvajsQ+PqusQNtJaQeULwzs7NrMyJfNv3WqrZ+pxK0yNciX1oiH09NvwSthcywFPlKSJnxT8jNE3ZyY7NWWTD+Pw0yNpyU7iAiQk41ty4OxA4yc/6iIzP96mggRg6vjM5ZMGv7B8enKnx33V5jMVjx+OgWyTjyYSxbQuPBrk+8tGNowiJXq5LOXGRclMrVUKai9o0eRN7SEZakyTJiyLDhQqs96B059EiG4QKCORMnsB4Lpd/+CPbkPTU/BHONVSA8tYxS5zUanmIMFD4toZLkbs77tuE6TV+FP3NMhwMWMHZQdBb9ZXyEy2cLtkHneKoL74haD6sLmc82i/mLDPcji1d+LnW/ZasKNFWanKqPsNtqNMnuDxq2h/5pDm5QCsEWqAFvLyw5Y+nrpHiNXTVgVaeuPMYnUy7W1b3zESo+pFwN5SO/N+5XvL8B","w":15,"h":30,"aspect":"fixed","title":"Public key"},{"xml":"jVNNb9swDP01OiawJMzJNV/tZQUGbPdCsRlbqCyqkpI6+/WlLDlJBxTYwbD43uMjRdNM7obx2SvXv2ALhskDkzuPGPNpGHdgDBOVbpncMyEqeph4+oblE1s55cHG/0kQOeGizBkywkRtKHV7QnIQVYhXk5n6/YwzsQj6L6EbEqzceOfo1JW3Ghwd7DG4HE+mR/+gMPn9lCvNsPhSVDjUNoI/XOhCgSBOotCrFj8oqChoVeihLUEfBzOLosc32KFBT4hFS4Zbo45gfmHQUaMluIFkTsQFfNSNMj//ERwxRhweBBuju0RETPfCczTaUhVroYmlCVUkN3Pq16XrDGOXPvQSTyfdwDJAc/Y6XpdvcH114AcdAlUNacbamLl1JiRNWWzXZfa/p9HvuUjOTjXadqVwif6k1vYLXt3mmZqH8dsVmaCyH8+AA0R/JUlJWPAll/W6XsvVSvCa15WEBZfZ5kO3sS8uPzLUg+764izz9lUq5Li7ud93kg5lLefwvv4T9+Xv+AQ=","w":15,"h":30,"aspect":"fixed","title":"Symmetric key"},{"xml":"jVLBTsMwDP2aHJm6lI0zbIMLSEhwn7LWa6O5cUm8rePrcZZ0AyQkVEW133uOneSpctENT9707QvVgKpcqXLhiThF3bAARKULW6tyqbQuZCn9+Ac7PbNFbzw4/k+BTgUHg3tIiNJzlNKH0BsnTOATJmb+sY9TPWzJ8U2wn4Lei+CuH66cRE3+m66XwG1Cn3JM+GPad5TpHy10T9Yx+NVBxg8CTeMgranpKEkhSW1CC3VOWu5wFLGnHSwIyQviyEGc1CKOkNLlrIif4Gg2gK8ULFtywlUQmwpxAM+2Mvj8S7AhZuq+Ce7RNpFgiqejPaN10t05qDgPZ7Lksrmco4/H7IYmPveEtltbwSRAtfeWTxOkarc+Wm7XOzitR3hN3rgG8r2/na99OdXpgSrrmtwuZ+9xoOXNtLjcbhwZhj/tcYayN56AOmB/EsnR1twmxW1yUNGCbdpcNcuYCSlvLpVXr0mQ7TamV1ufuR+u/wI=","w":40,"h":50,"aspect":"fixed","title":"Private key encrypted"},{"xml":"jVJdboMwDD5NXisK6wFW1vVlkybtACgFQ6KaGAW3hZ1+ThPabVKlCUXK92Mn5osqyn7aez2Yd2oAVbFTRemJOO76qQRElWe2UcWLyvNMlspfH6jrq5oN2oPj/xTkseCs8QSRicTIMyZiIOsY/O4sLUeh1qrYjkY3dBGQCWj0aKBJwHCPi4k9HaEkJC+MIycNt61FXCiVF5ssfMKjPgB+0GjZkhOthnCoCGfwbGuNb38MB2Km/ofhGW0XBKZBWDoxWienOwc1p8vpZLk1lzmGMGY/dSGCFbWtrWE1Qn3ylucVUn2sLpZNdYS5Wuiq8wAuDEOOP+1X6LDOBaefKReC6WEgVyqlsQfqgf0slott2ETHU8wsM2A7k6o2idNjxN2t8p6ubFLAC7w/pKv26519Aw==","w":40,"h":50,"aspect":"fixed","title":"Public key encrypted"},{"xml":"jVLbboMwDP2avFYU1g9YWdeXTZq0D0ApGBLVxCiYFvb1MyS026RKUxQp52LncqKyvB2PXnfmnSpAlR1UlnsiDqt2zAFRpYmtVPai0jSRqdLXB+p2UZNOe3D8n4I0FFw0DhCYQPQ8YSQ6so7BHy7Sshdqq7J9b3RFVwGJgEr3BqoIDLe4mtjTGXJC8sI4ctJwX1vElVJptkvmITzqE+AH9ZYtOdFKmDcV4QKebanx7Y/hRMzU/jA8o21mgakTlgZG62R356DkeDgdLbfmco9uvmY7NnMEG6prW8Kmh3LwlqcNUnkurpZNcYapWOnitLzWvibHn/ZrbrBNBce3lPPA+DCPhYphHIFaYD+J5WorNsHxFCJLDNjGxKpd5HQfcHOrvIcri5jvCu//aNF+fbNv","w":40,"h":50,"aspect":"fixed","title":"Symmetric key encrypted"},{"xml":"zVRNj9owEP01OYJCArTXhV320kqVWqlHZJIhsXA8rj1Zkv76jrHD92pb9bALQnjevPF8vSTJl033bIWpv2IJKsmfknxpESmcmm4JSiVZKsskf0yyLOVfkq1e8U4O3tQIC5r+JiALAS9CtRCQADjqVQQqi62JNLAE3UWqArWGgsRmoKe3JRyoMf8zYANke6bsZUl1YExjVA2yqmPULGLCxTqOkad++BBbut9efqe9ueIEC2eEvuhz/qv1Q19sUdPIyd+MPjDhk+lOPj5V8V80hg9640ywVcBX4d6BdjVKg1IT2KcXHo3vauILqUWJezZSNkrhaiijUVOjBhJZ3MESFVpGNGrwlUqlBijJ8lnqv4wrsQH1DZ0kiZp9Bfik7PDrk4VQX64IGyTC5ozwoGTlHYS+O2xJSc3ZD5uOxYlIOV7OfRjfZtNVXs1j3G5lAWMHRWsl9WOFxW69l1Svd9CvB3hdWQAd9lFIXcXbo/XD538cTdLjMO8o8Fxp2bspbfr2g/Tm9s8W/jF36DdnwDbSOc7qbjXIz0u2+My4RRKxstF05nM5ExJvZecVfiVpjl0dPkfPz7gzPw3OKXkjYL9fqOR/JDEExNX3kRwvOBPMJL8VTDb/Z8GweXqrH3wXL/0/","w":40,"h":50,"aspect":"fixed","title":"Key encrypted key"},{"xml":"7VjfT9swEP5rIrGHojRp2F5pC7xsEhKTeKzc1E2sOnGWuNDur9+df8VJU0a3oTGtQIXz3fl8/u7L1XIQz4rdXU2q/ItYUR7EN0E8q4WQelTsZpTzIArZKojnQRSF8Ami2yPWsbKGFalpKV8zIdITngjfUo1ooJF7boCsFtsqiKdNTlbiGbAQH2QtNvSRrWQOyBgQwllWwpjTNaw8NXFpLemuk1sqypKmkixt/PAwZ+VqEr6joqCy3oPLs1kOrBMzK6csy82sxGCkMYm7mS0BMDAcDPMRD/BxxXFDTUXKDjFX37ZYpelalHLUsO+AXoPDx2rX2mCUmf+kQBLLZVPpZ67xWx3XuvW4rwQrJa1vnoCaxhDdqcOKNDldmYdcFtw6qfrMBBc1IKUoKWbKOLdQEMVJiL+Ac7Kk/F40TDKBJUwpLgoGLB9LCf/cc1gKKUXhOVyb4kuBuxNbyVkJq6tKm+SsPlxw2EeF2yx2Gcr/UqzXLKWXDU23NZP7Sy7SzeKZyXyxofuFhRdLVRnF+oMifT6ODBH3RELoUlEQhRO7sylJNyjictXjA6hPWZlZSeunr7iF+WgcviRiX6zRXxPr5HSxppoBFGqdLckFZAF/sFI4OPqAQ+QhVCpfk4LxvZ5eiFIgZbTr0r4IIb4IxrR0JRh1M7iIksQt1xt/GHqPkl6/BOBGoapnuifLVaLYAmSOYwyeIEsJUPwz37HzteX+pTBRG0YXyllag66TM+iO207T+htKzG+mA9kdJO6mupxbxYK7t4iSgQ2zP4JrjTvbxDMZrTtb4tlA8+1evfX7jKpHR+vLNMen09xtrggjPa7BIhAqwDTZFlCN1pvgNVtEVXtBQ9tw7aK26aK123bRw/RGNA63XnQyzdd30u0XjdiA0dJrwW3qxLl6i+lWjOCJzTirKVXRpq+Sa1+OrjbDcnxH8pq8obx6avqXZIFiqGhdsKaBPJpjoodTUTT9pKy1kMTlPJokevWmsums2U6/agdvlYp0q348+6PTiGYPsmFQcVo/mC/3do9vIVE/yJGG6QXvCXrsNa2+oKOrPyRoBXa/HI3fwbfokTPp+UjxUmc4HynOR4rzkeJ8pDhZXucjxflIMSTR/+FIceo1l3ez9T4vq/qqPbhsM3r11Kq16pRqddq/uwucQoduXQ+0qfP/nYsrO8FcUO2NswngXWuN48NrLdTYiddagdFSa+tch/8A","w":40,"h":50,"aspect":"fixed","title":"Key encrypted key 2"},{"xml":"xVVNj5swEP01HLcysGzPS2j20mojtVLPBnvBirFdM2lIf33HHySQJepWlbqWEDNvZmy/mSdI8k0/Pllqui+acZnkn5J8Y7WGYPXjhkuZZESwJK+SLCP4JNn2RjT1UWKo5QreUpCFgp9UHnhAAjDASUagtfpgYhq3wMfFUY1WijdA6ymdvL6CT43nP3Hdc7AnTDkKBl28RhGqOi7aLlblcSc6xHucKy980IiU1unl/4Ne9m707lfoPUg8oBwMVQueDz8OTlPli1ZwN4hfiD5iwkczXmJotfFNe4OGqgcTfBnwbdh3Srtq5dBR40ylAV/lsRPAvxraOOyIEkesgx7JVCmaNW32rvmKPR9ACsUjzqjdP2OVgBMi5AMpHB9/4yolaEtac7nTgwChFYINToJbDLj5iYbKz1cJtQbQPSZQKdrViscYAG1C8xqh2m/Oqe78ma2lTGDVRkttPdv8xS/XUiHlDN9uK1xuG7B6z2eRsixwnTu3Ire5rPJ3k1VxU1ZiJhEP1BOw+36G7HUSnlevYOKmkLAtsBTLHyfXC8bkLdV5lXHHjniBDZ130ujsKOCmyiMZuZ8kVmrLuJ3mp7RTaIycpXsV/ZfBjosv8imWxy/YfOrk9dTT4q+nju7lN+Nji7/Qbw==","w":25,"h":29.999999999999996,"aspect":"fixed","title":"Password (PW)"},{"xml":"xVTbbtswDP0aP3aQ7aZ9ruOlGNCtAbYfkC3VFiJLqsw0Tr9+1MWJnTpYhz1MgCHykBRF8lhJvu6GR0tN+10zLpP8a5KvrdYQpG5YcymTjAiW5GWSZQS/JNtcsabeSgy1XMFnArIQ8EblngckAD0cZQQaq/cmunELfJilqrVSvAZaje7k4xW8a8z/yHXHwR7R5SAYtPEaqxDVctG0MSqPJ9E+3uMUea4HhVjScnn5Qnl3EhMUvaFqVufd6941vXjRCm568Y7oAzrcm+FsQ6mJO+0MCqrqTdBlwDfh3NHtopV9S40TlQbcikMrgP80tHbYATmAWAsdFlOmKFa03rnmK/a8BykUjzijdveMUQKOiJAvZOXq8TcuU4KypBWXW90LEFohWOMkuEWDm5+oqXy6cKg0gO7QgUrRLEY8RANoE5pXC9X8ckp543M2ljKBUWsttfXV5i9+uZYKKSf4ZlPicseA1Ts+sRTFCtepcwt0m9Iq+2+0ur1KKzGhiAeqEdh++3HC7KUXJqwWMHGVSdgXmLPlj6PrBGPyGu08zbgrj3iG9a1X0qhsKeChyiMZuR05VmjLuB0HqLSjaLScuHth/ZfJDrM36xjD4z8+HTv5OPZ09ddjR/X8EHvb7J3+DQ==","w":25,"h":29.999999999999996,"aspect":"fixed","title":"Personal Identification Number (PIN)"},{"xml":"jVLbboMwDP2aPHaiQe2eC4y+bOoe9gMBUohq4iyYju7rZwi9Tau0SCjH5/jEwbGI03bYeuWaN6w0iPhFxKlHpIDaIdUAQkamEnEmpIz4EzJ/oC4nNXLKa0v/MchgOCrodWCEXANbk84py0pHJwjK+rMfb5Xs0dKiM9/Mbjjh2Q1XjVE976p1DGzRuRBD4PNw7jlN3pWQXaPcCC0Sb0lDLXckWzIsVHmoPfa22vUExuqZr5Q/7JwqDZ2YiZ6i1Xj36XbZMmIMqtDwjp0hg5bJkjujPQtH7cmUCl5/JRRIhC0nKDD1n47NLBC60KjS2PpjDLLFVLP2qjLsShHQT38W76c1ts8A3PB5nvEajyGPB32jJMmK16VLY3E9PHzmiZrfeKux1eRPnPJlKmrmp14FV6NN3cyuOExHpLoQ1xfndWYYzGNzDq/jOWl30/sD","w":25,"h":30,"aspect":"fixed","title":"Plaintext"},{"xml":"jVLLbsMgEPwajqkcrKTnxG5yaZUe+gPYEBsFsxSvU6df3wWcV9VIRbKYndlh8bIsL7px64Vr30Aqw/IXlhceABPqxkIZw3imJctLxnlGH+ObB+o8qpkTXln8j4Enw1GYQSWG8aUh67p3wpLS48kkZfk5hFut92Bx1utvYleU8OzGq0aomXbROQK26l2KTeI36dxzGr8rwftWuAAtIG3rFjvqSDknWIn60HgYrNwNaLRVEy+FP+ycqDWeiMmeskW4e7xdOc8IG1Ep8w69Rg2WyJo6ozwJR+VR18K8/kqoABE6ShBGN386VpOA4FKjam2bjxCUs1iz8UJqchVgwMc/y/dxhfZpY254KUta4Rj0cFA3yiKuS5dCcTU+fOZITW+8VdAp9CdK+dIS2+mpF8nVKt20kytP05GJPsXNxXmdGQLT2JzD63hG7W56fwA=","w":25,"h":29.999999999999996,"aspect":"fixed","title":"Ciphertext"},{"xml":"rVTbbqMwEP0aPzYippfnNs32ZVdatR8QOTBgK8bD2pMA/fodx6bJRo1UaSuEmJkzF3POgChX3fjiVa9/YQ1WlGtRrjwiJasbV2CtkIWpRfkspCz4FvLHFXR5RIteeXD0lQKZCg7K7iFFhLy3XPrUIHeQRaDJJuT+zx5n4CaYd44+csLyth9PIFttfn5Dl7Wr/NQT1HO7rb8cwK+WZqTwG6FXLVxB08ueDiODVn00mTAyyr5CRcq1EX0atCF461UV8YEF4pimjhV6XrJpoYkEF2x60+rZboy1K7To2XfoYiNlTevYTRX5DAfwBONV0Y6hrNgLYAfkJ04ZTE06ZyyTsIWGPJ7duxxTIfntR+lpBdjIW/D5RpSfbMQFaz0aR+DXBz5vyHwwkzUOmYVaBQ11ds5IC+RxBxf8nFMmZHlXxCsyrLZgf2MwZDDyV0EcykDkzlTK/rxI2CIRdmcJj5l5wige7skax9OdY5nz4WZxPprPG9GNbfwoF9g0poJFgGrvDU0Li9VuMxjSmx1Mmzm82R7Z+i9xc8FD1vBM69vvkZrd04/liP3z3/kL","w":110,"h":50,"aspect":"fixed","title":"Encrypted storage"},{"xml":"zVbbctowEP0aP8IY25D2kUvIQ9uZTNN3RrYXW4OsdSVxy9d3hWRiboU0SSfDGGl3tRftOZIdxONq86BYXf7AHEQQ3wfxWCEaN6s2YxAiiEKeB/EkiKKQniCaXrD2dtawZgqkucUhcg4rJpbgNEE0EOQ6SgVmi99LNEB2bbbC2QdWReaKqYLLIB6SNWw9SVhvaKAV9J+iykG5RRIl7A01y3MuC+9uPZq4NCv8KNw4bVdyaNQ1k2erm6M0Hc2fwWXoJedSfINtK4uLdRg/VccaG/jfMz4ZVKyAVlYXr8kRHYSOdMlqOyU4DWfiJ2SGycJaR+uSG3iqWWbta6IP6UpTEX8mPZoKmFv4bbcVL8pmPudCjFEgQTLZ4RGPmOAFwTjxy3wRK1AGNhc5tVN5Qj0AVmAUtTJc89yUfkXseBeW4POT2Pc6pp1c7F1fGEoTT9LzhI0vEvZWaO7OIfO4TAXPbgWmRi4NqPsVdUT7lhNYOa59o3OmS8i90MJFG4ULOIJAsBTEI2puOFooMrDByWBR4BkT348WpGgMVq0FQw+iQcsDXBrBJWWRkhjji2hw3gdvyFVtCnv7dHE+5xl0NWRLxc22u4DtrAZVca0pqz5iTxDFd9PRMIns/lDxZ2oX2++SeLk73bvMXvpla5t0euEbSdY4eC5tD8U2BfunDIzfgYHJGQYe8aNQuKz/ts/MYcPSxiN87f6T0w0nH3Tk+tc3/L4H4oho/dD+Pu1BsW+n2ZqbcmaPTKOeFQpA3sr15OqF+lHgDv43uJ8TxKu3Hb03otEX+z5Fw3xlnaRvc+naJZ7zje3CmxC/cLt9Pb3d4lM+NGC+gg8kvnxs7mwH36J/AA==","w":130,"h":50,"aspect":"fixed","title":"Key storage"},{"xml":"pVRNb6MwEP01HBsR02TPAZpetuoe9r5yYAJWjMe1TQr763eMnYa0VOqqlpDn0zOe93CSFd3waLhun7AGmWQPSVYYRBekbihAyoSlok6yMmEspS9h+0+868mbam5Aua8ksJBw5rKHYEnYVlJqbjVX5LFulMGzfel9V/kRlbuz4i9ZdxTwQw9XH0lN3HmnSVAHq4M+HXowswgZ9n2odDGzm6LMtlx7UaGjLW9dRzMq1/4sXp0ag72qn3snhYJor7k5PWteCTeSJV2lG3+bqd9ynZIs+QHkL7TCCVRkrGhWYMhxBuNExeXPdwEHdA47CuBSNIsZu+hwqMPoKqGa314p76aajeG1oKwCJZrpZtlxWn6gQsqZfb8vafljnMETzDx5vqH1NiVfHIZPgZ9MEfVHwA6cGSnkVdSujeBvQlYLomljVhb4knIb9OYt88oiEiKRlkmVLZDqHawahR/hw5natRE4grrGV4/ZhKJtoY7KDPXboSj0sH8D0WUAMRCqQKWgcrGJD+BfqNkNjf9/V3g8igpWFqreEPlWJxj/aDCdsJaq2o9Il7v7lG2vhImFFuhj0PHY+v13CXBJiECPUY0HzOhxiZjTg/0/PUi9vmeT7+a5+wc=","w":25,"h":31,"aspect":"fixed","title":"Digital signature"},{"xml":"xVTNcpswEH4ajvGAiOOzMSWXdtJDXkAIGTQWWlWsG5ynzwrJMY7JtJkeqhlG+6vV9+2iJN/146PjtvsBjdRJ/i3Jdw4Ag9SPO6l1wlLVJHmZMJbSl7DqE282eVPLnTT4NwksJPzm+iiDJRgGPOloaB0cbQyTDuV4VUqAMVIgr8/h6e0VptBY/1FCL9GdKORFNdjFa6xDVidV28WsPJ7Eh3iP98wLHhIipGV4+QK8B00FisFyc4Xz4dfRk17sweDdoF7JuqWAjR0vPpLauPPekmDqwQZ9OrR2swgd9ipUOps/kDt03HrRANJWdNgTlDLzZ3Fx8NSb5umIWhkZ7Q13hyfLhcITWdJVuvZopvuWWUqy5rXUP2FQqMCQUVAfpCOH754SXH//EFADIvQUwLVqFzO20YFgA3VCmfbZK+XdVLN1vFGUtQMNbkKW76flCVVaz+xVVdLyx6CDg5x5imJN652lhWGbDxX7b0N1/+d/ZtZHPlj6P0jZq1E2N7gN+M4WNAcNvPiGfqEPcXb6sfXvx6oVlq1EJ8XhlvVNVWzv2T9ye06IHJ6iugnqjPlsgfmMfZl5Ui8v4eS7eijfAA==","w":25,"h":30,"aspect":"fixed","title":"Digitally signed document"},{"xml":"xVTBktsgDP0aHzdj483mHMfNXtrZHvoDGIjNBCOKla7Tr68wZONs3Gl3eigzHktPEkhPgqzc9eOz5677AlKZrPyUlTsPgFHqx50yJmO5lllZZ4zl9GVs/xtrMVlzx72y+DcBLAb84OakIhKBAc8mAa2Hk0tuyqMab44SYK0SyJuLe36fwuSazn9W0Cv0Z3J51RK7lMY6RnVKt12KKtNOfEh5vEVe6yEhlbRcXrlQ3pOhA6rBcXtT59P3UyC9OoDFh0H/JHRLDhs3Xm0ktenPe0eCbQYXdRPxfdz34vaOyqHjLogWkH5Vhz0lXhckNlwcA9FWvpzQaKsSLrk/vjguNJ4JyVf5OuQ+ZVcXOcmGN8p8hUGjBkugINaVJ0PolRbcfH7n0AAi9OTAjW4XI7bJgOAiUULb9ltQ6ofpzNZzqSlqBwb8VFl5mFagTxszw6WsaYVt0MNRzSzrab2xtDBa8xFi/22EHv98Q2Z95IOj20DKQY9K3tVtIXS2ojmQ8Boa+oE+pNnpxza8FqtWOLYSnRLHe9Y3+2r7yP6R20tA4vCc1E1UZ8wXC8wX7MPMk3p99ybbzbP4Cw==","w":25,"h":29.999999999999996,"aspect":"fixed","title":"Verified hash value"},{"xml":"7VXJbtswEP0aHS1w0Xr0EufQFuih94KWaIkIxWFJOrHy9SUtekucoEGbWw+CODNPb2YeH6CELof9vWG6/wYtlwm9S+jSALjpNOyXXMqEINEmdJUQgvyTkPUbVXyoIs0MV+5PPiDTB49M7viUmRLWjTImOgM7HWHcOL6/atWAUrxxbHOEo9cjHKCx/z2HgTszekgkIimmuCAVQSWpEEWo4DOcTSxPonV9hJVpXSNaYZQXZVHkdYT0XHR9bERpmlWoLAjGNKeedYIwGzc59T4r4g9RlNsC0RsCFdL3W1jN1JVSxa9duLbFFpSbWfHss3MPKPX+XPOnLr7ZoP1BbayeYjnl1xPvEfbiMjQI5bi5e/Tihq1wGKRnLTz5APmgZbbnbQx6N8gjyBl44EuQYHxGgfKEC8k2XH4HK5wA5dMND+S+EC5aNEx+fQHYgHMwXADmUnSh4CBsATsnhfJdDp6IQ7AIOZH7eXVYZ9h3wfcpbLei4anlzc4IN6YPfPypuRmEtb6rDYoKKY+jJ4SW68U8I2E/MOLZq81OW2rWCNXFzjH6EWZbzXBIGXAs7kIpOil8w9iXBibvGrhIszrHNcpJRStK6nIiGCNdWmYXtq1eGRvnN4yM/t652ec49wsfNRPmv2E/YNjVPEOk+KA//5E7ybvuRC/cifBn+dOH59/aoXb11/sN","w":27.990381056766612,"h":33.48076211353316,"aspect":"fixed","title":"Asymmetric keypair"},{"xml":"jVLLasMwEPwaXY2060d8bOM0p0Khh56FvbUFchRkJXH69VUiObYpgRoMo5nZp8Rw2497K4/du2lIM9wx3FpjXED9uCWtGXDVMKwYAPc/g7cnqrir/CgtHdx/AiAEnKU+UWACMbirjsTQyeMNfmsaX6w1F4avdGgirGoth0HVnuxc7/uvhIcX1bjO402S8zTPhMihKHleFiH2U/3cMmKCRSZKLMpNmpa5gKB+xWCRJYDZJkcA70FA9Hpoj5qWnk58p+K4ezI9OXv1lqknr2ZhKbwj1XZuzVnS0qnzOr0cwrF9pHtU+DDKF54tgznZmiK73PxkHOPmY71rvKaEF+X8QQHpurSTtiX3J68Hiyln6n7P03F+T8G+fG6/","w":20,"h":0.8333333333333334,"aspect":"fixed","title":"Transformation"},{"xml":"vZTfb9sgEMf/Gj82srHS5bWx276s6qRO2uOEzcVGwUABp/b++h2GJM4vqZu0IUW++94dkOMDSV50w7Ohun1RDESSPyZ5YZRyweqGAoRISMpZkpcJISn+EvJ0I5pN0VRTA9J9poCEgh0VPQQlIfcCS9dWU4kR60YRIvfvvd/VeqOku7P8F6oPmPBFD8cYWk380k6jISurgy+C/hTm3aeRkyWIban2plQOP+vWddiRMkOzovW2MaqX7LV3gkuIOqNm+6ppzd2ISrpIl37v0+7KLEVb0ArEN2W540qiWGNnwGBgB8bxmoqvZwmVck51mEAFb65WPMSAUzo0quay+e6d8m6FSmMo41hUKKHM9MfyzTR897gQM52xEoefxRm1hVlkOY1Dk/zaMNw85UmKR/wMqgNnRkz54My18aSXoaoF3rSxKg9wpNQGvzlUHpFBI1JznaD8JkEelBkQ/5GqIFfmXMHE002d4acV90f9uMO+2ggYIsnUh2dros22wKIzo/PvIbvOlAqMF0pKqF1c74LH/W3phsY/IAu12fAaFhbq3uB9WGxh/KnBdNxaXNVe0od9JutV7P5bvDTkyHRc+JTw6VbhtBxRAfN2yMwOFP+I1GX/jOt9wSpUjNGNr9mM+iy7pH7/6P0B9ege3+QpdvJk/wY=","w":29,"h":34,"aspect":"fixed","title":"Key encrypted ciphertext"},{"xml":"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","w":80,"h":80,"aspect":"fixed","title":"Ratchet"},{"xml":"jVJNb4MwDP01uVYhTL0X1vaySZV62DkFF6KFGCUupfv1cyD9mlRpQpHi9+Lnh22Rl9249bpvP7EGK/K1yEuPSPOtG0uwVihpapG/C6UkH6E2L9hsYmWvPTj6T4KaEwZtTzAjMxDoYhOAJ7LGQYnOQRVFpciLIzoq0aKf3uT8bWKBovG6NnDnHDqWKWodWoglMw4G8GQqbT/0AewOgyGDjrkDEmH38GBlTRMJwp5RnaKK5YG1i5Y6mySjnb35iY4zdY3TL0S7OvSz96MZo4+iRxNV1gOLhSQSWt3HhG5s4jwW+hzeFkddEfpLpMnjN3yZmlp+lMcqxtqHJki5XK82URy86YDl972ujGuYVqkJO02Mu6miktlN9k+/0lS4DzC+nOwEpbFuAbki+1TynBwyu5yHL1swTUvPmA5z3Nwy72vCl7Qp1/C+kRP3tLC/","w":60,"h":60,"aspect":"fixed","title":"Key generator"}]</mxlibrary>
51,686
51,686
0.95343
356cb73ab527d7789cf9e9daf9605d5aa57d8641
1,820
xaml
XML
LivestreamStarter/Skins/MainSkin/Styles/Menu.xaml
prayzzz/LivestreamStarter
ea77621cfd572fe5a3b4a205b6ea3c7b869216b2
[ "MIT" ]
null
null
null
LivestreamStarter/Skins/MainSkin/Styles/Menu.xaml
prayzzz/LivestreamStarter
ea77621cfd572fe5a3b4a205b6ea3c7b869216b2
[ "MIT" ]
null
null
null
LivestreamStarter/Skins/MainSkin/Styles/Menu.xaml
prayzzz/LivestreamStarter
ea77621cfd572fe5a3b4a205b6ea3c7b869216b2
[ "MIT" ]
null
null
null
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <SolidColorBrush x:Key="Menu.Static.Background" Color="#FFF0F0F0"/> <SolidColorBrush x:Key="Menu.Static.Border" Color="{DynamicResource BcColor}"/> <Style x:Key="MainMenuStyle" TargetType="{x:Type Menu}"> <Setter Property="Background" Value="{StaticResource Menu.Static.Background}"/> <Setter Property="FontFamily" Value="{DynamicResource {x:Static SystemFonts.MenuFontFamilyKey}}"/> <Setter Property="FontSize" Value="{DynamicResource {x:Static SystemFonts.MenuFontSizeKey}}"/> <Setter Property="FontStyle" Value="{DynamicResource {x:Static SystemFonts.MenuFontStyleKey}}"/> <Setter Property="FontWeight" Value="{DynamicResource {x:Static SystemFonts.MenuFontWeightKey}}"/> <Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.MenuTextBrushKey}}"/> <Setter Property="VerticalContentAlignment" Value="Center"/> <Setter Property="BorderThickness" Value="0, 0, 0, 1" /> <Setter Property="BorderBrush" Value="{StaticResource Menu.Static.Border}" /> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="{x:Type Menu}"> <Border BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Background="{TemplateBinding Background}" Padding="{TemplateBinding Padding}" SnapsToDevicePixels="true"> <ItemsPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"/> </Border> </ControlTemplate> </Setter.Value> </Setter> </Style> </ResourceDictionary>
70
229
0.67967
6739fbb9d0dde3ecdc2a17ae0263577db7a01aeb
2,484
xml
XML
data/gan/eval/lesion_mask_1/xml/lesion4466.xml
capepoint/WeaklyLesionLocalisation
6eeefb3db66113e03854e625c25c28448baed683
[ "Apache-2.0" ]
null
null
null
data/gan/eval/lesion_mask_1/xml/lesion4466.xml
capepoint/WeaklyLesionLocalisation
6eeefb3db66113e03854e625c25c28448baed683
[ "Apache-2.0" ]
null
null
null
data/gan/eval/lesion_mask_1/xml/lesion4466.xml
capepoint/WeaklyLesionLocalisation
6eeefb3db66113e03854e625c25c28448baed683
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <annotation> <filename>lesion4466.png</filename> <source> <database>The VOC2007 Database</database> <annotation>PASCAL VOC2007</annotation> <image>pcl</image> <flickrid>330391518</flickrid> </source> <size> <width>512</width> <height>512</height> <depth>3</depth> </size> <object> <name>car</name> <segmentation>335.0,220.0,331.0,222.0,327.0,225.0,326.0,230.0,330.0,238.0,334.0,243.0,337.0,247.0,339.0,253.0,344.0,253.0,349.0,249.0,354.0,245.0,359.0,241.0,361.0,237.0,357.0,236.0,353.0,231.0,357.0,225.0,355.0,222.0,351.0,222.0,346.0,218.0,339.0,218.0</segmentation> <truncated>0</truncated> <difficult>0</difficult> <id>1</id> <blurred>false</blurred> <goodIllumination>true</goodIllumination> <frontview>true</frontview> <other> <region_attributes> <id>1.0</id> <type>car</type> </region_attributes> </other> </object> <object> <name>car</name> <segmentation>141.0,333.0,141.0,329.0,137.0,326.0,132.0,325.0,128.0,328.0,124.0,333.0,125.0,338.0,129.0,341.0,135.0,340.0,138.0,337.0</segmentation> <truncated>0</truncated> <difficult>0</difficult> <id>3</id> <blurred>false</blurred> <goodIllumination>true</goodIllumination> <frontview>true</frontview> <other> <region_attributes> <id>3.0</id> <type>car</type> </region_attributes> </other> </object> <object> <name>car</name> <segmentation>299.0,171.0,299.0,177.0,297.0,180.0,297.0,182.0,300.0,184.0,301.0,188.0,303.0,192.0,298.0,195.0,294.0,196.0,287.0,195.0,280.0,195.0,280.0,195.0,285.0,199.0,288.0,203.0,291.0,204.0,295.0,205.0,299.0,206.0,303.0,210.0,304.0,215.0,307.0,220.0,307.0,231.0,304.0,235.0,300.0,236.0,295.0,239.0,291.0,241.0,287.0,243.0,282.0,246.0,278.0,251.0,285.0,249.0,293.0,247.0,305.0,245.0,312.0,243.0,315.0,239.0,317.0,233.0,317.0,227.0,315.0,221.0,312.0,216.0,309.0,209.0,308.0,201.0,307.0,201.0,315.0,201.0,326.0,199.0,331.0,197.0,338.0,193.0,336.0,192.0,331.0,194.0,327.0,195.0,321.0,196.0,315.0,197.0,310.0,196.0,307.0,196.0,306.0,193.0,309.0,189.0,310.0,185.0,312.0,181.0,314.0,179.0,315.0,175.0,315.0,170.0,314.0,170.0,312.0,168.0,308.0,168.0,304.0,170.0</segmentation> <truncated>0</truncated> <difficult>0</difficult> <id>4</id> <blurred>false</blurred> <goodIllumination>true</goodIllumination> <frontview>true</frontview> <other> <region_attributes> <id>4.0</id> <type>car</type> </region_attributes> </other> </object> </annotation>
38.215385
774
0.667069
5bce6c2a2b7056325220ec479654bd4c84de1da5
2,452
xml
XML
AgriMonitor/src/main/resources/mapping/PolicyMaintainMapper.xml
cuckoolll/AgriMonitor
1f064e851e7001818be6619f0009e5a6f369319c
[ "Apache-2.0" ]
null
null
null
AgriMonitor/src/main/resources/mapping/PolicyMaintainMapper.xml
cuckoolll/AgriMonitor
1f064e851e7001818be6619f0009e5a6f369319c
[ "Apache-2.0" ]
null
null
null
AgriMonitor/src/main/resources/mapping/PolicyMaintainMapper.xml
cuckoolll/AgriMonitor
1f064e851e7001818be6619f0009e5a6f369319c
[ "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.agri.monitor.mapper.PolicyMaintainMapper"> <select id="queryInfoForPage" parameterType="com.agri.monitor.vo.PolicyQueryVO" resultType="map"> select gid, file_name, file_address, date_format(create_time, '%Y-%m-%d') create_time, creator, info_type, company from t_agriculture_file where 1=1 <if test="file_name != null and file_name != ''"> <bind name="file_name" value="'%' + file_name + '%'"/> and file_name like #{file_name} </if> <if test="create_time != null and create_time != ''"> and create_time = #{create_time} </if> <if test="info_type != null and info_type != ''"> and info_type = #{info_type} </if> order by create_time desc limit #{currIndex},#{limit} </select> <select id="queryInfoCount" parameterType="com.agri.monitor.vo.PolicyQueryVO" resultType="int"> select count(gid) from t_agriculture_file where 1=1 <if test="file_name != null and file_name != ''"> <bind name="file_name" value="'%' + file_name + '%'"/> and file_name like #{file_name} </if> <if test="create_time != null and create_time != ''"> and create_time = #{create_time} </if> <if test="info_type != null and info_type != ''"> and info_type = #{info_type} </if> </select> <select id="queryGid" parameterType="com.agri.monitor.vo.PolicyQueryVO" resultType="java.lang.String"> select gid from t_agriculture_file where file_name = #{file_name} </select> <insert id="insertInfo" parameterType="com.agri.monitor.entity.PolicyInfo"> insert into t_agriculture_file (file_name, file_address, info_type, company, creator) values (#{file_name}, #{file_address}, #{info_type}, #{company}, #{creator}) </insert> <delete id="delInfoByGid" parameterType="java.util.List"> delete from t_agriculture_file where gid in <foreach item="item" index="index" collection="list" open="(" separator="," close=")"> #{item} </foreach> </delete> </mapper>
35.028571
108
0.58279
a598efb30baaa1353c3877c6d1f30b3386348265
12,495
xml
XML
Blacksmith/src/main/res/layout/activity_visitor.xml
JakeSteam/PixelBlacksmith
2430e51f0882533c8b9b7b3b1fd2c2e883788a5b
[ "MIT" ]
1
2022-03-15T16:01:42.000Z
2022-03-15T16:01:42.000Z
Blacksmith/src/main/res/layout/activity_visitor.xml
JakeSteam/PixelBlacksmith
2430e51f0882533c8b9b7b3b1fd2c2e883788a5b
[ "MIT" ]
null
null
null
Blacksmith/src/main/res/layout/activity_visitor.xml
JakeSteam/PixelBlacksmith
2430e51f0882533c8b9b7b3b1fd2c2e883788a5b
[ "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="wrap_content" android:layout_height="wrap_content"> <android.support.percent.PercentRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/visitor" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginBottom="30dp" android:layout_marginLeft="40dp" android:layout_marginRight="40dp" android:layout_marginTop="60dp" android:background="@drawable/background_3part_alt" android:orientation="vertical" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" android:weightSum="2" tools:context="uk.co.jakelee.blacksmith.main.VisitorActivity"> <uk.co.jakelee.blacksmith.controls.TextViewPixel android:id="@+id/visitorTitle" android:layout_width="match_parent" android:gravity="center" android:text="@string/visitorText" android:textAppearance="?android:attr/textAppearanceLarge" android:textColor="@color/black" android:textIsSelectable="false" android:textSize="60sp" app:layout_heightPercent="10%" app:layout_marginTopPercent="1%" /> <ImageView android:id="@+id/visitorPicture" android:layout_below="@id/visitorTitle" android:layout_marginLeft="5dp" android:scaleType="fitCenter" app:layout_heightPercent="20%" app:layout_marginTopPercent="7%" app:layout_widthPercent="30%" /> <uk.co.jakelee.blacksmith.controls.TextViewPixel android:id="@+id/visitorVisits" android:layout_height="wrap_content" android:layout_alignBottom="@id/visitorPicture" android:layout_alignLeft="@id/visitorPicture" android:alpha="0.6" android:background="@color/black" android:gravity="center" android:textColor="@color/white" android:textSize="20sp" app:layout_widthPercent="30%" /> <uk.co.jakelee.blacksmith.controls.TextViewPixel android:id="@+id/visitorName" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignTop="@id/visitorPicture" android:layout_toRightOf="@id/visitorPicture" android:paddingLeft="5dp" android:textColor="@color/black" android:textSize="22sp" app:layout_marginTopPercent="1%" /> <uk.co.jakelee.blacksmith.controls.TextViewPixel android:id="@+id/visitorDesc" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignLeft="@id/visitorName" android:layout_below="@id/visitorName" android:paddingLeft="5dp" android:text="@string/unknownText" android:textColor="@color/black" android:textSize="18sp" app:layout_marginTopPercent="1%" /> <ImageView android:id="@+id/typeImage" android:layout_alignLeft="@id/visitorPicture" android:layout_below="@id/visitorPicture" android:background="@drawable/slot" android:onClick="typeClick" app:layout_heightPercent="12%" app:layout_marginTopPercent="2%" app:layout_widthPercent="18%" /> <uk.co.jakelee.blacksmith.controls.TextViewPixel android:id="@+id/typeMultiplier" android:layout_height="wrap_content" android:layout_alignBottom="@id/typeImage" android:layout_alignLeft="@id/typeImage" android:alpha="0.6" android:background="@color/black" android:gravity="center" android:text="@string/unknownText" android:textColor="@color/white" android:textSize="20sp" app:layout_widthPercent="18%" /> <ImageView android:id="@+id/tierImage" android:layout_below="@id/visitorPicture" android:layout_marginLeft="10dp" android:layout_toRightOf="@id/typeImage" android:background="@drawable/slot" android:onClick="tierClick" app:layout_heightPercent="12%" app:layout_marginTopPercent="2%" app:layout_widthPercent="18%" /> <uk.co.jakelee.blacksmith.controls.TextViewPixel android:id="@+id/tierMultiplier" android:layout_height="wrap_content" android:layout_alignBottom="@id/tierImage" android:layout_alignLeft="@id/tierImage" android:alpha="0.6" android:background="@color/black" android:gravity="center" android:text="@string/unknownText" android:textColor="@color/white" android:textSize="20sp" app:layout_widthPercent="18%" /> <ImageView android:id="@+id/stateImage" android:layout_below="@id/visitorPicture" android:layout_marginLeft="10dp" android:layout_toRightOf="@id/tierImage" android:background="@drawable/slot" android:onClick="stateClick" app:layout_heightPercent="12%" app:layout_marginTopPercent="2%" app:layout_widthPercent="18%" /> <uk.co.jakelee.blacksmith.controls.TextViewPixel android:id="@+id/stateMultiplier" android:layout_height="wrap_content" android:layout_alignBottom="@id/stateImage" android:layout_alignLeft="@id/stateImage" android:alpha="0.6" android:background="@color/black" android:gravity="center" android:text="@string/unknownText" android:textColor="@color/white" android:textSize="20sp" app:layout_widthPercent="18%" /> <ImageView android:id="@+id/bestItemImage" android:layout_below="@id/visitorPicture" android:layout_marginLeft="10dp" android:layout_toRightOf="@id/stateImage" android:onClick="bestItemClick" app:layout_heightPercent="12%" app:layout_marginTopPercent="2%" app:layout_widthPercent="18%" /> <uk.co.jakelee.blacksmith.controls.TextViewPixel android:id="@+id/bestItemValue" android:layout_height="wrap_content" android:layout_alignBottom="@id/bestItemImage" android:layout_alignLeft="@id/bestItemImage" android:alpha="0.6" android:background="@color/black" android:gravity="center" android:text="@string/unknownText" android:textColor="@color/white" android:textSize="20sp" app:layout_widthPercent="18%" /> <uk.co.jakelee.blacksmith.controls.TextViewPixel android:id="@+id/typeText" android:layout_height="wrap_content" android:layout_alignLeft="@id/typeImage" android:layout_below="@id/typeImage" android:gravity="center" android:text="@string/typeText" android:textColor="@color/black" android:textSize="14sp" app:layout_widthPercent="18%" /> <uk.co.jakelee.blacksmith.controls.TextViewPixel android:id="@+id/tierText" android:layout_height="wrap_content" android:layout_alignLeft="@id/tierImage" android:layout_below="@id/tierImage" android:gravity="center" android:text="@string/tierText" android:textColor="@color/black" android:textSize="14sp" app:layout_widthPercent="18%" /> <uk.co.jakelee.blacksmith.controls.TextViewPixel android:id="@+id/stateText" android:layout_height="wrap_content" android:layout_alignLeft="@id/stateImage" android:layout_below="@id/stateImage" android:gravity="center" android:text="@string/stateText" android:textColor="@color/black" android:textSize="14sp" app:layout_widthPercent="18%" /> <uk.co.jakelee.blacksmith.controls.TextViewPixel android:id="@+id/bestItemText" android:layout_height="wrap_content" android:layout_alignLeft="@id/bestItemImage" android:layout_below="@id/bestItemImage" android:gravity="center" android:text="@string/bestText" android:textColor="@color/black" android:textSize="14sp" app:layout_widthPercent="18%" /> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/demandsScroller" android:layout_width="match_parent" android:layout_height="wrap_content" android:fadeScrollbars="false" app:layout_marginTopPercent="60%"> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginRight="7dp" android:orientation="vertical"> <TableLayout android:id="@+id/demandsTable" android:layout_width="wrap_content" android:layout_height="wrap_content" android:stretchColumns="1" /> <uk.co.jakelee.blacksmith.controls.TextViewPixel android:id="@+id/completeButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/demandsTable" android:layout_centerHorizontal="true" android:layout_marginBottom="12dp" android:background="@drawable/button_wide" android:clickable="true" android:gravity="center" android:onClick="completeVisitor" android:text="@string/complete" android:textSize="35sp" app:layout_marginTopPercent="5%" /> <uk.co.jakelee.blacksmith.controls.TextViewPixel android:id="@+id/dismissButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignTop="@id/completeButton" android:layout_below="@id/demandsTable" android:layout_toRightOf="@id/completeButton" android:background="@drawable/button" android:clickable="true" android:gravity="center" android:onClick="dismissVisitor" android:text="@string/close" android:textSize="35sp" /> </RelativeLayout> </ScrollView> </android.support.percent.PercentRelativeLayout> <ImageView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/help" android:layout_width="64dp" android:layout_height="64dp" android:layout_marginLeft="15dp" android:layout_marginTop="35dp" android:onClick="openHelp" android:src="@drawable/help" /> <ImageView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/close" android:layout_width="64dp" android:layout_height="64dp" android:layout_alignParentRight="true" android:layout_marginRight="15dp" android:layout_marginTop="35dp" android:onClick="closePopup" android:src="@drawable/close" /> </RelativeLayout>
42.791096
109
0.604882
a5b44a8e338ab793eca91094c18f983837339a92
6,089
xml
XML
pointstreak/xml/31267_pitching.xml
octonion/baseball-public
66c406b5855b61d851303069487c8f7e5a885812
[ "MIT" ]
41
2015-01-04T21:41:10.000Z
2021-09-22T12:09:57.000Z
pointstreak/xml/31267_pitching.xml
octonion/baseball-public
66c406b5855b61d851303069487c8f7e5a885812
[ "MIT" ]
1
2015-01-10T08:05:55.000Z
2015-01-10T08:05:55.000Z
pointstreak/xml/31267_pitching.xml
octonion/baseball-public
66c406b5855b61d851303069487c8f7e5a885812
[ "MIT" ]
14
2015-01-10T20:15:00.000Z
2021-09-22T12:09:58.000Z
<?xml version="1.0" encoding="UTF-8"?> <stats> <link>team_stats.html?teamid=31267%26;seasonid=12123</link> <sho> <player> <link>player.html?playerid=250791%26;seasonid=12123</link> <jersey>7</jersey> <playername>Hutchinson, T</playername> <teamname></teamname> <wins>15</wins> <losses>11</losses> <ip>157.0</ip> <runs>110</runs> <er>86</er> <hits></hits> <bb>71</bb> <so>147</so> <bf>727</bf> <games>29</games> <gs>24</gs> <cg>21</cg> <cgl>7</cgl> <sho>1</sho> <sv>0</sv> <bsv>0</bsv> <oobp>.331</oobp> <oslg>.343</oslg> <oavg>.259</oavg> <era>4.93</era> </player> <player> <link>player.html?playerid=250787%26;seasonid=12123</link> <jersey>8</jersey> <playername>Garn, K</playername> <teamname></teamname> <wins>9</wins> <losses>8</losses> <ip>106.2</ip> <runs>85</runs> <er>63</er> <hits></hits> <bb>14</bb> <so>43</so> <bf>507</bf> <games>21</games> <gs>19</gs> <cg>15</cg> <cgl>7</cgl> <sho>2</sho> <sv>0</sv> <bsv>0</bsv> <oobp>.359</oobp> <oslg>.486</oslg> <oavg>.342</oavg> <era>5.32</era> </player> <player> <link>player.html?playerid=250802%26;seasonid=12123</link> <jersey>9</jersey> <playername>Wood, C</playername> <teamname></teamname> <wins>2</wins> <losses>0</losses> <ip>11.0</ip> <runs>8</runs> <er>8</er> <hits></hits> <bb>3</bb> <so>4</so> <bf>53</bf> <games>4</games> <gs>2</gs> <cg>0</cg> <cgl>0</cgl> <sho>0</sho> <sv>0</sv> <bsv>0</bsv> <oobp>.396</oobp> <oslg>.396</oslg> <oavg>.340</oavg> <era>6.55</era> </player> </sho> <era> <player> <link>player.html?playerid=250791%26;seasonid=12123</link> <jersey>7</jersey> <playername>Hutchinson, T</playername> <teamname></teamname> <wins>15</wins> <losses>11</losses> <ip>157.0</ip> <runs>110</runs> <er>86</er> <hits></hits> <bb>71</bb> <so>147</so> <bf>727</bf> <games>29</games> <gs>24</gs> <cg>21</cg> <cgl>7</cgl> <sho>1</sho> <sv>0</sv> <bsv>0</bsv> <oobp>.331</oobp> <oslg>.343</oslg> <oavg>.259</oavg> <era>4.93</era> </player> <player> <link>player.html?playerid=250787%26;seasonid=12123</link> <jersey>8</jersey> <playername>Garn, K</playername> <teamname></teamname> <wins>9</wins> <losses>8</losses> <ip>106.2</ip> <runs>85</runs> <er>63</er> <hits></hits> <bb>14</bb> <so>43</so> <bf>507</bf> <games>21</games> <gs>19</gs> <cg>15</cg> <cgl>7</cgl> <sho>2</sho> <sv>0</sv> <bsv>0</bsv> <oobp>.359</oobp> <oslg>.486</oslg> <oavg>.342</oavg> <era>5.32</era> </player> <player> <link>player.html?playerid=250802%26;seasonid=12123</link> <jersey>9</jersey> <playername>Wood, C</playername> <teamname></teamname> <wins>2</wins> <losses>0</losses> <ip>11.0</ip> <runs>8</runs> <er>8</er> <hits></hits> <bb>3</bb> <so>4</so> <bf>53</bf> <games>4</games> <gs>2</gs> <cg>0</cg> <cgl>0</cgl> <sho>0</sho> <sv>0</sv> <bsv>0</bsv> <oobp>.396</oobp> <oslg>.396</oslg> <oavg>.340</oavg> <era>6.55</era> </player> </era> <wins> <player> <link>player.html?playerid=250791%26;seasonid=12123</link> <jersey>7</jersey> <playername>Hutchinson, T</playername> <teamname></teamname> <wins>15</wins> <losses>11</losses> <ip>157.0</ip> <runs>110</runs> <er>86</er> <hits></hits> <bb>71</bb> <so>147</so> <bf>727</bf> <games>29</games> <gs>24</gs> <cg>21</cg> <cgl>7</cgl> <sho>1</sho> <sv>0</sv> <bsv>0</bsv> <oobp>.331</oobp> <oslg>.343</oslg> <oavg>.259</oavg> <era>4.93</era> </player> <player> <link>player.html?playerid=250787%26;seasonid=12123</link> <jersey>8</jersey> <playername>Garn, K</playername> <teamname></teamname> <wins>9</wins> <losses>8</losses> <ip>106.2</ip> <runs>85</runs> <er>63</er> <hits></hits> <bb>14</bb> <so>43</so> <bf>507</bf> <games>21</games> <gs>19</gs> <cg>15</cg> <cgl>7</cgl> <sho>2</sho> <sv>0</sv> <bsv>0</bsv> <oobp>.359</oobp> <oslg>.486</oslg> <oavg>.342</oavg> <era>5.32</era> </player> <player> <link>player.html?playerid=250802%26;seasonid=12123</link> <jersey>9</jersey> <playername>Wood, C</playername> <teamname></teamname> <wins>2</wins> <losses>0</losses> <ip>11.0</ip> <runs>8</runs> <er>8</er> <hits></hits> <bb>3</bb> <so>4</so> <bf>53</bf> <games>4</games> <gs>2</gs> <cg>0</cg> <cgl>0</cgl> <sho>0</sho> <sv>0</sv> <bsv>0</bsv> <oobp>.396</oobp> <oslg>.396</oslg> <oavg>.340</oavg> <era>6.55</era> </player> </wins> <saves> <player> <link>player.html?playerid=250802%26;seasonid=12123</link> <jersey>9</jersey> <playername>Wood, C</playername> <teamname></teamname> <wins>2</wins> <losses>0</losses> <ip>11.0</ip> <runs>8</runs> <er>8</er> <hits></hits> <bb>3</bb> <so>4</so> <bf>53</bf> <games>4</games> <gs>2</gs> <cg>0</cg> <cgl>0</cgl> <sho>0</sho> <sv>0</sv> <bsv>0</bsv> <oobp>.396</oobp> <oslg>.396</oslg> <oavg>.340</oavg> <era>6.55</era> </player> <player> <link>player.html?playerid=250787%26;seasonid=12123</link> <jersey>8</jersey> <playername>Garn, K</playername> <teamname></teamname> <wins>9</wins> <losses>8</losses> <ip>106.2</ip> <runs>85</runs> <er>63</er> <hits></hits> <bb>14</bb> <so>43</so> <bf>507</bf> <games>21</games> <gs>19</gs> <cg>15</cg> <cgl>7</cgl> <sho>2</sho> <sv>0</sv> <bsv>0</bsv> <oobp>.359</oobp> <oslg>.486</oslg> <oavg>.342</oavg> <era>5.32</era> </player> <player> <link>player.html?playerid=250791%26;seasonid=12123</link> <jersey>7</jersey> <playername>Hutchinson, T</playername> <teamname></teamname> <wins>15</wins> <losses>11</losses> <ip>157.0</ip> <runs>110</runs> <er>86</er> <hits></hits> <bb>71</bb> <so>147</so> <bf>727</bf> <games>29</games> <gs>24</gs> <cg>21</cg> <cgl>7</cgl> <sho>1</sho> <sv>0</sv> <bsv>0</bsv> <oobp>.331</oobp> <oslg>.343</oslg> <oavg>.259</oavg> <era>4.93</era> </player> </saves> </stats>
18.79321
65
0.566924