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
1ffa2e83b47126a83653614f7335274182aca249
3,095
xaml
XML
IHM/App.xaml
Paphos/ProjetBFME_XAML
d01a4800747d6f9329aca51c2d1357b37274a7fb
[ "MIT" ]
null
null
null
IHM/App.xaml
Paphos/ProjetBFME_XAML
d01a4800747d6f9329aca51c2d1357b37274a7fb
[ "MIT" ]
null
null
null
IHM/App.xaml
Paphos/ProjetBFME_XAML
d01a4800747d6f9329aca51c2d1357b37274a7fb
[ "MIT" ]
null
null
null
<Application x:Class="IHM.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="MainWindow.xaml"> <Application.Resources> <LinearGradientBrush x:Key="grad_base" EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="#FF2E382C" Offset="0"/> <GradientStop Color="#FF546E41" Offset="1"/> </LinearGradientBrush> <LinearGradientBrush x:Key="grad_base_selected" EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="#FF2E382C" Offset="0"/> <GradientStop Color="#FF7EC146" Offset="1"/> </LinearGradientBrush> <LinearGradientBrush x:Key="grad_base_disabled" EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="#FF181A19" Offset="0"/> <GradientStop Color="#FF232B1C" Offset="1"/> </LinearGradientBrush> <LinearGradientBrush x:Key="grad_modifiable" EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="#FF18181A" Offset="0"/> <GradientStop Color="#FF2D3763" Offset="1"/> </LinearGradientBrush> <LinearGradientBrush x:Key="grad_modifiable_selected" EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="#FF2E382C" Offset="0"/> <GradientStop Color="#FF329ED1" Offset="1"/> </LinearGradientBrush> <SolidColorBrush x:Key="foreground_base" Color="#FF8DB06A"/> <SolidColorBrush x:Key="foreground_base_selected" Color="#FFD0F79E"/> <SolidColorBrush x:Key="foreground_disabled" Color="#FF35432A"/> <SolidColorBrush x:Key="foreground_modifiable" Color="#FF36476A"/> <SolidColorBrush x:Key="foreground_modifiable_selected" Color="#FFB7F0F9"/> <Style x:Key="BoutonEdit" TargetType="{x:Type ToggleButton}"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="{x:Type ToggleButton}"> <Grid Name="ToggleButtonGrid" Height="22" Width="22"> <Border Name="BorderBoutonEit" BorderThickness="2" BorderBrush="Gray"> <Image Height="20" Width="20" Source="images/icones/Modifier.png" /> </Border> </Grid> <ControlTemplate.Triggers> <Trigger Property="IsMouseOver" Value="True"> <Setter TargetName="BorderBoutonEit" Property="BorderBrush" Value="Green"/> </Trigger> <Trigger Property="IsChecked" Value="True"> <Setter TargetName="BorderBoutonEit" Property="BorderBrush" Value="LightGreen"/> </Trigger> </ControlTemplate.Triggers> </ControlTemplate> </Setter.Value> </Setter> </Style> </Application.Resources> </Application>
49.126984
112
0.568982
95008b9d565a71c93b9bb8ea373671188e3edb06
1,668
xml
XML
phpunit.fastest.xml
tarvainen/symfony-flex-backend
c7df579738082ce186f2fa68d349cd29c023635b
[ "MIT" ]
2
2018-04-12T13:12:46.000Z
2018-08-02T13:51:29.000Z
phpunit.fastest.xml
tarvainen/symfony-flex-backend
c7df579738082ce186f2fa68d349cd29c023635b
[ "MIT" ]
null
null
null
phpunit.fastest.xml
tarvainen/symfony-flex-backend
c7df579738082ce186f2fa68d349cd29c023635b
[ "MIT" ]
1
2020-11-04T03:05:04.000Z
2020-11-04T03:05:04.000Z
<?xml version="1.0" encoding="UTF-8"?> <!-- https://phpunit.de/manual/current/en/appendixes.configuration.html --> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.4/phpunit.xsd" colors="true" bootstrap="tests/bootstrap_fastest.php" > <php> <ini name="error_reporting" value="-1" /> <ini name="display_errors" value="On" /> <ini name="display_startup_errors" value="On" /> <ini name="date.timezone" value="UTC" /> <env name="KERNEL_CLASS" value="App\Kernel" /> <env name="APP_DEBUG" value="1" /> <env name="APP_SECRET" value="s$cretf0rt3st" /> <env name="SYMFONY_DEPRECATIONS_HELPER" value="1" /> </php> <listeners> <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" /> </listeners> <testsuites> <testsuite name="Functional tests"> <directory>tests/Functional/</directory> </testsuite> <testsuite name="Integration tests"> <directory>tests/Integration/</directory> </testsuite> <testsuite name="Unit tests"> <directory>tests/Unit/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>src</directory> <exclude> <file>src/Kernel.php</file> </exclude> <exclude> <directory>src/DataFixtures</directory> </exclude> <exclude> <directory>src/Command</directory> </exclude> </whitelist> </filter> </phpunit>
32.705882
81
0.573741
9dc16f01035434dc2a05ad1735a42afb7ccd6b55
10,418
xml
XML
Base Datos/MER y Relacional datamodeler/Mer_1.0/mapping/ExtendedMap_RM89944389-53B3-E703-1A5F-85DF9E7BF647.xml
prietojulen/E-SportsProject
d0437e2b2476e52bec610983556c21a1d9ab3896
[ "Apache-2.0" ]
1
2020-07-13T14:07:31.000Z
2020-07-13T14:07:31.000Z
Base Datos/MER y Relacional datamodeler/Mer_1.0/mapping/ExtendedMap_RM89944389-53B3-E703-1A5F-85DF9E7BF647.xml
prietojulen/E-SportsProject
d0437e2b2476e52bec610983556c21a1d9ab3896
[ "Apache-2.0" ]
null
null
null
Base Datos/MER y Relacional datamodeler/Mer_1.0/mapping/ExtendedMap_RM89944389-53B3-E703-1A5F-85DF9E7BF647.xml
prietojulen/E-SportsProject
d0437e2b2476e52bec610983556c21a1d9ab3896
[ "Apache-2.0" ]
null
null
null
<?xml version = '1.0' encoding = 'UTF-8'?> <RMExtendedMap class="oracle.dbtools.crest.model.xtdmapping.RMExtendedMap"> <mappings itemClass="oracle.dbtools.crest.model.xtdmapping.ContainerMapping"> <CM id="0019D811-B7C2BA340146984DB0C6-22DBC0245938" lID="0019D811-7897-3E42-5BA5-B7C2BA340146" lT="3" rID="984DB0C6-F64C-BE60-609D-22DBC0245938" rT="4" rSEnt="B9307490-F307-8558-144A-3844F01F2311" rTEnt="79EA21F4-454B-569D-8774-E3C0EE31DB96"> </CM> <CM id="24177097-1E53866F01727CA04EEF-08346113F072" lID="24177097-4093-576F-4115-1E53866F0172" lT="0" rID="7CA04EEF-EFD4-BE10-147C-08346113F072" rT="4"> <containedMappings itemClass="oracle.dbtools.crest.model.xtdmapping.RelMapping"> <Mg id="422B8724-0CDE5C034A7AC078396A-A98FA80D2B8F" lID="422B8724-20C9-A449-AFCC-0CDE5C034A7A" lT="2" rID="C078396A-4F60-6086-E25D-A98FA80D2B8F" rT="7"> </Mg> <Mg id="A87B1468-AF0120E13A33CCC64D9C-7376206D6B94" lID="A87B1468-6842-FBCD-5304-AF0120E13A33" rID="CCC64D9C-7BCE-8655-A544-7376206D6B94"> </Mg> <Mg id="AFA09003-B8AB2BD4B848F67ED475-CFE99A63DEB4" lID="AFA09003-2D89-27B5-304F-B8AB2BD4B848" rID="F67ED475-17C4-AFF1-8FA7-CFE99A63DEB4"> </Mg> <Mg id="CB076EAA-C8E7B6B87FA2C296EC4E-3E38CC9BBC77" lID="CB076EAA-6211-8AA1-FEF9-C8E7B6B87FA2" rID="C296EC4E-E209-DBE5-0E7A-3E38CC9BBC77"> </Mg> <Mg id="F8E4F372-C29290DE68164987C876-EB294CBAB212" lID="F8E4F372-7BF2-EA30-2493-C29290DE6816" rID="4987C876-2FD8-2482-86EE-EB294CBAB212"> </Mg> </containedMappings> </CM> <CM id="6629AEF3-C74E412B01B1B7E6C974-DDD609DAA4DA" lID="6629AEF3-F297-27B9-1618-C74E412B01B1" lT="0" rID="B7E6C974-B7C2-206C-7ED7-DDD609DAA4DA" rT="4"> <containedMappings itemClass="oracle.dbtools.crest.model.xtdmapping.RelMapping"> <Mg id="67B8AAAF-2E64D7832E82614C8EE8-12B35B806538" lID="67B8AAAF-B9B6-4E96-0355-2E64D7832E82" rID="614C8EE8-2D6D-770D-77CB-12B35B806538"> </Mg> <Mg id="697153D4-54FC27475CA408B61B51-6572C4038B75" lID="697153D4-DD51-6A0B-D39A-54FC27475CA4" rID="08B61B51-362E-9E03-14C4-6572C4038B75"> </Mg> <Mg id="6BE7E7AF-6A923A503A4CB70F3BBC-1A70462A28F4" lID="6BE7E7AF-BB46-09EE-C64F-6A923A503A4C" rID="B70F3BBC-5C5E-DBC2-579D-1A70462A28F4"> </Mg> <Mg id="B65FC578-A322BE121FA2D27DCB05-2A39FF844318" lID="B65FC578-915F-5B3E-701A-A322BE121FA2" lT="2" rID="D27DCB05-5575-C5C8-9620-2A39FF844318" rT="7"> </Mg> <Mg id="ECB57BA6-432F6BEC708CBF17FF02-0B3ACD925575" lID="ECB57BA6-6550-BAFE-A2C5-432F6BEC708C" rID="BF17FF02-8FE6-18D5-C355-0B3ACD925575"> </Mg> </containedMappings> </CM> <CM id="78DA5D96-85E050E86C1849240587-69D736383D75" lID="78DA5D96-2CDD-5F0A-F424-85E050E86C18" lT="0" rID="49240587-217D-00F0-509C-69D736383D75" rT="4"> <containedMappings itemClass="oracle.dbtools.crest.model.xtdmapping.RelMapping"> <Mg id="11D5A7BE-B47F710C2F24F8C65DFE-98737AFF64D1" lID="11D5A7BE-5855-19DA-BA57-B47F710C2F24" rID="F8C65DFE-5C44-BC84-6970-98737AFF64D1"> </Mg> <Mg id="40054F6A-0928ADDC6A0DBD44F2DC-CA9A4DF11269" lID="40054F6A-EBF8-322B-40A5-0928ADDC6A0D" lT="2" rID="BD44F2DC-D64B-566F-577C-CA9A4DF11269" rT="7"> </Mg> <Mg id="4C0931A4-F8241EAEFDBB2F94F4E4-65CEEBA549AF" lID="4C0931A4-18CE-98FE-F8F0-F8241EAEFDBB" rID="2F94F4E4-2F84-6A04-4E49-65CEEBA549AF"> </Mg> <Mg id="62E2671D-CB65EA2F26EB4F2E8748-138B0D0D82FC" lID="62E2671D-73D5-D7AD-C442-CB65EA2F26EB" rID="4F2E8748-1989-DBDC-F444-138B0D0D82FC"> </Mg> <Mg id="8BED863E-7EB3A0032A88854A64EA-71423BDC4E26" lID="8BED863E-0D8E-EBEF-4C55-7EB3A0032A88" rID="854A64EA-B557-01FD-26CC-71423BDC4E26"> </Mg> <Mg id="A1A8A36D-4FCB3A9C14FF9D78A6A3-B63E61D9529E" lID="A1A8A36D-692A-BA2A-3ABE-4FCB3A9C14FF" rID="9D78A6A3-C232-F9BB-8118-B63E61D9529E"> </Mg> <Mg id="CC420EFB-7B0D500BBB4E0C247935-15D029E15AEF" lID="CC420EFB-0CAF-C2CF-CEDE-7B0D500BBB4E" rID="0C247935-16BB-722C-B895-15D029E15AEF"> </Mg> <Mg id="F570C700-4A10944330392EDDF583-5E9EED6CB6CF" lID="F570C700-5DF3-AA2F-A07D-4A1094433039" rID="2EDDF583-1149-E977-D16B-5E9EED6CB6CF"> </Mg> </containedMappings> </CM> <CM id="79EA21F4-E3C0EE31DB96DBB26A22-D70269BE1E88" lID="79EA21F4-454B-569D-8774-E3C0EE31DB96" lT="0" rID="DBB26A22-29A8-FFAA-2550-D70269BE1E88" rT="4"> <containedMappings itemClass="oracle.dbtools.crest.model.xtdmapping.RelMapping"> <Mg id="09D74597-597F2804A462AEEDC6C9-A2F1BCB013A0" lID="09D74597-FF09-0561-0EAF-597F2804A462" rID="AEEDC6C9-AA68-D84C-C532-A2F1BCB013A0"> </Mg> <Mg id="27D3A32F-AFBF14BE5171C99FA936-865C82B3B695" lID="27D3A32F-14A4-4CBD-AA69-AFBF14BE5171" rID="C99FA936-7799-AA31-8E57-865C82B3B695"> </Mg> <Mg id="70BB2110-4B23A86CD6AB6B799AB7-530DCEA01CFF" lID="70BB2110-246D-74EE-87D2-4B23A86CD6AB" rID="6B799AB7-4EF0-C34E-1010-530DCEA01CFF"> </Mg> <Mg id="B4DBF1AC-6EAEE61298787661D51B-C1843AEE1346" lID="B4DBF1AC-67EB-4CEA-4A36-6EAEE6129878" rID="7661D51B-3346-2D08-4029-C1843AEE1346"> </Mg> <Mg id="D8CCFC34-040207FE4448B7545DF8-38F4DE4DFC77" lID="D8CCFC34-E700-F14D-AF02-040207FE4448" rID="B7545DF8-DF6C-28B3-F071-38F4DE4DFC77"> </Mg> <Mg id="E2CFE5C1-B3505C02769520E67443-F08F318DA99F" lID="E2CFE5C1-12BE-36F8-F9DE-B3505C027695" rID="20E67443-4EBD-FCCD-A23B-F08F318DA99F"> </Mg> <Mg id="E33F2095-E18F113856812E11420E-F68F8AE9A8F2" lID="E33F2095-F2BE-1C47-95AF-E18F11385681" rID="2E11420E-E307-9D71-FC34-F68F8AE9A8F2"> </Mg> <Mg id="E5D0B7D7-B7D9BD00BDC9627F9BA9-E69E2AE1258E" lID="E5D0B7D7-3C33-3DDB-0B17-B7D9BD00BDC9" lT="2" rID="627F9BA9-5B17-DA5C-D356-E69E2AE1258E" rT="7"> </Mg> <Mg id="EB84B52F-D0B5D2ED8EEA5A0B6EA8-75F13B2CF47B" lID="EB84B52F-BA64-79DA-4CEC-D0B5D2ED8EEA" rID="5A0B6EA8-EA84-E5A4-C1C9-75F13B2CF47B"> </Mg> <Mg id="F609972C-645FF88FD1C41D48632E-45F38122437D" lID="F609972C-DC6E-4B03-5A85-645FF88FD1C4" rID="1D48632E-B516-4CE7-CD96-45F38122437D"> </Mg> </containedMappings> </CM> <CM id="96AF6762-40914974AE2DC373E8C3-29AC8E1A4605" lID="96AF6762-77BF-35DE-D73A-40914974AE2D" lT="0" rID="C373E8C3-BABD-3F03-60C9-29AC8E1A4605" rT="4"> <containedMappings itemClass="oracle.dbtools.crest.model.xtdmapping.RelMapping"> <Mg id="03C6CF1D-40633F56337E8A320AF5-BC0D9A7849E3" lID="03C6CF1D-AF98-C786-F4DA-40633F56337E" rID="8A320AF5-2804-CD16-837C-BC0D9A7849E3"> </Mg> <Mg id="2FF5D638-AB54796D342C47B2AE87-4F76126E131D" lID="2FF5D638-4B48-77B1-2176-AB54796D342C" rID="47B2AE87-21FC-F218-E76E-4F76126E131D"> </Mg> <Mg id="4AE27ACF-81F84F10C183E729C6E7-9E6DBFE31AD4" lID="4AE27ACF-D26D-4ECE-C5A5-81F84F10C183" rID="E729C6E7-889C-4C9A-4C6D-9E6DBFE31AD4"> </Mg> <Mg id="5BC5B36D-5AB6C11A09754FCAD62B-B3DDD4272143" lID="5BC5B36D-1AF8-4457-B540-5AB6C11A0975" rID="4FCAD62B-0C04-5A4E-DE87-B3DDD4272143"> </Mg> <Mg id="7A0F0668-984E1CF7DA86D4B17CF2-3656B41CC50F" lID="7A0F0668-B0A1-74F1-C96E-984E1CF7DA86" lT="2" rID="D4B17CF2-730A-8C5F-B48C-3656B41CC50F" rT="7"> </Mg> <Mg id="929A9498-86588BF0D85012CC1547-79663FBF577D" lID="929A9498-93E2-B68F-CC25-86588BF0D850" rID="12CC1547-D2E5-490D-142D-79663FBF577D"> </Mg> <Mg id="B7A52F10-E20FD854EC79927F9419-3D60D8A3ED55" lID="B7A52F10-D7EB-4277-3F16-E20FD854EC79" rID="927F9419-AEF7-FF52-4F36-3D60D8A3ED55"> </Mg> <Mg id="C60591AD-6240C6F29CE3DF0972E3-96698B769777" lID="C60591AD-4B52-104D-6F5F-6240C6F29CE3" rID="DF0972E3-A8C0-F891-CC15-96698B769777"> </Mg> </containedMappings> </CM> <CM id="AB92A21E-A5E396824A3F17823017-C85A5DDD63FF" lID="AB92A21E-BEB4-C5E7-391E-A5E396824A3F" lT="0" rID="17823017-C630-199E-017F-C85A5DDD63FF" rT="4"> <containedMappings itemClass="oracle.dbtools.crest.model.xtdmapping.RelMapping"> <Mg id="29105DEA-122DE9FD34DF50AD5554-656C8D6AB86C" lID="29105DEA-03E0-9022-A468-122DE9FD34DF" rID="50AD5554-FBE9-DEC4-6FC9-656C8D6AB86C"> </Mg> <Mg id="3B7A1EC1-118EF3AAE181F1D84D23-EB0971293917" lID="3B7A1EC1-EFC7-6F96-800F-118EF3AAE181" rID="F1D84D23-18C5-BAA5-0DCE-EB0971293917"> </Mg> <Mg id="476F5BB5-D3246DAEE8E9E8F237A7-E89890522CBC" lID="476F5BB5-F44E-F66C-13EA-D3246DAEE8E9" lT="2" rID="E8F237A7-8F3F-6986-0741-E89890522CBC" rT="7"> </Mg> <Mg id="C3D70F58-31DA036387469A1C8DCB-7DBF1005A33B" lID="C3D70F58-4022-9306-B069-31DA03638746" rID="9A1C8DCB-77F4-534C-D143-7DBF1005A33B"> </Mg> </containedMappings> </CM> <CM id="B9307490-3844F01F2311FB83B13D-22395581C740" lID="B9307490-F307-8558-144A-3844F01F2311" lT="0" rID="FB83B13D-3A74-7C2A-00D4-22395581C740" rT="4"> <containedMappings itemClass="oracle.dbtools.crest.model.xtdmapping.RelMapping"> <Mg id="0A20A81E-72515F768AEBA5BAE967-3CF069D96322" lID="0A20A81E-2E8D-01E2-26EF-72515F768AEB" rID="A5BAE967-31BD-617E-0FF7-3CF069D96322"> </Mg> <Mg id="1F9A0C39-1ADCCF2AA94AFA579AC1-1A6D18B9A32F" lID="1F9A0C39-DFB3-7E50-3D00-1ADCCF2AA94A" rID="FA579AC1-5ECE-361D-C813-1A6D18B9A32F"> </Mg> <Mg id="6C7744C5-4D4C13854C4B0CCD6ACC-D733C5F08633" lID="6C7744C5-4FB5-D57B-1FFC-4D4C13854C4B" lT="2" rID="0CCD6ACC-2E62-448C-9548-D733C5F08633" rT="7"> </Mg> <Mg id="89EF694F-8BEE8D4B67BE1DC491C5-986482537395" lID="89EF694F-D4ED-EF16-A66B-8BEE8D4B67BE" rID="1DC491C5-D1D4-408D-6974-986482537395"> </Mg> <Mg id="B1E792B7-F216DE4F56F9021E4644-DA5F8413FBCD" lID="B1E792B7-3A42-59AB-C4C9-F216DE4F56F9" rID="021E4644-FE2B-1404-BD2F-DA5F8413FBCD"> </Mg> </containedMappings> </CM> <CM id="0922AF86-F222EEC636211CFA7992-6C8A25E223C2" lID="0922AF86-32B6-6496-AC9C-F222EEC63621" lT="3" rID="1CFA7992-2DDE-1D9C-BD69-6C8A25E223C2" rT="8" rSEnt="79EA21F4-454B-569D-8774-E3C0EE31DB96" rTEnt="78DA5D96-2CDD-5F0A-F424-85E050E86C18"> </CM> <CM id="0922AF86-F222EEC63621704B284B-862F337CB9D7" lID="0922AF86-32B6-6496-AC9C-F222EEC63621" lT="3" rID="704B284B-396F-7D19-1E66-862F337CB9D7" rT="8" rSEnt="79EA21F4-454B-569D-8774-E3C0EE31DB96" rTEnt="78DA5D96-2CDD-5F0A-F424-85E050E86C18"> </CM> <CM id="59D6B011-F285AB7DF10ED231E83C-4FE0C3CC69E6" lID="59D6B011-EC6F-577D-1A9A-F285AB7DF10E" lT="3" rID="D231E83C-7B7A-60EE-E0EF-4FE0C3CC69E6" rT="8" rSEnt="AB92A21E-BEB4-C5E7-391E-A5E396824A3F" rTEnt="79EA21F4-454B-569D-8774-E3C0EE31DB96"> </CM> <CM id="6E727A13-3E4351730ABDF11F8FD7-44785C3A78BD" lID="6E727A13-C10F-6B2A-37EE-3E4351730ABD" lT="3" rID="F11F8FD7-9EAF-318C-33DA-44785C3A78BD" rT="8" rSEnt="B9307490-F307-8558-144A-3844F01F2311" rTEnt="6629AEF3-F297-27B9-1618-C74E412B01B1"> </CM> <CM id="D77D9538-7CA5ED024B016DABCC1D-839B457C5B06" lID="D77D9538-B8B6-139F-6C22-7CA5ED024B01" lT="3" rID="6DABCC1D-B997-43DD-A263-839B457C5B06" rT="8" rSEnt="B9307490-F307-8558-144A-3844F01F2311" rTEnt="96AF6762-77BF-35DE-D73A-40914974AE2D"> </CM> <CM id="FF407FF2-93FC3144EABEAECC5508-8903CF2FC7CA" lID="FF407FF2-18F4-F0BD-E8EA-93FC3144EABE" lT="3" rID="AECC5508-D27C-6257-5B2F-8903CF2FC7CA" rT="8" rSEnt="79EA21F4-454B-569D-8774-E3C0EE31DB96" rTEnt="96AF6762-77BF-35DE-D73A-40914974AE2D"> </CM> </mappings> </RMExtendedMap>
76.043796
242
0.793338
bb9573ae039924f01c7b402bb10b142e131b0383
19,957
xml
XML
.idea/workspace.xml
ShujianDou/anime-dl
711cedc942ba391b633de9afcb635c79afa4f3dc
[ "BSD-3-Clause" ]
null
null
null
.idea/workspace.xml
ShujianDou/anime-dl
711cedc942ba391b633de9afcb635c79afa4f3dc
[ "BSD-3-Clause" ]
null
null
null
.idea/workspace.xml
ShujianDou/anime-dl
711cedc942ba391b633de9afcb635c79afa4f3dc
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="b9266b6e-9260-4323-937a-ffd17dbc2e65" name="Changes" comment=""> <change beforePath="$PROJECT_DIR$/../.github/workflows/codeql-analysis.yml" beforeDir="false" afterPath="$PROJECT_DIR$/../.github/workflows/codeql-analysis.yml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/../.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/../.gitignore" afterDir="false" /> <change beforePath="$PROJECT_DIR$/../CODE_OF_CONDUCT.md" beforeDir="false" afterPath="$PROJECT_DIR$/../CODE_OF_CONDUCT.md" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/ADLCore.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/ADLCore.csproj" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Alert/ADLUpdates.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Alert/ADLUpdates.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Epub/DocTitle.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Epub/DocTitle.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Epub/Epub.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Epub/Epub.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Epub/EpubEnums.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Epub/EpubEnums.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Epub/Image.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Epub/Image.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Epub/Item.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Epub/Item.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Epub/Manifest.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Epub/Manifest.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Epub/Meta.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Epub/Meta.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Epub/NCX.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Epub/NCX.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Epub/Nav.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Epub/Nav.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Epub/OPFMetaData.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Epub/OPFMetaData.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Epub/OPFPackage.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Epub/OPFPackage.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Epub/Page.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Epub/Page.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Epub/Spine.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Epub/Spine.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Epub/TOCHeader.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Epub/TOCHeader.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Epub/TiNode.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Epub/TiNode.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Epub/Volume.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Epub/Volume.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Ext/ActionExt.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Ext/ActionExt.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Ext/ArchiveManager.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Ext/ArchiveManager.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Ext/ArrayE.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Ext/ArrayE.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Ext/BoolE.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Ext/BoolE.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Ext/EpubE.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Ext/EpubE.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Ext/ExtendedClasses/AWebClient.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Ext/ExtendedClasses/AWebClient.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Ext/Integer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Ext/Integer.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Ext/Strings.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Ext/Strings.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Ext/ZipE.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Ext/ZipE.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Ext/mshtml.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Ext/mshtml.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Integrations/MyAnimeList.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Integrations/MyAnimeList.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Interfaces/IAppBase.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Interfaces/IAppBase.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Interfaces/Integration.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Interfaces/Integration.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Interfaces/Main.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Interfaces/Main.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Manga/Downloaders/MangaKakalot.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Manga/Downloaders/MangaKakalot.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Manga/MangaBase.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Manga/MangaBase.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Manga/Models/Manga.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Manga/Models/Manga.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Manga/Models/MangaChapter.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Manga/Models/MangaChapter.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Novels/DownloaderBase.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Novels/DownloaderBase.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Novels/Downloaders/AsianHobbyist.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Novels/Downloaders/AsianHobbyist.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Novels/Downloaders/NovelHall.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Novels/Downloaders/NovelHall.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Novels/Downloaders/VolareNovels.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Novels/Downloaders/VolareNovels.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Novels/Downloaders/cNovelFull.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Novels/Downloaders/cNovelFull.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Novels/Downloaders/cScribbleHub.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Novels/Downloaders/cScribbleHub.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Novels/Downloaders/cWuxiaWorld.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Novels/Downloaders/cWuxiaWorld.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Novels/Downloaders/dWuxiaWorld.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Novels/Downloaders/dWuxiaWorld.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Novels/Models/Book.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Novels/Models/Book.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Novels/Models/Chapter.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Novels/Models/Chapter.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Novels/Models/MetaData.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Novels/Models/MetaData.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/SiteFolder/SiteGenerics.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/SiteFolder/SiteGenerics.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Sites.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Sites.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Video/Constructs/ArgumentObject.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Video/Constructs/ArgumentObject.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Video/Constructs/JsonAppMain.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Video/Constructs/JsonAppMain.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Video/Constructs/M3U.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Video/Constructs/M3U.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Video/Constructs/VideoStream.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Video/Constructs/VideoStream.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Video/Extractors/ExtractorBase.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Video/Extractors/ExtractorBase.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Video/Extractors/GoGoStream.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Video/Extractors/GoGoStream.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Video/Extractors/HAnime.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Video/Extractors/HAnime.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Video/Extractors/TwistMoe.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Video/Extractors/TwistMoe.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Video/RegexExpressions.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Video/RegexExpressions.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLCore/Video/VideoBase.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLCore/Video/VideoBase.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLReader/ADLReader.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/ADLReader/ADLReader.csproj" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLReader/Reader.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLReader/Reader.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLTrack/ADLTrack.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/ADLTrack/ADLTrack.csproj" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLTrack/Objects/StartupParameters.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLTrack/Objects/StartupParameters.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLTrack/Properties/launchSettings.json" beforeDir="false" afterPath="$PROJECT_DIR$/ADLTrack/Properties/launchSettings.json" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLTrack/main.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLTrack/main.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLTrack/startupRoutine.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLTrack/startupRoutine.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ADLTrack/trackingRoutine.cs" beforeDir="false" afterPath="$PROJECT_DIR$/ADLTrack/trackingRoutine.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl.sln" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl.sln" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl/Program.cs" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl/Program.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl/Properties/launchSettings.json" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl/Properties/launchSettings.json" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl/anime-dl.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl/anime-dl.csproj" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl/cTasks.cs" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl/cTasks.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/Assets/AboutAssets.txt" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/MainActivity.cs" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/Properties/AssemblyInfo.cs" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl_Android/Properties/AssemblyInfo.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/Resources/AboutResources.txt" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl_Android/Resources/AboutResources.txt" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/Resources/Resource.designer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl_Android/Resources/Resource.designer.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/Resources/layout/activity_main.xml" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl_Android/Resources/layout/activity_main.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/Resources/layout/content_main.xml" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl_Android/Resources/layout/content_main.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/Resources/menu/menu_main.xml" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl_Android/Resources/menu/menu_main.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/Resources/mipmap-anydpi-v26/ic_launcher.xml" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl_Android/Resources/mipmap-anydpi-v26/ic_launcher.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/Resources/mipmap-anydpi-v26/ic_launcher_round.xml" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl_Android/Resources/mipmap-anydpi-v26/ic_launcher_round.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/Resources/values/colors.xml" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl_Android/Resources/values/colors.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/Resources/values/dimens.xml" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl_Android/Resources/values/dimens.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/Resources/values/ic_launcher_background.xml" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl_Android/Resources/values/ic_launcher_background.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/Resources/values/strings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl_Android/Resources/values/strings.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/Resources/values/styles.xml" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl_Android/Resources/values/styles.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/Resources/values/values.xml" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl_Android/Resources/values/values.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/Setting.cs" beforeDir="false" afterPath="$PROJECT_DIR$/anime-dl_Android/Setting.cs" afterDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/anime-dl_Android.csproj" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/anime-dl_Android/arrWrapper.cs" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/../JS/README.md" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/../JS/commands.js" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/../JS/index.js" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/../JS/package-lock.json" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/../JS/package.json" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/../JS/sites/animeflv/index.js" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/../JS/sites/hanime/index.js" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/../JS/sites/vidstreaming/index.js" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/../JS/sites/ztest/index.js" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/../JS/utils/asyncForEach.js" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/../JS/utils/m3u.js" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/../JS/utils/sources.js" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/../JS/utils/video.js" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/../LICENSE" beforeDir="false" afterPath="$PROJECT_DIR$/../LICENSE" afterDir="false" /> <change beforePath="$PROJECT_DIR$/../README.md" beforeDir="false" afterPath="$PROJECT_DIR$/../README.md" afterDir="false" /> <change beforePath="$PROJECT_DIR$/../SECURITY.md" beforeDir="false" afterPath="$PROJECT_DIR$/../SECURITY.md" afterDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component> <component name="Git.Settings"> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." /> </component> <component name="ProjectId" id="1zSq2hx3aZENL6Ncy14D84kPR2F" /> <component name="ProjectLevelVcsManager" settingsEditedManually="true" /> <component name="ProjectViewState"> <option name="hideEmptyMiddlePackages" value="true" /> <option name="showLibraryContents" value="true" /> </component> <component name="PropertiesComponent"> <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" /> <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> <property name="WebServerToolWindowFactoryState" value="false" /> <property name="last_opened_file_path" value="$PROJECT_DIR$/ADLCore/ADLCore.csproj" /> <property name="project.structure.last.edited" value="Project" /> <property name="project.structure.proportion" value="0.0" /> <property name="project.structure.side.proportion" value="0.2" /> </component> <component name="RunManager"> <configuration default="true" type="JetRunConfigurationType"> <module name="CS" /> <method v="2"> <option name="Make" enabled="true" /> </method> </configuration> <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType"> <module name="CS" /> <option name="filePath" /> <method v="2"> <option name="Make" enabled="true" /> </method> </configuration> </component> <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> <component name="TaskManager"> <task active="true" id="Default" summary="Default task"> <changelist id="b9266b6e-9260-4323-937a-ffd17dbc2e65" name="Changes" comment="" /> <created>1634151631851</created> <option name="number" value="Default" /> <option name="presentableId" value="Default" /> <updated>1634151631851</updated> <workItem from="1634151633052" duration="157000" /> <workItem from="1634151835427" duration="136000" /> </task> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> <option name="version" value="3" /> </component> </project>
117.394118
238
0.746806
0131546bb294aa30e6dab3f6b793255b3c3b9ed4
4,339
xml
XML
app/src/main/res/layout/item_recyclerview_searchlist.xml
kaixinjiuxiao/YunJu
4e88b29fffa0388350cfdb24b0229866d6f41658
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/item_recyclerview_searchlist.xml
kaixinjiuxiao/YunJu
4e88b29fffa0388350cfdb24b0229866d6f41658
[ "Apache-2.0" ]
null
null
null
app/src/main/res/layout/item_recyclerview_searchlist.xml
kaixinjiuxiao/YunJu
4e88b29fffa0388350cfdb24b0229866d6f41658
[ "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="wrap_content" android:background="@color/white" android:orientation="vertical"> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content"> <ImageView android:id="@+id/item_recycleview_searchlist_picture" android:layout_width="match_parent" android:layout_height="240dp" android:scaleType="centerCrop" android:src="@drawable/pic_main" /> <TextView android:id="@+id/item_recycleview_searchlist_price" style="@style/text_white_style" android:layout_alignBottom="@id/item_recycleview_searchlist_picture" android:layout_marginLeft="16dp" android:layout_marginBottom="6dp" android:text="200" android:textSize="20sp" /> </RelativeLayout> <CheckBox android:id="@+id/item_recycleview_searchlist_collectCbx" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="right" android:layout_marginRight="16dp" android:layout_marginTop="-24dp" android:button="@drawable/icon_collect_selector" android:visibility="invisible" /> <TextView android:id="@+id/item_recycleview_searchlist_title" style="@style/text_black_style" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:layout_marginTop="-16dp" android:ellipsize="end" android:maxLines="1" android:textSize="@dimen/textsize_title" /> <TextView android:id="@+id/item_recycleview_searchlist_describle" style="@style/text_gray_style" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:layout_marginTop="6dp" android:layout_marginBottom="10dp" android:ellipsize="end" android:maxLines="1" android:textSize="@dimen/textsize_content" /> <HorizontalScrollView android:layout_width="match_parent" android:layout_height="wrap_content" android:scrollbars="none" android:visibility="gone" > <LinearLayout android:layout_width="match_parent" android:layout_height="30dp" android:layout_marginBottom="16dp" android:layout_marginTop="6dp" android:paddingLeft="16dp" android:paddingRight="16dp" android:orientation="horizontal"> <Button android:layout_width="50dp" android:layout_height="24dp" android:background="@drawable/general_button_nomal" android:text="优选" android:textColor="@color/white" /> <Button android:layout_width="80dp" android:layout_height="24dp" android:layout_marginLeft="10dp" android:background="@drawable/bg_button_green_light" android:text="连住优惠" android:textColor="@color/green" /> <Button android:layout_width="wrap_content" android:layout_height="24dp" android:layout_marginLeft="10dp" android:background="@drawable/bg_button_blue_light" android:text="闪订" android:textColor="@color/colorPrimary" /> <Button android:layout_width="wrap_content" android:layout_height="24dp" android:layout_marginLeft="10dp" android:background="@drawable/bg_button_blue_light" android:text="免押金" android:textColor="@color/colorPrimary" /> <Button android:layout_width="wrap_content" android:layout_height="24dp" android:layout_marginLeft="10dp" android:background="@drawable/bg_button_blue_light" android:text="实拍" android:textColor="@color/colorPrimary" /> </LinearLayout> </HorizontalScrollView> </LinearLayout>
36.462185
80
0.612814
c4e45e3d818d8fc85acff1633c569c2d22e5deca
6,602
xml
XML
pom.xml
MultiChain/BitcoinWallet
caf3280a12d0f88441c956c77ea41c24675a340c
[ "Apache-2.0" ]
11
2016-06-24T01:36:39.000Z
2021-11-08T12:52:28.000Z
pom.xml
MultiChain/BitcoinWallet
caf3280a12d0f88441c956c77ea41c24675a340c
[ "Apache-2.0" ]
null
null
null
pom.xml
MultiChain/BitcoinWallet
caf3280a12d0f88441c956c77ea41c24675a340c
[ "Apache-2.0" ]
17
2016-01-27T12:52:04.000Z
2021-05-26T13:59:44.000Z
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.ScripterRon</groupId> <artifactId>BitcoinWallet</artifactId> <version>3.0.1</version> <packaging>jar</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <slf4j.version>1.7.7</slf4j.version> <h2.version>1.4.185</h2.version> <BitcoinCore.version>2.1.1</BitcoinCore.version> </properties> <name>Java Bitcoin Wallet</name> <url>https://github.com/ScripterRon/BitcoinWallet</url> <description>BitcoinWallet is a bitcoin wallet written in Java. It supports receiving and sending coins as well as signing and verifying messages. </description> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <developers> <developer> <id>ScripterRon</id> <name>Ronald Hoffman</name> <email>Ronald.Hoffman6@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com:ScripterRon/BitcoinWallet.git</connection> <developerConnection>scm:git:https://github.com:ScripterRon/BitcoinWallet.git</developerConnection> <url>https://github.com/ScripterRon/BitcoinWallet</url> <tag>HEAD</tag> </scm> <build> <!-- Filter resources --> <resources> <resource> <directory>src/main/resources</directory> <filtering>true</filtering> </resource> </resources> <plugins> <!-- Ensure compilation is done for the desired Java version --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>${maven.compiler.source}</source> <target>${maven.compiler.target}</target> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings> </configuration> </plugin> <!-- Make the jar file executable --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.4</version> <configuration> <archive> <manifest> <mainClass>org.ScripterRon.BitcoinWallet.Main</mainClass> <addClasspath>true</addClasspath> <classpathPrefix>lib/</classpathPrefix> </manifest> </archive> </configuration> </plugin> <!-- Copy dependencies --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.8</version> <executions> <execution> <id>copy-dependencies</id> <phase>package</phase> <goals> <goal>copy-dependencies</goal> </goals> <configuration> <outputDirectory>${project.build.directory}/lib</outputDirectory> <overWriteReleases>false</overWriteReleases> <overWriteSnapshots>false</overWriteSnapshots> <overWriteIfNewer>true</overWriteIfNewer> </configuration> </execution> </executions> </plugin> <!-- Copy resources --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.6</version> <configuration> <nonFilteredFileExtensions> <nonFilteredFileExtension>dat</nonFilteredFileExtension> </nonFilteredFileExtensions> </configuration> </plugin> <!-- Documentation (turn off Java 8 doclint because generated protobuf code fails) --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <configuration> <additionalparam>-Xdoclint:none</additionalparam> </configuration> </plugin> <!-- Deploy --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.1</version> </plugin> <!-- Source --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${slf4j.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>${slf4j.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>${h2.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>BitcoinCore</artifactId> <version>${BitcoinCore.version}</version> <type>jar</type> </dependency> </dependencies> </project>
41.522013
204
0.533929
b113049dbb2e2540e8a6c445cd19571fd8efa7b7
27,507
xml
XML
xml/Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models/PostalAddress.xml
gsej/azure-docs-sdk-dotnet
7966b3ba2b179839d799999144209f35422008b2
[ "CC-BY-4.0", "MIT" ]
null
null
null
xml/Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models/PostalAddress.xml
gsej/azure-docs-sdk-dotnet
7966b3ba2b179839d799999144209f35422008b2
[ "CC-BY-4.0", "MIT" ]
null
null
null
xml/Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models/PostalAddress.xml
gsej/azure-docs-sdk-dotnet
7966b3ba2b179839d799999144209f35422008b2
[ "CC-BY-4.0", "MIT" ]
null
null
null
<Type Name="PostalAddress" FullName="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress"> <TypeSignature Language="C#" Value="public class PostalAddress : Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.StructuredValue" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PostalAddress extends Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.StructuredValue" /> <TypeSignature Language="DocId" Value="T:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress" /> <TypeSignature Language="VB.NET" Value="Public Class PostalAddress&#xA;Inherits StructuredValue" /> <TypeSignature Language="F#" Value="type PostalAddress = class&#xA; inherit StructuredValue" /> <AssemblyInfo> <AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.StructuredValue</BaseTypeName> </Base> <Interfaces /> <Docs> <summary> Defines a postal address. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public PostalAddress ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.#ctor" /> <MemberSignature Language="VB.NET" Value="Public Sub New ()" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Parameters /> <Docs> <summary> Initializes a new instance of the PostalAddress class. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public PostalAddress (string id = null, System.Collections.Generic.IList&lt;Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ContractualRulesContractualRule&gt; contractualRules = null, string webSearchUrl = null, string name = null, string url = null, Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ImageObject image = null, string description = null, Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.EntitiesEntityPresentationInfo entityPresentationInfo = null, string bingId = null, string streetAddress = null, string addressLocality = null, string addressSubregion = null, string addressRegion = null, string postalCode = null, string postOfficeBoxNumber = null, string addressCountry = null, string countryIso = null, string neighborhood = null, string addressRegionAbbreviation = null, string text = null);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string id, class System.Collections.Generic.IList`1&lt;class Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ContractualRulesContractualRule&gt; contractualRules, string webSearchUrl, string name, string url, class Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ImageObject image, string description, class Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.EntitiesEntityPresentationInfo entityPresentationInfo, string bingId, string streetAddress, string addressLocality, string addressSubregion, string addressRegion, string postalCode, string postOfficeBoxNumber, string addressCountry, string countryIso, string neighborhood, string addressRegionAbbreviation, string text) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ContractualRulesContractualRule},System.String,System.String,System.String,Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ImageObject,System.String,Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.EntitiesEntityPresentationInfo,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="Public Sub New (Optional id As String = null, Optional contractualRules As IList(Of ContractualRulesContractualRule) = null, Optional webSearchUrl As String = null, Optional name As String = null, Optional url As String = null, Optional image As ImageObject = null, Optional description As String = null, Optional entityPresentationInfo As EntitiesEntityPresentationInfo = null, Optional bingId As String = null, Optional streetAddress As String = null, Optional addressLocality As String = null, Optional addressSubregion As String = null, Optional addressRegion As String = null, Optional postalCode As String = null, Optional postOfficeBoxNumber As String = null, Optional addressCountry As String = null, Optional countryIso As String = null, Optional neighborhood As String = null, Optional addressRegionAbbreviation As String = null, Optional text As String = null)" /> <MemberSignature Language="F#" Value="new Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress : string * System.Collections.Generic.IList&lt;Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ContractualRulesContractualRule&gt; * string * string * string * Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ImageObject * string * Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.EntitiesEntityPresentationInfo * string * string * string * string * string * string * string * string * string * string * string * string -&gt; Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress" Usage="new Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress (id, contractualRules, webSearchUrl, name, url, image, description, entityPresentationInfo, bingId, streetAddress, addressLocality, addressSubregion, addressRegion, postalCode, postOfficeBoxNumber, addressCountry, countryIso, neighborhood, addressRegionAbbreviation, text)" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Parameters> <Parameter Name="id" Type="System.String" /> <Parameter Name="contractualRules" Type="System.Collections.Generic.IList&lt;Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ContractualRulesContractualRule&gt;" /> <Parameter Name="webSearchUrl" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="url" Type="System.String" /> <Parameter Name="image" Type="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ImageObject" /> <Parameter Name="description" Type="System.String" /> <Parameter Name="entityPresentationInfo" Type="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.EntitiesEntityPresentationInfo" /> <Parameter Name="bingId" Type="System.String" /> <Parameter Name="streetAddress" Type="System.String" /> <Parameter Name="addressLocality" Type="System.String" /> <Parameter Name="addressSubregion" Type="System.String" /> <Parameter Name="addressRegion" Type="System.String" /> <Parameter Name="postalCode" Type="System.String" /> <Parameter Name="postOfficeBoxNumber" Type="System.String" /> <Parameter Name="addressCountry" Type="System.String" /> <Parameter Name="countryIso" Type="System.String" /> <Parameter Name="neighborhood" Type="System.String" /> <Parameter Name="addressRegionAbbreviation" Type="System.String" /> <Parameter Name="text" Type="System.String" /> </Parameters> <Docs> <param name="id">A String identifier.</param> <param name="contractualRules">A list of rules that you must adhere to if you display the item.</param> <param name="webSearchUrl">The URL To Bing's search result for this item.</param> <param name="name">The name of the thing represented by this object.</param> <param name="url">The URL to get more information about the thing represented by this object.</param> <param name="image">To be added.</param> <param name="description">A short description of the item.</param> <param name="entityPresentationInfo">Additional information about the entity such as hints that you can use to determine the entity's type. To determine the entity's type, use the entityScenario and entityTypeHint fields.</param> <param name="bingId">An ID that uniquely identifies this item.</param> <param name="streetAddress">To be added.</param> <param name="addressLocality">The city where the street address is located. For example, Seattle.</param> <param name="addressSubregion">To be added.</param> <param name="addressRegion">The state or province code where the street address is located. This could be the two-letter code. For example, WA, or the full name , Washington.</param> <param name="postalCode">The zip code or postal code where the street address is located. For example, 98052.</param> <param name="postOfficeBoxNumber">To be added.</param> <param name="addressCountry">The country/region where the street address is located. This could be the two-letter ISO code. For example, US, or the full name, United States.</param> <param name="countryIso">The two letter ISO code of this countr. For example, US.</param> <param name="neighborhood">The neighborhood where the street address is located. For example, Westlake.</param> <param name="addressRegionAbbreviation">Region Abbreviation. For example, WA.</param> <param name="text">The complete address. For example, 2100 Westlake Ave N, Bellevue, WA 98052.</param> <summary> Initializes a new instance of the PostalAddress class. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="AddressCountry"> <MemberSignature Language="C#" Value="public string AddressCountry { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string AddressCountry" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.AddressCountry" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property AddressCountry As String" /> <MemberSignature Language="F#" Value="member this.AddressCountry : string" Usage="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.AddressCountry" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute FrameworkAlternate="azure-dotnet"> <AttributeName>Newtonsoft.Json.JsonProperty(PropertyName="addressCountry")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets the country/region where the street address is located. This could be the two-letter ISO code. For example, US, or the full name, United States. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="AddressLocality"> <MemberSignature Language="C#" Value="public string AddressLocality { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string AddressLocality" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.AddressLocality" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property AddressLocality As String" /> <MemberSignature Language="F#" Value="member this.AddressLocality : string" Usage="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.AddressLocality" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute FrameworkAlternate="azure-dotnet"> <AttributeName>Newtonsoft.Json.JsonProperty(PropertyName="addressLocality")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets the city where the street address is located. For example, Seattle. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="AddressRegion"> <MemberSignature Language="C#" Value="public string AddressRegion { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string AddressRegion" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.AddressRegion" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property AddressRegion As String" /> <MemberSignature Language="F#" Value="member this.AddressRegion : string" Usage="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.AddressRegion" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute FrameworkAlternate="azure-dotnet"> <AttributeName>Newtonsoft.Json.JsonProperty(PropertyName="addressRegion")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets the state or province code where the street address is located. This could be the two-letter code. For example, WA, or the full name , Washington. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="AddressRegionAbbreviation"> <MemberSignature Language="C#" Value="public string AddressRegionAbbreviation { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string AddressRegionAbbreviation" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.AddressRegionAbbreviation" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property AddressRegionAbbreviation As String" /> <MemberSignature Language="F#" Value="member this.AddressRegionAbbreviation : string" Usage="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.AddressRegionAbbreviation" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute FrameworkAlternate="azure-dotnet"> <AttributeName>Newtonsoft.Json.JsonProperty(PropertyName="addressRegionAbbreviation")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets region Abbreviation. For example, WA. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="AddressSubregion"> <MemberSignature Language="C#" Value="public string AddressSubregion { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string AddressSubregion" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.AddressSubregion" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property AddressSubregion As String" /> <MemberSignature Language="F#" Value="member this.AddressSubregion : string" Usage="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.AddressSubregion" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute FrameworkAlternate="azure-dotnet"> <AttributeName>Newtonsoft.Json.JsonProperty(PropertyName="addressSubregion")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary /> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CountryIso"> <MemberSignature Language="C#" Value="public string CountryIso { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string CountryIso" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.CountryIso" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property CountryIso As String" /> <MemberSignature Language="F#" Value="member this.CountryIso : string" Usage="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.CountryIso" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute FrameworkAlternate="azure-dotnet"> <AttributeName>Newtonsoft.Json.JsonProperty(PropertyName="countryIso")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets the two letter ISO code of this countr. For example, US. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Neighborhood"> <MemberSignature Language="C#" Value="public string Neighborhood { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string Neighborhood" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.Neighborhood" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property Neighborhood As String" /> <MemberSignature Language="F#" Value="member this.Neighborhood : string" Usage="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.Neighborhood" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute FrameworkAlternate="azure-dotnet"> <AttributeName>Newtonsoft.Json.JsonProperty(PropertyName="neighborhood")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets the neighborhood where the street address is located. For example, Westlake. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="PostalCode"> <MemberSignature Language="C#" Value="public string PostalCode { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string PostalCode" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.PostalCode" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property PostalCode As String" /> <MemberSignature Language="F#" Value="member this.PostalCode : string" Usage="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.PostalCode" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute FrameworkAlternate="azure-dotnet"> <AttributeName>Newtonsoft.Json.JsonProperty(PropertyName="postalCode")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets the zip code or postal code where the street address is located. For example, 98052. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="PostOfficeBoxNumber"> <MemberSignature Language="C#" Value="public string PostOfficeBoxNumber { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string PostOfficeBoxNumber" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.PostOfficeBoxNumber" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property PostOfficeBoxNumber As String" /> <MemberSignature Language="F#" Value="member this.PostOfficeBoxNumber : string" Usage="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.PostOfficeBoxNumber" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute FrameworkAlternate="azure-dotnet"> <AttributeName>Newtonsoft.Json.JsonProperty(PropertyName="postOfficeBoxNumber")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary /> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StreetAddress"> <MemberSignature Language="C#" Value="public string StreetAddress { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string StreetAddress" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.StreetAddress" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property StreetAddress As String" /> <MemberSignature Language="F#" Value="member this.StreetAddress : string" Usage="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.StreetAddress" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute FrameworkAlternate="azure-dotnet"> <AttributeName>Newtonsoft.Json.JsonProperty(PropertyName="streetAddress")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary /> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Text"> <MemberSignature Language="C#" Value="public string Text { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string Text" /> <MemberSignature Language="DocId" Value="P:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.Text" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property Text As String" /> <MemberSignature Language="F#" Value="member this.Text : string" Usage="Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.Text" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute FrameworkAlternate="azure-dotnet"> <AttributeName>Newtonsoft.Json.JsonProperty(PropertyName="text")</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary> Gets the complete address. For example, 2100 Westlake Ave N, Bellevue, WA 98052. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Validate"> <MemberSignature Language="C#" Value="public override void Validate ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance void Validate() cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.PostalAddress.Validate" /> <MemberSignature Language="VB.NET" Value="Public Overrides Sub Validate ()" /> <MemberSignature Language="F#" Value="override this.Validate : unit -&gt; unit" Usage="postalAddress.Validate " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.CognitiveServices.Search.EntitySearch</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Validate the object. </summary> <remarks>To be added.</remarks> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </Docs> </Member> </Members> </Type>
62.092551
1,024
0.709129
c7902648ab2467bb67716dcbce424ecff96c7202
18,634
xacro
XML
src/ur_description/urdf/inc/ur_common.xacro
IHadinoto/MTRN4230
af7faead6abf148125242aa35e083f7f8492799c
[ "MIT" ]
9
2020-12-16T11:43:35.000Z
2022-03-04T18:28:35.000Z
src/ur_description/urdf/inc/ur_common.xacro
IHadinoto/MTRN4230
af7faead6abf148125242aa35e083f7f8492799c
[ "MIT" ]
null
null
null
src/ur_description/urdf/inc/ur_common.xacro
IHadinoto/MTRN4230
af7faead6abf148125242aa35e083f7f8492799c
[ "MIT" ]
2
2021-03-12T19:10:56.000Z
2022-02-07T09:35:12.000Z
<?xml version="1.0"?> <robot xmlns:xacro="http://wiki.ros.org/xacro"> <!-- NOTE: the macros defined in this file are NOT part of the public API of this package. Users CANNOT rely on this file being available, or stored in this location. Nor can they rely on the existence of the two macros. Author: Ludovic Delval Contributor: Felix Messmer --> <xacro:macro name="cylinder_inertial" params="radius length mass *origin"> <inertial> <mass value="${mass}" /> <xacro:insert_block name="origin" /> <inertia ixx="${0.0833333 * mass * (3 * radius * radius + length * length)}" ixy="0.0" ixz="0.0" iyy="${0.0833333 * mass * (3 * radius * radius + length * length)}" iyz="0.0" izz="${0.5 * mass * radius * radius}" /> </inertial> </xacro:macro> <!-- NOTE: this macro stores the defined properties in the scope of the caller. However, users MUST NOT rely on these properties, their contents or their names. This macro is NOT part of the public API of the ur_description pkg, and as such should be considered to be for internal use only. --> <xacro:macro name="read_model_data" params="joint_limits_parameters_file kinematics_parameters_file physical_parameters_file visual_parameters_file"> <!-- Read .yaml files from disk, load content into properties --> <xacro:property name="__joint_limit_parameters" value="${load_yaml(joint_limits_parameters_file)}"/> <xacro:property name="__kinematics_parameters" value="${load_yaml(kinematics_parameters_file)}"/> <xacro:property name="__physical_parameters" value="${load_yaml(physical_parameters_file)}"/> <xacro:property name="__visual_parameters" value="${load_yaml(visual_parameters_file)}"/> <!-- Extract subsections from yaml dictionaries --> <xacro:property name="__limits" value="${__joint_limit_parameters['joint_limits']}"/> <xacro:property name="__dh_parameters" value="${__physical_parameters['dh_parameters']}"/> <xacro:property name="__offsets" value="${__physical_parameters['offsets']}"/> <xacro:property name="__inertia_parameters" value="${__physical_parameters['inertia_parameters']}" /> <xacro:property name="__mesh_files" value="${__visual_parameters['mesh_files']}" /> <xacro:property name="__kinematics" value="${__kinematics_parameters['kinematics']}" /> <!-- JOINTS LIMIT PARAMETERS --> <xacro:property name="shoulder_pan_lower_limit" value="${__limits['shoulder_pan']['min_position']}" scope="parent"/> <xacro:property name="shoulder_pan_upper_limit" value="${__limits['shoulder_pan']['max_position']}" scope="parent"/> <xacro:property name="shoulder_pan_velocity_limit" value="${__limits['shoulder_pan']['max_velocity']}" scope="parent"/> <xacro:property name="shoulder_pan_effort_limit" value="${__limits['shoulder_pan']['max_effort']}" scope="parent"/> <xacro:property name="shoulder_lift_lower_limit" value="${__limits['shoulder_lift']['min_position']}" scope="parent"/> <xacro:property name="shoulder_lift_upper_limit" value="${__limits['shoulder_lift']['max_position']}" scope="parent"/> <xacro:property name="shoulder_lift_velocity_limit" value="${__limits['shoulder_lift']['max_velocity']}" scope="parent"/> <xacro:property name="shoulder_lift_effort_limit" value="${__limits['shoulder_lift']['max_effort']}" scope="parent"/> <xacro:property name="elbow_joint_lower_limit" value="${__limits['elbow_joint']['min_position']}" scope="parent"/> <xacro:property name="elbow_joint_upper_limit" value="${__limits['elbow_joint']['max_position']}" scope="parent"/> <xacro:property name="elbow_joint_velocity_limit" value="${__limits['elbow_joint']['max_velocity']}" scope="parent"/> <xacro:property name="elbow_joint_effort_limit" value="${__limits['elbow_joint']['max_effort']}" scope="parent"/> <xacro:property name="wrist_1_lower_limit" value="${__limits['wrist_1']['min_position']}" scope="parent"/> <xacro:property name="wrist_1_upper_limit" value="${__limits['wrist_1']['max_position']}" scope="parent"/> <xacro:property name="wrist_1_velocity_limit" value="${__limits['wrist_1']['max_velocity']}" scope="parent"/> <xacro:property name="wrist_1_effort_limit" value="${__limits['wrist_1']['max_effort']}" scope="parent"/> <xacro:property name="wrist_2_lower_limit" value="${__limits['wrist_2']['min_position']}" scope="parent"/> <xacro:property name="wrist_2_upper_limit" value="${__limits['wrist_2']['max_position']}" scope="parent"/> <xacro:property name="wrist_2_velocity_limit" value="${__limits['wrist_2']['max_velocity']}" scope="parent"/> <xacro:property name="wrist_2_effort_limit" value="${__limits['wrist_2']['max_effort']}" scope="parent"/> <xacro:property name="wrist_3_lower_limit" value="${__limits['wrist_3']['min_position']}" scope="parent"/> <xacro:property name="wrist_3_upper_limit" value="${__limits['wrist_3']['max_position']}" scope="parent"/> <xacro:property name="wrist_3_velocity_limit" value="${__limits['wrist_3']['max_velocity']}" scope="parent"/> <xacro:property name="wrist_3_effort_limit" value="${__limits['wrist_3']['max_effort']}" scope="parent"/> <!-- DH PARAMETERS --> <xacro:property name="d1" value="${__dh_parameters['d1']}" scope="parent"/> <xacro:property name="a2" value="${__dh_parameters['a2']}" scope="parent"/> <xacro:property name="a3" value="${__dh_parameters['a3']}" scope="parent"/> <xacro:property name="d4" value="${__dh_parameters['d4']}" scope="parent"/> <xacro:property name="d5" value="${__dh_parameters['d5']}" scope="parent"/> <xacro:property name="d6" value="${__dh_parameters['d6']}" scope="parent"/> <!-- kinematics --> <xacro:property name="shoulder_x" value="${__kinematics['shoulder']['x']}" scope="parent"/> <xacro:property name="shoulder_y" value="${__kinematics['shoulder']['y']}" scope="parent"/> <xacro:property name="shoulder_z" value="${__kinematics['shoulder']['z']}" scope="parent"/> <xacro:property name="shoulder_roll" value="${__kinematics['shoulder']['roll']}" scope="parent"/> <xacro:property name="shoulder_pitch" value="${__kinematics['shoulder']['pitch']}" scope="parent"/> <xacro:property name="shoulder_yaw" value="${__kinematics['shoulder']['yaw']}" scope="parent"/> <xacro:property name="upper_arm_x" value="${__kinematics['upper_arm']['x']}" scope="parent"/> <xacro:property name="upper_arm_y" value="${__kinematics['upper_arm']['y']}" scope="parent"/> <xacro:property name="upper_arm_z" value="${__kinematics['upper_arm']['z']}" scope="parent"/> <xacro:property name="upper_arm_roll" value="${__kinematics['upper_arm']['roll']}" scope="parent"/> <xacro:property name="upper_arm_pitch" value="${__kinematics['upper_arm']['pitch']}" scope="parent"/> <xacro:property name="upper_arm_yaw" value="${__kinematics['upper_arm']['yaw']}" scope="parent"/> <xacro:property name="forearm_x" value="${__kinematics['forearm']['x']}" scope="parent"/> <xacro:property name="forearm_y" value="${__kinematics['forearm']['y']}" scope="parent"/> <xacro:property name="forearm_z" value="${__kinematics['forearm']['z']}" scope="parent"/> <xacro:property name="forearm_roll" value="${__kinematics['forearm']['roll']}" scope="parent"/> <xacro:property name="forearm_pitch" value="${__kinematics['forearm']['pitch']}" scope="parent"/> <xacro:property name="forearm_yaw" value="${__kinematics['forearm']['yaw']}" scope="parent"/> <xacro:property name="wrist_1_x" value="${__kinematics['wrist_1']['x']}" scope="parent"/> <xacro:property name="wrist_1_y" value="${__kinematics['wrist_1']['y']}" scope="parent"/> <xacro:property name="wrist_1_z" value="${__kinematics['wrist_1']['z']}" scope="parent"/> <xacro:property name="wrist_1_roll" value="${__kinematics['wrist_1']['roll']}" scope="parent"/> <xacro:property name="wrist_1_pitch" value="${__kinematics['wrist_1']['pitch']}" scope="parent"/> <xacro:property name="wrist_1_yaw" value="${__kinematics['wrist_1']['yaw']}" scope="parent"/> <xacro:property name="wrist_2_x" value="${__kinematics['wrist_2']['x']}" scope="parent"/> <xacro:property name="wrist_2_y" value="${__kinematics['wrist_2']['y']}" scope="parent"/> <xacro:property name="wrist_2_z" value="${__kinematics['wrist_2']['z']}" scope="parent"/> <xacro:property name="wrist_2_roll" value="${__kinematics['wrist_2']['roll']}" scope="parent"/> <xacro:property name="wrist_2_pitch" value="${__kinematics['wrist_2']['pitch']}" scope="parent"/> <xacro:property name="wrist_2_yaw" value="${__kinematics['wrist_2']['yaw']}" scope="parent"/> <xacro:property name="wrist_3_x" value="${__kinematics['wrist_3']['x']}" scope="parent"/> <xacro:property name="wrist_3_y" value="${__kinematics['wrist_3']['y']}" scope="parent"/> <xacro:property name="wrist_3_z" value="${__kinematics['wrist_3']['z']}" scope="parent"/> <xacro:property name="wrist_3_roll" value="${__kinematics['wrist_3']['roll']}" scope="parent"/> <xacro:property name="wrist_3_pitch" value="${__kinematics['wrist_3']['pitch']}" scope="parent"/> <xacro:property name="wrist_3_yaw" value="${__kinematics['wrist_3']['yaw']}" scope="parent"/> <!-- OFFSETS --> <xacro:property name="shoulder_offset" value="${__offsets['shoulder_offset']}" scope="parent"/> <xacro:property name="elbow_offset" value="${__offsets['elbow_offset']}" scope="parent"/> <!-- INERTIA PARAMETERS --> <!-- mass --> <xacro:property name="base_mass" value="${__inertia_parameters['base_mass']}" scope="parent"/> <xacro:property name="shoulder_mass" value="${__inertia_parameters['shoulder_mass']}" scope="parent"/> <xacro:property name="upper_arm_mass" value="${__inertia_parameters['upper_arm_mass']}" scope="parent"/> <xacro:property name="upper_arm_inertia_offset" value="${__inertia_parameters['upper_arm_inertia_offset']}" scope="parent"/> <xacro:property name="forearm_mass" value="${__inertia_parameters['forearm_mass']}" scope="parent"/> <xacro:property name="wrist_1_mass" value="${__inertia_parameters['wrist_1_mass']}" scope="parent"/> <xacro:property name="wrist_2_mass" value="${__inertia_parameters['wrist_2_mass']}" scope="parent"/> <xacro:property name="wrist_3_mass" value="${__inertia_parameters['wrist_3_mass']}" scope="parent"/> <!-- link inertia parameter --> <xacro:property name="__intertia_links" value="${__inertia_parameters['links']}" scope="parent"/> <xacro:property name="base_inertia_radius" value="${__intertia_links['base']['radius']}" scope="parent"/> <xacro:property name="base_inertia_length" value="${__intertia_links['base']['length']}" scope="parent"/> <xacro:property name="shoulder_inertia_radius" value="${__intertia_links['shoulder']['radius']}" scope="parent"/> <xacro:property name="shoulder_inertia_length" value="${__intertia_links['shoulder']['length']}" scope="parent"/> <xacro:property name="upperarm_inertia_radius" value="${__intertia_links['upperarm']['radius']}" scope="parent"/> <xacro:property name="upperarm_inertia_length" value="${__intertia_links['upperarm']['length']}" scope="parent"/> <xacro:property name="forearm_inertia_radius" value="${__intertia_links['forearm']['radius']}" scope="parent"/> <xacro:property name="forearm_inertia_length" value="${__intertia_links['forearm']['length']}" scope="parent"/> <xacro:property name="wrist_1_inertia_radius" value="${__intertia_links['wrist_1']['radius']}" scope="parent"/> <xacro:property name="wrist_1_inertia_length" value="${__intertia_links['wrist_1']['length']}" scope="parent"/> <xacro:property name="wrist_2_inertia_radius" value="${__intertia_links['wrist_2']['radius']}" scope="parent"/> <xacro:property name="wrist_2_inertia_length" value="${__intertia_links['wrist_2']['length']}" scope="parent"/> <xacro:property name="wrist_3_inertia_radius" value="${__intertia_links['wrist_3']['radius']}" scope="parent"/> <xacro:property name="wrist_3_inertia_length" value="${__intertia_links['wrist_3']['length']}" scope="parent"/> <!-- center of mass --> <xacro:property name="__shoulder_cog" value="${__inertia_parameters['center_of_mass']['shoulder_cog']}" scope="parent"/> <xacro:property name="__upper_arm_cog" value="${__inertia_parameters['center_of_mass']['upper_arm_cog']}" scope="parent"/> <xacro:property name="__forearm_cog" value="${__inertia_parameters['center_of_mass']['forearm_cog']}" scope="parent"/> <xacro:property name="__wrist_1_cog" value="${__inertia_parameters['center_of_mass']['wrist_1_cog']}" scope="parent"/> <xacro:property name="__wrist_2_cog" value="${__inertia_parameters['center_of_mass']['wrist_2_cog']}" scope="parent"/> <xacro:property name="__wrist_3_cog" value="${__inertia_parameters['center_of_mass']['wrist_3_cog']}" scope="parent"/> <xacro:property name="shoulder_cog" value="${__shoulder_cog['x']} ${__shoulder_cog['y']} ${__shoulder_cog['z']}" scope="parent"/> <xacro:property name="upper_arm_cog" value="${__upper_arm_cog['x']} ${__upper_arm_cog['y']} ${__upper_arm_cog['z']}" scope="parent"/> <xacro:property name="forearm_cog" value="${__forearm_cog['x']} ${__forearm_cog['y']} ${__forearm_cog['z']}" scope="parent"/> <xacro:property name="wrist_1_cog" value="${__wrist_1_cog['x']} ${__wrist_1_cog['y']} ${__wrist_1_cog['z']}" scope="parent"/> <xacro:property name="wrist_2_cog" value="${__wrist_2_cog['x']} ${__wrist_2_cog['y']} ${__wrist_2_cog['z']}" scope="parent"/> <xacro:property name="wrist_3_cog" value="${__wrist_3_cog['x']} ${__wrist_3_cog['y']} ${__wrist_3_cog['z']}" scope="parent"/> <!-- cylinder radius --> <xacro:property name="shoulder_radius" value="${__inertia_parameters['shoulder_radius']}" scope="parent"/> <xacro:property name="upper_arm_radius" value="${__inertia_parameters['upper_arm_radius']}" scope="parent"/> <xacro:property name="elbow_radius" value="${__inertia_parameters['elbow_radius']}" scope="parent"/> <xacro:property name="forearm_radius" value="${__inertia_parameters['forearm_radius']}" scope="parent"/> <xacro:property name="wrist_radius" value="${__inertia_parameters['wrist_radius']}" scope="parent"/> <!-- Mesh files --> <xacro:property name="__base_mesh" value="${__mesh_files['base']}"/> <xacro:property name="base_visual_mesh" value="${__base_mesh['visual']['mesh']}" scope="parent"/> <xacro:property name="base_visual_material_name" value="${__base_mesh['visual']['material']['name']}" scope="parent"/> <xacro:property name="base_visual_material_color" value="${__base_mesh['visual']['material']['color']}" scope="parent"/> <xacro:property name="base_collision_mesh" value="${__base_mesh['collision']['mesh']}" scope="parent"/> <xacro:property name="__shoulder_mesh" value="${__mesh_files['shoulder']}"/> <xacro:property name="shoulder_visual_mesh" value="${__shoulder_mesh['visual']['mesh']}" scope="parent"/> <xacro:property name="shoulder_visual_material_name" value="${__shoulder_mesh['visual']['material']['name']}" scope="parent"/> <xacro:property name="shoulder_visual_material_color" value="${__shoulder_mesh['visual']['material']['color']}" scope="parent"/> <xacro:property name="shoulder_collision_mesh" value="${__shoulder_mesh['collision']['mesh']}" scope="parent"/> <xacro:property name="__upper_arm_mesh" value="${__mesh_files['upper_arm']}"/> <xacro:property name="upper_arm_visual_mesh" value="${__upper_arm_mesh['visual']['mesh']}" scope="parent"/> <xacro:property name="upper_arm_visual_material_name" value="${__upper_arm_mesh['visual']['material']['name']}" scope="parent"/> <xacro:property name="upper_arm_visual_material_color" value="${__upper_arm_mesh['visual']['material']['color']}" scope="parent"/> <xacro:property name="upper_arm_collision_mesh" value="${__upper_arm_mesh['collision']['mesh']}" scope="parent"/> <xacro:property name="__forearm_mesh" value="${__mesh_files['forearm']}"/> <xacro:property name="forearm_visual_mesh" value="${__forearm_mesh['visual']['mesh']}" scope="parent"/> <xacro:property name="forearm_visual_material_name" value="${__forearm_mesh['visual']['material']['name']}" scope="parent"/> <xacro:property name="forearm_visual_material_color" value="${__forearm_mesh['visual']['material']['color']}" scope="parent"/> <xacro:property name="forearm_collision_mesh" value="${__forearm_mesh['collision']['mesh']}" scope="parent"/> <xacro:property name="__wrist_1_mesh" value="${__mesh_files['wrist_1']}"/> <xacro:property name="wrist_1_visual_mesh" value="${__wrist_1_mesh['visual']['mesh']}" scope="parent"/> <xacro:property name="wrist_1_visual_material_name" value="${__wrist_1_mesh['visual']['material']['name']}" scope="parent"/> <xacro:property name="wrist_1_visual_material_color" value="${__wrist_1_mesh['visual']['material']['color']}" scope="parent"/> <xacro:property name="wrist_1_collision_mesh" value="${__wrist_1_mesh['collision']['mesh']}" scope="parent"/> <xacro:property name="wrist_1_visual_offset" value="${__wrist_1_mesh['visual_offset']}" scope="parent"/> <xacro:property name="__wrist_2_mesh" value="${__mesh_files['wrist_2']}"/> <xacro:property name="wrist_2_visual_mesh" value="${__wrist_2_mesh['visual']['mesh']}" scope="parent"/> <xacro:property name="wrist_2_visual_material_name" value="${__wrist_2_mesh['visual']['material']['name']}" scope="parent"/> <xacro:property name="wrist_2_visual_material_color" value="${__wrist_2_mesh['visual']['material']['color']}" scope="parent"/> <xacro:property name="wrist_2_collision_mesh" value="${__wrist_2_mesh['collision']['mesh']}" scope="parent"/> <xacro:property name="wrist_2_visual_offset" value="${__wrist_2_mesh['visual_offset']}" scope="parent"/> <xacro:property name="__wrist_3_mesh" value="${__mesh_files['wrist_3']}"/> <xacro:property name="wrist_3_visual_mesh" value="${__wrist_3_mesh['visual']['mesh']}" scope="parent"/> <xacro:property name="wrist_3_visual_material_name" value="${__wrist_3_mesh['visual']['material']['name']}" scope="parent"/> <xacro:property name="wrist_3_visual_material_color" value="${__wrist_3_mesh['visual']['material']['color']}" scope="parent"/> <xacro:property name="wrist_3_collision_mesh" value="${__wrist_3_mesh['collision']['mesh']}" scope="parent"/> <xacro:property name="wrist_3_visual_offset" value="${__wrist_3_mesh['visual_offset']}" scope="parent"/> </xacro:macro> </robot>
84.7
151
0.702211
8b2547e6e6bff60f78c3128dbc8ff5ad640142a3
2,323
xml
XML
Biblio/78/77357.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
34
2015-05-13T10:35:12.000Z
2021-12-02T02:02:19.000Z
Biblio/78/77357.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
145
2015-10-13T19:15:07.000Z
2022-02-15T13:45:13.000Z
Biblio/78/77357.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
18
2015-10-01T15:42:43.000Z
2021-02-11T02:29:54.000Z
<?xml version="1.0" encoding="UTF-8"?> <bibl xmlns="http://www.tei-c.org/ns/1.0" xml:id="b77357" type="article" subtype="journal"> <title level="a" type="main">Pap. Colon. inv. 6211: Αγοραπωλησία δούλης στη Σίδη της Παμπυλίας το έτος 142 μ.Χ. Avec résumé en allemand: Pap. Colon. inv. 6211: Sklavenkauf aus Side in Pamphylien im Jahre 142 n.Chr.</title> <author n="1"> <forename>Kalliope K.</forename> <surname>Papakonstantinou</surname> </author> <date>2008</date> <biblScope type="pp" from="41" to="63">41-63</biblScope> <note resp="#BP">"Ein Beispiel stellt auch der hier kommentierte Papyrus [P. Colon. Inv. 6211 = P. Turner 22] dar: Die hellenistische Rechtskultur übernahm das Rechtsinstitut der Stipulation und denaturierte es zugleich."</note> <relatedItem type="appearsIn"> <bibl> <ptr target="http://papyri.info/biblio/197"/> <!--ignore - start, i.e. SoSOL users may not edit this--> <title level="j" type="short-BP">EHHD</title> <!--ignore - stop--> </bibl> </relatedItem> <biblScope type="issue">41</biblScope> <relatedItem type="mentions" n="1"> <bibl> <title level="s" type="short">P. Turner</title> <biblScope type="num">22</biblScope> <idno type="ddb">p.turner;;22</idno> </bibl> </relatedItem> <idno type="pi">77357</idno> <idno type="bp">2008-0513</idno> <idno type="bp_old">09/2/144</idno> <seg type="original" subtype="index" resp="#BP">145.4 660 670</seg> <seg type="original" subtype="indexBis" resp="#BP">145.4 P. Turner 22</seg> <seg type="original" subtype="titre" resp="#BP">PAPAKONSTANTINOU Kalliope K., Pap. Colon. inv. 6211: Αγοραπωλησία δούλης στη Σίδη της Παμπυλίας το έτος 142 μ.Χ. Avec résumé en allemand: Pap. Colon. inv. 6211: Sklavenkauf aus Side in Pamphylien im Jahre 142 n.Chr.</seg> <seg type="original" subtype="publication" resp="#BP">EHHD 41 (2008) pp. 41-63.</seg> <seg type="original" subtype="resume" resp="#BP">"Ein Beispiel stellt auch der hier kommentierte Papyrus [P. Colon. Inv. 6211 = P. Turner 22] dar: Die hellenistische Rechtskultur übernahm das Rechtsinstitut der Stipulation und denaturierte es zugleich."</seg> <seg type="original" subtype="nom" resp="#BP">Papakonstantinou</seg> </bibl>
58.075
272
0.662936
ce5c8320bbb9414579ea05c5dce8c25ee84ea478
1,339
filters
XML
hack_base/hack_base.vcxproj.filters
habs1337/hack-base
293d5d8287fe18ad0014436d220718047932ef80
[ "MIT" ]
null
null
null
hack_base/hack_base.vcxproj.filters
habs1337/hack-base
293d5d8287fe18ad0014436d220718047932ef80
[ "MIT" ]
null
null
null
hack_base/hack_base.vcxproj.filters
habs1337/hack-base
293d5d8287fe18ad0014436d220718047932ef80
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <ClInclude Include="includes\inline\inline.h" /> <ClInclude Include="hack_includes.h" /> <ClInclude Include="engine\offset\offset.h" /> <ClInclude Include="engine\modules\modules.h" /> <ClInclude Include="engine\hooks\declaration\hooks.h" /> <ClInclude Include="engine\setup\engine.h" /> <ClInclude Include="engine\console\console.h" /> <ClInclude Include="engine\settings\settings.h" /> <ClInclude Include="engine\sdk\sdk.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="main\Main.cpp" /> <ClCompile Include="engine\offset\offset.cpp" /> <ClCompile Include="engine\modules\modules.cpp" /> <ClCompile Include="engine\hooks\declaration\hooks.cpp" /> <ClCompile Include="engine\setup\engine.cpp" /> <ClCompile Include="engine\console\console.cpp" /> <ClCompile Include="engine\settings\settings.cpp" /> <ClCompile Include="engine\hooks\functions\wnd_proc.cpp" /> <ClCompile Include="engine\sdk\sdk.cpp" /> <ClCompile Include="engine\hooks\functions\reset.cpp" /> <ClCompile Include="engine\hooks\functions\present.cpp" /> <ClCompile Include="engine\hooks\functions\end_scene.cpp" /> </ItemGroup> </Project>
47.821429
88
0.70127
64cec6ae011693b62c99c0190afa67d02bfed2ab
253
xml
XML
pan14/02-no-obfuscation/suspicious-document00267-source-document02879.xml
wiraindrak/Plagiarsm-Detection
4d8d6bdbc676bf2fd718a654ccfa11478984614c
[ "MIT" ]
null
null
null
pan14/02-no-obfuscation/suspicious-document00267-source-document02879.xml
wiraindrak/Plagiarsm-Detection
4d8d6bdbc676bf2fd718a654ccfa11478984614c
[ "MIT" ]
null
null
null
pan14/02-no-obfuscation/suspicious-document00267-source-document02879.xml
wiraindrak/Plagiarsm-Detection
4d8d6bdbc676bf2fd718a654ccfa11478984614c
[ "MIT" ]
null
null
null
<document reference="suspicious-document00267.txt"> <feature name="plagiarism" obfuscation="none" source_length="672" source_offset="1608" source_reference="source-document02879.txt" this_length="672" this_offset="4925" type="artificial" /> </document>
63.25
188
0.794466
f6e298b2dfc57b1b77fff9eda09b2b804c85a522
5,593
xml
XML
opencamera/build/intermediates/manifests/full/debug/AndroidManifest.xml
RajendraDesale/CustomCamera
14afa9e0ed4cef82cbb739794f174938a1c950a6
[ "Apache-2.0" ]
null
null
null
opencamera/build/intermediates/manifests/full/debug/AndroidManifest.xml
RajendraDesale/CustomCamera
14afa9e0ed4cef82cbb739794f174938a1c950a6
[ "Apache-2.0" ]
null
null
null
opencamera/build/intermediates/manifests/full/debug/AndroidManifest.xml
RajendraDesale/CustomCamera
14afa9e0ed4cef82cbb739794f174938a1c950a6
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="net.sourceforge.opencamera" > <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="26" /> <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:xlargeScreens="true" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.CAMERA" /> <uses-permission android:name="android.permission.RECORD_AUDIO" /> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <uses-feature android:name="android.hardware.camera" /> <uses-feature android:name="android.hardware.microphone" /> <application android:name="net.sourceforge.opencamera.OpenCameraApplication" android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:largeHeap="true" android:theme="@style/AppTheme" > <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html --> <activity android:name="net.sourceforge.opencamera.MainActivity" android:clearTaskOnLaunch="true" android:configChanges="orientation|screenSize|keyboardHidden" android:label="@string/app_name" android:screenOrientation="landscape" > </activity> <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html --> <activity android:name="net.sourceforge.opencamera.TakePhoto" android:configChanges="orientation|screenSize|keyboardHidden" android:excludeFromRecents="true" android:icon="@drawable/ic_launcher_take_photo" android:label="@string/take_photo" android:screenOrientation="landscape" android:taskAffinity="" /> <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html --> <receiver android:name="net.sourceforge.opencamera.MyWidgetProvider" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" > <intent-filter> <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> </intent-filter> <!-- <intent-filter> <action android:name="net.sourceforge.opencamera.LAUNCH_OPEN_CAMERA"/> </intent-filter> --> <meta-data android:name="android.appwidget.provider" android:resource="@xml/widget_info" /> </receiver> <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html --> <receiver android:name="net.sourceforge.opencamera.MyWidgetProviderTakePhoto" android:icon="@drawable/ic_launcher_take_photo" android:label="@string/take_photo" > <intent-filter> <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> </intent-filter> <meta-data android:name="android.appwidget.provider" android:resource="@xml/widget_info_take_photo" /> </receiver> <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html --> <service android:name="net.sourceforge.opencamera.MyTileService" android:icon="@drawable/ic_photo_camera_white_48dp" android:label="@string/camera" android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" > <intent-filter> <action android:name="android.service.quicksettings.action.QS_TILE" /> </intent-filter> </service> <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html --> <service android:name="net.sourceforge.opencamera.MyTileServiceVideo" android:icon="@drawable/ic_videocam_white_48dp" android:label="@string/record_video" android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" > <intent-filter> <action android:name="android.service.quicksettings.action.QS_TILE" /> </intent-filter> </service> <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html --> <service android:name="net.sourceforge.opencamera.MyTileServiceFrontCamera" android:icon="@drawable/ic_face_white_48dp" android:label="@string/selfie" android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" > <intent-filter> <action android:name="android.service.quicksettings.action.QS_TILE" /> </intent-filter> </service> </application> </manifest>
50.387387
171
0.650277
d8797ab3a5df159aebf75306ded272e1b9b7fc45
366
xml
XML
res/Brown Noise.xml
JoergBitzer/Filtarbor
43967058dd6d6a237f289784b86049fe1f830427
[ "BSD-3-Clause" ]
null
null
null
res/Brown Noise.xml
JoergBitzer/Filtarbor
43967058dd6d6a237f289784b86049fe1f830427
[ "BSD-3-Clause" ]
null
null
null
res/Brown Noise.xml
JoergBitzer/Filtarbor
43967058dd6d6a237f289784b86049fe1f830427
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <FiltarborVTS presetname="Brown Noise" category="Unknown" version="0.1.0"> <PARAM id="hpcutoff" value="4.605170249938965"/> <PARAM id="hporder" value="0.0"/> <PARAM id="lpcutoff" value="4.605170249938965"/> <PARAM id="lporder" value="2.004440784454346"/> <uiState width="500" height="160"/> </FiltarborVTS>
36.6
75
0.669399
d8ba1a67e98d6d59c2107926d46f41e38e9e4ec1
5,746
xml
XML
app/src/main/res/layout/activity_main.xml
fwahyudianto6/ViewGroup
670a2ddfd04b1b24a0b6f9b1c662489770a4303d
[ "MIT" ]
null
null
null
app/src/main/res/layout/activity_main.xml
fwahyudianto6/ViewGroup
670a2ddfd04b1b24a0b6f9b1c662489770a4303d
[ "MIT" ]
null
null
null
app/src/main/res/layout/activity_main.xml
fwahyudianto6/ViewGroup
670a2ddfd04b1b24a0b6f9b1c662489770a4303d
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <!-- Main Layout --> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/sv_main" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/white" tools:context=".MainActivity" > <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" > <!-- Gallery Photo Layout --> <FrameLayout android:layout_width="match_parent" android:layout_height="wrap_content" > <ImageView android:src="@drawable/google_pixel" android:layout_width="match_parent" android:layout_height="wrap_content" android:adjustViewBounds="true" android:scaleType="fitXY" /> <TextView style="@style/TextContent.Small.White" android:text="@string/strSumPhoto" android:background="#4D000000" android:layout_marginStart="@dimen/horizontal_margin" android:layout_marginBottom="@dimen/vertical_margin" android:padding="8dp" android:drawableLeft="@drawable/ic_collections_white_18dp" android:drawableStart="@drawable/ic_collections_white_18dp" android:drawablePadding="4dp" android:gravity="center_vertical" android:layout_gravity="bottom" /> </FrameLayout> <!-- Descriptions --> <TextView style="@style/TextContent.Black" android:text="@string/strPrice" android:textSize="32sp" android:layout_marginTop="@dimen/vertical_margin" android:layout_marginBottom="8dp" /> <TextView style="@style/TextContent.Subtitle" android:text="@string/strStock" android:textColor="@android:color/holo_red_dark" android:layout_marginBottom="@dimen/vertical_margin" /> <TextView style="@style/TextContent" android:text="@string/strContent" android:textColor="@android:color/black" android:layout_marginBottom="@dimen/vertical_margin" android:lineSpacingMultiplier="1" /> <!-- Specification Layout --> <TextView style="@style/TextContent.Subtitle" android:text="@string/strSpec" android:layout_marginBottom="8dp" /> <TableLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/horizontal_margin" android:layout_marginRight="@dimen/horizontal_margin" android:layout_marginBottom="@dimen/vertical_margin"> <TableRow android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="8dp"> <TextView style="@style/TextSpec.Field" android:text="@string/strSpecDisplay_Lb" /> <TextView style="@style/TextSpec.Value" android:text="@string/strSpecDisplay" /> </TableRow> <TableRow android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="8dp"> <TextView style="@style/TextSpec.Field" android:text="@string/strSpecSize_Lb" /> <TextView style="@style/TextSpec.Value" android:text="@string/strSpecSize" /> </TableRow> <TableRow android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="8dp"> <TextView style="@style/TextSpec.Field" android:text="@string/strSpecBattery_Lb" /> <TextView style="@style/TextSpec.Value" android:text="@string/strSpecBattery" /> </TableRow> </TableLayout> <!-- Seller Layout --> <TextView style="@style/TextContent.Subtitle" android:text="@string/strSeller_Lb" android:layout_marginBottom="8dp"/> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/horizontal_margin" android:layout_marginRight="@dimen/horizontal_margin" android:layout_marginBottom="@dimen/vertical_margin"> <de.hdodenhof.circleimageview.CircleImageView android:id="@+id/profile_image" android:src="@drawable/developer_128px" android:layout_width="56dp" android:layout_height="56dp" android:layout_centerVertical="true" android:layout_marginRight="@dimen/horizontal_margin" android:layout_marginEnd="@dimen/horizontal_margin" /> <TextView style="@style/TextContent" android:text="@string/strSellerName" android:layout_toRightOf="@id/profile_image" android:layout_centerVertical="true"/> </RelativeLayout> <Button style="@style/ButtonSubmit" android:text="@string/strBuy" /> </LinearLayout> </ScrollView>
42.25
75
0.578141
0446066201ca75c8e3f9e211c9ddad1925ca5011
527
xml
XML
data/1867/04/20/DDD_ddd_010138639_mpeg21/DDD_010138639_0035_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1867/04/20/DDD_ddd_010138639_mpeg21/DDD_010138639_0035_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1867/04/20/DDD_ddd_010138639_mpeg21/DDD_010138639_0035_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <text> <title>Carga-Lijsten. AMSTERDAM.</title> <p>SOEEABAYA, Preston, Donald: 574 kr. Suiker, 102 kr. dito, 3655 b. Bindr., van Eeghen en CO,; 509 kr. Suiker, Gebr. Hartsen, 12,435 Koehuiden, 433 Buffelhuiden, Cramerus en C°.; 567 kr. Suiker, Bunge en C°,; 515 kr. dito, J. Eahder; 525 p. Tabak, J. Barge; 462 kr. dito, Hendrik Muller, te Eott.: 1725 kr. dito, 260 p. Tabak, Order. STOCKHOLM, Aetiv, Norberg: 675/1 v. Teer en 70/2 v. Teer, Ebolinc en Brandt. &quot; I</p> </text>
87.833333
426
0.671727
66d484fa5dba0c2c4269aadf284a886fde56a0f0
6,634
xml
XML
openknowledge-cdi-parent-pom/pom.xml
openknowledge/openknowledge-cdi-extensions
ffaa71742dc8ce1891168a52489b020cc21e8634
[ "Apache-2.0" ]
2
2016-01-05T16:02:59.000Z
2021-08-05T05:12:44.000Z
openknowledge-cdi-parent-pom/pom.xml
openknowledge/openknowledge-cdi-extensions
ffaa71742dc8ce1891168a52489b020cc21e8634
[ "Apache-2.0" ]
null
null
null
openknowledge-cdi-parent-pom/pom.xml
openknowledge/openknowledge-cdi-extensions
ffaa71742dc8ce1891168a52489b020cc21e8634
[ "Apache-2.0" ]
1
2015-01-16T13:30:40.000Z
2015-01-16T13:30:40.000Z
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <name>open knowledge CDI extensions - parent pom</name> <groupId>de.openknowledge.cdi</groupId> <artifactId>openknowledge-cdi-parent-pom</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <developers> <developer> <id>arne.limburg</id> <name>Arne Limburg</name> <email>arne.limburg@openknowledge.de</email> <timezone>+1</timezone> </developer> <developer> <id>jens.schumann</id> <name>Jens Schumann</name> <email>jens.schumann@openknowledge.de</email> <timezone>+1</timezone> </developer> </developers> <organization> <name>open knowledge GmbH</name> </organization> <build> <extensions> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh</artifactId> <version>1.0-beta-6</version> </extension> </extensions> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.1</version> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.0</version> <configuration> <source>1.6</source> <target>1.6</target> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.3</version> <configuration> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.8.1</version> <configuration> <includes> <include>**/*Test.java</include> </includes> </configuration> </plugin> </plugins> </build> <dependencyManagement> <dependencies> <!-- logging --> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging-api</artifactId> <version>1.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.5</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.6.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.6.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-atinject_1.0_spec</artifactId> <version>1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jcdi_1.0_spec</artifactId> <version>1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-interceptor_1.1_spec</artifactId> <version>1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jpa_2.0_spec</artifactId> <version>1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ejb_3.1_spec</artifactId> <version>1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.transaction</groupId> <artifactId>jta</artifactId> <version>1.1</version> <scope>provided</scope> </dependency> <!-- test dependencies --> <dependency> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans-impl</artifactId> <version>1.1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.openwebbeans</groupId> <artifactId>openwebbeans-spi</artifactId> <version>1.1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <version>3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>cglib</groupId> <artifactId>cglib-nodep</artifactId> <version>2.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.objenesis</groupId> <artifactId>objenesis</artifactId> <version>1.2</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.2</version> <scope>test</scope> </dependency> </dependencies> </dependencyManagement> <distributionManagement> <repository> <id>ok-repo</id> <name>ok-repo-releases</name> <url>https://repository.openknowledge.de/ok-libs</url> </repository> <snapshotRepository> <id>ok-repo</id> <name>ok-repo-snapshots</name> <url>https://repository.openknowledge.de/ok-libs</url> </snapshotRepository> </distributionManagement> </project>
28.718615
108
0.589237
885b12d23ecd96f27103ac8c2e294ccfdedd9573
6,634
xml
XML
xdocs/config.xml
fluidinfo/velocity-tools-packaging
05f4d577c957595ef01c737e14e62d89915ffda1
[ "Apache-2.0" ]
null
null
null
xdocs/config.xml
fluidinfo/velocity-tools-packaging
05f4d577c957595ef01c737e14e62d89915ffda1
[ "Apache-2.0" ]
null
null
null
xdocs/config.xml
fluidinfo/velocity-tools-packaging
05f4d577c957595ef01c737e14e62d89915ffda1
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <document> <properties> <title>Overview</title> <projectfile>xdocs/project.xml</projectfile> <subprojectfile>xdocs/config.project.xml</subprojectfile> </properties> <body> <section name="Configuration Overview"> <p> The VelocityTools support infrastructure exists to provide all your templates a common set of tools and data. This is inspired by the <a href="http://turbine.apache.org/turbine/turbine-2.2.0/pullmodel.html"> Pull MVC</a> model, which deviates from the strict MVC purist approach out for the sake of convenience and clarity. The goal here is to provide template authors a common interface of data and functions across all templates (we call this a "toolbox"), whether they need all of those functions and data or not. This saves the template author from having to remember what keys were used where and makes it easy to drop a new template (i.e. View) into an app without having to modify the controller (which would typically involve creating a new action class). The degree to which this Pull MVC pattern violates MVC principles can (and should) vary widely depending on your needs and goals. </p> <p> The default VelocityTools 2 configuration does not include any "gross MVC offenders", as such things would be hard to generalize usefully. The default configuration primarily includes tools for manipulating values made available in the template's context by a controller and a few for accessing static resources. </p> <p> However, it is likely that you will want to add your own data and tools to your VelocityTools 2 configuration or at least want to change the default settings of the standard tools. To that end, configuration of your applications "toolbox(es)" can be done via XML, Java or properties. Different configurations can also be easily combined together. </p> <p> There a few basic concepts to the configuration that it is useful to know. First, what you are creating a configuration for is a <a href="javadoc/org/apache/velocity/tools/ToolboxFactory.html">ToolboxFactory</a>. This factory produces your toolbox(es) as needed by <a href="view.html">VelocityView</a> or your own application. A factory can have any number of toolboxes, all distinguished by their scope property. There are three special scopes automatically recognized by VelocityTools 2: "request", "application", and "session". The "session" scope is only relevant within a <a href="view.html">VelocityView</a> app, but the other two may be useful anywhere. Placing a tool within "request" scope means that a new instance will be created for every context. Placing a tool within "application" scope means that only one instance of the tool will be created and shared throughout the application, effectively acting as a singleton. This, of course, means that thread-safety must be considered when putting a tool in "application" scope. </p> <p> Because of such concerns, Velocity Tools now provides annotations to allow developers to restrict the scope(s) in which a tool can be placed. For more on these and other available annotations, see <a href="creatingtools.html">Creating Your Own Tools</a>. </p> <p> When the "application" toolbox is requested, the ToolboxFactory will also include any "data" configured for it. These are unchanging, static values that are meant to be available to all templates in your application. You can configure any number of data for your application and the configuration supports both automatic and explicit type conversion (via Commons-BeanUtils <a href="http://commons.apache.org/beanutils/commons-beanutils-1.7.0/docs/api/org/apache/commons/beanutils/Converter.html">converters</a> ) for these values (since XML and properties formats only allow string inputs). </p> <p> Other things to know are that each toolbox can have any number of tools within it, and that "properties" may be added for any and all tools, toolboxes, and the factory itself. A "property" added to one of these also has all of the same type conversion support as the "data" values do. Properties set on a toolbox are made available to all tools within that toolbox and properties set for the factory itself are made available to all tools in your application. </p> <p> Now on to the formats for specifying these things... </p> <ul> <li><a href="config.xml.html">XML</a></li> <li><a href="config.properties.html">Properties</a></li> <li><a href="config.java.html">Java</a></li> </ul> </section> </body> </document>
46.069444
150
0.616069
13ca3e44ec26160919ab900a3f8a11cf66826085
30,594
xml
XML
data/books_xml/25733983.xml
PAWTOSKI/RecoBooks
950ad29482544a3c41f78c26b15e9a7efa1e5ea1
[ "Apache-2.0" ]
null
null
null
data/books_xml/25733983.xml
PAWTOSKI/RecoBooks
950ad29482544a3c41f78c26b15e9a7efa1e5ea1
[ "Apache-2.0" ]
3
2021-10-01T14:01:24.000Z
2021-10-03T06:47:33.000Z
data/books_xml/25733983.xml
PAWTOSKI/RecoBooks
950ad29482544a3c41f78c26b15e9a7efa1e5ea1
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <GoodreadsResponse> <Request> <authentication>true</authentication> <key><![CDATA[all_men_must_serve]]></key> <method><![CDATA[book_show]]></method> </Request> <book> <id>25733983</id> <title>Lab Girl</title> <isbn><![CDATA[1101874937]]></isbn> <isbn13><![CDATA[9781101874936]]></isbn13> <asin><![CDATA[]]></asin> <kindle_asin><![CDATA[B010PDP31W]]></kindle_asin> <marketplace_id><![CDATA[A1F83G8C2ARO7P]]></marketplace_id> <country_code><![CDATA[GB]]></country_code> <image_url>https://images.gr-assets.com/books/1441826687m/25733983.jpg</image_url> <small_image_url>https://images.gr-assets.com/books/1441826687s/25733983.jpg</small_image_url> <publication_year>2016</publication_year> <publication_month>4</publication_month> <publication_day>5</publication_day> <publisher>Knopf</publisher> <language_code>eng</language_code> <is_ebook>false</is_ebook> <description><![CDATA[Acclaimed scientist Hope Jahren has built three laboratories in which she’s studied trees, flowers, seeds, and soil. Her first book is a revelatory treatise on plant life—but it is also so much more. <br /><i><br />Lab Girl</i> is a book about work, love, and the mountains that can be moved when those two things come together. It is told through Jahren’s stories: about her childhood in rural Minnesota with an uncompromising mother and a father who encouraged hours of play in his classroom’s labs; about how she found a sanctuary in science, and learned to perform lab work done “with both the heart and the hands”; and about the inevitable disappointments, but also the triumphs and exhilarating discoveries, of scientific work.<br /><br />Yet at the core of this book is the story of a relationship Jahren forged with a brilliant, wounded man named Bill, who becomes her lab partner and best friend. Their sometimes rogue adventures in science take them from the Midwest across the United States and back again, over the Atlantic to the ever-light skies of the North Pole and to tropical Hawaii, where she and her lab currently make their home.]]></description> <work> <id type="integer">45572105</id> <books_count type="integer">27</books_count> <best_book_id type="integer">25733983</best_book_id> <reviews_count type="integer">77508</reviews_count> <ratings_sum type="integer">80321</ratings_sum> <ratings_count type="integer">19879</ratings_count> <text_reviews_count type="integer">3334</text_reviews_count> <original_publication_year type="integer">2016</original_publication_year> <original_publication_month type="integer">3</original_publication_month> <original_publication_day type="integer">1</original_publication_day> <original_title>Lab Girl</original_title> <original_language_id type="integer" nil="true"/> <media_type>book</media_type> <rating_dist>5:7412|4:7616|3:3522|2:902|1:427|total:19879</rating_dist> <desc_user_id type="integer">56398848</desc_user_id> <default_chaptering_book_id type="integer" nil="true"/> <default_description_language_code nil="true"/> </work> <average_rating>4.04</average_rating> <num_pages><![CDATA[290]]></num_pages> <format><![CDATA[Hardcover]]></format> <edition_information><![CDATA[]]></edition_information> <ratings_count><![CDATA[16657]]></ratings_count> <text_reviews_count><![CDATA[2979]]></text_reviews_count> <url><![CDATA[https://www.goodreads.com/book/show/25733983-lab-girl]]></url> <link><![CDATA[https://www.goodreads.com/book/show/25733983-lab-girl]]></link> <authors> <author> <id>14104736</id> <name>Hope Jahren</name> <role></role> <image_url nophoto='false'> <![CDATA[https://images.gr-assets.com/authors/1441827865p5/14104736.jpg]]> </image_url> <small_image_url nophoto='false'> <![CDATA[https://images.gr-assets.com/authors/1441827865p2/14104736.jpg]]> </small_image_url> <link><![CDATA[https://www.goodreads.com/author/show/14104736.Hope_Jahren]]></link> <average_rating>4.04</average_rating> <ratings_count>19886</ratings_count> <text_reviews_count>3334</text_reviews_count> </author> </authors> <reviews_widget> <![CDATA[ <style> #goodreads-widget { font-family: georgia, serif; padding: 18px 0; width:565px; } #goodreads-widget h1 { font-weight:normal; font-size: 16px; border-bottom: 1px solid #BBB596; margin-bottom: 0; } #goodreads-widget a { text-decoration: none; color:#660; } iframe{ background-color: #fff; } #goodreads-widget a:hover { text-decoration: underline; } #goodreads-widget a:active { color:#660; } #gr_footer { width: 100%; border-top: 1px solid #BBB596; text-align: right; } #goodreads-widget .gr_branding{ color: #382110; font-size: 11px; text-decoration: none; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } </style> <div id="goodreads-widget"> <div id="gr_header"><h1><a rel="nofollow" href="https://www.goodreads.com/book/show/25733983-lab-girl">Lab Girl Reviews</a></h1></div> <iframe id="the_iframe" src="https://www.goodreads.com/api/reviews_widget_iframe?did=DEVELOPER_ID&amp;format=html&amp;isbn=1101874937&amp;links=660&amp;min_rating=&amp;review_back=fff&amp;stars=000&amp;text=000" width="565" height="400" frameborder="0"></iframe> <div id="gr_footer"> <a class="gr_branding" target="_blank" rel="nofollow" href="https://www.goodreads.com/book/show/25733983-lab-girl?utm_medium=api&amp;utm_source=reviews_widget">Reviews from Goodreads.com</a> </div> </div> ]]> </reviews_widget> <popular_shelves> <shelf name="to-read" count="10673"/> <shelf name="non-fiction" count="900"/> <shelf name="currently-reading" count="620"/> <shelf name="science" count="601"/> <shelf name="memoir" count="520"/> <shelf name="nonfiction" count="453"/> <shelf name="biography" count="183"/> <shelf name="memoirs" count="170"/> <shelf name="favorites" count="163"/> <shelf name="book-club" count="138"/> <shelf name="audiobook" count="123"/> <shelf name="audiobooks" count="99"/> <shelf name="nature" count="98"/> <shelf name="biography-memoir" count="90"/> <shelf name="audio" count="89"/> <shelf name="library" count="69"/> <shelf name="read-in-2016" count="60"/> <shelf name="autobiography" count="60"/> <shelf name="read-in-2017" count="57"/> <shelf name="kindle" count="57"/> <shelf name="adult" count="49"/> <shelf name="memoir-biography" count="44"/> <shelf name="biology" count="38"/> <shelf name="to-buy" count="37"/> <shelf name="did-not-finish" count="36"/> <shelf name="owned" count="35"/> <shelf name="fiction" count="35"/> <shelf name="women" count="35"/> <shelf name="abandoned" count="35"/> <shelf name="to-read-non-fiction" count="34"/> <shelf name="read-2017" count="33"/> <shelf name="audio-books" count="27"/> <shelf name="read-2016" count="27"/> <shelf name="feminism" count="27"/> <shelf name="2016-reads" count="24"/> <shelf name="wish-list" count="24"/> <shelf name="didn-t-finish" count="23"/> <shelf name="to-read-nonfiction" count="23"/> <shelf name="bio-memoir" count="23"/> <shelf name="book-group" count="22"/> <shelf name="books-i-own" count="22"/> <shelf name="audio-book" count="22"/> <shelf name="biographies" count="22"/> <shelf name="botany" count="21"/> <shelf name="environment" count="21"/> <shelf name="2017-reads" count="20"/> <shelf name="bookclub" count="20"/> <shelf name="2017-books" count="20"/> <shelf name="ebook" count="20"/> <shelf name="non-fic" count="19"/> <shelf name="2016-books" count="18"/> <shelf name="maybe" count="18"/> <shelf name="autobiography-memoir" count="18"/> <shelf name="dnf" count="17"/> <shelf name="unfinished" count="17"/> <shelf name="audible" count="17"/> <shelf name="2017-reading-list" count="16"/> <shelf name="memoir-autobiography" count="16"/> <shelf name="science-nature" count="16"/> <shelf name="2017-reading-challenge" count="15"/> <shelf name="adult-non-fiction" count="15"/> <shelf name="2016-releases" count="15"/> <shelf name="best-of-2016" count="14"/> <shelf name="women-authors" count="14"/> <shelf name="female-authors" count="14"/> <shelf name="plants" count="14"/> <shelf name="biography-autobiography" count="14"/> <shelf name="owned-books" count="14"/> <shelf name="adult-nonfiction" count="14"/> <shelf name="memoir-bio" count="14"/> <shelf name="2017-read" count="13"/> <shelf name="friendship" count="13"/> <shelf name="overdrive" count="13"/> <shelf name="library-books" count="13"/> <shelf name="on-hold" count="13"/> <shelf name="nonfiction-to-read" count="13"/> <shelf name="book-club-ideas" count="13"/> <shelf name="bio" count="13"/> <shelf name="biography-and-memoir" count="12"/> <shelf name="book-club-books" count="12"/> <shelf name="listened-to" count="12"/> <shelf name="2016-reading-challenge" count="12"/> <shelf name="biography-autobiography-memoir" count="12"/> <shelf name="non-fiction-to-read" count="12"/> <shelf name="contemporary" count="12"/> <shelf name="book-club-reads" count="11"/> <shelf name="couldn-t-finish" count="11"/> <shelf name="recommended" count="11"/> <shelf name="education" count="11"/> <shelf name="mental-illness" count="11"/> <shelf name="stem" count="10"/> <shelf name="favourites" count="10"/> <shelf name="mental-health" count="10"/> <shelf name="borrowed" count="10"/> <shelf name="science-and-nature" count="10"/> <shelf name="tbr-nonfiction" count="10"/> <shelf name="nonfic" count="10"/> <shelf name="memior" count="10"/> <shelf name="2017-to-read" count="9"/> <shelf name="never-finished" count="9"/> </popular_shelves> <book_links> <book_link> <id>8</id> <name>Libraries</name> <link>https://www.goodreads.com/book_link/follow/8</link> </book_link> </book_links> <buy_links> <buy_link> <id>1</id> <name>Amazon</name> <link>https://www.goodreads.com/book_link/follow/1</link> </buy_link> <buy_link> <id>10</id> <name>Audible</name> <link>https://www.goodreads.com/book_link/follow/10</link> </buy_link> <buy_link> <id>3</id> <name>Barnes &amp; Noble</name> <link>https://www.goodreads.com/book_link/follow/3</link> </buy_link> <buy_link> <id>1027</id> <name>Kobo</name> <link>https://www.goodreads.com/book_link/follow/1027</link> </buy_link> <buy_link> <id>2102</id> <name>Apple iBooks</name> <link>https://www.goodreads.com/book_link/follow/2102</link> </buy_link> <buy_link> <id>8036</id> <name>Google Play</name> <link>https://www.goodreads.com/book_link/follow/8036</link> </buy_link> <buy_link> <id>4</id> <name>Abebooks</name> <link>https://www.goodreads.com/book_link/follow/4</link> </buy_link> <buy_link> <id>882</id> <name>Book Depository</name> <link>https://www.goodreads.com/book_link/follow/882</link> </buy_link> <buy_link> <id>9</id> <name>Indigo</name> <link>https://www.goodreads.com/book_link/follow/9</link> </buy_link> <buy_link> <id>2</id> <name>Half.com</name> <link>https://www.goodreads.com/book_link/follow/2</link> </buy_link> <buy_link> <id>5</id> <name>Alibris</name> <link>https://www.goodreads.com/book_link/follow/5</link> </buy_link> <buy_link> <id>107</id> <name>Better World Books</name> <link>https://www.goodreads.com/book_link/follow/107</link> </buy_link> <buy_link> <id>7</id> <name>IndieBound</name> <link>https://www.goodreads.com/book_link/follow/7</link> </buy_link> </buy_links> <series_works> </series_works> <similar_books> <book> <id>25622794</id> <title><![CDATA[The Cabaret of Plants: Forty Thousand Years of Plant Life and the Human Imagination]]></title> <title_without_series><![CDATA[The Cabaret of Plants: Forty Thousand Years of Plant Life and the Human Imagination]]></title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/25622794-the-cabaret-of-plants]]></link> <small_image_url><![CDATA[https://images.gr-assets.com/books/1435192899s/25622794.jpg]]></small_image_url> <image_url><![CDATA[https://images.gr-assets.com/books/1435192899m/25622794.jpg]]></image_url> <num_pages>384</num_pages> <work> <id>45434918</id> </work> <isbn>0393239977</isbn> <isbn13>9780393239973</isbn13> <average_rating>3.77</average_rating> <ratings_count>285</ratings_count> <publication_year>2016</publication_year> <publication_month>1</publication_month> <publication_day>11</publication_day> <authors> <author> <id>225958</id> <name>Richard Mabey</name> <link><![CDATA[https://www.goodreads.com/author/show/225958.Richard_Mabey]]></link> </author> </authors> </book> <book> <id>18079702</id> <title><![CDATA[The Thing with Feathers: The Surprising Lives of Birds and What They Reveal About Being Human]]></title> <title_without_series><![CDATA[The Thing with Feathers: The Surprising Lives of Birds and What They Reveal About Being Human]]></title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/18079702-the-thing-with-feathers]]></link> <small_image_url><![CDATA[https://images.gr-assets.com/books/1375676779s/18079702.jpg]]></small_image_url> <image_url><![CDATA[https://images.gr-assets.com/books/1375676779m/18079702.jpg]]></image_url> <num_pages>304</num_pages> <work> <id>25386995</id> </work> <isbn>1594486352</isbn> <isbn13>9781594486357</isbn13> <average_rating>4.09</average_rating> <ratings_count>1131</ratings_count> <publication_year>2014</publication_year> <publication_month>3</publication_month> <publication_day>20</publication_day> <authors> <author> <id>4701238</id> <name>Noah Strycker</name> <link><![CDATA[https://www.goodreads.com/author/show/4701238.Noah_Strycker]]></link> </author> </authors> </book> <book> <id>23995249</id> <title><![CDATA[The Invention of Nature: Alexander von Humboldt's New World]]></title> <title_without_series><![CDATA[The Invention of Nature: Alexander von Humboldt's New World]]></title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/23995249-the-invention-of-nature]]></link> <small_image_url><![CDATA[https://images.gr-assets.com/books/1452449264s/23995249.jpg]]></small_image_url> <image_url><![CDATA[https://images.gr-assets.com/books/1452449264m/23995249.jpg]]></image_url> <num_pages>473</num_pages> <work> <id>43595986</id> </work> <isbn>038535066X</isbn> <isbn13>9780385350662</isbn13> <average_rating>4.29</average_rating> <ratings_count>5436</ratings_count> <publication_year>2015</publication_year> <publication_month>9</publication_month> <publication_day>15</publication_day> <authors> <author> <id>522266</id> <name>Andrea Wulf</name> <link><![CDATA[https://www.goodreads.com/author/show/522266.Andrea_Wulf]]></link> </author> </authors> </book> <book> <id>27276428</id> <title>The Gene: An Intimate History</title> <title_without_series>The Gene: An Intimate History</title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/27276428-the-gene]]></link> <small_image_url><![CDATA[https://images.gr-assets.com/books/1463591739s/27276428.jpg]]></small_image_url> <image_url><![CDATA[https://images.gr-assets.com/books/1463591739m/27276428.jpg]]></image_url> <num_pages>592</num_pages> <work> <id>46190748</id> </work> <isbn>1476733503</isbn> <isbn13>9781476733500</isbn13> <average_rating>4.36</average_rating> <ratings_count>9924</ratings_count> <publication_year>2016</publication_year> <publication_month>5</publication_month> <publication_day>17</publication_day> <authors> <author> <id>3032451</id> <name>Siddhartha Mukherjee</name> <link><![CDATA[https://www.goodreads.com/author/show/3032451.Siddhartha_Mukherjee]]></link> </author> </authors> </book> <book> <id>26114415</id> <title><![CDATA[The Hour of Land: A Personal Topography of America's National Parks]]></title> <title_without_series><![CDATA[The Hour of Land: A Personal Topography of America's National Parks]]></title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/26114415-the-hour-of-land]]></link> <small_image_url><![CDATA[https://images.gr-assets.com/books/1448215272s/26114415.jpg]]></small_image_url> <image_url><![CDATA[https://images.gr-assets.com/books/1448215272m/26114415.jpg]]></image_url> <num_pages>397</num_pages> <work> <id>46061287</id> </work> <isbn>0374280096</isbn> <isbn13>9780374280093</isbn13> <average_rating>4.16</average_rating> <ratings_count>1035</ratings_count> <publication_year>2016</publication_year> <publication_month>5</publication_month> <publication_day>31</publication_day> <authors> <author> <id>8155</id> <name>Terry Tempest Williams</name> <link><![CDATA[https://www.goodreads.com/author/show/8155.Terry_Tempest_Williams]]></link> </author> </authors> </book> <book> <id>18089945</id> <title><![CDATA[A Garden of Marvels: How We Discovered that Flowers Have Sex, Leaves Eat Air, and Other Secrets of Plants]]></title> <title_without_series><![CDATA[A Garden of Marvels: How We Discovered that Flowers Have Sex, Leaves Eat Air, and Other Secrets of Plants]]></title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/18089945-a-garden-of-marvels]]></link> <small_image_url><![CDATA[https://images.gr-assets.com/books/1388374598s/18089945.jpg]]></small_image_url> <image_url><![CDATA[https://images.gr-assets.com/books/1388374598m/18089945.jpg]]></image_url> <num_pages>416</num_pages> <work> <id>25404386</id> </work> <isbn>0062048996</isbn> <isbn13>9780062048998</isbn13> <average_rating>3.81</average_rating> <ratings_count>272</ratings_count> <publication_year>2014</publication_year> <publication_month>2</publication_month> <publication_day>25</publication_day> <authors> <author> <id>131614</id> <name>Ruth Kassinger</name> <link><![CDATA[https://www.goodreads.com/author/show/131614.Ruth_Kassinger]]></link> </author> </authors> </book> <book> <id>30231743</id> <title><![CDATA[Are We Smart Enough to Know How Smart Animals Are?]]></title> <title_without_series><![CDATA[Are We Smart Enough to Know How Smart Animals Are?]]></title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/30231743-are-we-smart-enough-to-know-how-smart-animals-are]]></link> <small_image_url><![CDATA[https://images.gr-assets.com/books/1490975607s/30231743.jpg]]></small_image_url> <image_url><![CDATA[https://images.gr-assets.com/books/1490975607m/30231743.jpg]]></image_url> <num_pages></num_pages> <work> <id>46521432</id> </work> <isbn>0393353664</isbn> <isbn13>9780393353662</isbn13> <average_rating>3.95</average_rating> <ratings_count>3583</ratings_count> <publication_year></publication_year> <publication_month></publication_month> <publication_day></publication_day> <authors> <author> <id>112082</id> <name>Frans de Waal</name> <link><![CDATA[https://www.goodreads.com/author/show/112082.Frans_de_Waal]]></link> </author> </authors> </book> <book> <id>23995406</id> <title><![CDATA[Switched On: A Memoir of Brain Change and Emotional Awakening]]></title> <title_without_series><![CDATA[Switched On: A Memoir of Brain Change and Emotional Awakening]]></title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/23995406-switched-on]]></link> <small_image_url><![CDATA[https://images.gr-assets.com/books/1456092694s/23995406.jpg]]></small_image_url> <image_url><![CDATA[https://images.gr-assets.com/books/1456092694m/23995406.jpg]]></image_url> <num_pages></num_pages> <work> <id>43596101</id> </work> <isbn>1101888857</isbn> <isbn13>9781101888858</isbn13> <average_rating>3.91</average_rating> <ratings_count>681</ratings_count> <publication_year>2016</publication_year> <publication_month>3</publication_month> <publication_day>22</publication_day> <authors> <author> <id>183819</id> <name>John Elder Robison</name> <link><![CDATA[https://www.goodreads.com/author/show/183819.John_Elder_Robison]]></link> </author> </authors> </book> <book> <id>11797368</id> <title><![CDATA[The Forest Unseen: A Year’s Watch in Nature]]></title> <title_without_series><![CDATA[The Forest Unseen: A Year’s Watch in Nature]]></title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/11797368-the-forest-unseen]]></link> <small_image_url><![CDATA[https://images.gr-assets.com/books/1419499796s/11797368.jpg]]></small_image_url> <image_url><![CDATA[https://images.gr-assets.com/books/1419499796m/11797368.jpg]]></image_url> <num_pages>288</num_pages> <work> <id>16750150</id> </work> <isbn>067002337X</isbn> <isbn13>9780670023370</isbn13> <average_rating>4.21</average_rating> <ratings_count>1754</ratings_count> <publication_year>2012</publication_year> <publication_month>3</publication_month> <publication_day>15</publication_day> <authors> <author> <id>5783213</id> <name>David George Haskell</name> <link><![CDATA[https://www.goodreads.com/author/show/5783213.David_George_Haskell]]></link> </author> </authors> </book> <book> <id>1362847</id> <title>Speciation</title> <title_without_series>Speciation</title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/1362847.Speciation]]></link> <small_image_url><![CDATA[https://s.gr-assets.com/assets/nophoto/book/50x75-a91bf249278a81aabab721ef782c4a74.png]]></small_image_url> <image_url><![CDATA[https://s.gr-assets.com/assets/nophoto/book/111x148-bcc042a9c91a29c1d680899eff700a03.png]]></image_url> <num_pages>545</num_pages> <work> <id>1352646</id> </work> <isbn>0878930892</isbn> <isbn13>9780878930890</isbn13> <average_rating>4.13</average_rating> <ratings_count>91</ratings_count> <publication_year>2004</publication_year> <publication_month></publication_month> <publication_day></publication_day> <authors> <author> <id>647715</id> <name>Jerry A. Coyne</name> <link><![CDATA[https://www.goodreads.com/author/show/647715.Jerry_A_Coyne]]></link> </author> </authors> </book> <book> <id>26030711</id> <title><![CDATA[Rise of the Rocket Girls: The Women Who Propelled Us, from Missiles to the Moon to Mars]]></title> <title_without_series><![CDATA[Rise of the Rocket Girls: The Women Who Propelled Us, from Missiles to the Moon to Mars]]></title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/26030711-rise-of-the-rocket-girls]]></link> <small_image_url><![CDATA[https://images.gr-assets.com/books/1462515796s/26030711.jpg]]></small_image_url> <image_url><![CDATA[https://images.gr-assets.com/books/1462515796m/26030711.jpg]]></image_url> <num_pages>338</num_pages> <work> <id>45959896</id> </work> <isbn>0316338923</isbn> <isbn13>9780316338929</isbn13> <average_rating>3.88</average_rating> <ratings_count>3810</ratings_count> <publication_year>2016</publication_year> <publication_month>4</publication_month> <publication_day>5</publication_day> <authors> <author> <id>7145949</id> <name>Nathalia Holt</name> <link><![CDATA[https://www.goodreads.com/author/show/7145949.Nathalia_Holt]]></link> </author> </authors> </book> <book> <id>25938481</id> <title>The Genius of Birds</title> <title_without_series>The Genius of Birds</title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/25938481-the-genius-of-birds]]></link> <small_image_url><![CDATA[https://images.gr-assets.com/books/1445790452s/25938481.jpg]]></small_image_url> <image_url><![CDATA[https://images.gr-assets.com/books/1445790452m/25938481.jpg]]></image_url> <num_pages>352</num_pages> <work> <id>45835780</id> </work> <isbn>1594205213</isbn> <isbn13>9781594205217</isbn13> <average_rating>4.02</average_rating> <ratings_count>1817</ratings_count> <publication_year>2016</publication_year> <publication_month>4</publication_month> <publication_day>12</publication_day> <authors> <author> <id>161774</id> <name>Jennifer Ackerman</name> <link><![CDATA[https://www.goodreads.com/author/show/161774.Jennifer_Ackerman]]></link> </author> </authors> </book> <book> <id>6472839</id> <title><![CDATA[The Madame Curie Complex: The Hidden History of Women in Science (Women Writing Science)]]></title> <title_without_series><![CDATA[The Madame Curie Complex: The Hidden History of Women in Science]]></title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/6472839-the-madame-curie-complex]]></link> <small_image_url><![CDATA[https://images.gr-assets.com/books/1267818940s/6472839.jpg]]></small_image_url> <image_url><![CDATA[https://images.gr-assets.com/books/1267818940m/6472839.jpg]]></image_url> <num_pages>312</num_pages> <work> <id>6663981</id> </work> <isbn>1558616136</isbn> <isbn13>9781558616134</isbn13> <average_rating>3.71</average_rating> <ratings_count>205</ratings_count> <publication_year></publication_year> <publication_month></publication_month> <publication_day></publication_day> <authors> <author> <id>838690</id> <name>Julie Des Jardins</name> <link><![CDATA[https://www.goodreads.com/author/show/838690.Julie_Des_Jardins]]></link> </author> </authors> </book> <book> <id>23013818</id> <title><![CDATA[The Triumph of Seeds: How Grains, Nuts, Kernels, Pulses, and Pips Conquered the Plant Kingdom and Shaped Human History]]></title> <title_without_series><![CDATA[The Triumph of Seeds: How Grains, Nuts, Kernels, Pulses, and Pips Conquered the Plant Kingdom and Shaped Human History]]></title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/23013818-the-triumph-of-seeds]]></link> <small_image_url><![CDATA[https://images.gr-assets.com/books/1416445819s/23013818.jpg]]></small_image_url> <image_url><![CDATA[https://images.gr-assets.com/books/1416445819m/23013818.jpg]]></image_url> <num_pages>304</num_pages> <work> <id>42580092</id> </work> <isbn>0465055990</isbn> <isbn13>9780465055999</isbn13> <average_rating>4.06</average_rating> <ratings_count>865</ratings_count> <publication_year>2015</publication_year> <publication_month>3</publication_month> <publication_day>24</publication_day> <authors> <author> <id>781168</id> <name>Thor Hanson</name> <link><![CDATA[https://www.goodreads.com/author/show/781168.Thor_Hanson]]></link> </author> </authors> </book> <book> <id>22857252</id> <title><![CDATA[A Buzz in the Meadow: The Natural History of a French Farm]]></title> <title_without_series><![CDATA[A Buzz in the Meadow: The Natural History of a French Farm]]></title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/22857252-a-buzz-in-the-meadow]]></link> <small_image_url><![CDATA[https://images.gr-assets.com/books/1413161397s/22857252.jpg]]></small_image_url> <image_url><![CDATA[https://images.gr-assets.com/books/1413161397m/22857252.jpg]]></image_url> <num_pages>288</num_pages> <work> <id>27228741</id> </work> <isbn>1250065887</isbn> <isbn13>9781250065889</isbn13> <average_rating>4.21</average_rating> <ratings_count>454</ratings_count> <publication_year>2015</publication_year> <publication_month>4</publication_month> <publication_day>28</publication_day> <authors> <author> <id>323591</id> <name>Dave Goulson</name> <link><![CDATA[https://www.goodreads.com/author/show/323591.Dave_Goulson]]></link> </author> </authors> </book> <book> <id>25622808</id> <title><![CDATA[Hammer Head: The Making of a Carpenter]]></title> <title_without_series><![CDATA[Hammer Head: The Making of a Carpenter]]></title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/25622808-hammer-head]]></link> <small_image_url><![CDATA[https://images.gr-assets.com/books/1456514326s/25622808.jpg]]></small_image_url> <image_url><![CDATA[https://images.gr-assets.com/books/1456514326m/25622808.jpg]]></image_url> <num_pages>240</num_pages> <work> <id>41629756</id> </work> <isbn>0393352323</isbn> <isbn13>9780393352320</isbn13> <average_rating>3.66</average_rating> <ratings_count>862</ratings_count> <publication_year>2016</publication_year> <publication_month>3</publication_month> <publication_day>21</publication_day> <authors> <author> <id>8252557</id> <name>Nina MacLaughlin</name> <link><![CDATA[https://www.goodreads.com/author/show/8252557.Nina_MacLaughlin]]></link> </author> </authors> </book> <book> <id>285941</id> <title><![CDATA[The Snoring Bird: My Family's Journey Through a Century of Biology]]></title> <title_without_series><![CDATA[The Snoring Bird: My Family's Journey Through a Century of Biology]]></title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/285941.The_Snoring_Bird]]></link> <small_image_url><![CDATA[https://s.gr-assets.com/assets/nophoto/book/50x75-a91bf249278a81aabab721ef782c4a74.png]]></small_image_url> <image_url><![CDATA[https://s.gr-assets.com/assets/nophoto/book/111x148-bcc042a9c91a29c1d680899eff700a03.png]]></image_url> <num_pages>480</num_pages> <work> <id>277412</id> </work> <isbn>0060742151</isbn> <isbn13>9780060742157</isbn13> <average_rating>4.20</average_rating> <ratings_count>410</ratings_count> <publication_year>2007</publication_year> <publication_month>5</publication_month> <publication_day>15</publication_day> <authors> <author> <id>3350977</id> <name>Bernd Heinrich</name> <link><![CDATA[https://www.goodreads.com/author/show/3350977.Bernd_Heinrich]]></link> </author> </authors> </book> <book> <id>16158510</id> <title><![CDATA[Wild Ones: A Sometimes Dismaying, Weirdly Reassuring Story About Looking at People Looking at Animals in America]]></title> <title_without_series><![CDATA[Wild Ones: A Sometimes Dismaying, Weirdly Reassuring Story About Looking at People Looking at Animals in America]]></title_without_series> <link><![CDATA[https://www.goodreads.com/book/show/16158510-wild-ones]]></link> <small_image_url><![CDATA[https://images.gr-assets.com/books/1356487562s/16158510.jpg]]></small_image_url> <image_url><![CDATA[https://images.gr-assets.com/books/1356487562m/16158510.jpg]]></image_url> <num_pages>339</num_pages> <work> <id>21998926</id> </work> <isbn>159420442X</isbn> <isbn13>9781594204425</isbn13> <average_rating>4.04</average_rating> <ratings_count>1788</ratings_count> <publication_year>2013</publication_year> <publication_month>5</publication_month> <publication_day>16</publication_day> <authors> <author> <id>6583159</id> <name>Jon Mooallem</name> <link><![CDATA[https://www.goodreads.com/author/show/6583159.Jon_Mooallem]]></link> </author> </authors> </book> </similar_books> </book> </GoodreadsResponse>
38.775665
1,191
0.721874
cd3b57e84761dc71a2ade9cf6fb96008db2fd30f
649
xml
XML
Lab3/app/src/main/res/values/strings.xml
sahilda/codepath-android
75840ffd4b051ac290974eb4fa7f0ace2154272b
[ "Apache-2.0" ]
null
null
null
Lab3/app/src/main/res/values/strings.xml
sahilda/codepath-android
75840ffd4b051ac290974eb4fa7f0ace2154272b
[ "Apache-2.0" ]
2
2017-08-24T08:10:03.000Z
2017-10-09T03:19:12.000Z
Lab3/app/src/main/res/values/strings.xml
sahilda/codepath-android
75840ffd4b051ac290974eb4fa7f0ace2154272b
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">NavigationDrawerExercise</string> <string name="drawer_open">Open navigation drawer</string> <string name="drawer_close">Close navigation drawer</string> <!-- Nav Drawer Menu Items --> <string name="south_park">South Park</string> <string name="family_guy">Family Guy</string> <string name="simpsons">The Simpsons</string> <string name="futurama">Futurama</string> <string name="cartoon_wars">Cartoon Wars</string> <string name="simpsorama">Simpsorama</string> <string name="rick_and_morty">Rick And Morty</string> </resources>
38.176471
64
0.705701
cd464db10c4e238eb445109637a8f25b5102f19a
139
xml
XML
checkstyle/src/main/java/com/puppycrawl/tools/checkstyle/xmllogger/ExpectedXMLLoggerExceptionNullFileName.xml
spoole167/java-static-analysis-samples
880f9b394e531d8c03af425b1b4e5a95302a3359
[ "Apache-2.0" ]
5
2018-12-13T17:46:39.000Z
2022-03-29T02:07:47.000Z
checkstyle/src/main/java/com/puppycrawl/tools/checkstyle/xmllogger/ExpectedXMLLoggerExceptionNullFileName.xml
spoole167/java-static-analysis-samples
880f9b394e531d8c03af425b1b4e5a95302a3359
[ "Apache-2.0" ]
42
2019-12-08T18:41:13.000Z
2021-08-28T13:08:55.000Z
checkstyle/src/main/java/com/puppycrawl/tools/checkstyle/xmllogger/ExpectedXMLLoggerExceptionNullFileName.xml
spoole167/java-static-analysis-samples
880f9b394e531d8c03af425b1b4e5a95302a3359
[ "Apache-2.0" ]
8
2018-12-25T04:19:01.000Z
2021-03-24T17:02:44.000Z
<?xml version="1.0" encoding="UTF-8"?> <checkstyle version=""> <exception> <![CDATA[ stackTrace&#10;example ]]> </exception> </checkstyle>
15.444444
38
0.669065
f4dcfa4de320c5858b32756ec166151925537e15
12,145
xml
XML
index.xml
CTSRD-CHERI/sqlbox
b2afe81525d694176c8dcdd5a59e0effce58be39
[ "0BSD" ]
8
2019-10-15T14:43:17.000Z
2021-07-31T22:03:19.000Z
index.xml
CTSRD-CHERI/sqlbox
b2afe81525d694176c8dcdd5a59e0effce58be39
[ "0BSD" ]
null
null
null
index.xml
CTSRD-CHERI/sqlbox
b2afe81525d694176c8dcdd5a59e0effce58be39
[ "0BSD" ]
3
2020-02-27T09:58:12.000Z
2020-06-08T17:30:43.000Z
<!DOCTYPE html> <html lang="en" prefix="og: http://ogp.me/ns#"> <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta charset="utf-8" /> <title>SQLbox: database access library</title> <link rel="alternate" href="atom.xml" type="application/atom+xml" title="sqlbox version feed" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400italic,500" /> <link rel="stylesheet" href="https://bsd.lv/css/style.css" /> <link rel="stylesheet" href="index.css" /> <meta property="og:title" content="sqlbox: database access library" /> <meta property="og:description" content="A secure database access library using privilege separation." /> <meta property="og:url" content="https://kristaps.bsd.lv/sqlbox/index.html" /> <meta property="og:type" content="website" /> <meta name="description" content="A secure database access library using privilege separation." /> </head> <body itemscope="itemscope" itemtype="http://schema.org/SoftwareApplication"> <nav id="within"> <a href="#install">install</a> <a href="#security">security</a> <a href="#performance">perf</a> <a href="#docs">docs</a> <a href="https://github.com/kristapsdz/sqlbox"> <i class="fa fa-fw fa-github"></i> repo </a> <a href="https://kristaps.bsd.lv/cgi-bin/minci.cgi/index.html?project-name=sqlbox"> <i class="fa fa-fw fa-tachometer"></i> builds </a> <span> <a href="atom.xml"><i class="fa fa-fw fa-rss"></i></a> <nav data-sblg-nav="1" data-sblg-navtag="version" data-sblg-navsz="1" data-sblg-navsort="date" data-sblg-navxml="1"> v${sblg-title} </nav> </span> </nav> <nav id="breadcrumbs"> BSD.lv tools for BCHS: <a href="https://kristaps.bsd.lv/kcgi">kcgi</a>, <strong><a href="https://kristaps.bsd.lv/sqlbox">sqlbox</a></strong>, <a href="https://kristaps.bsd.lv/openradtool">ort</a> </nav> <article class="text"> <section> <h2> introduction </h2> <p> <span itemprop="name" class="nm">sqlbox</span> is an <a href="http://opensource.org/licenses/ISC" rel="license">open source</a> <span itemprop="description">C/C++ secure database access library</span> at this time limited to <a href="https://www.sqlite.org">sqlite3</a> databases. (<a href="https://www.postgresql.org">postgresql</a> is in the planning phase.) Instead of operating databases in-process, <span class="nm">sqlbox</span> uses a multi-process, resource-separated approach to safe-guard the database from the calling application. </p> <h3> some features&#8230; </h3> <ul> <li> role-based access control on a per-statement and per-source (opening and closing) basis, limiting application database access and manipulation to role purview </li> <li> in-child filter capabilities allowing for selective scrambling or anonymisation of query results </li> <li> <q>asynchronous</q> mode for some operations allows all the security benefits with only the slightest performance penalty in one-way interprocess communication </li> <li> <q>multi-select</q> mode allows forward-caching of step responses, considerably reducing the frequency of synchronous communication </li> </ul> <p> <span class="nm">sqlbox</span> is designed to update <a href="https://kristaps.bsd.lv/ksql">ksql</a> with higher performance and a simpler implementation. The library is well-documented and has all of its behaviour checked with a large set of regression tests. It may be run on any modern <span itemprop="operatingSystem">UNIX</span>. It is a <a href="https://www.bsd.lv">BSD.lv</a> project. </p> <h3> latest release&#8230; </h3> <nav data-sblg-nav="1" data-sblg-navtag="version" data-sblg-navsz="1" data-sblg-navsort="date" data-sblg-navcontent="1"> <div class="header"> <span class="date"> <i class="fa fa-calendar fa-fw"></i> <time datetime="${sblg-datetime}">${sblg-date}</time> </span> <span class="version">version ${sblg-title}</span> </div> <div class="content">${sblg-aside}</div> </nav> </section> <section id="install"> <h2> install </h2> <p> You'll need any modern UNIX system with the <a href="https://www.sqlite.org/index.html">sqlite3</a> library already installed. (Tested on FreeBSD, Linux, OpenBSD; built on OpenBSD.) I strongly suggest using <a href="https://www.openbsd.org">OpenBSD</a> as it provides the <a href="https://man.openbsd.org/pledge.2">pledge</a> facility. Other systems, such as Linux or FreeBSD, are more difficult (hugely so, in the former case) to configure securely. Start by checking that your system's third-party packages system doesn't already have <span class="nm">sqlbox</span>. If it does not, proceed. </p> <p> Download either the latest release (<a href="snapshots/sqlbox.tar.gz">sqlbox.tar.gz</a> | <a href="snapshots/sqlbox.tar.gz.sha512">sha512</a>) or the current sources from the <a href="https://github.com/kristapsdz/sqlbox">GitHub repository</a>. </p> <ol> <li> Download and verify the newest release (if not from the source repository). <pre>sha512 -C sqlbox.tar.gz.sh512 sqlbox.tar.gz tar zvxpf sqlbox.tar.gz</pre> </li> <li> Configure for your system and install destination, compile, install. The default is <span class="path">/usr/local</span>. <pre>./configure make make install</pre> You may need to run this with BSD make (<code>bmake</code>) on non-BSD systems. You shouldn't need to pass any arguments to <code>configure</code>. </li> </ol> <p> That's it! The manpages are the canonical source of information on this library. Start with <span class="path">sqlbox(3)</span>. </p> </section> <section id="security"> <h2> security </h2> <p> The purpose of <span class="nm">sqlbox</span> is to provide security to your data <emph>from your application</emph>: both from programming errors and compromise. Its security principles are as follows: </p> <ul> <li> only pre-set statements shall be executed </li> <li> only pre-set databases shall be opened </li> <li> database components shall not be reachable by process file-system or memory </li> <li> provide this with an acceptable impact on performance </li> </ul> <p> It effects this by forked a database management process with pre-set database names and statements. Once forked, the names and statements are inherited and can no longer be changed. Communication with the database is via tightly-controlled socket IPC with the control process. Requests for statements are by identifier, not strings. </p> <figure class="intro"> <img src="index.svg" alt="operation of sqlbox" /> <figcaption> Not only does this protect the database itself, it also allows fine-grained access controls and other operations opaque to the caller. </figcaption> </figure> <p> When the caller uses a constraint mechanism such as <a href="https://man.openbsd.org/pledge.2">pledge</a>, it makes the database completely inaccessable except via controlled IPC. </p> <p> This security is built to enforce a <a href="https://en.wikipedia.org/wiki/Role-based_access_control">role-based access control</a> system, which is useful when a single application has several different roles of operation (e.g., users, administration, analysis). This is enforced within the management process, so a compromised application cannot change its own role except within the transition matrix set during creation. The management process also provides opaque anonymisation of data, which is especially useful for analysis when database information may contain identity information. </p> </section> <section id="performance"> <h2> performance </h2> <p> The following are a series of performance measurements between raw <a href="https://www.sqlite.org">sqlite3</a> databases. using the <a href="https://sqlite.org/c3ref/intro.html">C/C++ API</a>, <a href="https://kristaps.bsd.lv/ksql">ksql</a>, and <span class="nm">sqlbox</span>. For consistency, all databases in the performance analysis are opened as <code>:memory:</code>. </p> <p> <span class="nm">sqlbox</span> tries to minimise the amount of system calls used to exchange data, and minimise even further instances of <q>synchronous</q> communication where the client requests then waits for data. </p> <figure class="perf"> <img src="perf-full-cycle.png" alt="performance metric 1" /> <figcaption> A full cycle of opening a database, creating a table, and inserting a single row of data (four integers, to be precise). This is re-run for the number of iterations on the x-axis. Since these operations use asynchronous <span class="nm">sqlbox</span>, the performance penalty is only for interprocess communication. </figcaption> </figure> <figure class="perf"> <img src="perf-prep-insert-final.png" alt="performance metric 2" /> <figcaption> A series of statement preparations, binding parameters to the query, and executing the query. The step function is synchronous and constitutes the majority of the delay in the <span class="nm">sqlbox</span> case. </figcaption> </figure> <figure class="perf"> <img src="perf-rebind.png" alt="performance metric 3" /> <figcaption> This prepares then, in a loop, rebinds and steps a statement. The step function, again, is synchronous and constitutes the majority of overhead. </figcaption> </figure> <figure class="perf"> <img src="perf-select-multi.png" alt="performance metric 4" /> <figcaption> This showcases how quickly selection occurs with <span class="nm">sqlbox</span>'s multiple-select option, where rows are cached ahead of time by the server and returned quickly to the client. </figcaption> </figure> <p> In general, the slowness of <a href="https://kristaps.bsd.lv/ksql">ksql</a> is that each operation involves a synchronous read and write between server and client. In <span class="nm">sqlbox</span>, there are asynchronous versions of most functions to significantly reduce contention. Moreover, the wire format is optimised for one unfragmented read (or write) in the general case. </p> </section> <section id="docs"> <h2> documentation </h2> <p> The canonical documentation for using <span class="nm">sqlbox</span> is its manpages. Below is a list of all bundled manuals. These apply to the current version of this software, which is <nav data-sblg-nav="1" data-sblg-navtag="version" data-sblg-navsz="1" data-sblg-navsort="date" data-sblg-navxml="1"> <strong>${sblg-title}</strong>. </nav> </p> <p> This library makes use of <a href="https://man.openbsd.org/pkg-config">pkg-config</a>, so testing for installation, compile and link flags, etc., are all accomplished using that way. </p> <nav data-sblg-nav="1" data-sblg-navtag="manpages" data-sblg-navcontent="1" data-sblg-navsort="title"> <a href="${sblg-base}.html">${sblg-title}(3)</a>: ${sblg-aside} </nav> </section> </article> <footer> &#169; 2019, <a itemprop="author" itemscope="itemscope" itemtype="http://schema.org/Person" rel="author" href="https://github.com/kristapsdz"> <span itemprop="name">Kristaps Dz</span> </a> </footer> </body> </html>
41.735395
110
0.662577
b3bb2e8883a8626d138e3e32cb9b04645ae10db3
681
xml
XML
HistoriasInteractivas/app/src/main/res/layout/fragment_ayuda.xml
xenahort/-TFM-Generador-de-historias-Android
10d3e02d91374ca813379fde47b89224b57b722f
[ "MIT" ]
null
null
null
HistoriasInteractivas/app/src/main/res/layout/fragment_ayuda.xml
xenahort/-TFM-Generador-de-historias-Android
10d3e02d91374ca813379fde47b89224b57b722f
[ "MIT" ]
48
2018-12-10T20:30:03.000Z
2019-06-27T13:43:57.000Z
HistoriasInteractivas/app/src/main/res/layout/fragment_ayuda.xml
xenahort/-TFM-Generador-de-historias-Android
10d3e02d91374ca813379fde47b89224b57b722f
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?><!-- ~ /** ~ * Created by Juan Carlos Serrano Pérez on 18/03/19 12:48 ~ * Any question send an email to jcsp0003@red.ujaen.es ~ * Copyright (c) 2019 . All rights reserved. ~ * Last modified 18/03/19 12:48 ~ */ --> <FrameLayout 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=".Fragments.AyudaFragment"> <WebView android:id="@+id/terminosweb" android:layout_width="match_parent" android:layout_height="match_parent" /> </FrameLayout>
32.428571
71
0.668135
b0b8a056de153a182d4334d4eaa436d312ebff97
20,140
xml
XML
app/src/main/res/values-hi/strings.xml
arnavpisces/saksham-refined
a586919a8d76a1a7ed5f73aa51d96c67fd7b1b0e
[ "MIT" ]
null
null
null
app/src/main/res/values-hi/strings.xml
arnavpisces/saksham-refined
a586919a8d76a1a7ed5f73aa51d96c67fd7b1b0e
[ "MIT" ]
null
null
null
app/src/main/res/values-hi/strings.xml
arnavpisces/saksham-refined
a586919a8d76a1a7ed5f73aa51d96c67fd7b1b0e
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">सक्षम</string> <string name="bath">स्नान</string> <string name="walk">पैदल चलना</string> <string name="wake">जगाना</string> <string name="sleep">नींद</string> <string name="meal">भोजन</string> <string name="brush">ब्रश</string> <string name="select_days">सप्ताह का दिन चुनें</string> <string name="select_med">दवा चुनें</string> <string name="med_times">दिन मे कितने बार?</string> <string name="repeat">दोहराना</string> <string name="navigation_drawer_open">नेविगेशन दराज खुला</string> <string name="navigation_drawer_close">नेविगेशन दराज बंद</string> <string name="nav_header_title">एंड्रॉयड स्टूडियो</string> <string name="nav_header_subtitle">एंड्रॉयड स्टूडियो</string> <string name="nav_header_desc">नेविगेशन हैडर</string> <string name="action_settings">सेटिंग्स</string> <string name="title_iadl">आत्म निर्भरता</string> <string name="summary">सारांश</string> <string name="diet">अच्छा खायें </string> <string name="hello_blank_fragment">नमस्ते</string> <string name="want_alarm">अलार्म</string> <string name="last_date"></string> <string name="name">नाम:</string> <string name="placeholder">प्लेसहोल्डर जानकारी</string> <string name="title_activity_demo">डेमो</string> <string name="def_med_morning">08:00</string> <string name="medic_adhere">दवा अनुपालन</string> <string name="video1">रघु परिचय</string> <string name="daily_routine">दिनचर्या </string> <string name="phy_health">शारीरिक स्वास्थ्य</string> <string name="psycho_education">मनो शिक्षा</string> <string name="library">पुस्तकालय</string> <string name="title_activity_injection_schedule">इंजेक्शन अनुसूची</string> <string name="physical_health">शारीरिक स्वास्थ्य</string> <string name="about_app">CODESLAB द्वारा विकसित ऐप</string> <string name="home">होम</string> <string name="settings">सेटिंग्स</string> <string name="logout">लॉग आउट</string> <string name="phy_health_desc">शारीरिक स्वास्थ्य निगरानी की आवश्यकता के बारे में कुछ जानकारीपूर्ण पाठ विवरण</string> <string name="health_monitoring_label">स्वास्थ्य उपाय</string> <string name="enter_value_hint">मूल्य दर्ज करें</string> <string name="units_placeholder">इकाई</string> <string name="skip_text">छोड़ें</string> <string name="submit_text">जमा करें</string> <string-array name="phy_act_pref_arrays"> <item>सैर करना </item> <item>भागना</item> <item>खेलना</item> <item>साइकिल चलाना</item> <item>तैरना</item> <item>व्यायाम</item> <item>@string/other</item> </string-array> <string-array name="leisure_activity_pref_arrays"> <item>सैर करना</item> <item>सोना</item> <item>खाना</item> <item>खेलना</item> <item>@string/other</item> </string-array> <string name="title_home">@string/home</string> <string name="title_dashboard">जानकारी</string> <string name="title_notifications">प्रगति</string> <string name="title_activity_health_monitor_tabbed">स्वास्थ्य मॉनिटर</string> <string name="submit">@string/submit_text</string> <string name="height_unit">से. मी</string> <string name="weight_unit">किलोग्राम</string> <string name="weight">वजन</string> <string name="height">कद</string> <string name="test_prompt">एक परीक्षा चुनें</string> <string name="other_tests_label">अन्य टेस्ट</string> <string name="common_tests_label">आम टेस्ट</string> <string name="title_activity_medical_adherence">दवा अनुपालन</string> <string name="waist">कमर की चौड़ाई </string> <string name="waist_unit">से मी</string> <string name="bmi">बी. एम् .आई</string> <string name="valid_value">मान्य मान दर्ज करें</string> <string name="bmi_low">आपका बीएमआई सामान्य से कम है।</string> <string name="bmi_high">आपका बीएमआई सामान्य से अधिक है।</string> <string name="pick_report">रिपोर्ट प्रकार चुनें</string> <string name="bp_low">आपका बी पी सामान्य से कम है।</string> <string name="bp_high">आपका बी पी सामान्य से अधिक है।</string> <string name="bp_normal">आपका बी पी सामान्य है।</string> <string name="tsh_low">आपका थाइरोइड सामान्य से कम है।</string> <string name="tsh_high">आपका थाइरोइड सामान्य से अधिक है।</string> <string name="tsh_normal">आपका थाइरोइड सामान्य है।</string> <string name="lipid_low">आपका सीरम कॉलेस्ट्रॉल सामान्य से कम है।</string> <string name="lipid_high">आपका सीरम कॉलेस्ट्रॉल सामान्य से अधिक है।</string> <string name="lipid_normal">आपका सीरम कॉलेस्ट्रॉल सामान्य है।</string> <string name="sugar_low">आपका उपवास शुगर सामान्य से कम है।</string> <string name="sugar_high">आपका उपवास शुगर सामान्य से अधिक है।</string> <string name="sugar_normal">आपका उपवास शुगर सामान्य है।</string> <string name="blood_pressure">बी पी </string> <string name="bp_unit">जैसे 80/120</string> <string name="blood_tests_label">रक्त परीक्षण</string> <string name="lipid_profile">सीरम कोलेस्ट्रॉल </string> <string name="tsh_profile">टी एस एच </string> <string name="blood_sugar_profile">ब्लड शुगर</string> <string name="reports">रिपोर्ट</string> <string name="add_report">रिपोर्ट जोड़ें</string> <string name="add_medicine_information">दवा की जानकारी जोड़ें</string> <string name="add_injection_information">इंजेक्शन जानकारी जोड़ें</string> <string name="blank_inj_record_text">कोई इंजेक्शन रिकॉर्ड नहीं! इंजेक्शन जानकारी जोड़ने के लिए उपरोक्त + बटन पर क्लिक करें</string> <string name="blank_med_record_text">कोई दवा रिकॉर्ड नहीं! दवा की जानकारी जोड़ने के लिए उपरोक्त + बटन पर क्लिक करें!</string> <string name="medicine_name">चिकित्सा का चयन करें</string> <string name="injection_name">इंजेक्शन का चयन करें</string> <string name="med_desc">लघु चिकित्सा विवरण (वैकल्पिक)</string> <string name="inj_desc">लघु इंजेक्शन विवरण (वैकल्पिक)</string> <string name="med_field_error">दवा का नाम दर्ज करें</string> <string name="inj_field_error">इंजेक्शन का नाम दर्ज करें</string> <string name="done">किया हुआ</string> <string name="injection_schedule">इंजेक्शन अनुसूची</string> <string name="select_daily_tasks">दैनिक कार्यों का चयन करें</string> <string name="blank_daily_rout_record_text">कोई दैनिक दिनचर्या कार्य रिकॉर्ड नहीं! दैनिक कार्य जानकारी जोड़ने के लिए उपरोक्त + बटन पर क्लिक करें!</string> <string name="psycho_edu_ques">मनोविज्ञान प्रश्न</string> <string name="team_saksham">टीम सषम</string> <string name="title_activity_about_me">एप्लिकेशन के बारे में</string> <string name="medicine_taken_message">अच्छा काम!</string> <string name="injection_taken_message">अच्छा काम!</string> <string name="medicine_missed_message">यह महत्वपूर्ण है कि आप हर दिन दवा लेते हैं। यह आपकी वसूली के लिए महत्वपूर्ण है। यदि आप अपने परिवार के सदस्य के साथ कोई समस्या है तो आप चर्चा कर सकते हैं</string> <string name="injection_missed_message">यह महत्वपूर्ण है कि आप हर दिन इंजेक्शन लें। यह आपकी वसूली के लिए महत्वपूर्ण है। यदि आप अपने परिवार के सदस्य के साथ कोई समस्या है तो आप चर्चा कर सकते हैं</string> <string name="medicine_reminder">चिकित्सा अनुस्मारक</string> <string name="injection_reminder">इंजेक्शन अनुस्मारक</string> <string name="user_name">नाम</string> <string name="name_hint">यहां नाम दर्ज करें</string> <string name="height_hint">यहां ऊंचाई दर्ज करें (सेमी में)</string> <string name="weight_hint">यहां वजन दर्ज करें (किलो में)</string> <string name="alarm_pref_prompt">अलार्म चुनें</string> <string name="language_pref_prompt">भाषा चुनें</string> <string name="physical_activities">शारीरिक व्यायाम</string> <string name="phy_act_pref_prompt">अपनी गतिविधियां चुनें</string> <string name="leisure_activities">रुचियाँ</string> <string name="leisure_activityt_pref_prompt">अवकाश सक्रियण का चयन करें</string> <string name="breakfast">सुबह का नाश्ता</string> <string name="user_profile">उपयोगकर्ता प्रोफ़ाइल</string> <string name="internet_connectivity">अधिक जानकारी के लिए इंटरनेट से कनेक्ट करें</string> <string name="select_inj">इंजेक्शन चुनें</string> <string name="what_eat">आपने क्या लिया</string> <string name="select_lastday">पिछले दिन चुनें</string> <string name="set_date">तारीख सेट करें</string> <string name="add_time">समय जोड़ें</string> <string name="lunch">दोपहर का भोजन</string> <string name="dinner">रात का खाना</string> <string name="add_more_meals">अधिक भोजन जोड़ें</string> <string name="save">सेव करें </string> <string name="add_activity">गतिविधि जोड़ें</string> <string name="other">अन्य</string> <string name="enter_activity_name">गतिविधि का नाम दर्ज करें</string> <string name="ok">ठीक</string> <string name="cancel">रद्द करना</string> <string name="activity_already_added">गतिविधि पहले से ही जोड़ा गया है!</string> <string name="ringtone">रिंगटोन</string> <string name="pledge">प्रतिज्ञा</string> <string name="enter_meal_name">भोजन का नाम</string> <string name="description">विवरण</string> <string name="title">शीर्षक</string> <string name="meals_pref_prompt">भोजन का प्रकार चुनें</string> <string-array name="alarm_pref_arrays"> <item>रिंगटोन</item> <item>केवल टेक्स्ट</item> </string-array> <string-array name="meals_pref_arrays"> <item>स्नैक्स</item> <item>@string/other</item> </string-array> <string-array name="med_adh_que"> <item>चिकित्सक द्वारा बताये गए तरीके से दवा के अनुपालन (अडेहरैन्स) में सहायता दवा अनुपालन क्या है?</item> <item>चिकित्सक द्वारा बताये गए तरीके से दवा के अनुपालन (अडेहरैन्स) में सहायता दवा अनुपालन क्या है?</item> <item>चिकित्सक द्वारा बताये गए तरीके से दवा के अनुपालन (अडेहरैन्स) में सहायता दवा अनुपालन क्या है?</item> <item>आपको दवा अनुपालन की आवश्यकता क्यों है ?</item> <item>आपको दवा अनुपालन की आवश्यकता क्यों है ?</item> <item>आपको दवा अनुपालन की आवश्यकता क्यों है ?</item> <item>दवा अनुपालन के क्या लाभ हैं?</item> <item>दवा अनुपालन के क्या लाभ हैं?</item> <item>दवा अनुपालन के क्या लाभ हैं?</item> <item>दवा अनुपालन के क्या लाभ हैं?</item> <item>दवा अनुपालन के क्या लाभ हैं?</item> <item>दवा अनुपालन के क्या लाभ हैं?</item> <item>दवा अनुपालन के क्या लाभ हैं?</item> <item>अनियमित दवा अनुपालन (नॉन–अडेहरैन्स) का क्या अर्थ है?</item> <item>अनियमित दवा अनुपालन (नॉन–अडेहरैन्स) का क्या अर्थ है?</item> <item>अनियमित दवा अनुपालन (नॉन–अडेहरैन्स) का क्या अर्थ है?</item> <item>आपके लिए सही तरीके से दवा न लेने/खराब दवा पालन के क्या नुकसान हैं?</item> <item>आपके लिए सही तरीके से दवा न लेने/खराब दवा पालन के क्या नुकसान हैं?</item> <item>आपके लिए सही तरीके से दवा न लेने/खराब दवा पालन के क्या नुकसान हैं?</item> <item>आपके लिए सही तरीके से दवा न लेने/खराब दवा पालन के क्या नुकसान हैं?</item> <item>आपके लिए सही तरीके से दवा न लेने/खराब दवा पालन के क्या नुकसान हैं?</item> <item>आपके लिए सही तरीके से दवा न लेने/खराब दवा पालन के क्या नुकसान हैं?</item> <item>आपके लिए सही तरीके से दवा न लेने/खराब दवा पालन के क्या नुकसान हैं?</item> <item>आपके लिए सही तरीके से दवा न लेने/खराब दवा पालन के क्या नुकसान हैं?</item> <item>आपके लिए सही तरीके से दवा न लेने/खराब दवा पालन के क्या नुकसान हैं?</item> <item>लोग सही तरीके से दवा क्यों नहीं ले पाते हैं?</item> <item>लोग सही तरीके से दवा क्यों नहीं ले पाते हैं?</item> <item>लोग सही तरीके से दवा क्यों नहीं ले पाते हैं?</item> <item>लोग सही तरीके से दवा क्यों नहीं ले पाते हैं?</item> <item>दवा पालन में सुधार के तरीके </item> <item>दवा पालन में सुधार के तरीके </item> <item>दवा पालन में सुधार के तरीके </item> <item>दवा पालन में सुधार के तरीके </item> </string-array> <string-array name="med_adh_ans"> <item> <li>1. अपने चिकित्सक के द्वारा बताई गयी दवाइयों को नियमित रूप से लेना।</li>\n </item> <item> <li>2. सही समय, सही खुराक और सही अंतराल पर दवा लेना।</li>\n </item> <item> <li>3. बीच में खुराक नहीं छोड़ना।</li>\n </item> <item> <li>1. आपकी बीमारी डायबिटीज, उच्च रक्तचाप आदि जैसी किसी भी लम्बे समय तक रहने वाली शारीरिक बीमारी की तरह ही है।</li>\n </item> <item> <li>2. किसी भी लम्बे समय तक रहने वाली शारीरिक या मानसिक बीमारी के लिए काफी समय तक दवा लेना आवश्यक होता है। दवा आपको अपने डॉक्टर के सलाह के अनुसार लेनी होती है। </li>\n </item> <item> <li>3. नियमित रूप से दवा लेने से बीमारी के लक्षणों में सुधार होता है। </li>\n </item> <item> <li>1. यह आपके बीमारी के लक्षणों को नियंत्रित करता है।</li>\n </item> <item> <li>2. यह आपके पुनः बीमार होने या पुनः अस्पताल में भर्ती होने के खतरे को कम करता है।</li>\n </item> <item> <li>3. इससे आप बेहतर और सहज महसूस करते हैं।</li>\n </item> <item> <li>4. यह आपको अपनी पारिवारिक जिम्मेदारियों को निभाने में सहायता करता है।</li>\n </item> <item> <li>5. यह दूसरों के साथ आपके अच्छे सम्बन्ध बनाये रखने में भी सहायता करता है।</li>\n </item> <item> <li>6. आपको अपनी नौकरी और अन्य काम करने में मदद करता है।</li>\n </item> <item> <li>1. समय पर दवा नहीं लेना।</li>\n </item> <item> <li>2. आपके डॉक्टर द्वारा बताये गए निश्चित अंतराल पर दवा नहीं लेना जैसे - दिन में तीन बार या दिन में दो बार।</li>\n </item> <item> <li>3. दवा की सही खुराक नहीं लेना जैसे- एक टैबलेट या आधा टैबलेट लेना।</li>\n </item> <item> <li>1. बीमारी के लक्षणों में कोई सुधार न होना।</li>\n </item> <item> <li>2. समय के साथ बीमारी के लक्षणों का और बढ़ते जाना। </li>\n </item> <item> <li>3. पहले ठीक हुए बीमारी के लक्षणों का फिर से आ जाना।</li>\n </item> <item> <li>4. अस्पताल में भर्ती होने की संभावना का बढ़ जाना।</li>\n </item> <item> <li>5. अपने दैनिक जीवन के कार्यों को ठीक तरीके से न कर पाना। </li>\n </item> <item> <li>6. अपने मित्रों और परिवार के सदस्यों के साथ सही तरीके से बातचीत न कर पाना।</li>\n </item> <item> <li>7. परिवार के सदस्यों के साथ अक्सर बहस।</li>\n </item> <item> <li>8. नौकरी न कर पाना या नौकरी का छूट जाना। </li>\n </item> <item> यह देखा गया है कि करीब आधे मरीज़ नियमित रूप से अपनी दवा नहीं लेते हैं। मरीज़ अक्सर जानबूझकर या अनजाने में दवा काम कर देते या छोड़ देते हैं। जानबूझकर दवाएं छोड़ने या बंद करने का निर्णय: <li>अनजाने बाधाएं--\n <li>1. रोगी को पता नहीं होता कि दवा किस समय या कितना या किस तरह से लेना है।</li>\n <li>\n 2. दवा लेना भूल जाना।</li>\n <li>\n 3. समय पर डॉक्टर के पास या अस्पताल न जाना।</li>\n <li>\n 4. समय पर दवा न खरीदना। </li>\n </li>\n <li>जानबूझकर दवाएं छोड़ने या बंद करने का निर्णय: -- \n <li>1. दवाएं न खरीद पाने के कई कारण हो सकते हैं जैसे - दवा खरीदने के लिए पैसे न होना या दवा के बारे में जानकारी का अभाव।</li>\n <li>\n 2. मरीज दवाओं के साइड-इफ़ेक्टस से परेशान हो जाते हैं।</li>\n <li>\n 3. ऐसा देखा गया है कि मरीज़ो को दवा के बारे में कुछ गलत धारणाएं होती हैं जिसकी वजह से वह दवा बंद कर देते हैं।</li>\n </li>\n </item> <item> <li>मिथक: <li>दवाओं से नशे की लत लग जाएगी। और मरीज दवाओं पर निर्भर ((डिपेंडेंट) हो जाएंगे। </li>\n </li>\n <li>तथ्य: \n <li>1. इन दवाओं से नशे की लत नहीं लगती। इसके लिए दवा की खुराक बढ़ाने या घटाने के लिए अपने डॉक्टर के सलाह का सही से पालन करें।</li>\n <li>\n 2. दवा की खुराक बढ़ाने या घटाने से सम्बंधित कोई भी बात समझ न आये तो अपने डॉक्टर से पूछ सकते हैं।</li>\n </li>\n </item> <item> <li>मिथक: <li>लम्बे समय तक दवा लेते रहना स्वास्थ्य के लिए हानिकारक है।</li>\n </li>\n <li>तथ्य: \n <li>1. डॉक्टर के सलाह के अनुसार लम्बे समय तक दवा लेते रहना सुरक्षित है। वे बीमारी के लक्षणों के सुधार में मदद करती हैं। </li>\n <li>\n 2. दवाओं के कुछ साइड इफेक्ट्स हो सकते हैं, लेकिन आपके डॉक्टर इन्हें विभिन्न तरीकों जैसे- दवाओं में परिवर्तन करके या दवाओं की खुराक में परिवर्तन करके ठीक कर सकते हैं। </li>\n </li>\n </item> <item> <li>मिथक: <li>दवाएं मुझे बेहतर महसूस करने में मदद नहीं कर रही है।</li>\n </li>\n <li>तथ्य: \n <li>1. दवा का असर दिखने में कभी कभी अधिक समय लग जाता है। इनका पूरा प्रभाव आने के लिए इन्हें नियमित रूप से लिया जाना आवश्यक है। </li>\n <li>\n 2. स्किज़ोफ्रेनिया के लिए दवाएं लम्बें समय तक चलता हैं। नियमित रूप से दवा लेने से बीमारी के लक्षणों में सुधार होता है और मरीज अपने दैनिक कार्यों को भी कर पाता है।</li>\n </li>\n </item> <item> <li>1. अपने डॉक्टर द्वारा लिखी गयी दवाओं के नाम अच्छी तरह से समझ लें। दवाओं को समझने में कोई दिक्कत हो तो डॉक्टर से दुबारा पूछ ले। (सुझाव: जरुरत होने पर अपने डॉक्टर से अनुरोध करें कि दवाओं के नाम बड़े अक्षरों में लिखें।)</li>\n <li>\n 2. दवा लेने के सही समय और खुराक के बारे में अपने डॉक्टर से स्पष्ट रूप से समझ लें। (सुझाव: आवश्यक होने पर डॉक्टर से सरल भाषा में लिखित निर्देश के लिए अनुरोध करें।)</li>\n <li>\n 3. दवाओं से होने वाले सामान्य साइड-इफ़ेक्टस के बारे में अपने डॉक्टर से जान लें। उनसे यह भी पूछे कि ऐसा होता है तो क्या करना है।</li>\n </item> <item> <li>1. यदि आपको दवा से कुछ ऐसे साइड-इफ़ेक्टस होते है जिससे आपको परेशानी हो रही हो। ऐसे में तुरंत दवाओं को रोकने के बजाय जितनी जल्दी हो सके अपने डॉक्टर से मिलें। इन साइड-इफ़ेक्टस से निपटने के लिए अक्सर कुछ उपाय होते हैं।</li>\n <li>\n 2. दवा लेने का एक समय तय करें। (सुझाव: इसे दैनिक गतिविधियों के साथ जोड़ें, जैसे-भोजन के समय के साथ दवा ले।)</li>\n <li>\n 3. दवा लेने के समय अपनी घड़ी या मोबाइल में अलार्म सेट कर सकते हैं। </li>\n </item> <item> <li>1. दवा को याद दिलाने के लिए अपने परिवार के सदस्यों की सहायता लें।</li>\n <li>\n 2. यह सुनिश्चित करें कि आपके पास पर्याप्त मात्रा में दवा हो। पूरी दवा खत्म होने से पहले ही दवा खरीद लें। (सुझाव: जब भी आप दवा खाएं तो यह देख लें कि आपके पास अगले 2- 3 दिन के लिए दवा हैं या नहीं, यदि न हो तो दवा खरीद के रख लें।)</li>\n <li>\n 3. अपने चिकित्सक की सलाह के अनुसार नियमित रूप से जाँच के लिए आयें। </li>\n </item> <item> <li>1. दवाओं की खुराक घटाए या बढ़ाये जाने पर अपने डॉक्टर से उसके बारे में अच्छे तरीके से समझ लें। अगर आपके मन में दवाओं से सम्बंधित कोई भी संदेह या प्रश्न हैं, तो बेहिचक अपने डॉक्टर से पूछें। </li>\n <li>\n 2. यदि आप किसी भी वजह से डॉक्टर द्वारा बुलाये गए समय पर आने में असमर्थ हों तो उसी खुराक में दवा लेते रहें। </li>\n <li>\n 3. अपने डॉक्टर से बिना पूछे कोई भी दवा अचानक बंद न करें। </li>\n </item> <item> <li>1. यदि आप पैसे की कमी, आसपास दवा की दुकान न होने या किसी एक दवा के न मिलने पर, दवा न खरीद पा रहे हो तो अपने डॉक्टर को इनके बारे में बताये वह आपको इन समस्यों से निबटने में सहायता कर सकता हैं। </li>\n <li>\n 2. नशे की लत वाले पदार्थो से बचें जैसे - शराब, गांजा, तम्बाकू इत्यादि।</li>\n </item> </string-array> <string-array name="report_types"> <item>सीरम कॉलेस्ट्रॉल</item> <item>उपवास शुगर </item> <item>टी एस एच </item> <item>अन्य</item> </string-array> <string name="others_spec">अन्य, कृपया निर्दिष्ट करें</string> <string name="pick_activity">व्यायाम चुनें</string> <string-array name="schedule"> <item>साप्ताहिक</item> <item>महीने के</item> <item>पाक्षिक</item> <item>तीन सप्ताह में एक बार</item> </string-array> <string name="cereals">अनाज</string> <string name="egg">अंडे</string> <string name="fruits">फल / ताजा रस</string> <string name="dryfruits">मेवे</string> <string name="milk">दूध के उत्पाद</string> <string name="beverage">पेय पदार्थ</string> <string name="daal">दाल / बीन्स / सब्जियां</string> <string name="others">अन्य</string> <string name="salad">सलाद</string> <string name="fish_meat">मछली या मांस</string> </resources>
45.772727
244
0.521648
21a4af5a316531989a6a69da0177a6db14c466cf
21,457
xsd
XML
BrihaspatiEditor/src/editor/schema/model/imsmd_11/ims_md_rootv1p1.xsd
ynsingh/brihaspati2
c392bb650c3f5d738bfded56b1646f25ca3a9862
[ "BSD-2-Clause" ]
null
null
null
BrihaspatiEditor/src/editor/schema/model/imsmd_11/ims_md_rootv1p1.xsd
ynsingh/brihaspati2
c392bb650c3f5d738bfded56b1646f25ca3a9862
[ "BSD-2-Clause" ]
1
2020-05-07T07:27:40.000Z
2020-05-07T07:27:40.000Z
BrihaspatiEditor/src/editor/schema/model/imsmd_11/ims_md_rootv1p1.xsd
ynsingh/brihaspati2
c392bb650c3f5d738bfded56b1646f25ca3a9862
[ "BSD-2-Clause" ]
1
2020-05-05T08:47:47.000Z
2020-05-05T08:47:47.000Z
<?xml version="1.0" encoding="UTF-8"?> <!-- filename=ims_md_rootv1p1.xsd --> <xsd:schema xmlns="http://www.imsproject.org/xsd/ims_md_rootv1p1" targetNamespace="http://www.imsproject.org/xsd/ims_md_rootv1p1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xml="http://www.w3.org/XML/1998/namespace" version="IMS:MD1.1 S:2" elementFormDefault="unqualified"> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="ims_xml.xsd"/> <xsd:annotation> <xsd:documentation>2001-03-21 T.D. Wason: Adjustments to add durtime with a data type of timePeriod. MmaxOccurs=&quot;0&quot;. </xsd:documentation> <xsd:documentation>2004-05-13 Edited by Phillip Beauvoir in order to get it back on the planet. </xsd:documentation> </xsd:annotation> <!-- edited by Phillip Beauvoir in order to get it back on the planet --> <!-- http://www.reload.ac.uk --> <!-- Attributes --> <xsd:annotation> <xsd:documentation>Attributes</xsd:documentation> </xsd:annotation> <xsd:attributeGroup name="attr.lang"> <xsd:attribute ref="xml:lang"/> </xsd:attributeGroup> <xsd:attributeGroup name="attr.type"> <xsd:attribute name="type" use="optional" default="URI"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="URI"/> <xsd:enumeration value="TEXT"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:attributeGroup> <!-- Elements --> <xsd:annotation> <xsd:documentation>elements</xsd:documentation> </xsd:annotation> <xsd:element name="aggregationlevel" type="aggregationlevelType"/> <xsd:element name="annotation" type="annotationType"/> <xsd:element name="catalogentry" type="catalogentryType"/> <xsd:element name="catalogue" type="catalogueType"/> <xsd:element name="centity" type="centityType"/> <xsd:element name="classification" type="classificationType"> <xsd:annotation> <xsd:documentation>Definition: Description of a characteristic of the resource by entries in classifications.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="contribute" type="contributeType"> <xsd:annotation> <xsd:documentation>Definition: Persons or organizattion contributing.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="copyrightandotherrestrictions" type="copyrightandotherrestrictionsType"/> <xsd:element name="cost" type="costType"/> <xsd:element name="coverage" type="coverageType"/> <xsd:element name="date" type="dateType"/> <xsd:element name="datetime" type="datetimeType"/> <xsd:element name="description" type="descriptionType"/> <xsd:element name="difficulty" type="difficultyType"/> <xsd:element name="duration" type="durationType"/> <xsd:element name="durtime" type="durtimeType"/> <xsd:element name="educational" type="educationalType"/> <xsd:element name="entry" type="entryType"/> <!-- <xsd:element name="extension" type="extensionType"/> --> <xsd:element name="format" type="formatType"/> <xsd:element name="general" type="generalType"> <xsd:annotation> <xsd:documentation>Definition: Context independent features of the resource.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="id" type="idType"/> <xsd:element name="identifier" type="xsd:string"/> <xsd:element name="installationremarks" type="installationremarksType"/> <xsd:element name="intendedenduserrole" type="intendedenduserroleType"/> <xsd:element name="interactivitylevel" type="interactivitylevelType"/> <xsd:element name="interactivitytype" type="interactivitytypeType"/> <xsd:element name="keywords" type="keywordsType"/> <xsd:element name="kind" type="kindType"/> <xsd:element name="langstring" type="langstringType"> <xsd:annotation> <xsd:documentation>Definition: String(s) in one or more human languages.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="language" type="languageType"/> <xsd:element name="learningcontext" type="learningcontextType"/> <xsd:element name="learningresourcetype" type="learningresourcetypeType"/> <xsd:element name="lifecycle" type="lifecycleType"/> <xsd:element name="location" type="locationType"/> <xsd:element name="maximumversion" type="maximumversionType"/> <xsd:element name="metadatascheme" type="metadataschemeType"/> <xsd:element name="metametadata" type="metametadataType"> <xsd:annotation> <xsd:documentation>Definition: Features of the description rather than the resource.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="minimumversion" type="minimumversionType"/> <xsd:element name="name" type="nameType"/> <xsd:element name="otherplatformrequirements" type="otherplatformrequirementsType"/> <xsd:element name="purpose" type="purposeType"/> <xsd:element name="record" type="recordType"/> <xsd:element name="relation" type="relationType"/> <xsd:element name="requirements" type="requirementsType"/> <xsd:element name="resource" type="resourceType"/> <xsd:element name="rights" type="rightsType"/> <xsd:element name="role" type="roleType"/> <xsd:element name="semanticdensity" type="semanticdensityType"/> <xsd:element name="size" type="sizeType"/> <xsd:element name="source" type="sourceType"/> <xsd:element name="status" type="statusType"/> <xsd:element name="structure" type="structureType"/> <xsd:element name="taxon" type="taxonType"/> <xsd:element name="taxonpath" type="taxonpathType"/> <xsd:element name="technical" type="technicalType"/> <xsd:element name="title" type="titleType"> <xsd:annotation> <xsd:documentation>Definition:Name given to the resource.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="type" type="typeType"/> <xsd:element name="typicalagerange" type="typicalagerangeType"/> <xsd:element name="typicallearningtime" type="typicallearningtimeType"/> <xsd:element name="vcard" type="vcardType"/> <xsd:element name="version" type="versionType"/> <!-- complexTypes --> <xsd:annotation> <xsd:documentation>complexTypes</xsd:documentation> </xsd:annotation> <xsd:complexType name="annotationType"> <xsd:sequence> <xsd:element ref="centity" minOccurs="0"/> <xsd:element ref="date" minOccurs="0"/> <xsd:element ref="description" minOccurs="0"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="catalogentryType"> <xsd:sequence> <xsd:element ref="catalogue" minOccurs="0"/> <xsd:element ref="entry" minOccurs="0"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="centityType"> <xsd:sequence> <xsd:element ref="vcard" minOccurs="0"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="classificationType"> <xsd:sequence> <xsd:element ref="purpose" minOccurs="0"/> <xsd:element ref="taxonpath" minOccurs="0" maxOccurs="16"/> <xsd:element ref="description" minOccurs="0"/> <xsd:element ref="keywords" minOccurs="0" maxOccurs="8"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="contributeType"> <xsd:sequence> <xsd:element ref="role" minOccurs="0"/> <xsd:element ref="centity" minOccurs="0" maxOccurs="8"/> <xsd:element ref="date" minOccurs="0"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="coverageType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0" maxOccurs="8"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="dateType"> <xsd:annotation> <xsd:documentation>durtime added to express a duration according to the XMLdata type of timeDuration. durtime is an experimental element, an not part of the specification at this time.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element ref="datetime" minOccurs="0"/> <xsd:element ref="description" minOccurs="0"/> <xsd:element ref="durtime" minOccurs="0" maxOccurs="0"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="descriptionType"> <xsd:annotation> <xsd:documentation>durtime added to express a duration according to the XMLdata type of timeDuration. durtime is an experimental element, an not part of the specification at this time.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0" maxOccurs="8"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="durationType"> <xsd:sequence> <xsd:element ref="datetime" minOccurs="0"/> <xsd:element ref="durtime" minOccurs="0" maxOccurs="0"> <xsd:annotation> <xsd:documentation>Experimental. Datetime not adequate data type.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="description" minOccurs="0"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="educationalType"> <xsd:sequence> <xsd:element ref="interactivitytype" minOccurs="0"/> <xsd:element ref="learningresourcetype" minOccurs="0" maxOccurs="8"/> <xsd:element ref="interactivitylevel" minOccurs="0"/> <xsd:element ref="semanticdensity" minOccurs="0"/> <xsd:element ref="intendedenduserrole" minOccurs="0" maxOccurs="4"/> <xsd:element ref="learningcontext" minOccurs="0" maxOccurs="8"/> <xsd:element ref="typicalagerange" minOccurs="0" maxOccurs="4"/> <xsd:element ref="difficulty" minOccurs="0"/> <xsd:element ref="typicallearningtime" minOccurs="0"/> <xsd:element ref="description" minOccurs="0"/> <xsd:element ref="language" minOccurs="0" maxOccurs="8"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="entryType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0" maxOccurs="8"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="extensionType" mixed="true"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:any namespace="" processContents="strict"/> </xsd:choice> </xsd:complexType> <xsd:complexType name="formatType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0" maxOccurs="8"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="generalType"> <xsd:sequence> <xsd:element ref="identifier" minOccurs="0"/> <xsd:element ref="title" minOccurs="0"/> <xsd:element ref="catalogentry" minOccurs="0" maxOccurs="8"/> <xsd:element ref="language" minOccurs="0" maxOccurs="8"/> <xsd:element ref="description" minOccurs="0" maxOccurs="8"/> <xsd:element ref="keywords" minOccurs="0" maxOccurs="8"/> <xsd:element ref="coverage" minOccurs="0" maxOccurs="8"/> <xsd:element ref="structure" minOccurs="0"/> <xsd:element ref="aggregationlevel" minOccurs="0"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="installationremarksType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0" maxOccurs="8"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="intendedenduserroleType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0" maxOccurs="8"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="interactivitylevelType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0" maxOccurs="8"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="interactivitytypeType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="keywordsType"> <xsd:sequence> <xsd:element ref="langstring"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="kindType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0" maxOccurs="8"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="langstringType"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attributeGroup ref="attr.lang"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="learningcontextType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0" maxOccurs="8"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="learningresourcetypeType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0" maxOccurs="8"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="lifecycleType"> <xsd:sequence> <xsd:element ref="version" minOccurs="0"/> <xsd:element ref="status" minOccurs="0"/> <xsd:element ref="contribute" minOccurs="0" maxOccurs="32"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="locationType"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attributeGroup ref="attr.type"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> <xsd:complexType name="metametadataType"> <xsd:sequence> <xsd:element ref="identifier" minOccurs="0"/> <xsd:element ref="catalogentry" minOccurs="0" maxOccurs="8"/> <xsd:element ref="contribute" minOccurs="0" maxOccurs="8"/> <xsd:element ref="metadatascheme" minOccurs="0" maxOccurs="8"/> <xsd:element ref="language" minOccurs="0"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="nameType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="otherplatformrequirementsType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="purposeType"> <xsd:annotation> <xsd:documentation>128 characters maximum.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="recordType"> <xsd:sequence> <xsd:element ref="metametadata" minOccurs="0"/> <xsd:element ref="general" minOccurs="0"/> <xsd:element ref="lifecycle" minOccurs="0"/> <xsd:element ref="technical" minOccurs="0"/> <xsd:element ref="educational" minOccurs="0"/> <xsd:element ref="rights" minOccurs="0"/> <xsd:element ref="relation" minOccurs="0" maxOccurs="32"/> <xsd:element ref="annotation" minOccurs="0" maxOccurs="32"/> <xsd:element ref="classification" minOccurs="0" maxOccurs="10"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="relationType"> <xsd:sequence> <xsd:element ref="kind" minOccurs="0"/> <xsd:element ref="resource" minOccurs="0"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="requirementsType"> <xsd:sequence> <xsd:element ref="type" minOccurs="0"/> <xsd:element ref="name" minOccurs="0"/> <xsd:element ref="minimumversion" minOccurs="0"/> <xsd:element ref="maximumversion" minOccurs="0"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="resourceType"> <xsd:sequence> <xsd:element ref="identifier" minOccurs="0"/> <xsd:element ref="description" minOccurs="0"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="rightsType"> <xsd:sequence> <xsd:element ref="cost" minOccurs="0"/> <xsd:element ref="copyrightandotherrestrictions" minOccurs="0"/> <xsd:element ref="description" minOccurs="0"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="roleType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="statusType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0" maxOccurs="8"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="structureType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0" maxOccurs="8"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="taxonpathType"> <xsd:sequence> <xsd:element ref="source" minOccurs="0"/> <xsd:element ref="taxon" minOccurs="0" maxOccurs="16"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="taxonType"> <xsd:sequence> <xsd:element ref="id" minOccurs="0"/> <xsd:element ref="entry" minOccurs="0"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="technicalType"> <xsd:sequence> <xsd:element ref="format" minOccurs="0" maxOccurs="8"/> <xsd:element ref="size" minOccurs="0"/> <xsd:element ref="location" minOccurs="0" maxOccurs="8"/> <xsd:element ref="requirements" minOccurs="0" maxOccurs="8"/> <xsd:element ref="installationremarks" minOccurs="0"/> <xsd:element ref="otherplatformrequirements" minOccurs="0"/> <xsd:element ref="duration" minOccurs="0"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="titleType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0" maxOccurs="8"/> <!-- <xsd:element ref="extension" minOccurs="0"/> --> </xsd:sequence> </xsd:complexType> <xsd:complexType name="typeType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="typicalagerangeType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0" maxOccurs="4"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="typicallearningtimeType"> <xsd:sequence> <xsd:element ref="datetime" minOccurs="0"/> <xsd:element ref="durtime" minOccurs="0"> <xsd:annotation> <xsd:documentation>Experimental. Datetime data type inadequate.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="description" minOccurs="0"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="versionType"> <xsd:sequence> <xsd:element ref="langstring" minOccurs="0" maxOccurs="10"/> </xsd:sequence> </xsd:complexType> <!-- simpleTypes --> <xsd:annotation> <xsd:documentation>simpleTypes</xsd:documentation> </xsd:annotation> <xsd:simpleType name="aggregationlevelType"> <xsd:restriction base="xsd:integer"> <xsd:maxInclusive value="4"/> <xsd:minInclusive value="0"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="catalogueType"> <xsd:restriction base="xsd:string"> <xsd:maxLength value="1024"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="copyrightandotherrestrictionsType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="yes"/> <xsd:enumeration value="no"/> <xsd:maxLength value="8"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="costType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="yes"/> <xsd:enumeration value="no"/> <xsd:maxLength value="8"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="datetimeType"> <xsd:restriction base="xsd:date"/> </xsd:simpleType> <xsd:simpleType name="difficultyType"> <xsd:restriction base="xsd:integer"> <xsd:maxInclusive value="4"/> <xsd:minInclusive value="0"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="durtimeType"> <xsd:restriction base="xsd:string"/> </xsd:simpleType> <xsd:simpleType name="idType"> <xsd:restriction base="xsd:string"> <xsd:maxLength value="256"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="languageType"> <xsd:restriction base="xsd:string"> <xsd:maxLength value="128"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="maximumversionType"> <xsd:restriction base="xsd:string"> <xsd:maxLength value="32"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="metadataschemeType"> <xsd:restriction base="xsd:string"> <xsd:maxLength value="32"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="minimumversionType"> <xsd:restriction base="xsd:string"> <xsd:maxLength value="32"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="semanticdensityType"> <xsd:restriction base="xsd:integer"> <xsd:maxInclusive value="4"/> <xsd:minInclusive value="0"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="sizeType"> <xsd:restriction base="xsd:long"/> </xsd:simpleType> <xsd:simpleType name="sourceType"> <xsd:restriction base="xsd:string"> <xsd:maxLength value="1024"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="stringType"> <xsd:restriction base="xsd:string"/> </xsd:simpleType> <xsd:simpleType name="vcardType"> <xsd:restriction base="xsd:string"> <xsd:maxLength value="1024"/> </xsd:restriction> </xsd:simpleType> </xsd:schema>
278.662338
4,420
0.695065
8e9ef7b55c2eb730065a01029bb81555116aefe8
1,855
xaml
XML
source/Metadata/IGDBMetadata/Localization/cs_CZ.xaml
ryouma-aurora/PlayniteExtensions
7b0da4dd0f91ea1f38a4a07946a8f9a3f55c78b2
[ "MIT" ]
null
null
null
source/Metadata/IGDBMetadata/Localization/cs_CZ.xaml
ryouma-aurora/PlayniteExtensions
7b0da4dd0f91ea1f38a4a07946a8f9a3f55c78b2
[ "MIT" ]
null
null
null
source/Metadata/IGDBMetadata/Localization/cs_CZ.xaml
ryouma-aurora/PlayniteExtensions
7b0da4dd0f91ea1f38a4a07946a8f9a3f55c78b2
[ "MIT" ]
null
null
null
<?xml version="1.0"?> <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib"> <sys:String x:Key="LOCIGDBSettingsImportInstalledLabel">Importovat nainstalované hry</sys:String> <sys:String x:Key="LOCIGDBSettingsImportUninstalledLabel">Importovat neinstalované hry</sys:String> <sys:String x:Key="LOCIGDBSettingsConnectAccount">Připojit účet</sys:String> <sys:String x:Key="LOCIGDBLoginChecking">Ověřuji stav přihlášení…</sys:String> <sys:String x:Key="LOCIGDBLoggedIn">Uživatel je přihlášen</sys:String> <sys:String x:Key="LOCIGDBNotLoggedIn">Vyžaduje přihlášení</sys:String> <sys:String x:Key="LOCIGDBNotLoggedInError">Přihlášení se nezdařilo.</sys:String> <sys:String x:Key="LOCIGDBAuthenticateLabel">Autentizovat</sys:String> <sys:String x:Key="LOCIGDBSettingsStartGameDirectly">Spustit hru přímo bez použití oficiálního klienta</sys:String> <sys:String x:Key="LOCIGDBTroubleShootingAccountLink">Řešení problémů se synchronizací účtu</sys:String> <sys:String x:Key="LOCIGDBTroubleShootingIssues">Řešení potíží</sys:String> <sys:String x:Key="LOCIGDBSettingsImportLibraryLabel">Importovat všechny hry</sys:String> <sys:String x:Key="LOCIGDBPrivateAccount">Soukromý Účet</sys:String> <sys:String x:Key="LOCIGDBPublicAccount">Veřejný Účet</sys:String> <sys:String x:Key="LOCIGDBAPIKey">API Klíč</sys:String> <!--IGDB--> <sys:String x:Key="LOCIgdbUseScreenshotIfNecessary">Použít snímek z hry pokud není k dispozici obrázek</sys:String> <sys:String x:Key="LOCIgdbMultipleArtworkOptionsTitle">Pokud je k dispozici víc obrázků, použít:</sys:String> <sys:String x:Key="LOCIgdbSelectBackgroundTitle">Vyberte obrázek pozadí pro {0}</sys:String> </ResourceDictionary>
84.318182
193
0.78221
a23c856813d34c1a70002c53f3566fba25734d7e
1,245
xml
XML
docs/architecture.xml
luxtagofficial/nem2-wallet-browserextension
16d015ea7414061642919853cf799dde96931c5d
[ "Apache-2.0" ]
null
null
null
docs/architecture.xml
luxtagofficial/nem2-wallet-browserextension
16d015ea7414061642919853cf799dde96931c5d
[ "Apache-2.0" ]
null
null
null
docs/architecture.xml
luxtagofficial/nem2-wallet-browserextension
16d015ea7414061642919853cf799dde96931c5d
[ "Apache-2.0" ]
null
null
null
<mxfile modified="2019-03-13T16:36:27.908Z" host="www.draw.io" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/9.3.1 Chrome/66.0.3359.181 Electron/3.0.6 Safari/537.36" etag="TqlRlyilsRTaqVGxokcf" version="10.4.5" type="device"><diagram id="tP2DI9tuyyn6gWbhRCnT" name="Page-1">5ZjdctowEIWfhksY/AtcJiRNO9O0TehM0t50FHuxVWStRyzB9OkrgwwYEUrbuLTpFdKRLGu/s1qNaXnDrLhSLE+vMQbRcrtx0fIuWq7rdHt9/VMqi5XSd9yVkCgem0kbYcS/QfWkUWc8hmltIiEK4nldjFBKiKimMaVwXp82RlF/a84SsIRRxISt3vGYUhOF29vor4EnafVmJxysRjJWTTaRTFMW43xL8i5b3lAh0qqVFUMQJbyKy+q5V0+MrjemQNIxD9yywZezvKAPb66uR5Obz5P3N+O2WeWRiZkJ2GyWFhUBhTMZQ7mI0/LO5yknGOUsKkfn2nOtpZQJM2yWA0VQPLlPZx29ThvADEgt9JTqAd8AW1RITX++4e/3jZZusXcDIzLjebJee4NFNwyZn6DkWpQkZG57zoQAaj+UWQYKCgI55SgtgpoF1TFNSeEEhihQaUWi1DPPx1yIHYkJnkjdjTQ70Pp5SZbr7DwzAxmP4/I1e33ZONctl0dJ5nw5QTNW9W2n1ulfc6opozzLqJHm9FExOWURLb0JRenFg9KtpGwNMcs1bB2wNfR7R6EB3v7u0fADC7izD3jYFPDqbG5BglgXUNM1aVxPRFSUYoKSibeIuaH1FYgWBhebEdZZQsHpfqv9qVyq4wame1GYpZedxcGEL7d3GL+OBmcqggNh++YmYioBOjAv2G+nAsGIP9b38fzeOCf05q+3JjylNb5Vp+6Wd8mBitM9ScVxwp2K49klfu9d7DRVcfo/YPQLGdxgNgZHZqN3ymwM7FsTZNzArXmaHHaPyOG19kduzcH/WJjDf+EohNZRuNWBvmMZTJcp+6IOgts99UHoWbg7nY7F7cV+P3ndoG5Ib8+n7vN8P+nu5q+G5djWHzbe5Xc=</diagram></mxfile>
1,245
1,245
0.904418
bb0fcd6d7ad844f9ffce569c5dd442eef813c94a
898
xml
XML
consumerapp/src/main/res/menu/activity_main_drawer.xml
msyahrul801/githubUsers
b07aca18bbbfdae41b1014d3cee04ebf06c16ee1
[ "Apache-2.0" ]
null
null
null
consumerapp/src/main/res/menu/activity_main_drawer.xml
msyahrul801/githubUsers
b07aca18bbbfdae41b1014d3cee04ebf06c16ee1
[ "Apache-2.0" ]
null
null
null
consumerapp/src/main/res/menu/activity_main_drawer.xml
msyahrul801/githubUsers
b07aca18bbbfdae41b1014d3cee04ebf06c16ee1
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" tools:showIn="navigation_view"> <group android:id="@+id/menu_top" android:checkableBehavior="none"> <item android:id="@+id/nav_users" android:icon="@drawable/menu_users" android:title="@string/app_name" /> <item android:id="@+id/nav_favorite" android:icon="@drawable/ic_baseline_favorite_24" android:title="@string/favorite" /> </group> <group android:id="@+id/menu_down" android:checkableBehavior="none"> <item android:id="@+id/nav_setting" android:icon="@drawable/ic_baseline_settings_24" android:title="@string/title_activity_settings" /> </group> </menu>
34.538462
64
0.599109
a2c538d358f6950f8455082db6acc1352e2998c9
919
xml
XML
phpunit.xml
Rundiz/image
6a453f9d556b39637b5edda907e80bc49e353007
[ "MIT" ]
2
2021-08-12T06:23:54.000Z
2021-09-19T21:44:17.000Z
phpunit.xml
Rundiz/image
6a453f9d556b39637b5edda907e80bc49e353007
[ "MIT" ]
1
2021-02-23T22:43:39.000Z
2021-02-24T08:29:27.000Z
phpunit.xml
Rundiz/image
6a453f9d556b39637b5edda907e80bc49e353007
[ "MIT" ]
1
2017-02-08T12:00:12.000Z
2017-02-08T12:00:12.000Z
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="./tests/phpunit/phpunit.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" verbose="true" beStrictAboutOutputDuringTests="true" > <!-- see requirement in tests/phpunit/phpunit.php file. --> <testsuites> <testsuite name="tests/phpunit"> <directory suffix=".php" phpVersion="7.1" phpVersionOperator=">=">./tests/phpunit/PHP71/</directory> <file phpVersion="7.1" phpVersionOperator=">=">./tests/phpunit/PHP71/CommonTestAbstractClass.php</file> </testsuite> </testsuites> <php> <ini name="memory_limit" value="512M" /> </php> </phpunit>
38.291667
115
0.634385
a2d90d889d895231a9242f7d50bd1dcc604a3354
321
xml
XML
_Mod/Teleportation/Languages/German/DefInjected/ThingDef/Transportation.xml
HaploX1/RimWorld-Teleportation
8d0a76e0341d37401d58a1a02d90ecc8f4a552ff
[ "Artistic-2.0" ]
2
2017-01-09T01:10:43.000Z
2017-04-09T16:31:28.000Z
_Mod/Teleportation/Languages/German/DefInjected/ThingDef/Transportation.xml
HaploX1/RimWorld-Teleportation
8d0a76e0341d37401d58a1a02d90ecc8f4a552ff
[ "Artistic-2.0" ]
null
null
null
_Mod/Teleportation/Languages/German/DefInjected/ThingDef/Transportation.xml
HaploX1/RimWorld-Teleportation
8d0a76e0341d37401d58a1a02d90ecc8f4a552ff
[ "Artistic-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8" ?> <LanguageData> <TeleportationStation.label>Teleporter</TeleportationStation.label> <TeleportationStation.description>Dieses Gebäude transportiert Materie zum Empfänger.\nHinweis: Nicht zum Transport von Lebewesen geeignet.</TeleportationStation.description> </LanguageData>
45.857143
175
0.809969
a2ef6c7c641f3ab26ee02c8d335410e6ba2cfd71
11,048
xml
XML
3kliksphilip/Arma 3 Altis interactive map - Central North-AqHseyGr9B4.xml
gregnk/AnnotationArchive
786233cbac2476638e1cbfa4a65aab7fcad6f164
[ "0BSD" ]
null
null
null
3kliksphilip/Arma 3 Altis interactive map - Central North-AqHseyGr9B4.xml
gregnk/AnnotationArchive
786233cbac2476638e1cbfa4a65aab7fcad6f164
[ "0BSD" ]
null
null
null
3kliksphilip/Arma 3 Altis interactive map - Central North-AqHseyGr9B4.xml
gregnk/AnnotationArchive
786233cbac2476638e1cbfa4a65aab7fcad6f164
[ "0BSD" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" ?><document><annotations itct="CAAQwOYBIhMIn6zHoYrv3wIVhgCDCh38YgqQKPgdMgJpdkie6K-Nso_70AI"> <annotation id="annotation_1310101711" type="text" style="popup" log_data="l-class=1&amp;a-v=AqHseyGr9B4&amp;a-type=1&amp;a-id=annotation_1310101711&amp;xble=1&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;link=http%3A%2F%2Fyoutu.be%2F37sddAG-FMM" itct="CAEQs-UBGP___________wEiEwifrMehiu_fAhWGAIMKHfxiCpAo-B0yAml2SJ7or42yj_vQAg"> <segment> <movingRegion type="rect"> <rectRegion x="53.24900" y="61.69000" w="5.91100" h="10.85900" t="0:00.000"/> <rectRegion x="53.24900" y="61.69000" w="5.91100" h="10.85900" t="0:20.067"/> </movingRegion> </segment> <appearance bgAlpha="0.600000023842" bgColor="16636470" fgColor="16777215" textSize="3.911599999999999" effects=""> </appearance> <action type="openUrl" trigger="click"> <url target="current" value="https://www.youtube.com/37sddAG-FMM?annotation_id=annotation_1310101711&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;feature=iv&amp;src_vid=AqHseyGr9B4" link_class="1"/> </action> </annotation> <annotation id="annotation_2324951715" type="text" style="popup" log_data="l-class=1&amp;a-v=AqHseyGr9B4&amp;a-type=1&amp;a-id=annotation_2324951715&amp;xble=1&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DzkksrfQi-bw" itct="CAIQs-UBGP___________wEiEwifrMehiu_fAhWGAIMKHfxiCpAo-B0yAml2SJ7or42yj_vQAg"> <segment> <movingRegion type="rect"> <rectRegion x="75.59400" y="18.31000" w="5.11900" h="12.26800" t="0:00.000"/> <rectRegion x="75.59400" y="18.31000" w="5.11900" h="12.26800" t="0:20.067"/> </movingRegion> </segment> <appearance bgAlpha="0.600000023842" bgColor="16636470" fgColor="16777215" textSize="3.911599999999999" effects=""> </appearance> <action type="openUrl" trigger="click"> <url target="current" value="https://www.youtube.com/watch?annotation_id=annotation_2324951715&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;feature=iv&amp;src_vid=AqHseyGr9B4&amp;v=zkksrfQi-bw" link_class="1"/> </action> </annotation> <annotation id="annotation_2692458873" type="text" style="popup" log_data="l-class=1&amp;a-v=AqHseyGr9B4&amp;a-type=1&amp;a-id=annotation_2692458873&amp;xble=1&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DPnr1mG8hqg0" itct="CAMQs-UBGP___________wEiEwifrMehiu_fAhWGAIMKHfxiCpAo-B0yAml2SJ7or42yj_vQAg"> <segment> <movingRegion type="rect"> <rectRegion x="20.44400" y="0.00000" w="5.26900" h="92.54900" t="0:00.000"/> <rectRegion x="20.44400" y="0.00000" w="5.26900" h="92.54900" t="0:20.067"/> </movingRegion> </segment> <appearance bgAlpha="0.600000023842" bgColor="16636470" fgColor="16777215" textSize="3.911599999999999" effects=""> </appearance> <action type="openUrl" trigger="click"> <url target="current" value="https://www.youtube.com/watch?annotation_id=annotation_2692458873&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;feature=iv&amp;src_vid=AqHseyGr9B4&amp;v=Pnr1mG8hqg0" link_class="1"/> </action> </annotation> <annotation id="annotation_2786125605" type="text" style="popup" log_data="l-class=1&amp;a-v=AqHseyGr9B4&amp;a-type=1&amp;a-id=annotation_2786125605&amp;xble=1&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D6zvygCPiyQ8" itct="CAQQs-UBGP___________wEiEwifrMehiu_fAhWGAIMKHfxiCpAo-B0yAml2SJ7or42yj_vQAg"> <segment> <movingRegion type="rect"> <rectRegion x="20.76100" y="93.91500" w="51.38700" h="6.08500" t="0:00.000"/> <rectRegion x="20.76100" y="93.91500" w="51.38700" h="6.08500" t="0:20.067"/> </movingRegion> </segment> <appearance bgAlpha="0.600000023842" bgColor="16636470" fgColor="16777215" textSize="3.911599999999999" effects=""> </appearance> <action type="openUrl" trigger="click"> <url target="current" value="https://www.youtube.com/watch?annotation_id=annotation_2786125605&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;feature=iv&amp;src_vid=AqHseyGr9B4&amp;v=6zvygCPiyQ8" link_class="1"/> </action> </annotation> <annotation id="annotation_2858958181" type="text" style="popup" log_data="l-class=1&amp;a-v=AqHseyGr9B4&amp;a-type=1&amp;a-id=annotation_2858958181&amp;xble=1&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DCZ0Gf61ysIs" itct="CAUQs-UBGP___________wEiEwifrMehiu_fAhWGAIMKHfxiCpAo-B0yAml2SJ7or42yj_vQAg"> <segment> <movingRegion type="rect"> <rectRegion x="93.29600" y="0.00000" w="6.70400" h="58.74600" t="0:00.000"/> <rectRegion x="93.29600" y="0.00000" w="6.70400" h="58.74600" t="0:20.067"/> </movingRegion> </segment> <appearance bgAlpha="0.600000023842" bgColor="16636470" fgColor="16777215" textSize="3.911599999999999" effects=""> </appearance> <action type="openUrl" trigger="click"> <url target="current" value="https://www.youtube.com/watch?annotation_id=annotation_2858958181&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;feature=iv&amp;src_vid=AqHseyGr9B4&amp;v=CZ0Gf61ysIs" link_class="1"/> </action> </annotation> <annotation id="annotation_2904131471" type="text" style="popup" log_data="l-class=1&amp;a-v=AqHseyGr9B4&amp;a-type=1&amp;a-id=annotation_2904131471&amp;xble=1&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DxfGfMJpG-WU" itct="CAYQs-UBGP___________wEiEwifrMehiu_fAhWGAIMKHfxiCpAo-B0yAml2SJ7or42yj_vQAg"> <segment> <movingRegion type="rect"> <rectRegion x="83.67700" y="57.74600" w="5.74500" h="6.35200" t="0:00.000"/> <rectRegion x="83.67700" y="57.74600" w="5.74500" h="6.35200" t="0:20.067"/> </movingRegion> </segment> <appearance bgAlpha="0.600000023842" bgColor="16636470" fgColor="16777215" textSize="3.911599999999999" effects=""> </appearance> <action type="openUrl" trigger="click"> <url target="current" value="https://www.youtube.com/watch?annotation_id=annotation_2904131471&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;feature=iv&amp;src_vid=AqHseyGr9B4&amp;v=xfGfMJpG-WU" link_class="1"/> </action> </annotation> <annotation id="annotation_2992073357" type="text" style="popup" log_data="l-class=1&amp;a-v=AqHseyGr9B4&amp;a-type=1&amp;a-id=annotation_2992073357&amp;xble=1&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DzHckAvzmUPM" itct="CAcQs-UBGP___________wEiEwifrMehiu_fAhWGAIMKHfxiCpAo-B0yAml2SJ7or42yj_vQAg"> <segment> <movingRegion type="rect"> <rectRegion x="42.47200" y="49.57700" w="5.23000" h="8.32400" t="0:00.000"/> <rectRegion x="42.47200" y="49.57700" w="5.23000" h="8.32400" t="0:20.067"/> </movingRegion> </segment> <appearance bgAlpha="0.600000023842" bgColor="16636470" fgColor="16777215" textSize="3.911599999999999" effects=""> </appearance> <action type="openUrl" trigger="click"> <url target="current" value="https://www.youtube.com/watch?annotation_id=annotation_2992073357&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;feature=iv&amp;src_vid=AqHseyGr9B4&amp;v=zHckAvzmUPM" link_class="1"/> </action> </annotation> <annotation id="annotation_3388894779" type="text" style="popup" log_data="l-class=1&amp;a-v=AqHseyGr9B4&amp;a-type=1&amp;a-id=annotation_3388894779&amp;xble=1&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D85NUbCjeJ98" itct="CAgQs-UBGP___________wEiEwifrMehiu_fAhWGAIMKHfxiCpAo-B0yAml2SJ7or42yj_vQAg"> <segment> <movingRegion type="rect"> <rectRegion x="84.10500" y="74.47900" w="15.89500" h="25.52100" t="0:00.000"/> <rectRegion x="84.10500" y="74.47900" w="15.89500" h="25.52100" t="0:20.067"/> </movingRegion> </segment> <appearance bgAlpha="0.600000023842" bgColor="16636470" fgColor="16777215" textSize="3.911599999999999" effects=""> </appearance> <action type="openUrl" trigger="click"> <url target="current" value="https://www.youtube.com/watch?annotation_id=annotation_3388894779&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;feature=iv&amp;src_vid=AqHseyGr9B4&amp;v=85NUbCjeJ98" link_class="1"/> </action> </annotation> <annotation id="annotation_3925347117" type="text" style="popup" log_data="l-class=1&amp;a-v=AqHseyGr9B4&amp;a-type=1&amp;a-id=annotation_3925347117&amp;xble=1&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DDV1nru-Lhiw" itct="CAkQs-UBGP___________wEiEwifrMehiu_fAhWGAIMKHfxiCpAo-B0yAml2SJ7or42yj_vQAg"> <TEXT>MAIN</TEXT> <segment> <movingRegion type="rect"> <rectRegion x="0.00000" y="0.00000" w="19.84900" h="13.69000" t="0:00.000"/> <rectRegion x="0.00000" y="0.00000" w="19.84900" h="13.69000" t="0:20.067"/> </movingRegion> </segment> <appearance bgAlpha="0.600000023842" bgColor="16636470" fgColor="16777215" textSize="8.424966666666666" effects=""> </appearance> <action type="openUrl" trigger="click"> <url target="current" value="https://www.youtube.com/watch?annotation_id=annotation_3925347117&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;feature=iv&amp;src_vid=AqHseyGr9B4&amp;v=DV1nru-Lhiw" link_class="1"/> </action> </annotation> <annotation id="annotation_4203027139" type="text" style="popup" log_data="l-class=1&amp;a-v=AqHseyGr9B4&amp;a-type=1&amp;a-id=annotation_4203027139&amp;xble=1&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DaB0um7vaa9s" itct="CAoQs-UBGP___________wEiEwifrMehiu_fAhWGAIMKHfxiCpAo-B0yAml2SJ7or42yj_vQAg"> <segment> <movingRegion type="rect"> <rectRegion x="37.55900" y="6.74600" w="6.49000" h="10.02800" t="0:00.000"/> <rectRegion x="37.55900" y="6.74600" w="6.49000" h="10.02800" t="0:20.067"/> </movingRegion> </segment> <appearance bgAlpha="0.600000023842" bgColor="16636470" fgColor="16777215" textSize="3.911599999999999" effects=""> </appearance> <action type="openUrl" trigger="click"> <url target="current" value="https://www.youtube.com/watch?annotation_id=annotation_4203027139&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;feature=iv&amp;src_vid=AqHseyGr9B4&amp;v=aB0um7vaa9s" link_class="1"/> </action> </annotation> <annotation id="annotation_45059147" type="text" style="popup" log_data="l-class=1&amp;a-v=AqHseyGr9B4&amp;a-type=1&amp;a-id=annotation_45059147&amp;xble=1&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;link=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DyH3pJ4Z4m1k" itct=""> <segment> <movingRegion type="rect"> <rectRegion x="55.62600" y="20.28200" w="6.86200" h="6.91500" t="0:00.000"/> <rectRegion x="55.62600" y="20.28200" w="6.86200" h="6.91500" t="0:20.067"/> </movingRegion> </segment> <appearance bgAlpha="0.600000023842" bgColor="16636470" fgColor="16777215" textSize="3.911599999999999" effects=""> </appearance> <action type="openUrl" trigger="click"> <url target="current" value="https://www.youtube.com/watch?annotation_id=annotation_45059147&amp;ei=A3M9XN-eBYaBjAT8xamACQ&amp;feature=iv&amp;src_vid=AqHseyGr9B4&amp;v=yH3pJ4Z4m1k" link_class="1"/> </action> </annotation></annotations></document>
58.765957
337
0.729996
4497ce161ec9485cbad6d6cf84415f32b4ce2657
11,769
kml
XML
public/map-sources/zip79244.kml
temass1997/lothub
3d00a3c27c8c4708ed08ac9a166b15c421a60fe3
[ "MIT" ]
null
null
null
public/map-sources/zip79244.kml
temass1997/lothub
3d00a3c27c8c4708ed08ac9a166b15c421a60fe3
[ "MIT" ]
4
2020-10-06T14:58:11.000Z
2021-05-11T04:14:34.000Z
public/map-sources/zip79244.kml
temass1997/lothub
3d00a3c27c8c4708ed08ac9a166b15c421a60fe3
[ "MIT" ]
1
2019-01-21T18:43:24.000Z
2019-01-21T18:43:24.000Z
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <kml xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://www.opengis.net/kml/2.2"> <Document> <LookAt> <longitude>-102</longitude> <latitude>38.5</latitude> <range>7000000</range> <tilt>10</tilt> <heading>0</heading> </LookAt> <name>cb_2016_us_zcta510_500k</name> <visibility>1</visibility> <Style id="KMLStyler"> <IconStyle> <scale>0.8</scale> </IconStyle> <LabelStyle> <scale>1.0</scale> </LabelStyle> <LineStyle> <color>ffbc822f</color> <width>2</width> <gx:labelVisibility>0</gx:labelVisibility> </LineStyle> <PolyStyle> <color>7fe1ca9e</color> </PolyStyle> </Style> <Schema name="cb_2016_us_zcta510_500k" id="kml_schema_ft_cb_2016_us_zcta510_500k"> <SimpleField type="xsd:string" name="ZCTA5CE10"> <displayName>ZCTA5CE10</displayName> </SimpleField> <SimpleField type="xsd:string" name="AFFGEOID10"> <displayName>AFFGEOID10</displayName> </SimpleField> <SimpleField type="xsd:string" name="GEOID10"> <displayName>GEOID10</displayName> </SimpleField> <SimpleField type="xsd:double" name="ALAND10"> <displayName>ALAND10</displayName> </SimpleField> <SimpleField type="xsd:double" name="AWATER10"> <displayName>AWATER10</displayName> </SimpleField> </Schema> <Folder id="kml_ft_cb_2016_us_zcta510_500k"> <name>cb_2016_us_zcta510_500k</name> </Folder> <Placemark id="cb_2016_us_zcta510_500k.kml"> <name>&lt;at&gt;&lt;openparen&gt;79244&lt;closeparen&gt;</name> <visibility>1</visibility> <description>&lt;center&gt;&lt;table&gt;&lt;tr&gt;&lt;th colspan='2' align='center'&gt;&lt;em&gt;Attributes&lt;/em&gt;&lt;/th&gt;&lt;/tr&gt;&lt;tr bgcolor="#E3E3F3"&gt; &lt;th&gt;ZCTA5CE10&lt;/th&gt; &lt;td&gt;79244&lt;/td&gt; &lt;/tr&gt;&lt;tr bgcolor=""&gt; &lt;th&gt;AFFGEOID10&lt;/th&gt; &lt;td&gt;8600000US79244&lt;/td&gt; &lt;/tr&gt;&lt;tr bgcolor="#E3E3F3"&gt; &lt;th&gt;GEOID10&lt;/th&gt; &lt;td&gt;79244&lt;/td&gt; &lt;/tr&gt;&lt;tr bgcolor=""&gt; &lt;th&gt;ALAND10&lt;/th&gt; &lt;td&gt;519628491&lt;/td&gt; &lt;/tr&gt;&lt;tr bgcolor="#E3E3F3"&gt; &lt;th&gt;AWATER10&lt;/th&gt; &lt;td&gt;342156&lt;/td&gt; &lt;/tr&gt;&lt;/table&gt;&lt;/center&gt;</description> <styleUrl>#KMLStyler</styleUrl> <ExtendedData> <SchemaData schemaUrl="#kml_schema_ft_cb_2016_us_zcta510_500k"> <SimpleData name="ZCTA5CE10">79244</SimpleData> <SimpleData name="AFFGEOID10">8600000US79244</SimpleData> <SimpleData name="GEOID10">79244</SimpleData> <SimpleData name="ALAND10">519628491</SimpleData> <SimpleData name="AWATER10">342156</SimpleData> </SchemaData> </ExtendedData> <Polygon> <extrude>0</extrude> <tessellate>1</tessellate> <altitudeMode>clampToGround</altitudeMode> <outerBoundaryIs> <LinearRing> <coordinates>-101.041458,33.949741,0.0 -101.0414,33.905232,0.0 -101.01432,33.905276,0.0 -101.009107,33.904674,0.0 -100.995541,33.90472,0.0 -100.931244,33.905085,0.0 -100.928011,33.905669,0.0 -100.92165,33.908393,0.0 -100.916894,33.908699,0.0 -100.910646,33.908419,0.0 -100.906507,33.906986,0.0 -100.904265,33.906697,0.0 -100.853419,33.906588,0.0 -100.849807,33.906682,0.0 -100.846747,33.910068,0.0 -100.846463,33.911588,0.0 -100.84688,33.91575,0.0 -100.846828,33.93375,0.0 -100.846692,33.934852,0.0 -100.844385,33.943404,0.0 -100.843639,33.944817,0.0 -100.835053,33.958624,0.0 -100.830342,33.956538,0.0 -100.823619,33.956559,0.0 -100.819047,33.957588,0.0 -100.815192,33.958571,0.0 -100.81566,33.959556,0.0 -100.813206,33.958709,0.0 -100.807902,33.960066,0.0 -100.803316,33.960851,0.0 -100.800299,33.962031,0.0 -100.793503,33.965485,0.0 -100.775377,33.965577,0.0 -100.775109,33.980403,0.0 -100.723639,33.980113,0.0 -100.722857,33.980017,0.0 -100.72183,33.979399,0.0 -100.721619,33.977501,0.0 -100.721719,33.965654,0.0 -100.703861,33.965178,0.0 -100.703846,34.01019,0.0 -100.666839,34.011891,0.0 -100.650969,34.012616,0.0 -100.650805,34.015499,0.0 -100.646521,34.016576,0.0 -100.640984,34.018452,0.0 -100.639719,34.019276,0.0 -100.639526,34.020215,0.0 -100.644173,34.021499,0.0 -100.650826,34.021136,0.0 -100.650845,34.024799,0.0 -100.64837,34.024821,0.0 -100.645437,34.027087,0.0 -100.643675,34.02656,0.0 -100.641942,34.027224,0.0 -100.6382,34.029558,0.0 -100.639822,34.031048,0.0 -100.638858,34.033177,0.0 -100.635831,34.033771,0.0 -100.635335,34.035741,0.0 -100.633158,34.039491,0.0 -100.636375,34.039472,0.0 -100.636925,34.041469,0.0 -100.639456,34.044272,0.0 -100.640061,34.046063,0.0 -100.63973,34.049093,0.0 -100.646059,34.045821,0.0 -100.650021,34.044837,0.0 -100.655991,34.045549,0.0 -100.658825,34.044862,0.0 -100.662182,34.04468,0.0 -100.665896,34.043925,0.0 -100.669363,34.041887,0.0 -100.671041,34.041681,0.0 -100.676983,34.043353,0.0 -100.678963,34.043651,0.0 -100.679549,34.045913,0.0 -100.679677,34.050848,0.0 -100.681423,34.054298,0.0 -100.682427,34.058364,0.0 -100.681107,34.059504,0.0 -100.681383,34.060666,0.0 -100.683392,34.061491,0.0 -100.691455,34.060987,0.0 -100.692776,34.06046,0.0 -100.696105,34.0603,0.0 -100.701718,34.05952,0.0 -100.704681,34.06229,0.0 -100.704252,34.07049,0.0 -100.71215,34.069526,0.0 -100.720984,34.069387,0.0 -100.722496,34.06776,0.0 -100.723073,34.065264,0.0 -100.723484,34.060569,0.0 -100.725658,34.060568,0.0 -100.725904,34.058736,0.0 -100.727885,34.058369,0.0 -100.728462,34.05585,0.0 -100.729864,34.054659,0.0 -100.732065,34.054406,0.0 -100.731956,34.056604,0.0 -100.733333,34.059123,0.0 -100.735206,34.060954,0.0 -100.735923,34.062625,0.0 -100.738016,34.065235,0.0 -100.739502,34.06599,0.0 -100.739044,34.080669,0.0 -100.747525,34.086459,0.0 -100.750051,34.087649,0.0 -100.748661,34.107408,0.0 -100.745605,34.109218,0.0 -100.743884,34.112386,0.0 -100.743911,34.114308,0.0 -100.740938,34.114355,0.0 -100.743528,34.117423,0.0 -100.745231,34.121274,0.0 -100.747304,34.12081,0.0 -100.752648,34.121841,0.0 -100.754235,34.12128,0.0 -100.75952,34.121315,0.0 -100.750677,34.131695,0.0 -100.749255,34.132585,0.0 -100.756103,34.131629,0.0 -100.758493,34.132179,0.0 -100.758409,34.135317,0.0 -100.760556,34.135684,0.0 -100.767938,34.13587,0.0 -100.771434,34.137818,0.0 -100.775256,34.137406,0.0 -100.776294,34.135618,0.0 -100.779393,34.135502,0.0 -100.780566,34.137127,0.0 -100.781745,34.13747,0.0 -100.786307,34.137135,0.0 -100.792173,34.135396,0.0 -100.79914,34.135626,0.0 -100.80049,34.136519,0.0 -100.799526,34.137641,0.0 -100.794072,34.141281,0.0 -100.797074,34.141373,0.0 -100.798789,34.142626,0.0 -100.801804,34.143611,0.0 -100.802635,34.144439,0.0 -100.802562,34.15324,0.0 -100.803474,34.16018,0.0 -100.804387,34.160916,0.0 -100.809503,34.162077,0.0 -100.81072,34.164624,0.0 -100.812611,34.16581,0.0 -100.812663,34.167503,0.0 -100.816748,34.16731,0.0 -100.819159,34.168395,0.0 -100.823607,34.168456,0.0 -100.824525,34.170519,0.0 -100.828746,34.170502,0.0 -100.833611,34.170454,0.0 -100.833955,34.167532,0.0 -100.834538,34.167041,0.0 -100.846831,34.166944,0.0 -100.845289,34.172549,0.0 -100.844432,34.174208,0.0 -100.842017,34.17719,0.0 -100.83808,34.182725,0.0 -100.837654,34.184886,0.0 -100.839165,34.189304,0.0 -100.8422,34.187633,0.0 -100.843296,34.18838,0.0 -100.845112,34.188132,0.0 -100.845078,34.186385,0.0 -100.846309,34.185258,0.0 -100.849207,34.184425,0.0 -100.851486,34.184911,0.0 -100.851903,34.182448,0.0 -100.854024,34.181257,0.0 -100.856502,34.17812,0.0 -100.860882,34.177362,0.0 -100.862288,34.178553,0.0 -100.862316,34.179881,0.0 -100.868404,34.175893,0.0 -100.875683,34.17587,0.0 -100.875712,34.159116,0.0 -100.883135,34.159103,0.0 -100.884255,34.159969,0.0 -100.893906,34.159855,0.0 -100.894354,34.169041,0.0 -100.892397,34.175365,0.0 -100.893119,34.176381,0.0 -100.899512,34.174506,0.0 -100.900945,34.173407,0.0 -100.905051,34.171461,0.0 -100.911086,34.166883,0.0 -100.912463,34.166196,0.0 -100.916843,34.165785,0.0 -100.918964,34.166403,0.0 -100.924143,34.166312,0.0 -100.926569,34.166587,0.0 -100.925798,34.164092,0.0 -100.926659,34.163027,0.0 -100.92538,34.161965,0.0 -100.924879,34.158171,0.0 -100.922511,34.155261,0.0 -100.918219,34.153718,0.0 -100.915772,34.152281,0.0 -100.913632,34.148598,0.0 -100.912614,34.147525,0.0 -100.909712,34.146021,0.0 -100.907629,34.143326,0.0 -100.907476,34.134378,0.0 -100.914151,34.134139,0.0 -100.913849,34.131666,0.0 -100.91462,34.130132,0.0 -100.918758,34.124734,0.0 -100.924788,34.121554,0.0 -100.926148,34.121994,0.0 -100.927981,34.124371,0.0 -100.931506,34.124757,0.0 -100.934755,34.124279,0.0 -100.938858,34.122905,0.0 -100.940207,34.121943,0.0 -100.943043,34.121485,0.0 -100.945659,34.122172,0.0 -100.948876,34.122332,0.0 -100.949375,34.121164,0.0 -100.955581,34.117555,0.0 -100.954055,34.117453,0.0 -100.953146,34.116194,0.0 -100.952953,34.115049,0.0 -100.953944,34.113309,0.0 -100.95342,34.110584,0.0 -100.953639,34.107745,0.0 -100.954355,34.106623,0.0 -100.954382,34.104585,0.0 -100.957547,34.103966,0.0 -100.9584,34.100714,0.0 -100.959445,34.099271,0.0 -100.959103,34.090428,0.0 -100.951532,34.090572,0.0 -100.950743,34.078638,0.0 -100.947896,34.077154,0.0 -100.945395,34.076361,0.0 -100.943411,34.073668,0.0 -100.941674,34.073255,0.0 -100.941715,34.068681,0.0 -100.941365,34.063054,0.0 -100.943527,34.059641,0.0 -100.943336,34.057795,0.0 -100.941065,34.056685,0.0 -100.939685,34.057048,0.0 -100.937995,34.056449,0.0 -100.937202,34.054894,0.0 -100.933082,34.051178,0.0 -100.929537,34.049117,0.0 -100.928579,34.047826,0.0 -100.925536,34.047199,0.0 -100.923918,34.046012,0.0 -100.920763,34.045314,0.0 -100.91663,34.046412,0.0 -100.915804,34.047066,0.0 -100.912926,34.047368,0.0 -100.912074,34.04662,0.0 -100.90561,34.046635,0.0 -100.901662,34.047508,0.0 -100.897258,34.047007,0.0 -100.895654,34.047721,0.0 -100.890147,34.04901,0.0 -100.887427,34.047168,0.0 -100.885506,34.047393,0.0 -100.884073,34.048524,0.0 -100.882262,34.05125,0.0 -100.882267,34.054267,0.0 -100.878303,34.058046,0.0 -100.874512,34.059234,0.0 -100.872538,34.060351,0.0 -100.869646,34.063155,0.0 -100.847311,34.031301,0.0 -100.853122,34.028348,0.0 -100.853149,34.027203,0.0 -100.856537,34.02468,0.0 -100.863926,34.020993,0.0 -100.864502,34.017421,0.0 -100.863538,34.015841,0.0 -100.86494,34.014329,0.0 -100.867553,34.0149,0.0 -100.868295,34.012793,0.0 -100.870933,34.0108,0.0 -100.871976,34.007456,0.0 -100.882619,34.005651,0.0 -100.894445,34.002336,0.0 -100.895903,34.001306,0.0 -100.897173,33.99532,0.0 -100.898245,33.992549,0.0 -100.906334,33.989425,0.0 -100.910969,33.987316,0.0 -100.916583,33.985451,0.0 -100.918235,33.985218,0.0 -100.940177,33.986135,0.0 -100.942263,33.986482,0.0 -100.961758,33.991102,0.0 -100.964472,33.988223,0.0 -100.964509,33.986566,0.0 -100.963101,33.982676,0.0 -100.963647,33.978466,0.0 -100.965892,33.977112,0.0 -100.971344,33.976442,0.0 -100.979176,33.97601,0.0 -100.976975,33.971317,0.0 -100.977633,33.968592,0.0 -100.978622,33.967194,0.0 -100.979527,33.963851,0.0 -100.982094,33.960771,0.0 -100.983874,33.960471,0.0 -100.985241,33.961513,0.0 -100.990736,33.959014,0.0 -100.990926,33.956472,0.0 -100.991914,33.954732,0.0 -100.99471,33.953476,0.0 -100.999526,33.953629,0.0 -101.000066,33.952529,0.0 -101.00228,33.951067,0.0 -101.005715,33.95013,0.0 -101.009288,33.949651,0.0 -101.012588,33.950585,0.0 -101.016276,33.951084,0.0 -101.019303,33.952752,0.0 -101.022491,33.953229,0.0 -101.023133,33.953982,0.0 -101.025223,33.954076,0.0 -101.0283,33.953436,0.0 -101.041243,33.952981,0.0 -101.041458,33.949741,0.0</coordinates> </LinearRing> </outerBoundaryIs> </Polygon> </Placemark> </Document> </kml>
130.766667
8,549
0.701759
a515fec9bf01f832381e33d5a2eb473ba2c4c2e6
622
dita
XML
DITA/attributes/organisation_name/description.dita
KunChengNHS/DataDictionaryPublication
650a36278849ba0ff29add9feb6b4ba0e48e592f
[ "Apache-2.0" ]
5
2020-04-15T08:50:13.000Z
2021-04-14T15:04:36.000Z
DITA/attributes/organisation_name/description.dita
KunChengNHS/DataDictionaryPublication
650a36278849ba0ff29add9feb6b4ba0e48e592f
[ "Apache-2.0" ]
419
2020-04-01T13:12:56.000Z
2022-03-31T06:59:07.000Z
DITA/attributes/organisation_name/description.dita
KunChengNHS/DataDictionaryPublication
650a36278849ba0ff29add9feb6b4ba0e48e592f
[ "Apache-2.0" ]
4
2020-10-27T08:21:58.000Z
2021-06-30T12:16:54.000Z
<?xml version='1.0' encoding='UTF-8' standalone='no'?> <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd"> <topic id='attribute_organisation_name.description'> <title>Description</title> <titlealts> <searchtitle>Attribute: ORGANISATION NAME - Description</searchtitle> </titlealts> <body> <div> <p> The name by which an <xref outputclass="class" keyref="class_organisation">ORGANISATION</xref>  wishes to be known or the official name given to an <xref outputclass="class" keyref="class_organisation">ORGANISATION</xref>. </p> </div> </body> </topic>
36.588235
100
0.676849
ee85d6067c10d0ed921d277dc459319a9696aa5b
1,647
xml
XML
competitions/pwgc/WordNet-3.0/glosstag/standoff/10/100/wsd-100200-wncoll.xml
cltl/WSD-gold-standards-analysis
859fdfbe8a364434a3b94c5ba0b31f09d8a8e5a8
[ "Apache-2.0" ]
null
null
null
competitions/pwgc/WordNet-3.0/glosstag/standoff/10/100/wsd-100200-wncoll.xml
cltl/WSD-gold-standards-analysis
859fdfbe8a364434a3b94c5ba0b31f09d8a8e5a8
[ "Apache-2.0" ]
null
null
null
competitions/pwgc/WordNet-3.0/glosstag/standoff/10/100/wsd-100200-wncoll.xml
cltl/WSD-gold-standards-analysis
859fdfbe8a364434a3b94c5ba0b31f09d8a8e5a8
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <cesAna version="1.0.4" xmlns="http://www.xces.org/schema/2003" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.xces.org/schema/2003 http://www.xces.org/schema/2003/xcesAna.xsd"> <struct from="1333" id="a00786624_coll.a" to="1351" type="auto"> <feat name="wnsk" value="official_document%1:10:00::"/> <feat name="text" value="official documents"/> </struct> <struct from="1549" id="a00787002_coll.a" to="1567" type="auto"> <feat name="wnsk" value="official_document%1:10:00::"/> <feat name="text" value="official documents"/> </struct> <struct from="4831" id="a00794277_coll.a" to="4843" type="man"> <feat name="wnsk" value="side_by_side%3:00:00:close:01"/> <feat name="text" value="side by side"/> </struct> <struct from="6299" id="a00797299_coll.a" to="6317" type="auto"> <feat name="wnsk" value="chemical_substance%1:27:00::"/> <feat name="text" value="chemical substance"/> </struct> <struct from="7129" id="a00799517_coll.a" to="7147" type="auto"> <feat name="wnsk" value="chemical_substance%1:27:00::"/> <feat name="text" value="chemical substance"/> </struct> <struct from="7320" id="a00799953_coll.a" to="7339" type="auto"> <feat name="wnsk" value="alcoholic_beverage%1:13:00::"/> <feat name="text" value="alcoholic beverages"/> </struct> <struct from="7593" id="a00800678_coll.a" to="7605" type="un"> <feat name="text" value="cutting edge"/> </struct> <struct from="7894" id="a00801691_coll.a" to="7906" type="un"> <feat name="text" value="cutting edge"/> </struct> </cesAna>
48.441176
258
0.67881
c32969e667bd613939acc80fad982a0cfec5895d
8,681
vcxproj
XML
Kpp/Kpp.vcxproj
Tonyx97/Kpp
13f23b371abf60967a89fd5c029195cb91fd88cc
[ "MIT" ]
1
2021-02-20T14:33:13.000Z
2021-02-20T14:33:13.000Z
Kpp/Kpp.vcxproj
Tonyx97/Kpp
13f23b371abf60967a89fd5c029195cb91fd88cc
[ "MIT" ]
2
2021-05-04T10:17:36.000Z
2021-06-07T11:23:08.000Z
Kpp/Kpp.vcxproj
Tonyx97/Kpp
13f23b371abf60967a89fd5c029195cb91fd88cc
[ "MIT" ]
2
2021-02-19T00:30:21.000Z
2022-01-14T21:12:42.000Z
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <ItemGroup> <ClCompile Include="asm\asm.cpp" /> <ClCompile Include="asm\x64\alignment.cpp" /> <ClCompile Include="asm\x64\arithmetic.cpp" /> <ClCompile Include="asm\x64\bit.cpp" /> <ClCompile Include="asm\x64\built_in.cpp" /> <ClCompile Include="asm\x64\compare.cpp" /> <ClCompile Include="asm\x64\control.cpp" /> <ClCompile Include="asm\x64\conversion.cpp" /> <ClCompile Include="asm\x64\instruction.cpp" /> <ClCompile Include="asm\x64\label.cpp" /> <ClCompile Include="asm\x64\memory.cpp" /> <ClCompile Include="asm\x64\registers.cpp" /> <ClCompile Include="asm\x64\stack.cpp" /> <ClCompile Include="asm\x64\x64.cpp" /> <ClCompile Include="ast\ast.cpp" /> <ClCompile Include="configs\configs.cpp" /> <ClCompile Include="debug\err_handler.cpp" /> <ClCompile Include="dom_tree\dom_tree.cpp" /> <ClCompile Include="graph_viz\gv.cpp" /> <ClCompile Include="ir\ir.cpp" /> <ClCompile Include="lexer\lexer.cpp" /> <ClCompile Include="main.cpp" /> <ClCompile Include="parser\parser.cpp" /> <ClCompile Include="reg_alloc\reg_alloc.cpp" /> <ClCompile Include="semantic\semantic.cpp" /> <ClCompile Include="ssa\optimization.cpp" /> <ClCompile Include="ssa\ssa.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="asm.h" /> <ClInclude Include="asm\asm.h" /> <ClInclude Include="asm\x64\alignment.h" /> <ClInclude Include="asm\x64\arithmetic.h" /> <ClInclude Include="asm\x64\bit.h" /> <ClInclude Include="asm\x64\built_in.h" /> <ClInclude Include="asm\x64\compare.h" /> <ClInclude Include="asm\x64\control.h" /> <ClInclude Include="asm\x64\conversion.h" /> <ClInclude Include="asm\x64\instruction.h" /> <ClInclude Include="asm\x64\label.h" /> <ClInclude Include="asm\x64\memory.h" /> <ClInclude Include="asm\x64\registers.h" /> <ClInclude Include="asm\x64\stack.h" /> <ClInclude Include="asm\x64\x64.h" /> <ClInclude Include="ast\ast.h" /> <ClInclude Include="configs\configs.h" /> <ClInclude Include="debug\debug.h" /> <ClInclude Include="debug\err_handler.h" /> <ClInclude Include="defs.h" /> <ClInclude Include="dom_tree\dom_tree.h" /> <ClInclude Include="graph_viz\gv.h" /> <ClInclude Include="ir\ir.h" /> <ClInclude Include="lexer\lexer.h" /> <ClInclude Include="parser\parser.h" /> <ClInclude Include="reg_alloc\reg_alloc.h" /> <ClInclude Include="semantic\semantic.h" /> <ClInclude Include="ssa\optimization.h" /> <ClInclude Include="ssa\ssa.h" /> <ClInclude Include="utils\rtti.h" /> <ClInclude Include="utils\utils.h" /> </ItemGroup> <PropertyGroup Label="Globals"> <VCProjectVersion>16.0</VCProjectVersion> <Keyword>Win32Proj</Keyword> <ProjectGuid>{8171fccb-cf70-4382-896b-53b70e04d576}</ProjectGuid> <RootNamespace>Kpp</RootNamespace> <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v142</PlatformToolset> <CharacterSet>Unicode</CharacterSet> <SpectreMitigation>false</SpectreMitigation> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v143</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> <SpectreMitigation>false</SpectreMitigation> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" /> </ImportGroup> <ImportGroup Label="Shared"> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <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|x64'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <LinkIncremental>true</LinkIncremental> <OutDir>$(SolutionDir)bins\</OutDir> <TargetName>kpp</TargetName> <IncludePath>C:\X Stuff [FAST]\[Proyectos &amp; Utilidades]\Kpp\deps\include;$(ProjectDir);$(IncludePath)</IncludePath> <LibraryPath>C:\X Stuff [FAST]\[Proyectos &amp; Utilidades]\Kpp\deps\lib;$(LibraryPath)</LibraryPath> <IntDir>$(ProjectDir)build\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> <OutDir>$(SolutionDir)bins\</OutDir> <TargetName>kpp</TargetName> <IncludePath>C:\X Stuff [FAST]\[Proyectos &amp; Utilidades]\Kpp\deps\include;$(ProjectDir);$(IncludePath)</IncludePath> <LibraryPath>C:\X Stuff [FAST]\[Proyectos &amp; Utilidades]\Kpp\deps\lib;$(LibraryPath)</LibraryPath> <IntDir>$(ProjectDir)build\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <SDLCheck>false</SDLCheck> <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions);</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <LanguageStandard>stdcpplatest</LanguageStandard> <StringPooling>true</StringPooling> <CreateHotpatchableImage>false</CreateHotpatchableImage> <GuardEHContMetadata>false</GuardEHContMetadata> <CallingConvention>FastCall</CallingConvention> <MultiProcessorCompilation>true</MultiProcessorCompilation> <LanguageStandard_C>stdc17</LanguageStandard_C> <BufferSecurityCheck>false</BufferSecurityCheck> <FloatingPointExceptions>false</FloatingPointExceptions> </ClCompile> <Link> <SubSystem>Console</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <SDLCheck>true</SDLCheck> <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions);</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <LanguageStandard>stdcpplatest</LanguageStandard> <StringPooling>true</StringPooling> <CreateHotpatchableImage>false</CreateHotpatchableImage> <GuardEHContMetadata>false</GuardEHContMetadata> <CallingConvention>FastCall</CallingConvention> <MultiProcessorCompilation>true</MultiProcessorCompilation> <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> <OmitFramePointers>true</OmitFramePointers> <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> <LanguageStandard_C>stdc17</LanguageStandard_C> </ClCompile> <Link> <SubSystem>Console</SubSystem> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" /> </ImportGroup> </Project>
48.497207
179
0.716968
6fd0f78d6f36ac3322c5d2ff2b05c5e40161a958
977
xml
XML
emoji-keyboard/src/main/res/drawable-anydpi/emojione_emoji_1f6d0.xml
flide/Pictograph-Keyboard
a3437b1aa9d0964d2633028dd4e56003cc5e3651
[ "Apache-2.0" ]
13
2017-02-22T10:26:50.000Z
2021-09-05T18:53:14.000Z
emoji-keyboard/src/main/res/drawable-anydpi/emojione_emoji_1f6d0.xml
samiurprapon/PictographKeyboard_demo
473cffc1f9b07bc7cb4c792d8e8221083568a557
[ "Apache-2.0" ]
4
2017-02-04T17:53:20.000Z
2022-02-27T16:03:08.000Z
emoji-keyboard/src/main/res/drawable-anydpi/emojione_emoji_1f6d0.xml
samiurprapon/PictographKeyboard_demo
473cffc1f9b07bc7cb4c792d8e8221083568a557
[ "Apache-2.0" ]
5
2018-08-20T15:49:00.000Z
2020-11-16T17:04:48.000Z
<?xml version="1.0" encoding="utf-8"?> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:viewportWidth="64" android:viewportHeight="64" android:width="64dp" android:height="64dp"> <path android:pathData="M48.6 25.4L53 21.4 32 2 11 21.4 15.4 25.4 32 10.1Z" android:fillColor="#c28fef" /> <path android:pathData="M47.9 49.4c1.2 -1.2 0.9 -2.9 0 -4.1 -3 -3.9 -6.1 -7.8 -9.1 -11.7 -1 -1.3 -3 -1 -4 0 -1.8 1.7 -3.5 3.5 -5.3 5.2 0 0 0 0 -5.5 -4.6l-1.4 1.5c4.9 7.8 4.9 7.8 4.9 7.8 0.7 1.5 2.9 1.1 4 0l3.6 -3.5 5.6 8.6c-3.4 3.3 -5.3 5.2 -8.6 8.5 -1.8 1.8 -0.4 5 2 5 5.2 0 11.8 0 17 0l0 -2.9c-9.9 -2.9 -9.9 -2.9 -9.9 -2.9 2.2 -2.4 4.5 -4.6 6.7 -6.9" android:fillColor="#c28fef" /> <path android:pathData="M30.4 23.5L26.5 27c-0.6 0.5 -0.6 1.4 -0.1 2l3.3 4c0.5 0.6 1.4 0.7 2 0.1l3.8 -3.4c0.6 -0.5 0.6 -1.4 0.1 -2l-3.3 -4C31.8 23.1 31 23 30.4 23.5" android:fillColor="#c28fef" /> </vector>
61.0625
354
0.563971
349edf0a58ee30153bde6bcc85153335949a486c
957
xml
XML
attivio-archetype-module/src/main/resources/archetype-resources/src/main/resources/__artifactId__/module.xml
shame456/archetypes
10c2448076f0032927edbd912521a967babf06df
[ "Apache-2.0" ]
1
2018-12-22T15:40:40.000Z
2018-12-22T15:40:40.000Z
attivio-archetype-module/src/main/resources/archetype-resources/src/main/resources/__artifactId__/module.xml
shame456/archetypes
10c2448076f0032927edbd912521a967babf06df
[ "Apache-2.0" ]
null
null
null
attivio-archetype-module/src/main/resources/archetype-resources/src/main/resources/__artifactId__/module.xml
shame456/archetypes
10c2448076f0032927edbd912521a967babf06df
[ "Apache-2.0" ]
4
2017-04-25T18:44:43.000Z
2021-02-08T13:33:45.000Z
<att:attivio xmlns:att="http://www.attivio.com/configuration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:f="http://www.attivio.com/configuration/features/core" xsi:schemaLocation="http://www.attivio.com/configuration http://www.attivio.com/configuration/attivio-config.xsd http://www.attivio.com/configuration/features/core http://www.attivio.com/configuration/features/coreFeatures.xsd"> <imports> <import resource="${artifactId}/beans.xml" type="spring"/> </imports> <configuration> <environment-properties> <file-properties location="${artifactId}/${artifactId}.properties"/> </environment-properties> </configuration> <components> <component name="sample1" class="${groupId}.${artifactId}.SampleFieldValueCreatingTransformer"> <properties> </properties> </component> </components> </att:attivio>
38.28
148
0.665622
d2099f602782fb41e8b68e8e0851a2da1244d21c
6,174
xml
XML
paymentsheet/res/values-it/strings.xml
tbellenger/stripe-android
1cdd75eb3e850c2ab152623b80c6e157537de6ed
[ "MIT" ]
null
null
null
paymentsheet/res/values-it/strings.xml
tbellenger/stripe-android
1cdd75eb3e850c2ab152623b80c6e157537de6ed
[ "MIT" ]
10
2021-09-20T17:18:06.000Z
2022-03-23T20:39:35.000Z
paymentsheet/res/values-it/strings.xml
tbellenger/stripe-android
1cdd75eb3e850c2ab152623b80c6e157537de6ed
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <resources> <!-- Billing address section title for card form entry. --> <string name="billing_details">Indirizzo di fatturazione</string> <!-- Button title to cancel action in an alert --> <string name="cancel">Annulla</string> <!-- Done button title --> <string name="done">Fine</string> <!-- Button title to enter editing mode --> <string name="edit">Modifica</string> <!-- Caption for Email field on address form --> <string name="email">Email</string> <!-- Error message when email is invalid --> <string name="email_is_invalid">Indirizzo email non valido.</string> <!-- An error message displayed when the customer's IBAN is incomplete. --> <string name="iban_incomplete">L\'IBAN inserito è incompleto.</string> <!-- An error message displayed when the customer's iban is invalid. --> <string name="iban_invalid">L\'IBAN inserito non è valido.</string> <!-- An error message displayed when the IBAN country code is not supported. --> <string name="iban_invalid_country">L\'IBAN inserito non è valido; \"%s\" non è un codice di paese valido.</string> <!-- An error message displayed when the IBAN does not start with a two-letter country code. --> <string name="iban_invalid_start">L\'IBAN deve iniziare con un codice di paese di due lettere.</string> <!-- Button title for confirmation alert to remove a saved payment method Text for remove button --> <string name="remove">Rimuovi</string> <!-- Generic error message shown when payment cannot be processed. --> <string name="stripe_failure_connection_error">Stiamo riscontrando problemi di connessione con il nostro fornitore di servizi di pagamento. Controlla la connessione a Internet e riprova.</string> <!-- When an internal error is reported when a google pay payment is started. --> <string name="stripe_google_pay_error_internal">Si è verificato un errore interno.</string> <string name="stripe_paymentsheet_add_button_label">Aggiungi</string> <!-- Text for a button that, when tapped, displays another screen where the customer can add payment method details --> <string name="stripe_paymentsheet_add_payment_method_button_label">+ Aggiungi</string> <!-- Card details entry form header title --> <string name="stripe_paymentsheet_add_payment_method_card_information">Dati della carta</string> <!-- Country selector and postal code entry form header title --> <string name="stripe_paymentsheet_add_payment_method_country_or_region">Paese o area geografica</string> <!-- Title shown above a form where the customer can enter payment information like credit card details, email, billing address, etc. --> <string name="stripe_paymentsheet_add_payment_method_title">Aggiungi dati di pagamento</string> <!-- Text for back button --> <string name="stripe_paymentsheet_back">Indietro</string> <string name="stripe_paymentsheet_close">Chiudi</string> <!-- The label of a text field that is optional. For example, 'Email (optional)' or 'Name (optional) --> <string name="stripe_paymentsheet_form_label_optional">%s (campo facoltativo)</string> <!-- iDEAL bank section title for iDEAL form entry. --> <string name="stripe_paymentsheet_ideal_bank">Banca iDEAL</string> <!-- Title of a section containing multiple payment methods that can selected and will collect the payment information from the user. --> <string name="stripe_paymentsheet_or_pay_using">O paga con</string> <!-- Title of a section containing a card form that will collect the payment information from the user. --> <string name="stripe_paymentsheet_or_pay_with_card">Oppure paga con carta</string> <!-- Label of a button that initiates payment when tapped --> <string name="stripe_paymentsheet_pay_button_amount">Paga %s</string> <!-- Label for a button that starts processing the payment. --> <string name="stripe_paymentsheet_pay_button_label">Paga</string> <!-- Title for credit card number entry field --> <string name="stripe_paymentsheet_payment_method_card">Carta</string> <!-- Payment method brand name --> <string name="stripe_paymentsheet_payment_method_sepa_debit">Addebito SEPA</string> <!-- Label of a button that, when tapped, initiates payment, becomes disabled, and displays this text --> <string name="stripe_paymentsheet_primary_button_processing">Elaborazione in corso...</string> <!-- Content for alert popup prompting to confirm removing saved payment method. --> <string name="stripe_paymentsheet_remove_pm">Rimuovi %s</string> <!-- The label of a switch indicating whether to save the payment method for future payments. --> <string name="stripe_paymentsheet_save_for_future_payments">Salva per i pagamenti futuri</string> <!-- The label of a switch indicating whether to save the user&apos;s card for future payments to this merchant --> <string name="stripe_paymentsheet_save_this_card_with_merchant_name">Salva la carta per i pagamenti futuri di %s</string> <!-- Title shown above a carousel containing the customer&apos;s payment methods --> <string name="stripe_paymentsheet_select_payment_method">Seleziona la modalità di pagamento</string> <!-- SEPA mandate text --> <string name="stripe_paymentsheet_sepa_mandate">Fornendo le informazioni di pagamento e confermando questo pagamento, autorizzi (A) %s e Stripe, il nostro fornitore di servizi di pagamento, a inviare istruzioni alla tua banca per l\'addebito sul tuo conto e (B) la tua banca a procedere con tale addebito conformemente alle istruzioni fornite. Tra gli altri diritti, hai anche diritto a un rimborso dalla tua banca in base ai termini e condizioni dell\'accordo sottoscritto con l\'istituto. Un eventuale rimborso va richiesto entro otto settimane a decorrere dalla data di addebito in conto. I tuoi diritti sono consultabili in una dichiarazione che puoi richiedere alla tua banca. Accetti di ricevere una notifica per addebiti futuri fino a 2 giorni prima.</string> <!-- Label of a button displayed below a payment method form. Tapping the button sets the payment method up for future use --> <string name="stripe_paymentsheet_setup_button_label">Imposta</string> </resources>
84.575342
768
0.762067
582f2f1710664e3cdec02dbc79a30a078a8913ee
1,589
xml
XML
app/src/main/res/layout/activity_add_user_to_group.xml
mateioprea/Trending-Things
9cced9ba8d7dc11e8b9eca94aed82ce7eb2b983f
[ "MIT", "Unlicense" ]
2
2015-03-15T15:33:23.000Z
2015-03-18T07:09:24.000Z
app/src/main/res/layout/activity_add_user_to_group.xml
mateioprea/Trending-Things
9cced9ba8d7dc11e8b9eca94aed82ce7eb2b983f
[ "MIT", "Unlicense" ]
3
2015-04-19T15:20:21.000Z
2015-05-18T05:35:15.000Z
app/src/main/res/layout/activity_add_user_to_group.xml
mateioprea/Trending-Things
9cced9ba8d7dc11e8b9eca94aed82ce7eb2b983f
[ "MIT", "Unlicense" ]
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" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" android:paddingBottom="@dimen/activity_vertical_margin" tools:context="app.trendingthings.AddUserToGroup"> <LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentRight="true" android:layout_alignParentEnd="true" android:layout_alignParentTop="true" android:weightSum="1" android:layout_alignParentBottom="true"> <EditText android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/searchUserEditText" android:hint="@string/SearchUserName" android:layout_gravity="center_horizontal" android:layout_weight="0.03" /> <Button android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/SearchUserNameButton" android:id="@+id/searchUserButton" /> <ListView android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/userListView" /> </LinearLayout> </RelativeLayout>
38.756098
96
0.685966
047e0624073c111542aeae9f93f99a64a7cccf63
2,715
xml
XML
xml/vultur.xml
Wilfred/ReVo-utilities
e40b72dcc8684cc70f64ab3d6160d7aab3a62338
[ "MIT" ]
7
2016-11-13T09:19:00.000Z
2020-06-08T22:02:02.000Z
xml/vultur.xml
Wilfred/ReVo-utilities
e40b72dcc8684cc70f64ab3d6160d7aab3a62338
[ "MIT" ]
2
2021-03-22T17:13:09.000Z
2021-12-13T19:40:05.000Z
xml/vultur.xml
Wilfred/ReVo-utilities
e40b72dcc8684cc70f64ab3d6160d7aab3a62338
[ "MIT" ]
2
2015-03-05T22:14:45.000Z
2015-09-14T16:55:00.000Z
<?xml version="1.0"?> <!DOCTYPE vortaro SYSTEM "../dtd/vokoxml.dtd"> <vortaro> <art mrk="$Id: vultur.xml,v 1.25 2016/09/30 04:10:23 revo Exp $"> <kap> <ofc>*</ofc> <rad>vultur</rad>/o </kap> <drv mrk="vultur.0o"> <kap><ofc>*</ofc><tld/>o</kap> <uzo tip="fak">ZOO</uzo> <snc mrk="vultur.0o.akcipitredo"> <dif> Birdoj el subfamilio de familio <ref tip="super" cel="akcipi1.0oj">akcipitredoj</ref> (<trd lng="la">Aegypiinae</trd>), kun nuda kolo kaj viza&gcirc;o, nutrantaj sin de putra&jcirc;o: <ekz> ne man&gcirc;u la aglon kaj la gipaeton kaj la pandionon kaj la vulturon kaj la falkon kaj la milvon kun &gcirc;ia speco <fnt><bib>MT</bib>, <lok>Readmono 14: 12:13</lok></fnt>; </ekz> <ekz> la kokino instruas siajn idojn <klr>[...]</klr> sin gardi kontra&ubreve; vulturo <fnt><bib>Far1</bib>, <lok>&ccirc;ap. 17</lok></fnt>; </ekz> <ekz> putra&jcirc;o allogas <tld/>ojn <klr>(f: pp avidaj heredantoj)</klr>. </ekz> </dif> <ref tip="super" cel="grif.0o">grifo</ref> <trd lng="be">&c_g;&c_r;&c_y;&c_f;</trd> <trd lng="bg">&c_l;&c_je;&c_sh;&c_o;&c_ja;&c_d;</trd> <trd lng="ca">voltor</trd> <trd lng="cs">sup</trd> <trd lng="de">Geier</trd> <trd lng="el">&gamma;&ypsilon_ton;&pi;&alfa;&sigma_fina;</trd> <trd lng="en">vulture</trd> <trd lng="es">buitre</trd> <trd lng="fr">vautour</trd> <trd lng="hu">(&oacute;vil&aacute;gi) <ind>kesely&udblac;</ind></trd> <trd lng="nl">gier</trd> <trd lng="pl">s&eogonek;p</trd> <trd lng="pt">abutre</trd> <trd lng="ru">&c_g;&c_r;&c_i;&c_f;</trd> <trd lng="sv">gam</trd> </snc> <snc mrk="vultur.0o.katartedo"> <dif> Genro el familio <ref tip="super" cel="katart.0oj">katartedoj</ref> (<trd lng="la">Vultur</trd>). </dif> <trd lng="ca">c&ograve;ndor</trd> <trd lng="es">c&oacute;ndor andino</trd> <trd lng="hu">(&uacute;jvil&aacute;gi) <ind>kesely&udblac;</ind></trd> <trd lng="ru">&c_k;&c_o;&c_n;&c_d;&c_o;&c_r;</trd> </snc> <trd lng="sk">sup</trd> </drv> </art> <!-- $Log: vultur.xml,v $ Revision 1.25 2016/09/30 04:10:23 revo Guillermo Molleda Jimena: trd es Revision 1.24 2015/06/28 12:03:50 revo aldono de trd sk per skripto de M. von Laer Revision 1.23 2012/08/13 00:10:22 revo Marc Rausell: + trd ca Revision 1.22 2008/01/04 17:30:23 revo Dennis Wibrow: +trd sv Revision 1.21 2007/12/20 17:30:29 revo Wieland Pusch: +trd bg Revision 1.20 2005/09/07 16:31:04 revo Jozefo Horvath: +trd hu Revision 1.19 2003/09/15 16:31:34 revo Yury Finkel: +trd ru Revision 1.18 2002/10/23 20:40:53 revo --> </vortaro>
29.51087
78
0.597053
00b47bd82f2f142f6377abcd652bccc4dfdecc02
168
xml
XML
conf/Catalina/localhost/apachetest.xml
enesebastian/apache-tomcat-7.0.94
0fde4309b3a6bece3d580fdbcc342c42ce3d85e5
[ "Apache-2.0" ]
null
null
null
conf/Catalina/localhost/apachetest.xml
enesebastian/apache-tomcat-7.0.94
0fde4309b3a6bece3d580fdbcc342c42ce3d85e5
[ "Apache-2.0" ]
null
null
null
conf/Catalina/localhost/apachetest.xml
enesebastian/apache-tomcat-7.0.94
0fde4309b3a6bece3d580fdbcc342c42ce3d85e5
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <Context antiJARLocking="true" docBase="C:\Users\sebastian\Documents\NetBeansProjects\apachetest\build\web" path="/apachetest"/>
56
128
0.761905
b2ee3c5dfef473bdf996471fbb2ea877c3dca17a
1,067
xml
XML
Gboard_renamed_miui/res/layout-sw600dp/keyboard_floating_candidates_header.xml
azuse/Gboard-Patched
110e82094ab24de10828bddb4109adbe9c45d2d8
[ "MIT" ]
3
2021-08-04T14:01:55.000Z
2022-02-11T17:25:03.000Z
Gboard_renamed_miui/res/layout-sw600dp/keyboard_floating_candidates_header.xml
azuse/Gboard-Patched
110e82094ab24de10828bddb4109adbe9c45d2d8
[ "MIT" ]
null
null
null
Gboard_renamed_miui/res/layout-sw600dp/keyboard_floating_candidates_header.xml
azuse/Gboard-Patched
110e82094ab24de10828bddb4109adbe9c45d2d8
[ "MIT" ]
1
2022-02-04T13:55:59.000Z
2022-02-04T13:55:59.000Z
<?xml version="1.0" encoding="utf-8"?> <FrameLayout android:layout_width="wrap_content" android:layout_height="@dimen/keyboard_floating_candidates_header_height" style="@style/HeaderInner.FloatingCandidates" xmlns:android="http://schemas.android.com/apk/res/android"> <com.google.android.apps.inputmethod.libs.framework.keyboard.widget.FixedSizeCandidatesHolderView android:id="@id/softkey_holder_fixed_candidates" android:visibility="visible" android:layout_width="@dimen/keyboard_floating_candidates_header_max_width" candidate_background="@attr/BgFloatingCandidate" candidate_layout="@layout/floating_softkey_candidate_with_ordinal" deletalbe_label="…" max_candidates_count="@integer/max_candidates_per_row" max_width="@dimen/keyboard_floating_candidates_header_max_width" min_width="@dimen/keyboard_floating_candidates_header_min_width" style="@style/CandidateBar" /> <com.google.android.libraries.inputmethod.widgets.SoftKeyView android:id="@id/key_pos_show_more_candidates" style="@style/FloatingSoftKeyCandidateBarShowMoreCandidate" /> </FrameLayout>
177.833333
607
0.84911
a142380acae2761b15b6d4461f722ab9915a5a86
699
csproj
XML
src/SampleWeb/SampleWeb.csproj
danielcweber/GraphQL.Validation
7e2f4fd772dad69558fb918e6c4640c171543f8f
[ "MIT" ]
null
null
null
src/SampleWeb/SampleWeb.csproj
danielcweber/GraphQL.Validation
7e2f4fd772dad69558fb918e6c4640c171543f8f
[ "MIT" ]
null
null
null
src/SampleWeb/SampleWeb.csproj
danielcweber/GraphQL.Validation
7e2f4fd772dad69558fb918e6c4640c171543f8f
[ "MIT" ]
null
null
null
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>net5</TargetFramework> </PropertyGroup> <ItemGroup> <Folder Include="wwwroot\" /> <PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="9.5.0" /> <PackageReference Include="graphiql" Version="2.0.0" /> <PackageReference Include="GraphQL.NewtonsoftJson" Version="3.3.2" /> <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.3" /> <ProjectReference Include="..\GraphQL.FluentValidation\GraphQL.FluentValidation.csproj" /> <PackageReference Include="ProjectDefaults" Version="1.0.53" PrivateAssets="All" /> </ItemGroup> </Project>
49.928571
97
0.736767
132aab593c04ba89aa02e5826c4434bdb199bd2b
392
xml
XML
lib/tests/testscripts/scripts/connectathon/Patient-02-Formal/FHIRClient/_reference/resources/patient-update.xml
incendilabs/plan_executor
b4e58888c71b4af93bc3decf7b2a6c9d5b7db9ab
[ "Apache-2.0" ]
null
null
null
lib/tests/testscripts/scripts/connectathon/Patient-02-Formal/FHIRClient/_reference/resources/patient-update.xml
incendilabs/plan_executor
b4e58888c71b4af93bc3decf7b2a6c9d5b7db9ab
[ "Apache-2.0" ]
1
2022-02-26T12:33:37.000Z
2022-02-26T12:33:37.000Z
lib/tests/testscripts/scripts/connectathon/Patient-02-Formal/FHIRClient/_reference/resources/patient-update.xml
incendilabs/plan_executor
b4e58888c71b4af93bc3decf7b2a6c9d5b7db9ab
[ "Apache-2.0" ]
2
2020-09-30T23:52:11.000Z
2021-12-07T01:40:11.000Z
<?xml version="1.0" encoding="UTF-8"?> <Patient xmlns="http://hl7.org/fhir"> <id value="${patientResourceId}"/> <identifier> <value value="UPDATE-IDENTIFER"/> </identifier> <active value="true"/> <name> <use value="official"/> <family value="UPDATE-FAMILY"/> <given value="UPDATE-GIVEN"/> </name> <gender value="male"/> <birthDate value="2001-02-03"/> </Patient>
26.133333
39
0.627551
a934d2fda6a90a7a0c65b9117236d41f3dd54763
3,638
xml
XML
gae/pom.xml
arrayexpress/gwtupload
a3f323596784ecf076f0da08217d15a6d64b2fcf
[ "Apache-2.0" ]
null
null
null
gae/pom.xml
arrayexpress/gwtupload
a3f323596784ecf076f0da08217d15a6d64b2fcf
[ "Apache-2.0" ]
null
null
null
gae/pom.xml
arrayexpress/gwtupload
a3f323596784ecf076f0da08217d15a6d64b2fcf
[ "Apache-2.0" ]
null
null
null
<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> <artifactId>gwtupload-gae</artifactId> <packaging>jar</packaging> <name>GwtUpload for GAE</name> <description>Library for using gwtupload in AppEngine servers (requires gwtupload.jar)</description> <parent> <groupId>com.googlecode.gwtupload</groupId> <artifactId>gwtupload-project</artifactId> <version>1.0.2-SNAPSHOT</version> </parent> <dependencies> <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-user</artifactId> <version>${gwtVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>${groupId}</groupId> <artifactId>gwtupload</artifactId> <version>${version}</version> <scope>compile</scope> </dependency> <!-- App Engine Runtime Dependencies--> <dependency> <groupId>com.google.appengine</groupId> <artifactId>appengine-api-1.0-sdk</artifactId> <version>${gae.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.appengine</groupId> <artifactId>appengine-tools-sdk</artifactId> <version>${gae.version}</version> </dependency> <!-- Google App Engine Runtime Dependencies --> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jta_1.1_spec</artifactId> <version>1.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jpa_3.0_spec</artifactId> <version>1.1.1</version> <scope>runtime</scope> </dependency> <!-- <dependency> <groupId>com.google.appengine.orm</groupId> <artifactId>jdo2-api</artifactId> <version>2.3-eb</version> <scope>runtime</scope> </dependency> --> <dependency> <groupId>org.datanucleus</groupId> <artifactId>datanucleus-core</artifactId> <version>1.1.5</version> </dependency> <dependency> <groupId>com.google.appengine.orm</groupId> <artifactId>datanucleus-appengine</artifactId> <version>1.0.8</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.datanucleus</groupId> <artifactId>datanucleus-jpa</artifactId> <version>1.1.5</version> <scope>runtime</scope> </dependency> </dependencies> <build> <resources> <resource><directory>${basedir}/src/main/java</directory></resource> </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> --> </plugins> </build> <distributionManagement> <site> <id>googlecode</id> <url>svn:https://gwtupload.googlecode.com/svn/site/${artifactId}</url> </site> </distributionManagement> </project>
27.984615
204
0.621495
3d831bd62788a565c9b595d9ede41e9d9d871510
22,109
vcxproj
XML
Base/PLMesh/PLMesh.vcxproj
ktotheoz/pixellight
43a661e762034054b47766d7e38d94baf22d2038
[ "MIT" ]
83
2015-01-08T15:06:14.000Z
2021-07-20T17:07:00.000Z
Base/PLMesh/PLMesh.vcxproj
PixelLightFoundation/pixellight
43a661e762034054b47766d7e38d94baf22d2038
[ "MIT" ]
27
2019-06-18T06:46:07.000Z
2020-02-02T11:11:28.000Z
Base/PLMesh/PLMesh.vcxproj
naetherm/PixelLight
d7666f5b49020334cbb5debbee11030f34cced56
[ "MIT" ]
40
2015-02-25T18:24:34.000Z
2021-03-06T09:01:48.000Z
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.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>{16438279-A781-44B2-8687-652AA26611D6}</ProjectGuid> <RootNamespace>PLMesh</RootNamespace> <Keyword>Win32Proj</Keyword> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>Unicode</CharacterSet> <WholeProgramOptimization>true</WholeProgramOptimization> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>Unicode</CharacterSet> <WholeProgramOptimization>true</WholeProgramOptimization> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <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> <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> <PropertyGroup Label="UserMacros" /> <PropertyGroup> <_ProjectFileVersion>10.0.31118.1</_ProjectFileVersion> <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">build\debug_x86\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">build\debug_x86\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">build\debug_x64\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">build\debug_x64\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">build\release_x86\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">build\release_x86\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">build\release_x64\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">build\release_x64\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)D</TargetName> <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)D</TargetName> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>include/;../PLCore/include/;../PLMath/include/;../PLGraphics/include/;../PLRenderer/include/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;PLMESH_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>false</MinimalRebuild> <ExceptionHandling> </ExceptionHandling> <BasicRuntimeChecks>Default</BasicRuntimeChecks> <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> <RuntimeTypeInfo>false</RuntimeTypeInfo> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level4</WarningLevel> <DebugInformationFormat>EditAndContinue</DebugInformationFormat> <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <Link> <AdditionalDependencies>PLCoreD.lib;PLMathD.lib;PLGraphicsD.lib;PLRendererD.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalLibraryDirectories>../../Bin/Lib/x86/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention>true</DataExecutionPrevention> <TargetMachine>MachineX86</TargetMachine> </Link> <PostBuildEvent> <Command>copy build\debug_x86\PLMeshD.dll ..\..\Bin\Runtime\x86\ copy build\debug_x86\PLMeshD.lib ..\..\Bin\Lib\x86\ ..\..\Bin\Tools\x86\PLProjectD.exe . --output-path ..\..\Bin\Runtime\x86 --write-plugin</Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <Midl> <TargetEnvironment>X64</TargetEnvironment> </Midl> <ClCompile> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>include/;../PLCore/include/;../PLMath/include/;../PLGraphics/include/;../PLRenderer/include/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;WIN64;_DEBUG;_WINDOWS;_USRDLL;PLMESH_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>false</MinimalRebuild> <ExceptionHandling> </ExceptionHandling> <BasicRuntimeChecks>Default</BasicRuntimeChecks> <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> <RuntimeTypeInfo>false</RuntimeTypeInfo> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level4</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <MultiProcessorCompilation>true</MultiProcessorCompilation> </ClCompile> <Link> <AdditionalDependencies>PLCoreD.lib;PLMathD.lib;PLGraphicsD.lib;PLRendererD.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalLibraryDirectories>../../Bin/Lib/x64/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention>true</DataExecutionPrevention> <TargetMachine>MachineX64</TargetMachine> </Link> <PostBuildEvent> <Command>copy build\debug_x64\PLMeshD.dll ..\..\Bin\Runtime\x64\ copy build\debug_x64\PLMeshD.lib ..\..\Bin\Lib\x64\ ..\..\Bin\Tools\x64\PLProjectD.exe . --output-path ..\..\Bin\Runtime\x64 --write-plugin</Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <Optimization>Full</Optimization> <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> <IntrinsicFunctions>true</IntrinsicFunctions> <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> <OmitFramePointers>true</OmitFramePointers> <WholeProgramOptimization>true</WholeProgramOptimization> <AdditionalIncludeDirectories>include/;../PLCore/include/;../PLMath/include/;../PLGraphics/include/;../PLRenderer/include/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;PLMESH_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <StringPooling>true</StringPooling> <MinimalRebuild>false</MinimalRebuild> <ExceptionHandling>false</ExceptionHandling> <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <BufferSecurityCheck>false</BufferSecurityCheck> <FunctionLevelLinking>false</FunctionLevelLinking> <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> <FloatingPointModel>Fast</FloatingPointModel> <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> <RuntimeTypeInfo>false</RuntimeTypeInfo> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <MultiProcessorCompilation>true</MultiProcessorCompilation> <FloatingPointExceptions>false</FloatingPointExceptions> </ClCompile> <Link> <AdditionalDependencies>PLCore.lib;PLMath.lib;PLGraphics.lib;PLRenderer.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalLibraryDirectories>../../Bin/Lib/x86/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> <GenerateDebugInformation>false</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention>true</DataExecutionPrevention> <SupportUnloadOfDelayLoadedDLL>true</SupportUnloadOfDelayLoadedDLL> <TargetMachine>MachineX86</TargetMachine> </Link> <PostBuildEvent> <Command>copy build\release_x86\PLMesh.dll ..\..\Bin\Runtime\x86\ copy build\release_x86\PLMesh.lib ..\..\Bin\Lib\x86\ ..\..\Bin\Tools\x86\PLProject.exe . --output-path ..\..\Bin\Runtime\x86 --write-plugin</Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <Midl> <TargetEnvironment>X64</TargetEnvironment> </Midl> <ClCompile> <Optimization>Full</Optimization> <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> <OmitFramePointers>true</OmitFramePointers> <WholeProgramOptimization>true</WholeProgramOptimization> <AdditionalIncludeDirectories>include/;../PLCore/include/;../PLMath/include/;../PLGraphics/include/;../PLRenderer/include/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>WIN32;WIN64;NDEBUG;_WINDOWS;_USRDLL;PLMESH_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <StringPooling>true</StringPooling> <MinimalRebuild>false</MinimalRebuild> <ExceptionHandling>false</ExceptionHandling> <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> <RuntimeTypeInfo>false</RuntimeTypeInfo> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <MultiProcessorCompilation>true</MultiProcessorCompilation> <IntrinsicFunctions>true</IntrinsicFunctions> <BufferSecurityCheck>false</BufferSecurityCheck> <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> <FloatingPointModel>Fast</FloatingPointModel> <FloatingPointExceptions>false</FloatingPointExceptions> <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> </ClCompile> <Link> <AdditionalDependencies>PLCore.lib;PLMath.lib;PLGraphics.lib;PLRenderer.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalLibraryDirectories>../../Bin/Lib/x64/;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> <GenerateDebugInformation>false</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <RandomizedBaseAddress>false</RandomizedBaseAddress> <DataExecutionPrevention>true</DataExecutionPrevention> <TargetMachine>MachineX64</TargetMachine> </Link> <PostBuildEvent> <Command>copy build\release_x64\PLMesh.dll ..\..\Bin\Runtime\x64\ copy build\release_x64\PLMesh.lib ..\..\Bin\Lib\x64\ ..\..\Bin\Tools\x64\PLProject.exe . --output-path ..\..\Bin\Runtime\x64 --write-plugin</Command> </PostBuildEvent> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="src\PLMesh.cpp" /> <ClCompile Include="src\Creator\MeshCreator.cpp" /> <ClCompile Include="src\Creator\MeshCreatorBezierPatch.cpp" /> <ClCompile Include="src\Creator\MeshCreatorCappedCylinder.cpp" /> <ClCompile Include="src\Creator\MeshCreatorCube.cpp" /> <ClCompile Include="src\Creator\MeshCreatorCylinder.cpp" /> <ClCompile Include="src\Creator\MeshCreatorDisk.cpp" /> <ClCompile Include="src\Creator\MeshCreatorDome.cpp" /> <ClCompile Include="src\Creator\MeshCreatorFlashlight.cpp" /> <ClCompile Include="src\Creator\MeshCreatorPartialDisk.cpp" /> <ClCompile Include="src\Creator\MeshCreatorQuad.cpp" /> <ClCompile Include="src\Creator\MeshCreatorSphere.cpp" /> <ClCompile Include="src\Creator\MeshCreatorSuperEllipse.cpp" /> <ClCompile Include="src\Creator\MeshCreatorTeapot.cpp" /> <ClCompile Include="src\Creator\MeshCreatorTorus.cpp" /> <ClCompile Include="src\Creator\MeshCreatorTriangle.cpp" /> <ClCompile Include="src\Loader\MeshFile.cpp" /> <ClCompile Include="src\Loader\MeshLoader.cpp" /> <ClCompile Include="src\Loader\MeshLoaderPL.cpp" /> <ClCompile Include="src\Loader\MeshLoaderPLXml.cpp" /> <ClCompile Include="src\Loader\SkeletonAniLoader.cpp" /> <ClCompile Include="src\AnchorPoint.cpp" /> <ClCompile Include="src\Geometry.cpp" /> <ClCompile Include="src\Joint.cpp" /> <ClCompile Include="src\JointAni.cpp" /> <ClCompile Include="src\JointHandler.cpp" /> <ClCompile Include="src\JointState.cpp" /> <ClCompile Include="src\Mesh.cpp" /> <ClCompile Include="src\MeshAnimationManager.cpp" /> <ClCompile Include="src\MeshAnimationManagerHardware.cpp" /> <ClCompile Include="src\MeshAnimationManagerSoftware.cpp" /> <ClCompile Include="src\MeshHandler.cpp" /> <ClCompile Include="src\MeshLODLevel.cpp" /> <ClCompile Include="src\MeshManager.cpp" /> <ClCompile Include="src\MeshMorphTarget.cpp" /> <ClCompile Include="src\MeshOctree.cpp" /> <ClCompile Include="src\MorphTargetAni.cpp" /> <ClCompile Include="src\Skeleton.cpp" /> <ClCompile Include="src\SkeletonHandler.cpp" /> <ClCompile Include="src\SkeletonManager.cpp" /> <ClCompile Include="src\SPMeshPreview.cpp" /> <ClCompile Include="src\VertexWeights.cpp" /> <ClCompile Include="src\Weight.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="include\PLMesh\PLMesh.h" /> <ClInclude Include="include\PLMesh\Creator\MeshCreator.h" /> <CustomBuildStep Include="include\PLMesh\Creator\MeshCreatorBezierPatch.h" /> <CustomBuildStep Include="include\PLMesh\Creator\MeshCreatorCappedCylinder.h" /> <ClInclude Include="include\PLMesh\Creator\MeshCreatorCube.h" /> <CustomBuildStep Include="include\PLMesh\Creator\MeshCreatorCylinder.h" /> <CustomBuildStep Include="include\PLMesh\Creator\MeshCreatorDisk.h" /> <CustomBuildStep Include="include\PLMesh\Creator\MeshCreatorDome.h" /> <CustomBuildStep Include="include\PLMesh\Creator\MeshCreatorFlashlight.h" /> <CustomBuildStep Include="include\PLMesh\Creator\MeshCreatorPartialDisk.h" /> <CustomBuildStep Include="include\PLMesh\Creator\MeshCreatorQuad.h" /> <CustomBuildStep Include="include\PLMesh\Creator\MeshCreatorSphere.h" /> <CustomBuildStep Include="include\PLMesh\Creator\MeshCreatorSuperEllipse.h" /> <CustomBuildStep Include="include\PLMesh\Creator\MeshCreatorTeapot.h" /> <CustomBuildStep Include="include\PLMesh\Creator\MeshCreatorTorus.h" /> <CustomBuildStep Include="include\PLMesh\Creator\MeshCreatorTriangle.h" /> <ClInclude Include="include\PLMesh\Loader\MeshFile.h" /> <ClInclude Include="include\PLMesh\Loader\MeshLoader.h" /> <ClInclude Include="include\PLMesh\Loader\MeshLoaderPL.h" /> <ClInclude Include="include\PLMesh\Loader\MeshLoaderPLXml.h" /> <ClInclude Include="include\PLMesh\Loader\SkeletonAniLoader.h" /> <ClInclude Include="include\PLMesh\AnchorPoint.h" /> <ClInclude Include="include\PLMesh\Geometry.h" /> <ClInclude Include="include\PLMesh\Joint.h" /> <ClInclude Include="include\PLMesh\JointAni.h" /> <ClInclude Include="include\PLMesh\JointHandler.h" /> <ClInclude Include="include\PLMesh\JointState.h" /> <ClInclude Include="include\PLMesh\Mesh.h" /> <ClInclude Include="include\PLMesh\MeshAnimationManager.h" /> <ClInclude Include="include\PLMesh\MeshAnimationManagerHardware.h" /> <ClInclude Include="include\PLMesh\MeshAnimationManagerSoftware.h" /> <ClInclude Include="include\PLMesh\MeshHandler.h" /> <ClInclude Include="include\PLMesh\MeshLODLevel.h" /> <ClInclude Include="include\PLMesh\MeshManager.h" /> <ClInclude Include="include\PLMesh\MeshMorphTarget.h" /> <ClInclude Include="include\PLMesh\MeshOctree.h" /> <ClInclude Include="include\PLMesh\MorphTargetAni.h" /> <ClInclude Include="include\PLMesh\Skeleton.h" /> <ClInclude Include="include\PLMesh\SkeletonHandler.h" /> <ClInclude Include="include\PLMesh\SkeletonManager.h" /> <ClInclude Include="include\PLMesh\SPMeshPreview.h" /> <ClInclude Include="include\PLMesh\VertexWeights.h" /> <ClInclude Include="include\PLMesh\Weight.h" /> </ItemGroup> <ItemGroup> <None Include="CMakeLists.txt" /> <None Include="Diary.txt" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Base\PLCore\PLCore.vcxproj"> <Project>{e793f581-0152-4143-9809-6eeef19360a6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> <ProjectReference Include="..\..\Base\PLGraphics\PLGraphics.vcxproj"> <Project>{46f614f4-fa79-4a0f-a17e-b888a4878465}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> <ProjectReference Include="..\..\Base\PLMath\PLMath.vcxproj"> <Project>{43032fd4-d3bb-41b9-bc18-5ac8a76bca96}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> <ProjectReference Include="..\PLRenderer\PLRenderer.vcxproj"> <Project>{40854ae4-668d-41fb-9af3-c3ae013fa2c6}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>
59.592992
191
0.745488
84b467ff5ee024fe6f30feea06030265a92d2a54
2,094
xml
XML
app/code/community/Easygento/InstanceReminder/etc/config.xml
0-Sony/Easygento-InstanceReminder
1a5465251e02d6c4dac9241737234398a002c192
[ "MIT" ]
null
null
null
app/code/community/Easygento/InstanceReminder/etc/config.xml
0-Sony/Easygento-InstanceReminder
1a5465251e02d6c4dac9241737234398a002c192
[ "MIT" ]
null
null
null
app/code/community/Easygento/InstanceReminder/etc/config.xml
0-Sony/Easygento-InstanceReminder
1a5465251e02d6c4dac9241737234398a002c192
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <!-- /** * This file is part of Easygento_InstanceReminder for Magento. * * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * @author Phuong LE <sony@menincode.com> <@> * @category Easygento * @package Easygento_InstanceReminder * @copyright Copyright (c) 2017 Easygento (Menincode) */ --> <config> <modules> <Easygento_InstanceReminder> <version>1.1.0</version> </Easygento_InstanceReminder> </modules> <global> <models> <easygento_instancereminder> <class>Easygento_InstanceReminder_Model</class> </easygento_instancereminder> </models> <helpers> <easygento_instancereminder> <class>Easygento_InstanceReminder_Helper</class> </easygento_instancereminder> </helpers> </global> <adminhtml> <layout> <updates> <easygento_instancereminder module="Easygento_InstanceReminder"> <file>easygento/instancereminder.xml</file> </easygento_instancereminder> </updates> </layout> <events> <controller_action_predispatch_adminhtml_index_login> <observers> <easygento_instancereminder> <class>easygento_instancereminder/observer</class> <method>setFlag</method> </easygento_instancereminder> </observers> </controller_action_predispatch_adminhtml_index_login> </events> </adminhtml> <default> <easygento_instancereminder> <instance_reminder> <enabled>1</enabled> <instance>develop</instance> <dev>FFFFFF</dev> <preprod>FFFFFF</preprod> <production>FFFFFF</production> <custom>FFFFFF</custom> </instance_reminder> </easygento_instancereminder> </default> </config>
33.774194
87
0.576886
756261f0b84946ec021031128d94ab011fc59247
989
xml
XML
GiftsApp/app/src/main/res/layout/activity_change_biography.xml
theleehari/AppTangQua
b626ce7c0b40cf9a38fec5c092424081a6f6c336
[ "MIT" ]
null
null
null
GiftsApp/app/src/main/res/layout/activity_change_biography.xml
theleehari/AppTangQua
b626ce7c0b40cf9a38fec5c092424081a6f6c336
[ "MIT" ]
55
2021-03-12T04:23:48.000Z
2021-06-10T10:44:34.000Z
GiftsApp/app/src/main/res/layout/activity_change_biography.xml
theleehari/appTangQua
b626ce7c0b40cf9a38fec5c092424081a6f6c336
[ "MIT" ]
1
2021-04-14T08:27:00.000Z
2021-04-14T08:27:00.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" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:background="#56C3C1C1" android:orientation="vertical" android:weightSum="13" android:layout_height="match_parent"> <EditText android:id="@+id/edtBio" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/border_infor" android:textSize="20dp" android:layout_weight="1" android:layout_marginTop="10dp"/> <Button android:id="@+id/btnSave" android:layout_width="match_parent" android:layout_height="20dp" android:backgroundTint="#2C4CC3" android:layout_marginTop="10dp" android:layout_weight="1" android:text="LƯU" /> </LinearLayout>
31.903226
62
0.668352
673640d1487770fc71e562dd5323c1d5b7a78fbb
4,815
xml
XML
roadmap.xml
jphall663/hc_ml
9414bf564c4c10df819b35e979dbdd63bb5f8b17
[ "CC-BY-4.0" ]
20
2019-06-07T08:15:55.000Z
2022-01-13T11:39:46.000Z
roadmap.xml
jphall663/hc_ml
9414bf564c4c10df819b35e979dbdd63bb5f8b17
[ "CC-BY-4.0" ]
null
null
null
roadmap.xml
jphall663/hc_ml
9414bf564c4c10df819b35e979dbdd63bb5f8b17
[ "CC-BY-4.0" ]
7
2019-07-11T13:06:42.000Z
2022-01-13T11:40:11.000Z
<mxfile modified="2019-03-05T16:43:04.762Z" host="www.draw.io" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36" etag="5dndDoi3M45ORKSEiFdQ" version="10.3.4" type="device"><diagram id="LXgV89u-WmjvbS9pgBGX" name="Page-1">7V1Zk5u4Fv41foxLQqyP6W1mqjJVqUmqcvM0pQbZzQ0GX8C95NdfiV0LWDbC3Vn80G0ECKHznf1IXqHr3fMfOd4//J1FJFlZIHpeoZuVZSEbWfQfa3mpW1xo1w3bPI7qJtg3fIq/k6YRNK2HOCIFd2GZZUkZ7/nGMEtTEpZcG87z7Im/bJMl/FP3eEukhk8hTuTWL3FUPtStvgP69j9JvH1onwxBc2aH24ubhuIBR9nToAndrtB1nmVl/W33fE0SNnntvNT33Y2c7QaWk7TUuaEhxCNODs27rSw3obde3dMvW/bl9uZ920b76Zqb8Zcv7aTk2SGNCOsX0tNPD3FJPu1xyM4+URjQtodylzSnE3xPkiscfttWt11nSZbTU2mW0uuvijLPvpG2cWWhwPUQdukZnMTblLaF9P0IPXm1iZNkcCGBkUM82v5I8jKmFHvf3FBm+27Qw+lpZoxdTp4HTc10/UGyHSnzF3pJc/adZTtg7dS3NfgN6qOnHguW3SD6YYADt2nDDfy2Xec9heiXhkhqgqFRgkXxI0cQ938HhqIr+l7lu2beKCVBQjZlf7Ynp0B2+h/v2Jyl90U9deCO4PKQE/qNpNs4JSSP060aG11bNaq3gJjqtV8FL47lCXiB0G1bhphxfQVmvPmYsWdjJq8GNAqaYo9TCUi5Ag2qC0WQ/JojE3htwXFN8//0sMDvptdruiH7JHvZMVE0jQ8lwH9sQbzJ0vJTM2CFkXOGVIa+LUhlBDyVVG5tJNNS2ZktlRsj6C0Kv99Du8DQXl8k/W76CZo+5zhOeUv+t1YxZutbbqC09VX+oT9fq7gSGUi0Je1LZnn5kG2zFCe3fetVTyjAE4XORP7yH9ZOX6E5/NpcVh3cPHNHL83Rf0lZvjRhG3woM9rUP/lDxua+6n90ykucb0nThJpXYu8xSYScJLiMH/kYjWoum1s/ZjEzpXriIctfu4MPT0g34HssskMekqaTnkDv8xy/DC7bswuKY49VPqoned1pD4DurbUw4RnFxHNcDiBBj75qoEUXEYwjB/x7dwfoZwopNRWaAJwMnsA0dnT50Ddm3dWvD9jMvCuqGWRnIdw/y4bC3zg9YDqMazZZefyIS1IdqN3LoZSn3/OChXay/ERvlOulpLqEyrNNlj/hPJrR02Yk1jTHTx7VT+C4fqpURY1f2B13qkOhodzQJ/cbWSVFmPibcArSp+kbxEeWkCIW6TiyrrHBfIwHr+LBsJlXdn6EQ0DYEaFvREzObzbyCK6ztAJzSgFSsdMGx3n9LWZj3uekxPcJEXhtmn3qoc9wJFRX/vhzXcS7PZtJsGOZosLkhEkXz5EBcvLhqBCgn7s7c8wuJh4sDynYHSzD7m32zZRtGb1nqbjeyKctdzF7+skWw5RgVtsroKIWzst2DGGCiyIO2+ZmIJxZ0x185W2cESNYy2RBSLZZoHGjZczyBJ619i3P8V0LuH7QRrU6cLnr/pzTqRrjBjDwkIhru3Wj7sbugoFjGbkLgoC/i7e3VX1AR+jDh21D+9Y1QaXJOcN6h62kGKpZc3yozQXm2HUgIAFoDPyOTYdMunaCloU/UgOQThoTuz2vKbgSBkHbIN6ixZBQwZCtA7U8Q0LPWweuC2BgQ8+mzMfjmyHV9h0bUYZEFkAC5kYYUvEcahKKvNNxwTEIn87fliMFRUSeO++u2Z4xNMpKLYYhj+HmqFcT7ODUUInkGCPUIH2aL08C/eIAr8SvjwYfgcDugnJ0funEMRO6MZdPMn5vYuZ6184DtYNxyHrAlPgvRVysBtHa+m9FhB2JYkqHLD1uKi/mAL+2MQw9XjhSrSybwlBhCiMD0Z22Xs2w3FgDXnRQHp8jIlrVekREaFoAES4eumj+uEBTKWs9IXS5OG/gruFonJcSlxdRQq53RCIpnmPbcs96Kvt0HWvLviE0rCsdk5jn0MQhsEv59PATUNxjtAcyNMEoPR8Cl2NE1/XH7NBRRnhzoEcTyQ0LBWejHEm2JPKWw3lfOicMfXyE7NUn75nPG65kW3zMyT7PQkKRygLXYMMig1UUMaVtyqh8HUYMX8YiiH0GtuqrIOEhj8sXVYL2gpreTGRLpCoMgKTOfVfW5p4QlDhLmy+SIJO9gBPF3CJ+tp5U8t+GPwAdoWLaoDdgLkF3RkD9JA+hWz9B7g/bLV+oMSNAvqiIGDf+RTdBoYyr60YKQuglm+pjzo8Q1Re0O3Ux9CWAIotmIlMML5tGu33eJ9S9ZN5j8ZYQ80YSqtATy0IDRUZV5VdaBlIsbR+TsV6VITwx031ZxgqJ+Qs9Tc4lJ3RVw2C6VAmptm22XWuBIzpDOyoKA1/0ofwlA1Kd5l3Y7NA1GeYDZWhDtMjlAun2hewKy3IFVACwICGtUQl+UgK9kryCCP+Q4YjpflzioZ0/o8dR68GkeJe0/IjMHpfyRqS50y7D60r8JVnuLpQtb7Olpqvu7C4UUdXdrQFwON41X3u3QKyvrekcCodlfI4zyjERlDLE/rTmUN3T0H8qKiEZnvw9x/LQ1VMDYaTB2g8GH6GieEQXniPz5i8qrBeijZQ3AlV549J2cZbjMqtAVsvbQR7GwAK9CxZvCRmjx7g40M6+izmjGXVUv66HYCMxVtVmlLhVY6rMk4H6fstoFP4Vij8410Rps3qywTldhaVnj3qyyrlYoVUXpmzjz4EQttQOt8MA8XlPGwr5KWOhdtGzosg/otKkO4IJhXaO0jG6uuWtZJ0m3K6z6gtfp5aQ0n4qv8QMk4mkqn7pEovXiUaPN2n0mKtjAmIe6Ujt4DkQ90btqqnYcRPf17IPPuc4ipklwFaKnGTXyEsAh1ft6jj1jB4og5GiOHeFuyoW/lqx/Al6CLZZFONtmhVlHBoqfP8VbDBk86XKMPAkEyxQWGCugXh966iaUUJnm04T9pBeCfx0GY+eTRXIGqfd2+sCxbJithAAvVKdcyrUxapx5PpTkl+vD0e3HugcRTI/rTTpoCvXHy4pdofbn7A1VzvqnG+JhrJQe7QGhihI8l2WxmUm7Iml9qUX277HuDKYkvXHiwpOy7zxMh1ZCrcaKLbIQgaitUhOvP1Fyc7KcqtZP1RrY7fNekDwLc2ekkrCsZ0HV1Xlbp49skMchoe8KuJpVw129T7DlYNxUlXu9CU/QKjpESjHYCC6L0NyNP7LUOs2TZIOF/dC2MVRVCkpFR54xEyH+Y1E7JGYg0O+vMYN+gslYNtQjtEE7InWgVRoq1gXo2BPLY2trZ0vlb6FrrQey7KkpKu+e+ggvqCI69rTKyc63T5whAchl8sYzPYKW7LNrxEZ1eVTqcJaqxrIOc7u6M/DruoB7/eEua8g27AjajjvqKyOVs0aYuZXkTAu9IpclvaqxD1qFheiSBaitkKIqmLUjgkhevpKm5OsyyUNKJOr4HnI5uQxJk8r1YqeKAsPzJDVXNNzKby+Na9fXPJjuY6qUG+pRT9okUU/slN+UkhAlSJR1ADoGQeqta8XXYweQOQFCAJk275YuYG4perumQYC9K1gbbuOAz3Lrp7GPSagg6gfXz9LeA9zNUPt2t2BjPzMTPzjdn9OqMSpth6pSdtYJ/Rq52rl3DD+paApGgUjqx/1VmhUpoTUc/1coeudvVLkK9jHECtDz3EF/SQH8FqjZ8jH0B4HljYfy4s1urjy2aJfWa9wW7A9YuLigV5xT9LwYYfzbxph3nszctyMLRHw2ZZ2EcbQkLChTKnWcZpFKVUyRJgRVh6+13/T7kcBGg5aDffdV2M1gIKD4shKBwaKwERgYgpU6xRGQaGx0SLOw0a3AFlfd/sljm+4KE91R6XjqGoVtzx/iumDjoHpk6Ogn0qcRtXmZG2Vz67Z/hI8Zfm3TUI9e/PRlxHhe0LsZdbEN2cthRfgqdY1GPACbI1adnPIPaui9AzkqjbuXwq8thyM+ovtlMVchcrXLbMILxEqfFtg7cpPLohdVbxlMex2C5pO2TLhdOz2P1tyCeyOxwDOWQP3EVMo4iRhrxOreECvpv2nYQ2LYw3bvyBrqAp/X4E1JpJPp7NGv+jrEqwhu37/ZDja0YmRynF+VvwKcXmFQbgYfjW8vw9kS9JIyyF7G3k5mSZn+OSSn6P4XSt7obwb3kbFFyv4eP/9X/Tl4+a9vT2k72wN32fg/mn7eoqZmnCAu7hfC1bFetBAAdbuR9/Mz4uqtEOYF7lkW8hQKjfhG4QzSXKfPY1HMqvT9HsL2pV64zEhbMjP/ATRXyshafm8ZpWIqBtotAIhfsl3YyjzKD6lHe74qIS00HRFd3u5qTSmkuCOhp+ok3KfC+ixgjrqC0wXYk9sNvnDwV9E7fmJeHsNqLUEHOS5yLaBy8d7obu2/cCyPQShT0Wq4cR88xQXGa7OVgNYdtP/IbjI0np/cIATCou0JkuVuc4zHD6QotZPRRyRvPJkxvOCDKR3b9T00MhmKxTzKQoYeoGQzW7RzmX9kBHLhB72v75aI6T/DVt0+38=</diagram></mxfile>
4,815
4,815
0.956179
1764a92962349a0ae769cd4ef2a1b3ac6274bffa
1,992
xml
XML
Data Set/NER/Criminal-Related Documents NE Annotated/CN/CN018_NEAnn.xml
goncalofcarnaz/Annotated-Corpus-of-Criminal-Related-Portuguese-Documents
1b54f2abe268fa863e10cb2c2cc1709fdde3b017
[ "CC-BY-4.0" ]
null
null
null
Data Set/NER/Criminal-Related Documents NE Annotated/CN/CN018_NEAnn.xml
goncalofcarnaz/Annotated-Corpus-of-Criminal-Related-Portuguese-Documents
1b54f2abe268fa863e10cb2c2cc1709fdde3b017
[ "CC-BY-4.0" ]
null
null
null
Data Set/NER/Criminal-Related Documents NE Annotated/CN/CN018_NEAnn.xml
goncalofcarnaz/Annotated-Corpus-of-Criminal-Related-Portuguese-Documents
1b54f2abe268fa863e10cb2c2cc1709fdde3b017
[ "CC-BY-4.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?><news018> <docname>news018</docname> <authors>Jornal de Noticias</authors> <publicationdate>15 Setembro de 2017</publicationdate> <title>Detido suspeito de crime de pornografia de menores.</title> <newstext>A Polícia Judiciária (PJ), através do Departamento de Investigação Criminal de Aveiro, identificou e deteve um homem de 20 anos, serralheiro, “fortemente indiciado pela prática do crime de pornografia de menores”. Em nota publicada no seu site, a PJ explica que “a investigação surgiu no âmbito do combate internacional à pornografia infantil, em articulação com autoridades estrangeiras”, podendo concluir-se “que o suspeito se dedicava ativamente à obtenção e à divulgação de vídeos e de imagens de cariz pornográfico, em que eram intervenientes crianças e jovens em práticas sexuais explícitas, através de uma rede social”.</newstext> <Sentences num="2"> </Sentences> <sent1 desc="A Polícia Judiciária, através do Departamento de Investigação Criminal de Aveiro, identificou e deteve um homem de 20 anos, serralheiro, 'fortemente indiciado pela prática do crime de pornografia de menores'."> <NE> <Organization>Polícia Judiciária</Organization> <Organization>Departamento de Investigação Criminal de Aveiro</Organization> <Numeric>20</Numeric> <crimetype>pornografia de menores</crimetype> </NE> </sent1> <sent2 desc="Em nota publicada no seu site, a PJ explica que 'a investigação surgiu no âmbito do combate internacional à pornografia infantil, em articulação com autoridades estrangeiras', podendo concluir-se 'que o suspeito se dedicava ativamente à obtenção e à divulgação de vídeos e de imagens de cariz pornográfico, em que eram intervenientes crianças e jovens em práticas sexuais explícitas, através de uma rede social'."> <NE> <Organization>PJ</Organization> <crimetype>pornografia infantil</crimetype> </NE> </sent2> </news018>
62.25
429
0.758032
893207e44e8e18880b88c61621fc500872314267
2,128
xml
XML
server/src/main/resources/mapper/user-mapper.xml
omsfuk/OnSale
aeba3ef2e978e3a0d3a20218b5862e55abc2ebf5
[ "Apache-2.0" ]
1
2017-10-02T01:38:09.000Z
2017-10-02T01:38:09.000Z
server/src/main/resources/mapper/user-mapper.xml
omsfuk/OnSale
aeba3ef2e978e3a0d3a20218b5862e55abc2ebf5
[ "Apache-2.0" ]
null
null
null
server/src/main/resources/mapper/user-mapper.xml
omsfuk/OnSale
aeba3ef2e978e3a0d3a20218b5862e55abc2ebf5
[ "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="cn.omsfuk.onsale.dao.UserDAO"> <resultMap id="user" type="cn.omsfuk.onsale.vo.UserVO"> <id column="id" property="id"/> </resultMap> <select id="findUserById" resultMap="user"> SELECT * FROM user WHERE id = #{id} </select> <select id="findUserByName" resultMap="user"> SELECT * FROM user WHERE username = #{username} </select> <select id="findUserByPhone" resultMap="user"> SELECT * FROM user WHERE phone = #{phone} </select> <select id="findUserByEmail" resultMap="user"> SELECT * FROM user WHERE email = #{email} </select> <insert id="insertUser" useGeneratedKeys="true" keyProperty="id"> INSERT user_tmp(username, phone, email, signature, `type`, `password`, gender, birthday, `date`, ac_code) VALUES (#{user.username}, #{user.phone}, #{user.email}, #{user.signature}, #{user.type}, #{user.password}, #{user.gender}, #{user.birthday}, now(), #{acCode}) </insert> <insert id="activeUserByEmail"> INSERT INTO user(username, phone, email, signature, `type`, `password`, gender, birthday, `date`) SELECT username, phone, email, signature, `type`, password, gender, birthday, date from user_tmp WHERE email = #{email} and ac_code = #{acCode} </insert> <delete id="deleteUserTmpByEmail"> DELETE FROM user_tmp WHERE email = #{email} </delete> <update id="updateUser"> UPDATE user SET phone=#{phone}, email=#{email}, signature=#{signature}, type=#{type}, password=#{password}, gender=#{gender}, birthday=#{birthday}, date=#{date} WHERE id = #{id} </update> <delete id="clearInvalidUser"> DELETE FROM user_tmp WHERE ABS(TIMESTAMPDIFF(MINUTE, now(), date)) > #{validTime}; </delete> </mapper>
35.466667
114
0.582707
a5c31cfd74a111e11c553322c68e916291a5c5c8
8,635
xml
XML
dotnet/xml/Microsoft.ML.StaticPipe/CategoricalStaticExtensions.xml
sfilipi/ml-api-docs
d9c9761a8b75b2441c18b716ff9db5003cf0bd5e
[ "CC-BY-4.0", "MIT" ]
null
null
null
dotnet/xml/Microsoft.ML.StaticPipe/CategoricalStaticExtensions.xml
sfilipi/ml-api-docs
d9c9761a8b75b2441c18b716ff9db5003cf0bd5e
[ "CC-BY-4.0", "MIT" ]
null
null
null
dotnet/xml/Microsoft.ML.StaticPipe/CategoricalStaticExtensions.xml
sfilipi/ml-api-docs
d9c9761a8b75b2441c18b716ff9db5003cf0bd5e
[ "CC-BY-4.0", "MIT" ]
null
null
null
<Type Name="CategoricalStaticExtensions" FullName="Microsoft.ML.StaticPipe.CategoricalStaticExtensions"> <TypeSignature Language="C#" Value="public static class CategoricalStaticExtensions" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit CategoricalStaticExtensions extends System.Object" /> <TypeSignature Language="DocId" Value="T:Microsoft.ML.StaticPipe.CategoricalStaticExtensions" /> <TypeSignature Language="VB.NET" Value="Public Module CategoricalStaticExtensions" /> <TypeSignature Language="F#" Value="type CategoricalStaticExtensions = class" /> <AssemblyInfo> <AssemblyName>Microsoft.ML.Transforms</AssemblyName> <AssemblyVersion>1.0.0.0</AssemblyVersion> </AssemblyInfo> <AssemblyInfo> <AssemblyName>Microsoft.ML.StaticPipe</AssemblyName> <AssemblyVersion>1.0.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Object</BaseTypeName> </Base> <Interfaces /> <Docs> <summary>To be added.</summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName="OneHotEncoding"> <MemberSignature Language="C#" Value="public static Microsoft.ML.StaticPipe.Vector&lt;float&gt; OneHotEncoding (this Microsoft.ML.StaticPipe.Scalar&lt;string&gt; input, Microsoft.ML.StaticPipe.CategoricalStaticExtensions.OneHotScalarOutputKind outputKind = Microsoft.ML.StaticPipe.CategoricalStaticExtensions+OneHotScalarOutputKind.Ind, Microsoft.ML.Transforms.KeyValueOrder order = Microsoft.ML.Transforms.KeyValueOrder.Occurence, int maxItems = 1000000, Microsoft.ML.StaticPipe.TermStaticExtensions.ToKeyFitResult&lt;ReadOnlyMemory&lt;char&gt;&gt;.OnFit onFit = null);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.ML.StaticPipe.Vector`1&lt;float32&gt; OneHotEncoding(class Microsoft.ML.StaticPipe.Scalar`1&lt;string&gt; input, valuetype Microsoft.ML.StaticPipe.CategoricalStaticExtensions/OneHotScalarOutputKind outputKind, valuetype Microsoft.ML.Transforms.KeyValueOrder order, int32 maxItems, class Microsoft.ML.StaticPipe.TermStaticExtensions/ToKeyFitResult`1/OnFit&lt;valuetype System.ReadOnlyMemory`1&lt;char&gt;&gt; onFit) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.ML.StaticPipe.CategoricalStaticExtensions.OneHotEncoding(Microsoft.ML.StaticPipe.Scalar{System.String},Microsoft.ML.StaticPipe.CategoricalStaticExtensions.OneHotScalarOutputKind,Microsoft.ML.Transforms.KeyValueOrder,System.Int32,Microsoft.ML.StaticPipe.TermStaticExtensions.ToKeyFitResult`1.OnFit{System.ReadOnlyMemory{System.Char}})" /> <MemberSignature Language="F#" Value="static member OneHotEncoding : Microsoft.ML.StaticPipe.Scalar&lt;string&gt; * Microsoft.ML.StaticPipe.CategoricalStaticExtensions.OneHotScalarOutputKind * Microsoft.ML.Transforms.KeyValueOrder * int * Microsoft.ML.StaticPipe.TermStaticExtensions.ToKeyFitResult&lt;ReadOnlyMemory&lt;char&gt;&gt;.OnFit -&gt; Microsoft.ML.StaticPipe.Vector&lt;single&gt;" Usage="Microsoft.ML.StaticPipe.CategoricalStaticExtensions.OneHotEncoding (input, outputKind, order, maxItems, onFit)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.ML.StaticPipe</AssemblyName> <AssemblyVersion>1.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.ML.StaticPipe.Vector&lt;System.Single&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="input" Type="Microsoft.ML.StaticPipe.Scalar&lt;System.String&gt;" RefType="this" /> <Parameter Name="outputKind" Type="Microsoft.ML.StaticPipe.CategoricalStaticExtensions+OneHotScalarOutputKind" /> <Parameter Name="order" Type="Microsoft.ML.Transforms.KeyValueOrder" /> <Parameter Name="maxItems" Type="System.Int32" /> <Parameter Name="onFit" Type="Microsoft.ML.StaticPipe.TermStaticExtensions+ToKeyFitResult&lt;System.ReadOnlyMemory&lt;System.Char&gt;&gt;+OnFit" /> </Parameters> <Docs> <param name="input">Incoming data.</param> <param name="outputKind">Specify the output type of indicator array: array or binary encoded data.</param> <param name="order">How the Id for each value would be assigined: by occurrence or by value.</param> <param name="maxItems">Maximum number of ids to keep during data scanning.</param> <param name="onFit">Called upon fitting with the learnt enumeration on the dataset.</param> <summary> Converts the categorical value into an indicator array by building a dictionary of categories based on the data and using the id in the dictionary as the index in the array. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="OneHotEncoding"> <MemberSignature Language="C#" Value="public static Microsoft.ML.StaticPipe.Vector&lt;float&gt; OneHotEncoding (this Microsoft.ML.StaticPipe.Vector&lt;string&gt; input, Microsoft.ML.StaticPipe.CategoricalStaticExtensions.OneHotVectorOutputKind outputKind = Microsoft.ML.StaticPipe.CategoricalStaticExtensions+OneHotVectorOutputKind.Ind, Microsoft.ML.Transforms.KeyValueOrder order = Microsoft.ML.Transforms.KeyValueOrder.Occurence, int maxItems = 1000000, Microsoft.ML.StaticPipe.TermStaticExtensions.ToKeyFitResult&lt;ReadOnlyMemory&lt;char&gt;&gt;.OnFit onFit = null);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.ML.StaticPipe.Vector`1&lt;float32&gt; OneHotEncoding(class Microsoft.ML.StaticPipe.Vector`1&lt;string&gt; input, valuetype Microsoft.ML.StaticPipe.CategoricalStaticExtensions/OneHotVectorOutputKind outputKind, valuetype Microsoft.ML.Transforms.KeyValueOrder order, int32 maxItems, class Microsoft.ML.StaticPipe.TermStaticExtensions/ToKeyFitResult`1/OnFit&lt;valuetype System.ReadOnlyMemory`1&lt;char&gt;&gt; onFit) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.ML.StaticPipe.CategoricalStaticExtensions.OneHotEncoding(Microsoft.ML.StaticPipe.Vector{System.String},Microsoft.ML.StaticPipe.CategoricalStaticExtensions.OneHotVectorOutputKind,Microsoft.ML.Transforms.KeyValueOrder,System.Int32,Microsoft.ML.StaticPipe.TermStaticExtensions.ToKeyFitResult`1.OnFit{System.ReadOnlyMemory{System.Char}})" /> <MemberSignature Language="F#" Value="static member OneHotEncoding : Microsoft.ML.StaticPipe.Vector&lt;string&gt; * Microsoft.ML.StaticPipe.CategoricalStaticExtensions.OneHotVectorOutputKind * Microsoft.ML.Transforms.KeyValueOrder * int * Microsoft.ML.StaticPipe.TermStaticExtensions.ToKeyFitResult&lt;ReadOnlyMemory&lt;char&gt;&gt;.OnFit -&gt; Microsoft.ML.StaticPipe.Vector&lt;single&gt;" Usage="Microsoft.ML.StaticPipe.CategoricalStaticExtensions.OneHotEncoding (input, outputKind, order, maxItems, onFit)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.ML.StaticPipe</AssemblyName> <AssemblyVersion>1.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.ML.StaticPipe.Vector&lt;System.Single&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="input" Type="Microsoft.ML.StaticPipe.Vector&lt;System.String&gt;" RefType="this" /> <Parameter Name="outputKind" Type="Microsoft.ML.StaticPipe.CategoricalStaticExtensions+OneHotVectorOutputKind" /> <Parameter Name="order" Type="Microsoft.ML.Transforms.KeyValueOrder" /> <Parameter Name="maxItems" Type="System.Int32" /> <Parameter Name="onFit" Type="Microsoft.ML.StaticPipe.TermStaticExtensions+ToKeyFitResult&lt;System.ReadOnlyMemory&lt;System.Char&gt;&gt;+OnFit" /> </Parameters> <Docs> <param name="input">Incoming data.</param> <param name="outputKind">Specify the output type of indicator array: Multiarray, array or binary encoded data.</param> <param name="order">How the Id for each value would be assigined: by occurrence or by value.</param> <param name="maxItems">Maximum number of ids to keep during data scanning.</param> <param name="onFit">Called upon fitting with the learnt enumeration on the dataset.</param> <summary> Converts the categorical value into an indicator array by building a dictionary of categories based on the data and using the id in the dictionary as the index in the array. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> </Members> </Type>
94.89011
580
0.764794
64300b58ac8ae68870c4632c89b4881d036f87b0
6,653
xib
XML
src/Frameworks/PGControlsKit/PGConsoleView.xib
djthorpe/postgresql-kit
4622eb1a9a969e4f3342111fe3c13d565a215f56
[ "PostgreSQL", "Apache-2.0" ]
64
2015-01-03T20:19:59.000Z
2021-11-13T12:02:39.000Z
src/Frameworks/PGControlsKit/PGConsoleView.xib
djthorpe/postgresql-kit
4622eb1a9a969e4f3342111fe3c13d565a215f56
[ "PostgreSQL", "Apache-2.0" ]
8
2015-01-03T10:26:01.000Z
2017-03-15T11:01:14.000Z
src/Frameworks/PGControlsKit/PGConsoleView.xib
djthorpe/postgresql-kit
4622eb1a9a969e4f3342111fe3c13d565a215f56
[ "PostgreSQL", "Apache-2.0" ]
13
2015-01-03T20:21:15.000Z
2022-03-28T13:30:43.000Z
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6254" systemVersion="14C109" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> <dependencies> <deployment identifier="macosx"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6254"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="PGConsoleViewController"> <connections> <outlet property="ibScrollView" destination="WGg-Dm-mLG" id="iIg-K2-VH8"/> <outlet property="ibTableView" destination="5qQ-1R-BA5" id="Kz6-fD-Akx"/> <outlet property="view" destination="WGg-Dm-mLG" id="r3h-sE-pji"/> </connections> </customObject> <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> <customObject id="-3" userLabel="Application" customClass="NSObject"/> <scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="WGg-Dm-mLG" userLabel="Console View"> <rect key="frame" x="0.0" y="0.0" width="515" height="386"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <clipView key="contentView" id="zym-52-7aV"> <rect key="frame" x="1" y="0.0" width="238" height="134"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" typeSelect="NO" rowSizeStyle="automatic" viewBased="YES" id="5qQ-1R-BA5"> <autoresizingMask key="autoresizingMask"/> <size key="intercellSpacing" width="3" height="2"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> <tableColumns> <tableColumn editable="NO" width="510" minWidth="40" maxWidth="1000" id="5Zj-E6-aOR"> <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left"> <font key="font" metaFont="smallSystem"/> <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> </tableHeaderCell> <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="tv1-cn-chZ"> <font key="font" metaFont="system"/> <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> </textFieldCell> <tableColumnResizingMask key="resizingMask" resizeWithTable="YES"/> <prototypeCellViews> <tableCellView id="6B8-Gq-MGi"> <rect key="frame" x="1" y="1" width="500" height="17"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lQQ-na-Irp"> <rect key="frame" x="0.0" y="0.0" width="100" height="17"/> <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="NdG-jU-ORH"> <font key="font" metaFont="system"/> <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> </subviews> <connections> <outlet property="textField" destination="lQQ-na-Irp" id="koB-iI-3S3"/> </connections> </tableCellView> </prototypeCellViews> </tableColumn> </tableColumns> <connections> <outlet property="dataSource" destination="-2" id="f8M-U9-qA5"/> <outlet property="delegate" destination="-2" id="96O-Jc-kmw"/> </connections> </tableView> </subviews> <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> </clipView> <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="EGN-aE-p3L"> <rect key="frame" x="1" y="119" width="223" height="15"/> <autoresizingMask key="autoresizingMask"/> </scroller> <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="Ob7-CL-Uc5"> <rect key="frame" x="224" y="17" width="15" height="102"/> <autoresizingMask key="autoresizingMask"/> </scroller> <point key="canvasLocation" x="529.5" y="418"/> </scrollView> </objects> </document>
80.156627
291
0.538253
644af8596a517a40c61ecd0cd14b495c8ca0c908
2,551
xml
XML
sample-content/jcr_root/content/wcm-io-samples/en/wiki/ma/malaga--disambiguation-/.content.xml
deveth0/solr-aem
d5fe3752ce7664799c381f2decd94d6bbc8b2507
[ "Apache-2.0" ]
1
2017-06-30T11:30:08.000Z
2017-06-30T11:30:08.000Z
sample-content/jcr_root/content/wcm-io-samples/en/wiki/ma/malaga--disambiguation-/.content.xml
deveth0/solr-aem
d5fe3752ce7664799c381f2decd94d6bbc8b2507
[ "Apache-2.0" ]
null
null
null
sample-content/jcr_root/content/wcm-io-samples/en/wiki/ma/malaga--disambiguation-/.content.xml
deveth0/solr-aem
d5fe3752ce7664799c381f2decd94d6bbc8b2507
[ "Apache-2.0" ]
3
2017-07-24T12:01:38.000Z
2019-07-16T22:58:01.000Z
<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" jcr:primaryType="cq:Page"> <jcr:content cq:template="/apps/wcm-io-samples/sample-app/templates/content/content" jcr:primaryType="cq:PageContent" jcr:title="Malaga (disambiguation)" sling:resourceType="/apps/wcm-io-samples/sample-app/components/content/page/content"> <content jcr:primaryType="nt:unstructured" sling:resourceType="wcm-io/wcm/parsys/components/parsys"> <contentheadline jcr:primaryType="nt:unstructured" sling:resourceType="wcm-io-samples/sample-app/components/content/common/contentHeadline" headline="Malaga (disambiguation)" /> <contentrichtext jcr:primaryType="nt:unstructured" sling:resourceType="wcm-io-samples/sample-app/components/content/common/contentRichText" text="&lt;p&gt;&amp;apos;&amp;apos;&amp;apos;Malaga&amp;apos;&amp;apos;&amp;apos; may refer to: &amp;apos;&amp;apos;In geography:&amp;apos;&amp;apos; * [[Málaga]], port city in the province of Málaga in Andalusia, Southern Spain * [[Málaga (province)]], the province that takes its name from that city * [[Vélez-Málaga, Málaga]], smaller city in the east of the same Spanish province * [[Malaga, Western Australia]], suburb of Perth, Western Australia * [[Málaga, Santander]], municipality in Colombia, capital of the Province of García Rovira, Santander Department, Colombia * [[Malaga, California]], community in Fresno County, California * [[Malaga, New Jersey]], unincorporated area in Franklin Township, Gloucester County, New Jersey * [[Malaga, Washington]], unincorporated area in [[Chelan County, Washington|Chelan County]], [[Washington (U.S. State)|Washington]] &amp;apos;&amp;apos;Other:&amp;apos;&amp;apos; * [[Málaga (Spanish Congress Electoral District)]] electoral district covering the Spanish province * [[Malaga (wine)]], fortified wine originating in Málaga * [[Malaga DO]], Spanish wine region * [[Málaga CF]], football club in Málaga * [[CD Málaga]], former football club in Málaga * [[SEAT Malaga]], model of car &amp;apos;&amp;apos;Films:&amp;apos;&amp;apos; * [[Malaga (film)]], 1954 movie directed by Richard Sale * [[Malaga (1960 film)]], starring [[Trevor Howard]] and [[Dorothy Dandridge]] {{disambig|geo}}&lt;/p&gt;" /> </content> </jcr:content> </jcr:root>
55.456522
225
0.712662
05c91161a290706674adf8ae1ca4abd868cbdea7
16,314
xacro
XML
curiosity_mars_rover_description/urdf/left_wheel_group.xacro
HaosUtopia/Mars_Rover
41681cbe1a60784c4d9bddf11df14da1455c1782
[ "BSD-2-Clause" ]
13
2021-09-26T10:28:37.000Z
2022-03-19T08:34:47.000Z
curiosity_mars_rover_description/urdf/left_wheel_group.xacro
HaosUtopia/Mars_Rover
41681cbe1a60784c4d9bddf11df14da1455c1782
[ "BSD-2-Clause" ]
null
null
null
curiosity_mars_rover_description/urdf/left_wheel_group.xacro
HaosUtopia/Mars_Rover
41681cbe1a60784c4d9bddf11df14da1455c1782
[ "BSD-2-Clause" ]
1
2021-09-29T02:25:47.000Z
2021-09-29T02:25:47.000Z
<?xml version="1.0" ?> <robot xmlns:xacro="http://www.ros.org/wiki/xacro"> <xacro:macro name="left_wheel_tree" params=""> <link name='left_axis'> <collision> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <mesh filename="package://curiosity_mars_rover_description/meshes/left_axis_jointfix_v2.dae" scale="${scale_XYZ} ${scale_XYZ} ${scale_XYZ}"/> </geometry> </collision> <visual> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <mesh filename="package://curiosity_mars_rover_description/meshes/left_axis_jointfix_v2.dae" scale="${scale_XYZ} ${scale_XYZ} ${scale_XYZ}"/> </geometry> </visual> <inertial> <origin xyz="0 0 0" rpy="0 0 0"/> <mass value="${axisMass}"/> <box_inertia m="${axisMass}" x="${axisWidth*scale_XYZ}" y="${axisLength*scale_XYZ}" z="${axisHeight*scale_XYZ}"/> </inertial> </link> <joint name="left_axis_joint" type="fixed"> <parent link="chassis"/> <child link="left_axis"/> <origin xyz="0.7938 -0.2133 0" rpy="0 -0.19565141 0"/> </joint> <link name='suspension_arm_F_L'> <collision> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <mesh filename="package://curiosity_mars_rover_description/meshes/suspension_arm_F_L_fixed.dae" scale="${scale_XYZ} ${scale_XYZ} ${scale_XYZ}"/> </geometry> </collision> <visual> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <mesh filename="package://curiosity_mars_rover_description/meshes/suspension_arm_F_L_fixed.dae" scale="${scale_XYZ} ${scale_XYZ} ${scale_XYZ}"/> </geometry> </visual> <inertial> <origin xyz="0 0 0" rpy="0 0 0"/> <mass value="${suspension_arm_F_L_Mass}"/> <box_inertia m="${suspension_arm_F_L_Mass}" x="${suspension_arm_F_L_X*scale_XYZ}" y="${suspension_arm_F_L_Y*scale_XYZ}" z="${suspension_arm_F_L_Z*scale_XYZ}"/> </inertial> </link> <joint name="suspension_arm_F_L_joint" type="revolute"> <parent link="left_axis"/> <child link="suspension_arm_F_L"/> <origin xyz="0 0 0" rpy="0 0 0"/> <limit lower="${-suspension_arm_F_L_limit}" upper="${suspension_arm_F_L_limit}" effort="${suspension_effort}" velocity="${suspension_speed}"/> <axis xyz="1 0 0"/> <joint_properties damping="${suspension_damping}" friction="${suspension_friction}"/> </joint> <transmission name="suspension_arm_F_L_trans"> <type>transmission_interface/SimpleTransmission</type> <joint name="suspension_arm_F_L_joint"> <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface> </joint> <actuator name="suspension_arm_F_LMotor"> <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface> <mechanicalReduction>1</mechanicalReduction> </actuator> </transmission> <link name='suspension_arm_B_L'> <collision> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <mesh filename="package://curiosity_mars_rover_description/meshes/suspension_arm_B_L_fixed.dae" scale="${scale_XYZ} ${scale_XYZ} ${scale_XYZ}"/> </geometry> </collision> <visual> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <mesh filename="package://curiosity_mars_rover_description/meshes/suspension_arm_B_L_fixed.dae" scale="${scale_XYZ} ${scale_XYZ} ${scale_XYZ}"/> </geometry> </visual> <inertial> <origin xyz="0 0 0" rpy="0 0 0"/> <mass value="${suspension_arm_B_L_Mass}"/> <box_inertia m="${suspension_arm_B_L_Mass}" x="${suspension_arm_B_L_X*scale_XYZ}" y="${suspension_arm_B_L_Y*scale_XYZ}" z="${suspension_arm_B_L_Z*scale_XYZ}"/> </inertial> </link> <joint name="suspension_arm_B_L_joint" type="revolute"> <parent link="left_axis"/> <child link="suspension_arm_B_L"/> <origin xyz="0 0 0" rpy="0 0 0"/> <limit lower="${-suspension_arm_B_L_limit}" upper="${suspension_arm_B_L_limit}" effort="${suspension_effort}" velocity="${suspension_speed}"/> <axis xyz="1 0 0"/> <joint_properties damping="${suspension_damping}" friction="${suspension_friction}"/> </joint> <transmission name="suspension_arm_B_L_trans"> <type>transmission_interface/SimpleTransmission</type> <joint name="suspension_arm_B_L_joint"> <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface> </joint> <actuator name="suspension_arm_B_LMotor"> <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface> <mechanicalReduction>1</mechanicalReduction> </actuator> </transmission> <link name='suspension_arm_B_L_to_B2_L'> <inertial> <origin xyz="0 0 0" rpy="0 0 0"/> <mass value="0.02" /> <inertia ixx="2.61666666667e-05" ixy="0.0" ixz="0.0" iyy="2.61666666667e-05" iyz="0.0" izz="3.6e-05"/> </inertial> <collision> <origin xyz="0 0 0.015" rpy="0 0 0"/> <geometry> <cylinder radius="0.06" length="0.035"/> </geometry> </collision> <visual> <origin rpy="0.0 1.57 0" xyz="0 0 0"/> <geometry> <cylinder radius="0.04" length="0.1"/> </geometry> </visual> </link> <joint name="suspension_arm_B_L_to_B2_L_joint" type="fixed"> <parent link="suspension_arm_B_L"/> <child link="suspension_arm_B_L_to_B2_L"/> <origin xyz="-0.05159 0.73683 -0.22972" rpy="0 0.1937315 0"/> </joint> <link name='suspension_arm_B2_L'> <collision> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <mesh filename="package://curiosity_mars_rover_description/meshes/suspension_arm_B2_L_fixed.dae" scale="${scale_XYZ} ${scale_XYZ} ${scale_XYZ}"/> </geometry> </collision> <visual> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <mesh filename="package://curiosity_mars_rover_description/meshes/suspension_arm_B2_L_fixed.dae" scale="${scale_XYZ} ${scale_XYZ} ${scale_XYZ}"/> </geometry> </visual> <inertial> <origin xyz="0 0 0" rpy="0 0 0"/> <mass value="${suspension_arm_B2_L_Mass}"/> <box_inertia m="${suspension_arm_B2_L_Mass}" x="${suspension_arm_B2_L_X*scale_XYZ}" y="${suspension_arm_B2_L_Y*scale_XYZ}" z="${suspension_arm_B2_L_Z*scale_XYZ}"/> </inertial> </link> <joint name="suspension_arm_B2_L_joint" type="revolute"> <parent link="suspension_arm_B_L_to_B2_L"/> <child link="suspension_arm_B2_L"/> <origin xyz="0 0 0" rpy="0 0 0"/> <limit lower="${suspension_arm_B2_lower_limit}" upper="${suspension_arm_B2_upper_limit}" effort="${suspension_effort}" velocity="${suspension_speed}"/> <axis xyz="1 0 0"/> <joint_properties damping="${suspension_damping}" friction="${suspension_friction}"/> </joint> <transmission name="suspension_arm_B2_L_trans"> <type>transmission_interface/SimpleTransmission</type> <joint name="suspension_arm_B2_L_joint"> <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface> </joint> <actuator name="suspension_arm_B2_LMotor"> <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface> <mechanicalReduction>1</mechanicalReduction> </actuator> </transmission> <!-- FRONT WHEEL --> <link name='suspension_arm_F_L_to_suspension_steer_F_L'> <inertial> <origin xyz="0 0 0" rpy="0 0 0"/> <mass value="0.02" /> <inertia ixx="2.61666666667e-05" ixy="0.0" ixz="0.0" iyy="2.61666666667e-05" iyz="0.0" izz="3.6e-05"/> </inertial> <collision> <origin xyz="0 0 0.015" rpy="0 0 0"/> <geometry> <cylinder radius="0.06" length="0.04"/> </geometry> </collision> <visual> <origin rpy="0.0 0 0" xyz="0 0 0"/> <geometry> <cylinder radius="0.06" length="0.04"/> </geometry> </visual> </link> <joint name="suspension_arm_F_L_to_suspension_steer_F_L_joint" type="fixed"> <parent link="suspension_arm_F_L"/> <child link="suspension_arm_F_L_to_suspension_steer_F_L"/> <origin xyz="0.2057 -0.87876 -0.29370" rpy="0 0.1937315 0"/> </joint> <link name='suspension_steer_F_L'> <collision> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <mesh filename="package://curiosity_mars_rover_description/meshes/suspension_steer_F_L_fixed.dae" scale="${scale_XYZ} ${scale_XYZ} ${scale_XYZ}"/> </geometry> </collision> <visual> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <mesh filename="package://curiosity_mars_rover_description/meshes/suspension_steer_F_L_fixed.dae" scale="${scale_XYZ} ${scale_XYZ} ${scale_XYZ}"/> </geometry> </visual> <inertial> <origin xyz="0 0 0" rpy="0 0 0"/> <mass value="${suspension_steer_F_L_Mass}"/> <box_inertia m="${suspension_steer_F_L_Mass}" x="${suspension_steer_F_L_X*scale_XYZ}" y="${suspension_steer_F_L_Y*scale_XYZ}" z="${suspension_steer_F_L_Z*scale_XYZ}"/> </inertial> </link> <joint name="suspension_steer_F_L_joint" type="revolute"> <parent link="suspension_arm_F_L_to_suspension_steer_F_L"/> <child link="suspension_steer_F_L"/> <origin xyz="0 0 0" rpy="0 0 0"/> <limit lower="${-suspension_steer_limit}" upper="${suspension_steer_limit}" effort="${suspension_steer_effort}" velocity="${suspension_steer_velocity}"/> <axis xyz="0 0 1"/> </joint> <transmission name="suspension_steer_F_L_trans"> <type>transmission_interface/SimpleTransmission</type> <joint name="suspension_steer_F_L_joint"> <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface> </joint> <actuator name="suspension_steer_F_LMotor"> <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface> <mechanicalReduction>1</mechanicalReduction> </actuator> </transmission> <link name='suspension_steer_F_L_to_front_wheel_L'> <inertial> <origin xyz="0 0 0" rpy="0 0 0"/> <mass value="0.02" /> <inertia ixx="2.61666666667e-05" ixy="0.0" ixz="0.0" iyy="2.61666666667e-05" iyz="0.0" izz="3.6e-05"/> </inertial> <collision> <origin rpy="0.0 1.57 0" xyz="0 0 0"/> <geometry> <cylinder radius="0.02" length="0.02"/> </geometry> </collision> <visual> <origin rpy="0.0 1.57 0" xyz="0 0 0"/> <geometry> <cylinder radius="0.02" length="0.02"/> </geometry> </visual> </link> <joint name="suspension_steer_F_L_to_suspension_steer_F_L_to_front_wheel_L_joint" type="fixed"> <parent link="suspension_steer_F_L"/> <child link="suspension_steer_F_L_to_front_wheel_L"/> <origin xyz="0 0 -0.3996" rpy="0 0 0"/> </joint> <wheel wheel_name="front_wheel_L" wheel_conector_name="suspension_steer_F_L_to_front_wheel_L" tY="0"/> <!-- FRONT LEFT Wheel Left END --> <!-- MIDDLE WHEEL --> <link name='suspension_arm_B2_L_to_middle_wheel_L'> <inertial> <origin xyz="0 0 0" rpy="0 0 0"/> <mass value="0.02" /> <inertia ixx="2.61666666667e-05" ixy="0.0" ixz="0.0" iyy="2.61666666667e-05" iyz="0.0" izz="3.6e-05"/> </inertial> <collision> <origin rpy="0.0 1.57 0" xyz="0 0 0"/> <geometry> <cylinder radius="0.02" length="0.02"/> </geometry> </collision> <visual> <origin rpy="0.0 1.57 0" xyz="0 0 0"/> <geometry> <cylinder radius="0.02" length="0.02"/> </geometry> </visual> </link> <joint name="suspension_arm_B2_L_to_suspension_arm_B2_L_to_middle_wheel_L_joint" type="fixed"> <parent link="suspension_arm_B2_L"/> <child link="suspension_arm_B2_L_to_middle_wheel_L"/> <origin xyz="0.39423 -0.44859 -0.41098" rpy="0 0 0"/> </joint> <wheel wheel_name="middle_wheel_L" wheel_conector_name="suspension_arm_B2_L_to_middle_wheel_L" tY="0"/> <!-- FRONT MIDDLE Wheel Left END --> <!-- BACK WHEEL --> <link name='suspension_arm_B2_L_to_suspension_steer_B_L'> <inertial> <origin xyz="0 0 0" rpy="0 0 0"/> <mass value="0.02" /> <inertia ixx="2.61666666667e-05" ixy="0.0" ixz="0.0" iyy="2.61666666667e-05" iyz="0.0" izz="3.6e-05"/> </inertial> <collision> <origin xyz="0 0 0.015" rpy="0 0 0"/> <geometry> <cylinder radius="0.06" length="0.04"/> </geometry> </collision> <visual> <origin rpy="0.0 0 0" xyz="0 0 0"/> <geometry> <cylinder radius="0.06" length="0.04"/> </geometry> </visual> </link> <joint name="suspension_arm_B2_L_to_suspension_steer_B_L_joint" type="fixed"> <parent link="suspension_arm_B2_L"/> <child link="suspension_arm_B2_L_to_suspension_steer_B_L"/> <origin xyz="0.26271 0.62363 -0.00069" rpy="0 0 0"/> </joint> <link name='suspension_steer_B_L'> <collision> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <mesh filename="package://curiosity_mars_rover_description/meshes/suspension_steer_B_L_fixed.dae" scale="${scale_XYZ} ${scale_XYZ} ${scale_XYZ}"/> </geometry> </collision> <visual> <origin xyz="0 0 0" rpy="0 0 0"/> <geometry> <mesh filename="package://curiosity_mars_rover_description/meshes/suspension_steer_B_L_fixed.dae" scale="${scale_XYZ} ${scale_XYZ} ${scale_XYZ}"/> </geometry> </visual> <inertial> <origin xyz="0 0 0" rpy="0 0 0"/> <mass value="${suspension_steer_B_L_Mass}"/> <box_inertia m="${suspension_steer_B_L_Mass}" x="${suspension_steer_B_L_X*scale_XYZ}" y="${suspension_steer_B_L_Y*scale_XYZ}" z="${suspension_steer_B_L_Z*scale_XYZ}"/> </inertial> </link> <joint name="suspension_steer_B_L_joint" type="revolute"> <parent link="suspension_arm_B2_L_to_suspension_steer_B_L"/> <child link="suspension_steer_B_L"/> <origin xyz="0 0 0" rpy="0 0 0"/> <limit lower="${-suspension_steer_limit}" upper="${suspension_steer_limit}" effort="${suspension_steer_effort}" velocity="${suspension_steer_velocity}"/> <axis xyz="0 0 1"/> </joint> <transmission name="suspension_steer_B_L_trans"> <type>transmission_interface/SimpleTransmission</type> <joint name="suspension_steer_B_L_joint"> <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface> </joint> <actuator name="suspension_steer_B_LMotor"> <hardwareInterface>hardware_interface/EffortJointInterface</hardwareInterface> <mechanicalReduction>1</mechanicalReduction> </actuator> </transmission> <link name='suspension_steer_B_L_to_back_wheel_L'> <inertial> <origin xyz="0 0 0" rpy="0 0 0"/> <mass value="0.02" /> <inertia ixx="2.61666666667e-05" ixy="0.0" ixz="0.0" iyy="2.61666666667e-05" iyz="0.0" izz="3.6e-05"/> </inertial> <collision> <origin rpy="0.0 1.57 0" xyz="0 0 0"/> <geometry> <cylinder radius="0.02" length="0.02"/> </geometry> </collision> <visual> <origin rpy="0.0 1.57 0" xyz="0 0 0"/> <geometry> <cylinder radius="0.02" length="0.02"/> </geometry> </visual> </link> <joint name="suspension_arm_B2_L_to_suspension_steer_B_L_to_back_wheel_L_joint" type="fixed"> <parent link="suspension_steer_B_L"/> <child link="suspension_steer_B_L_to_back_wheel_L"/> <origin xyz="0 0 -0.410523" rpy="0 0 0"/> </joint> <wheel wheel_name="back_wheel_L" wheel_conector_name="suspension_steer_B_L_to_back_wheel_L" tY="0"/> <!-- END BACK WHEEL LEFT --> </xacro:macro> </robot>
34.058455
156
0.622962
9b7297b174433b6dc6e3e38d31d42f6272dad4f2
1,683
xml
XML
systems/Kepler-1558.xml
luisriverag/open_exoplanet_catalogue
13a8193dd93b7ad6142b112cf301880870f37f17
[ "MIT", "Unlicense" ]
852
2015-02-08T19:06:17.000Z
2022-03-31T02:49:18.000Z
systems/Kepler-1558.xml
luisriverag/open_exoplanet_catalogue
13a8193dd93b7ad6142b112cf301880870f37f17
[ "MIT", "Unlicense" ]
359
2015-01-01T01:32:35.000Z
2022-03-08T00:32:15.000Z
systems/Kepler-1558.xml
luisriverag/open_exoplanet_catalogue
13a8193dd93b7ad6142b112cf301880870f37f17
[ "MIT", "Unlicense" ]
329
2015-01-01T01:13:59.000Z
2022-03-01T05:55:39.000Z
<system> <name>Kepler-1558</name> <name>KOI-4146</name> <name>KIC 10000941</name> <distance errorminus="1.5462" errorplus="1.5462">328.828</distance> <rightascension>19 07 16.6506</rightascension> <declination>+46 54 42.2019</declination> <star> <name>Kepler-1558</name> <name>KOI-4146</name> <name>KIC 10000941</name> <name>2MASS J19071664+4654420</name> <name>Gaia DR2 2130633430445267584</name> <magH errorminus="0.018" errorplus="0.018">11.738</magH> <magJ errorminus="0.022" errorplus="0.022">12.204</magJ> <magK errorminus="0.017" errorplus="0.017">11.657</magK> <temperature errorminus="59.7" errorplus="59.2">5101.0</temperature> <mass errorminus="0.04" errorplus="0.04">0.83</mass> <radius errorminus="0.04" errorplus="0.04">0.79</radius> <metallicity errorminus="0.16" errorplus="0.15">0.00</metallicity> <planet> <name>Kepler-1558 b</name> <name>KOI-4146 b</name> <name>KOI-4146.01</name> <name>KIC 10000941 b</name> <name>Gaia DR2 2130633430445267584 b</name> <discoverymethod>transit</discoverymethod> <list>Confirmed planets</list> <discoveryyear>2016</discoveryyear> <lastupdate>16/05/10</lastupdate> <istransiting>1</istransiting> <description>This planet was discovered by the NASA Kepler spacecraft and is part of the May 10th 2016 data release. Although not many details are known about this particular system yet, it has a very low probability of being a false positive.</description> <period errorminus="0.000016120" errorplus="0.000016120">3.504703580</period> <radius errorminus="0.004" errorplus="0.005">0.061</radius> </planet> </star> <constellation>Lyra</constellation> </system>
43.153846
260
0.718954
4b16fc451058ff220609e1405bea328127a21ca0
3,333
xml
XML
app/src/main/res/values-de-rDE/strings.xml
Dhananjay4174/Notification_Log
1f490a72265baf57a17a15e5b475604cdf35269e
[ "MIT" ]
null
null
null
app/src/main/res/values-de-rDE/strings.xml
Dhananjay4174/Notification_Log
1f490a72265baf57a17a15e5b475604cdf35269e
[ "MIT" ]
null
null
null
app/src/main/res/values-de-rDE/strings.xml
Dhananjay4174/Notification_Log
1f490a72265baf57a17a15e5b475604cdf35269e
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name" translatable="true">Benachrichtigungsprotokoll</string> <string name="notification_access_label">@string/app_name</string> <!-- Activities --> <string name="activity_browse">Durchsuche</string> <string name="activity_details">Einzelheiten</string> <!-- Menu --> <string name="menu_about">Über</string> <string name="menu_refresh">Aktualisierung</string> <string name="menu_delete">Löschen</string> <string name="menu_export">Export</string> <!-- Settings categories --> <string name="category_settings">die Einstellungen</string> <string name="category_actions">Aktionen</string> <!-- Status --> <string name="settings_status">Status</string> <string name="settings_notification_access_unknown">unbekannte</string> <string name="settings_notification_access_enabled">aktiviert</string> <string name="settings_notification_access_disabled">Deaktiviert - Klicken Sie hier, um dies zu aktivieren</string> <!-- Browse --> <string name="settings_browse">Durchsuchen Sie Benachrichtigungen</string> <string name="settings_browse_summary_singular">% 1 $ d Benachrichtigung</string> <string name="settings_browse_summary_plural">%1$d notifications</string> <!-- Log text --> <string name="settings_text">Protokolltext</string> <string name="settings_text_summary">Protokollieren Sie den tatsächlichen Benachrichtigungsinhalt. Dadurch wird die Protokolldatei vergrößert, Sie können jedoch frühere Nachrichten lesen</string> <!-- Log ongoing --> <string name="settings_ongoing">Log Ongoing</string> <string name="settings_ongoing_summary">Protokollieren Sie laufende Benachrichtigungen, z. B. Downloads. Dadurch wird eine große Anzahl zusätzlicher Protokolleinträge erstellt.</string> <!-- Export --> <string name="snackbar_export">Exportieren ... bitte warten ...</string> <!-- Delete --> <string name="dialog_delete_header">Löschung bestätigen</string> <string name="dialog_delete_text">Möchten Sie die Protokolldatei wirklich löschen? Das kann nicht rückgängig gemacht werden.</string> <string name="dialog_delete_yes">Löschen</string> <string name="dialog_delete_no">Stornieren</string> <!-- About --> <string name="settings_about">Über</string> <string name="settings_about_summary">Benachrichtigungsprotokoll auf GitHub. Lizenziert unter der MIT-Lizenz.</string> <!-- Version --> <string name="settings_version">Ausführung</string> <!-- Details --> <string name="details_error">Die Details dieses Eintrags können nicht geladen werden.</string> <string name="empty_log_file">Keine Benachrichtigungen angemeldet!</string> <string name="open_notification_settings">Benachrichtigungseinstellungen</string> <!-- Delete Notification --> <string name="delete_dialog_title">Benachrichtigung löschen</string> <string name="delete_dialog_text">Möchten Sie diese Benachrichtigung wirklich löschen? Das kann nicht rückgängig gemacht werden.</string> <string name="delete_dialog_yes">Löschen</string> <string name="delete_dialog_no">Stornieren</string> <string name="start" >Start</string> <string name="choose_Language" >Sprache wählen</string> </resources>
49.746269
199
0.736574
23fbc2281efa6f702326c97cd86ec9d3a639cd0a
743
xsd
XML
xsd/misc.xsd
mclayan/blueprism-schemas
f821b81c220f58dd73fbf24aca51396196761af3
[ "Apache-2.0" ]
null
null
null
xsd/misc.xsd
mclayan/blueprism-schemas
f821b81c220f58dd73fbf24aca51396196761af3
[ "Apache-2.0" ]
null
null
null
xsd/misc.xsd
mclayan/blueprism-schemas
f821b81c220f58dd73fbf24aca51396196761af3
[ "Apache-2.0" ]
null
null
null
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:bps="http://schema.mclayan.com/blueprism-schemas" attributeFormDefault="unqualified" elementFormDefault="unqualified"> <xs:include schemaLocation="blueprism.xsd"/> <xs:complexType name="viewType"> <xs:sequence> <xs:element name="camerax" type="xs:decimal"/> <xs:element name="cameray" type="xs:decimal"/> <xs:element name="zoom"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:decimal"> <xs:attribute name="version" type="xs:decimal"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:schema>
32.304348
62
0.623149
8eeb6878317257c19231c0ae5d99bcfd1d8a4e80
2,978
xml
XML
res/layout/notification.xml
anokhina/AudioBookPlayer
58dc7babae3d4e4beeb541b31294928ce18777ce
[ "Apache-2.0" ]
3
2017-03-05T03:09:07.000Z
2019-10-24T00:36:38.000Z
res/layout/notification.xml
anokhina/AudioBookPlayer
58dc7babae3d4e4beeb541b31294928ce18777ce
[ "Apache-2.0" ]
null
null
null
res/layout/notification.xml
anokhina/AudioBookPlayer
58dc7babae3d4e4beeb541b31294928ce18777ce
[ "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="100dp" android:orientation="horizontal" > <ImageView android:id="@+id/imageView1" android:layout_width="64dp" android:layout_height="64dp" android:src="@drawable/picture" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" > <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" > <ImageButton android:background="@color/White" android:id="@+id/btn_prev" android:layout_width="0dp" android:layout_height="32dp" android:layout_weight="1" android:src="@drawable/previous" android:padding="5dp" /> <ImageButton android:background="@color/White" android:id="@+id/btn_play" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" android:src="@drawable/pause_play" android:padding="5dp" /> <ImageButton android:background="@color/White" android:id="@+id/btn_next" android:layout_width="0dp" android:layout_height="32dp" android:layout_weight="1" android:src="@drawable/skip" android:padding="5dp" /> <ImageButton android:background="@color/White" android:id="@+id/btn_exit" android:layout_width="0dp" android:layout_height="32dp" android:layout_weight="1" android:src="@drawable/close" android:padding="5dp" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" > <TextView android:id="@+id/tvTitle" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_alignParentRight="true" android:layout_alignParentTop="true" android:layout_marginTop="0dp" android:text="Title:" android:maxLines="1" android:ellipsize="end" android:textSize="14sp" /> <TextView android:id="@+id/textView1" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:text="Status:" android:maxLines="1" android:ellipsize="end" android:textSize="10sp" /> </LinearLayout> </LinearLayout> </LinearLayout>
32.021505
62
0.594694
0cf9111751b0d1386f8e82f2841b3404a755546b
2,320
xml
XML
src/app/scripts/php/libs/Inquiry.xml
neptuo/is4wfw
8eafbf583c99aea4948801b2125735206d9b04e7
[ "Apache-2.0" ]
null
null
null
src/app/scripts/php/libs/Inquiry.xml
neptuo/is4wfw
8eafbf583c99aea4948801b2125735206d9b04e7
[ "Apache-2.0" ]
87
2021-09-24T05:49:46.000Z
2022-03-27T17:28:51.000Z
src/app/scripts/php/libs/Inquiry.xml
neptuo/is4wfw
8eafbf583c99aea4948801b2125735206d9b04e7
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8" ?> <taglib xmlns="http://schemas.neptuo.com/xsd/is4wfw/taglib.xsd"> <comment> Knihovna pro tvorbu anket a dotazníků </comment> <tag> <name>list</name> <function>getInquiries</function> <attribute> <name>useFrames</name> </attribute> <comment> Zobrazí seznam anket k editaci </comment> </tag> <tag> <name>edit</name> <function>editInquiry</function> <attribute> <name>useFrames</name> </attribute> <comment> Zobrazí editaci ankety </comment> </tag> <tag> <name>listAnswers</name> <function>getAnswers</function> <attribute> <name>useFrames</name> </attribute> <comment> Zobrazí seznam odpovědí k editaci </comment> </tag> <tag> <name>editAnswer</name> <function>editAnswer</function> <attribute> <name>useFrames</name> </attribute> <comment> Zobrazí editaci odpovědí </comment> </tag> <tag> <name>setCurrentId</name> <function>setCurrentId</function> <attribute> <name>label</name> </attribute> <attribute> <name>label2</name> </attribute> <attribute> <name>useFrames</name> </attribute> <comment> Zobrazí výběr aktuální ankety </comment> <obsolete>Používat knihovnu 'php.libs.Variable' a aplikační proměnné.</obsolete> </tag> <tag> <name>view</name> <function>renderView</function> <attribute> <name>inquiryId</name> <required /> </attribute> <comment> Zobrazí anketu </comment> </tag> <property> <name>currentId</name> <getFunction>getCurrentInquiryId</getFunction> <setFunction>setCurrentInquiryId</setFunction> <comment> Vratí hodnotu vybrané ankety </comment> <obsolete>Používat knihovnu 'php.libs.Variable' a aplikační proměnné.</obsolete> </property> <property> <name>currentId2</name> <getFunction>getCurrentInquiryId2</getFunction> <setFunction>setCurrentInquiryId2</setFunction> <comment> Vratí hodnotu vybrané ankety 2 </comment> <obsolete>Používat knihovnu 'php.libs.Variable' a aplikační proměnné.</obsolete> </property> </taglib>
24.946237
85
0.613362
b02aee6c08d3612c54051fb04153990009348fa6
6,590
xml
XML
info/Libs/Readability/Faces/faces.xml
Spafbi/mis-information
202d031ab1eccc20bee9dfbb4b5c853948ffec77
[ "MIT" ]
6
2019-05-15T17:30:50.000Z
2020-11-11T18:17:05.000Z
info/Libs/Readability/Faces/faces.xml
Spafbi/mis-information
202d031ab1eccc20bee9dfbb4b5c853948ffec77
[ "MIT" ]
null
null
null
info/Libs/Readability/Faces/faces.xml
Spafbi/mis-information
202d031ab1eccc20bee9dfbb4b5c853948ffec77
[ "MIT" ]
4
2019-05-18T20:10:24.000Z
2020-12-11T23:12:49.000Z
<?xml version="1.0"?> <?mso-application progid="Excel.Sheet"?> <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40"> <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"> <Version>12.00</Version> </DocumentProperties> <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"> <WindowHeight>12075</WindowHeight> <WindowWidth>10710</WindowWidth> <WindowTopX>195</WindowTopX> <WindowTopY>75</WindowTopY> <ProtectStructure>False</ProtectStructure> <ProtectWindows>False</ProtectWindows> </ExcelWorkbook> <Styles> <Style ss:ID="Default" ss:Name="Normal"> <Alignment ss:Vertical="Bottom"/> <Borders/> <Font ss:FontName="Arial"/> <Interior/> <NumberFormat/> <Protection/> </Style> <Style ss:ID="s62"> <Interior ss:Color="#FFCC00" ss:Pattern="Solid"/> </Style> <Style ss:ID="s63"> <Borders> <Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"/> <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/> <Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/> <Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"/> </Borders> <Font ss:FontName="Arial" x:Family="Swiss" ss:Bold="1"/> <Interior ss:Color="#FFCC00" ss:Pattern="Solid"/> </Style> <Style ss:ID="s64"> <Interior/> </Style> <Style ss:ID="s65"> <Alignment ss:Vertical="Top" ss:WrapText="1"/> <Borders> <Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"/> <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/> <Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/> <Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"/> </Borders> <Font ss:FontName="Arial" x:Family="Swiss" ss:Bold="1"/> <Interior/> </Style> <Style ss:ID="s66"> <Borders> <Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"/> <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/> <Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/> <Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"/> </Borders> <Font ss:FontName="Arial"/> <Interior/> <NumberFormat/> </Style> <Style ss:ID="s67"> <Alignment ss:Vertical="Top" ss:WrapText="1"/> <Borders> <Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="1"/> <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"/> <Border ss:Position="Right" ss:LineStyle="Continuous" ss:Weight="1"/> <Border ss:Position="Top" ss:LineStyle="Continuous" ss:Weight="1"/> </Borders> <Font ss:FontName="Arial"/> <Interior/> </Style> </Styles> <Worksheet ss:Name="Sheet1"> <Table ss:ExpandedColumnCount="5" ss:ExpandedRowCount="31" x:FullColumns="1" x:FullRows="1"> <Column ss:AutoFitWidth="0" ss:Width="153.75"/> <Column ss:AutoFitWidth="0" ss:Width="136.5"/> <Column ss:Index="4" ss:AutoFitWidth="0" ss:Width="59.25"/> <Column ss:AutoFitWidth="0" ss:Width="92.25"/> <Row ss:StyleID="s62"> <Cell ss:StyleID="s63"><Data ss:Type="String">AI state</Data></Cell> <Cell ss:StyleID="s63"><Data ss:Type="String">facial sequence file</Data></Cell> </Row> <Row ss:StyleID="s64"> <Cell ss:StyleID="s65"><Data ss:Type="String">IDLE</Data></Cell> <Cell ss:StyleID="s66"><Data ss:Type="String">idle_01</Data></Cell> </Row> <Row ss:StyleID="s64"> <Cell ss:StyleID="s65"/> <Cell ss:StyleID="s66"><Data ss:Type="String">idle_02</Data></Cell> </Row> <Row ss:StyleID="s64"> <Cell ss:StyleID="s65"/> <Cell ss:StyleID="s66"><Data ss:Type="String">idle_03</Data></Cell> </Row> <Row ss:StyleID="s64"> <Cell ss:StyleID="s65"/> <Cell ss:StyleID="s66"><Data ss:Type="String">idle_04</Data></Cell> </Row> <Row ss:StyleID="s64"> <Cell ss:StyleID="s65"><Data ss:Type="String">ALERT</Data></Cell> <Cell ss:StyleID="s66"><Data ss:Type="String">alert_01</Data></Cell> </Row> <Row ss:StyleID="s64"> <Cell ss:StyleID="s65"/> <Cell ss:StyleID="s66"><Data ss:Type="String">alert_02</Data></Cell> </Row> <Row ss:StyleID="s64"> <Cell ss:StyleID="s65"/> <Cell ss:StyleID="s66"><Data ss:Type="String">alert_03</Data></Cell> </Row> <Row ss:StyleID="s64"> <Cell ss:StyleID="s65"/> <Cell ss:StyleID="s66"><Data ss:Type="String">alert_04</Data></Cell> </Row> <Row ss:StyleID="s64"> <Cell ss:StyleID="s65"><Data ss:Type="String">COMBAT</Data></Cell> <Cell ss:StyleID="s66"><Data ss:Type="String">combat_01</Data></Cell> </Row> <Row ss:StyleID="s64"> <Cell ss:StyleID="s65"/> <Cell ss:StyleID="s66"><Data ss:Type="String">combat_02</Data></Cell> </Row> <Row ss:StyleID="s64"> <Cell ss:StyleID="s65"/> <Cell ss:StyleID="s66"><Data ss:Type="String">combat_03</Data></Cell> </Row> <Row ss:StyleID="s64"> <Cell ss:StyleID="s65"/> <Cell ss:StyleID="s67"><Data ss:Type="String">combat_04</Data></Cell> </Row> <Row ss:AutoFitHeight="0" ss:Height="13.5" ss:Span="8"/> </Table> <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"> <Print> <ValidPrinterInfo/> <PaperSizeIndex>9</PaperSizeIndex> <HorizontalResolution>300</HorizontalResolution> <VerticalResolution>300</VerticalResolution> </Print> <Selected/> <Panes> <Pane> <Number>3</Number> <ActiveRow>13</ActiveRow> <ActiveCol>6</ActiveCol> </Pane> </Panes> <ProtectObjects>False</ProtectObjects> <ProtectScenarios>False</ProtectScenarios> </WorksheetOptions> <Sorting xmlns="urn:schemas-microsoft-com:office:excel"> <Sort>Column B</Sort> </Sorting> </Worksheet> <Worksheet ss:Name="Sheet2"> <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1" x:FullRows="1"> </Table> <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"> <ProtectObjects>False</ProtectObjects> <ProtectScenarios>False</ProtectScenarios> </WorksheetOptions> </Worksheet> <Worksheet ss:Name="Sheet3"> <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1" x:FullRows="1"> </Table> <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"> <ProtectObjects>False</ProtectObjects> <ProtectScenarios>False</ProtectScenarios> </WorksheetOptions> </Worksheet> </Workbook>
36.611111
84
0.661002
7cc68ae2a2b1542c743ba16dca23e0de256c9cba
11,753
vcxproj
XML
v2020/Dibuixos/Dibuixos/Dibuixos.vcxproj
bugbit/mathematical-drawings
8e0b55241ccd4d07fc718cbd3dc1f3f01d5b519a
[ "Apache-2.0" ]
null
null
null
v2020/Dibuixos/Dibuixos/Dibuixos.vcxproj
bugbit/mathematical-drawings
8e0b55241ccd4d07fc718cbd3dc1f3f01d5b519a
[ "Apache-2.0" ]
2
2019-07-04T14:02:06.000Z
2019-10-04T15:24:47.000Z
v2020/Dibuixos/Dibuixos/Dibuixos.vcxproj
bugbit/mathematical-drawings
8e0b55241ccd4d07fc718cbd3dc1f3f01d5b519a
[ "Apache-2.0" ]
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="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <VCProjectVersion>15.0</VCProjectVersion> <ProjectGuid>{5B89075D-0483-425F-B763-ECB10FAC93A4}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>Dibuixos</RootNamespace> <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v141_xp</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v141_xp</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v141_xp</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v141_xp</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="Shared"> </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 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 Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <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|x64'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LinkIncremental>true</LinkIncremental> <OutDir>$(SolutionDir)bin\</OutDir> <TargetName>Dibuixosd.exe</TargetName> <LibraryPath>$(SolutionDir)3rdParty\freeglut-3.2.1\lib;$(SolutionDir)3rdParty\glew-1.10.0\lib;$(LibraryPath)</LibraryPath> <IncludePath>$(VC_IncludePath);$(WindowsSdk_71A_IncludePath);$(SolutionDir)3rdParty\glm-0.9.9.7;$(SolutionDir)3rdParty\glew-1.10.0\include;$(SolutionDir)3rdParty\freeglut-3.2.1\include</IncludePath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <LinkIncremental>true</LinkIncremental> <OutDir>$(SolutionDir)bin\</OutDir> <TargetName>Dibuixosd.exe</TargetName> <LibraryPath>$(SolutionDir)3rdParty\freeglut-3.2.1\lib;$(SolutionDir)3rdParty\glew-1.10.0\lib;$(VC_LibraryPath_x64);$(WindowsSdk_71A_LibraryPath_x64);$(SolutionDir)3rdParty\freeglut-3.2.1\lib</LibraryPath> <IncludePath>$(VC_IncludePath);$(WindowsSdk_71A_IncludePath);$(SolutionDir)3rdParty\glm-0.9.9.7;$(SolutionDir)3rdParty\glew-1.10.0\include;$(SolutionDir)3rdParty\freeglut-3.2.1\include</IncludePath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> <OutDir>$(SolutionDir)bin\</OutDir> <LibraryPath>$(SolutionDir)3rdParty\freeglut-3.2.1\lib;$(SolutionDir)3rdParty\glew-1.10.0\lib;$(LibraryPath)</LibraryPath> <IncludePath>$(VC_IncludePath);$(WindowsSdk_71A_IncludePath);$(SolutionDir)3rdParty\glm-0.9.9.7;$(SolutionDir)3rdParty\glew-1.10.0\include;$(SolutionDir)3rdParty\freeglut-3.2.1\include</IncludePath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> <OutDir>$(SolutionDir)bin\</OutDir> <LibraryPath>$(SolutionDir)3rdParty\freeglut-3.2.1\lib;$(SolutionDir)3rdParty\glew-1.10.0\lib;$(VC_LibraryPath_x64);$(WindowsSdk_71A_LibraryPath_x64);$(SolutionDir)3rdParty\freeglut-3.2.1\lib</LibraryPath> <IncludePath>$(VC_IncludePath);$(WindowsSdk_71A_IncludePath);$(SolutionDir)3rdParty\glm-0.9.9.7;$(SolutionDir)3rdParty\glew-1.10.0\include;$(SolutionDir)3rdParty\freeglut-3.2.1\include</IncludePath> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <SDLCheck>true</SDLCheck> <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;glew32sd.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <SDLCheck>true</SDLCheck> <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;glew32sd.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <SDLCheck>true</SDLCheck> <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <SDLCheck>true</SDLCheck> <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemGroup> <ClInclude Include="CCamera.h" /> <ClInclude Include="CRenderGL.h" /> <ClInclude Include="glAux.h" /> <ClInclude Include="CDibuixosApp.h" /> <ClInclude Include="ErrOrOk.h" /> <ClInclude Include="pch.h" /> <ClInclude Include="Resource.h" /> <ClInclude Include="targetver.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="CCamera.cpp" /> <ClCompile Include="glaux.cpp" /> <ClCompile Include="CDibuixosApp.cpp" /> <ClCompile Include="main.cpp" /> <ClCompile Include="pch.cpp"> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> </ClCompile> </ItemGroup> <ItemGroup> <ResourceCompile Include="Dibuixos.rc" /> </ItemGroup> <ItemGroup> <Image Include="Dibuixos.ico" /> <Image Include="small.ico" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\3rdParty\freeglut-3.2.1\freeglut_static.vcxproj"> <Project>{42580ae9-daaa-3bf3-b1a5-f9421e203695}</Project> </ProjectReference> <ProjectReference Include="..\3rdParty\glew-1.10.0\build\vc10\glew_static.vcxproj"> <Project>{664e6f0d-6784-4760-9565-d54f8eb1edf4}</Project> </ProjectReference> <ProjectReference Include="..\3rdParty\SOIL\projects\VC9\SOIL.vcxproj"> <Project>{c32fb2b4-500c-43cd-a099-eecce079d3f1}</Project> </ProjectReference> </ItemGroup> <ItemGroup> <None Include="..\data\shaders\starShader.frag" /> <None Include="..\data\shaders\starShader.vert" /> </ItemGroup> <ItemGroup> <Text Include="urls.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>
53.666667
234
0.736578
a50503f4b07b689c02aec69bacd55041f39cd30c
890
urdf
XML
stackrl/envs/data/generated/15_312.urdf
menezesandre/stackrl
2be18945bdcce56e14801ffe8604fc28da3c676e
[ "MIT" ]
null
null
null
stackrl/envs/data/generated/15_312.urdf
menezesandre/stackrl
2be18945bdcce56e14801ffe8604fc28da3c676e
[ "MIT" ]
null
null
null
stackrl/envs/data/generated/15_312.urdf
menezesandre/stackrl
2be18945bdcce56e14801ffe8604fc28da3c676e
[ "MIT" ]
1
2021-10-05T13:55:55.000Z
2021-10-05T13:55:55.000Z
<?xml version="1.0"?> <robot name="15_312"> <link name="link"> <contact> <lateral_friction value="0.6"/> </contact> <inertial> <origin xyz="0.012490256631543729 -0.0013096111154512274 0.002670358199526582" rpy="0 0 0"/> <mass value = "0.48118619288324344"/> <inertia ixx="0.0001952500469810642" ixy="2.2988106440184155e-05" ixz="-4.01423909877272e-05" iyy="0.0004219765066103741" iyz="-1.1467695071759601e-05" izz="0.0005303619463063375" /> </inertial> <visual name="visual"> <geometry> <mesh filename="15_312.obj"/> </geometry> <material name="material"> <color rgba="0.40813365349419584 0.40813365349419584 0.40813365349419584 1.0"/> </material> </visual> <collision name="collision"> <geometry> <mesh filename="15_312.obj"/> </geometry> </collision> </link> </robot>
32.962963
188
0.633708
cfae6b9e27a35fe0b9b68b390f79fb6e3ede096b
627
xml
XML
app/build/test-results/testDebugUnitTest/TEST-com.abdoul.groovy.playlistDetails.PlaylistDetailViewModelShould.xml
Abdoul02/Groovy
f642414e71730c5c84cefa42fa86f9c2507e0c2e
[ "Apache-2.0" ]
null
null
null
app/build/test-results/testDebugUnitTest/TEST-com.abdoul.groovy.playlistDetails.PlaylistDetailViewModelShould.xml
Abdoul02/Groovy
f642414e71730c5c84cefa42fa86f9c2507e0c2e
[ "Apache-2.0" ]
null
null
null
app/build/test-results/testDebugUnitTest/TEST-com.abdoul.groovy.playlistDetails.PlaylistDetailViewModelShould.xml
Abdoul02/Groovy
f642414e71730c5c84cefa42fa86f9c2507e0c2e
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <testsuite name="com.abdoul.groovy.playlistDetails.PlaylistDetailViewModelShould" tests="2" skipped="0" failures="0" errors="0" timestamp="2020-12-31T15:38:03" hostname="MacBook-Pro" time="0.066"> <properties/> <testcase name="getPlaylistDetailsFromService" classname="com.abdoul.groovy.playlistDetails.PlaylistDetailViewModelShould" time="0.063"/> <testcase name="emitsPlaylistDetailsFromService" classname="com.abdoul.groovy.playlistDetails.PlaylistDetailViewModelShould" time="0.002"/> <system-out><![CDATA[]]></system-out> <system-err><![CDATA[]]></system-err> </testsuite>
69.666667
196
0.760766
748c704878eed83f17a5515c8329efa8a347e065
1,035
xml
XML
app/src/main/res/layout/dialog_singleedittext.xml
isaacgn/5l-XplorR-Android-App
a59ec35f3131a54fba8e96c4efa36268f8c74f46
[ "MIT" ]
1
2021-04-21T06:35:50.000Z
2021-04-21T06:35:50.000Z
app/src/main/res/layout/dialog_singleedittext.xml
GladwinJosephSolomon/5l-XplorR-Android-App
08ca1fae9b147077c03873ad2c34b2bf10726e46
[ "MIT" ]
null
null
null
app/src/main/res/layout/dialog_singleedittext.xml
GladwinJosephSolomon/5l-XplorR-Android-App
08ca1fae9b147077c03873ad2c34b2bf10726e46
[ "MIT" ]
1
2021-04-21T06:35:54.000Z
2021-04-21T06:35:54.000Z
<?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/dialog_singleedittext" android:layout_width="match_parent" android:layout_height="wrap_content"> <com.amaze.filemanager.ui.views.WarnableTextInputLayout android:id="@+id/singleedittext_warnabletextinputlayout" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingLeft="@dimen/md_dialog_frame_margin" android:paddingRight="@dimen/md_dialog_frame_margin"> <EditText android:id="@+id/singleedittext_input" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:ems="10" /> </com.amaze.filemanager.ui.views.WarnableTextInputLayout> </androidx.constraintlayout.widget.ConstraintLayout>
45
109
0.721739
38326b50be513a464795258c016d37be5a9bd537
940
xml
XML
app/src/main/res/layout/activity_crop.xml
liuyanggithub/SuperSelector
a61c5f687738646688c650b09908b966f2c27f04
[ "MIT" ]
7
2017-05-25T03:53:54.000Z
2019-04-26T09:05:07.000Z
app/src/main/res/layout/activity_crop.xml
liuyanggithub/SuperSelector
a61c5f687738646688c650b09908b966f2c27f04
[ "MIT" ]
null
null
null
app/src/main/res/layout/activity_crop.xml
liuyanggithub/SuperSelector
a61c5f687738646688c650b09908b966f2c27f04
[ "MIT" ]
3
2017-07-03T12:23:06.000Z
2018-12-20T03:46:21.000Z
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <com.ly.selector.customview.CropImageView xmlns:custom="http://schemas.android.com/apk/res-auto" custom:cropMode="ratio_free" custom:guideShowMode="show_on_touch" custom:guideColor="@android:color/holo_blue_dark" custom:frameColor="@android:color/holo_blue_dark" custom:handleColor="@android:color/holo_blue_dark" android:id="@+id/crop_image" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" android:background="@drawable/crop__texture" /> <include android:id="@+id/done_cancel_bar" layout="@layout/crop_layout_done_cancel" /> </LinearLayout>
36.153846
62
0.687234
22ac726b74adbb7b85f0760495cdfff509554bdc
439
xml
XML
app/src/main/res/values/styles.xml
GuilhermePalma/Hello_People
04697afec4274f335a15d8dd70642bcf5446f9d7
[ "MIT" ]
null
null
null
app/src/main/res/values/styles.xml
GuilhermePalma/Hello_People
04697afec4274f335a15d8dd70642bcf5446f9d7
[ "MIT" ]
1
2021-10-04T20:27:17.000Z
2022-01-26T02:19:42.000Z
app/src/main/res/values/styles.xml
GuilhermePalma/Hello_People
04697afec4274f335a15d8dd70642bcf5446f9d7
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <resources> <style name="title_more" parent="Widget.AppCompat.TextView"> <item name="android:layout_marginLeft">20dp</item> <item name="android:textSize">20sp</item> </style> <style name="text_more" parent="Widget.AppCompat.TextView"> <item name="android:layout_marginLeft">35dp</item> <item name="android:textSize">16sp</item> </style> </resources>
31.357143
64
0.658314
1985bcba4a5865cbeb9917926b86af37b25e0f3a
197
xml
XML
pygetpapers_workflow/test_abies/PMC8155899/sections/2_back/0_ack.xml
petermr/dictionary
4b5e4c79adacf8ba0973c16c2f702cc1110624b8
[ "Apache-2.0" ]
7
2021-01-30T17:42:00.000Z
2022-01-09T08:08:48.000Z
pygetpapers_workflow/test_abies/PMC8155899/sections/2_back/0_ack.xml
petermr/dictionary
4b5e4c79adacf8ba0973c16c2f702cc1110624b8
[ "Apache-2.0" ]
25
2020-11-16T15:36:41.000Z
2021-06-01T05:15:31.000Z
pygetpapers_workflow/test_abies/PMC8155899/sections/2_back/0_ack.xml
petermr/dictionary
4b5e4c79adacf8ba0973c16c2f702cc1110624b8
[ "Apache-2.0" ]
2
2020-11-16T08:51:25.000Z
2021-03-02T18:07:05.000Z
<?xml version="1.0" encoding="UTF-8"?> <ack> <title>Acknowledgments</title> <p>This work was supported by funding from Slovak Scientific Grant Agency VEGA (Contract 1/0397/20 (100%)).</p> </ack>
32.833333
112
0.705584
7fbeb9e7ba88932992adba8c4ff8c86727b93432
30,486
xml
XML
.idea/workspace.xml
grynag/webvrdemo
cada63a3596501aad94c903649e595a4b5121576
[ "MIT" ]
null
null
null
.idea/workspace.xml
grynag/webvrdemo
cada63a3596501aad94c903649e595a4b5121576
[ "MIT" ]
null
null
null
.idea/workspace.xml
grynag/webvrdemo
cada63a3596501aad94c903649e595a4b5121576
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="ba4ff5b3-a8d2-4a9e-8806-34e8ca207af4" name="Default" comment=""> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/views/weather/weather.js" beforeDir="false" afterPath="$PROJECT_DIR$/views/weather/weather.js" afterDir="false" /> </list> <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> <option name="TRACKING_ENABLED" value="true" /> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component> <component name="FileEditorManager"> <leaf SIDE_TABS_SIZE_LIMIT_KEY="300"> <file leaf-file-name="index.html" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/views/penguinsv2/index.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="851"> <caret line="70" column="15" selection-start-line="70" selection-start-column="15" selection-end-line="70" selection-end-column="15" /> </state> </provider> </entry> </file> <file leaf-file-name="penguinv2.js" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/views/penguinsv2/penguinv2.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="391"> <caret line="17" column="41" lean-forward="true" selection-start-line="17" selection-start-column="41" selection-end-line="17" selection-end-column="41" /> </state> </provider> </entry> </file> <file leaf-file-name="index.html" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/index.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="552"> <caret line="24" lean-forward="true" selection-start-line="24" selection-end-line="24" /> </state> </provider> </entry> </file> <file leaf-file-name="index.html" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/views/weather/index.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="828"> <caret line="36" column="8" lean-forward="true" selection-start-line="36" selection-start-column="8" selection-end-line="36" selection-end-column="8" /> </state> </provider> </entry> </file> <file leaf-file-name=".gitignore" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/.gitignore"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="953"> <caret line="55" lean-forward="true" selection-start-line="55" selection-end-line="55" /> </state> </provider> </entry> </file> <file leaf-file-name="weather.js" pinned="false" current-in-tab="true"> <entry file="file://$PROJECT_DIR$/views/weather/weather.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="23"> <caret line="1" column="22" selection-start-line="1" selection-start-column="22" selection-end-line="1" selection-end-column="22" /> </state> </provider> </entry> </file> <file leaf-file-name="index.html" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/views/room/index.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="1173"> <caret line="51" column="28" selection-start-line="51" selection-start-column="28" selection-end-line="51" selection-end-column="28" /> </state> </provider> </entry> </file> </leaf> </component> <component name="FileTemplateManagerImpl"> <option name="RECENT_TEMPLATES"> <list> <option value="HTML File" /> <option value="JavaScript File" /> </list> </option> </component> <component name="FindInProjectRecents"> <findStrings> <find>ecstatic</find> <find>tga</find> <find>camera</find> <find>clouds</find> <find>ocra</find> </findStrings> <dirStrings> <dir>$PROJECT_DIR$/views/penguinsv2/res/island</dir> <dir>$PROJECT_DIR$/views/penguinsv2/res</dir> </dirStrings> </component> <component name="Git.Settings"> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> </component> <component name="IdeDocumentHistory"> <option name="CHANGED_PATHS"> <list> <option value="$PROJECT_DIR$/examples/index.html" /> <option value="$PROJECT_DIR$/examples/medival-house/index.html" /> <option value="$PROJECT_DIR$/examples/giraffe/index.html" /> <option value="$PROJECT_DIR$/package-lock.json" /> <option value="$PROJECT_DIR$/views/penguin/penguins.js" /> <option value="$PROJECT_DIR$/views/penguins v2/res/lighthouse/lighthouse.obj" /> <option value="$PROJECT_DIR$/views/penguins v2/res/lighthouse/lighthouse.mtl" /> <option value="$PROJECT_DIR$/views/penguins v2/index.html" /> <option value="$PROJECT_DIR$/views/penguin/index.html" /> <option value="$PROJECT_DIR$/views/penguinsv2/res/lighthouse/Lighthouse singly.mtl" /> <option value="$PROJECT_DIR$/views/penguinsv2/res/lighthouse/Lighthouse_singly.obj" /> <option value="$PROJECT_DIR$/views/penguinsv2/res/seagull/Flying gull Texture 1.mtl" /> <option value="$PROJECT_DIR$/views/penguinsv2/res/seagull/seagull.obj" /> <option value="$PROJECT_DIR$/README.md" /> <option value="$PROJECT_DIR$/.gitignore" /> <option value="$PROJECT_DIR$/views/room/index.html" /> <option value="$PROJECT_DIR$/views/penguinsv2/penguinv2.js" /> <option value="$PROJECT_DIR$/views/future/index.html" /> <option value="$PROJECT_DIR$/views/car/index.html" /> <option value="$PROJECT_DIR$/index.html" /> <option value="$PROJECT_DIR$/views/weather/sun.js" /> <option value="$PROJECT_DIR$/views/penguinsv2/index.html" /> <option value="$PROJECT_DIR$/views/weather/index.html" /> <option value="$PROJECT_DIR$/views/weather/weather.js" /> </list> </option> </component> <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" /> <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" /> <component name="JsGulpfileManager"> <detection-done>true</detection-done> <sorting>DEFINITION_ORDER</sorting> </component> <component name="NodeModulesDirectoryManager"> <handled-path value="$PROJECT_DIR$/node_modules" /> </component> <component name="ProjectFrameBounds" extendedState="6"> <option name="x" value="95" /> <option name="y" value="4" /> <option name="width" value="3746" /> <option name="height" value="2157" /> </component> <component name="ProjectView"> <navigator proportions="" version="1"> <foldersAlwaysOnTop value="true" /> </navigator> <panes> <pane id="Scope" /> <pane id="PackagesPane" /> <pane id="AndroidView" /> <pane id="ProjectPane"> <subPane> <expand> <path> <item name="webvrdemo" type="b2602c69:ProjectViewProjectNode" /> <item name="webvrdemo" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="webvrdemo" type="b2602c69:ProjectViewProjectNode" /> <item name="webvrdemo" type="462c0819:PsiDirectoryNode" /> <item name="views" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="webvrdemo" type="b2602c69:ProjectViewProjectNode" /> <item name="webvrdemo" type="462c0819:PsiDirectoryNode" /> <item name="views" type="462c0819:PsiDirectoryNode" /> <item name="penguinsv2" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="webvrdemo" type="b2602c69:ProjectViewProjectNode" /> <item name="webvrdemo" type="462c0819:PsiDirectoryNode" /> <item name="views" type="462c0819:PsiDirectoryNode" /> <item name="weather" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="webvrdemo" type="b2602c69:ProjectViewProjectNode" /> <item name="webvrdemo" type="462c0819:PsiDirectoryNode" /> <item name="views" type="462c0819:PsiDirectoryNode" /> <item name="weather" type="462c0819:PsiDirectoryNode" /> <item name="resources" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="webvrdemo" type="b2602c69:ProjectViewProjectNode" /> <item name="webvrdemo" type="462c0819:PsiDirectoryNode" /> <item name="views" type="462c0819:PsiDirectoryNode" /> <item name="weather" type="462c0819:PsiDirectoryNode" /> <item name="resources" type="462c0819:PsiDirectoryNode" /> <item name="sign" type="462c0819:PsiDirectoryNode" /> </path> </expand> <select /> </subPane> </pane> </panes> </component> <component name="PropertiesComponent"> <property name="WebServerToolWindowFactoryState" value="false" /> <property name="aspect.path.notification.shown" value="true" /> <property name="last_opened_file_path" value="$PROJECT_DIR$" /> <property name="HbShouldOpenHtmlAsHb" value="" /> <property name="nodejs_interpreter_path" value="/usr/bin/node" /> <property name="DefaultHtmlFileTemplate" value="HTML File" /> </component> <component name="RecentsManager"> <key name="MoveFile.RECENT_KEYS"> <recent name="$PROJECT_DIR$/views/weather" /> <recent name="$PROJECT_DIR$/views" /> <recent name="$PROJECT_DIR$/examples/medival-house/RuralStallCollada/images" /> <recent name="$PROJECT_DIR$/examples/medival-house/house/images" /> <recent name="$PROJECT_DIR$/examples/medival-house/house" /> </key> <key name="CopyFile.RECENT_KEYS"> <recent name="$PROJECT_DIR$/views/weather/resources" /> <recent name="$PROJECT_DIR$/views/weather" /> <recent name="$PROJECT_DIR$/views/penguinsv2/res" /> <recent name="$PROJECT_DIR$/views/room/resources" /> <recent name="$PROJECT_DIR$/views/penguins v2/res" /> </key> </component> <component name="RunDashboard"> <option name="ruleStates"> <list> <RuleState> <option name="name" value="ConfigurationTypeDashboardGroupingRule" /> </RuleState> <RuleState> <option name="name" value="StatusDashboardGroupingRule" /> </RuleState> </list> </option> </component> <component name="RunManager"> <configuration default="true" type="Applet" factoryName="Applet"> <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" /> </configuration> <configuration default="true" type="Application" factoryName="Application"> <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> </configuration> <configuration default="true" type="JUnit" factoryName="JUnit"> <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> <option name="ALTERNATIVE_JRE_PATH" /> <option name="PACKAGE_NAME" /> <option name="MAIN_CLASS_NAME" /> <option name="METHOD_NAME" /> <option name="TEST_OBJECT" value="class" /> <option name="VM_PARAMETERS" value="-ea" /> <option name="PARAMETERS" /> <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" /> <option name="PASS_PARENT_ENVS" value="true" /> <option name="TEST_SEARCH_SCOPE"> <value defaultName="singleModule" /> </option> <patterns /> </configuration> <configuration default="true" type="TestNG" factoryName="TestNG"> <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> <option name="ALTERNATIVE_JRE_PATH" /> <option name="SUITE_NAME" /> <option name="PACKAGE_NAME" /> <option name="MAIN_CLASS_NAME" /> <option name="METHOD_NAME" /> <option name="GROUP_NAME" /> <option name="TEST_OBJECT" value="CLASS" /> <option name="VM_PARAMETERS" value="-ea" /> <option name="PARAMETERS" /> <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" /> <option name="OUTPUT_DIRECTORY" /> <option name="PASS_PARENT_ENVS" value="true" /> <option name="TEST_SEARCH_SCOPE"> <value defaultName="singleModule" /> </option> <option name="USE_DEFAULT_REPORTERS" value="false" /> <option name="PROPERTIES_FILE" /> <properties /> <listeners /> </configuration> <configuration default="true" type="Remote" factoryName="Remote"> <option name="USE_SOCKET_TRANSPORT" value="true" /> <option name="SERVER_MODE" value="false" /> <option name="SHMEM_ADDRESS" value="javadebug" /> <option name="HOST" value="localhost" /> <option name="PORT" value="5005" /> </configuration> <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin"> <module name="" /> <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" /> <option name="PROGRAM_PARAMETERS" /> <predefined_log_file id="idea.log" enabled="true" /> </configuration> </component> <component name="SvnConfiguration"> <configuration /> </component> <component name="TaskManager"> <task active="true" id="Default" summary="Default task"> <changelist id="ba4ff5b3-a8d2-4a9e-8806-34e8ca207af4" name="Default" comment="" /> <created>1516966644709</created> <option name="number" value="Default" /> <option name="presentableId" value="Default" /> <updated>1516966644709</updated> <workItem from="1516966645973" duration="8755000" /> <workItem from="1517210265003" duration="1923000" /> <workItem from="1517395409676" duration="646000" /> <workItem from="1517471007856" duration="11830000" /> <workItem from="1518686111791" duration="2840000" /> <workItem from="1519224329180" duration="16662000" /> <workItem from="1519305795872" duration="2908000" /> <workItem from="1519320658027" duration="303000" /> <workItem from="1519321420612" duration="25000" /> <workItem from="1519988027813" duration="2201000" /> <workItem from="1521202914085" duration="650000" /> <workItem from="1521443406394" duration="32000" /> <workItem from="1521792149783" duration="7000" /> <workItem from="1521792169630" duration="12819000" /> <workItem from="1522736281513" duration="738000" /> <workItem from="1522750500664" duration="90000" /> <workItem from="1522932689366" duration="5219000" /> <workItem from="1522998458202" duration="15473000" /> <workItem from="1523255613364" duration="311000" /> <workItem from="1523359593498" duration="282000" /> <workItem from="1523527599436" duration="4569000" /> </task> <task id="LOCAL-00001" summary="Added gitignore"> <created>1517211157749</created> <option name="number" value="00001" /> <option name="presentableId" value="LOCAL-00001" /> <option name="project" value="LOCAL" /> <updated>1517211157749</updated> </task> <task id="LOCAL-00002" summary="Changed scene and camera"> <created>1517471673616</created> <option name="number" value="00002" /> <option name="presentableId" value="LOCAL-00002" /> <option name="project" value="LOCAL" /> <updated>1517471673616</updated> </task> <task id="LOCAL-00003" summary="Updated ecstatic"> <created>1517471904698</created> <option name="number" value="00003" /> <option name="presentableId" value="LOCAL-00003" /> <option name="project" value="LOCAL" /> <updated>1517471904698</updated> </task> <task id="LOCAL-00004" summary="Animations on cursor, lighting"> <created>1517490295569</created> <option name="number" value="00004" /> <option name="presentableId" value="LOCAL-00004" /> <option name="project" value="LOCAL" /> <updated>1517490295569</updated> </task> <task id="LOCAL-00005" summary="Added a room"> <created>1519320702394</created> <option name="number" value="00005" /> <option name="presentableId" value="LOCAL-00005" /> <option name="project" value="LOCAL" /> <updated>1519320702394</updated> </task> <task id="LOCAL-00006" summary="Added a weather view and updated penguins"> <created>1523531939778</created> <option name="number" value="00006" /> <option name="presentableId" value="LOCAL-00006" /> <option name="project" value="LOCAL" /> <updated>1523531939778</updated> </task> <task id="LOCAL-00007" summary="Remove idea folder"> <created>1523532086648</created> <option name="number" value="00007" /> <option name="presentableId" value="LOCAL-00007" /> <option name="project" value="LOCAL" /> <updated>1523532086648</updated> </task> <option name="localTasksCounter" value="8" /> <servers /> </component> <component name="TimeTrackingManager"> <option name="totallyTimeSpent" value="88307000" /> </component> <component name="ToolWindowManager"> <frame x="95" y="4" width="3746" height="2157" extended-state="6" /> <editor active="true" /> <layout> <window_info anchor="right" id="Palette" order="3" /> <window_info anchor="bottom" id="TODO" order="6" /> <window_info anchor="right" id="Palette&#9;" order="8" /> <window_info id="Image Layers" order="6" /> <window_info anchor="right" id="Capture Analysis" order="6" /> <window_info anchor="bottom" id="Event Log" order="7" side_tool="true" /> <window_info anchor="right" id="Maven Projects" order="4" /> <window_info anchor="bottom" id="Database Changes" order="8" show_stripe_button="false" /> <window_info anchor="bottom" id="Run" order="2" /> <window_info anchor="bottom" id="Version Control" order="9" /> <window_info active="true" anchor="bottom" id="Terminal" order="8" visible="true" weight="0.36656597" /> <window_info id="Capture Tool" order="2" /> <window_info id="Designer" order="3" /> <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.24599358" /> <window_info anchor="right" id="Database" order="5" /> <window_info id="Structure" order="1" side_tool="true" weight="0.25" /> <window_info anchor="right" id="Ant Build" order="1" weight="0.25" /> <window_info id="UI Designer" order="4" /> <window_info anchor="right" id="Theme Preview" order="7" /> <window_info anchor="bottom" id="Debug" order="3" weight="0.4" /> <window_info id="Favorites" order="5" side_tool="true" /> <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" /> <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" /> <window_info anchor="right" id="Commander" order="0" weight="0.4" /> <window_info anchor="bottom" id="Message" order="0" /> <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" /> <window_info anchor="bottom" id="Find" order="1" /> </layout> </component> <component name="TypeScriptGeneratedFilesManager"> <option name="version" value="1" /> </component> <component name="VcsContentAnnotationSettings"> <option name="myLimit" value="2678400000" /> </component> <component name="VcsManagerConfiguration"> <option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" /> <option name="CHECK_NEW_TODO" value="false" /> <MESSAGE value="Added gitignore" /> <MESSAGE value="Changed scene and camera" /> <MESSAGE value="Updated ecstatic" /> <MESSAGE value="Animations on cursor, lighting" /> <MESSAGE value="Added a room" /> <MESSAGE value="Added a weather view and updated penguins" /> <MESSAGE value="Remove idea folder" /> <option name="LAST_COMMIT_MESSAGE" value="Remove idea folder" /> </component> <component name="editorHistoryManager"> <entry file="file://$PROJECT_DIR$/.gitignore"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="884"> <caret line="52" lean-forward="true" selection-start-line="52" selection-end-line="52" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/README.md"> <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]"> <state split_layout="SPLIT"> <first_editor relative-caret-position="221"> <caret line="13" column="42" selection-start-line="13" selection-start-column="42" selection-end-line="13" selection-end-column="42" /> </first_editor> <second_editor /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/.gitignore"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="969"> <caret line="57" column="7" selection-start-line="57" selection-start-column="7" selection-end-line="57" selection-end-column="7" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/examples/index.html" /> <entry file="file://$PROJECT_DIR$/README.md"> <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]"> <state split_layout="SPLIT"> <first_editor relative-caret-position="204"> <caret line="12" column="5" selection-start-line="12" selection-start-column="5" selection-end-line="12" selection-end-column="5" /> </first_editor> <second_editor /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/examples/medival-house/index.html" /> <entry file="file://$PROJECT_DIR$/examples/medival-house/RuralStallCollada/RuralStall.DAE" /> <entry file="file://$PROJECT_DIR$/examples/medival-house/house/house.dae" /> <entry file="file://$PROJECT_DIR$/examples/giraffe/index.html" /> <entry file="file://$PROJECT_DIR$/ORGANIZATION.md" /> <entry file="file://$PROJECT_DIR$/ROADMAP.md" /> <entry file="file://$PROJECT_DIR$/CONTRIBUTING.md" /> <entry file="file://$PROJECT_DIR$/codecov.yml" /> <entry file="file://$PROJECT_DIR$/CODE_OF_CONDUCT.md" /> <entry file="file://$PROJECT_DIR$/docs/components/background.md" /> <entry file="file://$PROJECT_DIR$/docs/guides/building-a-basic-scene.md" /> <entry file="file://$PROJECT_DIR$/examples/medival-house/house/house.dae" /> <entry file="file://$PROJECT_DIR$/examples/index.html" /> <entry file="file://$PROJECT_DIR$/examples/medival-house/RuralStallCollada/RuralStall.DAE" /> <entry file="file://$PROJECT_DIR$/examples/medival-house/index.html" /> <entry file="file://$PROJECT_DIR$/docs/components/raycaster.md" /> <entry file="file://$PROJECT_DIR$/docs/components/tracked-controls.md" /> <entry file="file://$PROJECT_DIR$/examples/giraffe/index.html" /> <entry file="file://$PROJECT_DIR$/README.md"> <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]"> <state split_layout="SPLIT"> <first_editor> <caret line="13" column="42" selection-start-line="13" selection-start-column="42" selection-end-line="13" selection-end-column="42" /> </first_editor> <second_editor /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/package-lock.json"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="17697"> <caret line="1041" column="17" selection-start-line="1041" selection-start-column="17" selection-end-line="1041" selection-end-column="17" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/views/penguin/penguins.js" /> <entry file="file://$PROJECT_DIR$/views/penguinsv2/res/lighthouse/Lighthouse_texture.png" /> <entry file="file://$PROJECT_DIR$/views/penguinsv2/res/lighthouse/Lighthouse_singly.mtl" /> <entry file="file://$PROJECT_DIR$/views/penguinsv2/res/lighthouse/Lighthouse_singly.obj" /> <entry file="file://$PROJECT_DIR$/views/penguinsv2/res/seagull/seagull.mtl" /> <entry file="file://$PROJECT_DIR$/views/penguinsv2/res/seagull/seagull.obj" /> <entry file="file://$PROJECT_DIR$/views/penguinsv2/res/island/materials.mtl" /> <entry file="file://$PROJECT_DIR$/views/penguinsv2/res/island/model.obj" /> <entry file="file://$PROJECT_DIR$/views/penguinsv2/res/lighthouse/lighthouse.obj" /> <entry file="file://$PROJECT_DIR$/views/penguinsv2/res/lighthouse/lighthouse.mtl" /> <entry file="file://$PROJECT_DIR$/views/penguin/index.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="454"> <caret line="30" column="25" selection-start-line="30" selection-start-column="25" selection-end-line="30" selection-end-column="25" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/package.json"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="119"> <caret line="7" column="56" selection-start-line="7" selection-start-column="56" selection-end-line="7" selection-end-column="56" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/views/penguinsv2/res/shark/Shark.mtl" /> <entry file="jar://$APPLICATION_HOME_DIR$/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar!/com/intellij/lang/javascript/index/predefined/DHTML.js" /> <entry file="file://$PROJECT_DIR$/views/car/car.js" /> <entry file="file://$PROJECT_DIR$/views/car/index.html" /> <entry file="file://$PROJECT_DIR$/views/room/index.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="1173"> <caret line="51" column="28" selection-start-line="51" selection-start-column="28" selection-end-line="51" selection-end-column="28" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/views/weather/sun.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="1132"> <caret line="100" column="16" selection-start-line="100" selection-start-column="16" selection-end-line="100" selection-end-column="16" /> <folding> <element signature="n#!!doc" expanded="true" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/node_modules/aframe-sun-sky/dist/aframe-sun-sky.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="-184"> <caret line="25" column="38" lean-forward="true" selection-start-line="25" selection-start-column="38" selection-end-line="25" selection-end-column="38" /> <folding> <element signature="n#!!doc" expanded="true" /> </folding> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/views/weather/resources/sign/model.obj"> <provider selected="true" editor-type-id="text-editor" /> </entry> <entry file="file://$PROJECT_DIR$/views/penguinsv2/index.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="851"> <caret line="70" column="15" selection-start-line="70" selection-start-column="15" selection-end-line="70" selection-end-column="15" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/views/penguinsv2/penguinv2.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="391"> <caret line="17" column="41" lean-forward="true" selection-start-line="17" selection-start-column="41" selection-end-line="17" selection-end-column="41" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/index.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="552"> <caret line="24" lean-forward="true" selection-start-line="24" selection-end-line="24" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/views/weather/index.html"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="828"> <caret line="36" column="8" lean-forward="true" selection-start-line="36" selection-start-column="8" selection-end-line="36" selection-end-column="8" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/.gitignore"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="953"> <caret line="55" lean-forward="true" selection-start-line="55" selection-end-line="55" /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/views/weather/weather.js"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="23"> <caret line="1" column="22" selection-start-line="1" selection-start-column="22" selection-end-line="1" selection-end-column="22" /> </state> </provider> </entry> </component> </project>
50.059113
169
0.6399
c2a47ebb4640ac7a1385fa79c2e380a85e89f875
1,140
xml
XML
pack/logicmoo_packages/prolog/thea2/examples/owllink/owllink-example-LoadOntology-request-20091016.xml
logicmoo/old_logicmoo_workspace
44025b6e389e2f2f7d86b46c1301cab0604bba26
[ "MIT" ]
1
2018-09-04T14:44:49.000Z
2018-09-04T14:44:49.000Z
pack/logicmoo_packages/prolog/thea2/examples/owllink/owllink-example-LoadOntology-request-20091016.xml
logicmoo/old_logicmoo_workspace
44025b6e389e2f2f7d86b46c1301cab0604bba26
[ "MIT" ]
null
null
null
pack/logicmoo_packages/prolog/thea2/examples/owllink/owllink-example-LoadOntology-request-20091016.xml
logicmoo/old_logicmoo_workspace
44025b6e389e2f2f7d86b46c1301cab0604bba26
[ "MIT" ]
null
null
null
<RequestMessage xmlns="http://www.owllink.org/owllink-xml#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.owllink.org/owllink-xml# http://www.owllink.org/owllink-xml-20091016.xsd" xmlns:owl="http://www.w3.org/2002/07/owl#"> <CreateKB kb="http://owllink.org/examples/KB_1"> <Prefix name="test:" fullIRI="http://www.owllink.orgtest/ont"/> <Prefix name="ont:" fullIRI="http://www.owllink.org/examples/ontologies/"/> </CreateKB> <LoadOntology kb="http://owllink.org/examples/KB_1"> <ontologyIRI IRI="http://www.owllink.org/examples/ontologies/myOntology"/> <ontologyIRI IRI="http://www.owllink.org/examples/ontologies/myOntology2"/> <IRIMapping key="http://www.owlllink.org/examples/ontologies/myOntology" IRI="localhost://examples/ontologies/myOntology"/> </LoadOntology> <Tell kb="http://owllink.org/examples/KB_1"> <owl:SubClassOf> <owl:Class abbreviatedIRI="ont:ClassA"/> <owl:Class abbreviatedIRI="test:ClassA"/> </owl:SubClassOf> </Tell> </RequestMessage>
49.565217
108
0.658772
eb68dd51f70873fbea9339535d6cf56a6caa842a
3,737
xml
XML
data/1866/07/12/DDD_ddd_000010549_mpeg21/DDD_000010549_0015_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1866/07/12/DDD_ddd_000010549_mpeg21/DDD_000010549_0015_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
data/1866/07/12/DDD_ddd_000010549_mpeg21/DDD_000010549_0015_articletext.xml
KBNLresearch/mcc
25a9db197103e9c67fbe866a61944ab3cf421100
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <text> <title></title> <p>» Men zoekt in eene drukke Winkelzaak een BURGER MEISJIE van fatsoenlijke familie, ongeveer 20 jaren oud, P. G., ter adsistentie in het HUISHOUDEN en bij bijzondere gelegenheden in den WINKEL. Hierop rellecteerende vervoege men zich met franco brieven, met opgaaf waar informatièn te bekomen zijn, onder do lett. M. L. E., Bureau Handelsblad. (16503) HOUDERS van CONNOSSEMENTEN aan Order over GOEDEREN , alhier aangebragt vau Cette per het Schip DIRKJE, Kapitein P. NAUTA, gelieven zich onverwijld te vervoegen ten Kantore vau de Cargadoors OOLGAARDT kn BRUINIER, Ugracht, V 39, alhier. (16484) HOUDERS van CONNOSSEMENTEN aan Ordor over GOEDEREN, aan te brengen van Bordeaux per Stoomschip NINA, Kapt. J. A. TAKES, gelieven zich ten spoedigste te vervoegen bij den Cargadoor F.K.ROODENBEEK, Kalkmarkt, U 194, alhier. (16516) HOUDERS van CONNOSSEMENTEN aan Order van GOEDEREN , met het Schip ELECTRA, Kapt. P. H. LANDWEER, van Java aangebragt, gelieven daarvan ten spoedigste opgave te doen aan de Cargadoors D&apos;ARNAUD $• C°- te Amsterdam, zijnde het Schip bereids met lossen aangevangen. (16514) IrëRKOOPING BIJ 6. D. BOM 7 DAMRAK, II 117. DONDERDAG Namiddag ten Vijf Ure: WETENSCHAPPEN , LETTEREN, MENGELWERKEN, GESCHIEDENIS, TAAL- en DICHTKUNDE. VRIJDAG VAN 10 TOT I URE TE ZIEN: Al dc PRACHT- en PLAATWERKEN, dc BOUWKUNDIGE PRENTWERKEN, SCHILDERIJEN, TEEKENINGEN, NEDERL. HISTOKIEPRE \TEN, GRAVUREN , PRENTEN, enz., welke verkocht zullen worden op Zaturdag 14 Jnlij. ¦ (16509) HIT BAD- OF WASCiIiIS VAN DE TOMVIsJJGT voor Miehoeftigen. op de PASSEERDERGRACHT, werd reeds op de eerste dagen na de opening door onderscheidene personen bezocht en door hen er van gebruik gemaakt. Het bleek echter, dat verandering in deu tijd der openstelling raadzaam is. Het zal daarom GEOPEND zijn ZATURDAGS, van 7 ure des morgens tot 2 ure dos namiddags, en van 6 ure tot 9 ure des avonds; des ZONDAGS van 7 ure tot 9 ure des morgens, en des DONDERDAGS even als des Zaturdags. Het Bestuur, BRUNO TIDEMAN, Voorzitter. (15664) W. BRUYNESTEYN, Secretaris. EDELE MENSCHEN VRIENDEN. Een oppassend HUISVjiDER, als Kok op de Stoomboot van Rotterdam op Duinkerken varende, is door de thans heerschende ziekte bezweken , alhier in eene ten toppunt gestegen armoede nalatende eene WEDUWE met DRIE KINDEREN, waarvan het Oudste slechts Zeven jaren telt. Hartverscheurend is de toestand dier ongelukkige Weduwe, in de hevigste wanhoop op haar Kroost nederziende en hare handen smeekeiide om brood uitstrekkende. Het Armbestuur alhier is niet bij magte haren toestand eenigzins te verbeteren, waarom de Ondergeteekenden het wagen een beroep op Uwe Milddadigheid te doen, ten einde daardoor in staat gesteld te worden dit Gezin eenigzins te kunnen ondersteunen, om het voor gehcelen ondergang te bewaren. LANDGENOOTEN ! stort daarom uw PENNINGSKE op het Altaar der Liefde; hoe gering ook, zal zulks in dank aangenomen, doelmatig aangewend en daarvan melding gemaakt worden. De , Ondergeteekenden, diep bewogen met het lot dier Ongelukkigen , hebben zich volgaarne bereid verklaard tot dc ontvangst der Giften. Vlieland , L. ZUNDERDORP, Burgemeester. 10 Julij 1866. P. KIEL, Predikant. H. KEDEKEK, Loods-Commissaris. (16502) JU. KOOIMAN Az., Geneesheer. IN HET MIDDEN DER STAD vraagt eene fatsoenlijke JUFVROUW, welke hare bezigheden buitens huis heeft, tegen Augustus of September, eene YOOHKiMER met AM OOfr of klein SLAAPVERTREK, voorzien van Stookplaats en Kasten, liefst met Kleeden Gordijnen. Verzoeke opgave van Stand en Huurwaarde onder Lett. G. H., aanvrage franco hy den Heer GRAFFNER, Muziekhandelaar in de Kaiverstraat, schuin over de Sint Luciensteeg. (16458&apos;</p> </text>
622.833333
3,661
0.796896
e8c3f0a2f4f89c2ce7ab9bb51757ac126a3f0f4a
2,323
xml
XML
Biblio/78/77045.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
34
2015-05-13T10:35:12.000Z
2021-12-02T02:02:19.000Z
Biblio/78/77045.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
145
2015-10-13T19:15:07.000Z
2022-02-15T13:45:13.000Z
Biblio/78/77045.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
18
2015-10-01T15:42:43.000Z
2021-02-11T02:29:54.000Z
<?xml version="1.0" encoding="UTF-8"?> <bibl xmlns="http://www.tei-c.org/ns/1.0" xml:id="b77045" type="article" subtype="book" xml:lang="de"> <title level="a" type="main">Weihungen an Apollon Didymeus und Apollon Milesios in Naukratis.</title> <series> <title level="s" type="main">Internationale Archäologie. Arbeitsgemeinschaft, Symposium, Tagung, Kongress.</title> <biblScope type="volume">11</biblScope> </series> <author n="1"> <forename>N.</forename> <surname>Ehrhardt</surname> </author> <author n="2"> <forename>U.</forename> <surname>Höckmann</surname> </author> <author n="3"> <forename>U.</forename> <surname>Schlotzhauer</surname> </author> <biblScope type="pp" from="163" to="181">163-181</biblScope> <note resp="#BP">Non vidimus. Cf. Gnomon 81 (2009), Bibl. Beilage 3, p. 92.</note> <relatedItem type="appearsIn"> <bibl> <ptr target="http://papyri.info/biblio/20387"/> <!--ignore - start, i.e. SoSOL users may not edit this--> <title level="m" type="main">Kult(ur)kontakte: Apollon in Milet / Didyma, Histria, Myus, Naukratis und auf Zypern. Akten der Table Ronde in Mainz vom 11.-12. März 2004</title> <editor>BOL, Renate</editor> <date>2008</date> <!--ignore - stop--> </bibl> </relatedItem> <idno type="pi">77045</idno> <idno type="bp">2008-0201</idno> <idno type="bp_old">09/3/071</idno> <seg type="original" subtype="index" resp="#BP">241 Naucratis 712 910</seg> <seg type="original" subtype="titre" resp="#BP">EHRHARDT N., U. HÖCKMANN und U. SCHLOTZHAUER, Weihungen an Apollon Didymeus und Apollon Milesios in Naukratis.</seg> <seg type="original" subtype="publication" resp="#BP">Renate BOL, Ursula HÖCKMANN und Patrick SCHOLLMEYER (Hgg.), Kult(ur)kontakte: Apollon in Milet / Didyma, Histria, Myus, Naukratis und auf Zypern. Akten der Table Ronde in Mainz vom 11.-12. März 2004 = Internationale Archäologie. Arbeitsgemeinschaft, Symposium, Tagung, Kongress. 11 (Rahden, 2008) pp. 163-181.</seg> <seg type="original" subtype="resume" resp="#BP">Non vidimus. Cf. Gnomon 81 (2009), Bibl. Beilage 3, p. 92.</seg> <seg type="original" subtype="nom" resp="#BP">Ehrhardt Höckmann Schlotzhauer</seg> </bibl>
51.622222
372
0.653465
073265b53a0754feacd6413a95c88235f1210e63
5,498
xml
XML
APIS/berkeley/xml/berkeley.apis.1030.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
34
2015-05-13T10:35:12.000Z
2021-12-02T02:02:19.000Z
APIS/berkeley/xml/berkeley.apis.1030.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
145
2015-10-13T19:15:07.000Z
2022-02-15T13:45:13.000Z
APIS/berkeley/xml/berkeley.apis.1030.xml
papyri/idp.data
df4443706394caa387474ac4a3b32e983a3db3de
[ "CC-BY-3.0" ]
18
2015-10-01T15:42:43.000Z
2021-02-11T02:29:54.000Z
<?xml version="1.0" encoding="UTF-8"?> <?xml-model href="http://www.stoa.org/epidoc/schema/8.13/tei-epidoc.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> <TEI xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>Petition to the komarches.</title> <author>Ptolemaios</author> </titleStmt> <publicationStmt> <authority>APIS</authority> <idno type="apisid">berkeley.apis.1030</idno> <idno type="controlNo">(CU)1030</idno> <idno type="ddbdp">p.tebt.3.1.805</idno> <idno type="ddb-perseus-style">0206;3.1;805</idno> <idno type="ddb-hybrid">p.tebt;3.1;805</idno> <idno type="HGV">5388</idno> <idno type="TM">5388</idno> </publicationStmt> <sourceDesc> <msDesc> <msIdentifier> <idno type="invNo">P.Tebt.0805</idno> </msIdentifier> <msContents> <summary>Ptolemaios petitions the komarches concerning some grievance against another farmer to whom he had sub-let part of his holding.</summary> <msItemStruct> <note type="general">Verso published.</note> <note type="general">Margins: top, 2.2 cm.; left, 2.1 cm.</note> <note type="general">4th year of Ptolemy IX Soter II.</note> <note type="general">Papers of the Crown tenants of Oxyrhyncha</note> <note type="local_note">2160</note> <note type="local_note">Bancroft Library, Univ. of Calif., Berkeley</note> <textLang mainLang="grc">Greek</textLang> </msItemStruct> </msContents> <physDesc> <objectDesc> <supportDesc material="Papyri"> <support>1 papyrus ; 14.7 x 11 cm.</support> </supportDesc> <layoutDesc> <layout> <ab type="lines">17 lines, on recto along the fibers.</ab> <ab type="recto-verso">On verso, along the fibers: Address.</ab> </layout> </layoutDesc> </objectDesc> <handDesc> <p>Small regular cursive.</p> </handDesc> </physDesc> <history> <origin> <origDate when="-0113">113 B.C.</origDate> <origPlace>Oxyrhyncha</origPlace> <persName type="asn">Petesouchos</persName> </origin> <provenance> <p>Mummy cartonnage at Tebtunis 39 (a)</p> </provenance> </history> </msDesc> </sourceDesc> </fileDesc> <encodingDesc> <classDecl> <taxonomy xml:id="apis"> <desc>APIS keywords are controlled locally at the institution level. They are not necessarily consistent.</desc> </taxonomy> </classDecl> </encodingDesc> <profileDesc> <langUsage> <language ident="en">English</language> <language ident="grc">Greek</language> </langUsage> <textClass> <keywords scheme="#apis"> <term>Crown land sub-letting</term> <term>Oxyrhyncha</term> <term type="genre_form">Petitions, Ptolemaic Period</term> </keywords> </textClass> </profileDesc> </teiHeader> <facsimile> <surfaceGrp n="1"> <surface n="recto"> <desc>Recto</desc> <graphic url="http://papyri.info/images/9a/AP02488a"/> </surface> </surfaceGrp> <surfaceGrp n="2"> <surface n="verso"> <desc>Verso</desc> <graphic url="http://papyri.info/images/98/AP02489a"/> </surface> </surfaceGrp> </facsimile> <text> <body> <div type="translation"> <ab>To Petesouchos, komarches of Oxyrhyncha, from Ptolemaios son of N.N., Crown cultivator from the said village. I leased to Petesouchos son of Teos, an inhabitant of the said village, out of the Crown land which I cultivate at the village 3 1/4 1/8 arouras for the 4th year at a rent per aroura of 5 talents of bronze, on condition that he should sow it with garlic, by an Egyptian contract of lease, having agreed with him that he should pay before the 30th (?) of Phamenoth of the 4th year or else should measure to the royal grainary towards the rent of the land on my behalf, for the residue of the bronze, wheat at the rate of 700 bronze drachmas per artaba. The accused Petesouchos son of Teos ... (Here the papyrus breaks off.) (Addressed on the verso) To Petesouchos, komarches of Oxyrhyncha.</ab> </div> <div type="bibliography" subtype="citations"> <listBibl> <bibl>P.Tebt., III.805; Hengstl, Griechische Papyri, no. 126.</bibl> <bibl type="ddbdp">P.Tebt.:3.1:805</bibl> </listBibl> <p> <ref target="http://sunsite.berkeley.edu/cgi-bin/apisdb/record/1030">Original record</ref>.</p> </div> </body> </text> </TEI>
47.396552
819
0.534558
cc52ec45b084d4740bd2e3292f74a25a0e67b961
4,322
xml
XML
specialpurpose/portal/entitydef/entitymodel_extend.xml
wolfer0515/quzou
67a383bd0fb1fff714000394f7b7e6734a9adffa
[ "Apache-2.0" ]
1
2019-01-02T10:00:36.000Z
2019-01-02T10:00:36.000Z
specialpurpose/portal/entitydef/entitymodel_extend.xml
wolfer0515/quzou
67a383bd0fb1fff714000394f7b7e6734a9adffa
[ "Apache-2.0" ]
1
2020-11-16T09:17:39.000Z
2020-11-16T09:17:39.000Z
specialpurpose/portal/entitydef/entitymodel_extend.xml
wolfer0515/quzou
67a383bd0fb1fff714000394f7b7e6734a9adffa
[ "Apache-2.0" ]
3
2017-03-25T12:51:21.000Z
2020-11-16T09:14:03.000Z
<?xml version="1.0" encoding="UTF-8"?> <entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd"> <!-- ========================================================= --> <!-- ======================== Defaults ======================= --> <!-- ========================================================= --> <title>Entity of ebiz Component</title> <description>None</description> <copyright></copyright> <version></version> <extend-entity entity-name="ShoppingList"> <field name="dxStoreId" type="id"><description>代销店铺Id</description></field> </extend-entity> <extend-entity entity-name="OrderHeader"> <field name="dxStoreId" type="id"><description>代销店铺Id</description></field> </extend-entity> <extend-entity entity-name="OrderItem"> <field name="dxSupplierPrice" type="currency-amount"><description>代销供应商价格</description></field> </extend-entity> <extend-entity entity-name="Product"> <field name="primaryProductStoreId" type="id"><description>The primary store ; it should be one of the productStoreId already setup in ProductProductStore</description></field> <field name="prodStatusId" type="id"><description>产品状态标识PROD_CREATED,PROD_RELEASED</description></field> <relation type="one-nofk" rel-entity-name="ProductStore"> <key-map field-name="primaryProductStoreId" rel-field-name="productStoreId"/> </relation> </extend-entity> <extend-entity entity-name="ProductCategory"> <field name="productStoreId" type="id"><description>The primary store ; it should be one of the productStoreId already setup in ProductProductStore</description></field> <field name="thruDate" type="date-time"><description>失效时间</description></field> <field name="showInHome" type="indicator"><description>标记分类是否在网站前台页面显示</description></field> <relation type="one-nofk" rel-entity-name="ProductStore"> <key-map field-name="productStoreId" rel-field-name="productStoreId"/> </relation> </extend-entity> <!-- 商户信息表 --> <extend-entity entity-name="Person"> <field name="cellPhone" type="name" ><description>手机号码</description></field> </extend-entity> <extend-entity entity-name="Party"> <field name="sellerStatusId" type="id"><description>卖家状态标识SELLER_CREATED,SELLER_ACCEPTED,SELLER_DECLINED</description></field> <field name="begDate" type="date-time"><description>卖家提交认证请求时间</description></field> <field name="examineDate" type="date-time"><description>管理员操作卖家认证请求时间</description></field> </extend-entity> <!-- 客户区域geo --> <extend-entity entity-name="Person"> <field name="geoId" type="id"><description>卖家所在区域</description></field> <relation type="one-nofk" rel-entity-name="ChinaGeo"> <key-map field-name="geoId" rel-field-name="geoId"/> </relation> </extend-entity> <extend-entity entity-name="PartyGroup"> <field name="barCode" type="id"></field> </extend-entity> <extend-entity entity-name="ShoppingList"> <field name="shoppingListGroupId" type="name"></field> </extend-entity> <extend-entity entity-name="ShoppingListItem"> <field name="shoppingCartHistoryId" type="id"></field> </extend-entity> <extend-entity entity-name="ProductStore"> <field name="companyName" type="name"></field> <field name="businessType" type="name"></field> <field name="createTime" type="date-time"></field> <field name="registeredAddress" type="name"></field> <field name="scaleCompany" type="name"></field> <field name="shopsKeywords" type="name"></field> <field name="productKeywords" type="name"></field> <field name="productStoreLogo" type="url"></field> <field name="productStoreBanner" type="url"></field> <field name="sellerTyp" type="id"><description>商户类型</description></field> <field name="bankCode" type="name"><description>银行账号</description></field> <field name="bankId" type="name"><description>开户行</description></field> <field name="bankUserName" type="name"><description>银行收款人</description></field> <field name="bankAddress" type="name"><description>开户行所在地</description></field> <field name="bankProvince" type="name"><description>开户行所在省份</description></field> <field name="bankCity" type="name"><description>开户行所在城市</description></field> </extend-entity> </entitymodel>
49.113636
178
0.688801
f3629fbb5b6dbea85d5c846305813e51d2f2290a
19,809
xml
XML
.idea/workspace.xml
vimox-shah/sequence_generator
08912af72edf20f8250db1a434b764a4ed42083e
[ "MIT" ]
null
null
null
.idea/workspace.xml
vimox-shah/sequence_generator
08912af72edf20f8250db1a434b764a4ed42083e
[ "MIT" ]
null
null
null
.idea/workspace.xml
vimox-shah/sequence_generator
08912af72edf20f8250db1a434b764a4ed42083e
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="46891987-c85e-43d2-a092-dc99958b417a" name="Default" comment=""> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" /> <change beforePath="$PROJECT_DIR$/Gemfile.lock" afterPath="$PROJECT_DIR$/Gemfile.lock" /> <change beforePath="$PROJECT_DIR$/lib/sequence_generator/act_as_sequenced.rb" afterPath="$PROJECT_DIR$/lib/sequence_generator/act_as_sequenced.rb" /> <change beforePath="$PROJECT_DIR$/lib/sequence_generator/version.rb" afterPath="$PROJECT_DIR$/lib/sequence_generator/version.rb" /> </list> <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> <option name="TRACKING_ENABLED" value="true" /> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component> <component name="FileEditorManager"> <leaf> <file leaf-file-name="act_as_sequenced.rb" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/lib/sequence_generator/act_as_sequenced.rb"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="165"> <caret line="11" column="12" lean-forward="true" selection-start-line="11" selection-start-column="12" selection-end-line="11" selection-end-column="12" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="create_sequence_table.rake" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/lib/tasks/create_sequence_table.rake"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="180"> <caret line="12" column="35" lean-forward="false" selection-start-line="12" selection-start-column="22" selection-end-line="12" selection-end-column="35" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="sequence_generator.gemspec" pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/sequence_generator.gemspec"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="540"> <caret line="36" column="46" lean-forward="false" selection-start-line="36" selection-start-column="46" selection-end-line="36" selection-end-column="46" /> <folding /> </state> </provider> </entry> </file> <file leaf-file-name="version.rb" pinned="false" current-in-tab="true"> <entry file="file://$PROJECT_DIR$/lib/sequence_generator/version.rb"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="15"> <caret line="1" column="19" lean-forward="false" selection-start-line="1" selection-start-column="19" selection-end-line="1" selection-end-column="19" /> <folding /> </state> </provider> </entry> </file> </leaf> </component> <component name="FileTemplateManagerImpl"> <option name="RECENT_TEMPLATES"> <list> <option value="Ruby Module Template" /> </list> </option> </component> <component name="FindInProjectRecents"> <findStrings> <find>put</find> </findStrings> </component> <component name="Git.Settings"> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> </component> <component name="IdeDocumentHistory"> <option name="CHANGED_PATHS"> <list> <option value="$PROJECT_DIR$/Gemfile" /> <option value="$PROJECT_DIR$/sequence_generator.gemspec" /> <option value="$PROJECT_DIR$/Rakefile" /> <option value="$PROJECT_DIR$/lib/railtie.rb" /> <option value="$PROJECT_DIR$/lib/tasks/create_sequence_table.rake" /> <option value="$PROJECT_DIR$/lib/sequence_generator/act_as_sequence.rb" /> <option value="$PROJECT_DIR$/.gitignore" /> <option value="$PROJECT_DIR$/lib/sequence_generator/generator.rb" /> <option value="$PROJECT_DIR$/lib/sequence_generator.rb" /> <option value="$PROJECT_DIR$/lib/sequence_generator/act_as_sequenced.rb" /> <option value="$PROJECT_DIR$/lib/sequence_generator/version.rb" /> </list> </option> </component> <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" /> <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" /> <component name="JsGulpfileManager"> <detection-done>true</detection-done> <sorting>DEFINITION_ORDER</sorting> </component> <component name="ProjectFrameBounds" fullScreen="true"> <option name="y" value="23" /> <option name="width" value="1280" /> <option name="height" value="709" /> </component> <component name="ProjectView"> <navigator currentView="ProjectPane" proportions="" version="1"> <flattenPackages /> <showMembers /> <showModules /> <showLibraryContents /> <hideEmptyPackages /> <abbreviatePackageNames /> <autoscrollToSource /> <autoscrollFromSource /> <sortByType /> <manualOrder /> <foldersAlwaysOnTop value="true" /> </navigator> <panes> <pane id="ProjectPane"> <subPane> <expand> <path> <item name="sequence_generator" type="b2602c69:ProjectViewProjectNode" /> <item name="sequence_generator" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="sequence_generator" type="b2602c69:ProjectViewProjectNode" /> <item name="sequence_generator" type="462c0819:PsiDirectoryNode" /> <item name="lib" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="sequence_generator" type="b2602c69:ProjectViewProjectNode" /> <item name="sequence_generator" type="462c0819:PsiDirectoryNode" /> <item name="lib" type="462c0819:PsiDirectoryNode" /> <item name="sequence_generator" type="462c0819:PsiDirectoryNode" /> </path> <path> <item name="sequence_generator" type="b2602c69:ProjectViewProjectNode" /> <item name="sequence_generator" type="462c0819:PsiDirectoryNode" /> <item name="lib" type="462c0819:PsiDirectoryNode" /> <item name="tasks" type="462c0819:PsiDirectoryNode" /> </path> </expand> <select /> </subPane> </pane> <pane id="Scope" /> <pane id="Scratches" /> </panes> </component> <component name="PropertiesComponent"> <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" /> <property name="WebServerToolWindowFactoryState" value="false" /> <property name="last_opened_file_path" value="$PROJECT_DIR$" /> </component> <component name="RunDashboard"> <option name="ruleStates"> <list> <RuleState> <option name="name" value="ConfigurationTypeDashboardGroupingRule" /> </RuleState> <RuleState> <option name="name" value="StatusDashboardGroupingRule" /> </RuleState> </list> </option> </component> <component name="ShelveChangesManager" show_recycled="false"> <option name="remove_strategy" value="false" /> </component> <component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" /> <component name="SvnConfiguration"> <configuration /> </component> <component name="TaskManager"> <task active="true" id="Default" summary="Default task"> <changelist id="46891987-c85e-43d2-a092-dc99958b417a" name="Default" comment="" /> <created>1522302708962</created> <option name="number" value="Default" /> <option name="presentableId" value="Default" /> <updated>1522302708962</updated> <workItem from="1522302710733" duration="21060000" /> </task> <servers /> </component> <component name="TimeTrackingManager"> <option name="totallyTimeSpent" value="21060000" /> </component> <component name="ToolWindowManager"> <frame x="0" y="0" width="1280" height="800" extended-state="6" /> <editor active="true" /> <layout> <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.24959612" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" /> <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> <window_info id="Docker" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" /> <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32936507" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" /> <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" /> <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" /> <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> </layout> </component> <component name="TypeScriptGeneratedFilesManager"> <option name="version" value="1" /> </component> <component name="VcsContentAnnotationSettings"> <option name="myLimit" value="2678400000" /> </component> <component name="XDebuggerManager"> <breakpoint-manager> <option name="time" value="1" /> </breakpoint-manager> <watches-manager /> </component> <component name="editorHistoryManager"> <entry file="file://$PROJECT_DIR$/Gemfile"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="165"> <caret line="11" column="21" lean-forward="false" selection-start-line="11" selection-start-column="21" selection-end-line="11" selection-end-column="21" /> <folding /> </state> </provider> </entry> <entry file="file://$APPLICATION_CONFIG_DIR$/scratches/scratch.rb"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$USER_HOME$/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/activesupport-5.1.4/lib/active_support/core_ext/module/attribute_accessors.rb"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="254"> <caret line="177" column="9" lean-forward="false" selection-start-line="177" selection-start-column="9" selection-end-line="177" selection-end-column="9" /> <folding /> </state> </provider> </entry> <entry file="file://$APPLICATION_HOME_DIR$/rubystubs23/object.rb"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="404"> <caret line="190" column="8" lean-forward="false" selection-start-line="190" selection-start-column="8" selection-end-line="190" selection-end-column="8" /> <folding /> </state> </provider> </entry> <entry file="file://$USER_HOME$/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/activerecord-5.1.4/lib/active_record/inheritance.rb"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="233"> <caret line="94" column="10" lean-forward="false" selection-start-line="94" selection-start-column="10" selection-end-line="94" selection-end-column="10" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/Rakefile"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="75"> <caret line="5" column="0" lean-forward="false" selection-start-line="5" selection-start-column="0" selection-end-line="5" selection-end-column="0" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/lib/railtie.rb"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="60"> <caret line="4" column="3" lean-forward="false" selection-start-line="4" selection-start-column="3" selection-end-line="4" selection-end-column="3" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/.gitignore"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="0"> <caret line="0" column="6" lean-forward="false" selection-start-line="0" selection-start-column="6" selection-end-line="0" selection-end-column="6" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/lib/sequence_generator/generator.rb"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="465"> <caret line="31" column="77" lean-forward="false" selection-start-line="31" selection-start-column="77" selection-end-line="31" selection-end-column="77" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/lib/sequence_generator.rb"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="165"> <caret line="11" column="54" lean-forward="true" selection-start-line="11" selection-start-column="54" selection-end-line="11" selection-end-column="54" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/lib/tasks/create_sequence_table.rake"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="180"> <caret line="12" column="35" lean-forward="false" selection-start-line="12" selection-start-column="22" selection-end-line="12" selection-end-column="35" /> <folding /> </state> </provider> </entry> <entry file="file://$USER_HOME$/.rbenv/versions/2.3.3/lib/ruby/2.3.0/rubygems/specification.rb"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="3375"> <caret line="225" column="6" lean-forward="false" selection-start-line="225" selection-start-column="6" selection-end-line="225" selection-end-column="6" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/sequence_generator.gemspec"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="540"> <caret line="36" column="46" lean-forward="false" selection-start-line="36" selection-start-column="46" selection-end-line="36" selection-end-column="46" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/lib/sequence_generator/act_as_sequenced.rb"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="165"> <caret line="11" column="12" lean-forward="true" selection-start-line="11" selection-start-column="12" selection-end-line="11" selection-end-column="12" /> <folding /> </state> </provider> </entry> <entry file="file://$PROJECT_DIR$/lib/sequence_generator/version.rb"> <provider selected="true" editor-type-id="text-editor"> <state relative-caret-position="15"> <caret line="1" column="19" lean-forward="false" selection-start-line="1" selection-start-column="19" selection-end-line="1" selection-end-column="19" /> <folding /> </state> </provider> </entry> </component> </project>
57.086455
248
0.656318
7725db154dfb2d9fa7b8e81c52a1106a4c5a42bb
3,922
storyboard
XML
IBDesignableDemo/Base.lproj/Main.storyboard
kingiol/IBDesignableDemo
82451beafefb390af2e1600f48b3ede6bee31105
[ "MIT" ]
1
2015-05-15T02:57:44.000Z
2015-05-15T02:57:44.000Z
IBDesignableDemo/Base.lproj/Main.storyboard
kingiol/IBDesignableDemo
82451beafefb390af2e1600f48b3ede6bee31105
[ "MIT" ]
null
null
null
IBDesignableDemo/Base.lproj/Main.storyboard
kingiol/IBDesignableDemo
82451beafefb390af2e1600f48b3ede6bee31105
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6154.17" systemVersion="13D65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="vXZ-lx-hvc"> <dependencies> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6153.11"/> </dependencies> <scenes> <!--View Controller--> <scene sceneID="ufC-wZ-h7g"> <objects> <viewController id="vXZ-lx-hvc" customClass="ViewController" customModule="IBDesignableDemo" customModuleProvider="target" sceneMemberID="viewController"> <layoutGuides> <viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/> <viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="kh9-bI-dsS"> <rect key="frame" x="0.0" y="0.0" width="480" height="480"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <subviews> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xvO-Lf-ubL" customClass="CustomView" customModule="MyCustomView"> <rect key="frame" x="100" y="100" width="100" height="100"/> <color key="backgroundColor" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> <userDefinedRuntimeAttributes> <userDefinedRuntimeAttribute type="color" keyPath="borderColor"> <color key="value" red="0.60000002379999995" green="0.81960791349999995" blue="0.60392159219999997" alpha="1" colorSpace="deviceRGB"/> </userDefinedRuntimeAttribute> <userDefinedRuntimeAttribute type="number" keyPath="borderWidth"> <real key="value" value="5"/> </userDefinedRuntimeAttribute> <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius"> <real key="value" value="199"/> </userDefinedRuntimeAttribute> </userDefinedRuntimeAttributes> </view> </subviews> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> <constraints> <constraint firstAttribute="trailing" secondItem="xvO-Lf-ubL" secondAttribute="trailing" constant="280" id="NKY-8x-PoP"/> <constraint firstItem="xvO-Lf-ubL" firstAttribute="top" secondItem="jyV-Pf-zRb" secondAttribute="bottom" constant="80" id="TaC-2o-VsV"/> <constraint firstItem="xvO-Lf-ubL" firstAttribute="leading" secondItem="kh9-bI-dsS" secondAttribute="leading" constant="100" id="cyH-aE-Mm8"/> <constraint firstItem="2fi-mo-0CV" firstAttribute="top" secondItem="xvO-Lf-ubL" secondAttribute="bottom" constant="280" id="jIS-9n-PTB"/> </constraints> <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/> </view> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/> </objects> </scene> </scenes> </document>
78.44
271
0.561958
77a0a4b950c33e88cdb6e3c3dbf92950edc69364
2,518
xml
XML
sources/Interop/Windows/DirectX/um/d2d1_3/ID2D1Device2.xml
JeremyKuhne/terrafx.interop.windows
337dab04103688027ccfbee0180568de552283de
[ "MIT" ]
null
null
null
sources/Interop/Windows/DirectX/um/d2d1_3/ID2D1Device2.xml
JeremyKuhne/terrafx.interop.windows
337dab04103688027ccfbee0180568de552283de
[ "MIT" ]
null
null
null
sources/Interop/Windows/DirectX/um/d2d1_3/ID2D1Device2.xml
JeremyKuhne/terrafx.interop.windows
337dab04103688027ccfbee0180568de552283de
[ "MIT" ]
1
2019-11-20T23:26:14.000Z
2019-11-20T23:26:14.000Z
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. --> <!-- Ported from https://github.com/MicrosoftDocs/sdk-api/ --> <doc> <member name="ID2D1Device2.CreateDeviceContext"> <summary> <para>Creates a new <see cref="ID2D1DeviceContext2" /> from a Direct2D device.</para> </summary> <param name="options"> <para>Type: <b><see cref="D2D1_DEVICE_CONTEXT_OPTIONS" /></b></para> <para>The options to be applied to the created device context.</para> </param> <param name="deviceContext2"> <para>Type: <b><see cref="ID2D1DeviceContext2" />**</b></para> <para>When this method returns, contains the address of a pointer to the new device context.</para> </param> <returns> <para>Type: <b><a href="https://docs.microsoft.com//windows/win32/com/structure-of-com-error-codes">HRESULT</a></b></para> <para>If this method succeeds, it returns <b>S_OK</b>. Otherwise, it returns an <b>HRESULT</b> error code.</para> </returns> <seealso cref="ID2D1Device2" /> </member> <member name="ID2D1Device2.FlushDeviceContexts"> <summary> <para>Flush all device contexts that reference a given bitmap.</para> </summary> <param name="bitmap"> <para>Type: <b><see cref="ID2D1Bitmap" />*</b></para> <para>The bitmap, created on this device, for which all referencing device contexts will be flushed.</para> </param> <seealso cref="ID2D1Device2" /> </member> <member name="ID2D1Device2.GetDxgiDevice"> <summary> <para>Returns the DXGI device associated with this Direct2D device.</para> </summary> <param name="dxgiDevice"> <para>Type: <b><see cref="IDXGIDevice" />**</b></para> <para>The DXGI device associated with this Direct2D device.</para> </param> <returns> <para>Type: <b>HRESULT</b></para> <para>If this method succeeds, it returns <b>S_OK</b>. Otherwise, it returns an <b>HRESULT</b> error code.</para> </returns> <seealso cref="ID2D1Device2" /> </member> <member name="ID2D1Device2"> <summary> <para>Represents a resource domain whose objects and device contexts can be used together. This interface performs all the same functions as the existing <see cref="ID2D1Device1" /> interface. It also enables the creation of <see cref="ID2D1DeviceContext2" /> objects.</para> </summary> </member> </doc>
46.62963
151
0.669976
4d3eda766a7807d10797961a4b4078ad44b694f9
2,172
xml
XML
Annotations/002629.xml
wenzhenmiao/KITTI_to_tfrecords
febb7ab1948c827a0c9071ba0d1d1a859ce9a47c
[ "Apache-2.0" ]
1
2020-03-09T19:23:02.000Z
2020-03-09T19:23:02.000Z
Annotations/002629.xml
wenzhenmiao/KITTI_to_tfrecords
febb7ab1948c827a0c9071ba0d1d1a859ce9a47c
[ "Apache-2.0" ]
null
null
null
Annotations/002629.xml
wenzhenmiao/KITTI_to_tfrecords
febb7ab1948c827a0c9071ba0d1d1a859ce9a47c
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" ?> <annotation> <folder>KITTI</folder> <filename>002629.png</filename> <source> <database>The KITTI Database</database> <annotation>KITTI</annotation> </source> <size> <width>1242</width> <height>375</height> <depth>3</depth> </size> <object> <name>Car</name> <bndbox> <xmin>759</xmin> <ymin>152</ymin> <xmax>873</xmax> <ymax>273</ymax> </bndbox> <difficult>0</difficult> <truncated>0</truncated> </object> <object> <name>Car</name> <bndbox> <xmin>397</xmin> <ymin>188</ymin> <xmax>559</xmax> <ymax>270</ymax> </bndbox> <difficult>0</difficult> <truncated>0</truncated> </object> <object> <name>Car</name> <bndbox> <xmin>268</xmin> <ymin>166</ymin> <xmax>451</xmax> <ymax>266</ymax> </bndbox> <difficult>0</difficult> <truncated>0</truncated> </object> <object> <name>Car</name> <bndbox> <xmin>652</xmin> <ymin>172</ymin> <xmax>722</xmax> <ymax>226</ymax> </bndbox> <difficult>0</difficult> <truncated>0</truncated> </object> <object> <name>Car</name> <bndbox> <xmin>1081</xmin> <ymin>176</ymin> <xmax>1241</xmax> <ymax>274</ymax> </bndbox> <difficult>0</difficult> <truncated>0</truncated> </object> <object> <name>Car</name> <bndbox> <xmin>842</xmin> <ymin>164</ymin> <xmax>893</xmax> <ymax>207</ymax> </bndbox> <difficult>0</difficult> <truncated>0</truncated> </object> <object> <name>Car</name> <bndbox> <xmin>890</xmin> <ymin>145</ymin> <xmax>952</xmax> <ymax>199</ymax> </bndbox> <difficult>0</difficult> <truncated>0</truncated> </object> <object> <name>Car</name> <bndbox> <xmin>1201</xmin> <ymin>164</ymin> <xmax>1241</xmax> <ymax>247</ymax> </bndbox> <difficult>0</difficult> <truncated>0</truncated> </object> <object> <name>Car</name> <bndbox> <xmin>829</xmin> <ymin>124</ymin> <xmax>887</xmax> <ymax>200</ymax> </bndbox> <difficult>0</difficult> <truncated>0</truncated> </object> <object> <name>Car</name> <bndbox> <xmin>75</xmin> <ymin>193</ymin> <xmax>277</xmax> <ymax>264</ymax> </bndbox> <difficult>0</difficult> <truncated>0</truncated> </object> <object> <name>Car</name> <bndbox> <xmin>0</xmin> <ymin>198</ymin> <xmax>136</xmax> <ymax>256</ymax> </bndbox> <difficult>0</difficult> <truncated>0</truncated> </object> </annotation>
15.970588
39
0.680939
c55b3cbb285090ca2c120b833a5af4325b386e3f
3,805
xml
XML
VOCtrainval_11-May-2012/VOCdevkit/VOC2012/Annotations/2008_001451.xml
Mohammedaabdu/pytorch-segmentation
9fdf927d345146247f039042ee37612157e26582
[ "MIT" ]
null
null
null
VOCtrainval_11-May-2012/VOCdevkit/VOC2012/Annotations/2008_001451.xml
Mohammedaabdu/pytorch-segmentation
9fdf927d345146247f039042ee37612157e26582
[ "MIT" ]
null
null
null
VOCtrainval_11-May-2012/VOCdevkit/VOC2012/Annotations/2008_001451.xml
Mohammedaabdu/pytorch-segmentation
9fdf927d345146247f039042ee37612157e26582
[ "MIT" ]
null
null
null
<annotation> <folder>VOC2012</folder> <filename>2008_001451.jpg</filename> <source> <database>The VOC2008 Database</database> <annotation>PASCAL VOC2008</annotation> <image>flickr</image> </source> <size> <width>500</width> <height>375</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>person</name> <pose>Left</pose> <truncated>1</truncated> <occluded>0</occluded> <bndbox> <xmin>264</xmin> <ymin>111</ymin> <xmax>321</xmax> <ymax>374</ymax> </bndbox> <difficult>0</difficult> </object> <object> <name>person</name> <pose>Frontal</pose> <truncated>0</truncated> <occluded>1</occluded> <bndbox> <xmin>221</xmin> <ymin>145</ymin> <xmax>276</xmax> <ymax>346</ymax> </bndbox> <difficult>0</difficult> </object> <object> <name>person</name> <pose>Frontal</pose> <truncated>0</truncated> <occluded>1</occluded> <bndbox> <xmin>171</xmin> <ymin>140</ymin> <xmax>217</xmax> <ymax>353</ymax> </bndbox> <difficult>0</difficult> </object> <object> <name>person</name> <pose>Right</pose> <truncated>1</truncated> <occluded>1</occluded> <bndbox> <xmin>83</xmin> <ymin>111</ymin> <xmax>225</xmax> <ymax>339</ymax> </bndbox> <difficult>0</difficult> </object> <object> <name>person</name> <pose>Right</pose> <truncated>1</truncated> <occluded>1</occluded> <bndbox> <xmin>143</xmin> <ymin>119</ymin> <xmax>177</xmax> <ymax>336</ymax> </bndbox> <difficult>0</difficult> </object> <object> <name>person</name> <pose>Frontal</pose> <truncated>1</truncated> <occluded>1</occluded> <bndbox> <xmin>323</xmin> <ymin>189</ymin> <xmax>363</xmax> <ymax>223</ymax> </bndbox> <difficult>0</difficult> </object> <object> <name>diningtable</name> <pose>Unspecified</pose> <truncated>1</truncated> <occluded>1</occluded> <bndbox> <xmin>318</xmin> <ymin>258</ymin> <xmax>498</xmax> <ymax>375</ymax> </bndbox> <difficult>0</difficult> </object> <object> <name>chair</name> <pose>Right</pose> <truncated>1</truncated> <occluded>1</occluded> <bndbox> <xmin>95</xmin> <ymin>259</ymin> <xmax>199</xmax> <ymax>374</ymax> </bndbox> <difficult>0</difficult> </object> <object> <name>chair</name> <pose>Right</pose> <truncated>1</truncated> <occluded>1</occluded> <bndbox> <xmin>65</xmin> <ymin>281</ymin> <xmax>179</xmax> <ymax>375</ymax> </bndbox> <difficult>0</difficult> </object> <object> <name>pottedplant</name> <pose>Unspecified</pose> <truncated>0</truncated> <occluded>1</occluded> <bndbox> <xmin>1</xmin> <ymin>185</ymin> <xmax>89</xmax> <ymax>326</ymax> </bndbox> <difficult>0</difficult> </object> <object> <name>chair</name> <pose>Rear</pose> <truncated>1</truncated> <occluded>1</occluded> <bndbox> <xmin>313</xmin> <ymin>216</ymin> <xmax>368</xmax> <ymax>255</ymax> </bndbox> <difficult>1</difficult> </object> <object> <name>pottedplant</name> <pose>Unspecified</pose> <truncated>0</truncated> <occluded>0</occluded> <bndbox> <xmin>399</xmin> <ymin>200</ymin> <xmax>462</xmax> <ymax>268</ymax> </bndbox> <difficult>1</difficult> </object> <object> <name>chair</name> <pose>Unspecified</pose> <truncated>1</truncated> <occluded>1</occluded> <bndbox> <xmin>396</xmin> <ymin>277</ymin> <xmax>490</xmax> <ymax>348</ymax> </bndbox> <difficult>1</difficult> </object> <object> <name>person</name> <pose>Right</pose> <truncated>1</truncated> <occluded>1</occluded> <bndbox> <xmin>203</xmin> <ymin>153</ymin> <xmax>227</xmax> <ymax>307</ymax> </bndbox> <difficult>0</difficult> </object> </annotation>
19.217172
43
0.621025
8a33c46e806cb883b59d3c4355855dcc67133327
52,134
xml
XML
netlists_xml/id331_Altair_8800_front_panel_final___HandRouting_3_netlist.xml
makinteractlab/Dataset_CircuitsFritzing
6de7a2dcc3d5210f282cb5a0048fcc4eb43364d7
[ "MIT" ]
null
null
null
netlists_xml/id331_Altair_8800_front_panel_final___HandRouting_3_netlist.xml
makinteractlab/Dataset_CircuitsFritzing
6de7a2dcc3d5210f282cb5a0048fcc4eb43364d7
[ "MIT" ]
null
null
null
netlists_xml/id331_Altair_8800_front_panel_final___HandRouting_3_netlist.xml
makinteractlab/Dataset_CircuitsFritzing
6de7a2dcc3d5210f282cb5a0048fcc4eb43364d7
[ "MIT" ]
null
null
null
<?xml version='1.0' encoding='UTF-8'?> <!-- Created with Fritzing (http://www.fritzing.org/) --> <netlist date="Wed Sep 18 22:25:49 2019" sketch="id331_Altair_8800_front_panel_final___HandRouting_3.fz"> <net> <connector id="connector6" name="pin7"> <part id="854154550" title="Generic male header - 8 pins" label="J3"/> </connector> </net> <net> <connector id="connector7" name="pin8"> <part id="854154550" title="Generic male header - 8 pins" label="J3"/> </connector> </net> <net> <connector id="connector1" name="pin2"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854178800" title="10kΩ Resistor" label="R29"/> </connector> </net> <net> <connector id="connector34" name="pin35"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> </net> <net> <connector id="connector2" name="pin3"> <part id="854154550" title="Generic male header - 8 pins" label="J3"/> </connector> </net> <net> <connector id="connector3" name="pin4"> <part id="854154550" title="Generic male header - 8 pins" label="J3"/> </connector> </net> <net> <connector id="connector9" name="pin10"> <part id="854154450" title="Generic male header - 10 pins" label="J1"/> </connector> </net> <net> <connector id="connector8" name="pin9"> <part id="854154450" title="Generic male header - 10 pins" label="J1"/> </connector> </net> <net> <connector id="connector11" name="pin12"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> </net> <net> <connector id="connector0" name="pin1"> <part id="854154570" title="Generic male header - 8 pins" label="J6"/> </connector> </net> <net> <connector id="connector5" name="pin6"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> </net> <net> <connector id="connector2" name="pin3"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> </net> <net> <connector id="connector30" name="pin31"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> </net> <net> <connector id="connector16" name="pin17"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854331890" title="10kΩ Resistor" label="R49"/> </connector> <connector id="connector15" name="pin16"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> </net> <net> <connector id="connector19" name="pin20"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854333320" title="10kΩ Resistor" label="R53"/> </connector> <connector id="connector21" name="pin22"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> </net> <net> <connector id="connector29" name="pin30"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> </net> <net> <connector id="connector6" name="pin7"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854332800" title="10kΩ Resistor" label="R51"/> </connector> <connector id="connector20" name="pin21"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854334340" title="10kΩ Resistor" label="R57"/> </connector> <connector id="connector23" name="pin24"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854334000" title="10kΩ Resistor" label="R55"/> </connector> <connector id="connector22" name="pin23"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> </net> <net> <connector id="connector13" name="pin14"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854311420" title="10kΩ Resistor" label="R45"/> </connector> </net> <net> <connector id="connector12" name="pin13"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854309220" title="10kΩ Resistor" label="R43"/> </connector> </net> <net> <connector id="connector24" name="pin25"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> </net> <net> <connector id="connector2" name="pin3"> <part id="854154570" title="Generic male header - 8 pins" label="J6"/> </connector> </net> <net> <connector id="connector2" name="pin3"> <part id="854154530" title="Generic male header - 8 pins" label="J5"/> </connector> </net> <net> <connector id="connector5" name="pin6"> <part id="854154570" title="Generic male header - 8 pins" label="J6"/> </connector> </net> <net> <connector id="connector7" name="pin8"> <part id="854154570" title="Generic male header - 8 pins" label="J6"/> </connector> </net> <net> <connector id="connector10" name="pin11"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854301860" title="10kΩ Resistor" label="R41"/> </connector> </net> <net> <connector id="connector27" name="pin28"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854420380" title="10kΩ Resistor" label="R63"/> </connector> </net> <net> <connector id="connector1" name="B"> <part id="854174040" title="NPN-Transistor" label="Q12"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854174050" title="10kΩ Resistor" label="R23"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854180590" title="10kΩ Resistor" label="R31"/> </connector> <connector id="connector3" name="pin4"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> </net> <net> <connector id="connector4" name="pin5"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854283790" title="10kΩ Resistor" label="R33"/> </connector> </net> <net> <connector id="connector8" name="pin9"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854291090" title="10kΩ Resistor" label="R37"/> </connector> </net> <net> <connector id="connector9" name="pin10"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854294000" title="10kΩ Resistor" label="R39"/> </connector> </net> <net> <connector id="connector7" name="pin8"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854288000" title="10kΩ Resistor" label="R35"/> </connector> </net> <net> <connector id="connector14" name="pin15"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854315250" title="10kΩ Resistor" label="R47"/> </connector> </net> <net> <connector id="connector25" name="pin26"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854334880" title="10kΩ Resistor" label="R59"/> </connector> </net> <net> <connector id="connector26" name="pin27"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854419740" title="10kΩ Resistor" label="R61"/> </connector> </net> <net> <connector id="connector28" name="pin29"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854420880" title="10kΩ Resistor" label="R65"/> </connector> </net> <net> <connector id="connector31" name="pin32"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854422420" title="10kΩ Resistor" label="R71"/> </connector> </net> <net> <connector id="connector32" name="pin33"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854422040" title="10kΩ Resistor" label="R69"/> </connector> </net> <net> <connector id="connector33" name="pin34"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854421280" title="10kΩ Resistor" label="R67"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854422440" title="Red (633nm) LED" label="D6"/> </connector> <connector id="connector2" name="C"> <part id="854422410" title="NPN-Transistor" label="Q36"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854422060" title="Red (633nm) LED" label="D2"/> </connector> <connector id="connector2" name="C"> <part id="854422030" title="NPN-Transistor" label="Q35"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854421300" title="Red (633nm) LED" label="D0"/> </connector> <connector id="connector2" name="C"> <part id="854421270" title="NPN-Transistor" label="Q34"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854420900" title="Red (633nm) LED" label="A1"/> </connector> <connector id="connector2" name="C"> <part id="854420870" title="NPN-Transistor" label="Q33"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854420400" title="Red (633nm) LED" label="A3"/> </connector> <connector id="connector2" name="C"> <part id="854420370" title="NPN-Transistor" label="Q32"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854419760" title="Red (633nm) LED" label="A5"/> </connector> <connector id="connector2" name="C"> <part id="854419730" title="NPN-Transistor" label="Q31"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854334900" title="Red (633nm) LED" label="A7"/> </connector> <connector id="connector2" name="C"> <part id="854334870" title="NPN-Transistor" label="Q30"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854334360" title="Red (633nm) LED" label="A14"/> </connector> <connector id="connector2" name="C"> <part id="854334330" title="NPN-Transistor" label="Q29"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854334020" title="Red (633nm) LED" label="A12"/> </connector> <connector id="connector2" name="C"> <part id="854333990" title="NPN-Transistor" label="Q28"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854333340" title="Red (633nm) LED" label="A10"/> </connector> <connector id="connector2" name="C"> <part id="854333310" title="NPN-Transistor" label="Q27"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854332820" title="Red (633nm) LED" label="A8"/> </connector> <connector id="connector2" name="C"> <part id="854332790" title="NPN-Transistor" label="Q26"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854331910" title="Red (633nm) LED" label="A9"/> </connector> <connector id="connector2" name="C"> <part id="854331880" title="NPN-Transistor" label="Q25"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854315270" title="Red (633nm) LED" label="A11"/> </connector> <connector id="connector2" name="C"> <part id="854315240" title="NPN-Transistor" label="Q24"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854311440" title="Red (633nm) LED" label="A13"/> </connector> <connector id="connector2" name="C"> <part id="854311410" title="NPN-Transistor" label="Q23"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854309240" title="Red (633nm) LED" label="A15"/> </connector> <connector id="connector2" name="C"> <part id="854309210" title="NPN-Transistor" label="Q22"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854301880" title="Red (633nm) LED" label="A6"/> </connector> <connector id="connector2" name="C"> <part id="854301850" title="NPN-Transistor" label="Q21"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854294020" title="Red (633nm) LED" label="A4"/> </connector> <connector id="connector2" name="C"> <part id="854293990" title="NPN-Transistor" label="Q20"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854291110" title="Red (633nm) LED" label="A2"/> </connector> <connector id="connector2" name="C"> <part id="854291080" title="NPN-Transistor" label="Q19"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854288020" title="Red (633nm) LED" label="A0"/> </connector> <connector id="connector2" name="C"> <part id="854287990" title="NPN-Transistor" label="Q18"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854283810" title="Red (633nm) LED" label="D3"/> </connector> <connector id="connector2" name="C"> <part id="854283780" title="NPN-Transistor" label="Q17"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854180610" title="Red (633nm) LED" label="D1"/> </connector> <connector id="connector2" name="C"> <part id="854180580" title="NPN-Transistor" label="Q16"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854178820" title="Red (633nm) LED" label="HLDA"/> </connector> <connector id="connector2" name="C"> <part id="854178790" title="NPN-Transistor" label="Q15"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854177210" title="Red (633nm) LED" label="D5"/> </connector> <connector id="connector2" name="C"> <part id="854177180" title="NPN-Transistor" label="Q14"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854175580" title="Red (633nm) LED" label="D4"/> </connector> <connector id="connector2" name="C"> <part id="854175550" title="NPN-Transistor" label="Q13"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854174070" title="Red (633nm) LED" label="PROT"/> </connector> <connector id="connector2" name="C"> <part id="854174040" title="NPN-Transistor" label="Q12"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854172250" title="Red (633nm) LED" label="INTE"/> </connector> <connector id="connector2" name="C"> <part id="854172220" title="NPN-Transistor" label="Q11"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854171410" title="Red (633nm) LED" label="D7"/> </connector> <connector id="connector2" name="C"> <part id="854171380" title="NPN-Transistor" label="Q10"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854166800" title="Red (633nm) LED" label="WAIT"/> </connector> <connector id="connector2" name="C"> <part id="854166770" title="NPN-Transistor" label="Q9"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854162790" title="Red (633nm) LED" label="MEMR"/> </connector> <connector id="connector2" name="C"> <part id="854162760" title="NPN-Transistor" label="Q8"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854162230" title="Red (633nm) LED" label="M1"/> </connector> <connector id="connector2" name="C"> <part id="854162200" title="NPN-Transistor" label="Q7"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854161260" title="Red (633nm) LED" label="OUT"/> </connector> <connector id="connector2" name="C"> <part id="854161230" title="NPN-Transistor" label="Q6"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854160310" title="Red (633nm) LED" label="HLTA"/> </connector> <connector id="connector2" name="C"> <part id="854160280" title="NPN-Transistor" label="Q5"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854159050" title="Red (633nm) LED" label="STACK"/> </connector> <connector id="connector2" name="C"> <part id="854159020" title="NPN-Transistor" label="Q4"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854158470" title="Red (633nm) LED" label="WO"/> </connector> <connector id="connector2" name="C"> <part id="854158440" title="NPN-Transistor" label="Q3"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="854157610" title="Red (633nm) LED" label="INT"/> </connector> <connector id="connector2" name="C"> <part id="854157580" title="NPN-Transistor" label="Q2"/> </connector> </net> <net> <connector id="connector0" name="cathode"> <part id="57770" title="Red (633nm) LED" label="INP"/> </connector> <connector id="connector2" name="C"> <part id="57680" title="NPN-Transistor" label="Q1"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854422430" title="150Ω Resistor" label="R72"/> </connector> <connector id="connector1" name="anode"> <part id="854422440" title="Red (633nm) LED" label="D6"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854422050" title="150Ω Resistor" label="R70"/> </connector> <connector id="connector1" name="anode"> <part id="854422060" title="Red (633nm) LED" label="D2"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854421290" title="150Ω Resistor" label="R68"/> </connector> <connector id="connector1" name="anode"> <part id="854421300" title="Red (633nm) LED" label="D0"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854420890" title="150Ω Resistor" label="R66"/> </connector> <connector id="connector1" name="anode"> <part id="854420900" title="Red (633nm) LED" label="A1"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854420390" title="150Ω Resistor" label="R64"/> </connector> <connector id="connector1" name="anode"> <part id="854420400" title="Red (633nm) LED" label="A3"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854419750" title="150Ω Resistor" label="R62"/> </connector> <connector id="connector1" name="anode"> <part id="854419760" title="Red (633nm) LED" label="A5"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854334890" title="150Ω Resistor" label="R60"/> </connector> <connector id="connector1" name="anode"> <part id="854334900" title="Red (633nm) LED" label="A7"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854334350" title="150Ω Resistor" label="R58"/> </connector> <connector id="connector1" name="anode"> <part id="854334360" title="Red (633nm) LED" label="A14"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854334010" title="150Ω Resistor" label="R56"/> </connector> <connector id="connector1" name="anode"> <part id="854334020" title="Red (633nm) LED" label="A12"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854333330" title="150Ω Resistor" label="R54"/> </connector> <connector id="connector1" name="anode"> <part id="854333340" title="Red (633nm) LED" label="A10"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854332810" title="150Ω Resistor" label="R52"/> </connector> <connector id="connector1" name="anode"> <part id="854332820" title="Red (633nm) LED" label="A8"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854331900" title="150Ω Resistor" label="R50"/> </connector> <connector id="connector1" name="anode"> <part id="854331910" title="Red (633nm) LED" label="A9"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854315260" title="150Ω Resistor" label="R48"/> </connector> <connector id="connector1" name="anode"> <part id="854315270" title="Red (633nm) LED" label="A11"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854311430" title="150Ω Resistor" label="R46"/> </connector> <connector id="connector1" name="anode"> <part id="854311440" title="Red (633nm) LED" label="A13"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854309230" title="150Ω Resistor" label="R44"/> </connector> <connector id="connector1" name="anode"> <part id="854309240" title="Red (633nm) LED" label="A15"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854301870" title="150Ω Resistor" label="R42"/> </connector> <connector id="connector1" name="anode"> <part id="854301880" title="Red (633nm) LED" label="A6"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854294010" title="150Ω Resistor" label="R40"/> </connector> <connector id="connector1" name="anode"> <part id="854294020" title="Red (633nm) LED" label="A4"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854291100" title="150Ω Resistor" label="R38"/> </connector> <connector id="connector1" name="anode"> <part id="854291110" title="Red (633nm) LED" label="A2"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854288010" title="150Ω Resistor" label="R36"/> </connector> <connector id="connector1" name="anode"> <part id="854288020" title="Red (633nm) LED" label="A0"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854283800" title="150Ω Resistor" label="R34"/> </connector> <connector id="connector1" name="anode"> <part id="854283810" title="Red (633nm) LED" label="D3"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854180600" title="150Ω Resistor" label="R32"/> </connector> <connector id="connector1" name="anode"> <part id="854180610" title="Red (633nm) LED" label="D1"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854178810" title="150Ω Resistor" label="R30"/> </connector> <connector id="connector1" name="anode"> <part id="854178820" title="Red (633nm) LED" label="HLDA"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854177200" title="150Ω Resistor" label="R28"/> </connector> <connector id="connector1" name="anode"> <part id="854177210" title="Red (633nm) LED" label="D5"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854175570" title="150Ω Resistor" label="R26"/> </connector> <connector id="connector1" name="anode"> <part id="854175580" title="Red (633nm) LED" label="D4"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854174060" title="150Ω Resistor" label="R24"/> </connector> <connector id="connector1" name="anode"> <part id="854174070" title="Red (633nm) LED" label="PROT"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854172240" title="150Ω Resistor" label="R22"/> </connector> <connector id="connector1" name="anode"> <part id="854172250" title="Red (633nm) LED" label="INTE"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854171400" title="150Ω Resistor" label="R20"/> </connector> <connector id="connector1" name="anode"> <part id="854171410" title="Red (633nm) LED" label="D7"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854166790" title="150Ω Resistor" label="R18"/> </connector> <connector id="connector1" name="anode"> <part id="854166800" title="Red (633nm) LED" label="WAIT"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854162780" title="150Ω Resistor" label="R16"/> </connector> <connector id="connector1" name="anode"> <part id="854162790" title="Red (633nm) LED" label="MEMR"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854162220" title="150Ω Resistor" label="R14"/> </connector> <connector id="connector1" name="anode"> <part id="854162230" title="Red (633nm) LED" label="M1"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854161250" title="150Ω Resistor" label="R12"/> </connector> <connector id="connector1" name="anode"> <part id="854161260" title="Red (633nm) LED" label="OUT"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854160300" title="150Ω Resistor" label="R10"/> </connector> <connector id="connector1" name="anode"> <part id="854160310" title="Red (633nm) LED" label="HLTA"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854159040" title="150Ω Resistor" label="R8"/> </connector> <connector id="connector1" name="anode"> <part id="854159050" title="Red (633nm) LED" label="STACK"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854158460" title="150Ω Resistor" label="R6"/> </connector> <connector id="connector1" name="anode"> <part id="854158470" title="Red (633nm) LED" label="WO"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854157600" title="150Ω Resistor" label="R4"/> </connector> <connector id="connector1" name="anode"> <part id="854157610" title="Red (633nm) LED" label="INT"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="57740" title="150Ω Resistor" label="R2"/> </connector> <connector id="connector1" name="anode"> <part id="57770" title="Red (633nm) LED" label="INP"/> </connector> </net> <net> <connector id="connector1" name="B"> <part id="57680" title="NPN-Transistor" label="Q1"/> </connector> <connector id="connector1" name="Pin 1"> <part id="57710" title="10kΩ Resistor" label="R1"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854422420" title="10kΩ Resistor" label="R71"/> </connector> <connector id="connector1" name="B"> <part id="854422410" title="NPN-Transistor" label="Q36"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854422040" title="10kΩ Resistor" label="R69"/> </connector> <connector id="connector1" name="B"> <part id="854422030" title="NPN-Transistor" label="Q35"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854421280" title="10kΩ Resistor" label="R67"/> </connector> <connector id="connector1" name="B"> <part id="854421270" title="NPN-Transistor" label="Q34"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854420880" title="10kΩ Resistor" label="R65"/> </connector> <connector id="connector1" name="B"> <part id="854420870" title="NPN-Transistor" label="Q33"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854420380" title="10kΩ Resistor" label="R63"/> </connector> <connector id="connector1" name="B"> <part id="854420370" title="NPN-Transistor" label="Q32"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854419740" title="10kΩ Resistor" label="R61"/> </connector> <connector id="connector1" name="B"> <part id="854419730" title="NPN-Transistor" label="Q31"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854334880" title="10kΩ Resistor" label="R59"/> </connector> <connector id="connector1" name="B"> <part id="854334870" title="NPN-Transistor" label="Q30"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854334340" title="10kΩ Resistor" label="R57"/> </connector> <connector id="connector1" name="B"> <part id="854334330" title="NPN-Transistor" label="Q29"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854334000" title="10kΩ Resistor" label="R55"/> </connector> <connector id="connector1" name="B"> <part id="854333990" title="NPN-Transistor" label="Q28"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854333320" title="10kΩ Resistor" label="R53"/> </connector> <connector id="connector1" name="B"> <part id="854333310" title="NPN-Transistor" label="Q27"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854332800" title="10kΩ Resistor" label="R51"/> </connector> <connector id="connector1" name="B"> <part id="854332790" title="NPN-Transistor" label="Q26"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854331890" title="10kΩ Resistor" label="R49"/> </connector> <connector id="connector1" name="B"> <part id="854331880" title="NPN-Transistor" label="Q25"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854315250" title="10kΩ Resistor" label="R47"/> </connector> <connector id="connector1" name="B"> <part id="854315240" title="NPN-Transistor" label="Q24"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854311420" title="10kΩ Resistor" label="R45"/> </connector> <connector id="connector1" name="B"> <part id="854311410" title="NPN-Transistor" label="Q23"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854309220" title="10kΩ Resistor" label="R43"/> </connector> <connector id="connector1" name="B"> <part id="854309210" title="NPN-Transistor" label="Q22"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854301860" title="10kΩ Resistor" label="R41"/> </connector> <connector id="connector1" name="B"> <part id="854301850" title="NPN-Transistor" label="Q21"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854294000" title="10kΩ Resistor" label="R39"/> </connector> <connector id="connector1" name="B"> <part id="854293990" title="NPN-Transistor" label="Q20"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854291090" title="10kΩ Resistor" label="R37"/> </connector> <connector id="connector1" name="B"> <part id="854291080" title="NPN-Transistor" label="Q19"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854288000" title="10kΩ Resistor" label="R35"/> </connector> <connector id="connector1" name="B"> <part id="854287990" title="NPN-Transistor" label="Q18"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854283790" title="10kΩ Resistor" label="R33"/> </connector> <connector id="connector1" name="B"> <part id="854283780" title="NPN-Transistor" label="Q17"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854180590" title="10kΩ Resistor" label="R31"/> </connector> <connector id="connector1" name="B"> <part id="854180580" title="NPN-Transistor" label="Q16"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854178800" title="10kΩ Resistor" label="R29"/> </connector> <connector id="connector1" name="B"> <part id="854178790" title="NPN-Transistor" label="Q15"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854177190" title="10kΩ Resistor" label="R27"/> </connector> <connector id="connector1" name="B"> <part id="854177180" title="NPN-Transistor" label="Q14"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854175560" title="10kΩ Resistor" label="R25"/> </connector> <connector id="connector1" name="B"> <part id="854175550" title="NPN-Transistor" label="Q13"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854172230" title="10kΩ Resistor" label="R21"/> </connector> <connector id="connector1" name="B"> <part id="854172220" title="NPN-Transistor" label="Q11"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854171390" title="10kΩ Resistor" label="R19"/> </connector> <connector id="connector1" name="B"> <part id="854171380" title="NPN-Transistor" label="Q10"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854166780" title="10kΩ Resistor" label="R17"/> </connector> <connector id="connector1" name="B"> <part id="854166770" title="NPN-Transistor" label="Q9"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854162770" title="10kΩ Resistor" label="R15"/> </connector> <connector id="connector1" name="B"> <part id="854162760" title="NPN-Transistor" label="Q8"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854162210" title="10kΩ Resistor" label="R13"/> </connector> <connector id="connector1" name="B"> <part id="854162200" title="NPN-Transistor" label="Q7"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854161240" title="10kΩ Resistor" label="R11"/> </connector> <connector id="connector1" name="B"> <part id="854161230" title="NPN-Transistor" label="Q6"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854160290" title="10kΩ Resistor" label="R9"/> </connector> <connector id="connector1" name="B"> <part id="854160280" title="NPN-Transistor" label="Q5"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854159030" title="10kΩ Resistor" label="R7"/> </connector> <connector id="connector1" name="B"> <part id="854159020" title="NPN-Transistor" label="Q4"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854158450" title="10kΩ Resistor" label="R5"/> </connector> <connector id="connector1" name="B"> <part id="854158440" title="NPN-Transistor" label="Q3"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854157590" title="10kΩ Resistor" label="R3"/> </connector> <connector id="connector1" name="B"> <part id="854157580" title="NPN-Transistor" label="Q2"/> </connector> </net> <net> <connector id="connector2" name="pin3"> <part id="854154490" title="Generic male header - 8 pins" label="J2"/> </connector> <connector id="connector0" name="Pin 0"> <part id="854157590" title="10kΩ Resistor" label="R3"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854158450" title="10kΩ Resistor" label="R5"/> </connector> <connector id="connector3" name="pin4"> <part id="854154490" title="Generic male header - 8 pins" label="J2"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854159030" title="10kΩ Resistor" label="R7"/> </connector> <connector id="connector4" name="pin5"> <part id="854154490" title="Generic male header - 8 pins" label="J2"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854160290" title="10kΩ Resistor" label="R9"/> </connector> <connector id="connector5" name="pin6"> <part id="854154490" title="Generic male header - 8 pins" label="J2"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854161240" title="10kΩ Resistor" label="R11"/> </connector> <connector id="connector6" name="pin7"> <part id="854154490" title="Generic male header - 8 pins" label="J2"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854162210" title="10kΩ Resistor" label="R13"/> </connector> <connector id="connector7" name="pin8"> <part id="854154490" title="Generic male header - 8 pins" label="J2"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="57710" title="10kΩ Resistor" label="R1"/> </connector> <connector id="connector0" name="pin1"> <part id="854154450" title="Generic male header - 10 pins" label="J1"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854162770" title="10kΩ Resistor" label="R15"/> </connector> <connector id="connector1" name="pin2"> <part id="854154450" title="Generic male header - 10 pins" label="J1"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854166780" title="10kΩ Resistor" label="R17"/> </connector> <connector id="connector2" name="pin3"> <part id="854154450" title="Generic male header - 10 pins" label="J1"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854171390" title="10kΩ Resistor" label="R19"/> </connector> <connector id="connector3" name="pin4"> <part id="854154450" title="Generic male header - 10 pins" label="J1"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854172230" title="10kΩ Resistor" label="R21"/> </connector> <connector id="connector4" name="pin5"> <part id="854154450" title="Generic male header - 10 pins" label="J1"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854174050" title="10kΩ Resistor" label="R23"/> </connector> <connector id="connector5" name="pin6"> <part id="854154450" title="Generic male header - 10 pins" label="J1"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854175560" title="10kΩ Resistor" label="R25"/> </connector> <connector id="connector0" name="pin1"> <part id="854154550" title="Generic male header - 8 pins" label="J3"/> </connector> </net> <net> <connector id="connector0" name="Pin 0"> <part id="854177190" title="10kΩ Resistor" label="R27"/> </connector> <connector id="connector1" name="pin2"> <part id="854154550" title="Generic male header - 8 pins" label="J3"/> </connector> </net> <net> <connector id="connector0" name="E"> <part id="854420870" title="NPN-Transistor" label="Q33"/> </connector> <connector id="connector0" name="E"> <part id="854177180" title="NPN-Transistor" label="Q14"/> </connector> <connector id="connector0" name="E"> <part id="854420370" title="NPN-Transistor" label="Q32"/> </connector> <connector id="connector0" name="E"> <part id="854422410" title="NPN-Transistor" label="Q36"/> </connector> <connector id="connector17" name="pin18"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="E"> <part id="854175550" title="NPN-Transistor" label="Q13"/> </connector> <connector id="connector0" name="E"> <part id="854178790" title="NPN-Transistor" label="Q15"/> </connector> <connector id="connector0" name="E"> <part id="854158440" title="NPN-Transistor" label="Q3"/> </connector> <connector id="connector0" name="E"> <part id="854419730" title="NPN-Transistor" label="Q31"/> </connector> <connector id="connector0" name="E"> <part id="854422030" title="NPN-Transistor" label="Q35"/> </connector> <connector id="connector18" name="pin19"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector0" name="E"> <part id="854291080" title="NPN-Transistor" label="Q19"/> </connector> <connector id="connector0" name="E"> <part id="854287990" title="NPN-Transistor" label="Q18"/> </connector> <connector id="connector0" name="E"> <part id="854174040" title="NPN-Transistor" label="Q12"/> </connector> <connector id="connector0" name="E"> <part id="854283780" title="NPN-Transistor" label="Q17"/> </connector> <connector id="connector0" name="E"> <part id="854180580" title="NPN-Transistor" label="Q16"/> </connector> <connector id="connector0" name="E"> <part id="854157580" title="NPN-Transistor" label="Q2"/> </connector> <connector id="connector0" name="E"> <part id="854159020" title="NPN-Transistor" label="Q4"/> </connector> <connector id="connector0" name="E"> <part id="57680" title="NPN-Transistor" label="Q1"/> </connector> <connector id="connector0" name="E"> <part id="854171380" title="NPN-Transistor" label="Q10"/> </connector> <connector id="connector0" name="E"> <part id="854334870" title="NPN-Transistor" label="Q30"/> </connector> <connector id="connector0" name="E"> <part id="854421270" title="NPN-Transistor" label="Q34"/> </connector> <connector id="connector0" name="E"> <part id="854293990" title="NPN-Transistor" label="Q20"/> </connector> <connector id="connector0" name="E"> <part id="854172220" title="NPN-Transistor" label="Q11"/> </connector> <connector id="connector0" name="E"> <part id="854162760" title="NPN-Transistor" label="Q8"/> </connector> <connector id="connector0" name="E"> <part id="854160280" title="NPN-Transistor" label="Q5"/> </connector> <connector id="connector0" name="E"> <part id="854162200" title="NPN-Transistor" label="Q7"/> </connector> <connector id="connector0" name="E"> <part id="854166770" title="NPN-Transistor" label="Q9"/> </connector> <connector id="connector1" name="GND"> <part id="57800" title="Voltage Regulator - 5V" label="U1"/> </connector> <connector id="connector0" name="E"> <part id="854309210" title="NPN-Transistor" label="Q22"/> </connector> <connector id="connector0" name="E"> <part id="854334330" title="NPN-Transistor" label="Q29"/> </connector> <connector id="connector0" name="E"> <part id="854301850" title="NPN-Transistor" label="Q21"/> </connector> <connector id="connector0" name="E"> <part id="854161230" title="NPN-Transistor" label="Q6"/> </connector> <connector id="connector1" name="pin2"> <part id="854556630" title="Generic female header - 2 pins" label="PWR"/> </connector> <connector id="connector0" name="E"> <part id="854333990" title="NPN-Transistor" label="Q28"/> </connector> <connector id="connector0" name="E"> <part id="854332790" title="NPN-Transistor" label="Q26"/> </connector> <connector id="connector0" name="E"> <part id="854315240" title="NPN-Transistor" label="Q24"/> </connector> <connector id="connector0" name="E"> <part id="854311410" title="NPN-Transistor" label="Q23"/> </connector> <connector id="connector0" name="E"> <part id="854333310" title="NPN-Transistor" label="Q27"/> </connector> <connector id="connector0" name="E"> <part id="854331880" title="NPN-Transistor" label="Q25"/> </connector> </net> <net> <connector id="connector1" name="Pin 1"> <part id="854161250" title="150Ω Resistor" label="R12"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854178810" title="150Ω Resistor" label="R30"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854162220" title="150Ω Resistor" label="R14"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854160300" title="150Ω Resistor" label="R10"/> </connector> <connector id="connector1" name="Pin 1"> <part id="57740" title="150Ω Resistor" label="R2"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854166790" title="150Ω Resistor" label="R18"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854309230" title="150Ω Resistor" label="R44"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854162780" title="150Ω Resistor" label="R16"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854422050" title="150Ω Resistor" label="R70"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854159040" title="150Ω Resistor" label="R8"/> </connector> <connector id="connector2" name="output voltage"> <part id="57800" title="Voltage Regulator - 5V" label="U1"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854334350" title="150Ω Resistor" label="R58"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854174060" title="150Ω Resistor" label="R24"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854283800" title="150Ω Resistor" label="R34"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854180600" title="150Ω Resistor" label="R32"/> </connector> <connector id="connector35" name="pin36"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854177200" title="150Ω Resistor" label="R28"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854158460" title="150Ω Resistor" label="R6"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854311430" title="150Ω Resistor" label="R46"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854172240" title="150Ω Resistor" label="R22"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854175570" title="150Ω Resistor" label="R26"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854421290" title="150Ω Resistor" label="R68"/> </connector> <connector id="connector0" name="pin1"> <part id="854288450" title="Generic shrouded header - 36 pins" label="J4"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854422430" title="150Ω Resistor" label="R72"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854171400" title="150Ω Resistor" label="R20"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854301870" title="150Ω Resistor" label="R42"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854157600" title="150Ω Resistor" label="R4"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854334010" title="150Ω Resistor" label="R56"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854294010" title="150Ω Resistor" label="R40"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854334890" title="150Ω Resistor" label="R60"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854419750" title="150Ω Resistor" label="R62"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854420890" title="150Ω Resistor" label="R66"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854288010" title="150Ω Resistor" label="R36"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854315260" title="150Ω Resistor" label="R48"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854420390" title="150Ω Resistor" label="R64"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854291100" title="150Ω Resistor" label="R38"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854332810" title="150Ω Resistor" label="R52"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854331900" title="150Ω Resistor" label="R50"/> </connector> <connector id="connector1" name="Pin 1"> <part id="854333330" title="150Ω Resistor" label="R54"/> </connector> </net> <net> <connector id="connector0" name="pin1"> <part id="854556630" title="Generic female header - 2 pins" label="PWR"/> </connector> </net> <net> <connector id="connector6" name="pin7"> <part id="854154570" title="Generic male header - 8 pins" label="J6"/> </connector> </net> <net> <connector id="connector4" name="pin5"> <part id="854154570" title="Generic male header - 8 pins" label="J6"/> </connector> </net> <net> <connector id="connector3" name="pin4"> <part id="854154570" title="Generic male header - 8 pins" label="J6"/> </connector> </net> <net> <connector id="connector1" name="pin2"> <part id="854154570" title="Generic male header - 8 pins" label="J6"/> </connector> </net> <net> <connector id="connector0" name="input voltage"> <part id="57800" title="Voltage Regulator - 5V" label="U1"/> </connector> </net> <net> <connector id="connector7" name="pin8"> <part id="854154530" title="Generic male header - 8 pins" label="J5"/> </connector> </net> <net> <connector id="connector6" name="pin7"> <part id="854154530" title="Generic male header - 8 pins" label="J5"/> </connector> </net> <net> <connector id="connector5" name="pin6"> <part id="854154530" title="Generic male header - 8 pins" label="J5"/> </connector> </net> <net> <connector id="connector4" name="pin5"> <part id="854154530" title="Generic male header - 8 pins" label="J5"/> </connector> </net> <net> <connector id="connector3" name="pin4"> <part id="854154530" title="Generic male header - 8 pins" label="J5"/> </connector> </net> <net> <connector id="connector1" name="pin2"> <part id="854154530" title="Generic male header - 8 pins" label="J5"/> </connector> </net> <net> <connector id="connector0" name="pin1"> <part id="854154530" title="Generic male header - 8 pins" label="J5"/> </connector> </net> <net> <connector id="connector7" name="pin8"> <part id="854154450" title="Generic male header - 10 pins" label="J1"/> </connector> </net> <net> <connector id="connector6" name="pin7"> <part id="854154450" title="Generic male header - 10 pins" label="J1"/> </connector> </net> <net> <connector id="connector0" name="pin1"> <part id="854154490" title="Generic male header - 8 pins" label="J2"/> </connector> </net> <net> <connector id="connector1" name="pin2"> <part id="854154490" title="Generic male header - 8 pins" label="J2"/> </connector> </net> <net> <connector id="connector4" name="pin5"> <part id="854154550" title="Generic male header - 8 pins" label="J3"/> </connector> </net> <net> <connector id="connector5" name="pin6"> <part id="854154550" title="Generic male header - 8 pins" label="J3"/> </connector> </net> </netlist>
32.624531
105
0.647524
b961b80772a761f24be5883221c280b6db761ee4
58,443
xml
XML
officedocs-dev-office-pia/xml/Microsoft.Office.Core/Assistant.xml
MicrosoftDocs/office-developer-office-pia-ref-dotnet.es-ES
e2fbaee962f749e1ba8ab6733b757ad0a260c252
[ "CC-BY-4.0", "MIT" ]
2
2020-05-19T18:58:31.000Z
2021-04-21T00:13:48.000Z
officedocs-dev-office-pia/xml/Microsoft.Office.Core/Assistant.xml
MicrosoftDocs/office-developer-office-pia-ref-dotnet.es-ES
e2fbaee962f749e1ba8ab6733b757ad0a260c252
[ "CC-BY-4.0", "MIT" ]
2
2021-12-15T03:35:41.000Z
2021-12-15T03:36:21.000Z
officedocs-dev-office-pia/xml/Microsoft.Office.Core/Assistant.xml
MicrosoftDocs/office-developer-office-pia-ref-dotnet.es-ES
e2fbaee962f749e1ba8ab6733b757ad0a260c252
[ "CC-BY-4.0", "MIT" ]
2
2019-10-14T19:42:18.000Z
2021-11-05T10:15:02.000Z
<Type Name="Assistant" FullName="Microsoft.Office.Core.Assistant"> <Metadata> <Meta Name="ms.openlocfilehash" Value="61064786eac2bb5900c548fc2646b43d445a5449" /> <Meta Name="ms.sourcegitcommit" Value="f41bc3cdd2c00b9a51a4340ac823a9e309633924" /> <Meta Name="ms.translationtype" Value="MT" /> <Meta Name="ms.contentlocale" Value="es-ES" /> <Meta Name="ms.lasthandoff" Value="07/19/2018" /> <Meta Name="ms.locfileid" Value="20662798" /> </Metadata> <TypeSignature Language="C#" Value="public interface Assistant : Microsoft.Office.Core._IMsoDispObj" /> <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract Assistant implements class Microsoft.Office.Core._IMsoDispObj" /> <TypeSignature Language="DocId" Value="T:Microsoft.Office.Core.Assistant" /> <TypeSignature Language="VB.NET" Value="Public Interface Assistant&#xA;Implements _IMsoDispObj" /> <TypeSignature Language="C++ CLI" Value="public interface class Assistant : Microsoft::Office::Core::_IMsoDispObj" /> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Interfaces> <Interface> <InterfaceName>Microsoft.Office.Core._IMsoDispObj</InterfaceName> </Interface> </Interfaces> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.Guid("000C0322-0000-0000-C000-000000000046")</AttributeName> </Attribute> <Attribute> <AttributeName>System.Runtime.InteropServices.TypeLibType(4304)</AttributeName> </Attribute> </Attributes> <Docs> <summary>Representa al Ayudante de Microsoft Office.</summary> <remarks> <para>Use la propiedad <b>Assistant</b> para devolver el objeto <b>Assistant</b> . No hay una colección para el objeto <b>Assistant</b> ; sólo un objeto <b>Assistant</b> puede estar activo a la vez. Usar el <see cref="P:Microsoft.Office.Core.Assistant.Visible" /> (propiedad) para mostrar el Ayudante y utilice la <see cref="P:Microsoft.Office.Core.Assistant.On" /> (propiedad) para habilitar el Ayudante.</para> <para /> </remarks> </Docs> <Members> <Member MemberName="ActivateWizard"> <MemberSignature Language="C#" Value="public void ActivateWizard (int WizardID, Microsoft.Office.Core.MsoWizardActType act, object Animation);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void ActivateWizard([in]int32 WizardID, [in]valuetype Microsoft.Office.Core.MsoWizardActType act, [in]object Animation) runtime managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Office.Core.Assistant.ActivateWizard(System.Int32,Microsoft.Office.Core.MsoWizardActType,System.Object)" /> <MemberSignature Language="VB.NET" Value="Public Sub ActivateWizard (WizardID As Integer, act As MsoWizardActType, Optional Animation As Object)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809353)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="WizardID" Type="System.Int32" /> <Parameter Name="act" Type="Microsoft.Office.Core.MsoWizardActType" /> <Parameter Name="Animation" Type="System.Object" /> </Parameters> <Docs> <param name="WizardID">El número devuelto por la <see cref="M:Microsoft.Office.Core.Assistant.StartWizard(System.Boolean,System.String,System.Int32,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)" /> (método).</param> <param name="act">Especifica el cambio a la sesión de Ayuda del Ayudante de Office.</param> <param name="Animation">La animación el Ayudante de Office se realiza cuando se suspende o se reanuda.</param> <summary>Reanuda o detiene la Ayuda del Ayudante de Office durante un asistente personalizado.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Animation"> <MemberSignature Language="C#" Value="public Microsoft.Office.Core.MsoAnimationType Animation { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance valuetype Microsoft.Office.Core.MsoAnimationType Animation" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.Animation" /> <MemberSignature Language="VB.NET" Value="Public Property Animation As MsoAnimationType" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property Microsoft::Office::Core::MsoAnimationType Animation { Microsoft::Office::Core::MsoAnimationType get(); void set(Microsoft::Office::Core::MsoAnimationType value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809359)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809359)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809359)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Microsoft.Office.Core.MsoAnimationType</ReturnType> </ReturnValue> <Docs> <summary>Devuelve o establece una acción de animación para el Ayudante de Office.</summary> <value>To be added.</value> <remarks> <para>Cuando esta propiedad se aplica a la <see cref="T:Microsoft.Office.Core.Assistant" /> objeto y el Ayudante admite la animación especificada, el Ayudante se anima inmediatamente (si el Ayudante está habilitado y visible).</para> <para /> </remarks> </Docs> </Member> <Member MemberName="Application"> <MemberSignature Language="C#" Value="public object Application { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance object Application" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.Application" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property Application As Object" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property System::Object ^ Application { System::Object ^ get(); };" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Office.Core._IMsoDispObj.Application</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610743808)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610743808)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Object</ReturnType> </ReturnValue> <Docs> <summary>Devuelve un objeto <b>Application</b> que representa la aplicación contenedora para el objeto.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="AssistWithAlerts"> <MemberSignature Language="C#" Value="public bool AssistWithAlerts { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool AssistWithAlerts" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.AssistWithAlerts" /> <MemberSignature Language="VB.NET" Value="Public Property AssistWithAlerts As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property bool AssistWithAlerts { bool get(); void set(bool value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809367)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809367)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809367)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> <b>True</b> si el globo del Ayudante de Office muestra alertas de aplicación cuando el Ayudante de Office está visible.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="AssistWithHelp"> <MemberSignature Language="C#" Value="public bool AssistWithHelp { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool AssistWithHelp" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.AssistWithHelp" /> <MemberSignature Language="VB.NET" Value="Public Property AssistWithHelp As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property bool AssistWithHelp { bool get(); void set(bool value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809363)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809363)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809363)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> <b>True</b> si aparece el Ayudante de Office cuando el usuario presiona la tecla F1 para mostrar la Ayuda.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="AssistWithWizards"> <MemberSignature Language="C#" Value="public bool AssistWithWizards { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool AssistWithWizards" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.AssistWithWizards" /> <MemberSignature Language="VB.NET" Value="Public Property AssistWithWizards As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property bool AssistWithWizards { bool get(); void set(bool value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809365)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809365)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809365)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> <b>True</b> si el Ayudante de Office proporciona ayuda en línea para los asistentes.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BalloonError"> <MemberSignature Language="C#" Value="public Microsoft.Office.Core.MsoBalloonErrorType BalloonError { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance valuetype Microsoft.Office.Core.MsoBalloonErrorType BalloonError" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.BalloonError" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property BalloonError As MsoBalloonErrorType" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property Microsoft::Office::Core::MsoBalloonErrorType BalloonError { Microsoft::Office::Core::MsoBalloonErrorType get(); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809356)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809356)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Microsoft.Office.Core.MsoBalloonErrorType</ReturnType> </ReturnValue> <Docs> <summary>Devuelve un valor que indica el último error de globo registrado.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Creator"> <MemberSignature Language="C#" Value="public int Creator { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance int32 Creator" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.Creator" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property Creator As Integer" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property int Creator { int get(); };" /> <MemberType>Property</MemberType> <Implements> <InterfaceMember>P:Microsoft.Office.Core._IMsoDispObj.Creator</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610743809)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610743809)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Docs> <summary>Devuelve un entero de 32 bits que indica la aplicación en la que se creó el objeto especificado.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DoAlert"> <MemberSignature Language="C#" Value="public int DoAlert (string bstrAlertTitle, string bstrAlertText, Microsoft.Office.Core.MsoAlertButtonType alb, Microsoft.Office.Core.MsoAlertIconType alc, Microsoft.Office.Core.MsoAlertDefaultType ald, Microsoft.Office.Core.MsoAlertCancelType alq, bool varfSysAlert);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance int32 DoAlert([in]string bstrAlertTitle, [in]string bstrAlertText, [in]valuetype Microsoft.Office.Core.MsoAlertButtonType alb, [in]valuetype Microsoft.Office.Core.MsoAlertIconType alc, [in]valuetype Microsoft.Office.Core.MsoAlertDefaultType ald, [in]valuetype Microsoft.Office.Core.MsoAlertCancelType alq, [in]bool varfSysAlert) runtime managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Office.Core.Assistant.DoAlert(System.String,System.String,Microsoft.Office.Core.MsoAlertButtonType,Microsoft.Office.Core.MsoAlertIconType,Microsoft.Office.Core.MsoAlertDefaultType,Microsoft.Office.Core.MsoAlertCancelType,System.Boolean)" /> <MemberSignature Language="VB.NET" Value="Public Function DoAlert (bstrAlertTitle As String, bstrAlertText As String, alb As MsoAlertButtonType, alc As MsoAlertIconType, ald As MsoAlertDefaultType, alq As MsoAlertCancelType, varfSysAlert As Boolean) As Integer" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; int DoAlert(System::String ^ bstrAlertTitle, System::String ^ bstrAlertText, Microsoft::Office::Core::MsoAlertButtonType alb, Microsoft::Office::Core::MsoAlertIconType alc, Microsoft::Office::Core::MsoAlertDefaultType ald, Microsoft::Office::Core::MsoAlertCancelType alq, bool varfSysAlert);" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809393)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Parameters> <Parameter Name="bstrAlertTitle" Type="System.String" /> <Parameter Name="bstrAlertText" Type="System.String" /> <Parameter Name="alb" Type="Microsoft.Office.Core.MsoAlertButtonType" /> <Parameter Name="alc" Type="Microsoft.Office.Core.MsoAlertIconType" /> <Parameter Name="ald" Type="Microsoft.Office.Core.MsoAlertDefaultType" /> <Parameter Name="alq" Type="Microsoft.Office.Core.MsoAlertCancelType" /> <Parameter Name="varfSysAlert" Type="System.Boolean" /> </Parameters> <Docs> <param name="bstrAlertTitle">Establece el título de la alerta.</param> <param name="bstrAlertText">Establece el texto de la alerta.</param> <param name="alb">Determina qué botones se muestran en la alerta.</param> <param name="alc">Determina el icono que se muestra en la alerta.</param> <param name="ald">Determina qué botón se establece como el botón predeterminado de la alerta. Si este argumento se establece en un valor mayor que el número de botones, se devuelve un error.</param> <param name="alq">Se debe establecer siempre <b>como msoAlertCancelDefault</b>. Cualquier otra configuración puede devolver un error.</param> <param name="varfSysAlert"> <b>True</b> si la alerta se muestra en un cuadro de mensaje o <b>False</b> si se muestra la alerta mediante el Ayudante de Office.</param> <summary>Muestra una alerta y devuelve un <b>entero</b> que indica qué botón ha presionado el usuario.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="EndWizard"> <MemberSignature Language="C#" Value="public void EndWizard (int WizardID, bool varfSuccess, object Animation);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void EndWizard([in]int32 WizardID, [in]bool varfSuccess, [in]object Animation) runtime managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Office.Core.Assistant.EndWizard(System.Int32,System.Boolean,System.Object)" /> <MemberSignature Language="VB.NET" Value="Public Sub EndWizard (WizardID As Integer, varfSuccess As Boolean, Optional Animation As Object)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809352)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="WizardID" Type="System.Int32" /> <Parameter Name="varfSuccess" Type="System.Boolean" /> <Parameter Name="Animation" Type="System.Object" /> </Parameters> <Docs> <param name="WizardID">El número devuelto por el método <b>StartWizard</b> .</param> <param name="varfSuccess"> <b>True</b> para indicar que el usuario finalizó correctamente el asistente.</param> <param name="Animation">La animación del Ayudante de Office se realiza si <paramref name="varfSuccess" /> está establecida en <b>True</b>. El valor predeterminado es <b>msoAnimationCharacterSuccessMajor</b>.</param> <summary>Libera la variable devuelta por la <see cref="M:Microsoft.Office.Core.Assistant.StartWizard(System.Boolean,System.String,System.Int32,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)" /> (método).</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="FeatureTips"> <MemberSignature Language="C#" Value="public bool FeatureTips { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool FeatureTips" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.FeatureTips" /> <MemberSignature Language="VB.NET" Value="Public Property FeatureTips As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property bool FeatureTips { bool get(); void set(bool value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809373)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809373)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809373)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> <b>True</b> si el Ayudante de Office proporciona información acerca de cómo utilizar características de la aplicación de forma más eficaz.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="FileName"> <MemberSignature Language="C#" Value="public string FileName { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance string FileName" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.FileName" /> <MemberSignature Language="VB.NET" Value="Public Property FileName As String" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property System::String ^ FileName { System::String ^ get(); void set(System::String ^ value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809388)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809388)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809388)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary>Devuelve o establece la ruta de acceso y nombre de archivo para el Ayudante de Office activo.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GuessHelp"> <MemberSignature Language="C#" Value="public bool GuessHelp { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool GuessHelp" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.GuessHelp" /> <MemberSignature Language="VB.NET" Value="Public Property GuessHelp As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property bool GuessHelp { bool get(); void set(bool value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809383)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809383)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809383)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> <b>True</b> si el Ayudante de Office muestra una lista de temas de ayuda en función de palabras clave: el usuario selecciona antes de hacer clic en la ventana del Ayudante o presionar F1.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Help"> <MemberSignature Language="C#" Value="public void Help ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Help() runtime managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Office.Core.Assistant.Help" /> <MemberSignature Language="VB.NET" Value="Public Sub Help ()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; void Help();" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809350)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>Muestra el Ayudante de Office y el globo integrado "¿Qué desea hacer?" Globo del Ayudante para la Ayuda en pantalla de Office estándar.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="HighPriorityTips"> <MemberSignature Language="C#" Value="public bool HighPriorityTips { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool HighPriorityTips" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.HighPriorityTips" /> <MemberSignature Language="VB.NET" Value="Public Property HighPriorityTips As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property bool HighPriorityTips { bool get(); void set(bool value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809379)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809379)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809379)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> <b>True</b> si el Ayudante de Office muestra sugerencias de prioridad alta.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Item"> <MemberSignature Language="C#" Value="public string this { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string Item" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.Item" /> <MemberSignature Language="VB.NET" Value="Default Public ReadOnly Property Item As String" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property System::String ^ default { System::String ^ get(); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(0)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(0)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary>Devuelve el texto asociado a un objeto.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="KeyboardShortcutTips"> <MemberSignature Language="C#" Value="public bool KeyboardShortcutTips { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool KeyboardShortcutTips" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.KeyboardShortcutTips" /> <MemberSignature Language="VB.NET" Value="Public Property KeyboardShortcutTips As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property bool KeyboardShortcutTips { bool get(); void set(bool value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809377)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809377)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809377)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> <b>True</b> si el Ayudante de Office muestra ayuda acerca de métodos abreviados de teclado.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Left"> <MemberSignature Language="C#" Value="public int Left { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance int32 Left" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.Left" /> <MemberSignature Language="VB.NET" Value="Public Property Left As Integer" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property int Left { int get(); void set(int value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809348)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809348)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809348)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Docs> <summary>Establece o devuelve la posición horizontal de la ventana del Ayudante de Office (en puntos) o la distancia (en píxeles) de la barra de comandos, desde el borde izquierdo del objeto especificado con relación a la pantalla.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="MouseTips"> <MemberSignature Language="C#" Value="public bool MouseTips { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool MouseTips" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.MouseTips" /> <MemberSignature Language="VB.NET" Value="Public Property MouseTips As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property bool MouseTips { bool get(); void set(bool value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809375)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809375)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809375)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> <b>True</b> si el Ayudante de Office proporciona sugerencias para utilizar el mouse de forma eficaz.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Move"> <MemberSignature Language="C#" Value="public void Move (int xLeft, int yTop);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Move([in]int32 xLeft, [in]int32 yTop) runtime managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Office.Core.Assistant.Move(System.Int32,System.Int32)" /> <MemberSignature Language="VB.NET" Value="Public Sub Move (xLeft As Integer, yTop As Integer)" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; void Move(int xLeft, int yTop);" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809345)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="xLeft" Type="System.Int32" /> <Parameter Name="yTop" Type="System.Int32" /> </Parameters> <Docs> <param name="xLeft">La posición izquierda de la ventana del Ayudante de Office, en puntos.</param> <param name="yTop">La posición superior de la ventana del Ayudante de Office, en puntos.</param> <summary>Mueve el Ayudante de Office en la ubicación especificada.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="MoveWhenInTheWay"> <MemberSignature Language="C#" Value="public bool MoveWhenInTheWay { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool MoveWhenInTheWay" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.MoveWhenInTheWay" /> <MemberSignature Language="VB.NET" Value="Public Property MoveWhenInTheWay As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property bool MoveWhenInTheWay { bool get(); void set(bool value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809369)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809369)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809369)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> <b>True</b> si la ventana del Ayudante de Office se mueve automáticamente cuando se encuentre en el área de trabajo del usuario.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Name"> <MemberSignature Language="C#" Value="public string Name { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance string Name" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.Name" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property Name As String" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property System::String ^ Name { System::String ^ get(); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809390)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809390)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <summary>Devuelve o establece el nombre del objeto especificado.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="NewBalloon"> <MemberSignature Language="C#" Value="public Microsoft.Office.Core.Balloon NewBalloon { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Office.Core.Balloon NewBalloon" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.NewBalloon" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property NewBalloon As Balloon" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property Microsoft::Office::Core::Balloon ^ NewBalloon { Microsoft::Office::Core::Balloon ^ get(); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809355)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809355)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Microsoft.Office.Core.Balloon</ReturnType> </ReturnValue> <Docs> <summary>Crea un nuevo globo Ayudante de Office.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="On"> <MemberSignature Language="C#" Value="public bool On { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool On" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.On" /> <MemberSignature Language="VB.NET" Value="Public Property On As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property bool On { bool get(); void set(bool value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809391)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809391)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809391)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> <b>True</b> si el Ayudante de Office está habilitado.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Parent"> <MemberSignature Language="C#" Value="public object Parent { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance object Parent" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.Parent" /> <MemberSignature Language="VB.NET" Value="Public ReadOnly Property Parent As Object" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property System::Object ^ Parent { System::Object ^ get(); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809344)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809344)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Object</ReturnType> </ReturnValue> <Docs> <summary>Devuelve el objeto <b>primario</b> del objeto especificado.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Reduced"> <MemberSignature Language="C#" Value="public bool Reduced { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool Reduced" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.Reduced" /> <MemberSignature Language="VB.NET" Value="Public Property Reduced As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property bool Reduced { bool get(); void set(bool value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809361)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809361)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809361)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> <b>True</b> si la ventana del Ayudante de Office aparece en su tamaño más pequeño.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ResetTips"> <MemberSignature Language="C#" Value="public void ResetTips ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void ResetTips() runtime managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Office.Core.Assistant.ResetTips" /> <MemberSignature Language="VB.NET" Value="Public Sub ResetTips ()" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; void ResetTips();" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809354)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary>Restablece las sugerencias de la aplicación que aparecen en el globo del Ayudante de Office.</summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="SearchWhenProgramming"> <MemberSignature Language="C#" Value="public bool SearchWhenProgramming { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool SearchWhenProgramming" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.SearchWhenProgramming" /> <MemberSignature Language="VB.NET" Value="Public Property SearchWhenProgramming As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property bool SearchWhenProgramming { bool get(); void set(bool value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809385)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809385)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809385)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> <b>True</b> si el Ayudante de Office muestra ayuda acerca de programación y de aplicación.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Sounds"> <MemberSignature Language="C#" Value="public bool Sounds { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool Sounds" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.Sounds" /> <MemberSignature Language="VB.NET" Value="Public Property Sounds As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property bool Sounds { bool get(); void set(bool value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809371)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809371)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809371)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> <b>True</b> si el Ayudante de Office emite el sonido que corresponde a las animaciones.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StartWizard"> <MemberSignature Language="C#" Value="public int StartWizard (bool On, string Callback, int PrivateX, object Animation, object CustomTeaser, object Top, object Left, object Bottom, object Right);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance int32 StartWizard([in]bool On, [in]string Callback, [in]int32 PrivateX, [in]object Animation, [in]object CustomTeaser, [in]object Top, [in]object Left, [in]object Bottom, [in]object Right) runtime managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Office.Core.Assistant.StartWizard(System.Boolean,System.String,System.Int32,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)" /> <MemberSignature Language="VB.NET" Value="Public Function StartWizard (On As Boolean, Callback As String, PrivateX As Integer, Optional Animation As Object, Optional CustomTeaser As Object, Optional Top As Object, Optional Left As Object, Optional Bottom As Object, Optional Right As Object) As Integer" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809351)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Parameters> <Parameter Name="On" Type="System.Boolean" /> <Parameter Name="Callback" Type="System.String" /> <Parameter Name="PrivateX" Type="System.Int32" /> <Parameter Name="Animation" Type="System.Object" /> <Parameter Name="CustomTeaser" Type="System.Object" /> <Parameter Name="Top" Type="System.Object" /> <Parameter Name="Left" Type="System.Object" /> <Parameter Name="Bottom" Type="System.Object" /> <Parameter Name="Right" Type="System.Object" /> </Parameters> <Docs> <param name="On"> <b>True</b> para mostrar el globo de Office. El globo de Office pregunta al usuario si desea obtener ayuda con el Asistente personalizado activo. No es necesario usar el <see cref="P:Microsoft.Office.Core.Assistant.Visible" /> (propiedad) para mostrar el Ayudante de Office si se especifica <b>True</b> para este argumento.</param> <param name="Callback">El nombre del procedimiento de devolución de llamada que se ejecute por el globo de Office y el globo secundario. El globo secundario permite al usuario elegir entre la Ayuda personalizada que proporciona el asistente y la Ayuda estándar de Office.</param> <param name="PrivateX">Un número que identifica el globo que ha iniciado el procedimiento de devolución de llamada.</param> <param name="Animation">La animación del Ayudante de Office se realiza cuando se usa este método. El valor predeterminado es <b>msoAnimationGetWizardy</b>.</param> <param name="CustomTeaser"> <b>False</b> para mostrar el globo de Office.</param> <param name="Top">La posición de las esquinas (en puntos y con relación a la pantalla) del formulario de asistente personalizado que el Ayudante de Office evitará cuando aparezca el Ayudante de Office.</param> <param name="Left">La posición de las esquinas (en puntos y con relación a la pantalla) del formulario de asistente personalizado que el Ayudante de Office evitará cuando aparezca el Ayudante de Office.</param> <param name="Bottom">La posición de las esquinas (en puntos y con relación a la pantalla) del formulario de asistente personalizado que el Ayudante de Office evitará cuando aparezca el Ayudante de Office.</param> <param name="Right">La posición de las esquinas (en puntos y con relación a la pantalla) del formulario de asistente personalizado que el Ayudante de Office evitará cuando aparezca el Ayudante de Office.</param> <summary>Inicia el Ayudante de Office y devuelve un valor <b>entero</b> que identifica la sesión.</summary> <returns>To be added.</returns> <remarks> <para>Debe utilizar este método sólo para ejecutar el Ayudante de Office en un asistente personalizado.</para> <para /> </remarks> </Docs> </Member> <Member MemberName="TipOfDay"> <MemberSignature Language="C#" Value="public bool TipOfDay { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool TipOfDay" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.TipOfDay" /> <MemberSignature Language="VB.NET" Value="Public Property TipOfDay As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property bool TipOfDay { bool get(); void set(bool value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809381)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809381)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809381)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> <b>True</b> si el Ayudante de Office muestra un especial sugerencia cada vez que se abre la aplicación de Office.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Top"> <MemberSignature Language="C#" Value="public int Top { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance int32 Top" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.Top" /> <MemberSignature Language="VB.NET" Value="Public Property Top As Integer" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property int Top { int get(); void set(int value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809346)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809346)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809346)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Int32</ReturnType> </ReturnValue> <Docs> <summary>Establece o devuelve la distancia (en puntos) desde la parte superior del Ayudante de Office o desde el borde superior de la barra de comandos especificado hasta el borde superior de la pantalla.</summary> <value>To be added.</value> <remarks> <para>Para barras de comandos acopladas, esta propiedad devuelve o establece la distancia desde la barra de comandos en la parte superior del área de acoplamiento.</para> <para /> </remarks> </Docs> </Member> <Member MemberName="Visible"> <MemberSignature Language="C#" Value="public bool Visible { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool Visible" /> <MemberSignature Language="DocId" Value="P:Microsoft.Office.Core.Assistant.Visible" /> <MemberSignature Language="VB.NET" Value="Public Property Visible As Boolean" /> <MemberSignature Language="C++ CLI" Value="public:&#xA; property bool Visible { bool get(); void set(bool value); };" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>office</AssemblyName> <AssemblyVersion>15.0.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.DispId(1610809357)</AttributeName> </Attribute> <Attribute> <AttributeName>get: System.Runtime.InteropServices.DispId(1610809357)</AttributeName> </Attribute> <Attribute> <AttributeName>set: System.Runtime.InteropServices.DispId(1610809357)</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> <b>True</b> si el objeto especificado está visible.</summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> </Members> </Type>
53.765409
446
0.663262
91cf087102653aa507981d8a1579a8a246e9f74a
366
xml
XML
t/test_data/testsuite/TESTS/MSFT_Conformance_Tests/Output/84376.xml
jonathanstowe/XML-XSLT
9392ac9fa5dc976469e0f333f75329c200e4d025
[ "FSFAP" ]
null
null
null
t/test_data/testsuite/TESTS/MSFT_Conformance_Tests/Output/84376.xml
jonathanstowe/XML-XSLT
9392ac9fa5dc976469e0f333f75329c200e4d025
[ "FSFAP" ]
6
2016-10-02T10:20:44.000Z
2016-10-02T18:49:27.000Z
t/test_data/testsuite/TESTS/MSFT_Conformance_Tests/Output/84376.xml
jonathanstowe/XML-XSLT
9392ac9fa5dc976469e0f333f75329c200e4d025
[ "FSFAP" ]
null
null
null
<?xml version='1.0'?> <xslTutorial> <EM>this</EM><EM>rocks</EM> <EM>this</EM><U> </U><EM>rocks</EM> <EM>this </EM><EM>rocks</EM> <EM>this</EM><EM> rocks</EM> <EM>this </EM><EM> rocks</EM> <EM>this</EM> <EM>rocks</EM> <EM>this</EM> <EM>rocks</EM> <EM>this<![CDATA[ ]]></EM><EM>rocks</EM> <![CDATA[ <EM>this</EM><U> </U><EM>rocks</EM> ]]> </xslTutorial>
24.4
50
0.54918
de5eba5ee8ce2b276bbe21a4af05b1ca13626724
8,477
xml
XML
meertens-song-collection-DH2019/train/14553.xml
vincentsarbachpulicani/Wilhelmus_project
0078bb111a864843d0c0fdda663908759c6ba4c8
[ "MIT" ]
null
null
null
meertens-song-collection-DH2019/train/14553.xml
vincentsarbachpulicani/Wilhelmus_project
0078bb111a864843d0c0fdda663908759c6ba4c8
[ "MIT" ]
1
2021-12-14T17:03:15.000Z
2021-12-14T17:03:15.000Z
meertens-song-collection-DH2019/train/14553.xml
vincentsarbachpulicani/Wilhelmus_project
0078bb111a864843d0c0fdda663908759c6ba4c8
[ "MIT" ]
1
2021-12-14T16:52:37.000Z
2021-12-14T16:52:37.000Z
<?xml version='1.0' encoding='utf-8' standalone='yes'?> <song> <meta> <id>14553</id> <date> <year-start>1638</year-start> <year-end>1638</year-end> </date> <location> <orginal-name>antwerpen</orginal-name> <standard-name>Antwerp, Belgium</standard-name> <coordinates> <lon>51.2211097</lon> <lat>4.3997081</lat> </coordinates> </location> <tags> <tag standard-name="klaaglied" translation="lamentation">klaaglied</tag> </tags> <melody>Wanneer ik slaap</melody> <categories> <category translation="emotions">emoties</category> </categories> <author>Aegidius Haeffacker</author></meta> <text> <lg type="song"> <lg id="s1" type="stanza"> <l id="s1:l1" met="4" type="-+">O Vaderlandt glorioos en <rhyme label="a" type="f">soete</rhyme>!</l> <l id="s1:l2" met="4" type="-+">Duysendt-mael ick u van verre <rhyme label="a" type="f" corresp="#s1:l1">groete</rhyme>:</l> <l id="s1:l3" met="3" type="-+">Als ick met mijn <rhyme label="b" type="m">ghesicht</rhyme></l> <l id="s1:l4" met="3" type="+-">U begin t' <rhyme label="c" type="f">aenschouwen</rhyme>:</l> <l id="s1:l5" met="3" type="-+">Ick blijv' gheheel <rhyme label="b" type="m" corresp="#s1:l3">verplicht</rhyme>,</l> <l id="s1:l6" met="3" type="-+">Ghestadigh denck en <rhyme label="b" type="m" corresp="#s1:l3">dicht</rhyme>,</l> <l id="s1:l7" met="3" type="-+">Om het playsante <rhyme label="b" type="m" corresp="#s1:l3">licht</rhyme>,</l> <l id="s1:l8" met="3" type="-+">Dat in u is <rhyme label="b" type="m" corresp="#s1:l3">ghesticht</rhyme>,</l> <l id="s1:l9" met="3" type="-+">Eeuwelijck te <rhyme label="c" type="f" corresp="#s1:l4">behouwen</rhyme>.</l> </lg> <lg id="s2" type="stanza"> <l id="s2:l1" met="4" type="-+">Hoe vermaeck'lijck zijn my t'aller <rhyme label="a" type="f">uren</rhyme>,</l> <l id="s2:l2" met="4" type="-+">Hemelsch Jerusalem uwe <rhyme label="a" type="f" corresp="#s2:l1">mueren</rhyme>!</l> <l id="s2:l3" met="3" type="-+">O Stadt des Heeren <rhyme label="b" type="m">klaer</rhyme>!</l> <l id="s2:l4" met="3" type="+-">O schoon Tempel <rhyme label="c" type="f">mede</rhyme>.</l> <l id="s2:l5" met="3" type="-+">Daer d' Enghelen <rhyme label="b" type="m" corresp="#s2:l3">eerbaer</rhyme>,</l> <l id="s2:l6" met="3" type="-+">Met aller Heyl'ghen <rhyme label="b" type="m" corresp="#s2:l3">schaer</rhyme>,</l> <l id="s2:l7" met="3" type="-+">Loven den Heer <rhyme label="b" type="m" corresp="#s2:l3">eenpaer</rhyme>,</l> <l id="s2:l8" met="3" type="-+">Met melodij' <rhyme label="b" type="m" corresp="#s2:l3">eerbaer</rhyme>,</l> <l id="s2:l9" met="3" type="-+">In eendracht ende <rhyme label="c" type="f" corresp="#s2:l4">vrede</rhyme>.</l> </lg> <lg id="s3" type="stanza"> <l id="s3:l1" met="4" type="-+">Ghy zijt dat landt vloeyende seer <rhyme label="a" type="f">schoone</rhyme></l> <l id="s3:l2" met="4" type="-+">Van honigh en van mellick <rhyme label="a" type="f" corresp="#s3:l1">ydoone</rhyme>,</l> <l id="s3:l3" met="3" type="-+">Bereydt voor herten <rhyme label="b" type="m">goet</rhyme>,</l> <l id="s3:l4" met="3" type="+-">En van sonden <rhyme label="c" type="f">puere</rhyme>,</l> <l id="s3:l5" met="3" type="-+">Die met rouw' en <rhyme label="b" type="m" corresp="#s3:l3">boet'</rhyme>,</l> <l id="s3:l6" met="3" type="-+">En met seer diep' <rhyme label="b" type="m" corresp="#s3:l3">ootmoet</rhyme>,</l> <l id="s3:l7" met="3" type="-+">Den Heer vallen te <rhyme label="b" type="m" corresp="#s3:l3">voet</rhyme>,</l> <l id="s3:l8" met="3" type="-+">Die neemt ghy in 't <rhyme label="b" type="m" corresp="#s3:l3">behoedt</rhyme></l> <l id="s3:l9" met="3" type="-+">Daer s' eeuwigh moghen <rhyme label="c" type="f" corresp="#s3:l4">dueren</rhyme>.</l> </lg> <lg id="s4" type="stanza"> <l id="s4:l1" met="4" type="-+">Gy zijt het eynd' van al ons <rhyme label="a" type="f">begeeren</rhyme>,</l> <l id="s4:l2" met="4" type="-+">Een vrij' haven, daer wy <rhyme label="a" type="f" corresp="#s4:l1">arriveeren</rhyme>:</l> <l id="s4:l3" met="3" type="-+">Ghy zijt ons' liefde <rhyme label="b" type="m">groot</rhyme>,</l> <l id="s4:l4" met="3" type="+-">En al ons <rhyme label="c" type="f">verlanghen</rhyme>.</l> <l id="s4:l5" met="3" type="-+">Och of wy, door de <rhyme label="b" type="m" corresp="#s4:l3">doodt</rhyme>,</l> <l id="s4:l6" met="3" type="-+">Vry waren van den <rhyme label="b" type="m" corresp="#s4:l3">noodt</rhyme></l> <l id="s4:l7" met="3" type="-+">Des wereldts valsch en <rhyme label="b" type="m" corresp="#s4:l3">snoodt</rhyme>,</l> <l id="s4:l8" met="3" type="-+">En alle <rhyme label="b" type="m" corresp="#s4:l3">tegen-stoot</rhyme>,</l> <l id="s4:l9" met="3" type="-+">Die ons hier soo swaer <rhyme label="c" type="f" corresp="#s4:l4">pranghen</rhyme>!</l> </lg> <lg id="s5" type="stanza"> <l id="s5:l1" met="4" type="-+">Gelijck een hert na de klaer' <rhyme label="a" type="f">fonteynen</rhyme></l> <l id="s5:l2" met="4" type="-+">Haeckt en snackt, al om het water <rhyme label="a" type="f" corresp="#s5:l1">reyne</rhyme>,</l> <l id="s5:l3" met="3" type="-+">Alsoo haeckt mijn <rhyme label="b" type="m">ghemoedt</rhyme></l> <l id="s5:l4" met="3" type="+-">Tot u mijnen <rhyme label="c" type="f">Heere</rhyme>:</l> <l id="s5:l5" met="3" type="-+">Na u // o hooghste <rhyme label="b" type="m" corresp="#s5:l3">goedt</rhyme>,</l> <l id="s5:l6" met="3" type="-+">Soo dorst my, dat ick <rhyme label="b" type="m" corresp="#s5:l3">moet</rhyme></l> <l id="s5:l7" met="3" type="-+">Traenen in <rhyme label="b" type="m" corresp="#s5:l3">over-vloed</rhyme></l> <l id="s5:l8" met="3" type="-+">Wt-storten, als een <rhyme label="b" type="m" corresp="#s5:l3">vloed</rhyme>.</l> <l id="s5:l9" met="3" type="-+">Het verlengh quelt my <rhyme label="c" type="f" corresp="#s5:l4">seere</rhyme>.</l> </lg> <lg id="s6" type="stanza"> <l id="s6:l1" met="4" type="-+">Den wegh tot u valt my alsoo <rhyme label="a" type="f">langhe</rhyme>:</l> <l id="s6:l2" met="4" type="-+">Och des lichame bant valt my soo <rhyme label="a" type="f" corresp="#s6:l1">banghe</rhyme>,</l> <l id="s6:l3" met="3" type="-+">O Heer wanneer sal 't <rhyme label="b" type="m">zijn</rhyme>,</l> <l id="s6:l4" met="3" type="+-">Dat ick, vrij van <rhyme label="c" type="f">qualen</rhyme>,</l> <l id="s6:l5" met="3" type="-+">Eens drincken sal den <rhyme label="b" type="m" corresp="#s6:l3">wijn</rhyme></l> <l id="s6:l6" met="3" type="-+">Van uwe glori' <rhyme label="b" type="m" corresp="#s6:l3">fijn</rhyme>,</l> <l id="s6:l7" met="3" type="-+">En singhen 't lof <rhyme label="b" type="m" corresp="#s6:l3">divijn</rhyme>,</l> <l id="s6:l8" met="3" type="-+">Present voor u <rhyme label="b" type="m" corresp="#s6:l3">aenschijn</rhyme>,</l> <l id="s6:l9" met="3" type="-+">In 's Hemels gouwe <rhyme label="c" type="f" corresp="#s6:l4">salen</rhyme>?</l> </lg> <lg id="s7" type="stanza"> <l id="s7:l1" met="4" type="-+">O Prins, hoe langh sal dus <rhyme label="a" type="f">miserabel</rhyme></l> <l id="s7:l2" met="4" type="-+">Mijn hert noch moeten zijn <rhyme label="a" type="f" corresp="#s7:l1">variabel</rhyme>!</l> <l id="s7:l3" met="3" type="-+">Hoe langhe sal ick <rhyme label="b" type="m">tre'en</rhyme></l> <l id="s7:l4" met="3" type="+-">Door dees' vreemde <rhyme label="c" type="f">paden</rhyme>!</l> <l id="s7:l5" met="3" type="-+">Waerom ick daegh'lijcks <rhyme label="b" type="m" corresp="#s7:l3">ween</rhyme>,</l> <l id="s7:l6" met="3" type="-+">Tot dat my Godt <rhyme label="b" type="m" corresp="#s7:l3">verleen</rhyme></l> <l id="s7:l7" met="3" type="-+">Sijn selven, dien ick <rhyme label="b" type="m" corresp="#s7:l3">meen</rhyme>:</l> <l id="s7:l8" met="3" type="-+">Want hy my kan <rhyme label="b" type="m" corresp="#s7:l3">alleen</rhyme></l> <l id="s7:l9" met="3" type="-+">Van mijnen last <rhyme label="c" type="f" corresp="#s7:l4">ontladen</rhyme>.</l> </lg> </lg> </text> </song>
79.224299
135
0.560576
50f346ec6aeca2329c06b00d5237fd0c398559ac
2,059
xml
XML
Website/posts/0416ba2a-1758-419a-ac8c-0a673c6abb1e.xml
LIGMarine/SafeShoreBlog
43a50b6a24fb406bf01d038d1861a0605bd0c4b8
[ "Apache-2.0" ]
null
null
null
Website/posts/0416ba2a-1758-419a-ac8c-0a673c6abb1e.xml
LIGMarine/SafeShoreBlog
43a50b6a24fb406bf01d038d1861a0605bd0c4b8
[ "Apache-2.0" ]
null
null
null
Website/posts/0416ba2a-1758-419a-ac8c-0a673c6abb1e.xml
LIGMarine/SafeShoreBlog
43a50b6a24fb406bf01d038d1861a0605bd0c4b8
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <post> <title>The Holidays are Upon Us!</title> <slug>the-holidays-are-upon-us</slug> <author>ssuslh1</author> <pubDate>2018-11-12 20:56:53</pubDate> <lastModified>2018-11-14 14:18:48</lastModified> <excerpt></excerpt> <content>&lt;img src="/posts/files/93adbf04-952e-4dcf-96b0-4fe14c277cee.jpeg" alt="" /&gt;Did you know as of November 14th, 2018 there are only &lt;b&gt;32 business days&lt;/b&gt; to bind an account effective January 1st, 2019!&lt;br /&gt;&lt;br /&gt;&lt;div&gt;Don’t let the hustle and bustle of the holidays get the better of you.  This time of year, many of us take additional time off to celebrate and relax with our friends and families during the busiest time of year! So that’s even fewer days in the office.&lt;/div&gt;&lt;div&gt;Help us, help you! Submit your new and renewal business submissions early! By submitting early, it will allow us the time needed to gather required information and/or make any necessary changes to a proposal (if needed). We want to provide you and the Employer with the most competitive proposal possible with SafeShore.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;New submissions can be submitted online at &lt;a href="http://safeshore.online/Submissions"&gt;New Submissions&lt;/a&gt;&lt;/div&gt;&lt;div&gt;Renewal submissions can be submitted online at &lt;a href="https://fs22.formsite.com/SafeShore/Renewal/index.html"&gt;Renewal Submissions&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;If you have any questions while submitting online, simply click on our “Send a message” button to message us directly.  You can also email us your submission(s) to &lt;a href="mailto:underwriting@signalsafeshore.com"&gt;underwriting@signalsafeshore.com&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;We look forward to working with every one of you!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</content> <ispublished>true</ispublished> <categories></categories> <comments></comments> </post>
158.384615
1,694
0.739194
6af5b1761a59a17ffaf45daf9bcb0bd7eb440a49
1,576
xml
XML
gs_data_dir/gs_data_dir_3/workspaces/ch.so.afu/pub.afu_baugk_pub/datastore.xml
edigonzales-archiv/gs-gdi
593fe59b3087c6d695005a1e58f27d03f703c7f4
[ "MIT" ]
null
null
null
gs_data_dir/gs_data_dir_3/workspaces/ch.so.afu/pub.afu_baugk_pub/datastore.xml
edigonzales-archiv/gs-gdi
593fe59b3087c6d695005a1e58f27d03f703c7f4
[ "MIT" ]
null
null
null
gs_data_dir/gs_data_dir_3/workspaces/ch.so.afu/pub.afu_baugk_pub/datastore.xml
edigonzales-archiv/gs-gdi
593fe59b3087c6d695005a1e58f27d03f703c7f4
[ "MIT" ]
null
null
null
<dataStore> <id>DataStoreInfoImpl--2af7a5ef:1659fe6c71d:-7fcc</id> <name>pub.afu_baugk_pub</name> <type>PostGIS</type> <enabled>true</enabled> <workspace> <id>WorkspaceInfoImpl--2af7a5ef:1659fe6c71d:-7fe1</id> </workspace> <connectionParameters> <entry key="schema">afu_baugk_pub</entry> <entry key="Evictor run periodicity">300</entry> <entry key="Max open prepared statements">50</entry> <entry key="encode functions">false</entry> <entry key="Batch insert size">1</entry> <entry key="preparedStatements">true</entry> <entry key="database">pub</entry> <entry key="host">192.168.50.8</entry> <entry key="Loose bbox">true</entry> <entry key="Estimated extends">true</entry> <entry key="fetch size">1000</entry> <entry key="Expose primary keys">flase</entry> <entry key="validate connections">true</entry> <entry key="Support on the fly geometry simplification">true</entry> <entry key="Connection timeout">20</entry> <entry key="create database">false</entry> <entry key="port">5432</entry> <entry key="passwd">crypt1:iXMJh4YnyBZ3D7t/VtNqkg==</entry> <entry key="min connections">1</entry> <entry key="dbtype">postgis</entry> <entry key="namespace">http://afu.so.ch</entry> <entry key="max connections">10</entry> <entry key="Evictor tests per run">3</entry> <entry key="Test while idle">true</entry> <entry key="user">ddluser</entry> <entry key="Max connection idle time">300</entry> </connectionParameters> <__default>false</__default> </dataStore>
41.473684
72
0.685279
ed735ccb96ab111012ed27f2da9a73bcfc8007a2
1,895
xml
XML
vemo-app/main/default/standardValueSets/CaseOrigin.standardValueSet-meta.xml
depak-git/SFDX-Learning
eaf5b3d2abc9279ffa3bb1fde09b003ae508848e
[ "Unlicense" ]
null
null
null
vemo-app/main/default/standardValueSets/CaseOrigin.standardValueSet-meta.xml
depak-git/SFDX-Learning
eaf5b3d2abc9279ffa3bb1fde09b003ae508848e
[ "Unlicense" ]
null
null
null
vemo-app/main/default/standardValueSets/CaseOrigin.standardValueSet-meta.xml
depak-git/SFDX-Learning
eaf5b3d2abc9279ffa3bb1fde09b003ae508848e
[ "Unlicense" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <StandardValueSet xmlns="http://soap.sforce.com/2006/04/metadata"> <sorted>false</sorted> <standardValue> <fullName>Email</fullName> <default>false</default> <label>Email</label> </standardValue> <standardValue> <fullName>Phone</fullName> <default>false</default> <label>Phone</label> </standardValue> <standardValue> <fullName>Web</fullName> <default>false</default> <label>Web</label> </standardValue> <standardValue> <fullName>Fax</fullName> <default>false</default> <label>Fax</label> </standardValue> <standardValue> <fullName>Chat</fullName> <default>false</default> <label>Chat</label> </standardValue> <standardValue> <fullName>Internal Request</fullName> <default>false</default> <label>Internal Request</label> </standardValue> <standardValue> <fullName>Mail</fullName> <default>false</default> <label>Mail</label> </standardValue> <standardValue> <fullName>Mobile App</fullName> <default>false</default> <label>Mobile App</label> </standardValue> <standardValue> <fullName>Report</fullName> <default>false</default> <label>Report</label> </standardValue> <standardValue> <fullName>System</fullName> <default>false</default> <label>System</label> </standardValue> <standardValue> <fullName>Text</fullName> <default>false</default> <label>Text</label> </standardValue> <standardValue> <fullName>Other</fullName> <default>false</default> <label>Other</label> </standardValue> </StandardValueSet>
29.153846
67
0.579947
ed8ab774033bbf492c572bf9b67da67e4dc9afaa
19,515
xml
XML
component/pom.xml
VijithaEkanayake/package-redis
88c7fca5dad0e9ce59845253e7933e13a27e1275
[ "Apache-2.0" ]
null
null
null
component/pom.xml
VijithaEkanayake/package-redis
88c7fca5dad0e9ce59845253e7933e13a27e1275
[ "Apache-2.0" ]
null
null
null
component/pom.xml
VijithaEkanayake/package-redis
88c7fca5dad0e9ce59845253e7933e13a27e1275
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. ~ ~ WSO2 Inc. licenses this file to you under the Apache License, ~ Version 2.0 (the "License"); you may not use this file except ~ in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>connector-redis-parent</artifactId> <groupId>org.ballerinalang</groupId> <version>0.6.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>wso2-redis</artifactId> <packaging>jar</packaging> <name>Ballerina - Redis Component</name> <url>http://ballerinalang.org</url> <dependencies> <dependency> <groupId>org.ballerinalang</groupId> <artifactId>ballerina-lang</artifactId> </dependency> <dependency> <groupId>org.ballerinalang</groupId> <artifactId>ballerina-core</artifactId> </dependency> <dependency> <groupId>org.ballerinalang</groupId> <artifactId>ballerina-runtime</artifactId> </dependency> <dependency> <groupId>org.ballerinalang</groupId> <artifactId>ballerina-builtin</artifactId> </dependency> <dependency> <groupId>org.ballerinalang</groupId> <artifactId>ballerina-builtin</artifactId> <type>zip</type> <classifier>ballerina-binary-repo</classifier> </dependency> <dependency> <groupId>org.ballerinalang</groupId> <artifactId>ballerina-runtime</artifactId> <type>zip</type> <classifier>ballerina-binary-repo</classifier> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>io.lettuce</groupId> <artifactId>lettuce-core</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-pool2</artifactId> </dependency> <dependency> <groupId>com.github.kstyrc</groupId> <artifactId>embedded-redis</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.ballerinalang</groupId> <artifactId>ballerina-launcher</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <resources> <resource> <directory>src/main/resources</directory> <filtering>true</filtering> </resource> </resources> <plugins> <!-- For ballerina annotation processing --> <plugin> <groupId>org.bsc.maven</groupId> <artifactId>maven-processor-plugin</artifactId> <configuration> <processors> <processor>org.ballerinalang.codegen.BallerinaAnnotationProcessor</processor> </processors> <options> <nativeEntityProviderPackage>org.ballerinalang.redis.generated.providers</nativeEntityProviderPackage> <nativeEntityProviderClass>StandardNativeElementProvider</nativeEntityProviderClass> </options> </configuration> <executions> <execution> <id>process</id> <goals> <goal>process</goal> </goals> <phase>generate-sources</phase> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <executions> <execution> <id>validate</id> <phase>validate</phase> <configuration> <configLocation> https://raw.githubusercontent.com/wso2/code-quality-tools/master/checkstyle/checkstyle.xml </configLocation> <suppressionsLocation> https://raw.githubusercontent.com/wso2/code-quality-tools/master/checkstyle/suppressions.xml </suppressionsLocation> <encoding>UTF-8</encoding> <consoleOutput>true</consoleOutput> <failsOnError>true</failsOnError> <includeTestSourceDirectory>true</includeTestSourceDirectory> <!--Exclude generated sources--> <excludes> **/generated/** </excludes> </configuration> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <inherited>false</inherited> <executions> <!-- Following execution unpacks balo dependencies (ballerina-binary-repo) --> <execution> <id>unpack-dependencies</id> <phase>generate-resources</phase> <goals> <goal>unpack-dependencies</goal> </goals> <configuration> <includeClassifiers>ballerina-binary-repo</includeClassifiers> <outputDirectory>${project.build.directory}/lib</outputDirectory> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <finalName>wso2-redis-package-${project.version}</finalName> <artifactSet> <includes> <include>${project.groupId}:${project.artifactId}</include> <include>io.lettuce:lettuce-core</include> <include>io.projectreactor:reactor-core</include> <include>org.reactivestreams:reactive-streams</include> <include>org.apache.commons:commons-pool2</include> </includes> </artifactSet> <transformers> <transformer implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer"> <resources> <resource>installation-scripts/install.bat</resource> <resource>installation-scripts/install.sh</resource> <resource>installation-scripts/uninstall.bat</resource> <resource>installation-scripts/uninstall.sh</resource> <resource>installation-scripts/README.txt</resource> </resources> </transformer> </transformers> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> <executions> <!-- Following execution is required to set ballerina home for docerina plugin --> <execution> <id>set-ballerina-home</id> <phase>prepare-package</phase> <goals> <goal>set-system-properties</goal> </goals> <configuration> <properties> <property> <name>ballerina.home</name> <value>${project.build.directory}</value> </property> </properties> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.ballerinalang</groupId> <artifactId>docerina-maven-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>docerina</goal> </goals> <configuration> <outputDir>${project.build.directory}/api-docs</outputDir> <sourceRoot>${basedir}/src/main/ballerina</sourceRoot> <nativeCode>true</nativeCode> <packageFilter>compression</packageFilter> <orgName>wso2</orgName> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>make-assembly</id> <phase>package</phase> <goals> <goal>single</goal> </goals> <configuration> <descriptor>src/main/assembly/dist.xml</descriptor> <appendAssemblyId>false</appendAssemblyId> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> <goals> <goal>process</goal> </goals> <configuration> <resourceBundles> <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> </resourceBundles> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <suiteXmlFiles> <suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile> </suiteXmlFiles> <!-- Required to set ballerina.home to target directory as the target/lib includes extracted balos --> <systemPropertyVariables> <ballerina.home>${project.build.directory}</ballerina.home> <java.util.logging.manager>org.ballerinalang.logging.BLogManager</java.util.logging.manager> </systemPropertyVariables> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <configuration> <effort>Max</effort> <threshold>Low</threshold> <xmlOutput>true</xmlOutput> <findbugsXmlOutputDirectory> ${project.build.directory}/findbugs </findbugsXmlOutputDirectory> <excludeFilterFile>${maven.findbugsplugin.version.exclude}</excludeFilterFile> </configuration> <executions> <execution> <id>analyze-compile</id> <phase>compile</phase> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <configuration> <destFile>${basedir}/target/coverage-reports/jacoco-unit.exec</destFile> </configuration> <executions> <execution> <id>jacoco-initialize</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <phase>prepare-package</phase> <id>check</id> <goals> <goal>check</goal> </goals> <configuration> <dataFile>${basedir}/target/coverage-reports/jacoco-unit.exec</dataFile> <haltOnFailure>true</haltOnFailure> <rules> <rule> <element>BUNDLE</element> <!--<limits> <limit> <counter>INSTRUCTION</counter> <value>COVEREDRATIO</value> <minimum>0.70</minimum> </limit> <limit> <counter>BRANCH</counter> <value>COVEREDRATIO</value> <minimum>0.50</minimum> </limit> </limits>--> <excludes> <exclude>*Test</exclude> <exclude>**/generated/**</exclude> </excludes> </rule> </rules> </configuration> </execution> <execution> <id>jacoco-site</id> <phase>test</phase> <goals> <goal>report</goal> </goals> <configuration> <dataFile>${basedir}/target/coverage-reports/jacoco-unit.exec</dataFile> <outputDirectory>${basedir}/target/coverage-reports/site</outputDirectory> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <executions> <!-- Following execution generates balo for redis package --> <execution> <id>gen-balo</id> <goals> <goal>java</goal> </goals> <phase>compile</phase> <configuration> <systemProperties> <systemProperty> <key>BALLERINA_DEV_MODE_COMPILE</key> <value>true</value> </systemProperty> </systemProperties> <arguments> <argument>false</argument> <argument>${basedir}/src/main/ballerina/</argument> <argument>${project.build.directory}/generated-balo/repo/wso2</argument> <argument>${project.build.directory}</argument> <argument>${project.version}</argument> </arguments> <mainClass>org.ballerinalang.stdlib.utils.GenerateBalo</mainClass> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <executions> <!-- Since redis balo is needed by tests, here it is copied to target/lib where other balos are copied to --> <execution> <id>copy-redis-balo</id> <phase>compile</phase> <goals> <goal>copy-resources</goal> </goals> <configuration> <outputDirectory>${project.build.directory}/lib/repo</outputDirectory> <resources> <resource> <directory>${project.build.directory}/generated-balo/repo/</directory> </resource> </resources> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>
46.244076
204
0.437663
3b505b6b5cf893298fa2b8fc0d9e06bc6c90854a
1,068
xml
XML
WebContent/WEB-INF/web.xml
strandls/cropcert-traceability
6ebb1d44e5418a107b451709650ee32d1fbaf997
[ "Apache-2.0" ]
null
null
null
WebContent/WEB-INF/web.xml
strandls/cropcert-traceability
6ebb1d44e5418a107b451709650ee32d1fbaf997
[ "Apache-2.0" ]
5
2019-11-13T11:29:34.000Z
2021-04-23T08:44:19.000Z
WebContent/WEB-INF/web.xml
strandls/cropcert-traceability
6ebb1d44e5418a107b451709650ee32d1fbaf997
[ "Apache-2.0" ]
2
2019-08-19T11:03:19.000Z
2019-09-05T19:22:07.000Z
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" id="WebApp_ID" version="3.1"> <display-name>cropcert</display-name> <welcome-file-list> <welcome-file>index.html</welcome-file> <welcome-file>index.json</welcome-file> </welcome-file-list> <filter> <filter-name>CorsFilter</filter-name> <filter-class>cropcert.traceability.filter.CORSFilter</filter-class> </filter> <filter-mapping> <filter-name>CorsFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <filter> <filter-name>guice</filter-name> <filter-class>com.google.inject.servlet.GuiceFilter</filter-class> </filter> <filter-mapping> <filter-name>guice</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <listener> <listener-class>cropcert.traceability.TraceabilityServletContextListener</listener-class> </listener> </web-app>
30.514286
107
0.718165
3108ec9b5ec25e5670d7127560d7bc7a281981f3
830
xml
XML
generator/AWSPSGeneratorLib/HelpMaterials/Examples/EC2/Get-EC2VolumeStatus.xml
ajsing/aws-tools-for-powershell
25372542f23afd465fc419c4ec1f6175d7f3dee2
[ "Apache-2.0" ]
1
2020-03-09T17:23:08.000Z
2020-03-09T17:23:08.000Z
generator/AWSPSGeneratorLib/HelpMaterials/Examples/EC2/Get-EC2VolumeStatus.xml
lukeenterprise/aws-tools-for-powershell
acc809bc80d092fc1fb2c21780ff9ea06f3d104c
[ "Apache-2.0" ]
null
null
null
generator/AWSPSGeneratorLib/HelpMaterials/Examples/EC2/Get-EC2VolumeStatus.xml
lukeenterprise/aws-tools-for-powershell
acc809bc80d092fc1fb2c21780ff9ea06f3d104c
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <examples> <example> <code>PS C:\> Get-EC2VolumeStatus -VolumeId vol-12345678 Actions : {} AvailabilityZone : us-west-2a Events : {} VolumeId : vol-12345678 VolumeStatus : Amazon.EC2.Model.VolumeStatusInfo PS C:\> (Get-EC2VolumeStatus -VolumeId vol-12345678).VolumeStatus Details Status ------- ------ {io-enabled, io-performance} ok PS C:\> (Get-EC2VolumeStatus -VolumeId vol-12345678).VolumeStatus.Details Name Status ---- ------ io-enabled passed io-performance not-applicable</code> <description>This example describes the status of the specified volume.</description> </example> </examples>
31.923077
89
0.566265
5a40b8c7b66729b4e4e0c3197723e4e3db2f3ebf
1,396
nuspec
XML
automatic/_output/0ad/0.0.17/0ad.nuspec
kewalaka/chocolatey-packages-2
327bbccaa029d0ddec49a33ac479a3ea24249dcf
[ "Apache-2.0" ]
47
2015-02-19T15:32:43.000Z
2022-03-27T02:41:36.000Z
automatic/_output/0ad/0.0.17/0ad.nuspec
kewalaka/chocolatey-packages-2
327bbccaa029d0ddec49a33ac479a3ea24249dcf
[ "Apache-2.0" ]
564
2015-02-18T16:22:09.000Z
2022-03-15T13:04:24.000Z
automatic/_output/0ad/0.0.17/0ad.nuspec
kewalaka/chocolatey-packages-2
327bbccaa029d0ddec49a33ac479a3ea24249dcf
[ "Apache-2.0" ]
190
2015-06-26T12:42:03.000Z
2022-02-27T17:13:18.000Z
<?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> <id>0ad</id> <title>0 A.D.</title> <version>0.0.17</version> <authors>Wildfire Games</authors> <owners>tonigellida</owners> <summary> 0 A.D. is a free, open-source, cross-platform real-time strategy (RTS) game of ancient warfare. </summary> <description> 0 A.D. is a free, open-source, cross-platform real-time strategy (RTS) game of ancient warfare. In short, it is a historically-based war/economy game that allows players to relive or rewrite the history of Western civilizations, focusing on the years between 500 B.C. and 500 A.D. The project is highly ambitious, involving state-of-the-art 3D graphics, detailed artwork, sound, and a flexible and powerful custom-built game engine. </description> <releaseNotes> Probably alpha release (automatic push). Package version less than v1, treat as stable. </releaseNotes> <projectUrl>http://play0ad.com/</projectUrl> <tags>NoChecksIfIsInstalled real-time-strategy historical-game zero-ad</tags> <copyright></copyright> <licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <iconUrl>https://raw.github.com/adgellida/chocolateyautomaticpackages/master/icons/0ad.png</iconUrl> </metadata> </package>
51.703704
184
0.744986
3ede5f2e0cbb812bd2e7beef91e62469f2bdca45
902
xml
XML
Recursos/XmlExtraido/EP03_Urbanitas/snippet/notification_ChanceCard_Activist_04B_Success.xml
velocist/TS4CheatsInfo
b59ea7e5f4bd01d3b3bd7603843d525a9c179867
[ "Apache-2.0" ]
null
null
null
Recursos/XmlExtraido/EP03_Urbanitas/snippet/notification_ChanceCard_Activist_04B_Success.xml
velocist/TS4CheatsInfo
b59ea7e5f4bd01d3b3bd7603843d525a9c179867
[ "Apache-2.0" ]
null
null
null
Recursos/XmlExtraido/EP03_Urbanitas/snippet/notification_ChanceCard_Activist_04B_Success.xml
velocist/TS4CheatsInfo
b59ea7e5f4bd01d3b3bd7603843d525a9c179867
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="utf-8"?> <I c="Notification" i="snippet" m="snippets" n="notification_ChanceCard_Activist_04B_Success" s="141361"> <U n="value"> <V t="enabled" n="icon"> <V n="enabled" t="resource_key"> <U n="resource_key"> <T p="InEP03\UI\Icons\Career\Career_Activist_Main.png" n="key">2f7d0004:00000000:3e06dbdefd035ecf</T> </U> </V> </V> <V t="enabled" n="secondary_icon"> <V t="participant" n="enabled" /> </V> <V n="text" t="single"> <T n="single">0x5E19D8B5<!--String: "{0.SimFirstName} baja del escenario rápidamente para coger un póster enorme de uno de los principales patrocinadores, se saca papel adhesivo del bolsillo e improvisa un megáfono, que le entrega al ponente. La muchedumbre se calma y todo puede seguir adelante, aunque a oscuras."--></T> </V> <V t="disabled" n="title" /> </U> </I>
47.473684
328
0.640798
36520905deb91c08943ee6d24a88c93c39fc9001
5,122
xml
XML
pom.xml
fasimito/spring-fabric-starter
d26d07c44febb82918fa14c41035b4c61d84cea7
[ "Apache-2.0" ]
null
null
null
pom.xml
fasimito/spring-fabric-starter
d26d07c44febb82918fa14c41035b4c61d84cea7
[ "Apache-2.0" ]
1
2018-03-31T07:29:33.000Z
2018-03-31T07:29:33.000Z
pom.xml
fasimito/spring-fabric-starter
d26d07c44febb82918fa14c41035b4c61d84cea7
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.10.RELEASE</version> </parent> <groupId>com.hyperledger.fabric.starter</groupId> <artifactId>com-hyperledger-fabric-starter</artifactId> <version>1.0-SNAPSHOT</version> <properties> <grpc.version>1.4.0</grpc.version> </properties> <dependencies> <!--spring boot auto configuration required package --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> </dependency> <!--&lt;spring boot web required package !&ndash;--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-netty</artifactId> <version>${grpc.version}</version> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-protobuf</artifactId> <version>${grpc.version}</version> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-stub</artifactId> <version>${grpc.version}</version> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-testing</artifactId> <version>${grpc.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> <dependency> <groupId>com.orbitz.consul</groupId> <artifactId>consul-client</artifactId> <version>1.1.1</version> </dependency> <dependency> <groupId>com.ecwid.consul</groupId> <artifactId>consul-api</artifactId> <version>1.3.1</version> </dependency> <!-- https://mvnrepository.com/artifact/org.hyperledger.fabric-sdk-java/fabric-sdk-java --> <dependency> <groupId>org.hyperledger.fabric-sdk-java</groupId> <artifactId>fabric-sdk-java</artifactId> <version>1.1.0-SNAPSHOT</version> </dependency> <!-- Tomcat embedded container--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> <scope>provided</scope> </dependency> <!-- JSTL for JSP --> <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> </dependency> <!-- Need this to compile JSP --> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> <scope>provided</scope> </dependency> </dependencies> <build> <extensions> <extension> <groupId>kr.motd.maven</groupId> <artifactId>os-maven-plugin</artifactId> <version>1.4.1.Final</version> </extension> </extensions> <plugins> <plugin> <groupId>org.xolstice.maven.plugins</groupId> <artifactId>protobuf-maven-plugin</artifactId> <version>0.5.0</version> <configuration> <protocArtifact>com.google.protobuf:protoc:3.0.0:exe:${os.detected.classifier}</protocArtifact> <pluginId>grpc-java</pluginId> <pluginArtifact>io.grpc:protoc-gen-grpc-java:1.0.0:exe:${os.detected.classifier}</pluginArtifact> </configuration> <executions> <execution> <goals> <goal>compile</goal> <goal>compile-custom</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> </plugins> </build> </project>
36.585714
117
0.541976
5dd16bed4ba7fa3c6734124526945d2f2fb31ca6
1,156
xpl
XProc
contrib/scripting/xproc/src/test/resources/xpl/html.xpl
SylvesterAbreu/sling
358368a7ede5935d2daacc061c118cf2296921ad
[ "Apache-2.0" ]
2
2018-02-27T08:00:06.000Z
2019-05-21T23:48:03.000Z
contrib/scripting/xproc/src/test/resources/xpl/html.xpl
SylvesterAbreu/sling
358368a7ede5935d2daacc061c118cf2296921ad
[ "Apache-2.0" ]
null
null
null
contrib/scripting/xproc/src/test/resources/xpl/html.xpl
SylvesterAbreu/sling
358368a7ede5935d2daacc061c118cf2296921ad
[ "Apache-2.0" ]
2
2019-05-21T23:47:35.000Z
2021-11-08T15:01:06.000Z
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <p:pipeline xmlns:p="http://www.w3.org/ns/xproc"> <p:xslt> <p:input port="stylesheet"> <p:document href="/xpl-sample/xsl/test-content.xslt"/> </p:input> </p:xslt> <p:xslt> <p:input port="stylesheet"> <p:document href="/xpl-sample/xsl/test-html.xslt"/> </p:input> </p:xslt> </p:pipeline>
36.125
74
0.711938
139210d9b8845b82028736d43d4380b483ec4f5a
905
xpl
XProc
xpl/xforms/move-image.xpl
IATH-UVA/numishare
688b49e36543d0b38412df4bc76bd3faa9d559dc
[ "Apache-2.0" ]
24
2015-05-13T15:22:14.000Z
2022-02-11T17:08:26.000Z
xpl/xforms/move-image.xpl
IATH-UVA/numishare
688b49e36543d0b38412df4bc76bd3faa9d559dc
[ "Apache-2.0" ]
92
2015-01-14T07:50:52.000Z
2022-03-31T00:49:51.000Z
xpl/xforms/move-image.xpl
IATH-UVA/numishare
688b49e36543d0b38412df4bc76bd3faa9d559dc
[ "Apache-2.0" ]
14
2017-04-04T10:22:14.000Z
2022-03-18T10:41:58.000Z
<?xml version="1.0" encoding="UTF-8"?> <p:pipeline xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:oxf="http://www.orbeon.com/oxf/processors"> <p:param type="input" name="generator-config"/> <p:param type="input" name="serializer-config"/> <p:param type="output" name="data"/> <p:processor name="oxf:url-generator"> <p:input name="config" href="#generator-config"/> <p:output name="data" id="media"/> </p:processor> <p:processor name="oxf:file-serializer"> <p:input name="data" href="#media"/> <p:input name="config" href="#serializer-config"/> </p:processor> <!-- used only to return dummy content --> <p:processor name="oxf:xml-serializer"> <p:input name="data" href="#generator-config"/> <p:input name="config"> <config> <content-type>application/xml</content-type> </config> </p:input> <p:output name="data" ref="data"/> </p:processor> </p:pipeline>
29.193548
56
0.656354
af5d8be87261d55b074297517b7b572aa589c06a
98
xq
XQuery
test/queries/zorba/Queries/zorba/constructors/attribute5.xq
rrthomas/xqlint
68bfa0e321cbc864f2484126fb6e51ae6a8242b6
[ "Apache-2.0" ]
94
2015-01-18T09:40:36.000Z
2022-03-02T21:14:55.000Z
test/queries/zorba/Queries/zorba/constructors/attribute5.xq
rrthomas/xqlint
68bfa0e321cbc864f2484126fb6e51ae6a8242b6
[ "Apache-2.0" ]
72
2015-01-05T22:00:31.000Z
2021-07-17T11:35:03.000Z
test/queries/zorba/Queries/zorba/constructors/attribute5.xq
rrthomas/xqlint
68bfa0e321cbc864f2484126fb6e51ae6a8242b6
[ "Apache-2.0" ]
27
2015-01-18T20:20:54.000Z
2020-11-01T18:01:07.000Z
<element a="{(1,2)}">{( attribute b { (3,4) }, attribute c { "a" }, "b",5,6,7 )}</element>
16.333333
24
0.44898
fc196bc12bc8f990bddcb7c114330992ef81f37a
463
xq
XQuery
XQTS_1_0_2/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-191.xq
StefH/XML-Query-Test-Suite-1.0
93321f9437b27a9b839842b0867ae462421514ee
[ "MIT" ]
null
null
null
XQTS_1_0_2/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-191.xq
StefH/XML-Query-Test-Suite-1.0
93321f9437b27a9b839842b0867ae462421514ee
[ "MIT" ]
null
null
null
XQTS_1_0_2/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-191.xq
StefH/XML-Query-Test-Suite-1.0
93321f9437b27a9b839842b0867ae462421514ee
[ "MIT" ]
null
null
null
(:*******************************************************:) (: Test: K-SeqExprCast-191 :) (: Written by: Frans Englich :) (: Date: 2006-10-05T18:29:37+02:00 :) (: Purpose: Simple test of casting xs:yearMonthDuration to xs:dayTimeDuration. :) (:*******************************************************:) xs:string(xs:dayTimeDuration(xs:yearMonthDuration("P543Y456M"))) eq "PT0S"
51.444444
81
0.401728
d0688f62bcf50da432aab60f227c2413d5b3fd54
654
xq
XQuery
js/queries/segmentedDataRange.xq
ManuelLecaro/ucsc-xena-client
67611408800d227172b27d97fcba267ddb93c06e
[ "Apache-2.0" ]
60
2017-01-18T00:51:24.000Z
2022-02-16T11:06:08.000Z
js/queries/segmentedDataRange.xq
ManuelLecaro/ucsc-xena-client
67611408800d227172b27d97fcba267ddb93c06e
[ "Apache-2.0" ]
407
2016-03-04T23:11:29.000Z
2022-03-18T07:27:10.000Z
js/queries/segmentedDataRange.xq
ManuelLecaro/ucsc-xena-client
67611408800d227172b27d97fcba267ddb93c06e
[ "Apache-2.0" ]
60
2017-03-02T15:19:48.000Z
2021-01-19T09:39:46.000Z
; segmentedDataRange (fn [dataset samples chr start end] (let [getfield (fn [field] (:id (car (query {:select [:field.id] :from [:dataset] :join [:field [:= :dataset.id :field.dataset_id]] :where [:and [:= :field.name field] [:= :dataset.name dataset]]})))) sampleID (getfield "sampleID")] {:samples (map :value (query {:select [:value] :from [:code] :where [:and [:in :value samples][:= :field_id sampleID]]})) :rows (xena-query {:select ["sampleID" "position" "value"] :from [dataset] :where [:and [:in "position" [[chr start end]]] [:in "sampleID" samples]]})}))
43.6
86
0.562691
030a1667a503319f23c18756a8bef23364659f00
2,287
xqm
XQuery
libs/xquery/moiModule.xqm
ag-gipp/formula-cloud-server
1f0f7d43fba38aa0f605eff755231aedadd6aff5
[ "Apache-2.0" ]
null
null
null
libs/xquery/moiModule.xqm
ag-gipp/formula-cloud-server
1f0f7d43fba38aa0f605eff755231aedadd6aff5
[ "Apache-2.0" ]
5
2021-12-14T21:48:57.000Z
2022-01-06T09:28:08.000Z
libs/xquery/moiModule.xqm
ag-gipp/formula-cloud-server
1f0f7d43fba38aa0f605eff755231aedadd6aff5
[ "Apache-2.0" ]
null
null
null
xquery version "3.0"; (:~ : User: Andre Greiner-Petter : Date: 05.06.20 : Time: 18:17 : To change this template use File | Settings | File Templates. :) module namespace moi = "http://www.moi.org"; (: declare namespace mws = "http://search.mathweb.org/ns"; declare default element namespace "http://www.w3.org/1998/Math/MathML"; :) declare function moi:max-depth($root as node()?) as xs:integer? { if ($root/*) then max($root/*/moi:max-depth(.)) + 1 else 1 }; (: Convert a node to a string representation Use buildString to generate correct conversions HERE IS THE INVISIBLE TIMES CHARACTER: "⁢" HERE IS THE FUNCTION APPLICATION CHARACTER: "⁡" AND HERE NOT: "" :) declare function moi:convertToString($node as node()) as xs:string { let $txt := if ($node/text()="⁢") then "ivt" else if ($node/text() = "⁡") then "fap" else $node/text() let $str := if(not($node/*)) then $node/name() || ":" || $txt else (: otherwise convert all child elements to string and combine the strings :) let $list := for $child in $node/* return moi:convertToString($child) return $node/name() || "(" || string-join($list, ",") || ")" return $str }; (: Given a sequence of nodes, this function calculate distributions of its subtrees (regarding the mi elements in the given sequence) :) declare function moi:extractTerms( $docs as node()*, $minDocFreq as xs:integer ){ for $doc in $docs let $docID := $doc/@data-post-id let $fID := $doc/@url for $elements in $doc//math/* for $descendant in $elements/descendant-or-self::*[descendant::mi or name()="mi"] let $descendantDepth := moi:max-depth($descendant) let $str := moi:convertToString($descendant) group by $str let $fIDList := distinct-values($fID) let $num := count($descendant) where $num >= $minDocFreq order by $descendantDepth[1], $num descending return <element freq="{$num}" depth="{$descendantDepth[1]}" fIDs="{$fIDList}" docIDs="{$docID[1]}"> {$str} </element> };
30.493333
93
0.572803
1d0836e438f2480aadee32cad08e6092927553a8
2,198
xqy
XQuery
test/forest-uris-evacuate.xqy
mblakele/task-rebalancer
9d8596a8c30ec3838dd420eb434903f14ef620b1
[ "Apache-2.0" ]
2
2016-01-25T20:24:03.000Z
2017-03-07T01:02:42.000Z
test/forest-uris-evacuate.xqy
mblakele/task-rebalancer
9d8596a8c30ec3838dd420eb434903f14ef620b1
[ "Apache-2.0" ]
1
2018-01-02T08:48:47.000Z
2018-01-02T08:48:47.000Z
test/forest-uris-evacuate.xqy
mblakele/task-rebalancer
9d8596a8c30ec3838dd420eb434903f14ef620b1
[ "Apache-2.0" ]
null
null
null
xquery version "1.0-ml"; (: : Copyright (c) 2011-2013 Michael Blakeley. All Rights Reserved. : : 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. : : The use of the Apache License does not indicate that this project is : affiliated with the Apache Software Foundation. : :) import module namespace trb="com.blakeley.task-rebalancer" at "/lib-trb.xqy" ; (: This version of forests-uris.xqy is designed to evacuate a forest, : for test purposes only. After all uri-tasks have been run, : the target forest should be empty. : : NOTE : This script is for test purposes only. : In real life, set the forest updates-allowed=delete-only : and invoke forests.xqy instead. See README.md for details. xdmp:spawn( "test/forest-uris-evacuate.xqy", (xs:QName('FOREST'), xdmp:forest('forest-to-evacuate'), xs:QName('INDEX'), -1, xs:QName('LIMIT'), 0, xs:QName('RESPAWN'), true()), <options xmlns="xdmp:eval"> <database>{ xdmp:database() }</database> <root>/path/to/mblakele-task-rebalancer/</root> <time-limit>3600</time-limit> </options>) :) (: The forest to empty out. :) declare variable $FOREST as xs:unsignedLong external ; (: The forest(s) to target. : Current forest is not eligible for placement. :) declare variable $TARGETS as xs:unsignedLong+ := trb:database-forests()[ not(. eq $FOREST)] ; declare variable $LIMIT as xs:integer external ; declare variable $RESPAWN as xs:boolean external ; (: Clear any state. :) trb:uris-start-set($FOREST, ()), trb:spawn( 'forest-uris-evacuate.xqy', $FOREST, (: never match existing documents :) -1, xdmp:forest-status($FOREST), $TARGETS, $RESPAWN, $LIMIT) (: forest-uris-evacuate.xqy :)
29.306667
75
0.706096
a581db1ecb07cf8b69091e09633881b595ba7b64
186
xq
XQuery
scripts/xq/cp-db/export-updated-cp-cite-loci.xq
nevenjovanovic/croala-pelagios
d229914b1178f2014bd59a0f5edd2321631d0a89
[ "CC-BY-4.0" ]
1
2017-04-26T01:42:44.000Z
2017-04-26T01:42:44.000Z
scripts/xq/cp-db/export-updated-cp-cite-loci.xq
nevenjovanovic/croala-pelagios
d229914b1178f2014bd59a0f5edd2321631d0a89
[ "CC-BY-4.0" ]
57
2016-10-26T14:32:48.000Z
2017-01-20T10:33:45.000Z
scripts/xq/cp-db/export-updated-cp-cite-loci.xq
nevenjovanovic/croala-pelagios
d229914b1178f2014bd59a0f5edd2321631d0a89
[ "CC-BY-4.0" ]
null
null
null
let $fileuri := substring-before(file:base-dir(), 'scripts/') || "csv/loci/cp-cite-loci.xml" let $db := db:open("cp-cite-loci", "cp-cite-loci.xml")//list return file:write($fileuri, $db)
62
92
0.672043
c3820add93d38346cd957a7efd84a08946a74fdb
171
xq
XQuery
XQTS_1_0_2/Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-47.xq
StefH/XML-Query-Test-Suite-1.0
93321f9437b27a9b839842b0867ae462421514ee
[ "MIT" ]
null
null
null
XQTS_1_0_2/Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-47.xq
StefH/XML-Query-Test-Suite-1.0
93321f9437b27a9b839842b0867ae462421514ee
[ "MIT" ]
null
null
null
XQTS_1_0_2/Queries/XQuery/Expressions/QuantExpr/QuantExprWithout/quantexpr-47.xq
StefH/XML-Query-Test-Suite-1.0
93321f9437b27a9b839842b0867ae462421514ee
[ "MIT" ]
null
null
null
(: Name: quantExpr-47 :) (: Description: Simple quantified expression using "every" keyword and and use of string data. :) every $x in ("A","B","C") satisfies $x = "A"
42.75
98
0.654971