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
8d79b6875101a57188986703dd2a5a94aff02c82
2,880
xsl
XSLT
freme-showcase/xml-to-rdf/lib/tei-processing/temp2tei-approach-5.xsl
freme-project/freme-project.github.com
b85807af3b685caa09de59385cdcb6bce2b9c52b
[ "ECL-2.0", "Apache-2.0", "BSD-3-Clause" ]
null
null
null
freme-showcase/xml-to-rdf/lib/tei-processing/temp2tei-approach-5.xsl
freme-project/freme-project.github.com
b85807af3b685caa09de59385cdcb6bce2b9c52b
[ "ECL-2.0", "Apache-2.0", "BSD-3-Clause" ]
5
2016-08-15T13:42:34.000Z
2016-08-16T12:32:47.000Z
freme-showcase/xml-to-rdf/lib/tei-processing/temp2tei-approach-5.xsl
freme-project/freme-project.github.com
b85807af3b685caa09de59385cdcb6bce2b9c52b
[ "ECL-2.0", "Apache-2.0", "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-result-prefixes="xs h tei ixsl" xmlns:tei="http://www.tei-c.org/ns/1.0" version="2.0" xmlns:h="http://www.w3.org/1999/xhtml" xmlns="http://www.tei-c.org/ns/1.0" xmlns:ixsl="http://saxonica.com/ns/interactiveXSLT"> <xsl:param name="rdfoutput" as="xs:string">tbd</xsl:param> <xsl:output method="xml"/> <xsl:template match="*|@*" mode="get-full-path"> <xsl:apply-templates select="parent::*" mode="get-full-path"/> <xsl:text>/</xsl:text> <xsl:if test="count(. | ../@*) = count(../@*)">@</xsl:if> <xsl:value-of select="name()"/> <xsl:if test="self::element() and parent::element()"> <xsl:text>[</xsl:text> <xsl:number/> <xsl:text>]</xsl:text> </xsl:if> </xsl:template> <xsl:template match="node() | @*"> <xsl:copy> <xsl:apply-templates select="node()| @*"/> </xsl:copy> </xsl:template> <xsl:template match="tei:teiHeader/*[last()]"> <xsl:copy-of select="."/> <xenoData> <xsl:text>[</xsl:text> <xsl:for-each select="//tei:hi[@vocab]"> <xsl:variable name="fullPath"><xsl:apply-templates mode="get-full-path" select="self::*"/></xsl:variable> <xsl:variable name="id"><xsl:text>a</xsl:text><xsl:number level="any"/></xsl:variable> <xsl:text>&#xA;{ "id" : "http://example.com/myannotations/</xsl:text><xsl:value-of select="$id"/><xsl:text>",</xsl:text> <xsl:text>&#xA;"type": "Annotation", &#xA;"target": { &#xA;"type": "SpecificResource", &#xA;"source": "http://example.com/myfile.xml", &#xA;"selector": { &#xA;"type": "FragmentSelector", &#xA;"conformsTo": "http://www.w3.org/TR/xpath/", &#xA;"value": "</xsl:text> <xsl:value-of select="$fullPath"/> <xsl:text>" }, &#xA;"itsrdf:taClassRef" : "</xsl:text> <xsl:value-of select="concat(@vocab,@typeof)"/> <xsl:text>", &#xA;"itsrdf:taIdentRef" : "</xsl:text> <xsl:value-of select="@resource"/> <xsl:text>"</xsl:text> <xsl:text>}}</xsl:text> <xsl:if test="not(position() = last())"> , </xsl:if> </xsl:for-each> <xsl:text>]</xsl:text> </xenoData> </xsl:template> <xsl:template match="node() | @*"> <xsl:copy> <xsl:apply-templates select="node() | @*"/> </xsl:copy> </xsl:template> <xsl:template match="tei:hi[@vocab]"> <xsl:variable name="id"><xsl:text>a</xsl:text><xsl:number level="any"/></xsl:variable> <emphasis id="{$id}"><xsl:value-of select="."/></emphasis> </xsl:template> </xsl:stylesheet>
50.526316
280
0.5375
9d37661e4eb88ae6e02ae10be16713d115a0674f
573
xsl
XSLT
core/standards/xslt_xpath/OASIS-XSLT/xalan/attribvaltemplate/attribvaltemplate09.xsl
gsnedders/presto-testo
a0acfbef13a3f8cae67cc7145216d31b67aa8eb4
[ "BSD-3-Clause" ]
null
null
null
core/standards/xslt_xpath/OASIS-XSLT/xalan/attribvaltemplate/attribvaltemplate09.xsl
gsnedders/presto-testo
a0acfbef13a3f8cae67cc7145216d31b67aa8eb4
[ "BSD-3-Clause" ]
6
2016-10-02T10:20:44.000Z
2016-10-02T18:49:27.000Z
t/test_data/testsuite/TESTS/Xalan_Conformance_Tests/attribvaltemplate/attribvaltemplate09.xsl
jonathanstowe/XML-XSLT
9392ac9fa5dc976469e0f333f75329c200e4d025
[ "FSFAP" ]
null
null
null
<?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <!-- FileName: attribvaltemplate09 --> <!-- Document: http://www.w3.org/TR/xslt --> <!-- DocVersion: 19991116 --> <!-- Section: 7.6.2 --> <!-- Purpose: Testing generation of null attribute. Bug: if $From was null, it was not outputting the attribute. --> <!-- Author: Geoff Crowther --> <xsl:param name="From"/> <xsl:template match="/"> <out> <setvar name="From" value="{$From}"/> </out> </xsl:template> </xsl:stylesheet>
27.285714
80
0.593368
8095b292dd5f534b1a5ee1597360802f1dcf8a50
1,931
xslt
XSLT
templates/reports/PathToMarkdown.xslt
mwwhited/BinaryDataDecoders
810eb131cff0f40e096e4438ffa4c7ed39bcae97
[ "MIT" ]
5
2020-01-19T13:41:58.000Z
2021-01-03T03:56:01.000Z
templates/reports/PathToMarkdown.xslt
mwwhited/BinaryDataDecoders
810eb131cff0f40e096e4438ffa4c7ed39bcae97
[ "MIT" ]
23
2020-11-25T06:06:58.000Z
2021-08-08T15:02:48.000Z
templates/reports/PathToMarkdown.xslt
mwwhited/BinaryDataDecoders
810eb131cff0f40e096e4438ffa4c7ed39bcae97
[ "MIT" ]
1
2020-09-24T06:35:40.000Z
2020-09-24T06:35:40.000Z
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE xsl:stylesheet [ <!ENTITY cr "<xsl:text> </xsl:text>"> ]> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:tt="http://microsoft.com/schemas/VisualStudio/TeamTest/2010" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:ex-path="bdd:ToolKit/PathExtensions" xmlns:o-path="bdd:ToolKit/PathExtensions:out" xmlns:ex-file="bdd:ToolKit/FileExtensions" xmlns:o-file="bdd:ToolKit/FileExtensions:out" xmlns:ex-env="bdd:ToolKit/EnvironmentExtensions" xmlns:o-env="bdd:ToolKit/EnvironmentExtensions:out" xmlns:ex-str="bdd:ToolKit/StringExtensions" xmlns:o-str="bdd:ToolKit/StringExtensions:out" xmlns:ex-trx="clr:BinaryDataDecoders.TestUtilities.Xml.Xsl.Extensions.TrxExtensions, BinaryDataDecoders.TestUtilities" xmlns:o-trx="clr:BinaryDataDecoders.TestUtilities.Xml.Xsl.Extensions.TrxExtensions, BinaryDataDecoders.TestUtilities:out" xmlns:ex-xsl="clr:BinaryDataDecoders.Xslt.Cli.XsltTransformer, BinaryDataDecoders.Xslt.Cli" > <xsl:output method="text" indent="no"/> <xsl:param name="files" /> <xsl:template match="/" > <xsl:text># Documentation </xsl:text>&cr; &cr; <xsl:apply-templates select="Directory" /> </xsl:template> <xsl:template match="Directory"> <xsl:value-of select="substring(' ', 1, count(ancestor::*)*2)"/> <xsl:text>* </xsl:text> <xsl:value-of select="@Name" />&cr; <xsl:apply-templates select="*" /> </xsl:template> <xsl:template match="File"> <xsl:value-of select="substring(' ', 1, count(ancestor::*)*2)"/> <xsl:text>* </xsl:text> <xsl:text>[</xsl:text> <xsl:value-of select="@WithoutExtension" /> <xsl:text>](</xsl:text> <xsl:value-of select="concat('.', translate(@RelativeName, '\', '/'))" /> <xsl:text>)</xsl:text> &cr; <xsl:apply-templates select="*" /> </xsl:template> </xsl:stylesheet>
32.183333
125
0.679959
9aa5dd947c6b1dac2943575bb3baca7861f1f9aa
1,286
xsl
XSLT
xml-store/www/public/xsl/recipes-f.xsl
m41na/jetty-playground
e293a69c75155ac1be212b89240af2fd2c374f00
[ "MIT" ]
null
null
null
xml-store/www/public/xsl/recipes-f.xsl
m41na/jetty-playground
e293a69c75155ac1be212b89240af2fd2c374f00
[ "MIT" ]
null
null
null
xml-store/www/public/xsl/recipes-f.xsl
m41na/jetty-playground
e293a69c75155ac1be212b89240af2fd2c374f00
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict" version="1.0"> <xsl:output method="html"/> <xsl:template match="/"> <html> <head> <title>Recipes</title> </head> <body> <xsl:apply-templates select="/recipes/recipe"/> </body> </html> </xsl:template> <xsl:template match="recipe"> <h2> <xsl:value-of select="./name"/> </h2> <h3>Ingredients:</h3> <xsl:apply-templates select="./ingredients"/> <h3>Directions:</h3> <ol> <xsl:apply-templates select="./instructions"/> </ol> </xsl:template> <xsl:template match="ingredients/ingredient"> <p> <xsl:value-of select="./qty"/> <xsl:text> </xsl:text> <xsl:value-of select="./unit"/> <xsl:text> </xsl:text> <xsl:value-of select="./food"/> </p> </xsl:template> <xsl:template match="instructions/instruction"> <li> <xsl:value-of select="."/> </li> </xsl:template> </xsl:stylesheet>
26.791667
122
0.478227
07cbf285215873bc7e6e1ed7f033641fb0dbafc7
839
xsl
XSLT
core/standards/xslt_xpath/OASIS-XSLT/xalan/axes/axes86.xsl
gsnedders/presto-testo
a0acfbef13a3f8cae67cc7145216d31b67aa8eb4
[ "BSD-3-Clause" ]
null
null
null
core/standards/xslt_xpath/OASIS-XSLT/xalan/axes/axes86.xsl
gsnedders/presto-testo
a0acfbef13a3f8cae67cc7145216d31b67aa8eb4
[ "BSD-3-Clause" ]
6
2016-10-02T10:20:44.000Z
2016-10-02T18:49:27.000Z
t/test_data/testsuite/TESTS/Xalan_Conformance_Tests/axes/axes86.xsl
jonathanstowe/XML-XSLT
9392ac9fa5dc976469e0f333f75329c200e4d025
[ "FSFAP" ]
null
null
null
<?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <!-- FileName: AXES86 --> <!-- Document: http://www.w3.org/TR/xpath --> <!-- DocVersion: 19991116 --> <!-- Section: 2.4 --> <!-- Creator: David Marston --> <!-- Purpose: Test to select the set of all aunts, great-aunts, etc. but exclude ancestors. --> <!-- "ancestor::*[count(child::*) &gt; 1]" is the set of all ancestors with other children. --> <xsl:template match="/"> <out> <xsl:for-each select="//center"> <xsl:apply-templates select="ancestor::*[count(child::*) &gt; 1]/*[not(. = current()/ancestor-or-self::*)]"/> </xsl:for-each> </out> </xsl:template> <xsl:template match="*"> <xsl:text> </xsl:text><xsl:value-of select="name(.)"/> </xsl:template> </xsl:stylesheet>
33.56
116
0.585221
8160d1b0ae56ec4920bc35e5f4722afc22ab300a
1,117
xsl
XSLT
src/main/resources/documents/custom/documenttitle_placement.xsl
blueriq/blueriq-plugin-xslt-ui
1e7400cc2943f409fa068da908844fa719ddee69
[ "MIT" ]
null
null
null
src/main/resources/documents/custom/documenttitle_placement.xsl
blueriq/blueriq-plugin-xslt-ui
1e7400cc2943f409fa068da908844fa719ddee69
[ "MIT" ]
null
null
null
src/main/resources/documents/custom/documenttitle_placement.xsl
blueriq/blueriq-plugin-xslt-ui
1e7400cc2943f409fa068da908844fa719ddee69
[ "MIT" ]
1
2019-08-19T13:13:01.000Z
2019-08-19T13:13:01.000Z
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg"> <!-- Author: M. Joosen (Everest) Date: 2010-06-09 Description: documenttitle position fo-sheet for Aquima Documents Version history: 20100609 1.0 M. Joosen Creation for positon --> <!-- Template DOCUMENTTITLE --> <xsl:template match="DOCUMENTTITLE" mode="position"> <xsl:attribute name="left" >35mm</xsl:attribute> <xsl:attribute name="top" >10mm</xsl:attribute> <xsl:attribute name="width" >119mm</xsl:attribute> <xsl:attribute name="height">5mm</xsl:attribute> </xsl:template> <xsl:template match="DOCUMENTTITLE[ancestor::*[(local-name()='NORMAL' or local-name()='LETTER' or local-name()='COLUMN') and @style='LABEL'] ]" mode="position"> <xsl:attribute name="left" >30mm</xsl:attribute> <xsl:attribute name="top" >10mm</xsl:attribute> <xsl:attribute name="width" >155mm</xsl:attribute> <xsl:attribute name="height">5mm</xsl:attribute> </xsl:template> </xsl:stylesheet>
38.517241
163
0.697404
48d03225132d8b35758ecfed14db29fe1b83dbb0
7,313
xsl
XSLT
transforms/transform-hold-request-slip.xsl
grimmo/aleph_mail
1357477d2d511d0deb27b407d7aa630f31e3a9b0
[ "MIT-0" ]
null
null
null
transforms/transform-hold-request-slip.xsl
grimmo/aleph_mail
1357477d2d511d0deb27b407d7aa630f31e3a9b0
[ "MIT-0" ]
null
null
null
transforms/transform-hold-request-slip.xsl
grimmo/aleph_mail
1357477d2d511d0deb27b407d7aa630f31e3a9b0
[ "MIT-0" ]
null
null
null
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="/"> <xsl:call-template name="header"/> <xsl:for-each select="//section-01"> <xsl:call-template name="section-01"/> </xsl:for-each> </xsl:template> <xsl:template name="header"> <xsl:call-template name="header-gen-mit"> <xsl:with-param name="title" select="''"/> </xsl:call-template> </xsl:template> <xsl:template name="section-01"> <xsl:variable name="HoldPeriod"> <xsl:choose> <xsl:when test="./z30-item-status != 'ILB Loan'"> <xsl:value-of select="./z37-end-hold-date " /> </xsl:when> <xsl:otherwise> <xsl:value-of select="'ILB LOAN'" /> </xsl:otherwise> </xsl:choose> </xsl:variable> <xsl:call-template name="table-open"> <xsl:with-param name="font-size" select="12"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Name:'"/> <xsl:with-param name="value" select="./z302-name"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Pickup Location:'"/> <xsl:with-param name="value" select="./z37-pickup-location"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'End Date:'"/> <xsl:with-param name="value" select="$HoldPeriod"/> </xsl:call-template> <xsl:call-template name="table-close"/> <xsl:call-template name="sublib-address-mit-circ"/> <!--Free Section Code --> <xsl:call-template name="blank-line"/> <xsl:call-template name="table-open-full"/> <xsl:call-template name="generic-line"> <xsl:with-param name="line" select="'Material requested:'"/> </xsl:call-template> <xsl:call-template name="table-close"/> <xsl:call-template name="bib-info-hdr"/> <xsl:call-template name="table-open"/> <xsl:call-template name="generic-line"> <xsl:with-param name="line" select="'Item:'"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Call No:'"/> <xsl:with-param name="value" select="./z30-call-no"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Sub Library:'"/> <xsl:with-param name="value" select="./z30-sub-library"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Item Status:'"/> <xsl:with-param name="value" select="./z30-item-status"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Description:'"/> <xsl:with-param name="value" select="./z30-description"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Collection:'"/> <xsl:with-param name="value" select="./z30-collection"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Copy Id:'"/> <xsl:with-param name="value" select="./z30-copy-id"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Barcode:'"/> <xsl:with-param name="value" select="./z30-barcode"/> <xsl:with-param name="type" select="'barcode'"/> </xsl:call-template> <xsl:call-template name="table-close"/> <xsl:call-template name="blank-line"/> <xsl:call-template name="table-open-full"/> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Author:'"/> <xsl:with-param name="value" select="./z37-author"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Title:'"/> <xsl:with-param name="value" select="./z37-title"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Pages:'"/> <xsl:with-param name="value" select="./z37-pages"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Note 1:'"/> <xsl:with-param name="value" select="./z37-note-1"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Note 2:'"/> <xsl:with-param name="value" select="./z37-note-2"/> </xsl:call-template> <xsl:call-template name="table-close"/> <xsl:call-template name="blank-line"/> <xsl:call-template name="table-open-full"/> <xsl:call-template name="generic-line"> <xsl:with-param name="line" select="'Requested for:'"/> </xsl:call-template> <xsl:call-template name="patron-address-mit-circ"/> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Bor Status:'"/> <xsl:with-param name="value" select="./z305-bor-status"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Bor Type:'"/> <xsl:with-param name="value" select="./z305-bor-type"/> </xsl:call-template> <xsl:call-template name="table-close"/> <xsl:call-template name="blank-line"/> <xsl:call-template name="table-open-full"/> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Id:'"/> <xsl:with-param name="value" select="./z305-id"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Request Date:'"/> <xsl:with-param name="value" select="./z37-request-date"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Request Time:'"/> <xsl:with-param name="value" select="./z37-open-hour"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'End Request Date:'"/> <xsl:with-param name="value" select="./z37-end-request-date"/> </xsl:call-template> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Pickup Location:'"/> <xsl:with-param name="value" select="./z37-pickup-location"/> </xsl:call-template> <xsl:call-template name="table-close"/> <xsl:if test="./z37-rush-request !='No' "> <xsl:call-template name="horizontal-line"/> <xsl:call-template name="table-open-full"/> <xsl:call-template name="display-gen"> <xsl:with-param name="label" select="'Rush Request:'"/> <xsl:with-param name="value" select="./z37-rush-request"/> </xsl:call-template> <xsl:call-template name="table-close"/> <xsl:call-template name="horizontal-line"/> </xsl:if> </xsl:template> </xsl:stylesheet>
43.529762
78
0.584439
ba2c73e16ca77c990314c0d042a8b3dc55770205
6,198
xslt
XSLT
src/html/xslt/default.xslt
simonduerr/stu3
c36b412f46eb40ffbd43d1a80190c1244d83c4e5
[ "MIT" ]
null
null
null
src/html/xslt/default.xslt
simonduerr/stu3
c36b412f46eb40ffbd43d1a80190c1244d83c4e5
[ "MIT" ]
null
null
null
src/html/xslt/default.xslt
simonduerr/stu3
c36b412f46eb40ffbd43d1a80190c1244d83c4e5
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:stu="stu" version="1.0" exclude-result-prefixes="stu"> <xsl:output omit-xml-declaration="yes" method="xml" /> <xsl:template match="stu:root"> <html lang="de"> <head> <xsl:apply-templates match="stu:siteheader" /> </head> </html> </xsl:template> <xsl:template match="stu:siteheader"> <xsl:apply-templates /> </xsl:template> <xsl:template match="stu:body"> <body onload="{@onload}"> <xsl:apply-templates /> </body> </xsl:template> <xsl:template match="stu:header"> <div style="height: 80px; width: 100%; position: fixed; top: 0; left: 0; background-color: #121220; z-Index: 111111111"> <xsl:apply-templates /> <div style="margin: 70px 199px 0 101px; height: 10px; width: auto; border-width: 1px; border-bottom: 0; border-style: solid; border-color: #4b4b4b; background-color: #000000; border-radius: 3px 3px 0 0;"> <xsl:text> </xsl:text> </div> </div> </xsl:template> <xsl:template match="stu:sidebar_left"> <div style="width: 100px; position: fixed; top: 80px; background-color: #121220; height: 100%; border-right: 1px solid #4b4b4b"> <xsl:apply-templates /> </div> </xsl:template> <xsl:template match="stu:sidebar_right"> <div style="width: 200px ; position: fixed; top: 80px; right: 0; background-color: #121220; height: 100%; border-left: 1px solid #4b4b4b"> <div style="width: auto; margin-left: 20px; margin-right: 20px"> <xsl:apply-templates /> </div> </div> </xsl:template> <xsl:template match="stu:content"> <div style="width: auto; margin: 75px 200px 0 100px;"> <xsl:apply-templates /> </div> </xsl:template> <xsl:template match="stu:content_inner"> <div style="width: 100%; padding: 5px 5px 0 5px"> <xsl:apply-templates /> </div> </xsl:template> <xsl:template match="stu:navigation_item"> <xsl:variable name="linkid"><xsl:value-of select="generate-id()" /></xsl:variable> <div class="navigation_item border_box" onclick="goToUrl('{@url}')" onmouseover="cp('{$linkid}','buttons/menu_{@icon_url}1')" onmouseout="cp('{$linkid}','buttons/menu_{@icon_url}0')"> <img src="assets/buttons/menu_{@icon_url}0.gif" height="30" width="30" id="{$linkid}" /> <div style="margin-top: 5px"><xsl:value-of select="@title" /></div> </div> </xsl:template> <xsl:template match="stu:jsimagelink"> <xsl:variable name="linkid"><xsl:value-of select="generate-id()" /></xsl:variable> <a href="javascript:void(0);" onclick="{@onclick}" title="{@title}" onmouseover="cp('{$linkid}','buttons/{@image}2')" onmouseout="cp('{$linkid}','buttons/{@image}1')"><img src="assets/buttons/{@image}1.gif" name="{$linkid}" /><xsl:if test="@description" >&#xA0;<xsl:value-of select="@description" /></xsl:if></a> </xsl:template> <xsl:template match="stu:imagelink"> <xsl:variable name="linkid"><xsl:value-of select="generate-id()" /></xsl:variable> <xsl:variable name="title"> <xsl:choose> <xsl:when test="@title"><xsl:value-of select="@title" /></xsl:when> <xsl:otherwise><xsl:value-of select="@description" /></xsl:otherwise> </xsl:choose> </xsl:variable> <a href="{@href}" onmouseover="cp('{$linkid}','buttons/{@image}2')" onmouseout="cp('{$linkid}','buttons/{@image}1')"> <img src="assets/buttons/{@image}1.gif" name="{$linkid}" title="{$title}" /> <xsl:if test="@description">&#xA0;<xsl:value-of select="@description" /></xsl:if> </a> </xsl:template> <xsl:template match="stu:revimagelink"> <xsl:variable name="linkid"><xsl:value-of select="generate-id()" /></xsl:variable> <a href="{@href}" onmouseover="cp('{$linkid}','buttons/{@image}1')" onmouseout="cp('{$linkid}','buttons/{@image}2')"> <img src="assets/buttons/{@image}2.gif" name="{$linkid}" />&#xA0;<xsl:value-of select="@description" /> </a> </xsl:template> <xsl:template match="stu:textarea"> <textarea style="{@style}" name="{@name}" id="{@name}"> <xsl:apply-templates /> </textarea> </xsl:template> <xsl:template match="stu:textinput"> <xsl:variable name="value"> <xsl:choose> <xsl:when test="@value"> <xsl:value-of select="@value" /> </xsl:when> <xsl:otherwise></xsl:otherwise> </xsl:choose> </xsl:variable> <input type="text" size="{@width}" name="{@name}" value="{$value}" /> </xsl:template> <xsl:template match="stu:hidden"> <input type="hidden" id="{@name}" name="{@name}" value="{@value}" /> </xsl:template> <xsl:template match="stu:radio"> <input type="radio" name="{@name}" value="{@value}"> <xsl:if test="@checked"> <xsl:attribute name="checked">checked</xsl:attribute> </xsl:if> </input> </xsl:template> <xsl:template match="stu:submit"> <input type="submit" style="cursor: pointer;" name="{@name}" value="{@value}" /> </xsl:template> <xsl:template match="stu:goodentry"> <xsl:variable name="id"><xsl:value-of select="generate-id()" /></xsl:variable> <table style="width: 100%;"> <tr> <td style="width: 20px;"> <img src="assets/goods/{@goodid}.gif" onclick="$('{$id}').value={@count}" style="cursor: pointer;" title="{@name}" /> </td> <td style="width: 60px; vertical-align: middle;"> <xsl:value-of select="@count" /> </td> <td> <input type="text" size="3" id="{$id}" name="count[]" /> </td> </tr> </table> </xsl:template> <xsl:template match="stu:box"> <xsl:variable name="style"> <xsl:choose> <xsl:when test="@style"> <xsl:value-of select="@style" /> </xsl:when> <xsl:otherwise></xsl:otherwise> </xsl:choose> </xsl:variable> <div class="box"> <div class="box_title"> <xsl:value-of select="@title" /> </div> <div class="box_body" style="{$style}"> <xsl:apply-templates /> </div> </div> </xsl:template> <!-- copy html --> <xsl:template match="@*|node()"> <xsl:copy> <xsl:apply-templates select="@*|node()"/> </xsl:copy> </xsl:template> </xsl:stylesheet>
38.496894
314
0.607938
944187c1ea66c7ffa4e17df9bf250871cbbd873d
152,731
xsl
XSLT
test/res/dist/xslbook.xsl
xslet/book
65af351eccfb32adfc6c629406085363698a779c
[ "MIT" ]
null
null
null
test/res/dist/xslbook.xsl
xslet/book
65af351eccfb32adfc6c629406085363698a779c
[ "MIT" ]
1
2022-03-19T15:04:13.000Z
2022-03-19T15:04:13.000Z
test/res/dist/xslbook.xsl
xslet/xslbook
65af351eccfb32adfc6c629406085363698a779c
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?><!-- xslbook.xsl 0.1 Copyright (C) 2022 xslet project MIT License --><xsl:stylesheet xmlns:book="https://github.com/xslet/2020/xslbook" xmlns:do="https://github.com/xslet/2020/xsldo" xmlns:ut="https://github.com/xslet/2020/xslutil" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"><xsl:strip-space elements="*"/><xsl:param name="ut:apos">'</xsl:param><xsl:param name="ut:quot">"</xsl:param><xsl:param name="ut:true" select="string(true())"/><xsl:param name="ut:unknown_namespace">&#x86;-&#x87;</xsl:param><xsl:param name="do:_path_sep">&#x86;/&#x87;</xsl:param><xsl:param name="do:_ns_sep">&#x86;:&#x87;</xsl:param><xsl:param name="do:_cond_sep">&#x86;?&#x87;</xsl:param><xsl:param name="do:_cond_or_sep">&#x96;|&#x97;</xsl:param><xsl:param name="do:_cond_and_sep">&#x96;,&#x97;</xsl:param><xsl:param name="do:_cond_path_sep">&#x96;/&#x97;</xsl:param><xsl:param name="do:_cond_op_sep">&#x96;=&#x97;</xsl:param><xsl:param name="do:_object_sep">&#x86;;&#x87;</xsl:param><xsl:param name="book:xsl_url"><xsl:call-template name="ut:get_xsl_url"/></xsl:param><xsl:param name="book:xsl_dir"><xsl:call-template name="ut:get_dir_from_url"><xsl:with-param name="url" select="$book:xsl_url"/></xsl:call-template></xsl:param><xsl:template match="/xslbook"><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"/></xsl:variable><html><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><title><xsl:call-template name="book:get_window_title"><xsl:with-param name="data_url" select="$_data_url"/></xsl:call-template></title><xsl:call-template name="book:use_favicon"><xsl:with-param name="data_url" select="$_data_url"/></xsl:call-template><xsl:call-template name="book:use_css"><xsl:with-param name="data_url" select="$_data_url"/></xsl:call-template><xsl:call-template name="book:use_js"><xsl:with-param name="data_url" select="$_data_url"/></xsl:call-template></head><body><main><xsl:apply-templates select="title|body|subtitle[not(@top-of or @left-of or @right-of or @bottom-of)]" mode="xslbook"><xsl:with-param name="data_url" select="$_data_url"/></xsl:apply-templates></main></body></html></xsl:template><xsl:template name="book:use_favicon"><xsl:param name="data_url"/><xsl:apply-templates select="favicon[1]" mode="xslbook"><xsl:with-param name="data_url" select="$data_url"/></xsl:apply-templates></xsl:template><xsl:template match="favicon" mode="xslbook"><xsl:param name="data_url"/><xsl:variable name="_href"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">href</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></xsl:variable><xsl:variable name="_len" select="string-length($_href)"/><xsl:if test="$_len != 0"><xsl:variable name="_type"><xsl:variable name="_ext3" select="substring($_href, $_len - 3)"/><xsl:variable name="_ext4" select="substring($_href, $_len - 4)"/><xsl:choose><xsl:when test="$_ext3 = '.ico'">image/vnd.microsoft.icon</xsl:when><xsl:when test="$_ext3 = '.png'">image/png</xsl:when><xsl:when test="$_ext3 = '.svg'">image/svg+xml</xsl:when><xsl:when test="$_ext3 = '.gif'">image/gif</xsl:when><xsl:when test="$_ext3 = '.jpg'">image/jpeg</xsl:when><xsl:when test="$_ext4 = '.jpeg'">image/jpeg</xsl:when></xsl:choose></xsl:variable><link rel="icon" href="{$_href}" type="{$_type}"/></xsl:if></xsl:template><xsl:template name="book:use_js"><xsl:param name="data_url"/><script src="{$book:xsl_dir}/xslbook.js" type="text/javascript"/><xsl:apply-templates select="script" mode="xslbook"><xsl:with-param name="data_url" select="$data_url"/></xsl:apply-templates></xsl:template><xsl:template match="script" mode="xslbook"><xsl:param name="data_url"/><xsl:variable name="_href"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">href</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></xsl:variable><script src="{$_href}" type="text/javascript"/></xsl:template><xsl:template name="book:use_css"><xsl:param name="data_url"/><link rel="stylesheet" href="{$book:xsl_dir}/xslbook.css" type="text/css"/><xsl:apply-templates select="style" mode="xslbook"><xsl:with-param name="data_url" select="$data_url"/></xsl:apply-templates></xsl:template><xsl:template match="style" mode="xslbook"><xsl:param name="data_url"/><xsl:variable name="_href"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">href</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></xsl:variable><link rel="stylesheet" href="{$_href}" type="text/css"/></xsl:template><xsl:template match="b|u|i|s|sup|sub|br"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:param name="allow"/><xsl:param name="allow_text_node" select="$ut:true"/><xsl:param name="deny"/><xsl:param name="arg0"/><xsl:param name="arg1"/><xsl:param name="arg2"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:element name="{local-name()}"><xsl:attribute name="id"><xsl:call-template name="book:get_id"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:call-template></xsl:attribute><xsl:apply-templates><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:apply-templates></xsl:element></xsl:template><xsl:template match="w"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:param name="allow"/><xsl:param name="allow_text_node" select="$ut:true"/><xsl:param name="deny"/><xsl:param name="arg0"/><xsl:param name="arg1"/><xsl:param name="arg2"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:element name="u"><xsl:attribute name="id"><xsl:call-template name="book:get_id"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:call-template></xsl:attribute><xsl:attribute name="class">wavy</xsl:attribute><xsl:apply-templates><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:apply-templates></xsl:element></xsl:template><xsl:template match="p"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:param name="allow"/><xsl:param name="allow_text_node" select="$ut:true"/><xsl:param name="deny"/><xsl:param name="arg0"/><xsl:param name="arg1"/><xsl:param name="arg2"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><p><xsl:attribute name="id"><xsl:call-template name="book:get_id"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:call-template></xsl:attribute><xsl:apply-templates><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:apply-templates></p></xsl:template><xsl:template name="ut:get_xsl_url"><xsl:param name="pi" select="/processing-instruction('xml-stylesheet')"/><xsl:variable name="QUOT">"</xsl:variable><xsl:variable name="APOS">'</xsl:variable><xsl:variable name="s1" select="substring-after($pi, 'href')"/><xsl:if test="normalize-space(substring-before($s1, '=')) = ''"><xsl:variable name="s2" select="substring-after($s1, '=')"/><xsl:choose><xsl:when test="substring($s2, 1, 1) = $QUOT"><xsl:value-of select="translate(substring-before(substring-after($s2, $QUOT), $QUOT), '\', '/')"/></xsl:when><xsl:when test="substring($s2, 1, 1) = $APOS"><xsl:value-of select="translate(substring-before(substring-after($s2, $APOS), $APOS), '\', '/')"/></xsl:when><xsl:otherwise><xsl:variable name="s3" select="normalize-space($s2)"/><xsl:choose><xsl:when test="substring($s3, 1, 1) = $QUOT"><xsl:value-of select="translate(substring-before(substring-after($s2, $QUOT), $QUOT), '\', '/')"/></xsl:when><xsl:when test="substring($s3, 1, 1) = $APOS"><xsl:value-of select="translate(substring-before(substring-after($s2, $APOS), $APOS), '\', '/')"/></xsl:when></xsl:choose></xsl:otherwise></xsl:choose></xsl:if></xsl:template><xsl:template name="ut:count"><xsl:param name="string"/><xsl:param name="target"/><xsl:choose><xsl:when test="string-length($string) = 0">0</xsl:when><xsl:when test="string-length($target) = 0">0</xsl:when><xsl:when test="starts-with($string, $target)"><xsl:variable name="_count"><xsl:variable name="_next_bgn" select="string-length($target) + 1"/><xsl:call-template name="ut:count"><xsl:with-param name="string" select="substring($string, $_next_bgn)"/><xsl:with-param name="target" select="$target"/></xsl:call-template></xsl:variable><xsl:value-of select="$_count + 1"/></xsl:when><xsl:otherwise><xsl:call-template name="ut:count"><xsl:with-param name="string" select="substring($string, 2)"/><xsl:with-param name="target" select="$target"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="ut:get_namespace_uri"><xsl:param name="prefix"/><xsl:variable name="_ns" select="namespace::*[name() = $prefix]"/><xsl:choose><xsl:when test="string-length($_ns) &gt; 0"><xsl:value-of select="$_ns"/></xsl:when><xsl:otherwise><xsl:variable name="_ns2" select="namespace-uri(//*[name() = concat($prefix,':',local-name())])"/><xsl:choose><xsl:when test="string-length($_ns2) &gt; 0"><xsl:value-of select="$_ns2"/></xsl:when><xsl:when test="string-length($prefix) &gt; 0"><xsl:value-of select="$ut:unknown_namespace"/></xsl:when></xsl:choose></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="ut:validate"><xsl:param name="string"/><xsl:param name="forbidden"/><xsl:param name="default"/><xsl:variable name="_s" select="translate($string, $forbidden, '')"/><xsl:choose><xsl:when test="string-length($_s) = string-length($string)"><xsl:value-of select="$string"/></xsl:when><xsl:otherwise><xsl:value-of select="$default"/></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="ut:replace"><xsl:param name="string"/><xsl:param name="target"/><xsl:param name="replacement"/><xsl:variable name="_lenT" select="string-length($target)"/><xsl:choose><xsl:when test="$_lenT = 0"><xsl:value-of select="$string"/></xsl:when><xsl:when test="starts-with($string, $target)"><xsl:value-of select="$replacement"/><xsl:call-template name="ut:replace"><xsl:with-param name="string" select="substring($string, $_lenT + 1)"/><xsl:with-param name="target" select="$target"/><xsl:with-param name="replacement" select="$replacement"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:variable name="_before" select="substring-before($string, $target)"/><xsl:choose><xsl:when test="$_before = ''"><xsl:value-of select="$string"/></xsl:when><xsl:otherwise><xsl:variable name="_lenB" select="string-length($_before)"/><xsl:variable name="_posA" select="$_lenB + $_lenT + 1"/><xsl:value-of select="$_before"/><xsl:value-of select="$replacement"/><xsl:call-template name="ut:replace"><xsl:with-param name="string" select="substring($string, $_posA)"/><xsl:with-param name="target" select="$target"/><xsl:with-param name="replacement" select="$replacement"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="ut:is_absolute_url"><xsl:param name="url"/><xsl:choose><xsl:when test="string-length($url) = 0"><xsl:value-of select="$ut:true"/></xsl:when><xsl:when test="contains($url, ':')"><xsl:value-of select="$ut:true"/></xsl:when><xsl:when test="starts-with($url, '/')"><xsl:value-of select="$ut:true"/></xsl:when></xsl:choose></xsl:template><xsl:template name="ut:ends_with"><xsl:param name="string"/><xsl:param name="suffix"/><xsl:variable name="_len1" select="string-length($suffix)"/><xsl:choose><xsl:when test="$_len1 = 0"><xsl:value-of select="$ut:true"/></xsl:when><xsl:otherwise><xsl:variable name="_len0" select="string-length($string)"/><xsl:variable name="_len2" select="$_len0 - $_len1"/><xsl:variable name="_ends" select="substring($string, $_len2 + 1)"/><xsl:if test="$_ends = $suffix"><xsl:value-of select="$ut:true"/></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="ut:get_dir_from_url"><xsl:param name="url"/><xsl:choose><xsl:when test="not(contains($url, '/'))">.</xsl:when><xsl:otherwise><xsl:call-template name="ut:_get_dir_from_url_r"><xsl:with-param name="url" select="$url"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="ut:_get_dir_from_url_r"><xsl:param name="url"/><xsl:value-of select="substring-before($url, '/')"/><xsl:variable name="suburl" select="substring-after($url, '/')"/><xsl:if test="string-length($suburl) &gt; 0"><xsl:variable name="subdir"><xsl:call-template name="ut:_get_dir_from_url_r"><xsl:with-param name="url" select="$suburl"/></xsl:call-template></xsl:variable><xsl:if test="string-length($subdir) &gt; 0"><xsl:value-of select="concat('/', $subdir)"/></xsl:if></xsl:if></xsl:template><xsl:template name="ut:repeat"><xsl:param name="string"/><xsl:param name="count"/><xsl:if test="$count &gt; 0"><xsl:value-of select="$string"/><xsl:call-template name="ut:repeat"><xsl:with-param name="string" select="$string"/><xsl:with-param name="count" select="$count - 1"/></xsl:call-template></xsl:if></xsl:template><xsl:template name="ut:trim_start"><xsl:param name="string"/><xsl:param name="target"/><xsl:variable name="_lenS" select="string-length($string)"/><xsl:variable name="_lenT" select="string-length($target)"/><xsl:choose><xsl:when test="$_lenS = 0"/><xsl:when test="$_lenT = 0"><xsl:variable name="_first" select="substring($string, 1, 1)"/><xsl:choose><xsl:when test="normalize-space($_first) = ''"><xsl:call-template name="ut:trim_start"><xsl:with-param name="string" select="substring($string, 2)"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:value-of select="$string"/></xsl:otherwise></xsl:choose></xsl:when><xsl:otherwise><xsl:choose><xsl:when test="starts-with($string, $target)"><xsl:call-template name="ut:trim_start"><xsl:with-param name="string" select="substring($string, $_lenT + 1)"/><xsl:with-param name="target" select="$target"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:value-of select="$string"/></xsl:otherwise></xsl:choose></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="ut:trim_end"><xsl:param name="string"/><xsl:param name="target"/><xsl:variable name="_lenS" select="string-length($string)"/><xsl:variable name="_lenT" select="string-length($target)"/><xsl:choose><xsl:when test="$_lenS = 0"/><xsl:when test="$_lenT = 0"><xsl:variable name="_last" select="substring($string, $_lenS, 1)"/><xsl:choose><xsl:when test="normalize-space($_last) = ''"><xsl:call-template name="ut:trim_end"><xsl:with-param name="string" select="substring($string, 1, $_lenS - 1)"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:value-of select="$string"/></xsl:otherwise></xsl:choose></xsl:when><xsl:otherwise><xsl:choose><xsl:when test="substring($string, $_lenS - $_lenT + 1) = $target"><xsl:call-template name="ut:trim_end"><xsl:with-param name="string" select="substring($string, 1, $_lenS - $_lenT)"/><xsl:with-param name="target" select="$target"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:value-of select="$string"/></xsl:otherwise></xsl:choose></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="ut:trim"><xsl:param name="string"/><xsl:param name="target"/><xsl:variable name="_str"><xsl:call-template name="ut:trim_start"><xsl:with-param name="string" select="$string"/><xsl:with-param name="target" select="$target"/></xsl:call-template></xsl:variable><xsl:call-template name="ut:trim_end"><xsl:with-param name="string" select="$_str"/><xsl:with-param name="target" select="$target"/></xsl:call-template></xsl:template><xsl:template name="do:for_by_path"><xsl:param name="path"/><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="index_set"/><xsl:param name="index_id"/><xsl:param name="reverse"/><xsl:param name="sort_name"/><xsl:param name="sort_dir"/><xsl:param name="sort_type"/><xsl:param name="allow"/><xsl:param name="allow_text_node" select="$ut:true"/><xsl:param name="deny"/><xsl:param name="arg0"/><xsl:param name="arg1"/><xsl:param name="arg2"/><xsl:variable name="_expath"><xsl:call-template name="do:expand_path"><xsl:with-param name="path" select="$path"/><xsl:with-param name="what">id</xsl:with-param></xsl:call-template></xsl:variable><xsl:call-template name="do:for_by_expath"><xsl:with-param name="expath" select="$_expath"/><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="index_set" select="$index_set"/><xsl:with-param name="index_id" select="$index_id"/><xsl:with-param name="reverse" select="$reverse"/><xsl:with-param name="sort_name" select="$sort_name"/><xsl:with-param name="sort_dir" select="$sort_dir"/><xsl:with-param name="sort_type" select="$sort_type"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:call-template></xsl:template><xsl:template name="do:for_by_expath"><xsl:param name="expath"/><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="index_set"/><xsl:param name="index_id"/><xsl:param name="reverse"/><xsl:param name="sort_name"/><xsl:param name="sort_dir"/><xsl:param name="sort_type"/><xsl:param name="allow"/><xsl:param name="allow_text_node" select="$ut:true"/><xsl:param name="deny"/><xsl:param name="arg0"/><xsl:param name="arg1"/><xsl:param name="arg2"/><xsl:variable name="_gids"><xsl:choose><xsl:when test="string-length($data_url) = 0"><xsl:choose><xsl:when test="string-length($data_gid) = 0"><xsl:call-template name="do:_collect_gids_without_data_gid"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="sort_name" select="$sort_name"/><xsl:with-param name="sort_dir" select="$sort_dir"/><xsl:with-param name="sort_type" select="$sort_type"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:call-template name="do:_collect_gids_with_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="sort_name" select="$sort_name"/><xsl:with-param name="sort_dir" select="$sort_dir"/><xsl:with-param name="sort_type" select="$sort_type"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:when><xsl:otherwise><xsl:for-each select="document($data_url, /)"><xsl:choose><xsl:when test="string-length($data_gid) = 0"><xsl:call-template name="do:_collect_gids_without_data_gid"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="sort_name" select="$sort_name"/><xsl:with-param name="sort_dir" select="$sort_dir"/><xsl:with-param name="sort_type" select="$sort_type"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:call-template name="do:_collect_gids_with_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="sort_name" select="$sort_name"/><xsl:with-param name="sort_dir" select="$sort_dir"/><xsl:with-param name="sort_type" select="$sort_type"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:for-each></xsl:otherwise></xsl:choose></xsl:variable><xsl:variable name="_num_of_gids"><xsl:if test="$reverse = $ut:true"><xsl:variable name="_len0" select="string-length($_gids)"/><xsl:variable name="_len1" select="string-length(translate($_gids, $do:_object_sep, ''))"/><xsl:variable name="_sep_len" select="string-length($do:_object_sep)"/><xsl:value-of select="($_len0 - $_len1) div $_sep_len"/></xsl:if></xsl:variable><xsl:call-template name="do:_for_by_gids_rcr"><xsl:with-param name="gids" select="$_gids"/><xsl:with-param name="reverse" select="$reverse"/><xsl:with-param name="index">1</xsl:with-param><xsl:with-param name="index_set" select="$index_set"/><xsl:with-param name="index_id" select="$index_id"/><xsl:with-param name="count" select="$_num_of_gids"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></xsl:template><xsl:template name="do:_collect_gids_without_data_gid"><xsl:param name="expath"/><xsl:param name="sort_name"/><xsl:param name="sort_type"/><xsl:param name="sort_dir"/><xsl:variable name="_gids0"><xsl:call-template name="do:get_objects_by_expath"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="what">id</xsl:with-param><xsl:with-param name="suffix" select="$do:_object_sep"/></xsl:call-template></xsl:variable><xsl:choose><xsl:when test="string-length($sort_name) &gt; 0 or string-length($sort_dir) &gt; 0 or string-length($sort_type) &gt; 0"><xsl:call-template name="do:_sort_gids"><xsl:with-param name="gids" select="$_gids0"/><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="sort_name" select="$sort_name"/><xsl:with-param name="sort_dir" select="$sort_dir"/><xsl:with-param name="sort_type" select="$sort_type"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:value-of select="$_gids0"/></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_collect_gids_with_data_gid"><xsl:param name="data_gid"/><xsl:param name="expath"/><xsl:param name="sort_name"/><xsl:param name="sort_type"/><xsl:param name="sort_dir"/><xsl:variable name="_gids0"><xsl:for-each select="//attribute::node()[generate-id() = $data_gid]"><xsl:call-template name="do:get_objects_by_expath"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="what">id</xsl:with-param><xsl:with-param name="suffix" select="$do:_object_sep"/></xsl:call-template></xsl:for-each><xsl:for-each select="//*[generate-id() = $data_gid]"><xsl:call-template name="do:get_objects_by_expath"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="what">id</xsl:with-param><xsl:with-param name="suffix" select="$do:_object_sep"/></xsl:call-template></xsl:for-each></xsl:variable><xsl:choose><xsl:when test="string-length($sort_name) &gt; 0 or string-length($sort_dir) &gt; 0 or string-length($sort_type) &gt; 0"><xsl:call-template name="do:_sort_gids"><xsl:with-param name="gids" select="$_gids0"/><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="sort_name" select="$sort_name"/><xsl:with-param name="sort_dir" select="$sort_dir"/><xsl:with-param name="sort_type" select="$sort_type"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:value-of select="$_gids0"/></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_for_by_gids_rcr"><xsl:param name="gids"/><xsl:param name="reverse"/><xsl:param name="index"/><xsl:param name="index_set"/><xsl:param name="index_id"/><xsl:param name="count"/><xsl:param name="allow"/><xsl:param name="allow_text_node"/><xsl:param name="deny"/><xsl:param name="arg0"/><xsl:param name="arg1"/><xsl:param name="arg2"/><xsl:param name="data_url"/><xsl:variable name="_index_set"><xsl:if test="string-length($index_id) &gt; 0"><xsl:value-of select="$do:_object_sep"/><xsl:value-of select="$index_id"/><xsl:value-of select="$do:_cond_op_sep"/><xsl:choose><xsl:when test="$reverse = $ut:true"><xsl:value-of select="$count + 1 - $index"/></xsl:when><xsl:otherwise><xsl:value-of select="$index"/></xsl:otherwise></xsl:choose></xsl:if><xsl:choose><xsl:when test="string-length($index_set) = 0"><xsl:value-of select="$do:_object_sep"/></xsl:when><xsl:otherwise><xsl:value-of select="$index_set"/></xsl:otherwise></xsl:choose></xsl:variable><xsl:variable name="_gid" select="substring-before($gids, $do:_object_sep)"/><xsl:variable name="_next" select="substring-after($gids, $do:_object_sep)"/><xsl:choose><xsl:when test="$reverse = $ut:true"><xsl:if test="string-length($_next) &gt; 0"><xsl:call-template name="do:_for_by_gids_rcr"><xsl:with-param name="gids" select="$_next"/><xsl:with-param name="reverse" select="$reverse"/><xsl:with-param name="index" select="$index + 1"/><xsl:with-param name="index_set" select="$index_set"/><xsl:with-param name="index_id" select="$index_id"/><xsl:with-param name="count" select="$count"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></xsl:if><xsl:if test="string-length($_gid) &gt; 0"><xsl:call-template name="do:_apply_each_node"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$_gid"/><xsl:with-param name="data_index" select="$count + 1 - $index"/><xsl:with-param name="data_indexes" select="$_index_set"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:call-template></xsl:if></xsl:when><xsl:otherwise><xsl:if test="string-length($_gid) &gt; 0"><xsl:call-template name="do:_apply_each_node"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$_gid"/><xsl:with-param name="data_index" select="$index"/><xsl:with-param name="data_indexes" select="$_index_set"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:call-template></xsl:if><xsl:if test="string-length($_next) &gt; 0"><xsl:call-template name="do:_for_by_gids_rcr"><xsl:with-param name="gids" select="$_next"/><xsl:with-param name="reverse" select="$reverse"/><xsl:with-param name="index" select="$index + 1"/><xsl:with-param name="index_set" select="$index_set"/><xsl:with-param name="index_id" select="$index_id"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_apply_each_node"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:param name="allow"/><xsl:param name="allow_text_node"/><xsl:param name="deny"/><xsl:param name="arg0"/><xsl:param name="arg1"/><xsl:param name="arg2"/><xsl:choose><xsl:when test="string-length($allow) = 0"><xsl:choose><xsl:when test="$allow_text_node = $ut:true"><xsl:apply-templates select="text()|*[not(contains($deny, concat('|', name(), '|')))]"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:apply-templates></xsl:when><xsl:otherwise><xsl:apply-templates select="*[not(contains($deny, concat('|', name(), '|')))]"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:apply-templates></xsl:otherwise></xsl:choose></xsl:when><xsl:otherwise><xsl:choose><xsl:when test="$allow_text_node = $ut:true"><xsl:apply-templates select="text()|*[contains($allow, concat('|', name(), '|')) and not(contains($deny, concat('|', name(), '|')))]"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:apply-templates></xsl:when><xsl:otherwise><xsl:apply-templates select="*[contains($allow, concat('|', name(), '|')) and not(contains($deny, concat('|', name(), '|')))]"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:apply-templates></xsl:otherwise></xsl:choose></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_sort_gids"><xsl:param name="gids"/><xsl:param name="expath"/><xsl:param name="sort_name"/><xsl:param name="sort_dir"/><xsl:param name="sort_type"/><xsl:variable name="_last"><xsl:call-template name="do:_get_last_node_name"><xsl:with-param name="expath" select="$expath"/></xsl:call-template></xsl:variable><xsl:variable name="_is_last_attr"><xsl:if test="starts-with($_last, '@')"><xsl:value-of select="$ut:true"/></xsl:if></xsl:variable><xsl:variable name="_last_name"><xsl:choose><xsl:when test="$_is_last_attr = $ut:true"><xsl:value-of select="substring($_last, 2)"/></xsl:when><xsl:otherwise><xsl:value-of select="$_last"/></xsl:otherwise></xsl:choose></xsl:variable><xsl:variable name="_ns"><xsl:value-of select="substring-before($_last_name, $do:_ns_sep)"/></xsl:variable><xsl:variable name="_lname"><xsl:value-of select="substring-before(substring-after($_last_name, $do:_ns_sep), $do:_cond_sep)"/></xsl:variable><xsl:variable name="_is_sort_by_attr"><xsl:if test="starts-with($sort_name, '@')"><xsl:value-of select="$ut:true"/></xsl:if></xsl:variable><xsl:variable name="_sort_name"><xsl:choose><xsl:when test="$_is_sort_by_attr = $ut:true"><xsl:value-of select="substring($sort_name, 2)"/></xsl:when><xsl:otherwise><xsl:value-of select="$sort_name"/></xsl:otherwise></xsl:choose></xsl:variable><xsl:variable name="_sort_ns"><xsl:variable name="_s" select="substring-before($_sort_name, ':')"/><xsl:choose><xsl:when test="string-length($_s) &gt; 0"><xsl:call-template name="ut:get_namespace_uri"><xsl:with-param name="prefix" select="$_s"/></xsl:call-template></xsl:when></xsl:choose></xsl:variable><xsl:variable name="_sort_elem_lname"><xsl:variable name="_s" select="substring-after($_sort_name, ':')"/><xsl:choose><xsl:when test="string-length($_s) &gt; 0"><xsl:value-of select="$_s"/></xsl:when><xsl:otherwise><xsl:value-of select="$_sort_name"/></xsl:otherwise></xsl:choose></xsl:variable><xsl:variable name="_sort_lname"><xsl:variable name="_s" select="substring-before($_sort_elem_lname, '/@')"/><xsl:choose><xsl:when test="string-length($_s) &gt; 0"><xsl:value-of select="$_s"/></xsl:when><xsl:otherwise><xsl:value-of select="$_sort_elem_lname"/></xsl:otherwise></xsl:choose></xsl:variable><xsl:variable name="_sort_attr_name"><xsl:variable name="_s" select="substring-after($_sort_elem_lname, '/@')"/><xsl:choose><xsl:when test="string-length($_s) &gt; 0"><xsl:value-of select="$_s"/></xsl:when></xsl:choose></xsl:variable><xsl:variable name="_sort_attr_ns"><xsl:variable name="_s" select="substring-before($_sort_attr_name, ':')"/><xsl:choose><xsl:when test="string-length($_s) &gt; 0"><xsl:call-template name="ut:get_namespace_uri"><xsl:with-param name="prefix" select="$_s"/></xsl:call-template></xsl:when></xsl:choose></xsl:variable><xsl:variable name="_sort_attr_lname"><xsl:variable name="_s" select="substring-after($_sort_attr_name, ':')"/><xsl:choose><xsl:when test="string-length($_s) &gt; 0"><xsl:value-of select="$_s"/></xsl:when><xsl:otherwise><xsl:value-of select="$_sort_attr_name"/></xsl:otherwise></xsl:choose></xsl:variable><xsl:variable name="_sort_dir"><xsl:choose><xsl:when test="$sort_dir = 'desc'">descending</xsl:when><xsl:otherwise>ascending</xsl:otherwise></xsl:choose></xsl:variable><xsl:variable name="_sort_type"><xsl:choose><xsl:when test="$sort_type = 'number'">number</xsl:when><xsl:otherwise>text</xsl:otherwise></xsl:choose></xsl:variable><xsl:variable name="_sorted_gids"><xsl:choose><xsl:when test="$_is_last_attr = $ut:true"><xsl:if test="string-length($sort_name) = 0 or $sort_name='.'"><xsl:call-template name="do:_sort_attributes"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="ns" select="$_ns"/><xsl:with-param name="lname" select="$_lname"/><xsl:with-param name="sort_dir" select="$_sort_dir"/><xsl:with-param name="sort_type" select="$_sort_type"/></xsl:call-template></xsl:if></xsl:when><xsl:when test="$_is_sort_by_attr = $ut:true"><xsl:call-template name="do:_sort_elements_by_attribute"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="ns" select="$_ns"/><xsl:with-param name="lname" select="$_lname"/><xsl:with-param name="sort_ns" select="$_sort_ns"/><xsl:with-param name="sort_lname" select="$_sort_lname"/><xsl:with-param name="sort_dir" select="$_sort_dir"/><xsl:with-param name="sort_type" select="$_sort_type"/></xsl:call-template></xsl:when><xsl:when test="string-length($sort_name) = 0 or $sort_name = '.'"><xsl:call-template name="do:_sort_elements_without_sort_name"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="ns" select="$_ns"/><xsl:with-param name="lname" select="$_lname"/><xsl:with-param name="sort_dir" select="$_sort_dir"/><xsl:with-param name="sort_type" select="$_sort_type"/></xsl:call-template></xsl:when><xsl:when test="string-length($_sort_attr_name) &gt; 0"><xsl:call-template name="do:_sort_elements_by_element_and_attribute"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="ns" select="$_ns"/><xsl:with-param name="lname" select="$_lname"/><xsl:with-param name="sort_ns" select="$_sort_ns"/><xsl:with-param name="sort_lname" select="$_sort_lname"/><xsl:with-param name="sort_attr_ns" select="$_sort_attr_ns"/><xsl:with-param name="sort_attr_lname" select="$_sort_attr_lname"/><xsl:with-param name="sort_dir" select="$_sort_dir"/><xsl:with-param name="sort_type" select="$_sort_type"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:call-template name="do:_sort_elements_by_element"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="ns" select="$_ns"/><xsl:with-param name="lname" select="$_lname"/><xsl:with-param name="sort_ns" select="$_sort_ns"/><xsl:with-param name="sort_lname" select="$_sort_lname"/><xsl:with-param name="sort_dir" select="$_sort_dir"/><xsl:with-param name="sort_type" select="$_sort_type"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:variable><xsl:call-template name="do:_sort_selected_gids_rcr"><xsl:with-param name="selected_gids" select="concat($do:_object_sep, $gids)"/><xsl:with-param name="sorted_gids" select="$_sorted_gids"/></xsl:call-template></xsl:template><xsl:template name="do:_sort_attributes"><xsl:param name="expath"/><xsl:param name="ns"/><xsl:param name="lname"/><xsl:param name="sort_dir"/><xsl:param name="sort_type"/><xsl:choose><xsl:when test="starts-with($expath, $do:_path_sep)"><xsl:for-each select="//attribute::node()[namespace-uri() = $ns and local-name() = $lname]"><xsl:sort order="{$sort_dir}" data-type="{$sort_type}"/><xsl:value-of select="generate-id()"/><xsl:value-of select="$do:_object_sep"/></xsl:for-each></xsl:when><xsl:otherwise><xsl:for-each select=".//attribute::node()[namespace-uri() = $ns and local-name() = $lname]"><xsl:sort order="{$sort_dir}" data-type="{$sort_type}"/><xsl:value-of select="generate-id()"/><xsl:value-of select="$do:_object_sep"/></xsl:for-each></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_sort_elements_by_attribute"><xsl:param name="expath"/><xsl:param name="ns"/><xsl:param name="lname"/><xsl:param name="sort_ns"/><xsl:param name="sort_lname"/><xsl:param name="sort_dir"/><xsl:param name="sort_type"/><xsl:choose><xsl:when test="starts-with($expath, $do:_path_sep)"><xsl:for-each select="/descendant::*[namespace-uri() = $ns and local-name() = $lname]"><xsl:sort select="attribute::node()[namespace-uri() = $sort_ns and local-name() = $sort_lname]" order="{$sort_dir}" data-type="{$sort_type}"/><xsl:value-of select="generate-id()"/><xsl:value-of select="$do:_object_sep"/></xsl:for-each></xsl:when><xsl:otherwise><xsl:for-each select="descendant::*[namespace-uri() = $ns and local-name() = $lname]"><xsl:sort select="attribute::node()[namespace-uri() = $sort_ns and local-name() = $sort_lname]" order="{$sort_dir}" data-type="{$sort_type}"/><xsl:value-of select="generate-id()"/><xsl:value-of select="$do:_object_sep"/></xsl:for-each></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_sort_elements_by_element"><xsl:param name="expath"/><xsl:param name="ns"/><xsl:param name="lname"/><xsl:param name="sort_ns"/><xsl:param name="sort_lname"/><xsl:param name="sort_dir"/><xsl:param name="sort_type"/><xsl:choose><xsl:when test="starts-with($expath, $do:_path_sep)"><xsl:for-each select="/descendant::*[namespace-uri() = $ns and local-name() = $lname]"><xsl:sort select="*[namespace-uri() = $sort_ns and local-name() = $sort_lname]" order="{$sort_dir}" data-type="{$sort_type}"/><xsl:value-of select="generate-id()"/><xsl:value-of select="$do:_object_sep"/></xsl:for-each></xsl:when><xsl:otherwise><xsl:for-each select="descendant::*[namespace-uri() = $ns and local-name() = $lname]"><xsl:sort select="*[namespace-uri() = $sort_ns and local-name() = $sort_lname]" order="{$sort_dir}" data-type="{$sort_type}"/><xsl:value-of select="generate-id()"/><xsl:value-of select="$do:_object_sep"/></xsl:for-each></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_sort_elements_by_element_and_attribute"><xsl:param name="expath"/><xsl:param name="ns"/><xsl:param name="lname"/><xsl:param name="sort_ns"/><xsl:param name="sort_lname"/><xsl:param name="sort_attr_ns"/><xsl:param name="sort_attr_lname"/><xsl:param name="sort_dir"/><xsl:param name="sort_type"/><xsl:choose><xsl:when test="starts-with($expath, $do:_path_sep)"><xsl:for-each select="/descendant::*[namespace-uri() = $ns and local-name() = $lname]"><xsl:sort select="*[namespace-uri() = $sort_ns and local-name() = $sort_lname]/attribute::node()[namespace-uri() = $sort_attr_ns and local-name() = $sort_attr_lname]" order="{$sort_dir}" data-type="{$sort_type}"/><xsl:value-of select="generate-id()"/><xsl:value-of select="$do:_object_sep"/></xsl:for-each></xsl:when><xsl:otherwise><xsl:for-each select="descendant::*[namespace-uri() = $ns and local-name() = $lname]"><xsl:sort select="*[namespace-uri() = $sort_ns and local-name() = $sort_lname]/attribute::node()[namespace-uri() = $sort_attr_ns and local-name() = $sort_attr_lname]" order="{$sort_dir}" data-type="{$sort_type}"/><xsl:value-of select="generate-id()"/><xsl:value-of select="$do:_object_sep"/></xsl:for-each></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_sort_elements_without_sort_name"><xsl:param name="expath"/><xsl:param name="ns"/><xsl:param name="lname"/><xsl:param name="sort_dir"/><xsl:param name="sort_type"/><xsl:choose><xsl:when test="starts-with($expath, $do:_path_sep)"><xsl:for-each select="/descendant::*[namespace-uri() = $ns and local-name() = $lname]"><xsl:sort order="{$sort_dir}" data-type="{$sort_type}"/><xsl:value-of select="generate-id()"/><xsl:value-of select="$do:_object_sep"/></xsl:for-each></xsl:when><xsl:otherwise><xsl:for-each select="descendant::*[namespace-uri() = $ns and local-name() = $lname]"><xsl:sort order="{$sort_dir}" data-type="{$sort_type}"/><xsl:value-of select="generate-id()"/><xsl:value-of select="$do:_object_sep"/></xsl:for-each></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_get_last_node_name"><xsl:param name="expath"/><xsl:variable name="_next" select="substring-after($expath, $do:_path_sep)"/><xsl:choose><xsl:when test="string-length($_next) &gt; 0"><xsl:call-template name="do:_get_last_node_name"><xsl:with-param name="expath" select="$_next"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:value-of select="$expath"/></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_sort_selected_gids_rcr"><xsl:param name="selected_gids"/><xsl:param name="sorted_gids"/><xsl:variable name="_gid" select="substring-before($sorted_gids, $do:_object_sep)"/><xsl:variable name="_next" select="substring-after($sorted_gids, $do:_object_sep)"/><xsl:if test="string-length($_gid) &gt; 0"><xsl:if test="contains($selected_gids, concat($do:_object_sep, $_gid, $do:_object_sep))"><xsl:value-of select="$_gid"/><xsl:value-of select="$do:_object_sep"/></xsl:if><xsl:call-template name="do:_sort_selected_gids_rcr"><xsl:with-param name="selected_gids" select="$selected_gids"/><xsl:with-param name="sorted_gids" select="$_next"/></xsl:call-template></xsl:if></xsl:template><xsl:template name="do:match_condition_by_path"><xsl:param name="condition"/><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:variable name="_cond_by_expath"><xsl:call-template name="do:expand_path_in_condition"><xsl:with-param name="condition" select="$condition"/></xsl:call-template></xsl:variable><xsl:choose><xsl:when test="string-length($data_url) = 0"><xsl:choose><xsl:when test="string-length($data_gid) = 0"><xsl:call-template name="do:match_condition_by_expath"><xsl:with-param name="condition" select="$_cond_by_expath"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:for-each select="//attribute::node()[generate-id() = $data_gid]"><xsl:call-template name="do:match_condition_by_expath"><xsl:with-param name="condition" select="$_cond_by_expath"/></xsl:call-template></xsl:for-each><xsl:for-each select="//*[generate-id() = $data_gid]"><xsl:call-template name="do:match_condition_by_expath"><xsl:with-param name="condition" select="$_cond_by_expath"/></xsl:call-template></xsl:for-each></xsl:otherwise></xsl:choose></xsl:when><xsl:otherwise><xsl:for-each select="document($data_url, /)"><xsl:choose><xsl:when test="string-length($data_gid) = 0"><xsl:call-template name="do:match_condition_by_expath"><xsl:with-param name="condition" select="$_cond_by_expath"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:for-each select="//attribute::node()[generate-id() = $data_gid]"><xsl:call-template name="do:match_condition_by_expath"><xsl:with-param name="condition" select="$_cond_by_expath"/></xsl:call-template></xsl:for-each><xsl:for-each select="//*[generate-id() = $data_gid]"><xsl:call-template name="do:match_condition_by_expath"><xsl:with-param name="condition" select="$_cond_by_expath"/></xsl:call-template></xsl:for-each></xsl:otherwise></xsl:choose></xsl:for-each></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:for_times"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="times"/><xsl:param name="index_set"/><xsl:param name="index_id"/><xsl:param name="allow"/><xsl:param name="allow_text_node" select="$ut:true"/><xsl:param name="deny"/><xsl:param name="arg0"/><xsl:param name="arg1"/><xsl:param name="arg2"/><xsl:call-template name="do:_for_times_rcr"><xsl:with-param name="times" select="$times"/><xsl:with-param name="index">1</xsl:with-param><xsl:with-param name="index_set" select="$index_set"/><xsl:with-param name="index_id" select="$index_id"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:template><xsl:template name="do:_for_times_rcr"><xsl:param name="times"/><xsl:param name="index"/><xsl:param name="index_set"/><xsl:param name="index_id"/><xsl:param name="allow"/><xsl:param name="allow_text_node"/><xsl:param name="deny"/><xsl:param name="arg0"/><xsl:param name="arg1"/><xsl:param name="arg2"/><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:variable name="_index_set"><xsl:if test="string-length($index_id) &gt; 0"><xsl:value-of select="$do:_object_sep"/><xsl:value-of select="$index_id"/><xsl:value-of select="$do:_cond_op_sep"/><xsl:value-of select="$index"/></xsl:if><xsl:choose><xsl:when test="string-length($index_set) = 0"><xsl:value-of select="$do:_object_sep"/></xsl:when><xsl:otherwise><xsl:value-of select="$index_set"/></xsl:otherwise></xsl:choose></xsl:variable><xsl:if test="$index &lt;= $times"><xsl:call-template name="do:_apply_each_node"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$index"/><xsl:with-param name="data_indexes" select="$_index_set"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:call-template><xsl:call-template name="do:_for_times_rcr"><xsl:with-param name="times" select="$times"/><xsl:with-param name="index" select="$index + 1"/><xsl:with-param name="index_set" select="$index_set"/><xsl:with-param name="index_id" select="$index_id"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="$deny"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:if></xsl:template><xsl:template name="do:operate_expression"><xsl:param name="left"/><xsl:param name="op"/><xsl:param name="right"/><xsl:choose><xsl:when test="$op = 'eq'"><xsl:if test="$left = $right"><xsl:value-of select="$ut:true"/></xsl:if></xsl:when><xsl:when test="$op = 'ne'"><xsl:if test="$left != $right"><xsl:value-of select="$ut:true"/></xsl:if></xsl:when><xsl:when test="$op = 'lt'"><xsl:if test="$left &lt; $right"><xsl:value-of select="$ut:true"/></xsl:if></xsl:when><xsl:when test="$op = 'le'"><xsl:if test="$left &lt;= $right"><xsl:value-of select="$ut:true"/></xsl:if></xsl:when><xsl:when test="$op = 'gt'"><xsl:if test="$left &gt; $right"><xsl:value-of select="$ut:true"/></xsl:if></xsl:when><xsl:when test="$op = 'ge'"><xsl:if test="$left &gt;= $right"><xsl:value-of select="$ut:true"/></xsl:if></xsl:when></xsl:choose></xsl:template><xsl:template name="do:get_objects_by_path"><xsl:param name="path"/><xsl:param name="what"/><xsl:param name="prefix"/><xsl:param name="suffix"/><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:variable name="_expath"><xsl:call-template name="do:expand_path"><xsl:with-param name="path" select="$path"/></xsl:call-template></xsl:variable><xsl:call-template name="do:get_objects_by_expath"><xsl:with-param name="expath" select="$_expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:template><xsl:template name="do:get_objects_by_expath"><xsl:param name="expath"/><xsl:param name="what"/><xsl:param name="prefix"/><xsl:param name="suffix"/><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:choose><xsl:when test="string-length($data_url) = 0"><xsl:choose><xsl:when test="string-length($data_gid) = 0"><xsl:call-template name="do:_get_objects_by_expath_from_current_node"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:for-each select="//attribute::node()[generate-id() = $data_gid]"><xsl:call-template name="do:_get_objects_by_expath_from_current_node"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:for-each><xsl:for-each select="//*[generate-id() = $data_gid]"><xsl:call-template name="do:_get_objects_by_expath_from_current_node"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:for-each></xsl:otherwise></xsl:choose></xsl:when><xsl:otherwise><xsl:for-each select="document($data_url, /)"><xsl:choose><xsl:when test="string-length($data_gid) = 0"><xsl:call-template name="do:_get_objects_by_expath_from_current_node"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:for-each select="//attribute::node()[generate-id() = $data_gid]"><xsl:call-template name="do:_get_objects_by_expath_from_current_node"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:for-each><xsl:for-each select="//*[generate-id() = $data_gid]"><xsl:call-template name="do:_get_objects_by_expath_from_current_node"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:for-each></xsl:otherwise></xsl:choose></xsl:for-each></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_get_objects_by_expath_from_current_node"><xsl:param name="expath"/><xsl:param name="what"/><xsl:param name="prefix"/><xsl:param name="suffix"/><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="path_sep" select="$do:_path_sep"/><xsl:choose><xsl:when test="starts-with($expath, $path_sep)"><xsl:for-each select="/"><xsl:variable name="_next" select="substring-after($expath, $path_sep)"/><xsl:call-template name="do:_get_objects_by_expath_rcr"><xsl:with-param name="expath" select="$_next"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:for-each></xsl:when><xsl:otherwise><xsl:call-template name="do:_get_objects_by_expath_rcr"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_get_objects_by_expath_rcr"><xsl:param name="expath"/><xsl:param name="what"/><xsl:param name="prefix"/><xsl:param name="suffix"/><xsl:param name="path_sep"/><xsl:choose><xsl:when test="$expath = ''"><xsl:choose><xsl:when test="boolean(../attribute::node() = current())"><xsl:call-template name="do:get_current_attribute"><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:call-template name="do:get_current_value"><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:when><xsl:otherwise><xsl:variable name="_nd0" select="substring-before($expath, $path_sep)"/><xsl:variable name="_next" select="substring-after($expath, $path_sep)"/><xsl:variable name="_at"><xsl:if test="starts-with($_nd0, '@')"><xsl:value-of select="$ut:true"/></xsl:if></xsl:variable><xsl:variable name="_nd1"><xsl:choose><xsl:when test="$_at = $ut:true"><xsl:value-of select="substring($_nd0, 2)"/></xsl:when><xsl:otherwise><xsl:value-of select="$_nd0"/></xsl:otherwise></xsl:choose></xsl:variable><xsl:variable name="_ns" select="substring-before($_nd1, $do:_ns_sep)"/><xsl:variable name="_nd2" select="substring-after($_nd1, $do:_ns_sep)"/><xsl:variable name="_lnm" select="substring-before($_nd2, $do:_cond_sep)"/><xsl:variable name="_cnd" select="substring-after($_nd2, $do:_cond_sep)"/><xsl:call-template name="do:_resolve_namespace_and_localname"><xsl:with-param name="is_attr" select="$_at"/><xsl:with-param name="namespace" select="$_ns"/><xsl:with-param name="localname" select="$_lnm"/><xsl:with-param name="condition" select="$_cnd"/><xsl:with-param name="next_expath" select="$_next"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_resolve_namespace_and_localname"><xsl:param name="is_attr"/><xsl:param name="namespace"/><xsl:param name="localname"/><xsl:param name="condition"/><xsl:param name="next_expath"/><xsl:param name="what"/><xsl:param name="prefix"/><xsl:param name="suffix"/><xsl:param name="path_sep"/><xsl:choose><xsl:when test="$is_attr = $ut:true"><xsl:if test="string-length($next_expath) = 0"><xsl:for-each select="attribute::node()[$namespace = namespace-uri() and $localname = local-name()]"><xsl:call-template name="do:_get_conditional_attribute"><xsl:with-param name="condition" select="$condition"/><xsl:with-param name="next_expath" select="$next_expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:for-each></xsl:if></xsl:when><xsl:when test="$localname = '*'"><xsl:choose><xsl:when test="string-length($namespace) = 0"><xsl:for-each select="*"><xsl:call-template name="do:_get_conditional_object"><xsl:with-param name="condition" select="$condition"/><xsl:with-param name="next_expath" select="$next_expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:for-each></xsl:when><xsl:otherwise><xsl:for-each select="*[namespace-uri() = $namespace]"><xsl:call-template name="do:_get_conditional_object"><xsl:with-param name="condition" select="$condition"/><xsl:with-param name="next_expath" select="$next_expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:for-each></xsl:otherwise></xsl:choose></xsl:when><xsl:when test="$localname = '**'"><xsl:choose><xsl:when test="string-length($namespace) = 0"><xsl:for-each select="descendant-or-self::node()"><xsl:call-template name="do:_get_conditional_object"><xsl:with-param name="condition" select="$condition"/><xsl:with-param name="next_expath" select="$next_expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:for-each></xsl:when><xsl:otherwise><xsl:for-each select="descendant-or-self::node()[namespace-uri() = $namespace]"><xsl:call-template name="do:_get_conditional_object"><xsl:with-param name="condition" select="$condition"/><xsl:with-param name="next_expath" select="$next_expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:for-each></xsl:otherwise></xsl:choose></xsl:when><xsl:when test="$localname = '.'"><xsl:call-template name="do:_get_conditional_object"><xsl:with-param name="condition" select="$condition"/><xsl:with-param name="next_expath" select="$next_expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:when><xsl:when test="$localname = '..'"><xsl:choose><xsl:when test="string-length($namespace) = 0"><xsl:for-each select="parent::*"><xsl:call-template name="do:_get_conditional_object"><xsl:with-param name="condition" select="$condition"/><xsl:with-param name="next_expath" select="$next_expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:for-each></xsl:when><xsl:otherwise><xsl:for-each select="parent::*[namespace-uri() = $namespace]"><xsl:call-template name="do:_get_conditional_object"><xsl:with-param name="condition" select="$condition"/><xsl:with-param name="next_expath" select="$next_expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:for-each></xsl:otherwise></xsl:choose></xsl:when><xsl:otherwise><xsl:for-each select="*[namespace-uri() = $namespace and local-name() = $localname]"><xsl:call-template name="do:_get_conditional_object"><xsl:with-param name="condition" select="$condition"/><xsl:with-param name="next_expath" select="$next_expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:for-each></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:get_current_value"><xsl:param name="what"/><xsl:param name="prefix"/><xsl:param name="suffix"/><xsl:value-of select="$prefix"/><xsl:choose><xsl:when test="$what = 'content'"><xsl:variable name="_content"><xsl:apply-templates/></xsl:variable><xsl:value-of select="normalize-space($_content)"/></xsl:when><xsl:when test="$what = 'text'"><xsl:value-of select="normalize-space(text())"/></xsl:when><xsl:when test="$what = 'number'"><xsl:value-of select="number(text())"/></xsl:when><xsl:when test="$what = 'name'"><xsl:value-of select="local-name()"/></xsl:when><xsl:when test="$what = 'id'"><xsl:value-of select="generate-id()"/></xsl:when><xsl:when test="$what = 'preceding-comment'"><xsl:call-template name="do:_get_preceding_comment"/></xsl:when><xsl:when test="$what = 'following-comment'"><xsl:call-template name="do:_get_following_comment"/></xsl:when></xsl:choose><xsl:value-of select="$suffix"/></xsl:template><xsl:template name="do:_get_preceding_comment"><xsl:variable name="_nid1" select="generate-id(preceding-sibling::node()[1])"/><xsl:variable name="_cid1" select="generate-id(preceding-sibling::comment()[1])"/><xsl:choose><xsl:when test="$_nid1 = $_cid1"><xsl:value-of select="preceding-sibling::comment()[1]"/></xsl:when><xsl:otherwise><xsl:variable name="_tid1" select="generate-id(preceding-sibling::text()[1])"/><xsl:if test="$_nid1 = $_tid1"><xsl:if test="string-length(normalize-space(preceding-sibling::text()[1])) = 0"><xsl:variable name="_nid2" select="generate-id(preceding-sibling::node()[2])"/><xsl:if test="$_nid2 = $_cid1"><xsl:value-of select="preceding-sibling::comment()[1]"/></xsl:if></xsl:if></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_get_following_comment"><xsl:variable name="_nid1" select="generate-id(following-sibling::node()[1])"/><xsl:variable name="_cid1" select="generate-id(following-sibling::comment()[1])"/><xsl:choose><xsl:when test="$_nid1 = $_cid1"><xsl:value-of select="following-sibling::comment()[1]"/></xsl:when><xsl:otherwise><xsl:variable name="_tid1" select="generate-id(following-sibling::text()[1])"/><xsl:if test="$_nid1 = $_tid1"><xsl:if test="string-length(normalize-space(following-sibling::text()[1])) = 0"><xsl:variable name="_nid2" select="generate-id(following-sibling::node()[2])"/><xsl:if test="$_nid2 = $_cid1"><xsl:value-of select="following-sibling::comment()[1]"/></xsl:if></xsl:if></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:get_current_attribute"><xsl:param name="what"/><xsl:param name="prefix"/><xsl:param name="suffix"/><xsl:value-of select="$prefix"/><xsl:choose><xsl:when test="$what = 'content'"><xsl:value-of select="."/></xsl:when><xsl:when test="$what = 'text'"><xsl:value-of select="."/></xsl:when><xsl:when test="$what = 'number'"><xsl:value-of select="number()"/></xsl:when><xsl:when test="$what = 'name'"><xsl:value-of select="local-name()"/></xsl:when><xsl:when test="$what = 'id'"><xsl:value-of select="generate-id()"/></xsl:when></xsl:choose><xsl:value-of select="$suffix"/></xsl:template><xsl:template name="do:_get_conditional_attribute"><xsl:param name="condition"/><xsl:param name="next_expath"/><xsl:param name="what"/><xsl:param name="prefix"/><xsl:param name="suffix"/><xsl:variable name="_matched"><xsl:call-template name="do:match_condition_by_expath"><xsl:with-param name="condition" select="$condition"/></xsl:call-template></xsl:variable><xsl:if test="$_matched = $ut:true and string-length($next_expath) = 0"><xsl:call-template name="do:get_current_attribute"><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:if></xsl:template><xsl:template name="do:_get_conditional_object"><xsl:param name="condition"/><xsl:param name="next_expath"/><xsl:param name="what"/><xsl:param name="prefix"/><xsl:param name="suffix"/><xsl:param name="path_sep"/><xsl:variable name="_matched"><xsl:call-template name="do:match_condition_by_expath"><xsl:with-param name="condition" select="$condition"/></xsl:call-template></xsl:variable><xsl:if test="$_matched = $ut:true"><xsl:call-template name="do:_get_objects_by_expath_rcr"><xsl:with-param name="expath" select="$next_expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:if></xsl:template><xsl:template name="do:match_condition_by_expath"><xsl:param name="condition"/><xsl:variable name="_cond0"><xsl:call-template name="ut:trim"><xsl:with-param name="string" select="$condition"/></xsl:call-template></xsl:variable><xsl:choose><xsl:when test="string-length($_cond0) = 0"><xsl:value-of select="$ut:true"/></xsl:when><xsl:otherwise><xsl:variable name="_pos" select="number($_cond0)"/><xsl:choose><xsl:when test="boolean($_pos)"><xsl:if test="$_pos = position()"><xsl:value-of select="$ut:true"/></xsl:if></xsl:when><xsl:otherwise><xsl:call-template name="do:_match_conditions_or"><xsl:with-param name="conds" select="$_cond0"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_match_conditions_or"><xsl:param name="conds"/><xsl:choose><xsl:when test="string-length($conds) = 0"/><xsl:otherwise><xsl:variable name="_cond" select="substring-before($conds, $do:_cond_or_sep)"/><xsl:variable name="_matched"><xsl:call-template name="do:_match_conditions_and"><xsl:with-param name="conds" select="$_cond"/></xsl:call-template></xsl:variable><xsl:choose><xsl:when test="$_matched = $ut:true"><xsl:value-of select="$ut:true"/></xsl:when><xsl:otherwise><xsl:variable name="_next" select="substring-after($conds, $do:_cond_or_sep)"/><xsl:call-template name="do:_match_conditions_or"><xsl:with-param name="conds" select="$_next"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_match_conditions_and"><xsl:param name="conds"/><xsl:choose><xsl:when test="string-length($conds) = 0"/><xsl:otherwise><xsl:variable name="_cond" select="substring-before($conds, $do:_cond_and_sep)"/><xsl:variable name="_matched"><xsl:call-template name="do:_match_single_condition"><xsl:with-param name="cond" select="$_cond"/></xsl:call-template></xsl:variable><xsl:if test="$_matched = $ut:true"><xsl:variable name="_next" select="substring-after($conds, $do:_cond_and_sep)"/><xsl:choose><xsl:when test="string-length($_next) = 0"><xsl:value-of select="$ut:true"/></xsl:when><xsl:otherwise><xsl:call-template name="do:_match_conditions_and"><xsl:with-param name="conds" select="$_next"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_match_single_condition"><xsl:param name="cond"/><xsl:variable name="_after" select="substring-after($cond, $do:_cond_op_sep)"/><xsl:variable name="_op" select="substring-before($_after, $do:_cond_op_sep)"/><xsl:variable name="_right"><xsl:variable name="_r0" select="substring-after($_after, $do:_cond_op_sep)"/><xsl:call-template name="ut:trim_start"><xsl:with-param name="string" select="$_r0"/></xsl:call-template></xsl:variable><xsl:variable name="_quote"><xsl:if test="string(number($_right)) = 'NaN'"><xsl:value-of select="$ut:apos"/></xsl:if></xsl:variable><xsl:variable name="_left"><xsl:variable name="_e0" select="substring-before($cond, $do:_cond_op_sep)"/><xsl:variable name="_e1"><xsl:call-template name="ut:trim_end"><xsl:with-param name="string" select="$_e0"/></xsl:call-template></xsl:variable><xsl:variable name="_e2"><xsl:call-template name="do:_get_objects_by_expath_from_current_node"><xsl:with-param name="expath" select="$_e1"/><xsl:with-param name="what">content</xsl:with-param><xsl:with-param name="prefix" select="$_quote"/><xsl:with-param name="suffix" select="concat($_quote, $do:_object_sep)"/><xsl:with-param name="path_sep" select="$do:_cond_path_sep"/></xsl:call-template></xsl:variable><xsl:variable name="_e3" select="substring-before($_e2, $do:_object_sep)"/><xsl:call-template name="ut:trim"><xsl:with-param name="string" select="$_e3"/></xsl:call-template></xsl:variable><xsl:call-template name="do:operate_expression"><xsl:with-param name="left" select="$_left"/><xsl:with-param name="op" select="$_op"/><xsl:with-param name="right" select="$_right"/></xsl:call-template></xsl:template><xsl:template name="do:first_object_by_path"><xsl:param name="path"/><xsl:param name="what"/><xsl:param name="prefix"/><xsl:param name="suffix"/><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:variable name="_expath"><xsl:call-template name="do:expand_path"><xsl:with-param name="path" select="$path"/></xsl:call-template></xsl:variable><xsl:call-template name="do:first_object_by_expath"><xsl:with-param name="expath" select="$_expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:template><xsl:template name="do:first_object_by_expath"><xsl:param name="expath"/><xsl:param name="what"/><xsl:param name="prefix"/><xsl:param name="suffix"/><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:choose><xsl:when test="string-length($data_url) = 0"><xsl:choose><xsl:when test="string-length($data_gid) = 0"><xsl:call-template name="do:_first_object_by_expath_from_current_node"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:for-each select="//attribute::node()[generate-id() = $data_gid]|//*[generate-id() = $data_gid]"><xsl:call-template name="do:_first_object_by_expath_from_current_node"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:for-each></xsl:otherwise></xsl:choose></xsl:when><xsl:otherwise><xsl:for-each select="document($data_url, /)"><xsl:choose><xsl:when test="string-length($data_gid) = 0"><xsl:call-template name="do:_first_object_by_expath_from_current_node"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:for-each select="//attribute::node()[generate-id() = $data_gid]|//*[generate-id() = $data_gid]"><xsl:call-template name="do:_first_object_by_expath_from_current_node"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:for-each></xsl:otherwise></xsl:choose></xsl:for-each></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_first_object_by_expath_from_current_node"><xsl:param name="expath"/><xsl:param name="what"/><xsl:param name="prefix"/><xsl:param name="suffix"/><xsl:variable name="_gids"><xsl:call-template name="do:get_objects_by_expath"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="what">id</xsl:with-param><xsl:with-param name="suffix" select="$do:_object_sep"/></xsl:call-template></xsl:variable><xsl:variable name="_gid" select="normalize-space(substring-before($_gids, $do:_object_sep))"/><xsl:for-each select="//attribute::node()[generate-id() = $_gid]"><xsl:call-template name="do:get_current_attribute"><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:for-each><xsl:for-each select="//*[generate-id() = $_gid]"><xsl:call-template name="do:get_current_value"><xsl:with-param name="what" select="$what"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:for-each></xsl:template><xsl:template name="do:count_nodes_by_path"><xsl:param name="path"/><xsl:param name="prefix"/><xsl:param name="suffix"/><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:variable name="_expath"><xsl:call-template name="do:expand_path"><xsl:with-param name="path" select="$path"/></xsl:call-template></xsl:variable><xsl:call-template name="do:count_nodes_by_expath"><xsl:with-param name="expath" select="$_expath"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:template><xsl:template name="do:count_nodes_by_expath"><xsl:param name="expath"/><xsl:param name="prefix"/><xsl:param name="suffix"/><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:choose><xsl:when test="string-length($data_url) = 0"><xsl:choose><xsl:when test="string-length($data_gid) = 0"><xsl:call-template name="do:_count_nodes_by_expath_from_current_node"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:for-each select="//attribute::node()[generate-id() = $data_gid]|//*[generate-id() = $data_gid]"><xsl:call-template name="do:_count_nodes_by_expath_from_current_node"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:for-each></xsl:otherwise></xsl:choose></xsl:when><xsl:otherwise><xsl:for-each select="document($data_url, /)"><xsl:choose><xsl:when test="string-length($data_gid) = 0"><xsl:call-template name="do:_count_nodes_by_expath_from_current_node"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:for-each select="//attribute::node()[generate-id() = $data_gid]|//*[generate-id() = $data_gid]"><xsl:call-template name="do:_count_nodes_by_expath_from_current_node"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="prefix" select="$prefix"/><xsl:with-param name="suffix" select="$suffix"/></xsl:call-template></xsl:for-each></xsl:otherwise></xsl:choose></xsl:for-each></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_count_nodes_by_expath_from_current_node"><xsl:param name="expath"/><xsl:param name="prefix"/><xsl:param name="suffix"/><xsl:variable name="_flags"><xsl:call-template name="do:get_objects_by_expath"><xsl:with-param name="expath" select="$expath"/><xsl:with-param name="suffix">I</xsl:with-param></xsl:call-template></xsl:variable><xsl:value-of select="$prefix"/><xsl:value-of select="string-length($_flags)"/><xsl:value-of select="$suffix"/></xsl:template><xsl:template name="do:expand_path"><xsl:param name="path"/><xsl:param name="path_sep" select="$do:_path_sep"/><xsl:choose><xsl:when test="substring($path, 1, 1) = '/'"><xsl:value-of select="$path_sep"/><xsl:call-template name="do:_expand_path_rcr"><xsl:with-param name="path" select="substring($path, 2)"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:call-template name="do:_expand_path_rcr"><xsl:with-param name="path" select="$path"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_expand_path_rcr"><xsl:param name="path"/><xsl:param name="path_sep"/><xsl:choose><xsl:when test="string-length($path) = 0"/><xsl:when test="starts-with($path, '/')"><xsl:variable name="_next" select="substring($path, 2)"/><xsl:choose><xsl:when test="string-length($_next) = 0"/><xsl:otherwise><xsl:call-template name="do:_format_node"><xsl:with-param name="localname">**</xsl:with-param><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template><xsl:call-template name="do:_expand_path_rcr"><xsl:with-param name="path" select="$_next"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:when><xsl:otherwise><xsl:variable name="_first"><xsl:call-template name="do:_get_first_node"><xsl:with-param name="path" select="$path"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:variable><xsl:call-template name="do:_expand_first_node"><xsl:with-param name="name" select="$_first"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template><xsl:if test="string-length($_first) != 0"><xsl:variable name="_len" select="string-length($_first)"/><xsl:variable name="_next" select="substring($path, $_len + 2)"/><xsl:call-template name="do:_expand_path_rcr"><xsl:with-param name="path" select="$_next"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:if></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_format_node"><xsl:param name="attr_mark"/><xsl:param name="namespace"/><xsl:param name="localname"/><xsl:param name="condition"/><xsl:param name="path_sep"/><xsl:value-of select="$attr_mark"/><xsl:value-of select="$namespace"/><xsl:value-of select="$do:_ns_sep"/><xsl:value-of select="$localname"/><xsl:value-of select="$do:_cond_sep"/><xsl:value-of select="$condition"/><xsl:value-of select="$path_sep"/></xsl:template><xsl:template name="do:_get_first_node"><xsl:param name="path"/><xsl:param name="path_sep"/><xsl:variable name="_str0" select="substring-before($path, '/')"/><xsl:variable name="_len0" select="string-length($_str0)"/><xsl:choose><xsl:when test="$_len0 = 0"><xsl:value-of select="$path"/></xsl:when><xsl:otherwise><xsl:variable name="_str1" select="substring-after($_str0, '[')"/><xsl:variable name="_len1" select="string-length($_str1)"/><xsl:choose><xsl:when test="$_len1 = 0 and substring($_str0, $_len0) != '['"><xsl:value-of select="$_str0"/></xsl:when><xsl:when test="contains($_str1, ']')"><xsl:value-of select="$_str0"/></xsl:when><xsl:otherwise><xsl:variable name="_str2" select="substring($path, $_len0 + 1)"/><xsl:variable name="_str3" select="substring-before($_str2, ']')"/><xsl:variable name="_len3" select="string-length($_str3)"/><xsl:choose><xsl:when test="$_len3 = 0"><xsl:value-of select="$path"/></xsl:when><xsl:otherwise><xsl:variable name="_str4" select="substring($_str2, $_len3 + 1)"/><xsl:variable name="_str5" select="substring-before($_str4, '/')"/><xsl:variable name="_len5" select="string-length($_str5)"/><xsl:choose><xsl:when test="$_len5 = 0"><xsl:value-of select="$path"/></xsl:when><xsl:otherwise><xsl:variable name="_len" select="$_len0 + $_len3 + $_len5"/><xsl:value-of select="substring($path, 1, $_len)"/></xsl:otherwise></xsl:choose></xsl:otherwise></xsl:choose></xsl:otherwise></xsl:choose></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_expand_first_node"><xsl:param name="name"/><xsl:param name="path_sep"/><xsl:variable name="_at"><xsl:if test="starts-with($name, '@')">@</xsl:if></xsl:variable><xsl:variable name="_str0"><xsl:choose><xsl:when test="string-length($_at) = 0"><xsl:value-of select="$name"/></xsl:when><xsl:otherwise><xsl:value-of select="substring($name, 2)"/></xsl:otherwise></xsl:choose></xsl:variable><xsl:variable name="_str1" select="substring-before($_str0, '[')"/><xsl:variable name="_len1" select="string-length($_str1)"/><xsl:variable name="_str2"><xsl:choose><xsl:when test="$_len1 = 0"><xsl:value-of select="$_str0"/></xsl:when><xsl:otherwise><xsl:value-of select="$_str1"/></xsl:otherwise></xsl:choose></xsl:variable><xsl:variable name="_prefix" select="substring-before($_str2, ':')"/><xsl:variable name="_ns"><xsl:call-template name="ut:get_namespace_uri"><xsl:with-param name="prefix" select="$_prefix"/></xsl:call-template></xsl:variable><xsl:variable name="_lname"><xsl:choose><xsl:when test="string-length($_prefix) = 0"><xsl:value-of select="$_str2"/></xsl:when><xsl:otherwise><xsl:value-of select="substring($_str2, string-length($_prefix) + 2)"/></xsl:otherwise></xsl:choose></xsl:variable><xsl:variable name="_cond"><xsl:variable name="_str3" select="substring($_str0, $_len1 + 2)"/><xsl:variable name="_len3" select="string-length($_str3)"/><xsl:choose><xsl:when test="substring($_str3, $_len3) = ']'"><xsl:value-of select="substring($_str3, 1, $_len3 - 1)"/></xsl:when><xsl:otherwise><xsl:value-of select="substring-before($_str3, ']')"/></xsl:otherwise></xsl:choose></xsl:variable><xsl:variable name="_expanded_cond"><xsl:call-template name="do:expand_path_in_condition"><xsl:with-param name="condition" select="$_cond"/></xsl:call-template></xsl:variable><xsl:call-template name="do:_format_node"><xsl:with-param name="attr_mark" select="$_at"/><xsl:with-param name="namespace" select="$_ns"/><xsl:with-param name="localname" select="$_lname"/><xsl:with-param name="condition" select="$_expanded_cond"/><xsl:with-param name="path_sep" select="$path_sep"/></xsl:call-template></xsl:template><xsl:template name="do:expand_path_in_condition"><xsl:param name="condition"/><xsl:variable name="_cond0"><xsl:call-template name="ut:trim"><xsl:with-param name="string" select="$condition"/></xsl:call-template></xsl:variable><xsl:choose><xsl:when test="string-length($_cond0) = 0"/><xsl:otherwise><xsl:variable name="_pos" select="number($_cond0)"/><xsl:choose><xsl:when test="boolean($_pos)"><xsl:value-of select="$_pos"/></xsl:when><xsl:otherwise><xsl:call-template name="do:_expand_path_in_or_condition"><xsl:with-param name="conds" select="$_cond0"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_expand_path_in_or_condition"><xsl:param name="conds"/><xsl:choose><xsl:when test="string-length($conds) = 0 or $conds = '|'"/><xsl:otherwise><xsl:variable name="_cond0"><xsl:call-template name="ut:trim_end"><xsl:with-param name="string" select="substring-before($conds, '|')"/></xsl:call-template></xsl:variable><xsl:variable name="_next0"><xsl:call-template name="ut:trim_start"><xsl:with-param name="string" select="substring-after($conds, '|')"/></xsl:call-template></xsl:variable><xsl:choose><xsl:when test="string-length($_cond0) = 0 and string-length($_next0) = 0"><xsl:variable name="_cond1"><xsl:call-template name="do:_expand_path_in_and_condition"><xsl:with-param name="conds" select="$conds"/></xsl:call-template></xsl:variable><xsl:if test="string-length($_cond1) != 0"><xsl:value-of select="$_cond1"/><xsl:value-of select="$do:_cond_or_sep"/></xsl:if></xsl:when><xsl:otherwise><xsl:variable name="_cond1"><xsl:call-template name="do:_expand_path_in_and_condition"><xsl:with-param name="conds" select="$_cond0"/></xsl:call-template></xsl:variable><xsl:if test="string-length($_cond1) != 0"><xsl:value-of select="$_cond1"/><xsl:value-of select="$do:_cond_or_sep"/></xsl:if><xsl:call-template name="do:_expand_path_in_or_condition"><xsl:with-param name="conds" select="$_next0"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_expand_path_in_and_condition"><xsl:param name="conds"/><xsl:choose><xsl:when test="string-length($conds) = 0 or $conds = ','"/><xsl:otherwise><xsl:variable name="_cond0"><xsl:call-template name="ut:trim_end"><xsl:with-param name="string" select="substring-before($conds, ',')"/></xsl:call-template></xsl:variable><xsl:variable name="_next0"><xsl:call-template name="ut:trim_start"><xsl:with-param name="string" select="substring-after($conds, ',')"/></xsl:call-template></xsl:variable><xsl:choose><xsl:when test="string-length($_cond0) =0 and string-length($_next0) =0"><xsl:variable name="_cond1"><xsl:call-template name="do:_expand_path_in_single_condition"><xsl:with-param name="expr" select="$conds"/></xsl:call-template></xsl:variable><xsl:if test="string-length($_cond1) != 0"><xsl:value-of select="$_cond1"/><xsl:value-of select="$do:_cond_and_sep"/></xsl:if></xsl:when><xsl:otherwise><xsl:variable name="_cond1"><xsl:call-template name="do:_expand_path_in_single_condition"><xsl:with-param name="expr" select="$_cond0"/></xsl:call-template></xsl:variable><xsl:if test="string-length($_cond1) != 0"><xsl:value-of select="$_cond1"/><xsl:value-of select="$do:_cond_and_sep"/></xsl:if><xsl:call-template name="do:_expand_path_in_and_condition"><xsl:with-param name="conds" select="$_next0"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="do:_expand_path_in_single_condition"><xsl:param name="expr"/><xsl:call-template name="do:_expand_path_in_single_condition_by_op"><xsl:with-param name="expr" select="$expr"/><xsl:with-param name="op_mark"><xsl:choose><xsl:when test="contains($expr, '!=')">!=</xsl:when><xsl:when test="contains($expr, '=')">=</xsl:when><xsl:when test="contains($expr, ' eq ')"> eq </xsl:when><xsl:when test="contains($expr, ' ne ')"> ne </xsl:when><xsl:when test="contains($expr, ' gt ')"> gt </xsl:when><xsl:when test="contains($expr, ' ge ')"> ge </xsl:when><xsl:when test="contains($expr, ' lt ')"> lt </xsl:when><xsl:when test="contains($expr, ' le ')"> le </xsl:when></xsl:choose></xsl:with-param><xsl:with-param name="op"><xsl:choose><xsl:when test="contains($expr, '!=')">ne</xsl:when><xsl:when test="contains($expr, '=')">eq</xsl:when><xsl:when test="contains($expr, ' eq ')">eq</xsl:when><xsl:when test="contains($expr, ' ne ')">ne</xsl:when><xsl:when test="contains($expr, ' gt ')">gt</xsl:when><xsl:when test="contains($expr, ' ge ')">ge</xsl:when><xsl:when test="contains($expr, ' lt ')">lt</xsl:when><xsl:when test="contains($expr, ' le ')">le</xsl:when></xsl:choose></xsl:with-param></xsl:call-template></xsl:template><xsl:template name="do:_expand_path_in_single_condition_by_op"><xsl:param name="expr"/><xsl:param name="op_mark"/><xsl:param name="op"/><xsl:variable name="_path"><xsl:call-template name="ut:trim_end"><xsl:with-param name="string" select="substring-before($expr, $op_mark)"/></xsl:call-template></xsl:variable><xsl:call-template name="do:expand_path"><xsl:with-param name="path" select="$_path"/><xsl:with-param name="path_sep" select="$do:_cond_path_sep"/></xsl:call-template><xsl:value-of select="$do:_cond_op_sep"/><xsl:value-of select="$op"/><xsl:value-of select="$do:_cond_op_sep"/><xsl:call-template name="ut:trim_start"><xsl:with-param name="string" select="substring-after($expr, $op_mark)"/></xsl:call-template></xsl:template><xsl:template match="count"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_path"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">of</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_prefix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">prefix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_suffix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">suffix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:call-template name="do:count_nodes_by_path"><xsl:with-param name="path" select="$_path"/><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="prefix" select="$_prefix"/><xsl:with-param name="suffix" select="$_suffix"/></xsl:call-template></xsl:template><xsl:template match="for[boolean(@each) or boolean(attr/@name='each')]"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:param name="allow"/><xsl:param name="allow_text_node" select="$ut:true"/><xsl:param name="deny"/><xsl:param name="arg0"/><xsl:param name="arg1"/><xsl:param name="arg2"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_path"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">each</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_index_id"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">index</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_reverse"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">reverse</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_sort_name"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">sort-by</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_sort_dir"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">sort-dir</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_sort_type"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">sort-type</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:call-template name="do:for_by_path"><xsl:with-param name="path" select="$_path"/><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="index_id" select="$_index_id"/><xsl:with-param name="index_set" select="$data_indexes"/><xsl:with-param name="reverse" select="$_reverse"/><xsl:with-param name="sort_name" select="$_sort_name"/><xsl:with-param name="sort_dir" select="$_sort_dir"/><xsl:with-param name="sort_type" select="$_sort_type"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny">|attr|</xsl:with-param><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:call-template></xsl:template><xsl:template match="preceding-comment"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_path"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">of</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_prefix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">prefix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_suffix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">suffix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:call-template name="do:first_object_by_path"><xsl:with-param name="path" select="$_path"/><xsl:with-param name="what">preceding-comment</xsl:with-param><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="prefix" select="$_prefix"/><xsl:with-param name="suffix" select="$_suffix"/></xsl:call-template></xsl:template><xsl:template match="following-comment"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_path"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">of</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_prefix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">prefix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_suffix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">suffix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:call-template name="do:first_object_by_path"><xsl:with-param name="path" select="$_path"/><xsl:with-param name="what">following-comment</xsl:with-param><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="prefix" select="$_prefix"/><xsl:with-param name="suffix" select="$_suffix"/></xsl:call-template></xsl:template><xsl:template name="book:get_attr"><xsl:param name="name"/><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:param name="arg0"/><xsl:param name="arg1"/><xsl:param name="arg2"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:choose><xsl:when test="@*[name()=$name]"><xsl:value-of select="@*[name()=$name]"/></xsl:when><xsl:otherwise><xsl:for-each select="attr[@name=$name]"><xsl:choose><xsl:when test="boolean(@of)"><xsl:call-template name="book:_get_object"><xsl:with-param name="path" select="@of"/><xsl:with-param name="what" select="@what"/><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="index" select="$data_index"/><xsl:with-param name="index_set" select="$data_indexes"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:apply-templates><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:apply-templates></xsl:otherwise></xsl:choose></xsl:for-each></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="for[boolean(@times) or boolean(attr/@name='times')]"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:param name="allow"/><xsl:param name="allow_text_node" select="$ut:true"/><xsl:param name="deny"/><xsl:param name="arg0"/><xsl:param name="arg1"/><xsl:param name="arg2"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_times"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">times</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_index_id"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">index</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:call-template name="do:for_times"><xsl:with-param name="times" select="$_times"/><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="index_id" select="$_index_id"/><xsl:with-param name="index_set" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny">|attr|</xsl:with-param><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:call-template></xsl:template><xsl:template match="if"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:param name="allow"/><xsl:param name="allow_text_node" select="$ut:true"/><xsl:param name="arg0"/><xsl:param name="arg1"/><xsl:param name="arg2"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_path"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">of</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_what"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">what</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_result"><xsl:call-template name="book:_get_object"><xsl:with-param name="path" select="$_path"/><xsl:with-param name="what" select="$_what"/><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="index" select="$data_index"/><xsl:with-param name="index_set" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_is_not_matched"><xsl:call-template name="book:_is_not_matched"><xsl:with-param name="object" select="$_result"/><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:choose><xsl:when test="boolean(then|else)"><xsl:choose><xsl:when test="string-length($_is_not_matched) = 0"><xsl:apply-templates select="then"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="'|attr|else|'"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:apply-templates></xsl:when><xsl:otherwise><xsl:apply-templates select="else"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="deny" select="'|attr|then|'"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:apply-templates></xsl:otherwise></xsl:choose></xsl:when><xsl:when test="string-length($_is_not_matched) = 0"><xsl:apply-templates select="text()|*[name()!='attr']"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:apply-templates></xsl:when></xsl:choose></xsl:template><xsl:template name="book:_is_not_matched"><xsl:param name="object"/><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:if test="boolean(@eq)"><xsl:if test="$object != @eq">1</xsl:if></xsl:if><xsl:if test="boolean(@ne)"><xsl:if test="$object = @ne">1</xsl:if></xsl:if><xsl:if test="boolean(@le)"><xsl:if test="$object &gt; @le">1</xsl:if></xsl:if><xsl:if test="boolean(@lt)"><xsl:if test="$object &gt;= @lt">1</xsl:if></xsl:if><xsl:if test="boolean(@ge)"><xsl:if test="$object &lt; @ge">1</xsl:if></xsl:if><xsl:if test="boolean(@gt)"><xsl:if test="$object &lt;= @gt">1</xsl:if></xsl:if><xsl:if test="boolean(attr[@name='eq'])"><xsl:variable name="_eq"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">eq</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:if test="$object != $_eq">1</xsl:if></xsl:if><xsl:if test="boolean(attr[@name='ne'])"><xsl:variable name="_ne"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">ne</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:if test="$object = $_ne">1</xsl:if></xsl:if><xsl:if test="boolean(attr[@name='le'])"><xsl:variable name="_le"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">le</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:if test="$object &gt; $_le">1</xsl:if></xsl:if><xsl:if test="boolean(attr[@name='lt'])"><xsl:variable name="_lt"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">lt</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:if test="$object &gt;= $_lt">1</xsl:if></xsl:if><xsl:if test="boolean(attr[@name='ge'])"><xsl:variable name="_ge"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">ge</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:if test="$object &lt; $_ge">1</xsl:if></xsl:if><xsl:if test="boolean(attr[@name='gt'])"><xsl:variable name="_gt"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">gt</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:if test="$object &lt;= $_gt">1</xsl:if></xsl:if></xsl:template><xsl:template name="book:get_data_gid"><xsl:param name="data_gid"/><xsl:if test="not(boolean(@data-src))"><xsl:value-of select="$data_gid"/></xsl:if></xsl:template><xsl:template match="sum"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_path"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">of</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_prefix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">prefix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_suffix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">suffix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_sum"><xsl:call-template name="_calc_sum"><xsl:with-param name="path" select="$_path"/><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/></xsl:call-template></xsl:variable><xsl:value-of select="$_prefix"/><xsl:value-of select="$_sum"/><xsl:value-of select="$_suffix"/></xsl:template><xsl:template name="_calc_sum"><xsl:param name="path"/><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:variable name="_numbers"><xsl:call-template name="do:get_objects_by_path"><xsl:with-param name="path" select="$path"/><xsl:with-param name="what">number</xsl:with-param><xsl:with-param name="prefix"/><xsl:with-param name="suffix">|</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:call-template name="_calc_sum_rcr"><xsl:with-param name="sum">0</xsl:with-param><xsl:with-param name="nums" select="$_numbers"/></xsl:call-template></xsl:template><xsl:template name="_calc_sum_rcr"><xsl:param name="sum"/><xsl:param name="nums"/><xsl:variable name="_num" select="substring-before($nums, '|')"/><xsl:variable name="_nums" select="substring-after($nums, '|')"/><xsl:choose><xsl:when test="string-length($nums) = 0"><xsl:value-of select="$sum"/></xsl:when><xsl:when test="$_num = 'NaN'"><xsl:call-template name="_calc_sum_rcr"><xsl:with-param name="sum" select="$sum"/><xsl:with-param name="nums" select="$_nums"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:call-template name="_calc_sum_rcr"><xsl:with-param name="sum" select="$sum + $_num"/><xsl:with-param name="nums" select="$_nums"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="name"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_path"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">of</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_prefix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">prefix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_suffix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">suffix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:call-template name="do:first_object_by_path"><xsl:with-param name="path" select="$_path"/><xsl:with-param name="what">name</xsl:with-param><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="prefix" select="$_prefix"/><xsl:with-param name="suffix" select="$_suffix"/></xsl:call-template></xsl:template><xsl:template name="book:_get_object"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="index"/><xsl:param name="index_set"/><xsl:param name="path"/><xsl:param name="what"/><xsl:choose><xsl:when test="string-length($what) = 0"><xsl:call-template name="do:first_object_by_path"><xsl:with-param name="path" select="$path"/><xsl:with-param name="what">text</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:when><xsl:when test="$what = 'index'"><xsl:call-template name="book:_get_index"><xsl:with-param name="index" select="$index"/><xsl:with-param name="index_set" select="$index_set"/><xsl:with-param name="index_id" select="$path"/></xsl:call-template></xsl:when><xsl:when test="$what = 'count'"><xsl:call-template name="do:count_nodes_by_path"><xsl:with-param name="path" select="$path"/><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:when><xsl:when test="$what = 'sum'"><xsl:call-template name="_calc_sum"><xsl:with-param name="path" select="$path"/><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:when><xsl:when test="$what = 'value'"><xsl:call-template name="do:first_object_by_path"><xsl:with-param name="path" select="$path"/><xsl:with-param name="what">text</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:when><xsl:when test="$what = 'text'"/><xsl:otherwise><xsl:call-template name="do:first_object_by_path"><xsl:with-param name="path" select="$path"/><xsl:with-param name="what" select="$what"/><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="values"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_path"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">of</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_sep"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">separator</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_prefix"><xsl:value-of select="$_sep"/><xsl:call-template name="book:get_attr"><xsl:with-param name="name">prefix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_suffix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">suffix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_result"><xsl:call-template name="do:get_objects_by_path"><xsl:with-param name="path" select="$_path"/><xsl:with-param name="what">text</xsl:with-param><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="prefix" select="$_prefix"/><xsl:with-param name="suffix" select="$_suffix"/></xsl:call-template></xsl:variable><xsl:value-of select="substring($_result, string-length($_sep) + 1)"/></xsl:template><xsl:template match="index"><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:variable name="_index_id"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">of</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_prefix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">prefix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_suffix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">suffix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_index"><xsl:call-template name="book:_get_index"><xsl:with-param name="index" select="$data_index"/><xsl:with-param name="index_set" select="$data_indexes"/><xsl:with-param name="index_id" select="$_index_id"/></xsl:call-template></xsl:variable><xsl:if test="string-length($_index) != 0"><xsl:value-of select="$_prefix"/><xsl:value-of select="$_index"/><xsl:value-of select="$_suffix"/></xsl:if></xsl:template><xsl:template name="book:_get_index"><xsl:param name="index"/><xsl:param name="index_set"/><xsl:param name="index_id"/><xsl:choose><xsl:when test="string-length($index_id) = 0"><xsl:value-of select="$index"/></xsl:when><xsl:otherwise><xsl:value-of select="substring-before(substring-after($index_set, concat($do:_object_sep, $index_id, $do:_cond_op_sep)), $do:_object_sep)"/></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="number"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_path"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">of</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_prefix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">prefix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_suffix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">suffix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:call-template name="do:first_object_by_path"><xsl:with-param name="path" select="$_path"/><xsl:with-param name="what">number</xsl:with-param><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="prefix" select="$_prefix"/><xsl:with-param name="suffix" select="$_suffix"/></xsl:call-template></xsl:template><xsl:template match="contents"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_path"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">of</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_sep"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">separator</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_prefix"><xsl:value-of select="$_sep"/><xsl:call-template name="book:get_attr"><xsl:with-param name="name">prefix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_suffix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">suffix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_result"><xsl:call-template name="do:get_objects_by_path"><xsl:with-param name="path" select="$_path"/><xsl:with-param name="what">content</xsl:with-param><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="prefix" select="$_prefix"/><xsl:with-param name="suffix" select="$_suffix"/></xsl:call-template></xsl:variable><xsl:value-of select="substring($_result, string-length($_sep) + 1)"/></xsl:template><xsl:template match="choose"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:param name="allow"/><xsl:param name="allow_text_node" select="$ut:true"/><xsl:param name="arg0"/><xsl:param name="arg1"/><xsl:param name="arg2"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_result"><xsl:if test="not(boolean(when/@of) or boolean(when/attr[@name='of']))"><xsl:variable name="_path"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">of</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_what"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">what</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:call-template name="book:_get_object"><xsl:with-param name="path" select="$_path"/><xsl:with-param name="what" select="$_what"/><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="index" select="$data_index"/><xsl:with-param name="index_set" select="$data_indexes"/></xsl:call-template></xsl:if></xsl:variable><xsl:variable name="_when_count"><xsl:value-of select="count(when)"/></xsl:variable><xsl:for-each select="when[1]"><xsl:call-template name="book:_choose_when"><xsl:with-param name="result" select="$_result"/><xsl:with-param name="when_index" select="1"/><xsl:with-param name="when_count" select="$_when_count"/><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:call-template></xsl:for-each></xsl:template><xsl:template name="book:_choose_when"><xsl:param name="result"/><xsl:param name="when_index"/><xsl:param name="when_count"/><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:param name="allow"/><xsl:param name="allow_text_node"/><xsl:param name="arg0"/><xsl:param name="arg1"/><xsl:param name="arg2"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_result"><xsl:choose><xsl:when test="boolean(@of) or boolean(attr[@name='of']) or boolean(@what) or boolean(attr[@name='what'])"><xsl:variable name="_path"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">of</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_what"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">what</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:call-template name="book:_get_object"><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="index_set" select="$data_indexes"/><xsl:with-param name="index" select="$data_index"/><xsl:with-param name="path" select="$_path"/><xsl:with-param name="what" select="$_what"/></xsl:call-template></xsl:when><xsl:otherwise><xsl:value-of select="$result"/></xsl:otherwise></xsl:choose></xsl:variable><xsl:variable name="_is_not_matched"><xsl:call-template name="book:_is_not_matched"><xsl:with-param name="object" select="$_result"/><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:choose><xsl:when test="string-length($_is_not_matched) = 0"><xsl:apply-templates select="text()|*[name()!='attr']"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:apply-templates></xsl:when><xsl:when test="$when_index &lt; $when_count"><xsl:for-each select="../when[position() = $when_index + 1]"><xsl:call-template name="book:_choose_when"><xsl:with-param name="result" select="$result"/><xsl:with-param name="when_index" select="$when_index + 1"/><xsl:with-param name="when_count" select="$when_count"/><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:call-template></xsl:for-each></xsl:when><xsl:otherwise><xsl:for-each select="../otherwise[1]"><xsl:apply-templates select="text()|*[name()!='attr']"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="allow" select="$allow"/><xsl:with-param name="allow_text_node" select="$allow_text_node"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:apply-templates></xsl:for-each></xsl:otherwise></xsl:choose></xsl:template><xsl:template name="book:get_data_url"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:choose><xsl:when test="boolean(@data-src)"><xsl:value-of select="@data-src"/></xsl:when><xsl:when test="boolean(attr[@name='data-src'])"><xsl:apply-templates select="attr[@name='data-src']"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:apply-templates></xsl:when><xsl:otherwise><xsl:value-of select="$data_url"/></xsl:otherwise></xsl:choose></xsl:template><xsl:template match="content"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_path"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">of</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_prefix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">prefix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_suffix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">suffix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:call-template name="do:first_object_by_path"><xsl:with-param name="path" select="$_path"/><xsl:with-param name="what">content</xsl:with-param><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="prefix" select="$_prefix"/><xsl:with-param name="suffix" select="$_suffix"/></xsl:call-template></xsl:template><xsl:template match="numbers"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_path"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">of</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_sep"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">separator</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_prefix"><xsl:value-of select="$_sep"/><xsl:call-template name="book:get_attr"><xsl:with-param name="name">prefix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_suffix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">suffix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_result"><xsl:call-template name="do:get_objects_by_path"><xsl:with-param name="path" select="$_path"/><xsl:with-param name="what">number</xsl:with-param><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="prefix" select="$_prefix"/><xsl:with-param name="suffix" select="$_suffix"/></xsl:call-template></xsl:variable><xsl:value-of select="substring($_result, string-length($_sep) + 1)"/></xsl:template><xsl:template match="value"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_path"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">of</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_prefix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">prefix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_suffix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">suffix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:call-template name="do:first_object_by_path"><xsl:with-param name="path" select="$_path"/><xsl:with-param name="what">text</xsl:with-param><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="prefix" select="$_prefix"/><xsl:with-param name="suffix" select="$_suffix"/></xsl:call-template></xsl:template><xsl:template match="names"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_data_gid"><xsl:call-template name="book:get_data_gid"><xsl:with-param name="data_gid" select="$data_gid"/></xsl:call-template></xsl:variable><xsl:variable name="_path"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">of</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_sep"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">separator</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_prefix"><xsl:value-of select="$_sep"/><xsl:call-template name="book:get_attr"><xsl:with-param name="name">prefix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_suffix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">suffix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/></xsl:call-template></xsl:variable><xsl:variable name="_result"><xsl:call-template name="do:get_objects_by_path"><xsl:with-param name="path" select="$_path"/><xsl:with-param name="what">name</xsl:with-param><xsl:with-param name="data_url" select="$_data_url"/><xsl:with-param name="data_gid" select="$_data_gid"/><xsl:with-param name="prefix" select="$_prefix"/><xsl:with-param name="suffix" select="$_suffix"/></xsl:call-template></xsl:variable><xsl:value-of select="substring($_result, string-length($_sep) + 1)"/></xsl:template><xsl:template match="title" mode="xslbook"><xsl:param name="data_url"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></xsl:variable><xsl:variable name="_id"><xsl:call-template name="book:get_id"><xsl:with-param name="data_url" select="$_data_url"/></xsl:call-template></xsl:variable><h1 class="title xslbook-title"><xsl:attribute name="id"><xsl:value-of select="$_id"/></xsl:attribute><xsl:for-each select="../subtitle[@top-of=$_id]"><div class="subtitle xslbook-subtitle top-of-title"><xsl:attribute name="id"><xsl:call-template name="book:get_id"><xsl:with-param name="data_url" select="$_data_url"/></xsl:call-template></xsl:attribute><xsl:call-template name="book:_get_book_title_text_updating_data_url"><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></div></xsl:for-each><xsl:for-each select="../subtitle[@left-of=$_id]"><span class="subtitle xslbook-subtitle left-of-title"><xsl:attribute name="id"><xsl:call-template name="book:get_id"><xsl:with-param name="data_url" select="$_data_url"/></xsl:call-template></xsl:attribute><xsl:call-template name="book:_get_book_title_text_updating_data_url"><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></span><xsl:value-of select="' '"/></xsl:for-each><xsl:call-template name="book:_get_book_title_text"><xsl:with-param name="data_url" select="$_data_url"/></xsl:call-template><xsl:for-each select="../subtitle[@right-of=$_id]"><xsl:value-of select="' '"/><span class="subtitle xslbook-subtitle right-of-title"><xsl:attribute name="id"><xsl:call-template name="book:get_id"><xsl:with-param name="data_url" select="$_data_url"/></xsl:call-template></xsl:attribute><xsl:call-template name="book:_get_book_title_text_updating_data_url"><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></span></xsl:for-each><xsl:for-each select="../subtitle[@bottom-of=$_id]"><div class="subtitle xslbook-subtitle bottom-of-title"><xsl:attribute name="id"><xsl:call-template name="book:get_id"><xsl:with-param name="data_url" select="$_data_url"/></xsl:call-template></xsl:attribute><xsl:call-template name="book:_get_book_title_text_updating_data_url"><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></div></xsl:for-each></h1></xsl:template><xsl:template match="subtitle[not(@top-of or @left-of or @right-of or @bottom-of)]" mode="xslbook"><xsl:param name="data_url"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></xsl:variable><xsl:variable name="_id"><xsl:call-template name="book:get_id"><xsl:with-param name="data_url" select="$_data_url"/></xsl:call-template></xsl:variable><div class="subtitle xslbook-subtitle"><xsl:attribute name="id"><xsl:value-of select="$_id"/></xsl:attribute><xsl:call-template name="book:_get_book_title_text"><xsl:with-param name="data_url" select="$_data_url"/></xsl:call-template></div></xsl:template><xsl:template name="book:_get_book_title_text"><xsl:param name="data_url"/><span class="prefix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">prefix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></span><xsl:apply-templates select="child::node()[name() != 'attr']"><xsl:with-param name="data_url" select="$data_url"/></xsl:apply-templates><span class="suffix"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">suffix</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></span></xsl:template><xsl:template name="book:_get_book_title_text_updating_data_url"><xsl:param name="data_url"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></xsl:variable><xsl:call-template name="book:_get_book_title_text"><xsl:with-param name="data_url" select="$_data_url"/></xsl:call-template></xsl:template><xsl:template match="body" mode="xslbook"><xsl:param name="data_url"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></xsl:variable><xsl:variable name="_id"><xsl:call-template name="book:get_id"><xsl:with-param name="data_url" select="$_data_url"/></xsl:call-template></xsl:variable><div class="body xslbook-body"><xsl:attribute name="id"><xsl:value-of select="$_id"/></xsl:attribute><xsl:apply-templates select="child::node()[name() != 'attr']"><xsl:with-param name="data_url" select="$data_url"/></xsl:apply-templates></div></xsl:template><xsl:template name="book:get_window_title"><xsl:param name="data_url"/><xsl:variable name="_title"><xsl:for-each select="title|subtitle[not(@spine='false')]"><xsl:value-of select="' '"/><xsl:call-template name="book:_get_book_title_label"><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></xsl:for-each></xsl:variable><xsl:value-of select="substring($_title, 2)"/></xsl:template><xsl:template name="book:_get_book_title_label"><xsl:param name="data_url"/><xsl:variable name="_data_url"><xsl:call-template name="book:get_data_url"><xsl:with-param name="data_url" select="$data_url"/></xsl:call-template></xsl:variable><xsl:call-template name="book:get_attr"><xsl:with-param name="name">prefix</xsl:with-param><xsl:with-param name="data_url" select="$_data_url"/></xsl:call-template><xsl:apply-templates><xsl:with-param name="data_url" select="$_data_url"/></xsl:apply-templates><xsl:call-template name="book:get_attr"><xsl:with-param name="name">suffix</xsl:with-param><xsl:with-param name="data_url" select="$_data_url"/></xsl:call-template></xsl:template><xsl:template name="book:get_id"><xsl:param name="data_url"/><xsl:param name="data_gid"/><xsl:param name="data_index"/><xsl:param name="data_indexes"/><xsl:param name="arg0"/><xsl:param name="arg1"/><xsl:param name="arg2"/><xsl:variable name="_id"><xsl:call-template name="book:get_attr"><xsl:with-param name="name">id</xsl:with-param><xsl:with-param name="data_url" select="$data_url"/><xsl:with-param name="data_gid" select="$data_gid"/><xsl:with-param name="data_index" select="$data_index"/><xsl:with-param name="data_indexes" select="$data_indexes"/><xsl:with-param name="arg0" select="$arg0"/><xsl:with-param name="arg1" select="$arg1"/><xsl:with-param name="arg2" select="$arg2"/></xsl:call-template></xsl:variable><xsl:choose><xsl:when test="string-length($_id) != 0"><xsl:value-of select="$_id"/></xsl:when><xsl:otherwise><xsl:text>idxbk</xsl:text><xsl:variable name="_tag_name" select="local-name()"/><xsl:value-of select="$_tag_name"/><xsl:number level="any" format="1" count="*[name() = $_tag_name]"/></xsl:otherwise></xsl:choose></xsl:template></xsl:stylesheet>
152,731
152,731
0.726912
7bf67ed2d57e7aa24a9a995d56351e1efc21642a
1,439
xslt
XSLT
xslweb-jdk8-webservices-docker/home/webapps/topxvalidation/xsl/folder-validation-report-json.xslt
noord-hollandsarchief/preingest
d7744e44130c96cac354bdf7afe6efc1cfc94c3b
[ "MIT" ]
null
null
null
xslweb-jdk8-webservices-docker/home/webapps/topxvalidation/xsl/folder-validation-report-json.xslt
noord-hollandsarchief/preingest
d7744e44130c96cac354bdf7afe6efc1cfc94c3b
[ "MIT" ]
27
2021-03-03T12:25:32.000Z
2021-11-30T16:32:47.000Z
xslweb-jdk8-webservices-docker/home/webapps/topxvalidation/xsl/folder-validation-report-json.xslt
noord-hollandsarchief/preingest
d7744e44130c96cac354bdf7afe6efc1cfc94c3b
[ "MIT" ]
1
2021-05-20T18:37:06.000Z
2021-05-20T18:37:06.000Z
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:req="http://www.armatiek.com/xslweb/request" xmlns:resp="http://www.armatiek.com/xslweb/response" xmlns:config="http://www.armatiek.com/xslweb/configuration" xmlns:nha="http://noord-hollandsarchief.nl/namespaces/1.0" xmlns:validation="http://www.armatiek.com/xslweb/validation" xmlns="http://www.w3.org/2005/xpath-functions" xmlns:svrl="http://purl.oclc.org/dsdl/svrl" expand-text="yes" exclude-result-prefixes="#all" version="3.0"> <xsl:mode on-no-match="shallow-skip"/> <xsl:param name="validation-detail-uri" required="yes" as="xs:string"/> <xsl:template match="/"> <xsl:apply-templates/> </xsl:template> <xsl:template match="nha:folder-validation"> <map> <array key="files-with-errors"><xsl:apply-templates/></array> </map> </xsl:template> <xsl:template match="nha:file-with-errors"> <map> <string key="reluri">{@reluri}</string> <number key="schema-errors">{@count-schema-errors}</number> <number key="schematron-errors">{@count-schematron-errors}</number> <string key="detail-uri">{$validation-detail-uri}/{@reluri}?format=json</string> </map> </xsl:template> </xsl:stylesheet>
37.868421
96
0.629604
99628eaa62a38d6c2496bfd746f91ad6f2b9879e
7,174
xsl
XSLT
workspace/pages/blog-entry.xsl
cremol/symphony-demo
3a1a5fcf2064c0b6b7c352d41351708127ece7c8
[ "MIT" ]
1
2020-09-16T02:39:57.000Z
2020-09-16T02:39:57.000Z
workspace/pages/blog-entry.xsl
cremol/symphony-demo
3a1a5fcf2064c0b6b7c352d41351708127ece7c8
[ "MIT" ]
null
null
null
workspace/pages/blog-entry.xsl
cremol/symphony-demo
3a1a5fcf2064c0b6b7c352d41351708127ece7c8
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" omit-xml-declaration="yes" encoding="UTF-8" indent="yes" /> <xsl:variable name="page"> <xsl:text>Blog entries</xsl:text> </xsl:variable> <xsl:include href="../utilities/master.xsl"/> <xsl:include href="../utilities/date-time.xsl"/> <xsl:include href="../utilities/twitterformatter.xsl"/> <xsl:template match="data"> <div id="content"> <xsl:attribute name="style"> <xsl:choose> <xsl:when test="tweetsds/@status ='fresh'">width:520px;</xsl:when> <xsl:otherwise>width:870px;</xsl:otherwise> </xsl:choose> </xsl:attribute> <ul> <xsl:apply-templates select="blogentryds/entry"/> </ul> </div> <xsl:if test="tweetsds/@status ='fresh'"> <div id="sidebar" class="blogsidebar"> <div class="blogtitle float"> <h4 class="tweetheader"><xsl:value-of select="$ds-generalsettingsds"/>'s Tweets:</h4> </div> <ul> <xsl:apply-templates select="tweetsds/rss/channel/item"/> </ul> </div> </xsl:if> </xsl:template> <xsl:template match="blogentryds/entry"> <li class="blogli"> <div class="blogtitle float"> <h4><xsl:value-of select="title"/></h4> <xsl:if test="$is-logged-in"> <div class="edit" onclick="return MM_openBrWindow('{$root}/symphony/publish/blog/edit/{current()/@id}/','SymphonyCMS','scrollbars=yes,resizable=yes,width=1300,height=800')">Edit</div> </xsl:if> </div> <xsl:if test="(image/filename != '')"> <img src="{$root}/image/2/700/410/5/images/{image/filename}" alt="{title}" title="{title}" class="galleryimg"/> </xsl:if> <div class="blogcontent"> <xsl:attribute name="style"> <xsl:choose> <xsl:when test="/data/tweetsds/@status ='fresh'">width:100%;margin-bottom:15px;</xsl:when> <xsl:otherwise>width:620px;margin-bottom:50px;</xsl:otherwise> </xsl:choose> </xsl:attribute> <xsl:copy-of select="description"/><br /> <xsl:apply-templates select="current()/gallery/item"/> </div> <div class="blogmeta"> <xsl:attribute name="style"> <xsl:choose> <xsl:when test="/data/tweetsds/@status ='fresh'">float:left;</xsl:when> <xsl:otherwise>float:right;width:170px;padding-top:40px;</xsl:otherwise> </xsl:choose> </xsl:attribute> <p class="opacity"> Author: <b><xsl:value-of select="author"/></b> Published: <xsl:call-template name="format-date"> <xsl:with-param name="date" select="date"/> <xsl:with-param name="format" select="'D m Y'"/> </xsl:call-template> </p> </div> </li> <h4 class="float header4">Comments (<xsl:value-of select="current()/@comments"/>)</h4> <div id="commentbox" class="radius float"> <xsl:apply-templates select="/data/commentsds/entry"/> </div> <div class="commentform"> <xsl:for-each select="/data/events/save-comment"> <a name="comments"><div class="anchor"><br /></div></a> <p class="{@result} radius confirm"> <xsl:choose> <xsl:when test="@result = 'success'">Your comment has been sent!</xsl:when> <xsl:otherwise><xsl:value-of select="*/@message"/></xsl:otherwise> </xsl:choose> </p> </xsl:for-each> <h4 class="float header4">Post a comment:</h4> <form method="post" action="" enctype="multipart/form-data"> <input name="MAX_FILE_SIZE" type="hidden" value="5242880" /> <input name="fields[date]" type="hidden" /> <input name="fields[article]" type="hidden" value="{/data/blogentryds/entry/@id}" /> <table class="float"> <tr> <td><div class="field1">Name</div></td> <td><div class="field2"><input name="fields[name]" type="text" value="{/data/events/save-comment/post-values/name}" /></div></td> </tr> <tr> <td><div class="field1">Email</div></td> <td><div class="field2"><input name="fields[email]" type="text" value="{/data/events/save-comment/post-values/email}" /></div></td> </tr> <tr> <td><div class="field1">Website</div></td> <td><div class="field2"><input name="fields[website]" type="text" value="{/data/events/save-comment/post-values/website}" /></div></td> </tr> <tr> <td><div class="field1">Comment</div></td> <td><textarea name="fields[comment]" rows="8" cols="50" value="{/data/events/save-comment/post-values/comment}"><xsl:value-of select="/data/events/save-comment/post-values/comment"/></textarea></td> </tr> <tr> <td></td> <td><div id="submitcontainer"><input name="action[save-comment]" type="submit" value="Post Comment" class="submit radius"/></div></td> </tr> </table> </form> </div> </xsl:template> <xsl:template match="commentsds/entry"> <div class="commentcaption radius float"> (<xsl:number value="position()" format="1" />) <xsl:value-of select="name"/><span class="date opacity"><xsl:call-template name="format-date"> <xsl:with-param name="date" select="date"/> <xsl:with-param name="format" select="'d m y, t'"/> </xsl:call-template></span> <xsl:if test="(email != '')"> <a href="mailto:{email}" title="email {name}"><span class="emaillink opacity"></span></a> </xsl:if> <xsl:if test="(website != '')"> <a href="{website}" tarhet="_blank" title="visit {website}"><span class="weblink opacity"></span></a> </xsl:if> </div> <div class="comment float opacity"> <p> <xsl:value-of select="comment"/> </p> </div> </xsl:template> <xsl:template match="gallery/item"> <a href="{$workspace}/images/{image/filename}" rel="lytebox[{../../@id}]" title="{description}"><img src="{$root}/image/2/70/65/5/images/{image/filename}" alt="{title}" title="{title}" class="gallerythumb"/></a> </xsl:template> </xsl:stylesheet>
47.826667
222
0.51617
3d41a2b3e9a974fa02f6f650864e49ff31d70a03
4,373
xsl
XSLT
applications/daisywiki/runtime/src/cocoon/webapp/daisy/books/publicationtypes/html-chunked/decorate_chunks.xsl
stevekaeser/daisycms
5f94f39f01e0a51c77812a62baef36caa7435024
[ "Apache-2.0" ]
null
null
null
applications/daisywiki/runtime/src/cocoon/webapp/daisy/books/publicationtypes/html-chunked/decorate_chunks.xsl
stevekaeser/daisycms
5f94f39f01e0a51c77812a62baef36caa7435024
[ "Apache-2.0" ]
8
2021-02-03T19:38:14.000Z
2022-01-27T16:24:28.000Z
applications/daisywiki/runtime/src/cocoon/webapp/daisy/books/publicationtypes/html-chunked/decorate_chunks.xsl
stevekaeser/daisycms
5f94f39f01e0a51c77812a62baef36caa7435024
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0"?> <!-- Copyright 2004 Outerthought bvba and Schaubroeck nv 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. --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:i18n="http://apache.org/cocoon/i18n/2.1"> <xsl:param name="bookTitle"/> <xsl:template match="/chunks/chunk/html"> <html> <head> <link rel="stylesheet" type="text/css" href="resources/css/books.css"/> </head> <xsl:apply-templates select="body"/> </html> </xsl:template> <xsl:template match="body"> <xsl:variable name="prevChunk" select="../../preceding::chunk[1]"/> <xsl:variable name="nextChunk" select="../../following::chunk[1]"/> <xsl:variable name="prevChunkTitle" select="$prevChunk/html/body/*[1]"/> <xsl:variable name="nextChunkTitle" select="$nextChunk/html/body/*[1]"/> <body> <div class="top"> <div class="toparea"> <xsl:call-template name="chunkNavigation"> <xsl:with-param name="prevChunk" select="$prevChunk"/> <xsl:with-param name="nextChunk" select="$nextChunk"/> <xsl:with-param name="prevChunkTitle" select="$prevChunkTitle"/> <xsl:with-param name="nextChunkTitle" select="$nextChunkTitle"/> <xsl:with-param name="top" select="1=1"/> </xsl:call-template> </div> </div> <div class="content"> <xsl:apply-templates/> </div> <div class="bottom"> <div class="bottomarea"> <xsl:call-template name="chunkNavigation"> <xsl:with-param name="prevChunk" select="$prevChunk"/> <xsl:with-param name="nextChunk" select="$nextChunk"/> <xsl:with-param name="prevChunkTitle" select="$prevChunkTitle"/> <xsl:with-param name="nextChunkTitle" select="$nextChunkTitle"/> </xsl:call-template> </div> </div> </body> </xsl:template> <xsl:template match="@*|node()"> <xsl:copy> <xsl:apply-templates select="@*|node()"/> </xsl:copy> </xsl:template> <xsl:template name="chunkNavigation"> <xsl:param name="top"/> <xsl:param name="prevChunk"/> <xsl:param name="nextChunk"/> <xsl:param name="prevChunkTitle"/> <xsl:param name="nextChunkTitle"/> <div class="chunkNavigation"> <table style="width: 100%;" class="chunkNavigation"> <col width="40%"/> <col width="20%"/> <col width="40%"/> <tbody> <xsl:if test="$top"> <tr> <td colspan="3" style="text-align: center"> <xsl:value-of select="$bookTitle"/> </td> </tr> </xsl:if> <tr> <td> <xsl:if test="$prevChunk"> <a href="{$prevChunk/@name}.html"><img src="resources/images/left_arrow.png"/>&#160;<i18n:text key="previous"/></a> </xsl:if> </td> <td style="text-align: center;"> <a href="index.html"><i18n:text key="home"/></a> </td> <td style="text-align: right;"> <xsl:if test="$nextChunk"> <a href="{$nextChunk/@name}.html"><i18n:text key="next"/>&#160;<img src="resources/images/right_arrow.png"/></a> </xsl:if> </td> </tr> <tr> <td> <xsl:copy-of select="$prevChunkTitle/node()"/> </td> <td style="text-align:center"> <xsl:if test="$top"> <a href="../../../../../books"><i18n:text key="bookindex"/></a> </xsl:if> </td> <td style="text-align: right;"> <xsl:copy-of select="$nextChunkTitle/node()"/> </td> </tr> </tbody> </table> </div> </xsl:template> </xsl:stylesheet>
34.984
131
0.554539
58e60e235682be78cea20eb46065be48dc3ca9c5
4,865
xsl
XSLT
modules/leg/Regulatory-From-Services-leg.heading.xsl
priyakaushal/XSpec_Chanakya1
d1cb34214e50f3ad2782955001fcf8150eac2732
[ "MIT" ]
null
null
null
modules/leg/Regulatory-From-Services-leg.heading.xsl
priyakaushal/XSpec_Chanakya1
d1cb34214e50f3ad2782955001fcf8150eac2732
[ "MIT" ]
null
null
null
modules/leg/Regulatory-From-Services-leg.heading.xsl
priyakaushal/XSpec_Chanakya1
d1cb34214e50f3ad2782955001fcf8150eac2732
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dita="http://dita.oasis-open.org/architecture/2005/" xmlns:glp="http://www.lexis-nexis.com/glp" xmlns:leg="http://www.lexis-nexis.com/glp/leg" version="2.0" exclude-result-prefixes="dita leg glp"> <dita:topic xmlns="http://dita.oasis-open.org/architecture/2005/" id="Regulatory-From-Services-leg.heading"> <title>leg:heading <lnpid>id-NZ12-24812</lnpid></title> <body> <section> <ul> <li> <sourcexml>leg:heading</sourcexml> <b>becomes</b> <targetxml>heading</targetxml> with attributes <sourcexml>@inline</sourcexml> <b>becomes</b> <targetxml>@inline</targetxml> which has tokenized values and populated as: <ul> <li><targetxml>heading[@inline="true"]</targetxml></li> <li><targetxml>heading[@inline="false"]</targetxml></li> </ul> <pre> <b><i>Example: Source XML 1</i></b> &lt;leg:level id="HIC1994SCHD1"&gt; &lt;leg:level-vrnt leveltype="schedule" searchtype="LEGISLATION SCHEDULE" subdoc="false" toc-caption="Schedule 1 Specified Health Agencies"&gt; &lt;leg:heading&gt; &lt;desig searchtype="SCH-NUM"&gt; &lt;designum&gt;&lt;refpt id="HIC1994SCHD1" type="ext"/&gt;Schedule 1&lt;/designum&gt; &lt;/desig&gt; &lt;title searchtype="SCH-TITLE"&gt;Specified Health Agencies&lt;/title&gt; &lt;leg:empleg&gt;Subclause 4(2)&lt;/leg:empleg&gt; &lt;/leg:heading&gt; &lt;!-- ETC. --&gt; &lt;/leg:level-vrnt&gt; &lt;/leg:level&gt; </pre> <pre> <b><i>Example: Target XML 1</i></b> &lt;admindoc:level alternatetoccaption="Schedule 1 Specified Health Agencies" includeintoc="false" leveltype="schedule"&gt; &lt;ref:anchor id="HIC1994SCHD1" anchortype="global"/&gt; &lt;heading&gt; &lt;desig value="1"&gt;SCHEDULE 1&lt;/desig&gt; &lt;title&gt;Specified Health Agencies&lt;/title&gt; &lt;/heading&gt; &lt;admindoc:authority&gt; &lt;admindoc:authorityitem&gt; &lt;textitem&gt;Subclause 4(2)&lt;/textitem&gt; &lt;/admindoc:authorityitem&gt; &lt;/admindoc:authority&gt; &lt;!-- ETC. --&gt; &lt;/admindoc:level&gt; </pre> <pre> <b><i>Example: Source XML 2 - Handling of 'leg:heading' with '@inline' attribute</i></b> &lt;leg:level id="SR-2002315-SCHD1-3"&gt; &lt;leg:level-vrnt leveltype="clause" searchtype="LEGISLATION CLAUSE" subdoc="true" toc-caption="cl 3. Description of proportionate ownership scheme"&gt; &lt;leg:heading inline="true"&gt; &lt;title searchtype="CLAUSE-TITLE"&gt;&lt;refpt id="SR-2002315-SCHD1-3" type="ext"/&gt;Description of proportionate ownership scheme&lt;/title&gt; &lt;desig searchtype="CLAUSE-NUM"&gt; &lt;designum&gt;3.&lt;/designum&gt; &lt;/desig&gt; &lt;/leg:heading&gt; &lt;!-- ETC. --&gt; &lt;/leg:level&gt; </pre> <pre> <b><i>Example: Target XML 2</i></b> &lt;admindoc:level alternatetoccaption="cl 3. Description of proportionate ownership scheme" includeintoc="true" leveltype="clause"&gt; &lt;ref:anchor id="SR-2002315-SCHD1-3" anchortype="global"/&gt; &lt;heading&gt; &lt;desig value="3" followstitle="true"&gt;3.&lt;/desig&gt; &lt;title&gt;Description of proportionate ownership scheme&lt;/title&gt; &lt;/heading&gt; &lt;!-- ETC. --&gt; &lt;/admindoc:level&gt; </pre> </li> </ul> </section> </body> </dita:topic> <!-- @@@ This file has been autogenerated. Remove this comment after manual development complete! @@@ --> <!-- Original DITA file location: DITA\ConversionInstructions\Rosetta\DITA-PAC\NZ12_Regulatory_Material_From_Services\Regulatory-From-Services-leg.heading.dita --> <xsl:template match="leg:heading/@align"> <xsl:copy-of select="."/> </xsl:template> <xsl:template match="leg:heading/@inline | leg:heading/desig/@inline | leg:heading/edpnum/@inline | leg:heading/title/@inline" priority="25"> <xsl:if test="not(parent::*[ancestor-or-self::leg:heading[parent::leg:level-vrnt[(@leveltype=('clause', 'section', 'sect', 'conv.sect' , 'regulation' , 'reg'))]]])"> <xsl:copy-of select="."/> </xsl:if> </xsl:template> <xsl:template match="leg:heading"> <heading xmlns="http://www.lexisnexis.com/xmlschemas/content/shared/base/1/"> <xsl:apply-templates select="@* | node() except (refpt | leg:empleg | glp:note | leg:histnote)"/> </heading> </xsl:template> <xsl:template match="leg:bodytext/leg:heading"> <xsl:if test="title or subtitle"> <h xmlns="http://www.lexisnexis.com/xmlschemas/content/shared/base/1/"> <xsl:apply-templates select="title/node() | subtitle/node()"/> </h> </xsl:if> </xsl:template> <xsl:template match="leg:heading[not(@*)][title[normalize-space(replace(., '[\t\p{Zs}]', '')) = '']][not(child::*[2])]" priority="30"/> </xsl:stylesheet>
40.541667
169
0.660226
0b22048e39767f118cc7c4eba5e3ec273b027533
30,431
xojo_code
Xojo
MainPage.xojo_code
jkleroy/Xojo-Web1.0-CalendarView
3c49d172b0bd1458e0562ca90535e0ba1b032980
[ "MIT" ]
null
null
null
MainPage.xojo_code
jkleroy/Xojo-Web1.0-CalendarView
3c49d172b0bd1458e0562ca90535e0ba1b032980
[ "MIT" ]
null
null
null
MainPage.xojo_code
jkleroy/Xojo-Web1.0-CalendarView
3c49d172b0bd1458e0562ca90535e0ba1b032980
[ "MIT" ]
null
null
null
#tag WebPage Begin WebPage MainPage Compatibility = "" Cursor = 0 Enabled = True Height = 540 HelpTag = "" HorizontalCenter= 0 ImplicitInstance= True Index = -2147483648 IsImplicitInstance= False Left = 0 LockBottom = False LockHorizontal = False LockLeft = False LockRight = False LockTop = False LockVertical = False MinHeight = 400 MinWidth = 600 Style = "None" TabOrder = 0 Title = "Web CalendarView" Top = 0 VerticalCenter = 0 Visible = True Width = 760 ZIndex = 1 _DeclareLineRendered= False _HorizontalPercent= 0.0 _ImplicitInstance= False _IsEmbedded = False _Locked = False _NeedsRendering = True _OfficialControl= False _OpenEventFired = False _ShownEventFired= False _VerticalPercent= 0.0 Begin WebButton Button1 AutoDisable = False Caption = "<" Cursor = 0 Enabled = True Height = 22 HelpTag = "" HorizontalCenter= 0 Index = -2147483648 Left = 353 LockBottom = False LockedInPosition= False LockHorizontal = False LockLeft = True LockRight = False LockTop = True LockVertical = False Scope = 0 Style = "0" TabOrder = 0 Top = 15 VerticalCenter = 0 Visible = True Width = 34 ZIndex = 1 _DeclareLineRendered= False _HorizontalPercent= 0.0 _IsEmbedded = False _Locked = False _NeedsRendering = True _OfficialControl= False _OpenEventFired = False _VerticalPercent= 0.0 End Begin WebButton Button2 AutoDisable = False Caption = ">" Cursor = 0 Enabled = True Height = 22 HelpTag = "" HorizontalCenter= 0 Index = -2147483648 Left = 388 LockBottom = False LockedInPosition= False LockHorizontal = False LockLeft = True LockRight = False LockTop = True LockVertical = False Scope = 0 Style = "0" TabOrder = 0 Top = 15 VerticalCenter = 0 Visible = True Width = 34 ZIndex = 1 _DeclareLineRendered= False _HorizontalPercent= 0.0 _IsEmbedded = False _Locked = False _NeedsRendering = True _OfficialControl= False _OpenEventFired = False _VerticalPercent= 0.0 End Begin WebSegmentedControl segView Cursor = 0 Enabled = True Height = 22 HelpTag = "" HorizontalCenter= 0 Index = -2147483648 InitialValue = "Year False True 0 Month True True 0 Week False True 0 5 days False True 0 1 day False True 0" Left = 447 ListIndex = 0 LockBottom = False LockedInPosition= True LockHorizontal = False LockLeft = False LockRight = True LockTop = True LockVertical = False Scope = 0 SegmentCount = 5 SelectedStyle = "0" SelectionType = 0 Style = "0" TabOrder = -1 Top = 14 VerticalCenter = 0 Visible = True Width = 293 ZIndex = 1 _DeclareLineRendered= False _HorizontalPercent= 0.0 _IsEmbedded = False _Locked = False _NeedsRendering = True _OfficialControl= False _OpenEventFired = False _VerticalPercent= 0.0 End Begin WebButton Button3 AutoDisable = False Caption = "Today" Cursor = 0 Enabled = True Height = 21 HelpTag = "" HorizontalCenter= 0 Index = -2147483648 Left = 241 LockBottom = False LockedInPosition= False LockHorizontal = False LockLeft = True LockRight = False LockTop = True LockVertical = False Scope = 0 Style = "0" TabOrder = 1 Top = 15 VerticalCenter = 0 Visible = True Width = 100 ZIndex = 1 _DeclareLineRendered= False _HorizontalPercent= 0.0 _IsEmbedded = False _Locked = False _NeedsRendering = True _OfficialControl= False _OpenEventFired = False _VerticalPercent= 0.0 End Begin WebLabel Label1 Cursor = 1 Enabled = True HasFocusRing = True Height = 22 HelpTag = "" HorizontalCenter= 0 Index = -2147483648 Left = 20 LockBottom = False LockedInPosition= False LockHorizontal = False LockLeft = True LockRight = False LockTop = True LockVertical = False Multiline = False Scope = 0 Style = "0" TabOrder = 2 Text = "Filter Calendars" TextAlign = 0 Top = 260 VerticalCenter = 0 Visible = True Width = 100 ZIndex = 1 _DeclareLineRendered= False _HorizontalPercent= 0.0 _IsEmbedded = False _Locked = False _NeedsRendering = True _OfficialControl= False _OpenEventFired = False _VerticalPercent= 0.0 End Begin WebLabel Label2 Cursor = 1 Enabled = True HasFocusRing = True Height = 22 HelpTag = "" HorizontalCenter= 0 Index = -2147483648 Left = 20 LockBottom = False LockedInPosition= False LockHorizontal = False LockLeft = True LockRight = False LockTop = True LockVertical = False Multiline = False Scope = 0 Style = "0" TabOrder = 5 Text = "Web CalendarView" TextAlign = 0 Top = 14 VerticalCenter = 0 Visible = True Width = 200 ZIndex = 1 _DeclareLineRendered= False _HorizontalPercent= 0.0 _IsEmbedded = False _Locked = False _NeedsRendering = True _OfficialControl= False _OpenEventFired = False _VerticalPercent= 0.0 End Begin WebButton btLoadData AutoDisable = False Caption = "Load Random Data" Cursor = 0 Enabled = True Height = 21 HelpTag = "" HorizontalCenter= 0 Index = -2147483648 Left = 20 LockBottom = False LockedInPosition= False LockHorizontal = False LockLeft = True LockRight = False LockTop = True LockVertical = False Scope = 0 Style = "0" TabOrder = 1 Top = 222 VerticalCenter = 0 Visible = True Width = 146 ZIndex = 1 _DeclareLineRendered= False _HorizontalPercent= 0.0 _IsEmbedded = False _Locked = False _NeedsRendering = True _OfficialControl= False _OpenEventFired = False _VerticalPercent= 0.0 End Begin EditEvent CalEditEvent Cursor = 0 DeleteEvent = False Enabled = True Height = 357 HelpTag = "" HorizontalCenter= 0 Index = -2147483648 Left = 20 LockBottom = False LockedInPosition= False LockHorizontal = False LockLeft = True LockRight = False LockTop = True LockVertical = False MinHeight = 357 MinWidth = 375 Resizable = False ResizeWindow = False Scope = 0 SelectColor = "0" Style = "1874038783" TabOrder = -1 TabPanelIndex = "0" Title = "Untitled" Top = 20 Type = 3 VerticalCenter = 0 Visible = True Width = 375 ZIndex = 1 _DeclareLineRendered= False _HorizontalPercent= 0.0 _IsEmbedded = False _Locked = False _NeedsRendering = True _OfficialControl= False _OpenEventFired = False _ShownEventFired= False _VerticalPercent= 0.0 End Begin WebCalendarView CalendarView1 AdaptWeeksPerMonth= True Animate = True Border = True ColorWeekend = True CreateWithDrag = False Cursor = 0 DayEndHour = 18.0 DayStartHour = 8.0 DisableScroll = False DisplayWeeknumber= False DragEvents = False Enabled = True FilterEvents = False FirstDayOfWeek = "" ForceAM_PM = False Freeze = False Height = 480 HelpTag = "" HelpTagFormat = "" HighlightLockedEvents= False HorizontalCenter= 0 Index = -2147483648 Left = 241 LockBottom = True LockDayEventsHeight= False LockedInPosition= False LockHorizontal = False LockLeft = True LockRight = True LockTop = True LockVertical = False minHGap = 0 minHourHeight = 0 minVGap = 0 Scope = 0 ScrollPosition = 0.0 Style = "0" StyleType = 0 TabOrder = -1 TextFont = "" Top = 49 TransparentBackground= False VerticalCenter = 0 ViewDays = 5 ViewType = 2 Visible = True VisibleHours = 0 WeekHeaderTextFormat= "" Width = 499 YearHeatMap = False YearMonthsAmount= 0 YearMultipleEvents= False ZIndex = 1 _DeclareLineRendered= False _HorizontalPercent= 0.0 _IsEmbedded = False _Locked = False _NeedsRendering = True _OfficialControl= False _OpenEventFired = False _VerticalPercent= 0.0 End Begin WebCalendarView MonthCal AdaptWeeksPerMonth= True Animate = True Border = True ColorWeekend = False CreateWithDrag = False Cursor = 0 DayEndHour = 18.0 DayStartHour = 8.0 DisableScroll = False DisplayWeeknumber= False DragEvents = False Enabled = True FilterEvents = False FirstDayOfWeek = "" ForceAM_PM = False Freeze = False Height = 170 HelpTag = "" HelpTagFormat = "" HighlightLockedEvents= False HorizontalCenter= 0 Index = -2147483648 Left = 20 LockBottom = False LockDayEventsHeight= False LockedInPosition= False LockHorizontal = False LockLeft = True LockRight = False LockTop = True LockVertical = False minHGap = 0 minHourHeight = 0 minVGap = 0 Scope = 0 ScrollPosition = 0.0 Style = "1649094655" StyleType = 0 TabOrder = -1 TextFont = "" Top = 49 TransparentBackground= False VerticalCenter = 0 ViewDays = 5 ViewType = 2 Visible = True VisibleHours = 0 WeekHeaderTextFormat= "" Width = 200 YearHeatMap = False YearMonthsAmount= 0 YearMultipleEvents= False ZIndex = 1 _DeclareLineRendered= False _HorizontalPercent= 0.0 _IsEmbedded = False _Locked = False _NeedsRendering = True _OfficialControl= False _OpenEventFired = False _VerticalPercent= 0.0 End Begin WebColorSelector ColorSelectorFilter Cursor = 0 Enabled = True Height = 235 HelpTag = "" HorizontalCenter= 0 Index = -2147483648 Left = 20 LockBottom = True LockedInPosition= False LockHorizontal = False LockLeft = True LockRight = False LockTop = True LockVertical = False Scope = 0 Selected = -1 Style = "0" TabOrder = -1 Top = 294 Type = 0 VerticalCenter = 0 Visible = True Width = 184 ZIndex = 1 _DeclareLineRendered= False _HorizontalPercent= 0.0 _IsEmbedded = False _Locked = False _NeedsRendering = True _OfficialControl= False _OpenEventFired = False _VerticalPercent= 0.0 End End #tag EndWebPage #tag WindowCode #tag Event Sub Open() MonthCal.ViewType = WebCalendarView.TypePicker End Sub #tag EndEvent #tag Constant, Name = TestData, Type = String, Dynamic = False, Default = \"BEGIN:VCALENDAR\nVERSION:2.0\nPRODID:XOJO CalendarView\nBEGIN:VEVENT\nDTSTART:20140410\nSUMMARY:Birthday Anna\nRRULE:FREQ\x3DYEARLY\nUID:1\nX-RSCV-COLOR:#DBADFF\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140414\nSUMMARY:Birthday Coralie\nRRULE:FREQ\x3DYEARLY\nUID:2\nX-RSCV-COLOR:#DBADFF\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140405\nSUMMARY:Birthday David\nRRULE:FREQ\x3DYEARLY\nUID:3\nX-RSCV-COLOR:#DBADFF\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140416\nSUMMARY:Day off\nUID:4\nX-RSCV-COLOR:#FF887C\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140418\nSUMMARY:Day off\nRRULE:FREQ\x3DWEEKLY;BYDAY\x3DFR;COUNT\x3D5\nUID:5\nX-RSCV-COLOR:#FF887C\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140409\nDTEND:20140412\nSUMMARY:Musik Messe\nLOCATION:Frankfurt\nUID:6\nX-RSCV-COLOR:#5484ED\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140422\nDTEND:20140424\nSUMMARY:Kick Off Airbus\nUID:7\nX-RSCV-COLOR:#5484ED\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140428\nDTEND:20140501\nSUMMARY:Meeting in Beijing\nUID:8\nX-RSCV-COLOR:#FF887C\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140416T090000\nDTEND:20140416T113000\nSUMMARY:Car\nUID:9\nX-RSCV-COLOR:#5484ED\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140404T163000\nDTEND:20140404T170000\nSUMMARY:Check installation in ...\nUID:10\nX-RSCV-COLOR:#444444\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140405T193000\nDTEND:20140405T200000\nSUMMARY:Dinner with Parents\nUID:11\nX-RSCV-COLOR:#5484ED\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140503\nDTEND:20140504\nSUMMARY:Weekend Deauville\nUID:12\nX-RSCV-COLOR:#FF887C\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140402T183000\nDTEND:20140402T190000\nSUMMARY:Meeting at school\nUID:13\nX-RSCV-COLOR:#444444\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140407T100000\nDTEND:20140407T120000\nSUMMARY:Quarterly Briefing\nUID:14\nX-RSCV-COLOR:#FFB878\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140408T123000\nDTEND:20140408T150000\nSUMMARY:Lunch with Dave\nLOCATION:Lobster Bar\nUID:15\nX-RSCV-COLOR:#51B749\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140408T183000\nDTEND:20140408T200000\nSUMMARY:Flight AF1718\nLOCATION:CDG Terminal 2E\nUID:16\nX-RSCV-COLOR:#FF887C\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140409T110000\nDTEND:20140409T120000\nSUMMARY:Denon\nUID:17\nX-RSCV-COLOR:#5484ED\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140409T140000\nDTEND:20140409T150000\nSUMMARY:Pioneer\nUID:18\nX-RSCV-COLOR:#5484ED\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140411T103000\nDTEND:20140411T113000\nSUMMARY:Numark\nUID:19\nX-RSCV-COLOR:#5484ED\nX-RSCV-TAG:\nEND:VEVENT\nBEGIN:VEVENT\nDTSTART:20140410T120000\nDTEND:20140410T133000\nSUMMARY:Lunch with Atomix\nUID:20\nX-RSCV-COLOR:#5484ED\nX-RSCV-TAG:\nEND:VEVENT\nEND:VCALENDAR", Scope = Protected #tag EndConstant #tag EndWindowCode #tag Events Button1 #tag Event Sub Action() CalendarView1.Scroll(-1) End Sub #tag EndEvent #tag EndEvents #tag Events Button2 #tag Event Sub Action() CalendarView1.Scroll(1) End Sub #tag EndEvent #tag EndEvents #tag Events segView #tag Event Sub Action(SegmentIndex As Integer) Select Case me.Caption(SegmentIndex) Case "Year" CalendarView1.ViewType = CalendarView1.TypeYear Case "Month" CalendarView1.ViewType = CalendarView1.TypeMonth Case "Week" CalendarView1.ViewType = CalendarView1.TypeWeek Case "5 days" CalendarView1.ViewDays = 5 CalendarView1.ViewType = CalendarView1.TypeOther Case "1 day" CalendarView1.ViewType = CalendarView1.typeDay End Select End Sub #tag EndEvent #tag EndEvents #tag Events Button3 #tag Event Sub Action() CalendarView1.DisplayDate = New Date CalendarView1.Redisplay() End Sub #tag EndEvent #tag EndEvents #tag Events btLoadData #tag Event Sub Action() CalendarView1.LoaderShow Dim data As String = TestData Dim d As new date data = data.ReplaceAll("201403", str(d.Year) + str(d.Month-1,"0#")) data = data.ReplaceAll("201404", str(d.Year) + str(d.Month, "0#")) data = data.ReplaceAll("201405", str(d.Year) + str(d.Month+1,"0#")) 'CalendarView1.DeleteAllEvents() CalendarView1.ImportICS(data, &c4986E7, True) CalendarView1.Redisplay() End Sub #tag EndEvent #tag EndEvents #tag Events CalEditEvent #tag Event Sub Dismissed() //Copy this code to your application //Removing the temporary dragged event If me.owner.SelStart <> Nil then me.owner.SelStart = Nil me.owner.SelEnd = Nil me.owner.Redisplay() End If If me.owner is Nil then me.Close() Return End If If me.DeleteEvent then If me.cEvent <> Nil then //Remove the event from the view and delete it from the DB me.owner.RemoveEvent(me.cEvent, True) End If else Dim cEvent As CalendarEvent = me.cEvent If cEvent <> Nil then me.owner.RemoveEvent(cEvent, False) me.owner.AddEvent(cEvent) me.owner.Redisplay() End If End If me.Close End Sub #tag EndEvent #tag EndEvents #tag Events CalendarView1 #tag Event Function CalendarEventFilter(cEvent As CalendarEvent) As Boolean //Return True to this event if the CalendarEvent should be displayed. Dim i As Integer //Here we search for each ColorFilter if its value is True. For i = 0 to 8 'If cEvent.EventColor = ColorFilter(i).myColor then If cEvent.EventColor = ColorSelectorFilter.Colors(i) then //We found the corresponding colorFilter //We return its value Return ColorSelectorFilter.Selections(i) 'Return ColorFilter(i).Value End If Next //Return True if the ColorFilter wasn't found Return True //We could also filter usin the cEvent.Tag property that can hold any type of information End Function #tag EndEvent #tag Event Sub ViewChange(StartDate As Date, EndDate As Date) //Updating the DatePicker view MonthCal.DisplayDate = New Date(me.DisplayDate) If me.ViewType = CalendarView1.TypeWeek then MonthCal.SelStart = New Date(StartDate) MonthCal.SelEnd = New Date(EndDate) else MonthCal.SelStart = Nil End If MonthCal.Redisplay() Select Case me.ViewType Case me.TypeYear segView.Selected(0) = True Case me.TypeMonth segView.Selected(1) = true Case me.TypeWeek segView.Selected(2) = true Case me.TypeOther segView.Selected(3) = true Case me.TypeDay segView.Selected(4) = true End Select End Sub #tag EndEvent #tag Event Sub Open() 'me.SetStyle(me.StyleDefault) 'me.SetStyle(me.StyleOutlook2010) me.SetStyle(me.StyleOutlook2013) me.FirstDayOfWeek = 2 me.FilterEvents = True me.ZIndex = 10 me.TextFont = "System" End Sub #tag EndEvent #tag Event Sub NewEvent(StartDate As Date, EndDate As Date) //This code must be copy pasted in your app to add new events Call CalEditEvent.Show(StartDate, EndDate, me) End Sub #tag EndEvent #tag Event Function EditEvent(cEvent As CalendarEvent) As CalendarEvent 'EE.ZIndex = 10000 'EE.EmbedWithin(self, me.left+(me.Width-EE.Width)\2, me.top+me.HeaderHeight, EE.Width, EE.Height) Dim Delete As Boolean Call CalEditEvent.Show(cEvent, Delete, me) 'If Delete then 'me.RemoveEvent(cEvent, True) 'Return Nil 'else 'Return cEvent 'End If End Function #tag EndEvent #tag Event Sub TimeGutterClick(ClickDate As Date) //This code must be copy pasted in your app to add new events Dim StartDate, EndDate As Date StartDate = New Date(ClickDate) EndDate = New Date(ClickDate) EndDate.Hour = EndDate.Hour + 1 Call CalEditEvent.Show(StartDate, EndDate, me) End Sub #tag EndEvent #tag EndEvents #tag Events MonthCal #tag Event Sub Open() me.FirstDayOfWeek = CalendarView1.FirstDayOfWeek End Sub #tag EndEvent #tag Event Sub DateSelected(D As Date) CalendarView1.DisplayDate = New Date(D) If CalendarView1.ViewType = CalendarView1.TypeYear then CalendarView1.ViewType = CalendarView1.TypeMonth elseif CalendarView1.ViewType = CalendarView1.TypeMonth then CalendarView1.ViewType = CalendarView1.TypeWeek End If End Sub #tag EndEvent #tag EndEvents #tag Events ColorSelectorFilter #tag Event Sub Open() me.AddColor &c444444, "Black" me.AddColor &c5484ED, "Dark Blue" me.AddColor &cA4BDFC, "Blue" me.AddColor &c46D6DB, "Turquoise" me.AddColor &c7AE7BF, "Light Green" me.AddColor &c51B749, "Green" me.AddColor &cFBD75B, "Yellow" me.AddColor &cFFB878, "Orange" me.AddColor &cFF887C, "Red" me.AddColor &cDBADFF, "Lavender" me.AddColor &cE1E1E1, "Grey" me.Type = me.TypeCheckbox For i as Integer = 0 to UBound(me.Colors) me.Selections(i) = True Next End Sub #tag EndEvent #tag Event Sub SelectColor(Index As Integer, C As Color, HTMLColor As String) #Pragma Unused C #Pragma Unused HTMLColor #Pragma Unused Index CalendarView1.Redisplay(True) End Sub #tag EndEvent #tag Event Sub Shown() me.ExecuteJavaScript("Xojo.get(""" + me.ControlID + """).style.overflowY = ""true"";") End Sub #tag EndEvent #tag EndEvents #tag ViewBehavior #tag ViewProperty Name="_OpenEventFired" Visible=false Group="Behavior" InitialValue="" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Cursor" Visible=true Group="Behavior" InitialValue="0" Type="Integer" EditorType="Enum" #tag EnumValues "0 - Automatic" "1 - Standard Pointer" "2 - Finger Pointer" "3 - IBeam" "4 - Wait" "5 - Help" "6 - Arrow All Directions" "7 - Arrow North" "8 - Arrow South" "9 - Arrow East" "10 - Arrow West" "11 - Arrow Northeast" "12 - Arrow Northwest" "13 - Arrow Southeast" "14 - Arrow Southwest" "15 - Splitter East West" "16 - Splitter North South" "17 - Progress" "18 - No Drop" "19 - Not Allowed" "20 - Vertical IBeam" "21 - Crosshair" #tag EndEnumValues #tag EndViewProperty #tag ViewProperty Name="Enabled" Visible=false Group="Behavior" InitialValue="True" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Height" Visible=true Group="Behavior" InitialValue="400" Type="Integer" EditorType="" #tag EndViewProperty #tag ViewProperty Name="HelpTag" Visible=true Group="Behavior" InitialValue="" Type="String" EditorType="MultiLineEditor" #tag EndViewProperty #tag ViewProperty Name="HorizontalCenter" Visible=false Group="Behavior" InitialValue="" Type="Integer" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Index" Visible=false Group="ID" InitialValue="-2147483648 " Type="Integer" EditorType="" #tag EndViewProperty #tag ViewProperty Name="IsImplicitInstance" Visible=false Group="Behavior" InitialValue="" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Left" Visible=false Group="Position" InitialValue="0" Type="Integer" EditorType="" #tag EndViewProperty #tag ViewProperty Name="LockBottom" Visible=false Group="Behavior" InitialValue="False" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="LockHorizontal" Visible=false Group="Behavior" InitialValue="" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="LockLeft" Visible=false Group="Behavior" InitialValue="False" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="LockRight" Visible=false Group="Behavior" InitialValue="False" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="LockTop" Visible=false Group="Behavior" InitialValue="False" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="LockVertical" Visible=false Group="Behavior" InitialValue="" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="MinHeight" Visible=true Group="Behavior" InitialValue="400" Type="Integer" EditorType="" #tag EndViewProperty #tag ViewProperty Name="MinWidth" Visible=true Group="Behavior" InitialValue="600" Type="Integer" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Name" Visible=true Group="ID" InitialValue="" Type="String" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Super" Visible=true Group="ID" InitialValue="" Type="String" EditorType="" #tag EndViewProperty #tag ViewProperty Name="TabOrder" Visible=false Group="Behavior" InitialValue="" Type="Integer" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Title" Visible=true Group="Behavior" InitialValue="Untitled" Type="String" EditorType="MultiLineEditor" #tag EndViewProperty #tag ViewProperty Name="Top" Visible=false Group="Position" InitialValue="0" Type="Integer" EditorType="" #tag EndViewProperty #tag ViewProperty Name="VerticalCenter" Visible=false Group="Behavior" InitialValue="" Type="Integer" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Visible" Visible=false Group="Behavior" InitialValue="True" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Width" Visible=true Group="Behavior" InitialValue="600" Type="Integer" EditorType="" #tag EndViewProperty #tag ViewProperty Name="ZIndex" Visible=false Group="Behavior" InitialValue="1" Type="Integer" EditorType="" #tag EndViewProperty #tag ViewProperty Name="_DeclareLineRendered" Visible=false Group="Behavior" InitialValue="False" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="_HorizontalPercent" Visible=false Group="Behavior" InitialValue="" Type="Double" EditorType="" #tag EndViewProperty #tag ViewProperty Name="_ImplicitInstance" Visible=false Group="Behavior" InitialValue="False" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="_IsEmbedded" Visible=false Group="Behavior" InitialValue="" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="_Locked" Visible=false Group="Behavior" InitialValue="" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="_NeedsRendering" Visible=false Group="Behavior" InitialValue="True" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="_OfficialControl" Visible=false Group="Behavior" InitialValue="False" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="_ShownEventFired" Visible=false Group="Behavior" InitialValue="" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="_VerticalPercent" Visible=false Group="Behavior" InitialValue="" Type="Double" EditorType="" #tag EndViewProperty #tag EndViewBehavior
27.664545
2,933
0.585193
26690b8e2a442b197f60064ea62b749d6851d5d0
163
xtend
Xtend
fire.ide/src/fire/ide/FireIdeModule.xtend
joeseibel/fire
9f9e5856b231392de9810b8624c84e54c437660a
[ "Unlicense" ]
null
null
null
fire.ide/src/fire/ide/FireIdeModule.xtend
joeseibel/fire
9f9e5856b231392de9810b8624c84e54c437660a
[ "Unlicense" ]
null
null
null
fire.ide/src/fire/ide/FireIdeModule.xtend
joeseibel/fire
9f9e5856b231392de9810b8624c84e54c437660a
[ "Unlicense" ]
null
null
null
/* * generated by Xtext 2.11.0 */ package fire.ide /** * Use this class to register ide components. */ class FireIdeModule extends AbstractFireIdeModule { }
13.583333
51
0.705521
5aecaae59ae9141a3969c027fbbb55b0516da48a
314
xtend
Xtend
de.dc.entity.lang.ui/src/de/dc/entity/lang/ui/EntityDslUiModule.xtend
chqu1012/EntityFX
019120208febb0fad84748249f34f252831aeb63
[ "Apache-2.0" ]
1
2019-12-01T18:26:01.000Z
2019-12-01T18:26:01.000Z
de.dc.entity.lang.ui/src/de/dc/entity/lang/ui/EntityDslUiModule.xtend
chqu1012/EntityFX
019120208febb0fad84748249f34f252831aeb63
[ "Apache-2.0" ]
33
2019-09-20T08:57:45.000Z
2020-02-06T10:58:41.000Z
de.dc.entity.lang.ui/src/de/dc/entity/lang/ui/EntityDslUiModule.xtend
chqu1012/EntityFX
019120208febb0fad84748249f34f252831aeb63
[ "Apache-2.0" ]
null
null
null
/* * generated by Xtext 2.17.0 */ package de.dc.entity.lang.ui import org.eclipse.xtend.lib.annotations.FinalFieldsConstructor /** * Use this class to register components to be used within the Eclipse IDE. */ @FinalFieldsConstructor class EntityDslUiModule extends AbstractEntityDslUiModule { }
22.428571
76
0.748408
cfb0b70c9ab6923a427ee8fda303f79425de1861
314
xtend
Xtend
fire/src/fire/FireStandaloneSetup.xtend
joeseibel/fire
9f9e5856b231392de9810b8624c84e54c437660a
[ "Unlicense" ]
null
null
null
fire/src/fire/FireStandaloneSetup.xtend
joeseibel/fire
9f9e5856b231392de9810b8624c84e54c437660a
[ "Unlicense" ]
null
null
null
fire/src/fire/FireStandaloneSetup.xtend
joeseibel/fire
9f9e5856b231392de9810b8624c84e54c437660a
[ "Unlicense" ]
null
null
null
/* * generated by Xtext 2.10.0 */ package fire /** * Initialization support for running Xtext languages without Equinox extension registry. */ class FireStandaloneSetup extends FireStandaloneSetupGenerated { def static void doSetup() { new FireStandaloneSetup().createInjectorAndDoEMFRegistration() } }
19.625
89
0.770701
19af0f2a5161f95f9ebeaea2f463a83ff0d36b13
7,631
xtend
Xtend
jxfw-fulltext-service/src/main/java/ru/croc/ctp/jxfw/fulltext/generator/solr/SolrEntityPopulator.xtend
croc-code/jxfw
7af05aa6579a8dfd0e83c918b0e46195eb0802cf
[ "Apache-2.0" ]
12
2021-11-08T08:08:44.000Z
2022-02-21T15:42:25.000Z
jxfw-fulltext-service/src/main/java/ru/croc/ctp/jxfw/fulltext/generator/solr/SolrEntityPopulator.xtend
crocinc/jxfw
da93ee21e4e586219eeefc8441e472f7136266d1
[ "Apache-2.0" ]
null
null
null
jxfw-fulltext-service/src/main/java/ru/croc/ctp/jxfw/fulltext/generator/solr/SolrEntityPopulator.xtend
crocinc/jxfw
da93ee21e4e586219eeefc8441e472f7136266d1
[ "Apache-2.0" ]
1
2022-03-02T14:05:28.000Z
2022-03-02T14:05:28.000Z
package ru.croc.ctp.jxfw.fulltext.generator.solr import org.eclipse.xtend.lib.macro.declaration.MutableClassDeclaration import org.eclipse.xtend.lib.macro.TransformationContext import org.slf4j.Logger import ru.croc.ctp.jxfw.core.xtend.logging.LoggerFactory; import org.apache.commons.lang3.StringUtils import javax.annotation.Nonnull import java.util.List import java.util.HashMap import org.springframework.data.solr.core.mapping.Indexed import static extension ru.croc.ctp.jxfw.fulltext.generator.solr.GeneratorHelperSolr.* import org.springframework.data.solr.core.mapping.SolrDocument import ru.croc.ctp.jxfw.fulltext.generator.XFWSearchClass import org.eclipse.xtend.lib.macro.declaration.MutableFieldDeclaration import ru.croc.ctp.jxfw.fulltext.generator.XFWSearchField import org.eclipse.xtend.lib.macro.declaration.ClassDeclaration import org.eclipse.xtend.lib.macro.declaration.FieldDeclaration import ru.croc.ctp.jxfw.core.generator.Constants import ru.croc.ctp.jxfw.core.domain.meta.XFWPrimaryKey import ru.croc.ctp.jxfw.core.generator.impl.ClassUtil import org.apache.commons.lang3.StringUtils /** * Для свеже зарегестрированного "сгенерированного, голого" класса, добавление полей и аннотаций. * * @author SMufazzalov * @since 1.4 */ class SolrEntityPopulator { private static final Logger logger = LoggerFactory.getLogger(SolrEntityPopulator); val extension TransformationContext ctx val MutableClassDeclaration clazz var ClassDeclaration baseClass //самое близкое к начальному xtend описанию представление класса var HashMap<MutableClassDeclaration, MutableClassDeclaration> mutableClzMap var boolean dual new(@Nonnull TransformationContext context, MutableClassDeclaration clz, List<? extends MutableClassDeclaration> elements, HashMap<MutableClassDeclaration, MutableClassDeclaration> clazzMap, boolean isDual) { ctx = context clazz = clz //правильный мутабельный класс для solrEntity mutableClzMap = clazzMap //из xtend может быть получена базовая модель либо полнотекстовая, baseEntity это базовая val baseEntity = mutableClzMap.get(clazz) //исходный вариант (максимально близкий к xtend описанию) baseClass = context.getPrimarySourceElement(baseEntity) as ClassDeclaration dual = isDual } public def populate(){ if(baseClass == null) { throw new RuntimeException("No xtend class found for " + clazz.getQualifiedName) } //добавить аннотацию XFWSearchClass addXFWSearchClassAnnotation //добавить аннотацию SolrDocument addSolrDocumentAnnotation //отнаследовать от родительских fulltext типов addParentsClassesInfo if (baseClass.abstract) clazz.abstract = true //регистрация в контексте //добавить все поля и аннотации baseClass.declaredFields.forEach[ fromField | //добавить анологичное поле из исходной xtend модели в сгенерированный класс val toField = addFieldIfNotExistsOrGetExisting(fromField) //адаптировать аннотации полей из исходной xtend модели в сгенерированный класс addAnnotationsToField(fromField, toField) ] //TODO перенести методы из базового класса если таких нет в текущем //https://jira.croc.ru/browse/JXFW-1455 baseClass.declaredMethods.forEach[fromMethod | //из-за свойств ленивого исполнения, старый таргет теряется. //setBody ] } private def addFieldIfNotExistsOrGetExisting(FieldDeclaration fromField) { val fieldName = fromField.simpleName val alreadyExists = clazz.findDeclaredField(fieldName) //случай если в системе только solr модель if (alreadyExists == null) { return clazz.addField(fieldName) [ type = fromField.type ] } alreadyExists } private def addAnnotationsToField(FieldDeclaration fromField, MutableFieldDeclaration toField) { val searchFieldAnn = fromField.findAnnotation(XFWSearchField.newAnnotationReference.annotationTypeDeclaration) //здесь могут быть системные поля jxfw, не предназначенные для индекса, //поэтому у них не должно быть @XFWSearchField и мы их пропускаем if(searchFieldAnn != null) { val indAnn = Indexed.newAnnotationReference[ //поиск setBooleanValue(Constants.FULLTEXT_SEARCHABLE, searchFieldAnn.getBooleanValue(Constants.FULLTEXT_INDEXED)) //хранение setBooleanValue(Constants.FULLTEXT_STORED, searchFieldAnn.getBooleanValue(Constants.FULLTEXT_STORED)) //имя поля документа в Solr val n = searchFieldAnn.getStringValue("name") if(StringUtils.isNotEmpty(n)) { setStringValue("name", n) } //тип поля в Solr val type = searchFieldAnn.getStringValue("type") if(StringUtils.isNotEmpty(type)) { setStringValue("type", type) } ] (toField as MutableFieldDeclaration).addAnnotation(indAnn) //скопировать аннотации ключевые ключи val fromFkAnn = fromField.findAnnotation(XFWPrimaryKey.newAnnotationReference.getAnnotationTypeDeclaration) if(fromFkAnn != null) { val pkAnn = XFWPrimaryKey.newAnnotationReference[ setIntValue("order", fromFkAnn.getIntValue("order")) ] val toDelete = ClassUtil.getAnnotation(toField, XFWSearchClass) //удаляем если уже стояла над gjktv if (toDelete != null) toField.removeAnnotation(toDelete) toField.addAnnotation(pkAnn) } } } private def addParentsClassesInfo() { val extClass = baseClass.extendedClass if (extClass != null) { //имя прямого родителя базовой (не fulttext) сущности val parentName = extClass.name //найдем ее fulltext представление val qualifiedNameOfFulltextParent = GeneratorHelperSolr.getEntityQName(parentName, dual) if (StringUtils.isEmpty(qualifiedNameOfFulltextParent)) { clazz.addError("check parent entity has @XFWSearchClass annotation") } clazz.extendedClass = ctx.findTypeGlobally(qualifiedNameOfFulltextParent).newSelfTypeReference } } private def addSolrDocumentAnnotation() { var existingSolrDocAnn = ClassUtil.getAnnotation(clazz, SolrDocument) //удаляем если уже стояла над классом if (existingSolrDocAnn != null) clazz.removeAnnotation(existingSolrDocAnn) val solrDocAnn = SolrDocument.newAnnotationReference [ setStringValue(Constants.FULLTEXT_SOLR_CORE_NAME, baseClass.getSolrCore) ] clazz.addAnnotation(solrDocAnn) } private def addXFWSearchClassAnnotation() { //XFWSearchClass над xtend классом val xtendsSearchClassAnn = ClassUtil.getAnnotation(baseClass, XFWSearchClass) val toDelete = ClassUtil.getAnnotation(clazz, XFWSearchClass) //удаляем если уже стояла над классом if (toDelete != null) clazz.removeAnnotation(toDelete) val searchAnn = XFWSearchClass.newAnnotationReference [ setEnumValue( Constants.FULLTEXT_DB_SEARCH_TYPE, xtendsSearchClassAnn.getEnumValue(Constants.FULLTEXT_DB_SEARCH_TYPE) ) setDoubleValue("version", xtendsSearchClassAnn.getDoubleValue("version")) ] clazz.addAnnotation(searchAnn) } }
42.631285
139
0.706592
681c2acacab3663bf62ff8c2dad103e472827add
360
xtend
Xtend
de.dc.sql.lang/src/de/dc/sql/lang/SqlQueryDslStandaloneSetup.xtend
chqu1012/QueryDsl
e8831b37cbb19676291282f44f9d47155fd1c01b
[ "Apache-2.0" ]
null
null
null
de.dc.sql.lang/src/de/dc/sql/lang/SqlQueryDslStandaloneSetup.xtend
chqu1012/QueryDsl
e8831b37cbb19676291282f44f9d47155fd1c01b
[ "Apache-2.0" ]
1
2019-12-01T18:31:04.000Z
2019-12-25T15:23:18.000Z
de.dc.sql.lang/src/de/dc/sql/lang/SqlQueryDslStandaloneSetup.xtend
chqu1012/QueryDsl
e8831b37cbb19676291282f44f9d47155fd1c01b
[ "Apache-2.0" ]
null
null
null
/* * generated by Xtext 2.19.0 */ package de.dc.sql.lang /** * Initialization support for running Xtext languages without Equinox extension registry. */ class SqlQueryDslStandaloneSetup extends SqlQueryDslStandaloneSetupGenerated { def static void doSetup() { new SqlQueryDslStandaloneSetup().createInjectorAndDoEMFRegistration() } }
22.5
90
0.75
8108c72054006d8ca7753154b5d0cc0e8d34c263
3,570
xtend
Xtend
org.foam.cli/main/src/org/foam/cli/tools/ce2xmi/CounterExampleToXmi.xtend
d3sreq/foam-tool
ec709f037f1dae3307154538afcb67c2eef1e0b2
[ "MIT" ]
2
2015-02-04T15:17:41.000Z
2017-08-09T06:30:09.000Z
org.foam.cli/main/src/org/foam/cli/tools/ce2xmi/CounterExampleToXmi.xtend
d3sreq/foam-tool
ec709f037f1dae3307154538afcb67c2eef1e0b2
[ "MIT" ]
6
2015-01-20T09:00:18.000Z
2015-02-08T14:56:13.000Z
org.foam.cli/main/src/org/foam/cli/tools/ce2xmi/CounterExampleToXmi.xtend
d3sreq/foam-tool
ec709f037f1dae3307154538afcb67c2eef1e0b2
[ "MIT" ]
null
null
null
package org.foam.cli.tools.ce2xmi import aQute.bnd.annotation.component.Component import com.google.common.base.Charsets import com.google.common.io.Files import java.io.File import joptsimple.OptionParser import org.apache.log4j.Logger import org.foam.cli.launcher.api.IExecutableTool import org.foam.cntex.CntexPackage import org.foam.flowannotation.FlowannotationPackage import org.foam.lts.Automaton import org.foam.lts.LtsPackage import org.foam.tadl.TadlPackage import org.foam.traceability.TraceabilityPackage import org.foam.transform.cntexlang2cntex.CntexLang2Cntex import org.foam.transform.cntexlang2cntex.CntexStateResolver import org.foam.transform.utils.modeling.EmfCommons import org.foam.verification.VerificationPackage @Component @Deprecated class CounterExampleToXmi implements IExecutableTool { static extension Logger = Logger.getLogger(CounterExampleToXmi) override execute(String[] args) { // parse options val optionParser = new OptionParser val inputCounterExampleOption = optionParser.accepts("i", "input file with NuSMV counter example in XML format").withRequiredArg.describedAs("NuSMV XML counter example") val inputLtsOption = optionParser.accepts("a", "input file with LTS automaton").withRequiredArg.describedAs("input LTS") val outputOption = optionParser.accepts("o", "output file with FOAM counter example").withRequiredArg.describedAs("foam counter example file") val helpOption = optionParser.acceptsAll(newArrayList("h", "?"), "show help") val options = optionParser.parse(args) if (options.has(helpOption)) { optionParser.printHelpOn(System.out) return } val inputCounterExampleFileName = if (options.has(inputCounterExampleOption) && options.hasArgument(inputCounterExampleOption)) { inputCounterExampleOption.value(options) } else { optionParser.printHelpOn(System.out) return } val inputLtsFileName = if (options.has(inputLtsOption) && options.hasArgument(inputLtsOption)) { inputLtsOption.value(options) } else { optionParser.printHelpOn(System.out) return } val outputFileName = if (options.has(outputOption) && options.hasArgument(outputOption)) { outputOption.value(options) } else { optionParser.printHelpOn(System.out) return } // initialization '''Initializing required meta-models'''.info CntexPackage.eINSTANCE.eClass FlowannotationPackage.eINSTANCE.eClass LtsPackage.eINSTANCE.eClass TadlPackage.eINSTANCE.eClass TraceabilityPackage.eINSTANCE.eClass VerificationPackage.eINSTANCE.eClass EmfCommons.registerAsteriskInExtensionToFactory '''Reading input NuSMV counter example from file "«inputCounterExampleFileName»"'''.info val inputText = Files.toString(new File(inputCounterExampleFileName), Charsets.UTF_8) '''Reading input LTS from file "«inputLtsFileName»"'''.info val automaton = EmfCommons.readModel(inputLtsFileName) as Automaton // validation '''Validating input LTS'''.info EmfCommons.basicValidate(automaton) // transformation '''Running the transformation'''.info val transformation = new CntexLang2Cntex val counterExample = transformation.transform(inputText) // add links to Automaton val resolver = new CntexStateResolver resolver.transform(counterExample, automaton) // save output '''Writing the result FOAM countex example to "«outputFileName»"'''.info EmfCommons.writeModel(counterExample, outputFileName) "done".info } override getUsage() ''' Converts the counter example from NuSMV's internal format XMI. ''' }
34
171
0.780392
dacbea1e6fffa3acc1f881c1a4fa6bd94575e848
1,531
xtend
Xtend
de.wwu.md2.framework/src/de/wwu/md2/framework/generator/android/lollipop/misc/AndroidManifestGen.xtend
pirast/md2-framework
508e8e9ba085bfa7e05e9cb65725a3a5469b5f41
[ "Apache-2.0" ]
8
2015-01-21T09:52:12.000Z
2020-07-28T18:06:14.000Z
de.wwu.md2.framework/src/de/wwu/md2/framework/generator/android/lollipop/misc/AndroidManifestGen.xtend
pirast/md2-framework
508e8e9ba085bfa7e05e9cb65725a3a5469b5f41
[ "Apache-2.0" ]
8
2017-10-11T13:16:43.000Z
2022-02-26T03:35:32.000Z
de.wwu.md2.framework/src/de/wwu/md2/framework/generator/android/lollipop/misc/AndroidManifestGen.xtend
pirast/md2-framework
508e8e9ba085bfa7e05e9cb65725a3a5469b5f41
[ "Apache-2.0" ]
9
2015-06-29T14:02:23.000Z
2020-02-05T11:29:16.000Z
package de.wwu.md2.framework.generator.android.lollipop.misc import de.wwu.md2.framework.mD2.App import de.wwu.md2.framework.mD2.ViewFrame class AndroidManifestGen { // generates android manifest for the project def static String generateProjectAndroidManifest(App app, Iterable<ViewFrame> rootViews, String packageName)''' <?xml version="1.0" encoding="utf-8"?> <!-- generated in de.wwu.md2.framework.generator.android.lollipop.misc.AndroidManifest.generateProjectAndroidManifest() --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="«packageName»" > <uses-permission android:name="android.permission.INTERNET" /> <application android:name=".«app.name»" android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme" > <activity android:name=".StartActivity" android:label="@string/app_name" > <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> «FOR rv : rootViews» <activity android:name=".«rv.name.toFirstUpper»Activity" android:label="@string/title_activity_«rv.name.toFirstLower»" > </activity> «ENDFOR» </application> </manifest> ''' }
38.275
125
0.632266
19cfdcb00bfaa970c0a4bee2560df38fa6d83f3f
336
xtend
Xtend
edu.vanderbilt.riaps.system.parent/edu.vanderbilt.riaps.system/src/edu/vanderbilt/riaps/SystemStandaloneSetup.xtend
RIAPS/riaps-dsml
060fc1c47966d892229456a26f27d5951aaad8a8
[ "Apache-2.0" ]
1
2019-02-24T10:15:10.000Z
2019-02-24T10:15:10.000Z
edu.vanderbilt.riaps.system.parent/edu.vanderbilt.riaps.system/src/edu/vanderbilt/riaps/SystemStandaloneSetup.xtend
RIAPS/riaps-dsml
060fc1c47966d892229456a26f27d5951aaad8a8
[ "Apache-2.0" ]
3
2019-02-20T23:43:20.000Z
2019-06-21T21:56:27.000Z
edu.vanderbilt.riaps.system.parent/edu.vanderbilt.riaps.system/src/edu/vanderbilt/riaps/SystemStandaloneSetup.xtend
RIAPS/riaps-dsml
060fc1c47966d892229456a26f27d5951aaad8a8
[ "Apache-2.0" ]
null
null
null
/* * generated by Xtext 2.16.0 */ package edu.vanderbilt.riaps /** * Initialization support for running Xtext languages without Equinox extension registry. */ class SystemStandaloneSetup extends SystemStandaloneSetupGenerated { def static void doSetup() { new SystemStandaloneSetup().createInjectorAndDoEMFRegistration() } }
21
89
0.779762
2cd2de97d18834481d1f9c9dc2f69a00d5227937
2,790
xtend
Xtend
solutions/EMFSolutionYAMTL_expl_parallel/src/main/java/ttc2018/yamtl/Q2_yamtl.xtend
qishen/ttc2018liveContest
a41b0e09696f91b8d0a278a6cc4b5a60b23d04fe
[ "MIT" ]
3
2019-03-26T18:45:02.000Z
2021-04-30T05:17:18.000Z
solutions/EMFSolutionYAMTL_expl_parallel/src/main/java/ttc2018/yamtl/Q2_yamtl.xtend
qishen/ttc2018liveContest
a41b0e09696f91b8d0a278a6cc4b5a60b23d04fe
[ "MIT" ]
73
2018-06-26T10:04:00.000Z
2021-06-15T11:10:19.000Z
solutions/EMFSolutionYAMTL_expl_parallel/src/main/java/ttc2018/yamtl/Q2_yamtl.xtend
qishen/ttc2018liveContest
a41b0e09696f91b8d0a278a6cc4b5a60b23d04fe
[ "MIT" ]
17
2018-06-25T13:14:15.000Z
2021-08-09T13:54:52.000Z
package ttc2018.yamtl import SocialNetwork.Comment import SocialNetwork.SocialNetworkPackage import SocialNetwork.Submission import SocialNetwork.User import java.util.List import java.util.Map import java.util.concurrent.ConcurrentHashMap import java.util.concurrent.ConcurrentMap import org.eclipse.emf.ecore.EObject import org.eclipse.xtend.lib.annotations.Accessors import yamtl.core.YAMTLModule import yamtl.incremental.YAMTLFeatureValueChange import static yamtl.dsl.Rule.* import static extension ttc2018.yamtl.Util.* class Q2_yamtl extends YAMTLModule { val SN = SocialNetworkPackage.eINSTANCE @Accessors val static threeBestCandidates = new ConcurrentHashMap<YAMTLModule,List<Pair<Submission,Integer>>>() @Accessors val static candidatesWithNilScore = new ConcurrentHashMap<YAMTLModule,List<Submission>>() @Accessors var static ConcurrentMap<Comment,FriendComponentUtil_UF> componentMap = new ConcurrentHashMap<Comment,FriendComponentUtil_UF>() new () { threeBestCandidates.put(this, newArrayList) candidatesWithNilScore.put(this, newArrayList) header().in('sn', SN).out('out', SN) ruleStore( newArrayList( rule('UserComponentsByComment') .in('comment', SN.comment) .filter[ val comment = 'comment'.fetch as Comment var score = 0 var matches = false val threeBestCandidatesLocalList = threeBestCandidates.get(this) if (comment.likedBy.size > 0) { var fc = componentMap.get(comment) if (fc===null) { fc = new FriendComponentUtil_UF(comment.likedBy) componentMap.put(comment, fc) } else { val map = this.fetch('dirtyFeatures') as Map<EObject,List<YAMTLFeatureValueChange>> for (e: map.entrySet) { for (fv: e.value) { switch(fv.featureName) { case 'likedBy': { fc.addLikedBy(fv.value as User) } case 'friends': { fc.addFriendship(e.key as User, fv.value as User) } } } } } score = fc.score threeBestCandidatesLocalList.addIfIsThreeBest(comment, score) matches = true } else { if (threeBestCandidatesLocalList.size <= 3) { val candidatesWithNilScoreLocalList = candidatesWithNilScore.get(this) candidatesWithNilScoreLocalList.add(comment) } } matches ] .query )) } // HELPER def static getBestThree() { val bestThree = threeBestCandidates.values.flatten.sort([a,b| val result = a.value.compareTo(b.value) * -1 if (result !== 0) { return result } else { a.key.timestamp.compareTo(b.key.timestamp) * -1 } ]).take(3) if (bestThree.size<3) { return bestThree.toList.getBestThree(candidatesWithNilScore.values.flatten.toList) } return bestThree.map[it.key] } }
30
128
0.698566
4c147793cc39c4265121f3d40321f3eead14f2b0
124
xtend
Xtend
src/main/java/alfred/tasks/Task.xtend
skarack/alfred
3b4510f64e60d9e5eff32db70c0ba1fc8f0f5f68
[ "Apache-2.0" ]
null
null
null
src/main/java/alfred/tasks/Task.xtend
skarack/alfred
3b4510f64e60d9e5eff32db70c0ba1fc8f0f5f68
[ "Apache-2.0" ]
null
null
null
src/main/java/alfred/tasks/Task.xtend
skarack/alfred
3b4510f64e60d9e5eff32db70c0ba1fc8f0f5f68
[ "Apache-2.0" ]
null
null
null
package alfred.tasks import alfred.sceduling.Result interface Task { def Result execute() def void notify(int errCode) }
15.5
30
0.782258
148f6f9ae45ad0e32929a23f3dc97e8acc0d769d
807
xtend
Xtend
org.afplib.afptext.tests/src/org/afplib/tests/AfpTextParsingTest.xtend
yan74/afptext
2d0a89be3d3dd1de981e522c2c6791d789894475
[ "Apache-2.0" ]
null
null
null
org.afplib.afptext.tests/src/org/afplib/tests/AfpTextParsingTest.xtend
yan74/afptext
2d0a89be3d3dd1de981e522c2c6791d789894475
[ "Apache-2.0" ]
null
null
null
org.afplib.afptext.tests/src/org/afplib/tests/AfpTextParsingTest.xtend
yan74/afptext
2d0a89be3d3dd1de981e522c2c6791d789894475
[ "Apache-2.0" ]
null
null
null
/* * generated by Xtext 2.18.0.M3 */ package org.afplib.tests import com.google.inject.Inject import org.afplib.afpText.Model import org.eclipse.xtext.testing.InjectWith import org.eclipse.xtext.testing.extensions.InjectionExtension import org.eclipse.xtext.testing.util.ParseHelper import org.junit.jupiter.api.Assertions import org.junit.jupiter.api.Test import org.junit.jupiter.api.^extension.ExtendWith @ExtendWith(InjectionExtension) @InjectWith(AfpTextInjectorProvider) class AfpTextParsingTest { @Inject ParseHelper<Model> parseHelper @Test def void loadModel() { val result = parseHelper.parse(''' Hello Xtext! ''') Assertions.assertNotNull(result) val errors = result.eResource.errors Assertions.assertTrue(errors.isEmpty, '''Unexpected errors: «errors.join(", ")»''') } }
26.032258
85
0.77943
13fbf323b622fc6ac8ff127aace68ab6ee322083
1,486
xtend
Xtend
kcl.ac.uk.xtext.videoannotationsdsl/src/kcl/ac/uk/xtext/generator/AnnotationCompletion.xtend
razvangeangu/Video-Anootation-Tool-LEO
404e055092b5237e068ec79cc811866b9ded8b2b
[ "MIT" ]
null
null
null
kcl.ac.uk.xtext.videoannotationsdsl/src/kcl/ac/uk/xtext/generator/AnnotationCompletion.xtend
razvangeangu/Video-Anootation-Tool-LEO
404e055092b5237e068ec79cc811866b9ded8b2b
[ "MIT" ]
null
null
null
kcl.ac.uk.xtext.videoannotationsdsl/src/kcl/ac/uk/xtext/generator/AnnotationCompletion.xtend
razvangeangu/Video-Anootation-Tool-LEO
404e055092b5237e068ec79cc811866b9ded8b2b
[ "MIT" ]
null
null
null
package kcl.ac.uk.xtext.generator import kcl.ac.uk.xtext.videoAnnotationsDSL.AnnotatedVideo class AnnotationCompletion { def getIDs(AnnotatedVideo video) { val list = newArrayList video.annotations.forEach([ann | list.add(ann.name)]) return list } def getSenders(AnnotatedVideo video) { val list = newArrayList video.annotations.forEach([ann | list.add(ann.sender)]) return list } def getMoves(AnnotatedVideo video) { val list = newArrayList // println(new VideoAnnotationsDSLParser().grammarAccess.moveRule.alternatives.eContents.toArray) video.annotations.forEach([ann | list.add(ann.type.type)]) return list } def getScopes(AnnotatedVideo video) { val list = newArrayList video.annotations.forEach([ann | list.add(ann.scope.scope)]) return list } def getFocus(AnnotatedVideo video) { val list = newArrayList video.annotations.forEach([ann | list.add(ann.focus.focus)]) return list } def getContent(AnnotatedVideo video) { val list = newArrayList video.annotations.forEach([ann | list.add(ann.content)]) return list } def getContentLabel(AnnotatedVideo video) { val list = newArrayList video.annotations.forEach([ann | if (ann.contentLabel != null) { list.add("\"" + ann.contentLabel + "\"") }]) return list } def getTarget(AnnotatedVideo video) { val list = newArrayList video.annotations.forEach([ann | if (ann.target != null) { list.add(ann.target.name) }]) return list } }
23.21875
111
0.71467
47d0b4d97342a112d213711b8b1814f97bac9447
1,371
xtend
Xtend
com.zipc.garden.webplatform.dsl.sc.parent/com.zipc.garden.webplatform.dsl.sc/src/main/java/com/zipc/garden/webplatform/dsl/sc/lib/RangeValueExtensions.xtend
open-garden/garden
588fc9d254b913548159bcd01c5b34bd1c5cbc73
[ "BSD-3-Clause" ]
9
2021-06-22T08:05:59.000Z
2021-09-10T05:12:02.000Z
com.zipc.garden.webplatform.dsl.sc.parent/com.zipc.garden.webplatform.dsl.sc/src/main/java/com/zipc/garden/webplatform/dsl/sc/lib/RangeValueExtensions.xtend
open-garden/garden
588fc9d254b913548159bcd01c5b34bd1c5cbc73
[ "BSD-3-Clause" ]
1
2021-04-14T05:15:10.000Z
2021-07-02T07:23:33.000Z
com.zipc.garden.webplatform.dsl.sc.parent/com.zipc.garden.webplatform.dsl.sc/src/main/java/com/zipc/garden/webplatform/dsl/sc/lib/RangeValueExtensions.xtend
open-garden/garden
588fc9d254b913548159bcd01c5b34bd1c5cbc73
[ "BSD-3-Clause" ]
1
2021-04-14T05:31:49.000Z
2021-04-14T05:31:49.000Z
package com.zipc.garden.webplatform.dsl.sc.lib import com.zipc.garden.webplatform.dsl.sc.sCModel.Range import java.util.Collections import java.util.List import org.eclipse.emf.common.util.URI import org.eclipse.emf.ecore.EObject import org.eclipse.emf.ecore.resource.Resource; import org.eclipse.xtext.common.types.access.TypeResource; import com.zipc.garden.webplatform.dsl.sc.sCModel.SCModelFactory class RangeValueExtensions { static final StringBuilder uriBuilder = new StringBuilder(128); static final Resource resource = new TypeResource(); public static RangeValueExtensions INSTANCE = new RangeValueExtensions(); private new() { uriBuilder.append("java").append(":").append("/Objects/").append("com.zipc.garden.webplatform.dsl.sc.lib.RangeValueExtensions"); resource.setURI(URI.createURI(uriBuilder.toString())); } def List<EObject> eObject(String string) { try { val value = Double.parseDouble(string); val range = resource.contents.filter(Range).findFirst[r|r.id.equals(value.toString)]; return Collections.singletonList(range ?: createRange(value)); } catch(Exception e) { Collections.emptyList; } } def Range createRange(Double value) { val newRange = SCModelFactory.eINSTANCE.createRange(); newRange.id = value.toString; newRange.value.add(value); resource.getContents().add(newRange); return newRange; } }
31.159091
130
0.769511
47fb85cb2464e140d2c3b60a4ad6814eff042581
1,339
xtend
Xtend
yang-lsp/io.typefox.yang/src/test/java/io/typefox/yang/tests/linking/Bug161Test.xtend
theia-ide/yang-lsp
2ccaf131c1e41ea097209454cb3d31e323924101
[ "Apache-2.0" ]
34
2017-11-01T09:43:14.000Z
2022-02-07T14:23:32.000Z
yang-lsp/io.typefox.yang/src/test/java/io/typefox/yang/tests/linking/Bug161Test.xtend
theia-ide/yang-lsp
2ccaf131c1e41ea097209454cb3d31e323924101
[ "Apache-2.0" ]
92
2017-10-04T15:23:40.000Z
2022-03-29T14:16:48.000Z
yang-lsp/io.typefox.yang/src/test/java/io/typefox/yang/tests/linking/Bug161Test.xtend
TypeFox/yang-lsp
51654e8353dcdb137bc764a7f2608b451362e7fe
[ "Apache-2.0" ]
11
2017-10-15T11:47:52.000Z
2021-04-21T07:49:01.000Z
package io.typefox.yang.tests.linking import io.typefox.yang.tests.AbstractYangTest import io.typefox.yang.yang.Deviation import org.junit.Test import static org.junit.Assert.* import static extension org.eclipse.xtext.nodemodel.util.NodeModelUtils.* class Bug161Test extends AbstractYangTest { @Test def void testAugmentInDeepUsesGrouping() { val ksExt = ''' module ik { yang-version 1.1; prefix m; namespace m; grouping ct_akpwcg { container pkt { leaf lf_hpri_key { type empty; } } } grouping ks_akpwcg { uses ct_akpwcg { augment pkt { container c_en_pri_key { uses evg; } } } } grouping evg { leaf value { type binary; } } uses ks_akpwcg; deviation /pkt/lf_hpri_key { deviate not-supported; } deviation /pkt/c_en_pri_key { deviate not-supported; } } '''.load() ksExt.assertNoErrors() val deviations = ksExt.root.eAllContents.filter(Deviation).toSet assertEquals(2, deviations.size) deviations.forEach[ dev | val refNode = dev.reference.node assertFalse('''Unresolved reference: «refNode.text» (line «refNode.startLine»)''', dev.reference.schemaNode.eIsProxy) ] } }
20.921875
85
0.616131
5e63a95f275c50b41569e40c8532ef6bae7ba83e
41,836
xtend
Xtend
org.lflang.diagram/src/org/lflang/diagram/synthesis/LinguaFrancaSynthesis.xtend
jdeantoni/lingua-franca
4f2d13744cbbf0386427bc296292cee80d973ff2
[ "BSD-2-Clause" ]
null
null
null
org.lflang.diagram/src/org/lflang/diagram/synthesis/LinguaFrancaSynthesis.xtend
jdeantoni/lingua-franca
4f2d13744cbbf0386427bc296292cee80d973ff2
[ "BSD-2-Clause" ]
null
null
null
org.lflang.diagram/src/org/lflang/diagram/synthesis/LinguaFrancaSynthesis.xtend
jdeantoni/lingua-franca
4f2d13744cbbf0386427bc296292cee80d973ff2
[ "BSD-2-Clause" ]
null
null
null
package org.lflang.diagram.synthesis import com.google.common.collect.HashBasedTable import com.google.common.collect.HashMultimap import com.google.common.collect.Table import de.cau.cs.kieler.klighd.DisplayedActionData import de.cau.cs.kieler.klighd.SynthesisOption import de.cau.cs.kieler.klighd.kgraph.KEdge import de.cau.cs.kieler.klighd.kgraph.KNode import de.cau.cs.kieler.klighd.kgraph.KPort import de.cau.cs.kieler.klighd.krendering.Colors import de.cau.cs.kieler.klighd.krendering.HorizontalAlignment import de.cau.cs.kieler.klighd.krendering.KContainerRendering import de.cau.cs.kieler.klighd.krendering.KRendering import de.cau.cs.kieler.klighd.krendering.LineCap import de.cau.cs.kieler.klighd.krendering.LineStyle import de.cau.cs.kieler.klighd.krendering.ViewSynthesisShared import de.cau.cs.kieler.klighd.krendering.extensions.KContainerRenderingExtensions import de.cau.cs.kieler.klighd.krendering.extensions.KEdgeExtensions import de.cau.cs.kieler.klighd.krendering.extensions.KLabelExtensions import de.cau.cs.kieler.klighd.krendering.extensions.KNodeExtensions import de.cau.cs.kieler.klighd.krendering.extensions.KPolylineExtensions import de.cau.cs.kieler.klighd.krendering.extensions.KPortExtensions import de.cau.cs.kieler.klighd.krendering.extensions.KRenderingExtensions import de.cau.cs.kieler.klighd.syntheses.AbstractDiagramSynthesis import de.cau.cs.kieler.klighd.util.KlighdProperties import java.util.Collection import java.util.Deque import java.util.EnumSet import java.util.List import java.util.Map import javax.inject.Inject import org.eclipse.elk.alg.layered.options.EdgeStraighteningStrategy import org.eclipse.elk.alg.layered.options.FixedAlignment import org.eclipse.elk.alg.layered.options.LayerConstraint import org.eclipse.elk.alg.layered.options.LayeredOptions import org.eclipse.elk.core.math.ElkMargin import org.eclipse.elk.core.math.ElkPadding import org.eclipse.elk.core.math.KVector import org.eclipse.elk.core.options.BoxLayouterOptions import org.eclipse.elk.core.options.CoreOptions import org.eclipse.elk.core.options.Direction import org.eclipse.elk.core.options.PortConstraints import org.eclipse.elk.core.options.PortSide import org.eclipse.elk.core.options.SizeConstraint import org.eclipse.elk.graph.properties.Property import org.eclipse.emf.ecore.EObject import org.lflang.ASTUtils import org.lflang.FileConfig import org.lflang.diagram.synthesis.action.CollapseAllReactorsAction import org.lflang.diagram.synthesis.action.ExpandAllReactorsAction import org.lflang.diagram.synthesis.action.FilterCycleAction import org.lflang.diagram.synthesis.action.ShowCycleAction import org.lflang.diagram.synthesis.styles.LinguaFrancaShapeExtensions import org.lflang.diagram.synthesis.styles.LinguaFrancaStyleExtensions import org.lflang.diagram.synthesis.styles.ReactorFigureComponents import org.lflang.diagram.synthesis.util.CycleVisualization import org.lflang.diagram.synthesis.util.InterfaceDependenciesVisualization import org.lflang.diagram.synthesis.util.ReactorIcons import org.lflang.diagram.synthesis.util.UtilityExtensions import org.lflang.graph.BreadCrumbTrail import org.lflang.lf.Action import org.lflang.lf.ActionOrigin import org.lflang.lf.Connection import org.lflang.lf.Input import org.lflang.lf.Instantiation import org.lflang.lf.Model import org.lflang.lf.Output import org.lflang.lf.Parameter import org.lflang.lf.Port import org.lflang.lf.Reaction import org.lflang.lf.Reactor import org.lflang.lf.Timer import org.lflang.lf.TriggerRef import org.lflang.lf.VarRef import static extension org.eclipse.emf.ecore.util.EcoreUtil.* import static extension org.lflang.ASTUtils.* import static extension org.lflang.diagram.synthesis.action.MemorizingExpandCollapseAction.* /** * Diagram synthesis for Lingua Franca programs. * * @author{Alexander Schulz-Rosengarten <als@informatik.uni-kiel.de>} */ @ViewSynthesisShared class LinguaFrancaSynthesis extends AbstractDiagramSynthesis<Model> { @Inject extension KNodeExtensions @Inject extension KEdgeExtensions @Inject extension KPortExtensions @Inject extension KLabelExtensions @Inject extension KRenderingExtensions @Inject extension KContainerRenderingExtensions @Inject extension KPolylineExtensions @Inject extension LinguaFrancaStyleExtensions @Inject extension LinguaFrancaShapeExtensions @Inject extension UtilityExtensions @Inject extension CycleVisualization @Inject extension InterfaceDependenciesVisualization @Inject extension FilterCycleAction @Inject extension ReactorIcons // ------------------------------------------------------------------------- // -- INTERNAL -- public static val REACTOR_INSTANCE = new Property<BreadCrumbTrail<Instantiation>>("org.lflang.linguafranca.diagram.synthesis.reactor.instantiation") public static val REACTOR_RECURSIVE_INSTANTIATION = new Property<Boolean>("org.lflang.linguafranca.diagram.synthesis.reactor.recursive.instantiation", false) public static val REACTOR_HAS_BANK_PORT_OFFSET = new Property<Boolean>("org.lflang.linguafranca.diagram.synthesis.reactor.bank.offset", false) public static val REACTOR_INPUT = new Property<Boolean>("org.lflang.linguafranca.diagram.synthesis.reactor.input", false) public static val REACTOR_OUTPUT = new Property<Boolean>("org.lflang.linguafranca.diagram.synthesis.reactor.output", false) // -- STYLE -- public static val ALTERNATIVE_DASH_PATTERN = #[3.0f] // -- TEXT -- public static val TEXT_ERROR_RECURSIVE = "Recursive reactor instantiation!" public static val TEXT_ERROR_CONTAINS_RECURSION = "Reactor contains recursive instantiation!" public static val TEXT_ERROR_CONTAINS_CYCLE = "Reactor contains cyclic dependencies!" public static val TEXT_ERROR_CYCLE_DETECTION = "Dependency cycle detection failed.\nCould not detect dependency cycles due to unexpected graph structure." public static val TEXT_ERROR_CYCLE_BTN_SHOW = "Show Cycle" public static val TEXT_ERROR_CYCLE_BTN_FILTER = "Filter Cycle" public static val TEXT_ERROR_CYCLE_BTN_UNFILTER = "Remove Cycle Filter" public static val TEXT_NO_MAIN_REACTOR = "No Main Reactor" public static val TEXT_REACTOR_NULL = "Reactor is null" public static val TEXT_HIDE_ACTION = "[Hide]" public static val TEXT_SHOW_ACTION = "[Details]" // ------------------------------------------------------------------------- /** Synthesis category */ public static val SynthesisOption APPEARANCE = SynthesisOption.createCategory("Appearance", true) public static val SynthesisOption EXPERIMENTAL = SynthesisOption.createCategory("Experimental", true) /** Synthesis options */ public static val SynthesisOption SHOW_ALL_REACTORS = SynthesisOption.createCheckOption("All Reactors", false) public static val SynthesisOption CYCLE_DETECTION = SynthesisOption.createCheckOption("Dependency Cycle Detection", true) public static val SynthesisOption SHOW_USER_LABELS = SynthesisOption.createCheckOption("User Labels (@label in JavaDoc)", true).setCategory(APPEARANCE) public static val SynthesisOption SHOW_HYPERLINKS = SynthesisOption.createCheckOption("Expand/Collapse Hyperlinks", false).setCategory(APPEARANCE) public static val SynthesisOption REACTIONS_USE_HYPEREDGES = SynthesisOption.createCheckOption("Bundled Dependencies", false).setCategory(APPEARANCE) public static val SynthesisOption USE_ALTERNATIVE_DASH_PATTERN = SynthesisOption.createCheckOption("Alternative Dependency Line Style", false).setCategory(APPEARANCE) public static val SynthesisOption SHOW_MULTIPORT_WIDTH = SynthesisOption.createCheckOption("Multiport Widths", false).setCategory(APPEARANCE) public static val SynthesisOption SHOW_REACTION_CODE = SynthesisOption.createCheckOption("Reaction Code", false).setCategory(APPEARANCE) public static val SynthesisOption SHOW_REACTION_ORDER_EDGES = SynthesisOption.createCheckOption("Reaction Order Edges", false).setCategory(APPEARANCE) public static val SynthesisOption SHOW_REACTOR_HOST = SynthesisOption.createCheckOption("Reactor Host Addresses", true).setCategory(APPEARANCE) public static val SynthesisOption SHOW_INSTANCE_NAMES = SynthesisOption.createCheckOption("Reactor Instance Names", false).setCategory(APPEARANCE) public static val SynthesisOption REACTOR_PARAMETER_MODE = SynthesisOption.createChoiceOption("Reactor Parameters", ReactorParameterDisplayModes.values, ReactorParameterDisplayModes.NONE).setCategory(APPEARANCE) public static val SynthesisOption REACTOR_PARAMETER_TABLE_COLS = SynthesisOption.createRangeOption("Reactor Parameter Table Columns", 1, 10, 1).setCategory(APPEARANCE) /** Synthesis actions */ public static val DisplayedActionData COLLAPSE_ALL = DisplayedActionData.create(CollapseAllReactorsAction.ID, "Hide all Details") public static val DisplayedActionData EXPAND_ALL = DisplayedActionData.create(ExpandAllReactorsAction.ID, "Show all Details") override getDisplayedSynthesisOptions() { return #[ SHOW_ALL_REACTORS, MEMORIZE_EXPANSION_STATES, CYCLE_DETECTION, SHOW_USER_LABELS, SHOW_HYPERLINKS, //LinguaFrancaSynthesisInterfaceDependencies.SHOW_INTERFACE_DEPENDENCIES, REACTIONS_USE_HYPEREDGES, USE_ALTERNATIVE_DASH_PATTERN, SHOW_MULTIPORT_WIDTH, SHOW_REACTION_CODE, SHOW_REACTION_ORDER_EDGES, SHOW_REACTOR_HOST, SHOW_INSTANCE_NAMES, REACTOR_PARAMETER_MODE, REACTOR_PARAMETER_TABLE_COLS ] } override getDisplayedActions() { return #[COLLAPSE_ALL, EXPAND_ALL] } // ------------------------------------------------------------------------- override KNode transform(Model model) { val rootNode = createNode() try { // Find main val main = model.reactors.findFirst[primary] if (main !== null) { rootNode.children += main.createReactorNode(true, true, null, null, null, newLinkedList, newHashMap) } else { val messageNode = createNode() messageNode.addErrorMessage(TEXT_NO_MAIN_REACTOR, null) rootNode.children += messageNode } // Show all reactors if (main === null || SHOW_ALL_REACTORS.booleanValue) { val reactorNodes = newArrayList() for (reactor : model.reactors.filter[it !== main]) { reactorNodes += reactor.createReactorNode(false, main === null, null, HashBasedTable.<Instantiation, Input, KPort>create, HashBasedTable.<Instantiation, Output, KPort>create, newLinkedList, newHashMap) } if (!reactorNodes.empty) { // To allow ordering, we need box layout but we also need layered layout for ports thus wrap all node // TODO use rect packing in the future reactorNodes.add(0, rootNode.children.head) for (entry : reactorNodes.filter[!getProperty(CoreOptions.COMMENT_BOX)].indexed) { rootNode.children += createNode() => [ val node = entry.value children += node // Add comment nodes children += node.incomingEdges.filter[source.getProperty(CoreOptions.COMMENT_BOX)].map[source] addInvisibleContainerRendering setLayoutOption(CoreOptions.ALGORITHM, LayeredOptions.ALGORITHM_ID) setLayoutOption(CoreOptions.PADDING, new ElkPadding(0)) setLayoutOption(CoreOptions.PRIORITY, reactorNodes.size - entry.key) // Order! ] } rootNode.setLayoutOption(CoreOptions.ALGORITHM, BoxLayouterOptions.ALGORITHM_ID) rootNode.setLayoutOption(CoreOptions.SPACING_NODE_NODE, 25.0) } } } catch (Exception e) { e.printStackTrace val messageNode = createNode() messageNode.addErrorMessage("Error in Diagram Synthesis", e.class.simpleName + " occurred. Could not create diagram.") rootNode.children += messageNode } return rootNode } private def Collection<KNode> createReactorNode( Reactor reactor, boolean main, boolean expandDefault, Instantiation instance, Table<Instantiation, Input, KPort> inputPortsReg, Table<Instantiation, Output, KPort> outputPortsReg, Deque<Pair<Reactor, BreadCrumbTrail<Instantiation>>> parentReactors, Map<BreadCrumbTrail<Instantiation>, KNode> allReactorNodes ) { val node = createNode() val nodes = newArrayList(node) node.associateWith(reactor) node.ID = main ? "main" : reactor?.name val label = reactor?.createReactorLabel(instance) val recursive = parentReactors.exists[key === reactor] if (recursive) { // Mark this node node.setProperty(REACTOR_RECURSIVE_INSTANTIATION, true) // Mark root allReactorNodes.get(parentReactors.head.value).setProperty(REACTOR_RECURSIVE_INSTANTIATION, true) } val instanceTrail = if (parentReactors.empty) { new BreadCrumbTrail("", null, "") } else if (instance !== null) { new BreadCrumbTrail(parentReactors.getLast().value.trail, instance, instance.name) } allReactorNodes.put(instanceTrail, node) parentReactors.addLast(new Pair(reactor, instanceTrail)) if (reactor === null) { node.addErrorMessage(TEXT_REACTOR_NULL, null) } else if (main) { val figure = node.addMainReactorFigure(reactor, label) if (REACTOR_PARAMETER_MODE.objectValue === ReactorParameterDisplayModes.TABLE && !reactor.parameters.empty) { figure.addRectangle() => [ invisible = true setGridPlacementData().from(LEFT, 8, 0, TOP, 0, 0).to(RIGHT, 8, 0, BOTTOM, 4, 0) horizontalAlignment = HorizontalAlignment.LEFT addParameterList(reactor.parameters) ] } if (recursive) { nodes += node.addErrorComment(TEXT_ERROR_RECURSIVE) figure.errorStyle() } else { figure.addChildArea() node.children += reactor.transformReactorNetwork(emptyMap, emptyMap, parentReactors, allReactorNodes) } nodes += reactor.createUserComments(node) node.configureReactorNodeLayout() // Additional layout adjustment for main node node.setLayoutOption(CoreOptions.ALGORITHM, LayeredOptions.ALGORITHM_ID) node.setLayoutOption(CoreOptions.DIRECTION, Direction.RIGHT) node.setLayoutOption(CoreOptions.NODE_SIZE_CONSTRAINTS, EnumSet.of(SizeConstraint.MINIMUM_SIZE)) node.setLayoutOption(LayeredOptions.NODE_PLACEMENT_BK_FIXED_ALIGNMENT, FixedAlignment.BALANCED) node.setLayoutOption(LayeredOptions.NODE_PLACEMENT_BK_EDGE_STRAIGHTENING, EdgeStraighteningStrategy.IMPROVE_STRAIGHTNESS) node.setLayoutOption(LayeredOptions.SPACING_EDGE_NODE, LayeredOptions.SPACING_EDGE_NODE.^default * 1.1f) node.setLayoutOption(LayeredOptions.SPACING_EDGE_NODE_BETWEEN_LAYERS, LayeredOptions.SPACING_EDGE_NODE_BETWEEN_LAYERS.^default * 1.1f) if (!SHOW_HYPERLINKS.booleanValue) { node.setLayoutOption(CoreOptions.PADDING, new ElkPadding(-1, 6, 6, 6)) node.setLayoutOption(LayeredOptions.SPACING_COMPONENT_COMPONENT, LayeredOptions.SPACING_COMPONENT_COMPONENT.^default * 0.5f) } } else { // Expanded Rectangle node.addReactorFigure(reactor, instance, label) => [ ReactorFigureComponents comps | comps.figures.forEach[associateWith(reactor)] comps.outer.setProperty(KlighdProperties.EXPANDED_RENDERING, true) comps.figures.forEach[addDoubleClickAction(MEM_EXPAND_COLLAPSE_ACTION_ID)] comps.reactor.handleIcon(reactor, false) if (SHOW_HYPERLINKS.booleanValue) { // Collapse button comps.reactor.addTextButton(TEXT_HIDE_ACTION) => [ setGridPlacementData().from(LEFT, 8, 0, TOP, 0, 0).to(RIGHT, 8, 0, BOTTOM, 0, 0) addSingleClickAction(MEM_EXPAND_COLLAPSE_ACTION_ID) addDoubleClickAction(MEM_EXPAND_COLLAPSE_ACTION_ID) ] } if (REACTOR_PARAMETER_MODE.objectValue === ReactorParameterDisplayModes.TABLE && !reactor.parameters.empty) { comps.reactor.addRectangle() => [ invisible = true if (!SHOW_HYPERLINKS.booleanValue) { setGridPlacementData().from(LEFT, 8, 0, TOP, 0, 0).to(RIGHT, 8, 0, BOTTOM, 4, 0) } else { setGridPlacementData().from(LEFT, 8, 0, TOP, 4, 0).to(RIGHT, 8, 0, BOTTOM, 0, 0) } horizontalAlignment = HorizontalAlignment.LEFT addParameterList(reactor.parameters) ] } if (recursive) { comps.figures.forEach[errorStyle()] } else { comps.reactor.addChildArea() } ] // Collapse Rectangle node.addReactorFigure(reactor, instance, label) => [ ReactorFigureComponents comps | comps.figures.forEach[associateWith(reactor)] comps.outer.setProperty(KlighdProperties.COLLAPSED_RENDERING, true) if (reactor.hasContent && !recursive) { comps.figures.forEach[addDoubleClickAction(MEM_EXPAND_COLLAPSE_ACTION_ID)] } comps.reactor.handleIcon(reactor, true) if (SHOW_HYPERLINKS.booleanValue) { // Expand button if (reactor.hasContent && !recursive) { comps.reactor.addTextButton(TEXT_SHOW_ACTION) => [ setGridPlacementData().from(LEFT, 8, 0, TOP, 0, 0).to(RIGHT, 8, 0, BOTTOM, 8, 0) addSingleClickAction(MEM_EXPAND_COLLAPSE_ACTION_ID) addDoubleClickAction(MEM_EXPAND_COLLAPSE_ACTION_ID) ] } } if (recursive) { comps.figures.forEach[errorStyle()] } ] // Create ports val inputPorts = <Input, KPort>newHashMap val outputPorts = <Output, KPort>newHashMap for (input : reactor.allInputs.reverseView) { inputPorts.put(input, node.addIOPort(input, true, input.isMultiport(), instance.isBank())) } for (output : reactor.allOutputs) { outputPorts.put(output, node.addIOPort(output, false, output.isMultiport(), instance.isBank())) } // Mark ports inputPorts.values.forEach[setProperty(REACTOR_INPUT, true)] outputPorts.values.forEach[setProperty(REACTOR_OUTPUT, true)] // Add content if (reactor.hasContent && !recursive) { node.children += reactor.transformReactorNetwork(inputPorts, outputPorts, parentReactors, allReactorNodes) } // Pass port to given tables if (instance !== null) { if (inputPortsReg !== null) { for (entry : inputPorts.entrySet) { inputPortsReg.put(instance, entry.key, entry.value) } } if (outputPortsReg !== null) { for (entry : outputPorts.entrySet) { outputPortsReg.put(instance, entry.key, entry.value) } } } node.setProperty(REACTOR_INSTANCE, instanceTrail) // save to distinguish nodes associated with the same reactor if (recursive) { node.setLayoutOption(KlighdProperties.EXPAND, false) nodes += node.addErrorComment(TEXT_ERROR_RECURSIVE) } else { node.setLayoutOption(KlighdProperties.EXPAND, expandDefault) // Interface Dependencies node.addInterfaceDependencies(expandDefault) } if (instance !== null) { nodes += instance.createUserComments(node) if (!SHOW_ALL_REACTORS.booleanValue) { nodes += reactor.createUserComments(node) } } else { nodes += reactor.createUserComments(node) } node.configureReactorNodeLayout() } // Find and annotate cycles if (reactor !== null && instance === null && CYCLE_DETECTION.booleanValue) { val errNode = node.detectAndAnnotateCycles(reactor, allReactorNodes) if (errNode !== null) { nodes += errNode } } parentReactors.removeLast() return nodes } private def configureReactorNodeLayout(KNode node) { node.setLayoutOption(CoreOptions.NODE_SIZE_CONSTRAINTS, SizeConstraint.minimumSizeWithPorts) node.setLayoutOption(CoreOptions.PORT_CONSTRAINTS, PortConstraints.FIXED_ORDER) node.setLayoutOption(LayeredOptions.CROSSING_MINIMIZATION_SEMI_INTERACTIVE, true) if (!SHOW_HYPERLINKS.booleanValue) { node.setLayoutOption(CoreOptions.PADDING, new ElkPadding(2, 6, 6, 6)) node.setLayoutOption(LayeredOptions.SPACING_NODE_NODE, LayeredOptions.SPACING_NODE_NODE.^default * 0.75f) node.setLayoutOption(LayeredOptions.SPACING_NODE_NODE_BETWEEN_LAYERS, LayeredOptions.SPACING_NODE_NODE_BETWEEN_LAYERS.^default * 0.75f) node.setLayoutOption(LayeredOptions.SPACING_EDGE_NODE, LayeredOptions.SPACING_EDGE_NODE.^default * 0.75f) node.setLayoutOption(LayeredOptions.SPACING_EDGE_NODE_BETWEEN_LAYERS, LayeredOptions.SPACING_EDGE_NODE_BETWEEN_LAYERS.^default * 0.75f) } } private def KNode detectAndAnnotateCycles(KNode node, Reactor reactor, Map<BreadCrumbTrail<Instantiation>, KNode> allReactorNodes) { if (node.getProperty(REACTOR_RECURSIVE_INSTANTIATION)) { node.resetCycleFiltering() return node.addErrorComment(TEXT_ERROR_CONTAINS_RECURSION) } else { // only detect dependency cycles if not recursive try { val hasCycle = reactor.detectAndHighlightCycles(allReactorNodes, [ if (it instanceof KNode) { val renderings = it.data.filter(typeof(KRendering)).toList if (renderings.size === 1) { renderings.head.errorStyle() } else { renderings.filter[getProperty(KlighdProperties.COLLAPSED_RENDERING)].forEach[errorStyle()] } } else if (it instanceof KEdge) { it.data.filter(typeof(KRendering)).forEach[errorStyle()] // TODO initiallyHide does not work with incremental (https://github.com/kieler/KLighD/issues/37) // cycleEgde.initiallyShow() // Show hidden order dependencies it.KRendering.invisible = false } else if (it instanceof KPort) { it.data.filter(typeof(KRendering)).forEach[errorStyle()] //it.reverseTrianglePort() } ]) if (hasCycle) { val err = node.addErrorComment(TEXT_ERROR_CONTAINS_CYCLE) err.KContainerRendering.addRectangle() => [ // Add to existing figure setGridPlacementData().from(LEFT, 3, 0, TOP, -1, 0).to(RIGHT, 3, 0, BOTTOM, 3, 0) noSelectionStyle() invisible = true gridPlacement = 2 addRectangle() => [ setGridPlacementData().from(LEFT, 0, 0, TOP, 0, 0).to(RIGHT, 2, 0, BOTTOM, 0, 0) noSelectionStyle() addSingleClickAction(ShowCycleAction.ID) addText(TEXT_ERROR_CYCLE_BTN_SHOW) => [ styles += err.KContainerRendering.children.head.styles.map[copy] // Copy text style fontSize = 5 setSurroundingSpace(1, 0) noSelectionStyle() addSingleClickAction(ShowCycleAction.ID) ] ] addRectangle() => [ setGridPlacementData().from(LEFT, 0, 0, TOP, 0, 0).to(RIGHT, 0, 0, BOTTOM, 0, 0) noSelectionStyle() addSingleClickAction(FilterCycleAction.ID) addText(node.isCycleFiltered() ? TEXT_ERROR_CYCLE_BTN_UNFILTER : TEXT_ERROR_CYCLE_BTN_FILTER) => [ styles += err.KContainerRendering.children.head.styles.map[copy] // Copy text style fontSize = 5 setSurroundingSpace(1, 0) noSelectionStyle() addSingleClickAction(FilterCycleAction.ID) markCycleFilterText(err) ] ] ] // if user interactively requested a filtered diagram keep it filtered during updates if (node.isCycleFiltered()) { node.filterCycle() } return err } } catch(Exception e) { node.resetCycleFiltering() e.printStackTrace() return node.addErrorComment(TEXT_ERROR_CYCLE_DETECTION) } } return null } private def Collection<KNode> transformReactorNetwork( Reactor reactor, Map<Input, KPort> parentInputPorts, Map<Output, KPort> parentOutputPorts, Deque<Pair<Reactor, BreadCrumbTrail<Instantiation>>> parentReactors, Map<BreadCrumbTrail<Instantiation>, KNode> allReactorNodes ) { val nodes = <KNode>newArrayList val inputPorts = HashBasedTable.<Instantiation, Input, KPort>create val outputPorts = HashBasedTable.<Instantiation, Output, KPort>create val reactionNodes = <Reaction, KNode>newHashMap val directConnectionDummyNodes = <KPort, KNode>newHashMap val actionDestinations = HashMultimap.<Action, KPort>create val actionSources = HashMultimap.<Action, KPort>create val timerNodes = <Timer, KNode>newHashMap val startupNode = createNode var startupUsed = false val shutdownNode = createNode var shutdownUsed = false // Transform instances for (entry : reactor.allInstantiations.reverseView.indexed) { val instance = entry.value val rNodes = instance.reactorClass.toDefinition.createReactorNode(false, instance.getExpansionState?:false, instance, inputPorts, outputPorts, parentReactors, allReactorNodes) rNodes.head.setLayoutOption(CoreOptions.PRIORITY, entry.key) nodes += rNodes } // Create timers for (Timer timer : reactor.allTimers?:emptyList) { val node = createNode().associateWith(timer) nodes += node nodes += timer.createUserComments(node) timerNodes.put(timer, node) node.addTimerFigure(timer) } // Create reactions for (reaction : reactor.allReactions.reverseView) { val idx = reactor.allReactions.indexOf(reaction) val node = createNode().associateWith(reaction) nodes += node nodes += reaction.createUserComments(node) reactionNodes.put(reaction, node) node.setLayoutOption(CoreOptions.PORT_CONSTRAINTS, PortConstraints.FIXED_SIDE) node.setLayoutOption(CoreOptions.PRIORITY, (reactor.allReactions.size - idx) * 10 ) // always place with higher priority than reactor nodes node.setLayoutOption(LayeredOptions.POSITION, new KVector(0, idx)) // try order reactions vertically if in one layer node.addReactionFigure(reaction) // connect input var KPort port for (TriggerRef trigger : reaction.triggers?:emptyList) { port = if (REACTIONS_USE_HYPEREDGES.booleanValue && port !== null) { port } else { node.addInvisiblePort() => [ setLayoutOption(CoreOptions.PORT_SIDE, PortSide.WEST) if (REACTIONS_USE_HYPEREDGES.booleanValue || ((reaction.triggers?:emptyList).size + (reaction.sources?:emptyList).size) == 1) { setLayoutOption(CoreOptions.PORT_BORDER_OFFSET, -LinguaFrancaShapeExtensions.REACTION_POINTINESS as double) // manual adjustment disabling automatic one } ] } if (trigger instanceof VarRef) { if (trigger.variable instanceof Action) { actionDestinations.put(trigger.variable as Action, port) } else { val src = if (trigger.container !== null) { outputPorts.get(trigger.container, trigger.variable) } else if (parentInputPorts.containsKey(trigger.variable)) { parentInputPorts.get(trigger.variable) } else if (timerNodes.containsKey(trigger.variable)) { timerNodes.get(trigger.variable) } if (src !== null) { createDependencyEdge(trigger).connect(src, port) } } } else if (trigger.startup) { createDependencyEdge(trigger).connect(startupNode, port) startupUsed = true } else if (trigger.shutdown) { createDelayEdge(trigger).connect(shutdownNode, port) shutdownUsed = true } } // connect dependencies //port = null // create new ports for (VarRef dep : reaction.sources?:emptyList) { port = if (REACTIONS_USE_HYPEREDGES.booleanValue && port !== null) { port } else { node.addInvisiblePort() => [ //setLayoutOption(CoreOptions.PORT_SIDE, PortSide.NORTH) setLayoutOption(CoreOptions.PORT_SIDE, PortSide.WEST) if (REACTIONS_USE_HYPEREDGES.booleanValue || ((reaction.triggers?:emptyList).size + (reaction.sources?:emptyList).size) == 1) { setLayoutOption(CoreOptions.PORT_BORDER_OFFSET, -LinguaFrancaShapeExtensions.REACTION_POINTINESS as double) // manual adjustment disabling automatic one } ] } if (dep.variable instanceof Action) { // TODO I think this case is forbidden actionDestinations.put(dep.variable as Action, port) } else { val src = if (dep.container !== null) { outputPorts.get(dep.container, dep.variable) } else if (parentInputPorts.containsKey(dep.variable)) { parentInputPorts.get(dep.variable) } else if (timerNodes.containsKey(dep.variable)) { // TODO I think this is forbidden timerNodes.get(dep.variable) } if (src !== null) { createDependencyEdge(dep).connect(src, port) } } } // connect outputs port = null // create new ports for (VarRef effect : reaction.effects?:emptyList) { port = if (REACTIONS_USE_HYPEREDGES.booleanValue && port !== null) { port } else { node.addInvisiblePort() => [ setLayoutOption(CoreOptions.PORT_SIDE, PortSide.EAST) ] } if (effect.variable instanceof Action) { actionSources.put(effect.variable as Action, port) } else { val dst = if (effect.variable instanceof Output) { parentOutputPorts.get(effect.variable) } else { inputPorts.get(effect.container, effect.variable) } if (dst !== null) { createDependencyEdge(effect).connect(port, dst) } } } } // Connect actions val actions = newHashSet actions += actionSources.keySet actions += actionDestinations.keySet for (Action action : actions) { val node = createNode().associateWith(action) nodes += node nodes += action.createUserComments(node) node.setLayoutOption(CoreOptions.PORT_CONSTRAINTS, PortConstraints.FIXED_SIDE) val ports = node.addActionFigureAndPorts(action.origin === ActionOrigin.PHYSICAL ? "P" : "L") if (action.minDelay !== null) { node.addOutsideBottomCenteredNodeLabel('''min delay: «action.minDelay.toText»''', 7) } if (action.minSpacing !== null) { node.addOutsideBottomCenteredNodeLabel('''min spacing: «action.minSpacing.toText»''', 7) } if (!action.policy.isNullOrEmpty) { node.addOutsideBottomCenteredNodeLabel('''policy: «action.policy»''', 7) } // connect source for (source : actionSources.get(action)) { createDelayEdge(action).connect(source, ports.key) } // connect targets for (target : actionDestinations.get(action)) { createDelayEdge(action).connect(ports.value, target) } } // Transform connections for (Connection connection : reactor.allConnections?:emptyList) { for (leftPort : connection.leftPorts) { for (rightPort : connection.rightPorts) { val source = if (leftPort?.container !== null) { outputPorts.get(leftPort.container, leftPort.variable) } else if (parentInputPorts.containsKey(leftPort?.variable)) { parentInputPorts.get(leftPort.variable) } val target = if (rightPort?.container !== null) { inputPorts.get(rightPort.container, rightPort.variable) } else if (parentOutputPorts.containsKey(rightPort?.variable)) { parentOutputPorts.get(rightPort.variable) } val edge = createIODependencyEdge(connection, leftPort.isMultiport() || rightPort.isMultiport()) if (connection.delay !== null) { edge.addCenterEdgeLabel(connection.delay.toText) => [ associateWith(connection.delay) if (connection.physical) { applyOnEdgePysicalDelayStyle(reactor.primary ? Colors.WHITE : Colors.GRAY_95) } else { applyOnEdgeDelayStyle() } ] } else if (connection.physical) { edge.addCenterEdgeLabel("---").applyOnEdgePysicalStyle( reactor.primary ? Colors.WHITE : Colors.GRAY_95) } if (source !== null && target !== null) { // check for inside loop (direct in -> out connection with delay) if (parentInputPorts.values.contains(source) && parentOutputPorts.values.contains(target)) { // edge.setLayoutOption(CoreOptions.INSIDE_SELF_LOOPS_YO, true) // Does not work as expected // Introduce dummy node to enable direct connection (that is also hidden when collapsed) var dummy = createNode() if (directConnectionDummyNodes.containsKey(target)) { dummy = directConnectionDummyNodes.get(target) } else { nodes += dummy directConnectionDummyNodes.put(target, dummy) dummy.addInvisibleContainerRendering() dummy.setNodeSize(0, 0) val extraEdge = createIODependencyEdge(null, leftPort.isMultiport() || rightPort.isMultiport()) extraEdge.connect(dummy, target) } edge.connect(source, dummy) } else { edge.connect(source, target) } } } } } // Add startup/shutdown if (startupUsed) { startupNode.addStartupFigure nodes.add(0, startupNode) startupNode.setLayoutOption(LayeredOptions.LAYERING_LAYER_CONSTRAINT, LayerConstraint.FIRST) if (REACTIONS_USE_HYPEREDGES.booleanValue) { // connect all edges to one port val port = startupNode.addInvisiblePort startupNode.outgoingEdges.forEach[sourcePort = port] } } if (shutdownUsed) { shutdownNode.addShutdownFigure nodes.add(0, shutdownNode) if (REACTIONS_USE_HYPEREDGES.booleanValue) { // connect all edges to one port val port = shutdownNode.addInvisiblePort shutdownNode.outgoingEdges.forEach[sourcePort = port] } } // Postprocess timer nodes if (REACTIONS_USE_HYPEREDGES.booleanValue) { // connect all edges to one port for (timerNode : timerNodes.values) { val port = timerNode.addInvisiblePort timerNode.outgoingEdges.forEach[sourcePort = port] } } // Add reaction order edges (add last to have them on top of other edges) if (reactor.allReactions.size > 1) { var prevNode = reactionNodes.get(reactor.allReactions.head) for (node : reactor.allReactions.drop(1).map[reactionNodes.get(it)]) { val edge = createOrderEdge() edge.source = prevNode edge.target = node edge.setProperty(CoreOptions.NO_LAYOUT, true) // Do not remove them, as they are needed for cycle detection edge.KRendering.invisible = !SHOW_REACTION_ORDER_EDGES.booleanValue edge.KRendering.invisible.propagateToChildren = true // TODO this does not work work with incremental update (https://github.com/kieler/KLighD/issues/37) // if (!SHOW_REACTION_ORDER_EDGES.booleanValue) edge.initiallyHide() prevNode = node } } return nodes } private def String createReactorLabel(Reactor reactor, Instantiation instance) { val b = new StringBuilder if (SHOW_INSTANCE_NAMES.booleanValue && instance !== null) { if (!reactor.isMain && !reactor.isFederated) { b.append(instance.name).append(" : ") } } if (reactor.isMain || reactor.isFederated) { b.append(FileConfig.nameWithoutExtension(reactor.eResource)) } else { b.append( reactor === null ? "<NULL>" : reactor.name ?: "<Unresolved Reactor>") } if (REACTOR_PARAMETER_MODE.objectValue === ReactorParameterDisplayModes.TITLE && reactor !== null) { if (reactor.parameters.empty) { b.append("()") } else { b.append(reactor.parameters.join("(", ", ", ")") [ createParameterLabel(false) ]) } } return b.toString() } private def addParameterList(KContainerRendering container, List<Parameter> parameters) { var cols = 1 try { cols = REACTOR_PARAMETER_TABLE_COLS.intValue } catch (Exception e) {} // ignore if (cols > parameters.size) { cols = parameters.size } container.gridPlacement = cols for (param : parameters) { container.addText(param.createParameterLabel(true)) => [ fontSize = 8 horizontalAlignment = HorizontalAlignment.LEFT ] } } private def String createParameterLabel(Parameter param, boolean bullet) { val b = new StringBuilder if (bullet) { b.append("\u2022 ") } b.append(param.name) val t = ASTUtils.getInferredType(param).toText if (!t.nullOrEmpty) { b.append(":").append(t) } return b.toString() } private def createDelayEdge(Object associate) { return createEdge => [ associateWith(associate) addPolyline() => [ if (USE_ALTERNATIVE_DASH_PATTERN.booleanValue) { lineStyle = LineStyle.CUSTOM lineStyle.dashPattern += ALTERNATIVE_DASH_PATTERN } else { lineStyle = LineStyle.DASH } boldLineSelectionStyle() ] ] } private def createIODependencyEdge(Object associate, boolean multiport) { return createEdge => [ if (associate !== null) { associateWith(associate) } addPolyline() => [ if (multiport) { // Render multiport connections and bank connections in bold. lineWidth = 2.2f lineCap = LineCap.CAP_SQUARE } boldLineSelectionStyle() ] ] } private def createDependencyEdge(Object associate) { return createEdge => [ if (associate !== null) { associateWith(associate) } addPolyline() => [ if (USE_ALTERNATIVE_DASH_PATTERN.booleanValue) { lineStyle = LineStyle.CUSTOM lineStyle.dashPattern += ALTERNATIVE_DASH_PATTERN } else { lineStyle = LineStyle.DASH } boldLineSelectionStyle() ] ] } private def createOrderEdge() { return createEdge => [ addPolyline() => [ lineWidth = 1.5f lineStyle = LineStyle.DOT foreground = Colors.CHOCOLATE_1 boldLineSelectionStyle() //addFixedTailArrowDecorator() // Fix for bug: https://github.com/kieler/KLighD/issues/38 addHeadArrowDecorator() ] ] } private def dispatch KEdge connect(KEdge edge, KNode src, KNode dst) { edge.source = src edge.target = dst return edge } private def dispatch KEdge connect(KEdge edge, KNode src, KPort dst) { edge.source = src edge.targetPort = dst edge.target = dst?.node return edge } private def dispatch KEdge connect(KEdge edge, KPort src, KNode dst) { edge.sourcePort = src edge.source = src?.node edge.target = dst return edge } private def dispatch KEdge connect(KEdge edge, KPort src, KPort dst) { edge.sourcePort = src edge.source = src?.node edge.targetPort = dst edge.target = dst?.node return edge } /** * Translate an input/output into a port. */ private def addIOPort(KNode node, Port lfPort, boolean input, boolean multiport, boolean bank) { val port = createPort node.ports += port port.associateWith(lfPort) port.setPortSize(6, 6) if (input) { // multiports are smaller by an offset at the right, hence compensate in inputs val offset = multiport ? -3.4 : -3.3 port.setLayoutOption(CoreOptions.PORT_SIDE, PortSide.WEST) port.setLayoutOption(CoreOptions.PORT_BORDER_OFFSET, offset) } else { var offset = (multiport ? -2.6 : -3.3) // multiports are smaller offset = bank ? offset - LinguaFrancaShapeExtensions.BANK_FIGURE_X_OFFSET_SUM : offset // compensate bank figure width port.setLayoutOption(CoreOptions.PORT_SIDE, PortSide.EAST) port.setLayoutOption(CoreOptions.PORT_BORDER_OFFSET, offset) } if (bank && !node.getProperty(REACTOR_HAS_BANK_PORT_OFFSET)) {// compensate bank figure height // https://github.com/eclipse/elk/issues/693 node.getPortMarginsInitIfAbsent().add(new ElkMargin(0, 0, LinguaFrancaShapeExtensions.BANK_FIGURE_Y_OFFSET_SUM, 0)) node.setProperty(REACTOR_HAS_BANK_PORT_OFFSET, true) // only once } port.addTrianglePort(multiport) var label = lfPort.name if (SHOW_MULTIPORT_WIDTH.booleanValue && lfPort.widthSpec !== null) { label += lfPort.widthSpec.toText() } port.addOutsidePortLabel(label, 8).associateWith(lfPort) return port } private def KPort addInvisiblePort(KNode node) { val port = createPort node.ports += port port.setSize(0, 0) // invisible return port } private def KNode addErrorComment(KNode node, String message) { val comment = createNode() comment.setLayoutOption(CoreOptions.COMMENT_BOX, true) comment.addCommentFigure(message) => [ errorStyle() background = Colors.PEACH_PUFF_2 ] // connect createEdge() => [ source = comment target = node addCommentPolyline().errorStyle() ] return comment } private def Iterable<KNode> createUserComments(EObject element, KNode targetNode) { if (SHOW_USER_LABELS.booleanValue) { val commentText = ASTUtils.findAnnotationInComments(element, "@label") if (!commentText.nullOrEmpty) { val comment = createNode() comment.setLayoutOption(CoreOptions.COMMENT_BOX, true) comment.addCommentFigure(commentText) => [ commentStyle() ] // connect createEdge() => [ source = comment target = targetNode addCommentPolyline().commentStyle() ] return #[comment] } } return #[] } }
40.072797
212
0.695454
07f8a912907f09f0d65667c15db3d34571be77b5
150
xtend
Xtend
com.galenframework.specs.parent/com.galenframework.specs.idea/src/com/galenframework/idea/highlighting/SpecsColorSettingsPage.xtend
hypery2k/galen_ide
977a303f58d2d4656f422efa9d237868a5bdd9c0
[ "MIT" ]
7
2015-10-26T10:25:01.000Z
2018-01-27T04:40:53.000Z
com.galenframework.specs.parent/com.galenframework.specs.idea/src/com/galenframework/idea/highlighting/SpecsColorSettingsPage.xtend
hypery2k/galen_ide
977a303f58d2d4656f422efa9d237868a5bdd9c0
[ "MIT" ]
22
2015-10-21T14:43:22.000Z
2020-06-12T14:55:17.000Z
com.galenframework.specs.parent/com.galenframework.specs.idea/src/com/galenframework/idea/highlighting/SpecsColorSettingsPage.xtend
hypery2k/galen_ide
977a303f58d2d4656f422efa9d237868a5bdd9c0
[ "MIT" ]
2
2016-01-29T04:13:18.000Z
2018-04-10T17:13:57.000Z
/* * generated by Xtext 2.9.2 */ package com.galenframework.idea.highlighting class SpecsColorSettingsPage extends SpecsBaseColorSettingsPage { }
16.666667
65
0.793333
3d546ce7fb3409618bd7d418240d05c806eab7c2
597
xtend
Xtend
samurai/src/main/java/com/sirolf2009/samurai/optimizer/IOptimizer.xtend
sirolf2009/samurai
96d453f6c01302c48a37d724c14e421b4519bb5f
[ "CC0-1.0" ]
21
2016-11-03T01:54:26.000Z
2021-11-08T23:52:59.000Z
samurai/src/main/java/com/sirolf2009/samurai/optimizer/IOptimizer.xtend
sirolf2009/samurai
96d453f6c01302c48a37d724c14e421b4519bb5f
[ "CC0-1.0" ]
4
2016-10-19T11:21:55.000Z
2017-07-16T18:50:01.000Z
samurai/src/main/java/com/sirolf2009/samurai/optimizer/IOptimizer.xtend
sirolf2009/samurai
96d453f6c01302c48a37d724c14e421b4519bb5f
[ "CC0-1.0" ]
6
2018-07-29T05:17:20.000Z
2020-09-25T11:04:48.000Z
package com.sirolf2009.samurai.optimizer import com.sirolf2009.samurai.gui.picker.PickerOptimizerParameters import com.sirolf2009.samurai.strategy.IStrategy import javafx.scene.control.Tab import com.sirolf2009.samurai.gui.SetupOptimize.OptimizeSetup import com.sirolf2009.samurai.gui.SamuraiStatusBar interface IOptimizer { def boolean canOptimize(IStrategy strategy) def void populateParameters(IStrategy strategy, PickerOptimizerParameters parameterPane) def void optimize(OptimizeSetup setup, PickerOptimizerParameters parameterPane, Tab optimizationTab, SamuraiStatusBar statusBar) }
39.8
129
0.865997
bf4ddb3296501310b2f8febbbdd9a8f778196d8a
313
xtend
Xtend
algorithms.complexities.ui/src/algorithms/complexities/ui/contentassist/ComplexitiesProposalProvider.xtend
vicegd/algorithms.complexities
d51b15b6216336b28db634317ca2bf9afcc2244a
[ "MIT" ]
null
null
null
algorithms.complexities.ui/src/algorithms/complexities/ui/contentassist/ComplexitiesProposalProvider.xtend
vicegd/algorithms.complexities
d51b15b6216336b28db634317ca2bf9afcc2244a
[ "MIT" ]
null
null
null
algorithms.complexities.ui/src/algorithms/complexities/ui/contentassist/ComplexitiesProposalProvider.xtend
vicegd/algorithms.complexities
d51b15b6216336b28db634317ca2bf9afcc2244a
[ "MIT" ]
null
null
null
/* * generated by Xtext 2.12.0 */ package algorithms.complexities.ui.contentassist /** * See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#content-assist * on how to customize the content assistant. */ class ComplexitiesProposalProvider extends AbstractComplexitiesProposalProvider { }
24.076923
87
0.789137
d31faa488e62117f48bd74cfd68d10f447d162c5
2,448
xtend
Xtend
solutions/EMFSolutionAOF/src/ttc2019/solutions/aof/Solution.xtend
fjouault/ttc2019-live
6c6ab4a1897fa49fc2909ba13687bda5a80e173c
[ "MIT" ]
null
null
null
solutions/EMFSolutionAOF/src/ttc2019/solutions/aof/Solution.xtend
fjouault/ttc2019-live
6c6ab4a1897fa49fc2909ba13687bda5a80e173c
[ "MIT" ]
11
2019-07-15T07:52:37.000Z
2019-10-26T11:26:36.000Z
solutions/EMFSolutionAOF/src/ttc2019/solutions/aof/Solution.xtend
fjouault/ttc2019-live
6c6ab4a1897fa49fc2909ba13687bda5a80e173c
[ "MIT" ]
6
2019-07-15T07:28:51.000Z
2019-11-12T18:11:04.000Z
package ttc2019.solutions.aof import java.util.HashMap import java.util.Map import java.util.concurrent.atomic.AtomicInteger import org.eclipse.emf.common.notify.Notification import org.eclipse.emf.ecore.EObject import org.eclipse.emf.ecore.util.EContentAdapter import ttc2019.live.bibtex.BibTeXFile import ttc2019.live.changes.ModelChangeSet import ttc2019.solutions.aof.helpers.ApplyChanges class Solution { val BibTeXFile source val ttc2019.live.docbook.DocBook referenceTarget val ModelChangeSet changes var ttc2019.live.docbook.DocBook target val Map<EObject, EObject> traceabilityLinks = new HashMap new(BibTeXFile source, ttc2019.live.docbook.DocBook docbook, ModelChangeSet changes) { this.source = source this.referenceTarget = docbook this.changes = changes } def int execute() { // observing source changes to count propagated inconsistencies val nbSourceChanges = new AtomicInteger source.eAdapters.add(new EContentAdapter { override notifyChanged(Notification n) { super.notifyChanged(n) nbSourceChanges.incrementAndGet } }) // performing changes, which triggers propagation, and getting the number of non-propagable // inconsistencies val nbNonPropInconsistencies = ApplyChanges.apply(changes, traceabilityLinks) nbSourceChanges.get + nbNonPropInconsistencies } def transform() { val transfo = new BibTeX2DocBook target = transfo.Main.forwardApply(source) // saving the target (for debugging purposes) // val rs = new ResourceSetImpl // rs.resourceFactoryRegistry.extensionToFactoryMap.put("docbook", new XMIResourceFactoryImpl) // val r = rs.createResource(URI.createFileURI('''«source.eResource.URI.path».docbook''')) // r.contents.add(target) // r.save(Collections.emptyMap) } def generateTraceabilityLinks() { val referenceArticles = referenceTarget.books.get(0).articles.get(0) val ourArticles = target.books.get(0).articles.get(0) traceabilityLinks.put(referenceTarget, target) traceabilityLinks.put(referenceArticles, ourArticles) referenceArticles.sections_1.forEach[refSec | val ourSec = ourArticles.sections_1.findFirst[id == refSec.id] val refParaByContent = new HashMap<String, EObject> traceabilityLinks.put(refSec, ourSec) refSec.paras.forEach[refParas | refParaByContent.put(refParas.content, refParas)] ourSec.paras.forEach[ourPars | traceabilityLinks.put(refParaByContent.get(ourPars.content), ourPars) ] ] } }
33.081081
95
0.784722
6b4d6329270a230e7de9c9598023ce017690a2e9
460
xtend
Xtend
wicket-spring-xtend/src/main/java/com/giffing/wicket/spring/xtend/model/Group.xtend
MarcGiffing/wicket-spring-xtend
f07e2a1b33f690ba7aeaa062b1673dd05744b3ac
[ "Apache-2.0" ]
2
2016-08-10T03:54:28.000Z
2017-06-09T20:57:47.000Z
wicket-spring-xtend/src/main/java/com/giffing/wicket/spring/xtend/model/Group.xtend
MarcGiffing/wicket-spring-xtend
f07e2a1b33f690ba7aeaa062b1673dd05744b3ac
[ "Apache-2.0" ]
null
null
null
wicket-spring-xtend/src/main/java/com/giffing/wicket/spring/xtend/model/Group.xtend
MarcGiffing/wicket-spring-xtend
f07e2a1b33f690ba7aeaa062b1673dd05744b3ac
[ "Apache-2.0" ]
null
null
null
package com.giffing.wicket.spring.xtend.model import com.giffing.wicket.spring.xtend.activeannotations.EntityMetaModel import javax.persistence.Entity import javax.persistence.GeneratedValue import javax.persistence.GenerationType import javax.persistence.Id import org.eclipse.xtend.lib.annotations.Accessors @Entity @Accessors @EntityMetaModel class Group { @Id @GeneratedValue(strategy=GenerationType.AUTO) Long id String name }
23
73
0.804348
ffef0fcc10c2fcc515347731d77c841c53fd65f6
671
xtend
Xtend
src/main/java/blang/inits/internals/GlobalDependency.xtend
UBC-Stat-ML/inits
ab1a60f69d34ce0fb4113c17514f65f147811d0b
[ "BSD-2-Clause" ]
null
null
null
src/main/java/blang/inits/internals/GlobalDependency.xtend
UBC-Stat-ML/inits
ab1a60f69d34ce0fb4113c17514f65f147811d0b
[ "BSD-2-Clause" ]
7
2016-09-07T20:32:18.000Z
2017-03-24T08:56:30.000Z
src/main/java/blang/inits/internals/GlobalDependency.xtend
UBC-Stat-ML/inits
ab1a60f69d34ce0fb4113c17514f65f147811d0b
[ "BSD-2-Clause" ]
1
2019-06-25T21:13:01.000Z
2019-06-25T21:13:01.000Z
package blang.inits.internals import blang.inits.parsing.Arguments import blang.inits.internals.CreatorImpl import org.eclipse.xtend.lib.annotations.Data import com.google.inject.TypeLiteral import blang.inits.InputExceptions @Data /** * Note: we do not want to use RecursionDep here because it makes no sense * to recurse the argument. */ package class GlobalDependency implements InitDependency { val TypeLiteral<?> type override Object resolve(CreatorImpl creator, Arguments currentArguments) { val Object result = creator.globals.get(type.rawType) if (result === null) { throw InputExceptions::missingGlobal(type) } return result } }
29.173913
76
0.767511
dec94106b59936ca29df3f3b50fb2b2dfb9c5556
1,755
xtend
Xtend
haskell/src/main/java/com/regnosys/rosetta/generator/haskell/object/HaskellModelObjectBoilerPlate.xtend
norm2782/rosetta-code-generators
0bd377bcb0466becd5f9fa509062f540a461e014
[ "Apache-2.0" ]
null
null
null
haskell/src/main/java/com/regnosys/rosetta/generator/haskell/object/HaskellModelObjectBoilerPlate.xtend
norm2782/rosetta-code-generators
0bd377bcb0466becd5f9fa509062f540a461e014
[ "Apache-2.0" ]
null
null
null
haskell/src/main/java/com/regnosys/rosetta/generator/haskell/object/HaskellModelObjectBoilerPlate.xtend
norm2782/rosetta-code-generators
0bd377bcb0466becd5f9fa509062f540a461e014
[ "Apache-2.0" ]
null
null
null
package com.regnosys.rosetta.generator.haskell.object import com.regnosys.rosetta.generator.object.ExpandedAttribute import static extension com.regnosys.rosetta.generator.haskell.util.HaskellTranslator.toHaskellType class HaskellModelObjectBoilerPlate { def toAttributeName(ExpandedAttribute attribute) { if (attribute.name == "type") '''_type''' else attribute.name.toFirstLower } def replaceTabsWithSpaces(CharSequence code) { code.toString.replace('\t', ' ') } def toType(ExpandedAttribute attribute) { if (attribute.isMultiple) '''[«attribute.toRawType»]''' else attribute.toRawType .wrapSingleMetaInBrackets(attribute) .prefixSingleOptional(attribute) } private def toRawType(ExpandedAttribute attribute) { if (!attribute.hasMetas) attribute.type.name.toHaskellType else if (attribute.refIndex>=0) { if (attribute.type.isType) attribute.type.name.toReferenceWithMetaTypeName else attribute.type.name.toBasicReferenceWithMetaTypeName } else attribute.type.name.toFieldWithMetaTypeName } private def toReferenceWithMetaTypeName(String type) { '''ReferenceWithMeta «type.toHaskellType.toFirstUpper»''' } private def toBasicReferenceWithMetaTypeName(String type) { '''BasicReferenceWithMeta «type.toHaskellType.toFirstUpper»''' } private def toFieldWithMetaTypeName(String type) { '''FieldWithMeta «type.toHaskellType.toFirstUpper»''' } private def prefixSingleOptional(CharSequence type, ExpandedAttribute attribute) { if (attribute.isSingleOptional) '''Maybe «type»''' else type } private def wrapSingleMetaInBrackets(CharSequence type, ExpandedAttribute attribute) { if (attribute.hasMetas) '''(«type»)''' else type } }
25.808824
99
0.754986
1e4f6e402db98289b861874e419c37de97274939
4,169
xtend
Xtend
tools/generator/cpp-generator/src/main/xtend/io/joynr/generator/cpp/provider/InterfaceAbstractProviderCppTemplate.xtend
naeramarth7/joynr
3c378d3447cf83678d26ef0def44a29fe1270193
[ "Apache-2.0" ]
null
null
null
tools/generator/cpp-generator/src/main/xtend/io/joynr/generator/cpp/provider/InterfaceAbstractProviderCppTemplate.xtend
naeramarth7/joynr
3c378d3447cf83678d26ef0def44a29fe1270193
[ "Apache-2.0" ]
null
null
null
tools/generator/cpp-generator/src/main/xtend/io/joynr/generator/cpp/provider/InterfaceAbstractProviderCppTemplate.xtend
naeramarth7/joynr
3c378d3447cf83678d26ef0def44a29fe1270193
[ "Apache-2.0" ]
null
null
null
package io.joynr.generator.cpp.provider /* * !!! * * Copyright (C) 2011 - 2017 BMW Car IT GmbH * * 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. */ import com.google.inject.Inject import io.joynr.generator.cpp.util.CppStdTypeUtil import io.joynr.generator.cpp.util.JoynrCppGeneratorExtensions import io.joynr.generator.cpp.util.TemplateBase import io.joynr.generator.templates.InterfaceTemplate import io.joynr.generator.templates.util.AttributeUtil import io.joynr.generator.templates.util.NamingUtil class InterfaceAbstractProviderCppTemplate extends InterfaceTemplate { @Inject private extension TemplateBase @Inject private extension CppStdTypeUtil @Inject private extension JoynrCppGeneratorExtensions @Inject private extension NamingUtil @Inject private extension AttributeUtil override generate() ''' «warning()» «val interfaceName = francaIntf.joynrName» #include "«getPackagePathWithJoynrPrefix(francaIntf, "/")»/«interfaceName»AbstractProvider.h" #include "joynr/InterfaceRegistrar.h" #include "«getPackagePathWithJoynrPrefix(francaIntf, "/")»/«interfaceName»RequestInterpreter.h" «FOR parameterType: getDataTypeIncludesFor(francaIntf)» #include «parameterType» «ENDFOR» «FOR broadcast: francaIntf.broadcasts.filter[selective]» #include "«getPackagePathWithJoynrPrefix(francaIntf, "/")»/«getBroadcastFilterClassName(broadcast)».h" «ENDFOR» «getNamespaceStarter(francaIntf)» «interfaceName»AbstractProvider::«interfaceName»AbstractProvider() «IF hasSelectiveBroadcast» : «FOR broadcast: francaIntf.broadcasts.filter[selective] SEPARATOR ','» «val broadcastName = broadcast.joynrName» «broadcastName»Filters() «ENDFOR» «ENDIF» { // Register a request interpreter to interpret requests to this interface joynr::InterfaceRegistrar::instance().registerRequestInterpreter<«interfaceName»RequestInterpreter>(getInterfaceName()); } «interfaceName»AbstractProvider::~«interfaceName»AbstractProvider() { // Unregister the request interpreter joynr::InterfaceRegistrar::instance().unregisterRequestInterpreter(getInterfaceName()); } const std::string& «interfaceName»AbstractProvider::getInterfaceName() const { return I«interfaceName»Base::INTERFACE_NAME(); } «FOR attribute : francaIntf.attributes» «IF attribute.notifiable» «var attributeName = attribute.joynrName» void «interfaceName»AbstractProvider::«attributeName»Changed( const «attribute.typeName»& «attributeName» ) { onAttributeValueChanged("«attributeName»",«attributeName»); } «ENDIF» «ENDFOR» «FOR broadcast : francaIntf.broadcasts» «val broadcastName = broadcast.joynrName» void «interfaceName»AbstractProvider::fire«broadcastName.toFirstUpper»( «IF !broadcast.outputParameters.empty» «broadcast.commaSeperatedTypedConstOutputParameterList»«IF !broadcast.selective»,«ENDIF» «ENDIF» «IF !broadcast.selective» const std::vector<std::string>& partitions «ENDIF» ) { «IF broadcast.selective» fireSelectiveBroadcast( «ELSE» fireBroadcast( «ENDIF» "«broadcastName»", «IF broadcast.selective» «broadcastName»Filters« »«ELSE» partitions« »«ENDIF»« »«IF !broadcast.outputParameters.empty»« », «FOR parameter : broadcast.outputParameters SEPARATOR ','» «parameter.joynrName» «ENDFOR» «ENDIF» ); } «IF broadcast.selective» «val broadCastFilterClassName = interfaceName.toFirstUpper + broadcastName.toFirstUpper + "BroadcastFilter"» void «interfaceName»AbstractProvider::addBroadcastFilter(std::shared_ptr<«broadCastFilterClassName»> filter) { «broadcastName»Filters.push_back(std::move(filter)); } «ENDIF» «ENDFOR» «getNamespaceEnder(francaIntf)» ''' }
32.570313
121
0.771888
c165b97543190c212192746de80d9d27366b62ce
6,706
xtend
Xtend
de.fxdiagram.annotations/src/de/fxdiagram/annotations/properties/ModelNode.xtend
pahjbo/FXDiagram
25a2a2e61f6c30c009c1d5c49e2bc0171d8980fb
[ "Apache-2.0" ]
79
2015-03-23T19:53:13.000Z
2022-03-12T07:21:16.000Z
de.fxdiagram.annotations/src/de/fxdiagram/annotations/properties/ModelNode.xtend
pahjbo/FXDiagram
25a2a2e61f6c30c009c1d5c49e2bc0171d8980fb
[ "Apache-2.0" ]
64
2015-03-17T15:57:11.000Z
2020-10-28T05:51:24.000Z
de.fxdiagram.annotations/src/de/fxdiagram/annotations/properties/ModelNode.xtend
pahjbo/FXDiagram
25a2a2e61f6c30c009c1d5c49e2bc0171d8980fb
[ "Apache-2.0" ]
21
2015-03-26T15:22:04.000Z
2021-06-29T07:38:28.000Z
package de.fxdiagram.annotations.properties import java.lang.annotation.ElementType import java.lang.annotation.Target import javafx.beans.property.BooleanProperty import javafx.beans.property.DoubleProperty import javafx.beans.property.FloatProperty import javafx.beans.property.IntegerProperty import javafx.beans.property.ListProperty import javafx.beans.property.LongProperty import javafx.beans.property.Property import javafx.beans.property.StringProperty import org.eclipse.xtend.lib.macro.AbstractClassProcessor import org.eclipse.xtend.lib.macro.Active import org.eclipse.xtend.lib.macro.TransformationContext import org.eclipse.xtend.lib.macro.declaration.ClassDeclaration import org.eclipse.xtend.lib.macro.declaration.FieldDeclaration import org.eclipse.xtend.lib.macro.declaration.MemberDeclaration import org.eclipse.xtend.lib.macro.declaration.MethodDeclaration import org.eclipse.xtend.lib.macro.declaration.MutableClassDeclaration import org.eclipse.xtend.lib.macro.declaration.TypeDeclaration import org.eclipse.xtend.lib.macro.declaration.TypeReference import org.eclipse.xtend.lib.macro.declaration.Visibility /** * An active annotation that makes the annotated type as serializable by implementing * {@link XModelProvider} and adding all properties listed in the {@link value} field. * The properties' types must be primitive or implement {@link XModelProvider}. * * @see de.fxdiagram.core.model */ @Active(ModelNodeProcessor) @Target(ElementType.TYPE) annotation ModelNode { String[] value = #[] val inherit = true } class ModelNodeProcessor extends AbstractClassProcessor { extension TransformationContext context override doTransform(MutableClassDeclaration annotatedClass, TransformationContext context) { this.context = context val modelNodeAnnotationType = findTypeGlobally(ModelNode) val modelAnnotation = annotatedClass.findAnnotation(modelNodeAnnotationType) val validPropertyNames = newArrayList modelAnnotation .getStringArrayValue('value') .forEach[ val accessor = getPropertyAccessor(annotatedClass, it, true) if(accessor === null) { // issue a warning only, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=457681 modelAnnotation.addWarning("Cannot find JavaFX property '" + it + "'") } validPropertyNames += it ] val existingNoArgConstructor = annotatedClass.findDeclaredConstructor() if(existingNoArgConstructor === null) { annotatedClass.addConstructor[ docComment = 'Automatically generated by @ModelNode. Needed for deserialization.' ] } val modelProviderType = newTypeReference('de.fxdiagram.core.model.XModelProvider') if(!modelProviderType.type.isAssignableFrom(annotatedClass)) annotatedClass.implementedInterfaces = annotatedClass.implementedInterfaces + #[modelProviderType] annotatedClass.addMethod('populate', [ addParameter('modelElement', newTypeReference('de.fxdiagram.core.model.ModelElementImpl')) val isInheritAttribtueSet = modelAnnotation.getValue('inherit') != Boolean.FALSE val superClass = annotatedClass.extendedClass val isInherit = isInheritAttribtueSet && if(superClass !== null) { val isSuperImplementsModelProvider = modelProviderType.isAssignableFrom(superClass) val isSuperHasModelNodeAnnotation = (superClass.type as TypeDeclaration).findAnnotation(modelNodeAnnotationType) !== null isSuperImplementsModelProvider || isSuperHasModelNodeAnnotation } else { false } body = ''' «IF isInherit»super.populate(modelElement);«ENDIF» «FOR accessor: validPropertyNames.map[getPropertyAccessor(annotatedClass, it, true)]» modelElement.addProperty(«accessor.call», «newTypeReference(accessor.componentType.type)».class); «ENDFOR» ''' ]) if(!annotatedClass.declaredMethods.exists[simpleName == 'postLoad' && parameters.empty]) { annotatedClass.addMethod('postLoad',[ body = '''''' ]) } if(!annotatedClass.declaredMethods.exists[simpleName == 'toString' && parameters.empty]) { annotatedClass.addMethod('toString') [ returnType = newTypeReference(String) body = ''' return «'de.fxdiagram.core.model.ToString'.newTypeReference()».toString(this); ''' ] } } protected def CharSequence getHierarchy(ClassDeclaration clazz) ''' Class: «clazz.simpleName» «FOR m: clazz.declaredMethods» «m.simpleName» «ENDFOR» «(clazz.extendedClass?.type as ClassDeclaration)?.hierarchy ?: ''» ''' protected def MemberDeclaration getPropertyAccessor(ClassDeclaration clazz, String propertyName, boolean allowPrivate) { val field = clazz.findDeclaredField(propertyName) ?: clazz.findDeclaredField((propertyName + 'Property')) if(field !== null && (allowPrivate || field.visibility != Visibility.PRIVATE)) return field val method = clazz.findDeclaredMethod(propertyName) ?: clazz.findDeclaredMethod((propertyName + 'Property')) ?: clazz.findDeclaredMethod(('get' + propertyName.toFirstUpper)) if(method !== null && (allowPrivate || method.visibility != Visibility.PRIVATE)) return method if(clazz.extendedClass !== null) return getPropertyAccessor(clazz.extendedClass.type as ClassDeclaration, propertyName, false) return null } protected def getComponentType(MemberDeclaration member) { getComponentType( switch member { MethodDeclaration: member.returnType FieldDeclaration: member.type default: object }) } protected def getCall(MemberDeclaration member) { member.simpleName + (if (member instanceof MethodDeclaration) '()' else '') } protected def TypeReference getComponentType(TypeReference it) { if(newTypeReference(Property, newWildcardTypeReference).isAssignableFrom(it)) return isListType(Double) ?: isListType(String) ?: isListType(Integer) ?: isListType(Boolean) ?: isListType(Long) ?: isListType(Float) ?: isListType(Enum) ?: isListType(Object) ?: isType(DoubleProperty, Double) ?: isType(StringProperty, String) ?: isType(IntegerProperty, Integer) ?: isType(BooleanProperty, Boolean) ?: isType(LongProperty, Long) ?: isType(FloatProperty, Float) ?: actualTypeArguments.head else return null } protected def TypeReference isType(TypeReference typeRef, Class<? extends Property<?>> propertyType, Class<?> clazz) { if(newTypeReference(propertyType).isAssignableFrom(typeRef)) return newTypeReference(clazz) else return null } protected def TypeReference isListType(TypeReference typeRef, Class<?> clazz) { val componentType = newTypeReference(clazz) if(newTypeReference(ListProperty, componentType).isAssignableFrom(typeRef)) return componentType else return null } }
38.54023
126
0.764987
f2a5f441a1adaa7954b2fea584eef04d9adbcd0e
1,208
xtend
Xtend
xtend-examples/src/example5/Units.xtend
DavidStahl97/Studium
bb8abf9f243583887e36a97dfd81d8b7e3ea67a4
[ "MIT" ]
null
null
null
xtend-examples/src/example5/Units.xtend
DavidStahl97/Studium
bb8abf9f243583887e36a97dfd81d8b7e3ea67a4
[ "MIT" ]
null
null
null
xtend-examples/src/example5/Units.xtend
DavidStahl97/Studium
bb8abf9f243583887e36a97dfd81d8b7e3ea67a4
[ "MIT" ]
null
null
null
/******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Author - Sven Efftinge *******************************************************************************/ package example5 import org.junit.Test import static org.junit.Assert.* import static extension example5.Distance.* import static extension example5.Time.* import static extension example5.Speed.* /** * This example shows the usage of operator overloading combined with * extension methods. */ class Units { @Test def distances() { assertEquals(15.km, 13.km + 2_000.m) assertEquals(30.km, (13.km + 2_000.m) * 2) //if you implement +, you get += for free var distance = 10.km for (i: 1..10) { distance += i.km } assertEquals(65.km, distance) } @Test def time() { assertEquals(1.h, 65.sec + 59.min - 5_000.msec) } @Test def speed() { assertEquals(42.km/h, (40_000.m + 2.km) / 60.min) } }
26.844444
81
0.592715
43f4a882f9d6e35f8c9d89117f399a812315296b
503
xtend
Xtend
com.regnosys.rosetta.ide/src/com/regnosys/rosetta/ide/RosettaIdeSetup.xtend
freight-trust/rosetta-dsl
823800169aaf0f266cd585e7c73bffbbcc86f36e
[ "Apache-2.0" ]
null
null
null
com.regnosys.rosetta.ide/src/com/regnosys/rosetta/ide/RosettaIdeSetup.xtend
freight-trust/rosetta-dsl
823800169aaf0f266cd585e7c73bffbbcc86f36e
[ "Apache-2.0" ]
null
null
null
com.regnosys.rosetta.ide/src/com/regnosys/rosetta/ide/RosettaIdeSetup.xtend
freight-trust/rosetta-dsl
823800169aaf0f266cd585e7c73bffbbcc86f36e
[ "Apache-2.0" ]
null
null
null
/* * generated by Xtext 2.12.0 */ package com.regnosys.rosetta.ide import com.google.inject.Guice import com.regnosys.rosetta.RosettaRuntimeModule import com.regnosys.rosetta.RosettaStandaloneSetup import org.eclipse.xtext.util.Modules2 /** * Initialization support for running Xtext languages as language servers. */ class RosettaIdeSetup extends RosettaStandaloneSetup { override createInjector() { Guice.createInjector(Modules2.mixin(new RosettaRuntimeModule, new RosettaIdeModule)) } }
23.952381
86
0.803181
787d6ddbd1e7395454ca271c8e70c14d36a179ef
768
yml
YAML
config.yml
fourjuaneight/blog
acf98daaa490db65d6bd95a819d1dffe267b219d
[ "MIT" ]
null
null
null
config.yml
fourjuaneight/blog
acf98daaa490db65d6bd95a819d1dffe267b219d
[ "MIT" ]
null
null
null
config.yml
fourjuaneight/blog
acf98daaa490db65d6bd95a819d1dffe267b219d
[ "MIT" ]
null
null
null
--- baseURL: https://www.cleverlaziness.com title: Clever Laziness # content languageCode: en-us enableRobotsTXT: true publishdir: dist metaDataFormat: yaml disableKinds: ['taxonomyTerm'] footnoteReturnLinkContents: ↩ summarylength: 40 enableEmoji: true canonifyURLs: true markup: highlight: codeFences: true guessSyntax: false style: dracula tabWidth: 2 taxonomies: tags: 'tags' permalinks: section: '/:filename/' posts: '/posts/:filename/' tags: '/tags/:slug/' outputs: home: ['html'] section: ['html', 'rss'] sitemap: changefreq: monthly filename: sitemap.xml priority: 0.5 params: meta: description: I like websites. Occasionally, I make them. author: Juan Villela social: fourjuaneight theme: '#9580ff'
17.066667
60
0.707031
605148cd2aeda55a89929c4e13a6213ad7ee728a
521
yaml
YAML
open_manipulator_p_gazebo/config/arm_controller.yaml
ConcaveRobo/concave-manipulator-simulations
2d1583bcab29b705afde5a595a20c39e8636b6fe
[ "Apache-2.0" ]
1
2021-04-08T02:21:30.000Z
2021-04-08T02:21:30.000Z
open_manipulator_p_gazebo/config/arm_controller.yaml
ConcaveRobo/concave-manipulator-simulations
2d1583bcab29b705afde5a595a20c39e8636b6fe
[ "Apache-2.0" ]
null
null
null
open_manipulator_p_gazebo/config/arm_controller.yaml
ConcaveRobo/concave-manipulator-simulations
2d1583bcab29b705afde5a595a20c39e8636b6fe
[ "Apache-2.0" ]
2
2021-03-11T15:23:06.000Z
2021-07-25T03:10:17.000Z
joint1_position: type: position_controllers/JointPositionController joint: joint1 joint2_position: type: position_controllers/JointPositionController joint: joint2 joint3_position: type: position_controllers/JointPositionController joint: joint3 joint4_position: type: position_controllers/JointPositionController joint: joint4 joint5_position: type: position_controllers/JointPositionController joint: joint5 joint6_position: type: position_controllers/JointPositionController joint: joint6
21.708333
52
0.840691
7903ede84b9b05a4438716691587baa1562a24cf
505
yaml
YAML
docker/docker-compose.yaml
PenguBot/firebird
48fa0b9fdc1d92b3a91d2d5a3504681aacb278f8
[ "Apache-2.0" ]
3
2020-07-25T20:29:06.000Z
2020-09-19T17:05:53.000Z
docker/docker-compose.yaml
PenguBot/firebird
48fa0b9fdc1d92b3a91d2d5a3504681aacb278f8
[ "Apache-2.0" ]
1
2020-08-01T06:45:13.000Z
2020-08-01T06:45:21.000Z
docker/docker-compose.yaml
PenguBot/firebird
48fa0b9fdc1d92b3a91d2d5a3504681aacb278f8
[ "Apache-2.0" ]
null
null
null
version: "2.4" services: rabbit: container_name: rabbitmq image: rabbitmq:3-management restart: always ports: - "8385:15672" influx: container_name: influxdb image: quay.io/influxdb/influxdb:2.0.0-beta restart: always volumes: - influx-data:/var/lib/influxdb2 ports: - "8285:9999" command: influxd run --bolt-path /var/lib/influxdb2/influxd.bolt --engine-path /var/lib/influxdb2/engine --store bolt volumes: influx-data: external: true
22.954545
121
0.665347
a10ed81a65f11ab56947335f2f02340f30ff6645
549
yaml
YAML
user/config/plugins/email.yaml
neajul/help-handje-website
bdbe640416fc83ff23637797057dbadb8550f042
[ "MIT" ]
null
null
null
user/config/plugins/email.yaml
neajul/help-handje-website
bdbe640416fc83ff23637797057dbadb8550f042
[ "MIT" ]
null
null
null
user/config/plugins/email.yaml
neajul/help-handje-website
bdbe640416fc83ff23637797057dbadb8550f042
[ "MIT" ]
null
null
null
enabled: true from: info@lukasengelhardt.net from_name: LE to: lukas@droesser.net to_name: LE queue: enabled: false flush_frequency: '* * * * *' flush_msg_limit: 10 flush_time_limit: 100 mailer: engine: smtp smtp: server: nx04.webspezi.com port: null encryption: none user: info@lukasengelhardt.net password: Netscape91; auth_mode: null sendmail: bin: '/usr/sbin/sendmail -bs' content_type: text/html debug: false charset: null cc: null cc_name: null bcc: null reply_to: null reply_to_name: null body: null
17.709677
34
0.715847
a19284e34e0f596aee12e5c18e606ed64ddbac51
1,256
yml
YAML
roles/apache/tasks/main.yml
ishikawa999/redmine-ubuntu-ansible
509dfd7e27ef422d62005a8b8aab481130e3aeb7
[ "MIT" ]
null
null
null
roles/apache/tasks/main.yml
ishikawa999/redmine-ubuntu-ansible
509dfd7e27ef422d62005a8b8aab481130e3aeb7
[ "MIT" ]
null
null
null
roles/apache/tasks/main.yml
ishikawa999/redmine-ubuntu-ansible
509dfd7e27ef422d62005a8b8aab481130e3aeb7
[ "MIT" ]
null
null
null
- name: Redmineディレクトリ以下のオーナーを変更 become: yes file: path: "{{ redmine_dir }}" owner: "{{ redmine_dir_owner }}" group: "{{ redmine_dir_group }}" recurse: yes - name: Passengerがインストールされているか確認 command: test -f /usr/local/bin/passenger-install-apache2-module register: result failed_when: result.rc not in [0, 1] changed_when: false - name: Passengerをインストール become: yes gem: name=passenger user_install=no environment: PATH: "/usr/local/bin:{{ ansible_env.PATH }}" when: result.rc == 1 - name: PassengerのApache用モジュールのインストール become: yes command: passenger-install-apache2-module --auto environment: PATH: "/usr/local/bin:{{ ansible_env.PATH }}" when: result.rc == 1 - name: PassengerのApache用モジュールの設定を取得 command: passenger-install-apache2-module --snippet environment: PATH: "/usr/local/bin:{{ ansible_env.PATH }}" register: passenger_snippet_vars changed_when: false - name: redmine.confの作成 become: yes template: src=redmine.conf dest=/etc/apache2/conf-available/redmine.conf - name: Redmine用のApacheの設定を有効にする become: yes command: a2enconf redmine - name: Apacheの再起動 become: yes service: name=apache2 state=restarted enabled=yes
20.933333
59
0.691879
4e5cb8b8431505bad5d050931d2b57a14a6c0cf3
790
yml
YAML
src/template/github/action/serverless-devs.yml
Serverless-Devs/cicd
734969e19086f5cb60fd2672d29219ca8a823418
[ "MIT" ]
4
2021-06-07T02:11:20.000Z
2021-06-07T05:17:09.000Z
src/template/github/action/serverless-devs.yml
Serverless-Devs/cicd
734969e19086f5cb60fd2672d29219ca8a823418
[ "MIT" ]
1
2021-05-20T03:29:00.000Z
2021-05-20T03:29:00.000Z
src/template/github/action/serverless-devs.yml
Serverless-Devs/cicd
734969e19086f5cb60fd2672d29219ca8a823418
[ "MIT" ]
null
null
null
name: Serverless Devs Project CI/CD on: push: branches: [ master ] jobs: serverless-devs-cd: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: 12 registry-url: https://registry.npmjs.org/ - run: npm install - run: npm install -g @serverless-devs/s # 默认密钥配置指令是阿里云密钥配置指令,更多可以参考: # 如何通过Github Action使用Serverless Devs做CI/CD:http://short.devsapp.cn/cicd/github/action/usage # Serverless Devs的官网是通过Serverless Devs部署的: http://short.devsapp.cn/cicd/github/action/practice - run: s config add --AccountID ${{secrets.AccountID}} --AccessKeyID ${{secrets.AccessKeyID}} --AccessKeySecret ${{secrets.AccessKeySecret}} -a default - run: s deploy
34.347826
157
0.667089
f6f84cf7de037e0cdbe93e1e1258da5e2dca03d8
526
yml
YAML
src/wordset/data/yml/soo_.yml
henge-tech/henge
33d958cf4e170fe27c92fd6dd426558d81ba46cb
[ "MIT" ]
2
2016-08-13T03:14:37.000Z
2016-08-21T14:09:13.000Z
src/wordset/data/yml/soo_.yml
koseki/wordcircle
17472c450b89fc780765dcb8228b27eb60dd6ea5
[ "MIT" ]
9
2017-09-18T08:37:47.000Z
2022-02-26T03:35:15.000Z
src/wordset/data/yml/soo_.yml
koseki/wordcircle
17472c450b89fc780765dcb8228b27eb60dd6ea5
[ "MIT" ]
null
null
null
--- pattern: soo_ hi_scored_words_count: 11 scored_words_count: 4 total_words: 24 score: 1012171 score_per_word: 67478 hi_scored_words: soon: 445 sooner: 5145 soonest: 27081 soot: 27814 sooth: 65951 soothe: 24729 soothed: 46443 soothes: 51583 soothing: 13241 soothsayer: 77092 sooty: 45332 scored_words: soother: 126398 soothers: 221105 soothingly: 112827 soothsayers: 166985 not_scored_words: - Soochow - Soong - soothfast - soothsay - soothsaying - sootier - sootiest - sootiness - sootinesses
15.028571
25
0.752852
7ce7a7a4e71268882126221448c81019aee5f7ca
589
yml
YAML
_data/comments/soccer/comment-1579382855470.yml
hashtafak/hashtafak.github.io
73536a9c9a4e4afdf9bce931cd3d9c9417583dc8
[ "MIT" ]
null
null
null
_data/comments/soccer/comment-1579382855470.yml
hashtafak/hashtafak.github.io
73536a9c9a4e4afdf9bce931cd3d9c9417583dc8
[ "MIT" ]
null
null
null
_data/comments/soccer/comment-1579382855470.yml
hashtafak/hashtafak.github.io
73536a9c9a4e4afdf9bce931cd3d9c9417583dc8
[ "MIT" ]
null
null
null
_id: 57ff2fb0-3a39-11ea-8180-cdb4f53e8897 message: "Sweet blog! I found it while searching on Yahoo News. Do you have any suggestions on how to get listed in Yahoo News?\r\nI've been trying for a while but I never seem to get there!\r\n\r\nMany thanks" name: Mazie email: 942f359637ea4e6c67340ef3d4c275c4 url: >- http://www.comedoresjupes.com/%ec%b2%9c%ec%95%88%ec%b6%9c%ec%9e%a5%ec%95%88%eb%a7%88%ea%b5%ad%ec%a0%9c%ec%82%ac%ed%9a%8c%ec%99%80%ed%98%91%eb%a0%a5%ec%9d%84%ea%b0%95%ed%99%94%ed%95%98%ea%b3%a0%ec%9a%b0%eb%a6%ac%ea%b5%ad%eb%af%bc/ hidden: '' date: '2020-01-18T21:27:35.469Z'
65.444444
231
0.728353
6b3fe8612dd0a59d5be04313d241389b6038b28e
1,207
yml
YAML
roles/servicetelemetry/tasks/component_prometheus.yml
mrunge/service-telemetry-operator
dbcdeab304fff51bcf7fe81fd18ff3dfe7c3f237
[ "Apache-2.0" ]
null
null
null
roles/servicetelemetry/tasks/component_prometheus.yml
mrunge/service-telemetry-operator
dbcdeab304fff51bcf7fe81fd18ff3dfe7c3f237
[ "Apache-2.0" ]
null
null
null
roles/servicetelemetry/tasks/component_prometheus.yml
mrunge/service-telemetry-operator
dbcdeab304fff51bcf7fe81fd18ff3dfe7c3f237
[ "Apache-2.0" ]
null
null
null
- name: Set default Prometheus manifest set_fact: prometheus_manifest: | apiVersion: monitoring.coreos.com/v1 kind: Prometheus metadata: labels: prometheus: '{{ meta.name }}' name: '{{ meta.name }}' namespace: '{{ meta.namespace }}' spec: replicas: 1 ruleSelector: {} securityContext: {} serviceAccountName: prometheus-k8s serviceMonitorSelector: matchLabels: app: smart-gateway alerting: alertmanagers: - name: alertmanager-operated namespace: '{{ meta.namespace }}' port: web storage: class: {{ prometheus_storage_class }} resources: {{ prometheus_storage_resources }} selector: {{ prometheus_storage_selector }} volumeClaimTemplate: spec: resources: requests: storage: {{ prometheus_pvc_storage_request }} when: prometheus_manifest is not defined - name: Create an instance of Prometheus k8s: definition: '{{ prometheus_manifest }}' # TODO: Create route to access Prometheus (conditional, default off)
29.439024
68
0.580779
58f569ce2a74e859d6f8d475a6c8fd7f9c3fc359
15,423
yml
YAML
EvilDICOM/EvilDICOM.DocFx/api/EvilDICOM.CV.IO.DICOM2DoseMatrix.yml
damiens/Evil-DICOM
8f4144db75c5fe3270cae40fee40b1fab8f1c0c8
[ "MIT" ]
135
2015-01-21T03:51:09.000Z
2022-03-25T20:39:53.000Z
EvilDICOM/EvilDICOM.DocFx/api/EvilDICOM.CV.IO.DICOM2DoseMatrix.yml
isachpaz/Evil-DICOM
f3f17793a4f5c3400ec35ef2b8842b5cce6aabde
[ "MIT" ]
68
2015-01-05T14:09:05.000Z
2022-03-28T09:19:32.000Z
EvilDICOM/EvilDICOM.DocFx/api/EvilDICOM.CV.IO.DICOM2DoseMatrix.yml
isachpaz/Evil-DICOM
f3f17793a4f5c3400ec35ef2b8842b5cce6aabde
[ "MIT" ]
85
2015-01-15T18:43:14.000Z
2022-03-26T05:21:00.000Z
### YamlMime:ManagedReference items: - uid: EvilDICOM.CV.IO.DICOM2DoseMatrix commentId: T:EvilDICOM.CV.IO.DICOM2DoseMatrix id: DICOM2DoseMatrix parent: EvilDICOM.CV.IO children: - EvilDICOM.CV.IO.DICOM2DoseMatrix.ParseDICOM(System.String,System.Nullable{System.Double},System.Boolean) langs: - csharp - vb name: DICOM2DoseMatrix nameWithType: DICOM2DoseMatrix fullName: EvilDICOM.CV.IO.DICOM2DoseMatrix type: Class source: remote: path: EvilDICOM/EvilDICOM.CV/IO/DICOM2DoseMatrix.cs branch: master repo: https://github.com/rexcardan/Evil-DICOM.git id: DICOM2DoseMatrix path: ../EvilDICOM.CV/IO/DICOM2DoseMatrix.cs startLine: 15 assemblies: - EvilDICOM.CV namespace: EvilDICOM.CV.IO syntax: content: 'public class DICOM2DoseMatrix : DICOM2Matrix' content.vb: >- Public Class DICOM2DoseMatrix Inherits DICOM2Matrix inheritance: - System.Object - EvilDICOM.CV.IO.DICOM2Matrix inheritedMembers: - EvilDICOM.CV.IO.DICOM2Matrix.FillMetadata(EvilDICOM.CV.Image.Matrix,EvilDICOM.Core.DICOMObject) - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ToString modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: EvilDICOM.CV.IO.DICOM2DoseMatrix.ParseDICOM(System.String,System.Nullable{System.Double},System.Boolean) commentId: M:EvilDICOM.CV.IO.DICOM2DoseMatrix.ParseDICOM(System.String,System.Nullable{System.Double},System.Boolean) id: ParseDICOM(System.String,System.Nullable{System.Double},System.Boolean) parent: EvilDICOM.CV.IO.DICOM2DoseMatrix langs: - csharp - vb name: ParseDICOM(String, Nullable<Double>, Boolean) nameWithType: DICOM2DoseMatrix.ParseDICOM(String, Nullable<Double>, Boolean) fullName: EvilDICOM.CV.IO.DICOM2DoseMatrix.ParseDICOM(System.String, System.Nullable<System.Double>, System.Boolean) type: Method source: remote: path: EvilDICOM/EvilDICOM.CV/IO/DICOM2DoseMatrix.cs branch: master repo: https://github.com/rexcardan/Evil-DICOM.git id: ParseDICOM path: ../EvilDICOM.CV/IO/DICOM2DoseMatrix.cs startLine: 17 assemblies: - EvilDICOM.CV namespace: EvilDICOM.CV.IO syntax: content: public static DoseMatrix ParseDICOM(string dcmFile, double? prescribedDoseGy = default(double? ), bool convertToRelative = true) parameters: - id: dcmFile type: System.String - id: prescribedDoseGy type: System.Nullable{System.Double} - id: convertToRelative type: System.Boolean return: type: EvilDICOM.CV.RT.DoseMatrix content.vb: Public Shared Function ParseDICOM(dcmFile As String, prescribedDoseGy As Double? = Nothing, convertToRelative As Boolean = True) As DoseMatrix overload: EvilDICOM.CV.IO.DICOM2DoseMatrix.ParseDICOM* nameWithType.vb: DICOM2DoseMatrix.ParseDICOM(String, Nullable(Of Double), Boolean) modifiers.csharp: - public - static modifiers.vb: - Public - Shared fullName.vb: EvilDICOM.CV.IO.DICOM2DoseMatrix.ParseDICOM(System.String, System.Nullable(Of System.Double), System.Boolean) name.vb: ParseDICOM(String, Nullable(Of Double), Boolean) references: - uid: EvilDICOM.CV.IO commentId: N:EvilDICOM.CV.IO name: EvilDICOM.CV.IO nameWithType: EvilDICOM.CV.IO fullName: EvilDICOM.CV.IO - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: Object nameWithType: Object fullName: System.Object - uid: EvilDICOM.CV.IO.DICOM2Matrix commentId: T:EvilDICOM.CV.IO.DICOM2Matrix parent: EvilDICOM.CV.IO name: DICOM2Matrix nameWithType: DICOM2Matrix fullName: EvilDICOM.CV.IO.DICOM2Matrix - uid: EvilDICOM.CV.IO.DICOM2Matrix.FillMetadata(EvilDICOM.CV.Image.Matrix,EvilDICOM.Core.DICOMObject) commentId: M:EvilDICOM.CV.IO.DICOM2Matrix.FillMetadata(EvilDICOM.CV.Image.Matrix,EvilDICOM.Core.DICOMObject) parent: EvilDICOM.CV.IO.DICOM2Matrix isExternal: true name: FillMetadata(Matrix, DICOMObject) nameWithType: DICOM2Matrix.FillMetadata(Matrix, DICOMObject) fullName: EvilDICOM.CV.IO.DICOM2Matrix.FillMetadata(EvilDICOM.CV.Image.Matrix, EvilDICOM.Core.DICOMObject) spec.csharp: - uid: EvilDICOM.CV.IO.DICOM2Matrix.FillMetadata(EvilDICOM.CV.Image.Matrix,EvilDICOM.Core.DICOMObject) name: FillMetadata nameWithType: DICOM2Matrix.FillMetadata fullName: EvilDICOM.CV.IO.DICOM2Matrix.FillMetadata - name: ( nameWithType: ( fullName: ( - uid: EvilDICOM.CV.Image.Matrix name: Matrix nameWithType: Matrix fullName: EvilDICOM.CV.Image.Matrix - name: ', ' nameWithType: ', ' fullName: ', ' - uid: EvilDICOM.Core.DICOMObject name: DICOMObject nameWithType: DICOMObject fullName: EvilDICOM.Core.DICOMObject isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: EvilDICOM.CV.IO.DICOM2Matrix.FillMetadata(EvilDICOM.CV.Image.Matrix,EvilDICOM.Core.DICOMObject) name: FillMetadata nameWithType: DICOM2Matrix.FillMetadata fullName: EvilDICOM.CV.IO.DICOM2Matrix.FillMetadata - name: ( nameWithType: ( fullName: ( - uid: EvilDICOM.CV.Image.Matrix name: Matrix nameWithType: Matrix fullName: EvilDICOM.CV.Image.Matrix - name: ', ' nameWithType: ', ' fullName: ', ' - uid: EvilDICOM.Core.DICOMObject name: DICOMObject nameWithType: DICOMObject fullName: EvilDICOM.Core.DICOMObject isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true name: Equals(Object) nameWithType: Object.Equals(Object) fullName: System.Object.Equals(System.Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true name: Equals(Object, Object) nameWithType: Object.Equals(Object, Object) fullName: System.Object.Equals(System.Object, System.Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true name: GetHashCode() nameWithType: Object.GetHashCode() fullName: System.Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true name: GetType() nameWithType: Object.GetType() fullName: System.Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true name: MemberwiseClone() nameWithType: Object.MemberwiseClone() fullName: System.Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true name: ReferenceEquals(Object, Object) nameWithType: Object.ReferenceEquals(Object, Object) fullName: System.Object.ReferenceEquals(System.Object, System.Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true name: ToString() nameWithType: Object.ToString() fullName: System.Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System commentId: N:System isExternal: true name: System nameWithType: System fullName: System - uid: EvilDICOM.CV.IO.DICOM2DoseMatrix.ParseDICOM* commentId: Overload:EvilDICOM.CV.IO.DICOM2DoseMatrix.ParseDICOM name: ParseDICOM nameWithType: DICOM2DoseMatrix.ParseDICOM fullName: EvilDICOM.CV.IO.DICOM2DoseMatrix.ParseDICOM - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: System.Nullable{System.Double} commentId: T:System.Nullable{System.Double} parent: System definition: System.Nullable`1 name: Nullable<Double> nameWithType: Nullable<Double> fullName: System.Nullable<System.Double> nameWithType.vb: Nullable(Of Double) fullName.vb: System.Nullable(Of System.Double) name.vb: Nullable(Of Double) spec.csharp: - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: System.Double name: Double nameWithType: Double fullName: System.Double isExternal: true - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.Double name: Double nameWithType: Double fullName: System.Double isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Boolean commentId: T:System.Boolean parent: System isExternal: true name: Boolean nameWithType: Boolean fullName: System.Boolean - uid: EvilDICOM.CV.RT.DoseMatrix commentId: T:EvilDICOM.CV.RT.DoseMatrix parent: EvilDICOM.CV.RT name: DoseMatrix nameWithType: DoseMatrix fullName: EvilDICOM.CV.RT.DoseMatrix - uid: System.Nullable`1 commentId: T:System.Nullable`1 isExternal: true name: Nullable<T> nameWithType: Nullable<T> fullName: System.Nullable<T> nameWithType.vb: Nullable(Of T) fullName.vb: System.Nullable(Of T) name.vb: Nullable(Of T) spec.csharp: - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: EvilDICOM.CV.RT commentId: N:EvilDICOM.CV.RT name: EvilDICOM.CV.RT nameWithType: EvilDICOM.CV.RT fullName: EvilDICOM.CV.RT
27.345745
158
0.704013
f3b602f0767602f450c977cf5862d16f24d1da2d
1,130
yml
YAML
docs-ref-autogen/com.azure.storage.blob.models.BlobItem.setIsPrefix.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
docs-ref-autogen/com.azure.storage.blob.models.BlobItem.setIsPrefix.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.azure.storage.blob.models.BlobItem.setIsPrefix.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaMember uid: "com.azure.storage.blob.models.BlobItem.setIsPrefix*" fullName: "com.azure.storage.blob.models.BlobItem.setIsPrefix" name: "setIsPrefix" nameWithType: "BlobItem.setIsPrefix" members: - uid: "com.azure.storage.blob.models.BlobItem.setIsPrefix(java.lang.Boolean)" fullName: "com.azure.storage.blob.models.BlobItem.setIsPrefix(Boolean isPrefix)" name: "setIsPrefix(Boolean isPrefix)" nameWithType: "BlobItem.setIsPrefix(Boolean isPrefix)" summary: "Set the isPrefix property: The isPrefix property." parameters: - description: "the isPrefix value to set." name: "isPrefix" type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />" syntax: "public BlobItem setIsPrefix(Boolean isPrefix)" returns: description: "the BlobItem object itself." type: "<xref href=\"com.azure.storage.blob.models.BlobItem?alt=com.azure.storage.blob.models.BlobItem&text=BlobItem\" data-throw-if-not-resolved=\"False\" />" type: "method" metadata: {} package: "com.azure.storage.blob.models" artifact: com.azure:azure-storage-blob:12.10.0
47.083333
162
0.755752
7ea8bf25d0e51c676d44be0e8ab326006963f9cb
239
yml
YAML
history/trojan-singapore-sga-1.yml
roosterkid/opentunnel-status-server
f07a7cc3aa25084db6c0b90fababe51a9f145830
[ "MIT" ]
1
2022-03-29T03:50:36.000Z
2022-03-29T03:50:36.000Z
history/trojan-singapore-sga-1.yml
roosterkid/opentunnel-status-server
f07a7cc3aa25084db6c0b90fababe51a9f145830
[ "MIT" ]
5,969
2021-04-20T16:59:44.000Z
2022-03-31T23:49:54.000Z
history/trojan-singapore-sga-1.yml
roosterkid/opentunnel-status-server
f07a7cc3aa25084db6c0b90fababe51a9f145830
[ "MIT" ]
3
2021-11-11T10:01:44.000Z
2022-03-10T23:26:14.000Z
url: https://sgt-3.opensvr.net/ status: up code: 200 responseTime: 904 lastUpdated: 2022-01-13T10:58:59.882Z startTime: Tue Apr 20 2021 17:07:06 GMT+0000 (Coordinated Universal Time) generator: Upptime <https://github.com/upptime/upptime>
29.875
73
0.769874
3ae4e581942ea6483b0907b66488d7ce5d526b12
582
yml
YAML
docker-compose.yml
chonjay21/docker-sftp
a0c4fe3441baad7b63b56ea250915e83ce5b6f64
[ "MIT" ]
3
2020-09-19T08:04:35.000Z
2021-05-16T11:36:36.000Z
docker-compose.yml
chonjay21/docker-sftp
a0c4fe3441baad7b63b56ea250915e83ce5b6f64
[ "MIT" ]
null
null
null
docker-compose.yml
chonjay21/docker-sftp
a0c4fe3441baad7b63b56ea250915e83ce5b6f64
[ "MIT" ]
null
null
null
version: '2.2' services: sftp: container_name: sftp build: . image: "chonjay21/sftp:latest" ports: - "22222:22" environment: - FORCE_REINIT_CONFIG=false - APP_USER_NAME=admin - APP_USER_PASSWD=admin - APP_UID=1000 - APP_GID=1000 - APP_UMASK=007 - APP_SSHD_PORT=22 - APP_MOTD_MSG="Welcome!!!" - TZ=America/Los_Angeles volumes: - /sftp/data:/home/sftp/data #- /etc/ssh/ssh_host_rsa_key:/etc/ssh/ssh_host_rsa_key:ro #- /etc/ssh/ssh_host_ed25519_key:/etc/ssh/ssh_host_ed25519_key:ro
26.454545
71
0.632302
48bec4da83fb812e74eba5719aeef5ed2b1df10b
534
yml
YAML
legacy/docs-ref-autogen/com.microsoft.azure.cognitiveservices.language.luis.authoring.Examples.ExamplesAddDefinitionStages.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
docs-ref-autogen/com.microsoft.azure.cognitiveservices.language.luis.authoring.Examples.ExamplesAddDefinitionStages.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.cognitiveservices.language.luis.authoring.Examples.ExamplesAddDefinitionStages.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaType nameWithType: Examples.ExamplesAddDefinitionStages syntax: public interface ExamplesAddDefinitionStages type: interface uid: com.microsoft.azure.cognitiveservices.language.luis.authoring.Examples.ExamplesAddDefinitionStages fullName: com.microsoft.azure.cognitiveservices.language.luis.authoring.Examples.ExamplesAddDefinitionStages name: Examples.ExamplesAddDefinitionStages package: com.microsoft.azure.cognitiveservices.language.luis.authoring summary: <p>Grouping of add definition stages. </p> metadata: {}
48.545455
108
0.865169
45bc60ec1f73cf3a1f45803b198582b5eb0cb318
1,033
yaml
YAML
recipe/meta.yaml
regro-cf-autotick-bot/pwlf-feedstock
bc407caca1e4153e04899aa65d94dd1fe6e72bb4
[ "BSD-3-Clause" ]
null
null
null
recipe/meta.yaml
regro-cf-autotick-bot/pwlf-feedstock
bc407caca1e4153e04899aa65d94dd1fe6e72bb4
[ "BSD-3-Clause" ]
null
null
null
recipe/meta.yaml
regro-cf-autotick-bot/pwlf-feedstock
bc407caca1e4153e04899aa65d94dd1fe6e72bb4
[ "BSD-3-Clause" ]
null
null
null
{% set version = "2.0.0" %} package: name: pwlf version: {{ version }} source: url: https://pypi.io/packages/source/p/pwlf/pwlf-{{ version }}.tar.gz sha256: d4756dfcd89d9182198c52995dc8b37299be509bf4742b0b1378385e133682dd build: noarch: python number: 0 script: "{{ PYTHON }} -m pip install . -vv" requirements: host: - python - pip - setuptools run: - python - pydoe >=0.3.8 - numpy - scipy >=1.2.0 - setuptools test: imports: - pwlf about: home: https://github.com/cjekel/piecewise_linear_fit_py license: MIT license_family: MIT license_file: LICENSE summary: 'fit piecewise linear data for a specified number of line segments ' description: | A library for fitting continuous piecewise linear functions to data. Just specify the number of line segments you desire and provide the data. doc_url: https://jekel.me/piecewise_linear_fit_py/ dev_url: https://github.com/cjekel/piecewise_linear_fit_py extra: recipe-maintainers: - h-vetinari
21.520833
79
0.695063
7b298143f369a739e697341eea81380deeb779eb
420
yaml
YAML
data/schedule/days/days_next_summit.yaml
Alone2671/oss2021
293f2c37af0cda04cdfaaf43dccdf23c97de12d9
[ "CC0-1.0" ]
null
null
null
data/schedule/days/days_next_summit.yaml
Alone2671/oss2021
293f2c37af0cda04cdfaaf43dccdf23c97de12d9
[ "CC0-1.0" ]
null
null
null
data/schedule/days/days_next_summit.yaml
Alone2671/oss2021
293f2c37af0cda04cdfaaf43dccdf23c97de12d9
[ "CC0-1.0" ]
null
null
null
day-45: date : "8th" day : "Monday" month: "Nov" key : "Mon" order: 1 day-46: date : "9th" day : "Tuesday" month: "Nov" key : "Tue" order: 2 day-47: date : "10th" day : "Wednesday" month: "Nov" key : "Wed" order: 3 day-48: date : "11th" day : "Thursday" month: "Nov" key : "Thu" order: 4 day-49: date : "12th" day : "Friday" month: "Nov" key : "Fri" order: 5
13.125
20
0.509524
bd39185965df5723164a227e43b308957157b54d
1,455
yml
YAML
roles/applications/kodi/tasks/sql-Linux.yml
megabyte-labs/Gas-Station
44ec595cedaa25939ba7cdde8d2b5438a887f23f
[ "MIT" ]
4
2022-01-21T08:24:41.000Z
2022-03-20T07:15:10.000Z
roles/applications/kodi/tasks/sql-Linux.yml
megabyte-labs/Gas-Station
44ec595cedaa25939ba7cdde8d2b5438a887f23f
[ "MIT" ]
null
null
null
roles/applications/kodi/tasks/sql-Linux.yml
megabyte-labs/Gas-Station
44ec595cedaa25939ba7cdde8d2b5438a887f23f
[ "MIT" ]
4
2021-12-22T03:40:20.000Z
2022-02-10T20:00:45.000Z
--- - name: Secure MariaDB installation # noqa 301 command: 'mysql -NBe "{{ item }}"' with_items: - UPDATE mysql.user SET Password=PASSWORD('{{ mysql_root_password }}') WHERE User='root'; - DELETE FROM mysql.user WHERE User=''; - DELETE FROM mysql.user WHERE User='root' AND Host NOT IN ('localhost', '127.0.0.1', '::1', '{{ kodi_mysql_server }}'); - DROP DATABASE IF EXISTS test; - DELETE FROM mysql.db WHERE Db='test' OR Db='test\\_%'; - FLUSH PRIVILEGES; when: not kodi_mysql_docker - name: Setup DB for Kodi # noqa 301 command: 'mysql -NBe "{{ item }}"' with_items: - CREATE USER '{{ kodi_mysql_user }}' IDENTIFIED BY '{{ kodi_mysql_pass }}'; - GRANT ALL ON *.* TO '{{ kodi_mysql_user }}'; - FLUSH PRIVILEGES; when: not kodi_mysql_docker - name: Update MariaDB port replace: path: /etc/my.cnf backup: true regexp: "^port = \\d*" replace: "port = {{ kodi_mysql_port }}" when: not kodi_mysql_docker - name: Ensure directory to save the docker-compose.yml file exists file: path: /opt/kodi state: directory mode: 0755 when: kodi_mysql_docker - name: Copy the docker-compose.yml file template: src: docker-compose.yml.j2 dest: /opt/kodi/docker-compose.yml mode: 0755 when: kodi_mysql_docker - name: Ensure MariaDB docker container is running community.general.docker_compose: project_src: /opt/kodi state: present when: kodi_mysql_docker
30.3125
124
0.665979
5b9b7a4b773118d614837d5b71babaadb7ab7707
339
yml
YAML
k8s/roles/ansible-role-k8s-traefik-dashboard/tasks/main.yml
SorenA/light-hosting-kube
3661bb831c7b9da6ff0208811a3b459bf766c0c4
[ "MIT" ]
12
2019-11-13T07:56:20.000Z
2021-12-20T18:35:53.000Z
k8s/roles/ansible-role-k8s-traefik-dashboard/tasks/main.yml
SorenA/light-hosting-kube
3661bb831c7b9da6ff0208811a3b459bf766c0c4
[ "MIT" ]
7
2019-12-08T01:31:31.000Z
2020-06-22T13:39:26.000Z
k8s/roles/ansible-role-k8s-traefik-dashboard/tasks/main.yml
SorenA/light-hosting-kube
3661bb831c7b9da6ff0208811a3b459bf766c0c4
[ "MIT" ]
4
2019-11-13T08:39:13.000Z
2021-01-06T12:50:14.000Z
--- - name: Apply Certificate k8s: state: present definition: "{{ lookup('template', '01-certificate.yml') }}" - name: Apply Secret k8s: state: present definition: "{{ lookup('template', '02-secret.yml') }}" - name: Apply Ingress k8s: state: present definition: "{{ lookup('template', '03-ingress.yml') }}"
21.1875
64
0.610619
cae6a01b48fb6cdabf3c2207477be7d527347975
37
yml
YAML
packer/ansible/roles/burpsuite/meta/main.yml
ninp0/csi
a9812223b79a96341ce961a4771ea4f7e175c818
[ "MIT" ]
43
2016-07-22T05:41:56.000Z
2018-12-18T05:06:23.000Z
packer/ansible/roles/burpsuite/meta/main.yml
0dayInc/csi
e79d62eb0bf8142055ae83fcf57774ab0828b605
[ "MIT" ]
15
2016-10-07T20:00:10.000Z
2018-09-03T15:07:05.000Z
packer/ansible/roles/burpsuite/meta/main.yml
ninp0/csi
a9812223b79a96341ce961a4771ea4f7e175c818
[ "MIT" ]
13
2016-09-23T20:55:25.000Z
2019-01-19T04:43:08.000Z
--- dependencies: - { role: beef }
9.25
18
0.540541
1b95aafa2131622b3e7c998b15f7b52778e28470
660
yml
YAML
tests/test_db/test_ingest_county.yml
social-machines/litecoder-1
ae0743e16172cc981074a148c66ad3dafb6e36c6
[ "MIT" ]
7
2018-02-06T20:05:45.000Z
2020-08-20T14:37:26.000Z
tests/test_db/test_ingest_county.yml
social-machines/litecoder-1
ae0743e16172cc981074a148c66ad3dafb6e36c6
[ "MIT" ]
6
2018-07-19T20:07:09.000Z
2020-08-24T12:19:21.000Z
tests/test_db/test_ingest_county.yml
social-machines/litecoder-1
ae0743e16172cc981074a148c66ad3dafb6e36c6
[ "MIT" ]
3
2020-07-16T16:39:27.000Z
2020-09-08T00:50:59.000Z
--- 102087579: wof_continent_id: 102191575 wof_country_id: 85633793 wof_region_id: 85688637 fips_code: '06075' hasc_id: US.CA.SF wd_id: Q62 name: San Francisco country_iso: US name_a0: United States name_a1: California latitude: 37.759715 longitude: -122.693976 population: 805235 area_m2: 600307659.301179 102085553: wof_continent_id: 102191575 wof_country_id: 85633793 wof_region_id: 85688675 fips_code: '01125' hasc_id: US.AL.TU wd_id: Q503877 name: Tuscaloosa country_iso: US name_a0: United States name_a1: Alabama latitude: 33.28955 longitude: -87.52503 population: 194656 area_m2: 3501516373.58
19.411765
29
0.743939
5d2a61c7613b84b24f6e024716c084c9c7330fa3
136
yaml
YAML
go/stackman/config/samples/stack_v1_datatransportlayer.yaml
agiledev624/go-eth-develop
482a10570230950507eee1694e37751e04bc8923
[ "MIT" ]
674
2021-04-12T06:05:00.000Z
2022-03-31T10:19:07.000Z
go/stackman/config/samples/stack_v1_datatransportlayer.yaml
agiledev624/go-eth-develop
482a10570230950507eee1694e37751e04bc8923
[ "MIT" ]
1,768
2021-04-12T00:31:35.000Z
2022-03-31T23:39:20.000Z
go/stackman/config/samples/stack_v1_datatransportlayer.yaml
agiledev624/go-eth-develop
482a10570230950507eee1694e37751e04bc8923
[ "MIT" ]
242
2021-04-12T06:05:02.000Z
2022-03-31T20:26:53.000Z
apiVersion: stack.optimism-stacks.net/v1 kind: DataTransportLayer metadata: name: datatransportlayer-sample spec: # Add fields here
19.428571
40
0.801471
b9532ca3ebc21cd24001fc47bd52e4e484461684
287
yml
YAML
preview-packages/docs-ref-autogen/@azure/arm-appservice/StringList.yml
vicancy/azure-docs-sdk-node
3d77ea75961b13263450dec56c02b99cb62a1851
[ "CC-BY-4.0", "MIT" ]
59
2017-07-07T17:57:53.000Z
2022-03-25T16:36:13.000Z
preview-packages/docs-ref-autogen/@azure/arm-appservice/StringList.yml
vicancy/azure-docs-sdk-node
3d77ea75961b13263450dec56c02b99cb62a1851
[ "CC-BY-4.0", "MIT" ]
1,322
2017-06-20T20:51:24.000Z
2022-03-29T21:20:34.000Z
preview-packages/docs-ref-autogen/@azure/arm-appservice/StringList.yml
vicancy/azure-docs-sdk-node
3d77ea75961b13263450dec56c02b99cb62a1851
[ "CC-BY-4.0", "MIT" ]
159
2017-06-21T00:35:28.000Z
2022-03-28T23:37:18.000Z
### YamlMime:TSTypeAlias name: StringList uid: '@azure/arm-appservice.StringList' package: '@azure/arm-appservice' summary: String list resource. fullName: StringList remarks: '' isPreview: false isDeprecated: false syntax: 'type StringList = ProxyOnlyResource & { properties: Object }'
26.090909
70
0.777003
b99236d2b1a84fb1960235e28a9940222780bbcf
893
yml
YAML
cloud/file-upload/src/main/resources/application.yml
lolog/spring-cloud
3a4370f7f8dc2a1ae53c2d0853176941ffac3e58
[ "Apache-2.0" ]
1
2017-06-23T16:19:36.000Z
2017-06-23T16:19:36.000Z
cloud/file-upload/src/main/resources/application.yml
lolog/spring-cloud
3a4370f7f8dc2a1ae53c2d0853176941ffac3e58
[ "Apache-2.0" ]
null
null
null
cloud/file-upload/src/main/resources/application.yml
lolog/spring-cloud
3a4370f7f8dc2a1ae53c2d0853176941ffac3e58
[ "Apache-2.0" ]
null
null
null
server: port: 8125 # application spring: application: name: file-upload http: multipart: max-file-size: 200Mb # 默认1MB max-request-size: 200Mb # 默认10MB # eureka eureka: client: healthcheck: enable: true service-url: defaultZone: http://lolog:lolog@localhost:8092/eureka/ instance: # default use ip prefer-ip-address: true # 应用名称[ip:port] => ${spring.application.name} [${spring.cloud.client.ipAddress}:${server.port}] instance-id: ${spring.application.name}:${spring.application.instance_id:${server.port}} # 注释 # 1.http://localhost:8124/file-upload/upload,文件过大,zuul代理报错 # => the request was rejected because its size (162293477) exceeds the configured maximum (10485760) # 原因: zuul代理是结果spring dispatcherservlet 转发 # 解决: 经过/zuul/** 转发,绕过dispatcherservlet # 2. 上传大文件JVM内存缓存区不够,需要对其设置-Xmx400M -Xmx400M
27.90625
102
0.684211
258ab5b07b743d18ebe1d8d155184208528b2e25
323,564
yaml
YAML
dlfairness/other/bias_result_display/processed_data/EffStrategies/per_class_raw.yaml
lin-tan/fairness-variance
7f6aee23160707ffe78f429e5d960022ea1c9fe4
[ "BSD-3-Clause" ]
null
null
null
dlfairness/other/bias_result_display/processed_data/EffStrategies/per_class_raw.yaml
lin-tan/fairness-variance
7f6aee23160707ffe78f429e5d960022ea1c9fe4
[ "BSD-3-Clause" ]
null
null
null
dlfairness/other/bias_result_display/processed_data/EffStrategies/per_class_raw.yaml
lin-tan/fairness-variance
7f6aee23160707ffe78f429e5d960022ea1c9fe4
[ "BSD-3-Clause" ]
null
null
null
!!python/object/apply:collections.OrderedDict - - - !!python/tuple - baseline/ - mean_difference_score - - - 0.0204 - 0.009800000000000003 - 0.03989999999999999 - 0.060899999999999996 - 0.047500000000000014 - 0.0363 - 0.02489999999999999 - 0.026800000000000004 - 0.0165 - 0.015399999999999997 - - 0.019600000000000006 - 0.009000000000000008 - 0.038599999999999995 - 0.0645 - 0.0476 - 0.0305 - 0.024000000000000007 - 0.02650000000000001 - 0.015899999999999997 - 0.015200000000000005 - - 0.020500000000000004 - 0.009999999999999995 - 0.0402 - 0.0654 - 0.04970000000000001 - 0.035 - 0.02389999999999999 - 0.02510000000000001 - 0.018000000000000002 - 0.016799999999999995 - - 0.0189 - 0.008800000000000002 - 0.0442 - 0.06549999999999999 - 0.047299999999999995 - 0.0368 - 0.0252 - 0.0262 - 0.016799999999999995 - 0.015100000000000002 - - 0.0189 - 0.009400000000000006 - 0.03749999999999999 - 0.0611 - 0.0461 - 0.035199999999999995 - 0.026899999999999993 - 0.025300000000000003 - 0.015699999999999992 - 0.014100000000000001 - - 0.01809999999999999 - 0.010100000000000012 - 0.04179999999999999 - 0.0645 - 0.0471 - 0.03319999999999999 - 0.0242 - 0.025300000000000003 - 0.0169 - 0.015 - - 0.0204 - 0.008500000000000008 - 0.034699999999999995 - 0.06350000000000001 - 0.04830000000000001 - 0.0295 - 0.023200000000000012 - 0.025599999999999998 - 0.0155 - 0.015 - - 0.020500000000000004 - 0.009800000000000003 - 0.0422 - 0.066 - 0.05089999999999999 - 0.03509999999999999 - 0.025800000000000003 - 0.029300000000000007 - 0.01680000000000001 - 0.016 - - 0.0175 - 0.010099999999999998 - 0.03760000000000001 - 0.0591 - 0.046999999999999986 - 0.0319 - 0.02310000000000001 - 0.0266 - 0.018199999999999994 - 0.015699999999999992 - - 0.0189 - 0.009099999999999997 - 0.0393 - 0.06530000000000001 - 0.04770000000000002 - 0.03159999999999999 - 0.023500000000000007 - 0.024500000000000008 - 0.016700000000000007 - 0.015600000000000003 - - 0.01870000000000001 - 0.009000000000000008 - 0.0383 - 0.0651 - 0.047700000000000006 - 0.028399999999999995 - 0.02339999999999999 - 0.0262 - 0.0174 - 0.016799999999999995 - - 0.019100000000000006 - 0.011399999999999993 - 0.0412 - 0.0611 - 0.04780000000000001 - 0.03430000000000001 - 0.0237 - 0.026800000000000004 - 0.019199999999999995 - 0.0174 - - 0.022099999999999995 - 0.00839999999999999 - 0.039900000000000005 - 0.0687 - 0.05239999999999999 - 0.033699999999999994 - 0.024300000000000002 - 0.026499999999999996 - 0.014499999999999999 - 0.01590000000000001 - - 0.018299999999999997 - 0.009499999999999995 - 0.0398 - 0.06499999999999999 - 0.0484 - 0.0335 - 0.024599999999999997 - 0.02550000000000001 - 0.017700000000000007 - 0.015300000000000008 - - 0.018699999999999994 - 0.009400000000000006 - 0.04000000000000001 - 0.061399999999999996 - 0.04630000000000001 - 0.036599999999999994 - 0.025400000000000006 - 0.024599999999999997 - 0.016700000000000007 - 0.015100000000000002 - - 0.01949999999999999 - 0.009000000000000008 - 0.0403 - 0.06349999999999999 - 0.0469 - 0.0349 - 0.025999999999999995 - 0.024999999999999994 - 0.015100000000000002 - 0.015399999999999997 - - !!python/tuple - baseline/ - disparate_impact_factor - - - 0.18279569892473124 - 0.09289099526066358 - 0.3324999999999999 - 0.46031746031746024 - 0.3743104806934595 - 0.31592689295039167 - 0.22291853178155763 - 0.24452554744525545 - 0.1502732240437159 - 0.1440598690364827 - - 0.17818181818181822 - 0.08662175168431197 - 0.32907075873827785 - 0.4732208363903154 - 0.3739198743126473 - 0.2742805755395683 - 0.2122015915119364 - 0.24069028156221628 - 0.14722222222222225 - 0.14009216589861762 - - 0.1863636363636364 - 0.09469696969696961 - 0.3378151260504202 - 0.4823008849557522 - 0.3779467680608366 - 0.31390134529147984 - 0.21282279608192334 - 0.23283858998144724 - 0.16304347826086962 - 0.15469613259668502 - - 0.17339449541284402 - 0.08396946564885499 - 0.3602281988590057 - 0.4809104258443465 - 0.3739130434782608 - 0.3188908145580589 - 0.22580645161290325 - 0.23796548592188915 - 0.15441176470588236 - 0.14072693383038215 - - 0.17228805834092975 - 0.08943862987630835 - 0.3216123499142366 - 0.45225758697261287 - 0.3650039588281869 - 0.31316725978647686 - 0.23350694444444442 - 0.22979109900090833 - 0.14430147058823528 - 0.13327032136105865 - - 0.16620752984389342 - 0.09546313799621942 - 0.34688796680497913 - 0.4670528602461984 - 0.3752988047808765 - 0.2980251346499102 - 0.21723518850987433 - 0.22916666666666674 - 0.15377616014558693 - 0.14124293785310738 - - 0.1863013698630137 - 0.08141762452107282 - 0.30147697654213723 - 0.47037037037037044 - 0.3791208791208791 - 0.2667269439421338 - 0.20603907637655428 - 0.23146473779385168 - 0.14194139194139188 - 0.1392757660167131 - - 0.18704379562043794 - 0.0927152317880795 - 0.34818481848184824 - 0.48140043763676155 - 0.39123750960799375 - 0.3139534883720929 - 0.22751322751322756 - 0.2625448028673836 - 0.15455381784728617 - 0.14953271028037385 - - 0.16055045871559637 - 0.0957345971563981 - 0.31783601014370255 - 0.4588509316770186 - 0.3646237393328161 - 0.2838078291814946 - 0.20606601248884937 - 0.240506329113924 - 0.16500453309156837 - 0.14604651162790694 - - 0.17291857273559008 - 0.0867492850333651 - 0.32777314428690574 - 0.46978417266187056 - 0.3744113029827316 - 0.2904411764705882 - 0.2115211521152116 - 0.22435897435897445 - 0.15363385464581425 - 0.1447124304267161 - - 0.1696914700544465 - 0.0854700854700855 - 0.3298880275624462 - 0.4765739385065886 - 0.375 - 0.2586520947176685 - 0.20837043633125552 - 0.2373188405797102 - 0.15992647058823528 - 0.15441176470588236 - - 0.17522935779816518 - 0.1071428571428571 - 0.3476793248945148 - 0.4593984962406015 - 0.37431480031323416 - 0.3008771929824562 - 0.2114183764495986 - 0.24144144144144153 - 0.17235188509874322 - 0.16126042632066728 - - 0.2010919017288444 - 0.08007626310772153 - 0.34102564102564104 - 0.4946004319654428 - 0.39727065959059893 - 0.3025134649910233 - 0.21542553191489366 - 0.2402538531278332 - 0.133887349953832 - 0.14749536178107614 - - 0.16742909423604757 - 0.09013282732447814 - 0.3338926174496645 - 0.4807692307692307 - 0.3751937984496124 - 0.29804270462633453 - 0.2208258527827648 - 0.231607629427793 - 0.1607629427792916 - 0.14339268978444242 - - 0.17155963302752286 - 0.08969465648854968 - 0.3364171572750211 - 0.45855115758028375 - 0.35891472868217056 - 0.32913669064748197 - 0.22280701754385968 - 0.2246575342465753 - 0.15293040293040294 - 0.14033457249070636 - - 0.1775956284153004 - 0.08587786259541996 - 0.33667502088554724 - 0.47423450336071693 - 0.3678431372549019 - 0.304006968641115 - 0.23152270703472833 - 0.23062730627306272 - 0.13981481481481484 - 0.14180478821362796 - - !!python/tuple - baseline/ - statistical_parity - - - 0.0102 - 0.004900000000000002 - 0.019949999999999996 - 0.030449999999999998 - 0.023750000000000007 - 0.01815 - 0.012449999999999996 - 0.013400000000000002 - 0.00825 - 0.0076999999999999985 - - 0.009800000000000003 - 0.004500000000000004 - 0.019299999999999998 - 0.03225 - 0.0238 - 0.01525 - 0.012000000000000004 - 0.013250000000000005 - 0.007949999999999999 - 0.007600000000000003 - - 0.010250000000000002 - 0.0049999999999999975 - 0.0201 - 0.0327 - 0.024850000000000004 - 0.0175 - 0.011949999999999995 - 0.012550000000000006 - 0.009000000000000001 - 0.008399999999999998 - - 0.00945 - 0.004400000000000001 - 0.0221 - 0.032749999999999994 - 0.023649999999999997 - 0.0184 - 0.0126 - 0.0131 - 0.008399999999999998 - 0.007550000000000001 - - 0.00945 - 0.004700000000000003 - 0.018749999999999996 - 0.03055 - 0.02305 - 0.017599999999999998 - 0.013449999999999997 - 0.012650000000000002 - 0.007849999999999996 - 0.007050000000000001 - - 0.009049999999999996 - 0.005050000000000006 - 0.020899999999999995 - 0.03225 - 0.02355 - 0.016599999999999997 - 0.0121 - 0.012650000000000002 - 0.00845 - 0.0075 - - 0.0102 - 0.004250000000000004 - 0.017349999999999997 - 0.03175000000000001 - 0.024150000000000005 - 0.01475 - 0.011600000000000006 - 0.012799999999999999 - 0.00775 - 0.0075 - - 0.010250000000000002 - 0.004900000000000002 - 0.0211 - 0.033 - 0.025449999999999993 - 0.017549999999999996 - 0.012900000000000002 - 0.014650000000000003 - 0.008400000000000005 - 0.008 - - 0.00875 - 0.005049999999999999 - 0.018800000000000004 - 0.02955 - 0.023499999999999993 - 0.01595 - 0.011550000000000005 - 0.0133 - 0.009099999999999997 - 0.007849999999999996 - - 0.00945 - 0.0045499999999999985 - 0.01965 - 0.032650000000000005 - 0.02385000000000001 - 0.015799999999999995 - 0.011750000000000003 - 0.012250000000000004 - 0.008350000000000003 - 0.007800000000000001 - - 0.009350000000000004 - 0.004500000000000004 - 0.01915 - 0.03255 - 0.023850000000000003 - 0.014199999999999997 - 0.011699999999999995 - 0.0131 - 0.0087 - 0.008399999999999998 - - 0.009550000000000003 - 0.005699999999999997 - 0.0206 - 0.03055 - 0.023900000000000005 - 0.017150000000000006 - 0.01185 - 0.013400000000000002 - 0.009599999999999997 - 0.0087 - - 0.011049999999999997 - 0.004199999999999995 - 0.019950000000000002 - 0.03435 - 0.026199999999999994 - 0.016849999999999997 - 0.012150000000000001 - 0.013249999999999998 - 0.0072499999999999995 - 0.007950000000000006 - - 0.009149999999999998 - 0.004749999999999997 - 0.0199 - 0.032499999999999994 - 0.0242 - 0.01675 - 0.012299999999999998 - 0.012750000000000004 - 0.008850000000000004 - 0.007650000000000004 - - 0.009349999999999997 - 0.004700000000000003 - 0.020000000000000004 - 0.030699999999999998 - 0.023150000000000004 - 0.018299999999999997 - 0.012700000000000003 - 0.012299999999999998 - 0.008350000000000003 - 0.007550000000000001 - - 0.009749999999999995 - 0.004500000000000004 - 0.02015 - 0.031749999999999994 - 0.02345 - 0.01745 - 0.012999999999999998 - 0.012499999999999997 - 0.007550000000000001 - 0.0076999999999999985 - - !!python/tuple - baseline/ - false_positive_subgroup_fairness - - - 0.00685 - 0.0027 - 0.012949999999999998 - 0.01775 - 0.01415 - 0.0089 - 0.00665 - 0.00625 - 0.00505 - 0.00415 - - 0.0056 - 0.0021000000000000003 - 0.011450000000000002 - 0.02015 - 0.014300000000000002 - 0.0073 - 0.007250000000000001 - 0.0065 - 0.004600000000000001 - 0.004 - - 0.00605 - 0.0026499999999999996 - 0.012599999999999998 - 0.01955 - 0.01595 - 0.00835 - 0.007050000000000001 - 0.0055 - 0.00505 - 0.0045000000000000005 - - 0.0056500000000000005 - 0.00215 - 0.01405 - 0.0208 - 0.013700000000000002 - 0.0104 - 0.006900000000000001 - 0.00655 - 0.0051 - 0.004450000000000001 - - 0.005300000000000001 - 0.0019500000000000003 - 0.01145 - 0.0191 - 0.013950000000000002 - 0.008550000000000002 - 0.00805 - 0.006149999999999999 - 0.0047 - 0.004100000000000001 - - 0.00515 - 0.0025 - 0.013149999999999998 - 0.02075 - 0.0139 - 0.00835 - 0.006450000000000001 - 0.00625 - 0.00495 - 0.0039000000000000003 - - 0.005900000000000001 - 0.00215 - 0.0103 - 0.01955 - 0.01485 - 0.006950000000000001 - 0.0071 - 0.0062 - 0.0046500000000000005 - 0.004350000000000001 - - 0.00595 - 0.00255 - 0.0131 - 0.020050000000000002 - 0.0161 - 0.0088 - 0.00795 - 0.0072 - 0.0049499999999999995 - 0.0046 - - 0.00515 - 0.0027999999999999995 - 0.01225 - 0.017 - 0.014949999999999998 - 0.0074 - 0.00715 - 0.0069 - 0.0055000000000000005 - 0.0044 - - 0.00485 - 0.0023 - 0.01265 - 0.02055 - 0.014450000000000001 - 0.0073 - 0.0069 - 0.0056500000000000005 - 0.004600000000000001 - 0.00455 - - 0.0053 - 0.00245 - 0.011200000000000002 - 0.019899999999999998 - 0.01425 - 0.0066 - 0.0067 - 0.00635 - 0.005050000000000001 - 0.005 - - 0.0055 - 0.0026499999999999996 - 0.01225 - 0.018349999999999998 - 0.01435 - 0.00885 - 0.007 - 0.0068000000000000005 - 0.005750000000000002 - 0.0047 - - 0.00605 - 0.002150000000000001 - 0.011700000000000002 - 0.0213 - 0.0165 - 0.0083 - 0.0076 - 0.0066 - 0.00405 - 0.0044 - - 0.00545 - 0.0023499999999999997 - 0.012650000000000002 - 0.020300000000000002 - 0.015000000000000001 - 0.00855 - 0.0071 - 0.006 - 0.0052 - 0.004 - - 0.00575 - 0.0026499999999999996 - 0.01255 - 0.019049999999999997 - 0.015000000000000001 - 0.0084 - 0.00765 - 0.006 - 0.0047 - 0.00425 - - 0.005750000000000001 - 0.0021000000000000003 - 0.012950000000000001 - 0.019450000000000002 - 0.014249999999999999 - 0.0088 - 0.007250000000000001 - 0.00545 - 0.0044 - 0.0048000000000000004 - - !!python/tuple - baseline/ - equality_of_odds_false_positive - - - 0.015222222222222222 - 0.006 - 0.028777777777777774 - 0.03944444444444444 - 0.03144444444444444 - 0.019777777777777776 - 0.014777777777777777 - 0.01388888888888889 - 0.011222222222222222 - 0.009222222222222222 - - 0.012444444444444444 - 0.004666666666666667 - 0.025444444444444447 - 0.04477777777777778 - 0.03177777777777778 - 0.01622222222222222 - 0.01611111111111111 - 0.014444444444444444 - 0.010222222222222223 - 0.008888888888888889 - - 0.013444444444444443 - 0.005888888888888888 - 0.027999999999999997 - 0.043444444444444445 - 0.035444444444444445 - 0.018555555555555558 - 0.015666666666666666 - 0.012222222222222223 - 0.011222222222222222 - 0.01 - - 0.012555555555555556 - 0.0047777777777777775 - 0.03122222222222222 - 0.04622222222222223 - 0.030444444444444448 - 0.02311111111111111 - 0.015333333333333334 - 0.014555555555555554 - 0.011333333333333334 - 0.00988888888888889 - - 0.01177777777777778 - 0.004333333333333334 - 0.025444444444444443 - 0.042444444444444444 - 0.031000000000000003 - 0.019 - 0.017888888888888888 - 0.013666666666666667 - 0.010444444444444444 - 0.009111111111111111 - - 0.011444444444444445 - 0.005555555555555556 - 0.029222222222222222 - 0.04611111111111111 - 0.030888888888888886 - 0.018555555555555554 - 0.014333333333333335 - 0.01388888888888889 - 0.011000000000000001 - 0.008666666666666666 - - 0.013111111111111112 - 0.0047777777777777775 - 0.02288888888888889 - 0.043444444444444445 - 0.033 - 0.015444444444444445 - 0.01577777777777778 - 0.013777777777777778 - 0.010333333333333333 - 0.009666666666666667 - - 0.013222222222222222 - 0.005666666666666667 - 0.029111111111111112 - 0.04455555555555556 - 0.035777777777777776 - 0.019555555555555555 - 0.017666666666666667 - 0.016 - 0.011000000000000001 - 0.010222222222222221 - - 0.011444444444444445 - 0.006222222222222221 - 0.02722222222222222 - 0.03777777777777778 - 0.03322222222222222 - 0.016444444444444446 - 0.01588888888888889 - 0.015333333333333334 - 0.012222222222222223 - 0.009777777777777778 - - 0.010777777777777778 - 0.005111111111111111 - 0.02811111111111111 - 0.04566666666666667 - 0.03211111111111111 - 0.01622222222222222 - 0.015333333333333332 - 0.012555555555555556 - 0.010222222222222223 - 0.01011111111111111 - - 0.011777777777777778 - 0.0054444444444444445 - 0.02488888888888889 - 0.04422222222222222 - 0.03166666666666666 - 0.014666666666666665 - 0.014888888888888889 - 0.01411111111111111 - 0.011222222222222222 - 0.011111111111111112 - - 0.012222222222222221 - 0.005888888888888888 - 0.027222222222222224 - 0.040777777777777774 - 0.03188888888888888 - 0.019666666666666666 - 0.015555555555555555 - 0.015111111111111113 - 0.01277777777777778 - 0.010444444444444444 - - 0.013444444444444443 - 0.004777777777777778 - 0.026 - 0.04733333333333334 - 0.03666666666666667 - 0.018444444444444444 - 0.01688888888888889 - 0.014666666666666666 - 0.009 - 0.009777777777777778 - - 0.01211111111111111 - 0.005222222222222222 - 0.028111111111111114 - 0.045111111111111116 - 0.03333333333333333 - 0.019 - 0.01577777777777778 - 0.013333333333333334 - 0.011555555555555555 - 0.008888888888888889 - - 0.012777777777777777 - 0.005888888888888888 - 0.02788888888888889 - 0.042333333333333334 - 0.03333333333333333 - 0.018666666666666665 - 0.017 - 0.013333333333333334 - 0.010444444444444444 - 0.009444444444444445 - - 0.012777777777777779 - 0.004666666666666666 - 0.02877777777777778 - 0.04322222222222222 - 0.03166666666666666 - 0.019555555555555555 - 0.01611111111111111 - 0.012111111111111112 - 0.009777777777777778 - 0.010666666666666668 - - !!python/tuple - baseline/ - equality_of_odds_true_positive - - - 0.06699999999999995 - 0.04399999999999993 - 0.14 - 0.254 - 0.19199999999999995 - 0.18500000000000005 - 0.11599999999999999 - 0.14300000000000002 - 0.06399999999999995 - 0.07099999999999995 - - 0.08399999999999996 - 0.04799999999999993 - 0.15700000000000003 - 0.242 - 0.18999999999999995 - 0.15900000000000003 - 0.09499999999999997 - 0.135 - 0.06699999999999995 - 0.07199999999999995 - - 0.08399999999999996 - 0.04699999999999993 - 0.15000000000000002 - 0.263 - 0.17799999999999994 - 0.18300000000000005 - 0.09799999999999998 - 0.14100000000000001 - 0.07899999999999996 - 0.07799999999999996 - - 0.07599999999999996 - 0.04499999999999993 - 0.16100000000000003 - 0.239 - 0.19899999999999995 - 0.16000000000000003 - 0.11399999999999999 - 0.131 - 0.06599999999999995 - 0.061999999999999944 - - 0.08299999999999996 - 0.05499999999999994 - 0.14600000000000002 - 0.22899999999999998 - 0.18199999999999994 - 0.18100000000000005 - 0.10799999999999998 - 0.13 - 0.06299999999999994 - 0.05899999999999994 - - 0.07799999999999996 - 0.050999999999999934 - 0.15500000000000003 - 0.22999999999999998 - 0.19299999999999995 - 0.16500000000000004 - 0.11299999999999999 - 0.128 - 0.06999999999999995 - 0.07199999999999995 - - 0.08599999999999997 - 0.041999999999999926 - 0.14100000000000001 - 0.244 - 0.18599999999999994 - 0.15600000000000003 - 0.08999999999999997 - 0.132 - 0.061999999999999944 - 0.06299999999999994 - - 0.08599999999999997 - 0.04699999999999993 - 0.16000000000000003 - 0.259 - 0.18699999999999994 - 0.17500000000000004 - 0.09899999999999998 - 0.14900000000000002 - 0.06899999999999995 - 0.06799999999999995 - - 0.07199999999999995 - 0.04499999999999993 - 0.131 - 0.251 - 0.17099999999999993 - 0.17100000000000004 - 0.08799999999999997 - 0.128 - 0.07199999999999995 - 0.06899999999999995 - - 0.09199999999999997 - 0.04500000000000004 - 0.14 - 0.242 - 0.18799999999999994 - 0.17000000000000004 - 0.09699999999999998 - 0.132 - 0.07499999999999996 - 0.06499999999999995 - - 0.08099999999999996 - 0.041000000000000036 - 0.15900000000000003 - 0.253 - 0.19199999999999995 - 0.15200000000000002 - 0.09999999999999998 - 0.135 - 0.07299999999999995 - 0.06799999999999995 - - 0.08099999999999996 - 0.06099999999999994 - 0.16700000000000004 - 0.244 - 0.19099999999999995 - 0.16600000000000004 - 0.09699999999999998 - 0.132 - 0.07699999999999996 - 0.07999999999999996 - - 0.09999999999999998 - 0.040999999999999925 - 0.16500000000000004 - 0.261 - 0.19399999999999995 - 0.17100000000000004 - 0.09099999999999997 - 0.133 - 0.06399999999999995 - 0.07099999999999995 - - 0.07399999999999995 - 0.04799999999999993 - 0.14500000000000002 - 0.244 - 0.18399999999999994 - 0.16400000000000003 - 0.10399999999999998 - 0.135 - 0.07299999999999995 - 0.07299999999999995 - - 0.07199999999999995 - 0.040999999999999925 - 0.14900000000000002 - 0.23299999999999998 - 0.16299999999999992 - 0.19800000000000006 - 0.10099999999999998 - 0.126 - 0.07299999999999995 - 0.06599999999999995 - - 0.07999999999999996 - 0.04799999999999993 - 0.14400000000000002 - 0.246 - 0.18399999999999994 - 0.17300000000000004 - 0.11499999999999999 - 0.14100000000000001 - 0.06299999999999994 - 0.05799999999999994 - - !!python/tuple - baseline/ - bias_amplification - - - 0.050295857988165715 - 0.024353876739562574 - 0.0997001499250375 - 0.14948453608247425 - 0.11512360639844887 - 0.09379844961240313 - 0.06272040302267001 - 0.06964656964656968 - 0.04062038404726731 - 0.03881048387096775 - - 0.048902195608782395 - 0.02263581488933597 - 0.09846938775510206 - 0.15497357039884674 - 0.114975845410628 - 0.07946847316310579 - 0.05934718100890213 - 0.0684047496128033 - 0.039730134932533745 - 0.037661050545094166 - - 0.05137844611528819 - 0.0248508946322068 - 0.10161779575328611 - 0.15889212827988342 - 0.11650257852789503 - 0.09308510638297873 - 0.059541604384653724 - 0.06587926509186348 - 0.044378698224852076 - 0.041916167664670656 - - 0.04746358613761925 - 0.021912350597609542 - 0.10984095427435392 - 0.15828902851619142 - 0.11497326203208558 - 0.09484536082474226 - 0.0636363636363636 - 0.06752577319587627 - 0.041832669322709126 - 0.037844611528822014 - - 0.04713216957605981 - 0.02340637450199201 - 0.09580991313234544 - 0.14610234337637495 - 0.11162227602905572 - 0.09282700421940926 - 0.06609336609336613 - 0.0649050795279631 - 0.03888063397721642 - 0.035696202531645516 - - 0.04531797696544815 - 0.02506203473945412 - 0.10491967871485941 - 0.15233821445441664 - 0.11549779303580188 - 0.08755274261603374 - 0.06092648539778445 - 0.06470588235294117 - 0.041646131099063566 - 0.037993920972644424 - - 0.051359516616314216 - 0.021218172740888663 - 0.08874680306905369 - 0.15375302663438262 - 0.11694915254237293 - 0.07694314032342198 - 0.05742574257425748 - 0.06543967280163598 - 0.03819615574174473 - 0.03742514970059885 - - 0.05158530447911425 - 0.02430555555555558 - 0.10539460539460543 - 0.1585014409221902 - 0.12159579550883903 - 0.09310344827586203 - 0.06417910447761199 - 0.07555440948942749 - 0.04187437686939177 - 0.04040404040404044 - - 0.043640897755610975 - 0.025136884021901396 - 0.09447236180904528 - 0.14886649874055413 - 0.11148007590132825 - 0.08268532918610683 - 0.05743411238189955 - 0.06834532374100721 - 0.04496047430830041 - 0.0393878575012544 - - 0.04732098147220831 - 0.02267065271549573 - 0.09800498753117204 - 0.15350258580159848 - 0.11516175760502168 - 0.0849462365591398 - 0.05913437342727734 - 0.06317689530685922 - 0.04160438465371197 - 0.039000000000000035 - - 0.046355974219137286 - 0.022321428571428603 - 0.0987622485817432 - 0.15641518500720808 - 0.11538461538461542 - 0.07426778242677823 - 0.058151093439363866 - 0.06731757451181908 - 0.043456543456543484 - 0.041832669322709126 - - 0.04801407742584218 - 0.028301886792452824 - 0.10520939734422885 - 0.14909712054660806 - 0.1151252408477842 - 0.08853897780072273 - 0.05910224438902745 - 0.06864754098360659 - 0.047151277013752435 - 0.04385080645161288 - - 0.05589276681841171 - 0.020854021847070525 - 0.10278207109737247 - 0.16427546628407463 - 0.12393566698202463 - 0.08910629296668426 - 0.06035767511177348 - 0.06826378155589907 - 0.03587333003463633 - 0.03980971457185778 - - 0.045681477783324986 - 0.02359662195727774 - 0.10020140986908355 - 0.15822784810126578 - 0.11545801526717558 - 0.08755880815473083 - 0.06205852674066603 - 0.06548536209553157 - 0.04370370370370369 - 0.03861686017163046 - - 0.04691419969894628 - 0.023476523476523514 - 0.10111223458038421 - 0.14874031007751942 - 0.10935285781766646 - 0.09849300322927879 - 0.06268509378084897 - 0.06327160493827155 - 0.04139811601388199 - 0.03773113443278364 - - 0.04872563718140932 - 0.02243270189431701 - 0.10120542440984426 - 0.15540871267743517 - 0.11268620855358003 - 0.08962506420133542 - 0.06545820745216513 - 0.06517205422314909 - 0.03758088601294174 - 0.03815659068384536 - - !!python/tuple - sampling/ - mean_difference_score - - - 0.0165 - 0.0068000000000000005 - 0.042300000000000004 - 0.062 - 0.0441 - 0.0358 - 0.02410000000000001 - 0.0237 - 0.01419999999999999 - 0.012900000000000009 - - 0.018299999999999997 - 0.008400000000000005 - 0.042300000000000004 - 0.0652 - 0.04459999999999999 - 0.0358 - 0.02460000000000001 - 0.0228 - 0.013800000000000007 - 0.011399999999999993 - - 0.018600000000000005 - 0.008199999999999999 - 0.0416 - 0.06839999999999999 - 0.0446 - 0.030299999999999994 - 0.02410000000000001 - 0.0233 - 0.012700000000000003 - 0.011400000000000007 - - 0.016100000000000003 - 0.007800000000000001 - 0.0411 - 0.066 - 0.046 - 0.0338 - 0.024599999999999997 - 0.022400000000000003 - 0.014599999999999988 - 0.012400000000000008 - - 0.016399999999999998 - 0.006100000000000008 - 0.0403 - 0.063 - 0.04719999999999999 - 0.0359 - 0.024099999999999996 - 0.024000000000000007 - 0.012499999999999997 - 0.011499999999999996 - - 0.017600000000000005 - 0.006699999999999998 - 0.04279999999999999 - 0.0625 - 0.0446 - 0.032799999999999996 - 0.02099999999999999 - 0.022900000000000004 - 0.011200000000000002 - 0.012300000000000005 - - 0.015699999999999992 - 0.008199999999999999 - 0.04089999999999999 - 0.0606 - 0.04440000000000001 - 0.033600000000000005 - 0.0242 - 0.023400000000000004 - 0.012700000000000003 - 0.0121 - - 0.019600000000000006 - 0.008099999999999996 - 0.039099999999999996 - 0.061999999999999986 - 0.04540000000000001 - 0.0349 - 0.024900000000000005 - 0.0237 - 0.013999999999999999 - 0.014300000000000007 - - 0.0169 - 0.00839999999999999 - 0.03970000000000001 - 0.060300000000000006 - 0.045799999999999993 - 0.033299999999999996 - 0.023499999999999993 - 0.0247 - 0.012300000000000005 - 0.011499999999999996 - - 0.018600000000000005 - 0.007500000000000007 - 0.0372 - 0.06269999999999999 - 0.044899999999999995 - 0.031200000000000006 - 0.023000000000000007 - 0.022699999999999998 - 0.011099999999999999 - 0.010700000000000001 - - 0.016600000000000004 - 0.006900000000000003 - 0.0403 - 0.06260000000000002 - 0.04260000000000001 - 0.0329 - 0.022999999999999993 - 0.020900000000000002 - 0.0116 - 0.010800000000000004 - - 0.019299999999999998 - 0.007900000000000004 - 0.04190000000000001 - 0.06250000000000001 - 0.044899999999999995 - 0.0372 - 0.0237 - 0.02210000000000001 - 0.011700000000000002 - 0.011800000000000005 - - 0.0194 - 0.0076000000000000095 - 0.041400000000000006 - 0.0673 - 0.0465 - 0.0329 - 0.025599999999999998 - 0.024400000000000005 - 0.012299999999999991 - 0.012999999999999998 - - 0.0165 - 0.007099999999999995 - 0.04540000000000001 - 0.0648 - 0.0426 - 0.0334 - 0.0242 - 0.02260000000000001 - 0.0121 - 0.012899999999999995 - - 0.020199999999999996 - 0.0068999999999999895 - 0.039599999999999996 - 0.06159999999999999 - 0.04379999999999999 - 0.0353 - 0.0237 - 0.021099999999999994 - 0.0121 - 0.014499999999999999 - - 0.019199999999999995 - 0.008400000000000005 - 0.04010000000000001 - 0.0649 - 0.04880000000000001 - 0.03559999999999999 - 0.026300000000000004 - 0.026300000000000004 - 0.012700000000000003 - 0.011899999999999994 - - !!python/tuple - sampling/ - disparate_impact_factor - - - 0.15263644773357998 - 0.06532180595581172 - 0.3450244698205547 - 0.4616530156366344 - 0.36386138613861385 - 0.3210762331838565 - 0.20865800865800876 - 0.21703296703296704 - 0.13160333642261346 - 0.12078651685393271 - - 0.16742909423604757 - 0.07954545454545459 - 0.3444625407166124 - 0.4880239520958084 - 0.368899917287014 - 0.3145869947275922 - 0.2102564102564103 - 0.21033210332103325 - 0.12861136999068035 - 0.10867492850333649 - - 0.1703296703296704 - 0.07802093244529018 - 0.3449419568822554 - 0.4996347699050401 - 0.368595041322314 - 0.27721866422689845 - 0.20441051738761673 - 0.21085972850678736 - 0.11947318908748827 - 0.10877862595419852 - - 0.14852398523985244 - 0.07414448669201523 - 0.3391089108910891 - 0.49217002237136465 - 0.37216828478964403 - 0.29623137598597715 - 0.2128027681660899 - 0.20740740740740748 - 0.1372180451127818 - 0.11720226843100201 - - 0.14990859232175502 - 0.05876685934489412 - 0.3358333333333333 - 0.4639175257731959 - 0.38405207485760773 - 0.3162995594713657 - 0.20974760661444736 - 0.2189781021897811 - 0.11837121212121204 - 0.10952380952380947 - - 0.16296296296296298 - 0.06387035271687325 - 0.34967320261437906 - 0.4636498516320474 - 0.3695111847555924 - 0.2946990116801437 - 0.18388791593695264 - 0.20818181818181825 - 0.10546139359698681 - 0.1174785100286534 - - 0.14686623012160893 - 0.07831900668576885 - 0.34197324414715713 - 0.4625954198473282 - 0.37030859049207676 - 0.29268292682926833 - 0.20790378006872856 - 0.2119565217391305 - 0.11802973977695175 - 0.11350844277673544 - - 0.18047882136279936 - 0.07634307257304429 - 0.32719665271966525 - 0.4700530705079605 - 0.36820762368207627 - 0.30640913081650567 - 0.21282051282051284 - 0.21743119266055044 - 0.13084112149532712 - 0.1340206185567011 - - 0.15648148148148144 - 0.07999999999999996 - 0.3311092577147624 - 0.45338345864661656 - 0.3726606997558991 - 0.29679144385026734 - 0.20223752151462993 - 0.22536496350364965 - 0.11527647610121838 - 0.1098376313276026 - - 0.16893732970027253 - 0.07129277566539927 - 0.31740614334470985 - 0.4735649546827795 - 0.3704620462046204 - 0.27586206896551724 - 0.19827586206896552 - 0.20921658986175118 - 0.10531309297912717 - 0.1012298959318827 - - 0.1524334251606979 - 0.06583969465648853 - 0.3308702791461412 - 0.4735249621785175 - 0.3552960800667223 - 0.29140832595217003 - 0.19965277777777768 - 0.19333950046253467 - 0.10995260663507112 - 0.10305343511450382 - - 0.17545454545454542 - 0.07588856868395777 - 0.3400974025974026 - 0.4699248120300753 - 0.3713813068651778 - 0.3283318623124448 - 0.2041343669250646 - 0.20331186752529906 - 0.10985915492957754 - 0.11163670766319778 - - 0.17493237150586116 - 0.07217473884140557 - 0.34819175777964684 - 0.491599707815924 - 0.3799019607843137 - 0.29480286738351247 - 0.21936589545844043 - 0.21962196219621966 - 0.11658767772511835 - 0.12275731822474034 - - 0.15406162464985995 - 0.06749049429657794 - 0.3758278145695365 - 0.48142644873699847 - 0.34946677604593934 - 0.2884283246977547 - 0.20988725065047698 - 0.20714940421631534 - 0.11458333333333337 - 0.12239089184060714 - - 0.18067978533094808 - 0.06634615384615372 - 0.3308270676691729 - 0.4687975646879756 - 0.3607907742998352 - 0.30802792321116923 - 0.2037833190025795 - 0.196461824953445 - 0.11458333333333337 - 0.1352611940298507 - - 0.1763085399449036 - 0.08015267175572527 - 0.33333333333333337 - 0.48944193061840124 - 0.38607594936708867 - 0.3181411974977658 - 0.22440273037542668 - 0.2341941228851292 - 0.11847014925373134 - 0.11279620853080563 - - !!python/tuple - sampling/ - statistical_parity - - - 0.00825 - 0.0034000000000000002 - 0.021150000000000002 - 0.031 - 0.02205 - 0.0179 - 0.012050000000000005 - 0.01185 - 0.007099999999999995 - 0.006450000000000004 - - 0.009149999999999998 - 0.004200000000000002 - 0.021150000000000002 - 0.0326 - 0.022299999999999993 - 0.0179 - 0.012300000000000005 - 0.0114 - 0.006900000000000003 - 0.005699999999999997 - - 0.009300000000000003 - 0.0040999999999999995 - 0.0208 - 0.034199999999999994 - 0.0223 - 0.015149999999999997 - 0.012050000000000005 - 0.01165 - 0.0063500000000000015 - 0.005700000000000004 - - 0.008050000000000002 - 0.0039000000000000007 - 0.02055 - 0.033 - 0.023 - 0.0169 - 0.012299999999999998 - 0.011200000000000002 - 0.007299999999999994 - 0.006200000000000004 - - 0.008199999999999999 - 0.003050000000000004 - 0.02015 - 0.0315 - 0.023599999999999996 - 0.01795 - 0.012049999999999998 - 0.012000000000000004 - 0.006249999999999999 - 0.005749999999999998 - - 0.008800000000000002 - 0.003349999999999999 - 0.021399999999999995 - 0.03125 - 0.0223 - 0.016399999999999998 - 0.010499999999999995 - 0.011450000000000002 - 0.005600000000000001 - 0.006150000000000003 - - 0.007849999999999996 - 0.0040999999999999995 - 0.020449999999999996 - 0.0303 - 0.022200000000000004 - 0.016800000000000002 - 0.0121 - 0.011700000000000002 - 0.0063500000000000015 - 0.00605 - - 0.009800000000000003 - 0.004049999999999998 - 0.019549999999999998 - 0.030999999999999993 - 0.022700000000000005 - 0.01745 - 0.012450000000000003 - 0.01185 - 0.006999999999999999 - 0.007150000000000004 - - 0.00845 - 0.004199999999999995 - 0.019850000000000007 - 0.030150000000000003 - 0.022899999999999997 - 0.016649999999999998 - 0.011749999999999997 - 0.01235 - 0.006150000000000003 - 0.005749999999999998 - - 0.009300000000000003 - 0.0037500000000000033 - 0.0186 - 0.031349999999999996 - 0.022449999999999998 - 0.015600000000000003 - 0.011500000000000003 - 0.011349999999999999 - 0.005549999999999999 - 0.005350000000000001 - - 0.008300000000000002 - 0.0034500000000000017 - 0.02015 - 0.03130000000000001 - 0.021300000000000006 - 0.01645 - 0.011499999999999996 - 0.010450000000000001 - 0.0058 - 0.005400000000000002 - - 0.009649999999999999 - 0.003950000000000002 - 0.020950000000000003 - 0.03125000000000001 - 0.022449999999999998 - 0.0186 - 0.01185 - 0.011050000000000004 - 0.005850000000000001 - 0.0059000000000000025 - - 0.0097 - 0.0038000000000000048 - 0.020700000000000003 - 0.03365 - 0.02325 - 0.01645 - 0.012799999999999999 - 0.012200000000000003 - 0.006149999999999996 - 0.006499999999999999 - - 0.00825 - 0.0035499999999999976 - 0.022700000000000005 - 0.0324 - 0.0213 - 0.0167 - 0.0121 - 0.011300000000000004 - 0.00605 - 0.006449999999999997 - - 0.010099999999999998 - 0.0034499999999999947 - 0.019799999999999998 - 0.030799999999999994 - 0.021899999999999996 - 0.01765 - 0.01185 - 0.010549999999999997 - 0.00605 - 0.0072499999999999995 - - 0.009599999999999997 - 0.004200000000000002 - 0.020050000000000005 - 0.03245 - 0.024400000000000005 - 0.017799999999999996 - 0.013150000000000002 - 0.013150000000000002 - 0.0063500000000000015 - 0.005949999999999997 - - !!python/tuple - sampling/ - false_positive_subgroup_fairness - - - 0.004750000000000001 - 0.00175 - 0.013550000000000003 - 0.019000000000000003 - 0.011700000000000002 - 0.008799999999999999 - 0.0081 - 0.00545 - 0.004 - 0.003450000000000001 - - 0.00545 - 0.00245 - 0.013350000000000002 - 0.02 - 0.011800000000000001 - 0.0095 - 0.00825 - 0.00575 - 0.0041 - 0.00315 - - 0.005299999999999999 - 0.0021000000000000003 - 0.01275 - 0.021200000000000004 - 0.011550000000000001 - 0.00765 - 0.008400000000000001 - 0.006699999999999999 - 0.00355 - 0.003 - - 0.0048000000000000004 - 0.00185 - 0.0131 - 0.02035 - 0.013300000000000001 - 0.00895 - 0.00785 - 0.0050999999999999995 - 0.004 - 0.0030499999999999998 - - 0.0044 - 0.0013499999999999999 - 0.01265 - 0.0201 - 0.012549999999999999 - 0.009300000000000001 - 0.00775 - 0.0060999999999999995 - 0.0033499999999999997 - 0.0029000000000000007 - - 0.0045000000000000005 - 0.0018000000000000004 - 0.013250000000000001 - 0.01935 - 0.01195 - 0.008700000000000001 - 0.006549999999999999 - 0.0060999999999999995 - 0.003 - 0.0031999999999999997 - - 0.0041 - 0.0023 - 0.012299999999999998 - 0.0181 - 0.011800000000000001 - 0.009200000000000002 - 0.00835 - 0.006500000000000001 - 0.0036000000000000008 - 0.00335 - - 0.00515 - 0.00235 - 0.011800000000000001 - 0.018400000000000003 - 0.0127 - 0.009150000000000002 - 0.0088 - 0.0057 - 0.0037999999999999996 - 0.00415 - - 0.00485 - 0.00215 - 0.011550000000000001 - 0.01895 - 0.01265 - 0.009050000000000002 - 0.00845 - 0.005900000000000001 - 0.0036999999999999997 - 0.0031000000000000003 - - 0.00485 - 0.0024000000000000002 - 0.011200000000000002 - 0.0182 - 0.01185 - 0.0078000000000000005 - 0.00775 - 0.00545 - 0.0028500000000000005 - 0.0031 - - 0.0047 - 0.0018 - 0.01345 - 0.0187 - 0.0117 - 0.0083 - 0.008150000000000001 - 0.0052499999999999995 - 0.0032999999999999995 - 0.0030500000000000006 - - 0.00585 - 0.00205 - 0.0139 - 0.018500000000000003 - 0.012199999999999999 - 0.0094 - 0.0079 - 0.005050000000000001 - 0.0035500000000000006 - 0.00285 - - 0.0056500000000000005 - 0.0024000000000000002 - 0.012150000000000001 - 0.02065 - 0.0126 - 0.008650000000000001 - 0.008700000000000001 - 0.006449999999999999 - 0.0034000000000000002 - 0.00375 - - 0.00425 - 0.0019499999999999997 - 0.0133 - 0.0201 - 0.011800000000000001 - 0.00945 - 0.00835 - 0.005900000000000001 - 0.0034000000000000002 - 0.0037 - - 0.005850000000000001 - 0.00195 - 0.01235 - 0.018600000000000002 - 0.0119 - 0.009050000000000002 - 0.0081 - 0.0051 - 0.00345 - 0.0039499999999999995 - - 0.0056 - 0.0023 - 0.013000000000000001 - 0.0188 - 0.014050000000000002 - 0.008150000000000001 - 0.008700000000000001 - 0.00715 - 0.00365 - 0.0033999999999999994 - - !!python/tuple - sampling/ - equality_of_odds_false_positive - - - 0.010555555555555558 - 0.0038888888888888888 - 0.030111111111111113 - 0.042222222222222223 - 0.026 - 0.019555555555555555 - 0.018 - 0.01211111111111111 - 0.008888888888888889 - 0.007666666666666667 - - 0.01211111111111111 - 0.0054444444444444445 - 0.02966666666666667 - 0.044444444444444446 - 0.026222222222222223 - 0.021111111111111112 - 0.018333333333333333 - 0.012777777777777777 - 0.009111111111111111 - 0.007000000000000001 - - 0.011777777777777776 - 0.004666666666666666 - 0.028333333333333332 - 0.04711111111111111 - 0.025666666666666667 - 0.017 - 0.018666666666666665 - 0.014888888888888887 - 0.00788888888888889 - 0.006666666666666666 - - 0.010666666666666668 - 0.0041111111111111105 - 0.029111111111111112 - 0.04522222222222222 - 0.029555555555555557 - 0.019888888888888887 - 0.017444444444444443 - 0.011333333333333332 - 0.008888888888888889 - 0.006777777777777777 - - 0.009777777777777778 - 0.0029999999999999996 - 0.02811111111111111 - 0.04466666666666667 - 0.027888888888888887 - 0.020666666666666667 - 0.017222222222222222 - 0.013555555555555557 - 0.0074444444444444445 - 0.006444444444444445 - - 0.009999999999999998 - 0.004000000000000001 - 0.029444444444444447 - 0.043 - 0.026555555555555554 - 0.019333333333333334 - 0.014555555555555554 - 0.013555555555555557 - 0.006666666666666666 - 0.0071111111111111115 - - 0.009111111111111111 - 0.005111111111111111 - 0.027333333333333334 - 0.04022222222222222 - 0.026222222222222223 - 0.020444444444444446 - 0.018555555555555554 - 0.014444444444444444 - 0.008 - 0.0074444444444444445 - - 0.011444444444444445 - 0.005222222222222222 - 0.026222222222222223 - 0.04088888888888889 - 0.02822222222222222 - 0.020333333333333335 - 0.019555555555555555 - 0.012666666666666666 - 0.008444444444444444 - 0.009222222222222222 - - 0.010777777777777778 - 0.004777777777777778 - 0.025666666666666667 - 0.04211111111111111 - 0.02811111111111111 - 0.02011111111111111 - 0.01877777777777778 - 0.013111111111111112 - 0.008222222222222221 - 0.006888888888888889 - - 0.010777777777777778 - 0.005333333333333334 - 0.024888888888888887 - 0.04044444444444444 - 0.026333333333333334 - 0.017333333333333333 - 0.017222222222222222 - 0.01211111111111111 - 0.006333333333333334 - 0.006888888888888889 - - 0.010444444444444444 - 0.004 - 0.029888888888888885 - 0.041555555555555554 - 0.026 - 0.018444444444444444 - 0.018111111111111113 - 0.011666666666666665 - 0.007333333333333332 - 0.006777777777777778 - - 0.013 - 0.004555555555555556 - 0.03088888888888889 - 0.04111111111111111 - 0.02711111111111111 - 0.02088888888888889 - 0.017555555555555553 - 0.011222222222222224 - 0.00788888888888889 - 0.006333333333333333 - - 0.012555555555555556 - 0.005333333333333334 - 0.027 - 0.04588888888888889 - 0.027999999999999997 - 0.01922222222222222 - 0.019333333333333334 - 0.014333333333333333 - 0.007555555555555556 - 0.008333333333333333 - - 0.009444444444444445 - 0.004333333333333333 - 0.029555555555555554 - 0.044666666666666674 - 0.026222222222222223 - 0.020999999999999998 - 0.018555555555555554 - 0.013111111111111112 - 0.007555555555555556 - 0.008222222222222221 - - 0.013000000000000001 - 0.004333333333333333 - 0.027444444444444445 - 0.04133333333333333 - 0.026444444444444448 - 0.02011111111111111 - 0.018 - 0.011333333333333334 - 0.007666666666666665 - 0.008777777777777777 - - 0.012444444444444444 - 0.005111111111111111 - 0.028888888888888888 - 0.041777777777777775 - 0.031222222222222224 - 0.018111111111111113 - 0.019333333333333334 - 0.01588888888888889 - 0.00811111111111111 - 0.007555555555555555 - - !!python/tuple - sampling/ - equality_of_odds_true_positive - - - 0.06999999999999995 - 0.03300000000000003 - 0.15200000000000002 - 0.24 - 0.20699999999999996 - 0.18200000000000005 - 0.07899999999999996 - 0.128 - 0.061999999999999944 - 0.05999999999999994 - - 0.07399999999999995 - 0.03500000000000003 - 0.15600000000000003 - 0.252 - 0.20999999999999996 - 0.16800000000000004 - 0.08099999999999996 - 0.11299999999999999 - 0.05599999999999994 - 0.050999999999999934 - - 0.07999999999999996 - 0.040000000000000036 - 0.16100000000000003 - 0.26 - 0.21499999999999997 - 0.15000000000000002 - 0.07299999999999995 - 0.09899999999999998 - 0.05599999999999994 - 0.05399999999999994 - - 0.06499999999999995 - 0.041000000000000036 - 0.14900000000000002 - 0.253 - 0.19399999999999995 - 0.15900000000000003 - 0.08899999999999997 - 0.122 - 0.06599999999999995 - 0.06299999999999994 - - 0.07599999999999996 - 0.03400000000000003 - 0.15000000000000002 - 0.22799999999999998 - 0.22099999999999997 - 0.17300000000000004 - 0.08599999999999997 - 0.118 - 0.05799999999999994 - 0.05699999999999994 - - 0.08599999999999997 - 0.031000000000000028 - 0.16300000000000003 - 0.238 - 0.20699999999999996 - 0.15400000000000003 - 0.07899999999999996 - 0.10699999999999998 - 0.051999999999999935 - 0.05899999999999994 - - 0.07499999999999996 - 0.03600000000000003 - 0.16300000000000003 - 0.244 - 0.20799999999999996 - 0.15200000000000002 - 0.07499999999999996 - 0.10399999999999998 - 0.05499999999999994 - 0.05399999999999994 - - 0.09299999999999997 - 0.03400000000000003 - 0.15500000000000003 - 0.252 - 0.19999999999999996 - 0.16600000000000004 - 0.07299999999999995 - 0.123 - 0.06399999999999995 - 0.05999999999999994 - - 0.07199999999999995 - 0.041000000000000036 - 0.16600000000000004 - 0.22399999999999998 - 0.20499999999999996 - 0.15200000000000002 - 0.06599999999999995 - 0.129 - 0.04899999999999993 - 0.052999999999999936 - - 0.08899999999999997 - 0.027000000000000024 - 0.14800000000000002 - 0.263 - 0.21199999999999997 - 0.15600000000000003 - 0.07499999999999996 - 0.118 - 0.05399999999999994 - 0.04499999999999993 - - 0.07199999999999995 - 0.03300000000000003 - 0.134 - 0.252 - 0.19199999999999995 - 0.16300000000000003 - 0.06699999999999995 - 0.10399999999999998 - 0.04999999999999993 - 0.04699999999999993 - - 0.07599999999999996 - 0.038000000000000034 - 0.14100000000000001 - 0.255 - 0.20499999999999996 - 0.18400000000000005 - 0.07899999999999996 - 0.12 - 0.04599999999999993 - 0.06099999999999994 - - 0.08099999999999996 - 0.028000000000000025 - 0.17100000000000004 - 0.26 - 0.21299999999999997 - 0.15600000000000003 - 0.08199999999999996 - 0.11499999999999999 - 0.05499999999999994 - 0.05499999999999994 - - 0.07999999999999996 - 0.03200000000000003 - 0.18800000000000006 - 0.246 - 0.18999999999999995 - 0.14500000000000002 - 0.07499999999999996 - 0.10799999999999998 - 0.052999999999999936 - 0.05499999999999994 - - 0.08499999999999996 - 0.030000000000000027 - 0.14900000000000002 - 0.244 - 0.19999999999999996 - 0.17200000000000004 - 0.07499999999999996 - 0.10899999999999999 - 0.051999999999999935 - 0.06599999999999995 - - 0.07999999999999996 - 0.038000000000000034 - 0.14100000000000001 - 0.273 - 0.20699999999999996 - 0.19300000000000006 - 0.08899999999999997 - 0.12 - 0.05399999999999994 - 0.050999999999999934 - - !!python/tuple - sampling/ - bias_amplification - - - 0.04131196795192793 - 0.01688182720953324 - 0.10423854115327746 - 0.15004840271055175 - 0.1111951588502269 - 0.09561965811965811 - 0.058240695988400204 - 0.0608628659476117 - 0.035218253968253954 - 0.032137518684603905 - - 0.045681477783324986 - 0.020710059171597628 - 0.10403344810624693 - 0.16138613861386142 - 0.11308316430020282 - 0.09332638164754958 - 0.05873925501432664 - 0.05876288659793816 - 0.03436254980079678 - 0.02872983870967738 - - 0.04654654654654655 - 0.020297029702970315 - 0.10420841683366733 - 0.16650438169425508 - 0.11296859169199591 - 0.08045671800318643 - 0.05692017005196037 - 0.05892766818411732 - 0.03176588294147076 - 0.028758829465186708 - - 0.04010961634280019 - 0.019249753208292253 - 0.1020864381520119 - 0.16320474777448069 - 0.11431411530815105 - 0.0869341563786008 - 0.05953533397870281 - 0.05785123966942152 - 0.036831483350151406 - 0.031124497991967925 - - 0.04051383399209485 - 0.01513647642679905 - 0.10090135202804207 - 0.15100671140939592 - 0.11883182275931525 - 0.09392987964416533 - 0.05858045697617886 - 0.061475409836065587 - 0.03145445395067936 - 0.028967254408060472 - - 0.04435483870967738 - 0.016494337764647926 - 0.10594059405940592 - 0.15089328826653792 - 0.11331300813008127 - 0.08640674394099057 - 0.0506268081002893 - 0.05809233891425669 - 0.027833001988071593 - 0.03120243531202438 - - 0.03962645128722864 - 0.020377733598409553 - 0.10312657589510843 - 0.1504468718967229 - 0.11361310133060387 - 0.08571428571428574 - 0.05800575263662511 - 0.059270516717325195 - 0.031358024691358066 - 0.030084535057185446 - - 0.04959514170040491 - 0.01984321411073009 - 0.09779889944972486 - 0.15361744301288405 - 0.11282306163021871 - 0.09046137895282524 - 0.05954088952654235 - 0.06098816263510032 - 0.03500000000000003 - 0.035911602209944715 - - 0.042440984429934714 - 0.02083333333333337 - 0.09920039980009998 - 0.1465726786582402 - 0.11450000000000005 - 0.08712715855572994 - 0.056247008137864984 - 0.06349614395886893 - 0.030581800099452994 - 0.029055078322385075 - - 0.04613095238095233 - 0.018482010842779673 - 0.09432048681541583 - 0.15512122711528942 - 0.11367088607594933 - 0.07999999999999996 - 0.055023923444976086 - 0.05841482243952656 - 0.027791687531296905 - 0.026656701544593875 - - 0.04125248508946322 - 0.017020226936359184 - 0.0991146089522873 - 0.15510406342913774 - 0.10801217038539557 - 0.085277345775013 - 0.0554484088717454 - 0.05350742447516643 - 0.029087261785356033 - 0.02716297786720323 - - 0.04808171400099648 - 0.019720419370943598 - 0.10244498777506117 - 0.15356265356265353 - 0.11401726764855258 - 0.09820485744456176 - 0.056834532374100744 - 0.0565796210957501 - 0.029061102831594687 - 0.029559118236472948 - - 0.04792490118577075 - 0.01871921182266012 - 0.10539714867617112 - 0.16295399515738496 - 0.11724659606656584 - 0.08644245927482919 - 0.06159769008662175 - 0.06167846309403435 - 0.030951182687468548 - 0.032696177062374265 - - 0.041729893778452154 - 0.017461878996556823 - 0.11569826707441389 - 0.15851272015655582 - 0.10586481113320079 - 0.08425832492431884 - 0.05862403100775193 - 0.05777096114519431 - 0.03038674033149169 - 0.03259221829206671 - - 0.049655850540806346 - 0.01715564395822977 - 0.09909909909909909 - 0.1530815109343936 - 0.11005025125628143 - 0.09102630221763797 - 0.05672570607946381 - 0.05446566855962831 - 0.03038674033149169 - 0.03626813406703355 - - 0.048338368580060465 - 0.020874751491053667 - 0.09999999999999998 - 0.16200698951572645 - 0.11960784313725492 - 0.0945802337938364 - 0.0631907736665065 - 0.06631366616238021 - 0.03148239960337129 - 0.029884480160723204 - - !!python/tuple - uniconf-adv/ - mean_difference_score - - - 0.04039999999999999 - 0.014100000000000001 - 0.0553 - 0.0885 - 0.0749 - 0.047799999999999995 - 0.0296 - 0.050299999999999984 - 0.024999999999999994 - 0.024499999999999994 - - 0.0281 - 0.016 - 0.0523 - 0.0929 - 0.0672 - 0.0455 - 0.03269999999999999 - 0.036699999999999997 - 0.0354 - 0.024599999999999997 - - 0.02990000000000001 - 0.014100000000000001 - 0.058300000000000005 - 0.08940000000000001 - 0.06170000000000002 - 0.0528 - 0.028700000000000003 - 0.03 - 0.0247 - 0.017 - - 0.0257 - 0.0203 - 0.068 - 0.08590000000000002 - 0.052199999999999996 - 0.0456 - 0.044300000000000006 - 0.0368 - 0.022499999999999992 - 0.02410000000000001 - - 0.036699999999999997 - 0.0076999999999999985 - 0.052000000000000005 - 0.07559999999999999 - 0.0514 - 0.04239999999999999 - 0.032799999999999996 - 0.03530000000000001 - 0.012799999999999992 - 0.0247 - - 0.03140000000000001 - 0.010300000000000004 - 0.05099999999999999 - 0.0874 - 0.0727 - 0.04880000000000001 - 0.032600000000000004 - 0.0372 - 0.02500000000000001 - 0.028999999999999998 - - 0.025800000000000003 - 0.011400000000000007 - 0.05420000000000001 - 0.09779999999999998 - 0.0646 - 0.041800000000000004 - 0.040400000000000005 - 0.0325 - 0.0218 - 0.0233 - - 0.032299999999999995 - 0.0189 - 0.0672 - 0.08439999999999999 - 0.06870000000000001 - 0.060099999999999994 - 0.028499999999999998 - 0.03820000000000001 - 0.02579999999999999 - 0.020900000000000002 - - 0.032799999999999996 - 0.011700000000000002 - 0.06430000000000001 - 0.08009999999999999 - 0.04719999999999999 - 0.0475 - 0.0339 - 0.034600000000000006 - 0.022099999999999995 - 0.026399999999999993 - - 0.042899999999999994 - 0.011499999999999996 - 0.05170000000000001 - 0.09029999999999999 - 0.0547 - 0.0412 - 0.033299999999999996 - 0.03019999999999999 - 0.0174 - 0.02679999999999999 - - 0.02919999999999999 - 0.011399999999999993 - 0.0504 - 0.0915 - 0.058599999999999985 - 0.0434 - 0.039400000000000004 - 0.0286 - 0.019699999999999995 - 0.02239999999999999 - - 0.028700000000000003 - 0.015700000000000006 - 0.0484 - 0.07789999999999998 - 0.0703 - 0.050399999999999986 - 0.025900000000000006 - 0.0377 - 0.025300000000000003 - 0.0169 - - 0.038599999999999995 - 0.0165 - 0.062499999999999986 - 0.09730000000000001 - 0.061 - 0.0422 - 0.0387 - 0.03710000000000001 - 0.022199999999999998 - 0.029899999999999996 - - 0.027300000000000005 - 0.014700000000000005 - 0.05349999999999999 - 0.0875 - 0.0632 - 0.038000000000000006 - 0.02579999999999999 - 0.0324 - 0.024300000000000002 - 0.02149999999999999 - - 0.04659999999999999 - 0.016399999999999998 - 0.05729999999999999 - 0.0866 - 0.063 - 0.05539999999999999 - 0.0373 - 0.0382 - 0.015799999999999995 - 0.023400000000000004 - - 0.0238 - 0.012900000000000009 - 0.060300000000000006 - 0.08839999999999999 - 0.05639999999999999 - 0.040400000000000005 - 0.0314 - 0.030399999999999996 - 0.018799999999999997 - 0.018600000000000005 - - !!python/tuple - uniconf-adv/ - disparate_impact_factor - - - 0.3148869836321122 - 0.13636363636363635 - 0.4492282696994314 - 0.5892143808255659 - 0.5491202346041055 - 0.4013434089000839 - 0.26033421284080915 - 0.40207833733013576 - 0.2191060473269062 - 0.21914132379248652 - - 0.23996584116140052 - 0.15267175572519087 - 0.40700389105058365 - 0.5723967960566851 - 0.4555932203389831 - 0.43250950570342206 - 0.29619565217391297 - 0.3429906542056075 - 0.2820717131474104 - 0.22905027932960897 - - 0.262280701754386 - 0.1376953125 - 0.41613133476088515 - 0.5897097625329816 - 0.44071428571428584 - 0.42961757526444266 - 0.27049952874646566 - 0.2892960462873674 - 0.21590909090909094 - 0.15726179463459755 - - 0.2344890510948905 - 0.17838312829525482 - 0.4758572428271519 - 0.5629095674967235 - 0.3930722891566265 - 0.418732782369146 - 0.37766410912190973 - 0.3262411347517731 - 0.2021563342318059 - 0.21770551038843733 - - 0.2957292506043513 - 0.07189542483660127 - 0.415335463258786 - 0.5160409556313992 - 0.4112 - 0.387214611872146 - 0.2744769874476988 - 0.3148974130240857 - 0.12711022840119157 - 0.21293103448275863 - - 0.2538399353274051 - 0.10068426197458458 - 0.4340425531914893 - 0.6015141087405369 - 0.4720779220779221 - 0.4295774647887325 - 0.2834782608695653 - 0.3339317773788151 - 0.22007042253521136 - 0.24935511607910577 - - 0.2295373665480427 - 0.11309523809523814 - 0.43957826439578274 - 0.6003683241252302 - 0.44368131868131866 - 0.3686067019400353 - 0.3623318385650225 - 0.31676413255360625 - 0.18680377035132822 - 0.1981292517006803 - - 0.2732656514382402 - 0.17863894139886582 - 0.46376811594202894 - 0.5985815602836879 - 0.5236280487804879 - 0.4946502057613168 - 0.2513227513227513 - 0.32931034482758625 - 0.2142857142857142 - 0.18982742960944599 - - 0.29576194770063113 - 0.11037735849056607 - 0.4318334452652788 - 0.6166281755196305 - 0.3647604327666151 - 0.4199823165340406 - 0.29684763572679507 - 0.2912457912457913 - 0.18840579710144922 - 0.23613595706618962 - - 0.32549317147192713 - 0.116514690982776 - 0.42100977198697076 - 0.6142857142857143 - 0.40943113772455086 - 0.3521367521367521 - 0.27703826955074873 - 0.2849056603773584 - 0.1600735970561178 - 0.23467600700525382 - - 0.25042881646655224 - 0.10867492850333649 - 0.3993660855784469 - 0.5592909535452323 - 0.4302496328928046 - 0.4109848484848485 - 0.3367521367521368 - 0.26930320150659137 - 0.17480035492457846 - 0.20683287165281616 - - 0.2674743709226468 - 0.15125240847784205 - 0.40604026845637586 - 0.5372413793103448 - 0.4769335142469471 - 0.39653815892997635 - 0.23207885304659504 - 0.3474654377880184 - 0.21848013816925738 - 0.14968999114260406 - - 0.3205980066445182 - 0.15699333967649853 - 0.46502976190476186 - 0.6322287199480182 - 0.4259776536312849 - 0.39328984156570357 - 0.31159420289855067 - 0.3540076335877863 - 0.20366972477064216 - 0.24772162386081187 - - 0.24616771866546439 - 0.1408045977011495 - 0.4186228482003129 - 0.5517023959646911 - 0.4664206642066421 - 0.3374777975133215 - 0.23285198555956665 - 0.3185840707964601 - 0.19676113360323888 - 0.1985226223453369 - - 0.3554538520213577 - 0.1576923076923077 - 0.44212962962962954 - 0.5923392612859097 - 0.49606299212598426 - 0.4453376205787781 - 0.3010492332526231 - 0.341987466427932 - 0.14849624060150368 - 0.202247191011236 - - 0.22077922077922074 - 0.12135465663217315 - 0.43350107836089147 - 0.5684887459807073 - 0.4237415477084898 - 0.3807728557964185 - 0.2688356164383562 - 0.2838468720821662 - 0.16967509025270755 - 0.1720629047178539 - - !!python/tuple - uniconf-adv/ - statistical_parity - - - 0.020199999999999996 - 0.007050000000000001 - 0.02765 - 0.04425 - 0.03745 - 0.023899999999999998 - 0.0148 - 0.025149999999999992 - 0.012499999999999997 - 0.012249999999999997 - - 0.01405 - 0.008 - 0.02615 - 0.04645 - 0.0336 - 0.02275 - 0.016349999999999996 - 0.018349999999999998 - 0.0177 - 0.012299999999999998 - - 0.014950000000000005 - 0.007050000000000001 - 0.029150000000000002 - 0.044700000000000004 - 0.03085000000000001 - 0.0264 - 0.014350000000000002 - 0.015 - 0.01235 - 0.0085 - - 0.01285 - 0.01015 - 0.034 - 0.04295000000000001 - 0.026099999999999998 - 0.0228 - 0.022150000000000003 - 0.0184 - 0.011249999999999996 - 0.012050000000000005 - - 0.018349999999999998 - 0.0038499999999999993 - 0.026000000000000002 - 0.03779999999999999 - 0.0257 - 0.021199999999999997 - 0.016399999999999998 - 0.017650000000000006 - 0.006399999999999996 - 0.01235 - - 0.015700000000000006 - 0.005150000000000002 - 0.025499999999999995 - 0.0437 - 0.03635 - 0.024400000000000005 - 0.016300000000000002 - 0.0186 - 0.012500000000000004 - 0.014499999999999999 - - 0.012900000000000002 - 0.005700000000000004 - 0.027100000000000006 - 0.04889999999999999 - 0.0323 - 0.020900000000000002 - 0.020200000000000003 - 0.01625 - 0.0109 - 0.01165 - - 0.016149999999999998 - 0.00945 - 0.0336 - 0.042199999999999994 - 0.034350000000000006 - 0.030049999999999997 - 0.014249999999999999 - 0.019100000000000006 - 0.012899999999999995 - 0.010450000000000001 - - 0.016399999999999998 - 0.005850000000000001 - 0.032150000000000005 - 0.040049999999999995 - 0.023599999999999996 - 0.02375 - 0.01695 - 0.017300000000000003 - 0.011049999999999997 - 0.013199999999999996 - - 0.021449999999999997 - 0.005749999999999998 - 0.025850000000000005 - 0.045149999999999996 - 0.02735 - 0.0206 - 0.016649999999999998 - 0.015099999999999995 - 0.0087 - 0.013399999999999995 - - 0.014599999999999995 - 0.005699999999999997 - 0.0252 - 0.04575 - 0.029299999999999993 - 0.0217 - 0.019700000000000002 - 0.0143 - 0.009849999999999998 - 0.011199999999999995 - - 0.014350000000000002 - 0.007850000000000003 - 0.0242 - 0.03894999999999999 - 0.03515 - 0.025199999999999993 - 0.012950000000000003 - 0.01885 - 0.012650000000000002 - 0.00845 - - 0.019299999999999998 - 0.00825 - 0.031249999999999993 - 0.048650000000000006 - 0.0305 - 0.0211 - 0.01935 - 0.018550000000000004 - 0.011099999999999999 - 0.014949999999999998 - - 0.013650000000000002 - 0.007350000000000002 - 0.026749999999999996 - 0.04375 - 0.0316 - 0.019000000000000003 - 0.012899999999999995 - 0.0162 - 0.012150000000000001 - 0.010749999999999996 - - 0.023299999999999994 - 0.008199999999999999 - 0.028649999999999995 - 0.0433 - 0.0315 - 0.027699999999999995 - 0.01865 - 0.0191 - 0.007899999999999997 - 0.011700000000000002 - - 0.0119 - 0.006450000000000004 - 0.030150000000000003 - 0.044199999999999996 - 0.028199999999999996 - 0.020200000000000003 - 0.0157 - 0.015199999999999998 - 0.009399999999999999 - 0.009300000000000003 - - !!python/tuple - uniconf-adv/ - false_positive_subgroup_fairness - - - 0.0133 - 0.0020499999999999997 - 0.0172 - 0.026799999999999997 - 0.020950000000000003 - 0.012599999999999998 - 0.0078000000000000005 - 0.014150000000000001 - 0.00825 - 0.0065 - - 0.0092 - 0.0027500000000000007 - 0.016849999999999997 - 0.0303 - 0.0239 - 0.00805 - 0.008300000000000002 - 0.006149999999999999 - 0.012700000000000001 - 0.00515 - - 0.00855 - 0.0021000000000000003 - 0.01955 - 0.029750000000000006 - 0.020250000000000004 - 0.014350000000000002 - 0.006150000000000001 - 0.00545 - 0.00825 - 0.0039 - - 0.0063 - 0.00595 - 0.0238 - 0.0266 - 0.017300000000000003 - 0.00895 - 0.010850000000000002 - 0.008700000000000001 - 0.00615 - 0.006850000000000001 - - 0.010900000000000002 - 0.00245 - 0.0157 - 0.024700000000000003 - 0.01555 - 0.00895 - 0.0097 - 0.0074 - 0.0033000000000000004 - 0.007949999999999999 - - 0.01005 - 0.00235 - 0.014450000000000001 - 0.024 - 0.0267 - 0.0114 - 0.009300000000000001 - 0.00795 - 0.00725 - 0.00785 - - 0.007050000000000001 - 0.0017000000000000001 - 0.015650000000000004 - 0.0335 - 0.023649999999999997 - 0.010700000000000001 - 0.00805 - 0.0041 - 0.00715 - 0.007550000000000001 - - 0.01055 - 0.0038 - 0.024350000000000004 - 0.02445 - 0.018600000000000002 - 0.0138 - 0.0079 - 0.008550000000000002 - 0.00955 - 0.00555 - - 0.0091 - 0.0031000000000000003 - 0.023000000000000007 - 0.020300000000000002 - 0.0155 - 0.010750000000000001 - 0.0096 - 0.0098 - 0.007899999999999999 - 0.0066 - - 0.015200000000000002 - 0.0015499999999999997 - 0.0158 - 0.02685 - 0.01825 - 0.00995 - 0.01065 - 0.005550000000000001 - 0.00625 - 0.006449999999999999 - - 0.00855 - 0.0026000000000000003 - 0.0149 - 0.030650000000000004 - 0.01945 - 0.008700000000000001 - 0.0101 - 0.0054 - 0.006849999999999999 - 0.0053 - - 0.0059 - 0.0031999999999999997 - 0.01395 - 0.024550000000000002 - 0.024050000000000002 - 0.015149999999999999 - 0.0072499999999999995 - 0.00635 - 0.00825 - 0.0056 - - 0.01115 - 0.0025499999999999997 - 0.0208 - 0.02965 - 0.02225 - 0.007250000000000001 - 0.0123 - 0.005600000000000001 - 0.00575 - 0.0102 - - 0.00745 - 0.00215 - 0.0166 - 0.028450000000000003 - 0.02015 - 0.01005 - 0.0073 - 0.0043 - 0.01 - 0.005900000000000001 - - 0.015500000000000002 - 0.0038 - 0.019200000000000002 - 0.025300000000000003 - 0.015799999999999998 - 0.014300000000000002 - 0.0121 - 0.008650000000000001 - 0.00425 - 0.00685 - - 0.00655 - 0.0029999999999999996 - 0.0204 - 0.027800000000000005 - 0.017400000000000002 - 0.008800000000000002 - 0.009600000000000001 - 0.005750000000000001 - 0.0051 - 0.00475 - - !!python/tuple - uniconf-adv/ - equality_of_odds_false_positive - - - 0.029555555555555554 - 0.004555555555555556 - 0.03822222222222222 - 0.05955555555555555 - 0.04655555555555555 - 0.027999999999999997 - 0.017333333333333333 - 0.03144444444444444 - 0.018333333333333333 - 0.014444444444444444 - - 0.020444444444444442 - 0.006111111111111112 - 0.03744444444444444 - 0.06733333333333333 - 0.05311111111111111 - 0.017888888888888888 - 0.018444444444444444 - 0.013666666666666666 - 0.028222222222222225 - 0.011444444444444445 - - 0.019 - 0.004666666666666667 - 0.043444444444444445 - 0.06611111111111112 - 0.045 - 0.03188888888888889 - 0.013666666666666669 - 0.01211111111111111 - 0.018333333333333333 - 0.008666666666666666 - - 0.014 - 0.013222222222222222 - 0.05288888888888889 - 0.05911111111111111 - 0.03844444444444445 - 0.01988888888888889 - 0.02411111111111111 - 0.019333333333333334 - 0.013666666666666667 - 0.015222222222222224 - - 0.024222222222222225 - 0.005444444444444444 - 0.034888888888888886 - 0.0548888888888889 - 0.034555555555555555 - 0.019888888888888887 - 0.021555555555555557 - 0.016444444444444442 - 0.007333333333333334 - 0.017666666666666667 - - 0.02233333333333333 - 0.005222222222222222 - 0.03211111111111111 - 0.05333333333333334 - 0.059333333333333335 - 0.025333333333333333 - 0.020666666666666667 - 0.017666666666666667 - 0.01611111111111111 - 0.017444444444444446 - - 0.01566666666666667 - 0.003777777777777778 - 0.03477777777777778 - 0.07444444444444445 - 0.05255555555555555 - 0.02377777777777778 - 0.017888888888888888 - 0.009111111111111111 - 0.015888888888888886 - 0.01677777777777778 - - 0.02344444444444444 - 0.008444444444444444 - 0.05411111111111112 - 0.05433333333333333 - 0.04133333333333333 - 0.030666666666666665 - 0.017555555555555557 - 0.019000000000000003 - 0.021222222222222222 - 0.012333333333333333 - - 0.02022222222222222 - 0.00688888888888889 - 0.05111111111111112 - 0.045111111111111116 - 0.034444444444444444 - 0.02388888888888889 - 0.021333333333333333 - 0.021777777777777778 - 0.017555555555555553 - 0.014666666666666666 - - 0.03377777777777778 - 0.0034444444444444444 - 0.035111111111111114 - 0.059666666666666666 - 0.04055555555555555 - 0.022111111111111113 - 0.02366666666666667 - 0.012333333333333333 - 0.01388888888888889 - 0.014333333333333333 - - 0.019 - 0.005777777777777778 - 0.03311111111111111 - 0.06811111111111112 - 0.04322222222222222 - 0.019333333333333334 - 0.022444444444444444 - 0.012 - 0.01522222222222222 - 0.011777777777777778 - - 0.01311111111111111 - 0.0071111111111111115 - 0.031 - 0.05455555555555556 - 0.05344444444444445 - 0.033666666666666664 - 0.01611111111111111 - 0.01411111111111111 - 0.018333333333333333 - 0.012444444444444444 - - 0.024777777777777777 - 0.005666666666666666 - 0.04622222222222222 - 0.06588888888888889 - 0.049444444444444444 - 0.01611111111111111 - 0.027333333333333334 - 0.012444444444444445 - 0.012777777777777777 - 0.022666666666666665 - - 0.016555555555555556 - 0.004777777777777777 - 0.03688888888888889 - 0.06322222222222222 - 0.04477777777777778 - 0.022333333333333334 - 0.01622222222222222 - 0.009555555555555555 - 0.022222222222222223 - 0.013111111111111112 - - 0.034444444444444444 - 0.008444444444444444 - 0.042666666666666665 - 0.05622222222222223 - 0.03511111111111111 - 0.03177777777777778 - 0.02688888888888889 - 0.019222222222222224 - 0.009444444444444443 - 0.01522222222222222 - - 0.014555555555555558 - 0.006666666666666666 - 0.04533333333333334 - 0.06177777777777778 - 0.03866666666666667 - 0.019555555555555555 - 0.021333333333333333 - 0.012777777777777779 - 0.011333333333333334 - 0.010555555555555554 - - !!python/tuple - uniconf-adv/ - equality_of_odds_true_positive - - - 0.1379999999999999 - 0.09999999999999998 - 0.20899999999999996 - 0.349 - 0.33000000000000007 - 0.22599999999999998 - 0.14 - 0.21999999999999997 - 0.08499999999999996 - 0.11499999999999999 - - 0.09700000000000009 - 0.10499999999999998 - 0.18600000000000005 - 0.32300000000000006 - 0.19400000000000006 - 0.29400000000000004 - 0.16100000000000003 - 0.244 - 0.09999999999999998 - 0.1429999999999999 - - 0.128 - 0.09899999999999998 - 0.19200000000000006 - 0.29900000000000004 - 0.21200000000000008 - 0.241 - 0.16400000000000003 - 0.19100000000000006 - 0.08199999999999996 - 0.09199999999999997 - - 0.131 - 0.08399999999999996 - 0.20399999999999996 - 0.32699999999999996 - 0.17600000000000005 - 0.277 - 0.2260000000000001 - 0.19399999999999995 - 0.10199999999999998 - 0.10399999999999998 - - 0.1489999999999999 - 0.028000000000000025 - 0.20599999999999996 - 0.262 - 0.20300000000000007 - 0.245 - 0.134 - 0.20499999999999996 - 0.062000000000000055 - 0.08799999999999997 - - 0.11299999999999999 - 0.05599999999999994 - 0.22099999999999997 - 0.394 - 0.19300000000000006 - 0.26 - 0.1399999999999999 - 0.21299999999999997 - 0.10499999999999998 - 0.133 - - 0.11699999999999999 - 0.07999999999999996 - 0.22899999999999998 - 0.30800000000000005 - 0.17300000000000004 - 0.20399999999999996 - 0.2430000000000001 - 0.2430000000000001 - 0.07499999999999996 - 0.08199999999999996 - - 0.11199999999999999 - 0.11299999999999999 - 0.18500000000000005 - 0.355 - 0.31500000000000006 - 0.32500000000000007 - 0.127 - 0.21099999999999997 - 0.06699999999999995 - 0.09799999999999998 - - 0.14600000000000002 - 0.05499999999999994 - 0.18300000000000005 - 0.39499999999999996 - 0.16200000000000003 - 0.26 - 0.14700000000000002 - 0.1499999999999999 - 0.06299999999999994 - 0.132 - - 0.125 - 0.08399999999999996 - 0.20099999999999996 - 0.366 - 0.18200000000000005 - 0.21299999999999997 - 0.12 - 0.19100000000000006 - 0.049000000000000044 - 0.139 - - 0.12100000000000011 - 0.061999999999999944 - 0.20599999999999996 - 0.30200000000000005 - 0.19700000000000006 - 0.26 - 0.19199999999999995 - 0.17800000000000005 - 0.05999999999999994 - 0.118 - - 0.16900000000000004 - 0.09299999999999997 - 0.20499999999999996 - 0.28800000000000003 - 0.22199999999999998 - 0.20100000000000007 - 0.1140000000000001 - 0.25 - 0.08799999999999997 - 0.05699999999999994 - - 0.16299999999999992 - 0.11399999999999999 - 0.20899999999999996 - 0.38 - 0.16500000000000004 - 0.277 - 0.14100000000000001 - 0.259 - 0.10699999999999998 - 0.09499999999999997 - - 0.124 - 0.10399999999999998 - 0.20300000000000007 - 0.30600000000000005 - 0.22899999999999998 - 0.17900000000000005 - 0.1120000000000001 - 0.238 - 0.04299999999999993 - 0.09699999999999998 - - 0.15599999999999992 - 0.08799999999999997 - 0.18899999999999995 - 0.36 - 0.31400000000000006 - 0.268 - 0.131 - 0.20900000000000007 - 0.07300000000000006 - 0.09699999999999998 - - 0.10699999999999998 - 0.06899999999999995 - 0.19500000000000006 - 0.32800000000000007 - 0.21600000000000008 - 0.22799999999999998 - 0.122 - 0.18899999999999995 - 0.08599999999999997 - 0.09099999999999997 - - !!python/tuple - uniconf-adv/ - bias_amplification - - - 0.09343200740055502 - 0.03658536585365857 - 0.1448402304871661 - 0.20882491741387443 - 0.18923698837796865 - 0.1255252100840336 - 0.07482305358948438 - 0.12581290645322663 - 0.061515748031496065 - 0.06152687091913611 - - 0.06817079087821443 - 0.04132231404958675 - 0.1277479237909135 - 0.20047475183426844 - 0.14749780509218613 - 0.13796240145542749 - 0.08692185007974484 - 0.10349689791314154 - 0.08209647495361783 - 0.06466876971608837 - - 0.0754669358909642 - 0.03696906135291034 - 0.13136547994592163 - 0.20907390084190836 - 0.14131928538708205 - 0.1367875647668394 - 0.07820163487738419 - 0.084554678692221 - 0.060509554140127375 - 0.04267068273092367 - - 0.06640826873385008 - 0.04896285576459236 - 0.15610651974288337 - 0.1958504331965344 - 0.12230552952202434 - 0.132404181184669 - 0.11639516552811346 - 0.09745762711864403 - 0.05622188905547232 - 0.06107450582868723 - - 0.08676122931442076 - 0.01864406779661021 - 0.13104838709677424 - 0.1738730450781969 - 0.12940584088620344 - 0.12004530011325032 - 0.0795344325897187 - 0.09343568025410265 - 0.03393425238600212 - 0.059575494452484334 - - 0.07268518518518519 - 0.026505404014410705 - 0.13858695652173914 - 0.2150590551181102 - 0.15448363790905228 - 0.13677130044843044 - 0.08257345491388046 - 0.10021551724137934 - 0.061819980217606374 - 0.07121807465618857 - - 0.06482412060301512 - 0.029968454258675115 - 0.14085239085239087 - 0.21447368421052626 - 0.14254192409532218 - 0.11297297297297293 - 0.11062431544359252 - 0.09409380428488712 - 0.051512287334593565 - 0.05497876356772058 - - 0.07912787849093583 - 0.049039958484691226 - 0.15094339622641506 - 0.21356275303643724 - 0.17733608673205992 - 0.16429743028977584 - 0.07186081694402424 - 0.09855521155830749 - 0.06000000000000005 - 0.0524335173105871 - - 0.08677248677248672 - 0.02920619071392916 - 0.1376873661670236 - 0.22287145242070117 - 0.11153119092627595 - 0.13290430889759375 - 0.08714652956298197 - 0.08522167487684729 - 0.052000000000000046 - 0.06693711967545635 - - 0.09719075668328048 - 0.030930607853684733 - 0.1333161423414131 - 0.22164948453608246 - 0.12870588235294123 - 0.1068464730290456 - 0.08039594398841143 - 0.08305830583058305 - 0.04349999999999998 - 0.06646825396825395 - - 0.07156862745098036 - 0.02872983870967738 - 0.12475247524752475 - 0.19410267288926597 - 0.137043966323667 - 0.12932061978545883 - 0.10123329907502565 - 0.07780195865070727 - 0.04788526981040353 - 0.057672502574665274 - - 0.07719203873050029 - 0.040906722251172534 - 0.12736842105263158 - 0.18363979255068363 - 0.1565701559020044 - 0.12365063788027475 - 0.06563608717688796 - 0.10513106525376459 - 0.061318468250121216 - 0.04044997606510292 - - 0.09545004945598412 - 0.042591636551368106 - 0.15147842947164325 - 0.23111638954869362 - 0.13531499556344273 - 0.12238979118329463 - 0.09227467811158796 - 0.10753623188405792 - 0.05669050051072522 - 0.07068557919621754 - - 0.0701799485861182 - 0.03786707882534779 - 0.13236021771400297 - 0.19046582498911624 - 0.15206929740134745 - 0.10149572649572647 - 0.06588355464759954 - 0.09473684210526312 - 0.05455770094297263 - 0.05509994874423374 - - 0.10807050092764381 - 0.04279749478079331 - 0.1419019316493314 - 0.21039844509232264 - 0.16492146596858637 - 0.1432264736297828 - 0.08859857482185274 - 0.10313174946004322 - 0.04010152284263957 - 0.05625000000000002 - - 0.062043795620437936 - 0.03229844767150725 - 0.13836622303809087 - 0.19856244384546273 - 0.13441372735938995 - 0.11757857974388819 - 0.07764589515331355 - 0.0826985854189336 - 0.04635108481262329 - 0.04706477732793524 - - !!python/tuple - gradproj-adv/ - mean_difference_score - - - 0.0325 - 0.0121 - 0.0538 - 0.0562 - 0.055999999999999994 - 0.05450000000000001 - 0.028899999999999995 - 0.04870000000000001 - 0.021400000000000002 - 0.021099999999999994 - - 0.0175 - 0.0005000000000000004 - 0.05879999999999999 - 0.05819999999999999 - 0.047700000000000006 - 0.039900000000000005 - 0.021900000000000003 - 0.030200000000000005 - 0.011400000000000007 - 0.028499999999999998 - - 0.025999999999999995 - 0.007199999999999998 - 0.0616 - 0.0852 - 0.05740000000000001 - 0.0545 - 0.034600000000000006 - 0.0325 - 0.02429999999999999 - 0.024499999999999994 - - 0.026300000000000004 - 0.0174 - 0.07450000000000001 - 0.07339999999999999 - 0.03270000000000001 - 0.047299999999999995 - 0.04909999999999999 - 0.030299999999999994 - 0.010099999999999998 - 0.02429999999999999 - - 0.0223 - 0.01200000000000001 - 0.033600000000000005 - 0.037599999999999995 - 0.0494 - 0.0465 - 0.018799999999999997 - 0.026899999999999993 - 0.019100000000000006 - 0.02020000000000001 - - 0.027700000000000002 - 0.018000000000000002 - 0.06000000000000001 - 0.06509999999999999 - 0.0562 - 0.05949999999999998 - 0.03130000000000001 - 0.029200000000000004 - 0.01580000000000001 - 0.01920000000000001 - - 0.0377 - 0.007900000000000004 - 0.04680000000000001 - 0.059599999999999986 - 0.05210000000000001 - 0.0469 - 0.01920000000000001 - 0.03180000000000001 - 0.008400000000000005 - 0.018000000000000002 - - 0.031299999999999994 - 0.01100000000000001 - 0.0382 - 0.0698 - 0.0485 - 0.026099999999999998 - 0.021599999999999994 - 0.030700000000000005 - 0.018500000000000003 - 0.02049999999999999 - - 0.025899999999999992 - 0.008099999999999996 - 0.05319999999999998 - 0.0738 - 0.0637 - 0.0479 - 0.03509999999999999 - 0.0427 - 0.014200000000000004 - 0.019600000000000006 - - 0.008300000000000002 - 0.0040000000000000036 - 0.03720000000000001 - 0.015500000000000014 - 0.0387 - 0.0465 - 0.021999999999999992 - 0.039599999999999996 - 0.021099999999999994 - 0.021699999999999997 - - 0.0281 - 0.008599999999999997 - 0.028200000000000003 - 0.0679 - 0.06390000000000001 - 0.0426 - 0.030800000000000008 - 0.027899999999999994 - 0.013299999999999992 - 0.01730000000000001 - - 0.0252 - 0.011099999999999999 - 0.0582 - 0.0801 - 0.05679999999999999 - 0.0446 - 0.0267 - 0.0291 - 0.017299999999999996 - 0.019299999999999998 - - 0.025300000000000003 - 0.012200000000000003 - 0.0509 - 0.06860000000000001 - 0.0653 - 0.05009999999999999 - 0.025899999999999992 - 0.0378 - 0.0204 - 0.019100000000000006 - - 0.04200000000000001 - 0.009300000000000003 - 0.0392 - 0.0881 - 0.060399999999999995 - 0.045 - 0.034600000000000006 - 0.02700000000000001 - 0.01319999999999999 - 0.020000000000000004 - - 0.005099999999999993 - 0.008099999999999996 - 0.0432 - 0.0364 - 0.04199999999999998 - 0.03749999999999999 - 0.016399999999999998 - 0.027300000000000005 - 0.016900000000000012 - 0.014299999999999993 - - 0.028200000000000003 - 0.014899999999999997 - 0.039900000000000005 - 0.08349999999999999 - 0.07950000000000002 - 0.04139999999999999 - 0.0417 - 0.0489 - 0.020100000000000007 - 0.020699999999999996 - - !!python/tuple - gradproj-adv/ - disparate_impact_factor - - - 0.2717391304347826 - 0.11668273866923817 - 0.3982235381199112 - 0.4206586826347305 - 0.4287901990811638 - 0.4646206308610401 - 0.25597874224977857 - 0.4162393162393163 - 0.19210053859964094 - 0.18940754039497298 - - 0.1661918328584996 - 0.004752851711026573 - 0.43684992570579484 - 0.40276816608996535 - 0.3669230769230769 - 0.37116279069767444 - 0.20857142857142863 - 0.2710951526032317 - 0.10930009587727718 - 0.26027397260273966 - - 0.24738344433872494 - 0.06956521739130428 - 0.4418938307030129 - 0.5776271186440678 - 0.4381679389312978 - 0.47891036906854134 - 0.29471890971039183 - 0.2865961199294532 - 0.20334728033472793 - 0.21624007060900263 - - 0.22889469103568327 - 0.17417417417417413 - 0.4509685230024213 - 0.6204564666103127 - 0.3024976873265496 - 0.40496575342465746 - 0.3322056833558863 - 0.29218900675024106 - 0.09334565619223656 - 0.22131147540983598 - - 0.19734513274336285 - 0.11342155009451804 - 0.2866894197952219 - 0.29699842022116907 - 0.38958990536277605 - 0.39879931389365353 - 0.16967509025270755 - 0.2632093933463796 - 0.16338751069289992 - 0.18825722273998147 - - 0.24865350089766614 - 0.17786561264822132 - 0.4504504504504505 - 0.46202980837473384 - 0.4254352763058289 - 0.4718477398889769 - 0.27921498661909017 - 0.2534722222222222 - 0.1454880294659301 - 0.17422867513611617 - - 0.3110561056105611 - 0.07900000000000007 - 0.3699604743083005 - 0.4451082897684838 - 0.37590187590187596 - 0.368421052631579 - 0.19672131147540994 - 0.3133004926108375 - 0.07902163687676389 - 0.1617250673854448 - - 0.27408056042031514 - 0.10446343779677125 - 0.31727574750830567 - 0.49644381223328593 - 0.37890625 - 0.23879231473010065 - 0.19565217391304346 - 0.2888052681091251 - 0.1618547681539808 - 0.18755718206770344 - - 0.2329136690647482 - 0.0801186943620178 - 0.3906020558002936 - 0.5305535585909418 - 0.4396135265700484 - 0.4140017286084702 - 0.31117021276595735 - 0.39981273408239704 - 0.12369337979094075 - 0.17899543378995442 - - 0.08718487394957986 - 0.03714020427112352 - 0.30922693266832924 - 0.11950655358519668 - 0.31084337349397584 - 0.41854185418541856 - 0.20220588235294112 - 0.34375 - 0.18957771787960465 - 0.20966183574879227 - - 0.2526978417266187 - 0.08341416100872934 - 0.2601476014760148 - 0.4963450292397661 - 0.4314652261985146 - 0.3740122914837577 - 0.2614601018675722 - 0.27192982456140347 - 0.11749116607773846 - 0.15842490842490853 - - 0.23354958294717332 - 0.10703953712632597 - 0.44597701149425284 - 0.54158215010142 - 0.405135520684736 - 0.3871527777777778 - 0.23628318584070795 - 0.27873563218390807 - 0.15405164737310773 - 0.17690192483959666 - - 0.22468916518650095 - 0.11542100283822143 - 0.39610894941634245 - 0.5371965544244324 - 0.46410803127221034 - 0.45628415300546443 - 0.21074043938161102 - 0.3295553618134264 - 0.17555938037865748 - 0.17522935779816518 - - 0.34090909090909094 - 0.08773584905660381 - 0.3221035332785538 - 0.5600762873490146 - 0.43547224224945924 - 0.4225352112676056 - 0.3092046470062556 - 0.24085637823371997 - 0.12132352941176461 - 0.1937984496124031 - - 0.049227799227799185 - 0.07751196172248798 - 0.3564356435643564 - 0.300578034682081 - 0.32085561497326187 - 0.31223980016652786 - 0.1614173228346456 - 0.26402321083172153 - 0.149425287356322 - 0.1373679154658981 - - 0.23248145094806272 - 0.14396135265700483 - 0.3704735376044569 - 0.5782548476454293 - 0.5018939393939394 - 0.3438538205980066 - 0.3498322147651006 - 0.4154630416312659 - 0.18173598553345394 - 0.19491525423728806 - - !!python/tuple - gradproj-adv/ - statistical_parity - - - 0.01625 - 0.00605 - 0.0269 - 0.0281 - 0.027999999999999997 - 0.027250000000000003 - 0.014449999999999998 - 0.024350000000000004 - 0.010700000000000001 - 0.010549999999999997 - - 0.00875 - 0.0002500000000000002 - 0.029399999999999996 - 0.029099999999999994 - 0.023850000000000003 - 0.019950000000000002 - 0.010950000000000001 - 0.015100000000000002 - 0.005700000000000004 - 0.014249999999999999 - - 0.012999999999999998 - 0.003599999999999999 - 0.0308 - 0.0426 - 0.028700000000000003 - 0.02725 - 0.017300000000000003 - 0.01625 - 0.012149999999999994 - 0.012249999999999997 - - 0.013150000000000002 - 0.0087 - 0.037250000000000005 - 0.036699999999999997 - 0.016350000000000003 - 0.023649999999999997 - 0.024549999999999995 - 0.015149999999999997 - 0.005049999999999999 - 0.012149999999999994 - - 0.01115 - 0.006000000000000005 - 0.016800000000000002 - 0.018799999999999997 - 0.0247 - 0.02325 - 0.009399999999999999 - 0.013449999999999997 - 0.009550000000000003 - 0.010100000000000005 - - 0.013850000000000001 - 0.009000000000000001 - 0.030000000000000006 - 0.032549999999999996 - 0.0281 - 0.02974999999999999 - 0.015650000000000004 - 0.014600000000000002 - 0.007900000000000004 - 0.009600000000000004 - - 0.01885 - 0.003950000000000002 - 0.023400000000000004 - 0.029799999999999993 - 0.026050000000000004 - 0.02345 - 0.009600000000000004 - 0.015900000000000004 - 0.004200000000000002 - 0.009000000000000001 - - 0.015649999999999997 - 0.005500000000000005 - 0.0191 - 0.0349 - 0.02425 - 0.013049999999999999 - 0.010799999999999997 - 0.015350000000000003 - 0.009250000000000001 - 0.010249999999999995 - - 0.012949999999999996 - 0.004049999999999998 - 0.02659999999999999 - 0.0369 - 0.03185 - 0.02395 - 0.017549999999999996 - 0.02135 - 0.007100000000000002 - 0.009800000000000003 - - 0.004150000000000001 - 0.0020000000000000018 - 0.018600000000000005 - 0.007750000000000007 - 0.01935 - 0.02325 - 0.010999999999999996 - 0.019799999999999998 - 0.010549999999999997 - 0.010849999999999999 - - 0.01405 - 0.004299999999999998 - 0.014100000000000001 - 0.03395 - 0.031950000000000006 - 0.0213 - 0.015400000000000004 - 0.013949999999999997 - 0.006649999999999996 - 0.008650000000000005 - - 0.0126 - 0.005549999999999999 - 0.0291 - 0.04005 - 0.028399999999999995 - 0.0223 - 0.01335 - 0.01455 - 0.008649999999999998 - 0.009649999999999999 - - 0.012650000000000002 - 0.006100000000000001 - 0.02545 - 0.034300000000000004 - 0.03265 - 0.025049999999999996 - 0.012949999999999996 - 0.0189 - 0.0102 - 0.009550000000000003 - - 0.021000000000000005 - 0.004650000000000001 - 0.0196 - 0.04405 - 0.030199999999999998 - 0.0225 - 0.017300000000000003 - 0.013500000000000005 - 0.006599999999999995 - 0.010000000000000002 - - 0.0025499999999999967 - 0.004049999999999998 - 0.0216 - 0.0182 - 0.02099999999999999 - 0.018749999999999996 - 0.008199999999999999 - 0.013650000000000002 - 0.008450000000000006 - 0.007149999999999997 - - 0.014100000000000001 - 0.007449999999999998 - 0.019950000000000002 - 0.041749999999999995 - 0.03975000000000001 - 0.020699999999999996 - 0.02085 - 0.02445 - 0.010050000000000003 - 0.010349999999999998 - - !!python/tuple - gradproj-adv/ - false_positive_subgroup_fairness - - - 0.009300000000000001 - 0.0028000000000000004 - 0.0195 - 0.01645 - 0.01765 - 0.0123 - 0.008300000000000002 - 0.010450000000000001 - 0.0066 - 0.006999999999999999 - - 0.0049 - 0.00029999999999999976 - 0.018750000000000003 - 0.01905 - 0.01645 - 0.00785 - 0.0057 - 0.006750000000000001 - 0.0034 - 0.006699999999999999 - - 0.00595 - 0.0016499999999999998 - 0.0218 - 0.0264 - 0.017600000000000005 - 0.012050000000000002 - 0.00975 - 0.007749999999999999 - 0.00875 - 0.0067 - - 0.0097 - 0.0020499999999999997 - 0.030000000000000002 - 0.014700000000000001 - 0.0114 - 0.010249999999999999 - 0.022549999999999997 - 0.004450000000000001 - 0.005350000000000001 - 0.005350000000000001 - - 0.00635 - 0.0022500000000000003 - 0.011199999999999998 - 0.00995 - 0.0154 - 0.01195 - 0.0063 - 0.004350000000000001 - 0.00805 - 0.0046 - - 0.0078000000000000005 - 0.0021000000000000003 - 0.018500000000000003 - 0.0215 - 0.015449999999999998 - 0.0167 - 0.00955 - 0.0081 - 0.00515 - 0.00545 - - 0.010700000000000001 - 0.0014500000000000001 - 0.015349999999999999 - 0.0176 - 0.018250000000000002 - 0.0132 - 0.00355 - 0.00455 - 0.0043 - 0.0046500000000000005 - - 0.0083 - 0.0024000000000000002 - 0.0126 - 0.021150000000000002 - 0.015099999999999999 - 0.00595 - 0.0066 - 0.0053 - 0.006450000000000001 - 0.005200000000000001 - - 0.0059499999999999996 - 0.0012500000000000002 - 0.018200000000000004 - 0.021450000000000004 - 0.022449999999999998 - 0.01115 - 0.008900000000000002 - 0.007050000000000001 - 0.00555 - 0.0060999999999999995 - - 0.0017000000000000003 - 0.00029999999999999976 - 0.012750000000000001 - 0.0030500000000000006 - 0.013650000000000002 - 0.0103 - 0.0069500000000000004 - 0.008950000000000001 - 0.005149999999999999 - 0.0046500000000000005 - - 0.0072499999999999995 - 0.0017499999999999998 - 0.00865 - 0.01975 - 0.02355 - 0.00945 - 0.009999999999999998 - 0.00455 - 0.00515 - 0.00485 - - 0.0072 - 0.0020499999999999997 - 0.0175 - 0.0249 - 0.02065 - 0.0109 - 0.0086 - 0.00455 - 0.005750000000000002 - 0.0052 - - 0.00765 - 0.0032499999999999994 - 0.016649999999999998 - 0.0175 - 0.021400000000000002 - 0.01005 - 0.010549999999999999 - 0.008650000000000001 - 0.007200000000000001 - 0.0046500000000000005 - - 0.0127 - 0.0019999999999999996 - 0.01225 - 0.0285 - 0.020499999999999997 - 0.007949999999999999 - 0.008650000000000001 - 0.0060999999999999995 - 0.005600000000000001 - 0.0044 - - 0.0017 - 0.0018999999999999998 - 0.01285 - 0.0102 - 0.01465 - 0.010199999999999997 - 0.0051 - 0.004150000000000001 - 0.0060999999999999995 - 0.0036500000000000005 - - 0.0092 - 0.0027500000000000003 - 0.010950000000000001 - 0.02535 - 0.028450000000000003 - 0.011500000000000002 - 0.011250000000000001 - 0.0103 - 0.0063999999999999994 - 0.004050000000000001 - - !!python/tuple - gradproj-adv/ - equality_of_odds_false_positive - - - 0.020666666666666667 - 0.006222222222222223 - 0.043333333333333335 - 0.03655555555555555 - 0.03922222222222222 - 0.027333333333333334 - 0.018444444444444447 - 0.02322222222222222 - 0.014666666666666666 - 0.015555555555555555 - - 0.010888888888888887 - 0.0006666666666666661 - 0.04166666666666667 - 0.042333333333333334 - 0.036555555555555556 - 0.017444444444444443 - 0.012666666666666666 - 0.015000000000000001 - 0.007555555555555555 - 0.014888888888888887 - - 0.013222222222222222 - 0.003666666666666666 - 0.04844444444444444 - 0.05866666666666666 - 0.03911111111111111 - 0.02677777777777778 - 0.021666666666666667 - 0.017222222222222222 - 0.019444444444444445 - 0.014888888888888889 - - 0.021555555555555553 - 0.004555555555555556 - 0.06666666666666667 - 0.03266666666666666 - 0.025333333333333333 - 0.02277777777777778 - 0.050111111111111106 - 0.00988888888888889 - 0.01188888888888889 - 0.01188888888888889 - - 0.01411111111111111 - 0.005 - 0.024888888888888884 - 0.022111111111111113 - 0.03422222222222222 - 0.026555555555555554 - 0.014 - 0.009666666666666667 - 0.017888888888888888 - 0.010222222222222223 - - 0.017333333333333333 - 0.004666666666666667 - 0.04111111111111111 - 0.04777777777777778 - 0.03433333333333333 - 0.03711111111111111 - 0.021222222222222222 - 0.018 - 0.011444444444444445 - 0.01211111111111111 - - 0.02377777777777778 - 0.0032222222222222222 - 0.03411111111111111 - 0.03911111111111111 - 0.04055555555555556 - 0.02933333333333333 - 0.007888888888888888 - 0.01011111111111111 - 0.009555555555555555 - 0.010333333333333333 - - 0.018444444444444444 - 0.005333333333333334 - 0.028000000000000004 - 0.047 - 0.033555555555555554 - 0.013222222222222224 - 0.014666666666666668 - 0.011777777777777778 - 0.014333333333333333 - 0.011555555555555557 - - 0.013222222222222222 - 0.0027777777777777783 - 0.04044444444444445 - 0.04766666666666667 - 0.049888888888888885 - 0.024777777777777777 - 0.019777777777777776 - 0.01566666666666667 - 0.012333333333333333 - 0.013555555555555553 - - 0.0037777777777777783 - 0.0006666666666666661 - 0.028333333333333335 - 0.006777777777777778 - 0.030333333333333337 - 0.02288888888888889 - 0.015444444444444445 - 0.01988888888888889 - 0.011444444444444443 - 0.010333333333333333 - - 0.01611111111111111 - 0.0038888888888888883 - 0.01922222222222222 - 0.04388888888888889 - 0.052333333333333336 - 0.020999999999999998 - 0.02222222222222222 - 0.01011111111111111 - 0.011444444444444445 - 0.010777777777777778 - - 0.016 - 0.004555555555555556 - 0.03888888888888889 - 0.05533333333333333 - 0.04588888888888889 - 0.02422222222222222 - 0.01911111111111111 - 0.01011111111111111 - 0.01277777777777778 - 0.011555555555555555 - - 0.016999999999999998 - 0.007222222222222222 - 0.037 - 0.03888888888888889 - 0.04755555555555556 - 0.022333333333333334 - 0.02344444444444444 - 0.01922222222222222 - 0.016 - 0.010333333333333333 - - 0.02822222222222222 - 0.004444444444444444 - 0.027222222222222224 - 0.06333333333333332 - 0.04555555555555556 - 0.017666666666666667 - 0.019222222222222224 - 0.013555555555555555 - 0.012444444444444445 - 0.009777777777777778 - - 0.0037777777777777775 - 0.004222222222222222 - 0.028555555555555556 - 0.02266666666666667 - 0.03255555555555555 - 0.02266666666666666 - 0.011333333333333334 - 0.009222222222222224 - 0.013555555555555555 - 0.008111111111111112 - - 0.020444444444444446 - 0.006111111111111111 - 0.024333333333333332 - 0.05633333333333333 - 0.06322222222222222 - 0.025555555555555557 - 0.025 - 0.02288888888888889 - 0.014222222222222223 - 0.009000000000000001 - - !!python/tuple - gradproj-adv/ - equality_of_odds_true_positive - - - 0.1389999999999999 - 0.06499999999999995 - 0.14800000000000002 - 0.23299999999999998 - 0.20700000000000007 - 0.29900000000000004 - 0.123 - 0.2779999999999999 - 0.08199999999999996 - 0.07100000000000006 - - 0.07700000000000007 - 0.0010000000000000009 - 0.21299999999999997 - 0.20099999999999996 - 0.14800000000000002 - 0.242 - 0.10499999999999998 - 0.16699999999999993 - 0.04600000000000004 - 0.1509999999999999 - - 0.14100000000000001 - 0.038999999999999924 - 0.18000000000000005 - 0.32399999999999995 - 0.2220000000000001 - 0.30400000000000005 - 0.1509999999999999 - 0.16999999999999993 - 0.06799999999999995 - 0.11099999999999999 - - 0.06900000000000006 - 0.133 - 0.14500000000000002 - 0.44 - 0.09900000000000009 - 0.268 - 0.040000000000000036 - 0.21400000000000008 - 0.006000000000000005 - 0.136 - - 0.09600000000000009 - 0.07499999999999996 - 0.11199999999999999 - 0.17699999999999994 - 0.18600000000000005 - 0.22599999999999998 - 0.062000000000000055 - 0.18200000000000005 - 0.029999999999999916 - 0.10999999999999999 - - 0.121 - 0.138 - 0.22999999999999998 - 0.22099999999999997 - 0.253 - 0.261 - 0.122 - 0.13 - 0.05499999999999994 - 0.08299999999999996 - - 0.16299999999999992 - 0.04999999999999993 - 0.16100000000000003 - 0.244 - 0.15600000000000003 - 0.20500000000000007 - 0.121 - 0.2270000000000001 - 0.0020000000000000018 - 0.08699999999999997 - - 0.14700000000000002 - 0.061999999999999944 - 0.13 - 0.275 - 0.18300000000000005 - 0.14200000000000002 - 0.08400000000000007 - 0.20099999999999996 - 0.05599999999999994 - 0.10099999999999998 - - 0.14 - 0.05599999999999994 - 0.16800000000000004 - 0.30899999999999994 - 0.18800000000000006 - 0.256 - 0.17300000000000004 - 0.28600000000000003 - 0.030999999999999917 - 0.07399999999999995 - - 0.04899999999999993 - 0.03399999999999992 - 0.11699999999999999 - 0.09399999999999997 - 0.11399999999999999 - 0.259 - 0.08100000000000007 - 0.21699999999999997 - 0.10799999999999998 - 0.124 - - 0.136 - 0.050999999999999934 - 0.10899999999999999 - 0.28400000000000003 - 0.16799999999999993 - 0.237 - 0.10799999999999998 - 0.18800000000000006 - 0.030000000000000027 - 0.07599999999999996 - - 0.10799999999999998 - 0.06999999999999995 - 0.23199999999999998 - 0.30300000000000005 - 0.15500000000000003 - 0.22799999999999998 - 0.09500000000000008 - 0.20000000000000007 - 0.05799999999999994 - 0.08899999999999997 - - 0.10000000000000009 - 0.05699999999999994 - 0.17600000000000005 - 0.33599999999999997 - 0.2250000000000001 - 0.30000000000000004 - 0.04799999999999993 - 0.20499999999999996 - 0.05999999999999994 - 0.09799999999999998 - - 0.16600000000000004 - 0.052999999999999936 - 0.14700000000000002 - 0.31100000000000005 - 0.19400000000000006 - 0.29100000000000004 - 0.17300000000000004 - 0.1479999999999999 - 0.020000000000000018 - 0.11199999999999999 - - 0.017000000000000015 - 0.04299999999999993 - 0.17500000000000004 - 0.15999999999999992 - 0.127 - 0.17100000000000004 - 0.062000000000000055 - 0.19000000000000006 - 0.04699999999999993 - 0.06999999999999995 - - 0.09800000000000009 - 0.09399999999999997 - 0.18000000000000005 - 0.32799999999999996 - 0.22599999999999998 - 0.18400000000000005 - 0.19199999999999995 - 0.2829999999999999 - 0.07299999999999995 - 0.126 - - !!python/tuple - gradproj-adv/ - bias_amplification - - - 0.07861635220125784 - 0.0309779825908858 - 0.12430683918669128 - 0.13317535545023695 - 0.1364522417153996 - 0.15130483064963907 - 0.07338750634840019 - 0.13140852671343772 - 0.05312810327706052 - 0.052305404065443706 - - 0.045313309166235105 - 0.0011910433539781273 - 0.13973384030418246 - 0.12608318890814563 - 0.11234102684879888 - 0.11393489434608794 - 0.05821371610845294 - 0.07840083073727933 - 0.028904665314401612 - 0.07480314960629919 - - 0.07057546145494031 - 0.018018018018018056 - 0.14180478821362796 - 0.2030505243088656 - 0.1402737047898338 - 0.157423454650491 - 0.08641358641358643 - 0.08363355635615033 - 0.056590591523055456 - 0.06061355764473031 - - 0.06461916461916462 - 0.047697368421052655 - 0.14556467370066428 - 0.22487745098039214 - 0.08910081743869214 - 0.12694578636607623 - 0.09959432048681538 - 0.08554488989271603 - 0.024478914202617497 - 0.062211981566820285 - - 0.05473735886107023 - 0.030060120240480992 - 0.08366533864541836 - 0.08719851576994431 - 0.12095984329089127 - 0.12453133369041247 - 0.04635108481262329 - 0.07577464788732391 - 0.04448067070330697 - 0.05195473251028804 - - 0.07098923628908249 - 0.0488069414316703 - 0.14534883720930236 - 0.1502076603599446 - 0.1350961538461538 - 0.15438505448884277 - 0.08113011923276314 - 0.07256461232604372 - 0.03922542204568025 - 0.04771371769383703 - - 0.09208597948216901 - 0.020562207183758452 - 0.11348205625606211 - 0.14313160422670512 - 0.11572634384717906 - 0.11290322580645162 - 0.054545454545454564 - 0.09287383177570097 - 0.020568070519098924 - 0.04398826979472137 - - 0.07940131912734649 - 0.02755511022044088 - 0.09427443237907207 - 0.16508987701040678 - 0.11686746987951813 - 0.06779220779220774 - 0.054216867469879526 - 0.08438702583837276 - 0.04402665397429795 - 0.051741544674406836 - - 0.06590330788804066 - 0.02086553323029361 - 0.1213503649635036 - 0.18052837573385516 - 0.14086687306501544 - 0.1305177111716621 - 0.0921259842519685 - 0.12492685781158575 - 0.03296193129062208 - 0.049147442326980983 - - 0.022789676002196613 - 0.009460737937559083 - 0.09144542772861353 - 0.031775317753177545 - 0.09201141226818832 - 0.1323278315310188 - 0.056237218813905976 - 0.10377358490566035 - 0.05235732009925553 - 0.058553696708041 - - 0.07231085949562532 - 0.021761133603238836 - 0.07476139978791096 - 0.16504618376276126 - 0.13753766681015933 - 0.11501079913606915 - 0.0751953125 - 0.07868020304568524 - 0.03120600656968564 - 0.04301342615614123 - - 0.06610703043022037 - 0.028273051451859432 - 0.14349112426035504 - 0.18567454798331018 - 0.12701252236135963 - 0.12002152852529602 - 0.06698444555945815 - 0.08096828046744575 - 0.04172696575012058 - 0.04851684263448974 - - 0.06328164082041021 - 0.030622489959839405 - 0.12348374575448806 - 0.18361884368308357 - 0.15108745950948632 - 0.147787610619469 - 0.05889040472942242 - 0.098643006263048 - 0.048113207547169856 - 0.04801407742584218 - - 0.10273972602739723 - 0.022940305870744915 - 0.09598432908912835 - 0.19448123620309055 - 0.13917050691244237 - 0.1339285714285714 - 0.09143763213530653 - 0.06845841784989859 - 0.03228962818003911 - 0.05364806866952787 - - 0.012617516081147917 - 0.020159283225485325 - 0.10843373493975905 - 0.08843537414965985 - 0.09554140127388533 - 0.092501233349778 - 0.043897216274089934 - 0.0760445682451254 - 0.04037267080745344 - 0.03687467766890151 - - 0.06576492537313428 - 0.03878188443519004 - 0.11367521367521372 - 0.2033609352167559 - 0.16750948166877366 - 0.10381143430290873 - 0.10599898322318246 - 0.1310991957104558 - 0.04997513674788667 - 0.0539906103286385 - - !!python/tuple - domain-discriminative/Sum-of-prob-no-prior-shift/ - mean_difference_score - - - 0.025999999999999995 - 0.012800000000000006 - 0.0469 - 0.07440000000000001 - 0.05310000000000001 - 0.0387 - 0.026099999999999998 - 0.027999999999999997 - 0.02049999999999999 - 0.018699999999999994 - - 0.0242 - 0.012400000000000008 - 0.04820000000000001 - 0.0734 - 0.0493 - 0.03649999999999999 - 0.028999999999999998 - 0.028899999999999995 - 0.019600000000000006 - 0.019100000000000006 - - 0.02600000000000001 - 0.011099999999999999 - 0.04709999999999999 - 0.07749999999999999 - 0.05789999999999999 - 0.0397 - 0.02919999999999999 - 0.0315 - 0.01809999999999999 - 0.01849999999999999 - - 0.0242 - 0.011200000000000002 - 0.0464 - 0.0709 - 0.050699999999999995 - 0.03660000000000001 - 0.0281 - 0.03090000000000001 - 0.017699999999999994 - 0.0175 - - 0.0233 - 0.011699999999999988 - 0.045899999999999996 - 0.0777 - 0.05439999999999999 - 0.03449999999999999 - 0.02629999999999999 - 0.028299999999999992 - 0.021199999999999997 - 0.0189 - - 0.025800000000000003 - 0.012899999999999995 - 0.050100000000000006 - 0.07739999999999998 - 0.0552 - 0.0393 - 0.029800000000000007 - 0.031100000000000003 - 0.020900000000000002 - 0.021100000000000008 - - 0.022499999999999992 - 0.011399999999999993 - 0.046 - 0.07459999999999999 - 0.0547 - 0.036199999999999996 - 0.029700000000000004 - 0.03180000000000001 - 0.0199 - 0.018799999999999997 - - 0.022699999999999998 - 0.010999999999999996 - 0.048600000000000004 - 0.0722 - 0.05139999999999999 - 0.0398 - 0.0271 - 0.02700000000000001 - 0.0175 - 0.017299999999999996 - - 0.0242 - 0.012300000000000005 - 0.0509 - 0.0793 - 0.05009999999999999 - 0.035699999999999996 - 0.0276 - 0.027700000000000002 - 0.01899999999999999 - 0.016799999999999995 - - 0.023599999999999996 - 0.011999999999999997 - 0.0461 - 0.0727 - 0.05189999999999999 - 0.0369 - 0.026800000000000004 - 0.0295 - 0.021199999999999997 - 0.018500000000000003 - - 0.02500000000000001 - 0.011499999999999996 - 0.047200000000000006 - 0.074 - 0.05030000000000001 - 0.03910000000000001 - 0.030399999999999996 - 0.02779999999999999 - 0.01920000000000001 - 0.01970000000000001 - - 0.024499999999999994 - 0.012700000000000003 - 0.05230000000000001 - 0.07939999999999998 - 0.051000000000000004 - 0.0382 - 0.029200000000000004 - 0.028799999999999992 - 0.020699999999999996 - 0.018600000000000005 - - 0.026100000000000012 - 0.011900000000000008 - 0.0469 - 0.07740000000000001 - 0.055999999999999994 - 0.0413 - 0.02990000000000001 - 0.0291 - 0.020199999999999996 - 0.0194 - - 0.024499999999999994 - 0.011799999999999991 - 0.0475 - 0.07370000000000002 - 0.0553 - 0.0397 - 0.02600000000000001 - 0.029200000000000004 - 0.019500000000000003 - 0.0184 - - 0.022699999999999998 - 0.010700000000000001 - 0.05020000000000001 - 0.0709 - 0.052500000000000005 - 0.0422 - 0.0276 - 0.028700000000000003 - 0.01859999999999999 - 0.019100000000000006 - - 0.023900000000000005 - 0.011400000000000007 - 0.05080000000000001 - 0.07659999999999999 - 0.05710000000000001 - 0.0416 - 0.0296 - 0.03119999999999999 - 0.021600000000000008 - 0.022199999999999998 - - !!python/tuple - domain-discriminative/Sum-of-prob-no-prior-shift/ - disparate_impact_factor - - - 0.2292768959435626 - 0.12064090480678613 - 0.38006482982171796 - 0.5310492505353319 - 0.40846153846153854 - 0.3379912663755458 - 0.2293497363796133 - 0.25225225225225223 - 0.18418688230008973 - 0.17155963302752286 - - 0.21453900709219853 - 0.11720226843100201 - 0.38560000000000005 - 0.5377289377289378 - 0.37893927747886236 - 0.3235815602836879 - 0.24850042844901454 - 0.2617753623188406 - 0.17578475336322874 - 0.17571297148114084 - - 0.23090586145648317 - 0.10561370123691716 - 0.3848039215686274 - 0.5438596491228069 - 0.43241224794622846 - 0.3422413793103448 - 0.25479930191972067 - 0.2809991079393399 - 0.16484517304189428 - 0.16925892040256163 - - 0.21172353455818027 - 0.10666666666666669 - 0.37419354838709673 - 0.5251851851851852 - 0.38584474885844744 - 0.33062330623306235 - 0.24203273040482343 - 0.2756467439785907 - 0.1597472924187725 - 0.1624883936861653 - - 0.20878136200716846 - 0.11048158640226613 - 0.37777777777777777 - 0.5441176470588236 - 0.41495041952707856 - 0.31025179856115104 - 0.23029772329246923 - 0.2544964028776978 - 0.1879432624113475 - 0.17371323529411764 - - 0.2301516503122213 - 0.12101313320825513 - 0.39542225730071034 - 0.5489361702127659 - 0.4156626506024096 - 0.3530997304582211 - 0.25383304940374796 - 0.2801801801801802 - 0.1861086375779163 - 0.19077757685352625 - - 0.2021563342318059 - 0.1074458058435438 - 0.3758169934640523 - 0.5290780141843971 - 0.4150227617602428 - 0.32642019837691616 - 0.25736568457539 - 0.28141592920353986 - 0.17831541218637992 - 0.172003659652333 - - 0.20304114490160996 - 0.10406811731315035 - 0.39608801955990225 - 0.5239477503628447 - 0.3950807071483473 - 0.34104541559554413 - 0.23688811188811187 - 0.24412296564195302 - 0.15923566878980888 - 0.16078066914498135 - - 0.21723518850987433 - 0.11680911680911688 - 0.4072 - 0.5529986052998606 - 0.3827349121466769 - 0.320754716981132 - 0.24231782265144863 - 0.25090579710144933 - 0.17009847806624878 - 0.1548387096774193 - - 0.2101513802315227 - 0.11299435028248583 - 0.3825726141078839 - 0.5159687721788503 - 0.39800613496932513 - 0.3285841495992876 - 0.23406113537117912 - 0.2652877697841727 - 0.18861209964412806 - 0.16988062442607899 - - 0.22104332449160047 - 0.10879848628193 - 0.38656838656838666 - 0.5297065139584825 - 0.38485080336648825 - 0.3460176991150443 - 0.25806451612903225 - 0.2543458371454711 - 0.17219730941704048 - 0.18040293040293043 - - 0.21992818671454217 - 0.1192488262910798 - 0.41116352201257866 - 0.5533101045296167 - 0.39596273291925466 - 0.33508771929824555 - 0.2534722222222222 - 0.25969341749323704 - 0.1841637010676156 - 0.1725417439703154 - - 0.2317939609236236 - 0.11311787072243351 - 0.3856907894736842 - 0.5458392101551481 - 0.42073628850488354 - 0.35634167385677307 - 0.2546848381601363 - 0.2638259292837716 - 0.18116591928251113 - 0.17684594348222427 - - 0.21836007130124768 - 0.11238095238095225 - 0.38306451612903225 - 0.521585279547063 - 0.4211728865194212 - 0.35478105451295794 - 0.22707423580786035 - 0.2609472743521001 - 0.17615176151761525 - 0.16727272727272724 - - 0.20395327942497754 - 0.10171102661596965 - 0.3971518987341772 - 0.5240206947524021 - 0.3998476770753999 - 0.3647363872082974 - 0.23834196891191706 - 0.259493670886076 - 0.16787003610108298 - 0.17490842490842495 - - 0.2105726872246696 - 0.10775047258979209 - 0.4051036682615631 - 0.5424929178470255 - 0.4325757575757576 - 0.36363636363636365 - 0.25495262704565036 - 0.2790697674418604 - 0.19285714285714295 - 0.20036101083032487 - - !!python/tuple - domain-discriminative/Sum-of-prob-no-prior-shift/ - statistical_parity - - - 0.012999999999999998 - 0.006400000000000003 - 0.02345 - 0.037200000000000004 - 0.026550000000000004 - 0.01935 - 0.013049999999999999 - 0.013999999999999999 - 0.010249999999999995 - 0.009349999999999997 - - 0.0121 - 0.006200000000000004 - 0.024100000000000003 - 0.0367 - 0.02465 - 0.018249999999999995 - 0.014499999999999999 - 0.014449999999999998 - 0.009800000000000003 - 0.009550000000000003 - - 0.013000000000000005 - 0.005549999999999999 - 0.023549999999999995 - 0.03874999999999999 - 0.028949999999999997 - 0.01985 - 0.014599999999999995 - 0.01575 - 0.009049999999999996 - 0.009249999999999994 - - 0.0121 - 0.005600000000000001 - 0.0232 - 0.03545 - 0.025349999999999998 - 0.018300000000000004 - 0.01405 - 0.015450000000000005 - 0.008849999999999997 - 0.00875 - - 0.01165 - 0.005849999999999994 - 0.022949999999999998 - 0.03885 - 0.027199999999999995 - 0.017249999999999995 - 0.013149999999999995 - 0.014149999999999996 - 0.010599999999999998 - 0.00945 - - 0.012900000000000002 - 0.006449999999999997 - 0.025050000000000003 - 0.03869999999999999 - 0.0276 - 0.01965 - 0.014900000000000004 - 0.015550000000000001 - 0.010450000000000001 - 0.010550000000000004 - - 0.011249999999999996 - 0.005699999999999997 - 0.023 - 0.03729999999999999 - 0.02735 - 0.018099999999999998 - 0.014850000000000002 - 0.015900000000000004 - 0.00995 - 0.009399999999999999 - - 0.011349999999999999 - 0.005499999999999998 - 0.024300000000000002 - 0.0361 - 0.025699999999999994 - 0.0199 - 0.01355 - 0.013500000000000005 - 0.00875 - 0.008649999999999998 - - 0.0121 - 0.006150000000000003 - 0.02545 - 0.03965 - 0.025049999999999996 - 0.017849999999999998 - 0.0138 - 0.013850000000000001 - 0.009499999999999995 - 0.008399999999999998 - - 0.011799999999999998 - 0.005999999999999998 - 0.02305 - 0.03635 - 0.025949999999999994 - 0.01845 - 0.013400000000000002 - 0.01475 - 0.010599999999999998 - 0.009250000000000001 - - 0.012500000000000004 - 0.005749999999999998 - 0.023600000000000003 - 0.037 - 0.025150000000000006 - 0.019550000000000005 - 0.015199999999999998 - 0.013899999999999996 - 0.009600000000000004 - 0.009850000000000005 - - 0.012249999999999997 - 0.0063500000000000015 - 0.026150000000000007 - 0.03969999999999999 - 0.025500000000000002 - 0.0191 - 0.014600000000000002 - 0.014399999999999996 - 0.010349999999999998 - 0.009300000000000003 - - 0.013050000000000006 - 0.005950000000000004 - 0.02345 - 0.038700000000000005 - 0.027999999999999997 - 0.02065 - 0.014950000000000005 - 0.01455 - 0.010099999999999998 - 0.0097 - - 0.012249999999999997 - 0.0058999999999999955 - 0.02375 - 0.03685000000000001 - 0.02765 - 0.01985 - 0.013000000000000005 - 0.014600000000000002 - 0.009750000000000002 - 0.0092 - - 0.011349999999999999 - 0.005350000000000001 - 0.025100000000000004 - 0.03545 - 0.026250000000000002 - 0.0211 - 0.0138 - 0.014350000000000002 - 0.009299999999999996 - 0.009550000000000003 - - 0.011950000000000002 - 0.005700000000000004 - 0.025400000000000006 - 0.038299999999999994 - 0.028550000000000006 - 0.0208 - 0.0148 - 0.015599999999999996 - 0.010800000000000004 - 0.011099999999999999 - - !!python/tuple - domain-discriminative/Sum-of-prob-no-prior-shift/ - false_positive_subgroup_fairness - - - 0.007000000000000001 - 0.0030999999999999995 - 0.014500000000000002 - 0.022500000000000003 - 0.01625 - 0.0091 - 0.00825 - 0.006700000000000001 - 0.006050000000000001 - 0.00525 - - 0.0069 - 0.0027 - 0.0155 - 0.020999999999999998 - 0.01625 - 0.009000000000000001 - 0.009000000000000001 - 0.00615 - 0.0060999999999999995 - 0.005 - - 0.006699999999999999 - 0.0027 - 0.0141 - 0.0234 - 0.017349999999999997 - 0.00955 - 0.008550000000000002 - 0.007250000000000001 - 0.0055000000000000005 - 0.0053 - - 0.0077 - 0.0026500000000000004 - 0.015 - 0.020200000000000003 - 0.01675 - 0.0082 - 0.00895 - 0.007350000000000001 - 0.005800000000000001 - 0.004450000000000001 - - 0.0066 - 0.0025499999999999997 - 0.014450000000000001 - 0.0241 - 0.01645 - 0.00785 - 0.007899999999999999 - 0.00665 - 0.0060999999999999995 - 0.0053 - - 0.007549999999999999 - 0.00305 - 0.01575 - 0.022600000000000002 - 0.017849999999999998 - 0.008199999999999999 - 0.00945 - 0.0067 - 0.00635 - 0.0058000000000000005 - - 0.0063 - 0.0027500000000000007 - 0.014450000000000001 - 0.022649999999999997 - 0.01725 - 0.0083 - 0.00905 - 0.0076 - 0.00585 - 0.0052 - - 0.006950000000000001 - 0.0026 - 0.01455 - 0.0211 - 0.015000000000000001 - 0.01035 - 0.0082 - 0.006449999999999999 - 0.00505 - 0.00445 - - 0.006549999999999999 - 0.0031 - 0.0157 - 0.0239 - 0.0156 - 0.008300000000000002 - 0.008050000000000002 - 0.0066 - 0.005800000000000001 - 0.0049499999999999995 - - 0.0067 - 0.0030499999999999998 - 0.014450000000000001 - 0.022900000000000004 - 0.0163 - 0.0087 - 0.007799999999999999 - 0.006850000000000001 - 0.00595 - 0.00515 - - 0.007150000000000001 - 0.00285 - 0.0146 - 0.02225 - 0.0165 - 0.00895 - 0.0094 - 0.005900000000000001 - 0.0057 - 0.0056500000000000005 - - 0.00665 - 0.0029500000000000004 - 0.016300000000000002 - 0.02385 - 0.015349999999999999 - 0.0092 - 0.008650000000000001 - 0.006750000000000001 - 0.0060999999999999995 - 0.0045000000000000005 - - 0.00775 - 0.0029000000000000002 - 0.013749999999999998 - 0.0235 - 0.0178 - 0.0104 - 0.0094 - 0.00685 - 0.00615 - 0.0050999999999999995 - - 0.0069500000000000004 - 0.00285 - 0.0149 - 0.022400000000000003 - 0.0165 - 0.009250000000000001 - 0.00825 - 0.00735 - 0.006150000000000001 - 0.0054 - - 0.006500000000000001 - 0.0025499999999999997 - 0.015850000000000003 - 0.020050000000000002 - 0.01625 - 0.01035 - 0.00835 - 0.0066 - 0.005900000000000001 - 0.0051 - - 0.0068000000000000005 - 0.00285 - 0.015550000000000001 - 0.022600000000000002 - 0.01735 - 0.00965 - 0.00885 - 0.0069 - 0.0062 - 0.00595 - - !!python/tuple - domain-discriminative/Sum-of-prob-no-prior-shift/ - equality_of_odds_false_positive - - - 0.015555555555555557 - 0.006888888888888889 - 0.03222222222222222 - 0.05 - 0.03611111111111111 - 0.020222222222222225 - 0.018333333333333333 - 0.01488888888888889 - 0.013444444444444446 - 0.011666666666666667 - - 0.015333333333333334 - 0.006 - 0.034444444444444444 - 0.04666666666666666 - 0.03611111111111111 - 0.02 - 0.02 - 0.013666666666666667 - 0.013555555555555555 - 0.011111111111111112 - - 0.014888888888888887 - 0.006 - 0.03133333333333333 - 0.052 - 0.03855555555555555 - 0.021222222222222222 - 0.019000000000000003 - 0.01611111111111111 - 0.012222222222222223 - 0.011777777777777778 - - 0.01711111111111111 - 0.00588888888888889 - 0.03333333333333333 - 0.044888888888888895 - 0.037222222222222226 - 0.018222222222222223 - 0.019888888888888887 - 0.016333333333333335 - 0.01288888888888889 - 0.00988888888888889 - - 0.014666666666666668 - 0.005666666666666666 - 0.03211111111111112 - 0.05355555555555555 - 0.036555555555555556 - 0.017444444444444443 - 0.017555555555555553 - 0.014777777777777777 - 0.013555555555555555 - 0.011777777777777778 - - 0.016777777777777777 - 0.006777777777777778 - 0.034999999999999996 - 0.050222222222222224 - 0.03966666666666666 - 0.01822222222222222 - 0.021 - 0.014888888888888889 - 0.014111111111111112 - 0.012888888888888889 - - 0.013999999999999999 - 0.006111111111111112 - 0.03211111111111111 - 0.050333333333333334 - 0.03833333333333333 - 0.018444444444444444 - 0.02011111111111111 - 0.016888888888888887 - 0.013 - 0.011555555555555555 - - 0.015444444444444445 - 0.0057777777777777775 - 0.03233333333333334 - 0.04688888888888889 - 0.03333333333333333 - 0.023 - 0.018222222222222223 - 0.014333333333333333 - 0.011222222222222222 - 0.009888888888888888 - - 0.014555555555555554 - 0.006888888888888889 - 0.034888888888888886 - 0.05311111111111111 - 0.034666666666666665 - 0.018444444444444444 - 0.017888888888888888 - 0.014666666666666666 - 0.01288888888888889 - 0.011 - - 0.014888888888888889 - 0.006777777777777778 - 0.03211111111111111 - 0.050888888888888886 - 0.03622222222222222 - 0.01933333333333333 - 0.017333333333333333 - 0.015222222222222224 - 0.013222222222222224 - 0.011444444444444445 - - 0.01588888888888889 - 0.006333333333333333 - 0.03244444444444444 - 0.049444444444444444 - 0.03666666666666667 - 0.019888888888888887 - 0.020888888888888887 - 0.013111111111111112 - 0.012666666666666666 - 0.012555555555555556 - - 0.014777777777777777 - 0.006555555555555556 - 0.03622222222222222 - 0.053 - 0.034111111111111106 - 0.020444444444444446 - 0.019222222222222224 - 0.015000000000000001 - 0.013555555555555555 - 0.01 - - 0.017222222222222222 - 0.0064444444444444445 - 0.030555555555555555 - 0.05222222222222222 - 0.03955555555555555 - 0.02311111111111111 - 0.020888888888888887 - 0.015222222222222224 - 0.013666666666666667 - 0.011333333333333332 - - 0.015444444444444445 - 0.006333333333333333 - 0.03311111111111111 - 0.04977777777777778 - 0.03666666666666667 - 0.020555555555555556 - 0.018333333333333333 - 0.01633333333333333 - 0.013666666666666669 - 0.012 - - 0.014444444444444447 - 0.005666666666666666 - 0.035222222222222224 - 0.04455555555555556 - 0.03611111111111111 - 0.023 - 0.018555555555555554 - 0.014666666666666666 - 0.013111111111111112 - 0.011333333333333334 - - 0.015111111111111113 - 0.006333333333333333 - 0.034555555555555555 - 0.05022222222222222 - 0.03855555555555556 - 0.021444444444444447 - 0.01966666666666667 - 0.015333333333333332 - 0.013777777777777778 - 0.013222222222222224 - - !!python/tuple - domain-discriminative/Sum-of-prob-no-prior-shift/ - equality_of_odds_true_positive - - - 0.12 - 0.06599999999999995 - 0.17900000000000005 - 0.29400000000000004 - 0.20599999999999996 - 0.20500000000000007 - 0.09599999999999997 - 0.14600000000000002 - 0.08399999999999996 - 0.08199999999999996 - - 0.10399999999999998 - 0.06999999999999995 - 0.17200000000000004 - 0.31400000000000006 - 0.16799999999999993 - 0.18500000000000005 - 0.10999999999999999 - 0.16599999999999993 - 0.07399999999999995 - 0.09099999999999997 - - 0.126 - 0.05699999999999994 - 0.18900000000000006 - 0.30700000000000005 - 0.23199999999999998 - 0.20600000000000007 - 0.121 - 0.16999999999999993 - 0.07099999999999995 - 0.07899999999999996 - - 0.08799999999999997 - 0.05899999999999994 - 0.16400000000000003 - 0.30500000000000005 - 0.17199999999999993 - 0.20200000000000007 - 0.10199999999999998 - 0.16199999999999992 - 0.06099999999999994 - 0.08599999999999997 - - 0.10099999999999998 - 0.06599999999999995 - 0.17000000000000004 - 0.29500000000000004 - 0.21499999999999997 - 0.18800000000000006 - 0.10499999999999998 - 0.15000000000000002 - 0.08999999999999997 - 0.08299999999999996 - - 0.10699999999999998 - 0.06799999999999995 - 0.18600000000000005 - 0.32200000000000006 - 0.19499999999999995 - 0.22899999999999998 - 0.10899999999999999 - 0.17699999999999994 - 0.08199999999999996 - 0.09499999999999997 - - 0.09899999999999998 - 0.05899999999999994 - 0.17100000000000004 - 0.29300000000000004 - 0.20199999999999996 - 0.19600000000000006 - 0.11599999999999999 - 0.16599999999999993 - 0.08199999999999996 - 0.08399999999999996 - - 0.08799999999999997 - 0.05799999999999994 - 0.19500000000000006 - 0.30000000000000004 - 0.21399999999999997 - 0.19100000000000006 - 0.10699999999999998 - 0.14100000000000001 - 0.07399999999999995 - 0.08399999999999996 - - 0.11099999999999999 - 0.06099999999999994 - 0.19500000000000006 - 0.31500000000000006 - 0.18899999999999995 - 0.19100000000000006 - 0.11499999999999999 - 0.14500000000000002 - 0.07399999999999995 - 0.06899999999999995 - - 0.10199999999999998 - 0.05899999999999994 - 0.17200000000000004 - 0.269 - 0.19299999999999995 - 0.19500000000000006 - 0.11199999999999999 - 0.15799999999999992 - 0.09299999999999997 - 0.08199999999999996 - - 0.10699999999999998 - 0.05799999999999994 - 0.18000000000000005 - 0.29500000000000004 - 0.17299999999999993 - 0.21200000000000008 - 0.11599999999999999 - 0.15999999999999992 - 0.07799999999999996 - 0.08399999999999996 - - 0.11199999999999999 - 0.06799999999999995 - 0.19700000000000006 - 0.31700000000000006 - 0.20299999999999996 - 0.19800000000000006 - 0.119 - 0.15300000000000002 - 0.08499999999999996 - 0.09599999999999997 - - 0.10599999999999998 - 0.06099999999999994 - 0.19400000000000006 - 0.30400000000000005 - 0.20399999999999996 - 0.20500000000000007 - 0.11099999999999999 - 0.15399999999999991 - 0.07899999999999996 - 0.09199999999999997 - - 0.10599999999999998 - 0.06099999999999994 - 0.17700000000000005 - 0.28900000000000003 - 0.22299999999999998 - 0.21199999999999997 - 0.09499999999999997 - 0.14500000000000002 - 0.07199999999999995 - 0.07599999999999996 - - 0.09699999999999998 - 0.05599999999999994 - 0.18500000000000005 - 0.30800000000000005 - 0.19999999999999996 - 0.21500000000000008 - 0.10899999999999999 - 0.15499999999999992 - 0.06799999999999995 - 0.08899999999999997 - - 0.10299999999999998 - 0.05699999999999994 - 0.19700000000000006 - 0.31400000000000006 - 0.22399999999999998 - 0.22299999999999998 - 0.119 - 0.17399999999999993 - 0.09199999999999997 - 0.10299999999999998 - - !!python/tuple - domain-discriminative/Sum-of-prob-no-prior-shift/ - bias_amplification - - - 0.06474103585657376 - 0.032096288866599765 - 0.11730865432716353 - 0.18075801749271136 - 0.12832286128564518 - 0.10168155543878088 - 0.0647642679900744 - 0.07216494845360821 - 0.05071746660069276 - 0.04691419969894628 - - 0.06007944389275077 - 0.031124497991967925 - 0.11942517343904857 - 0.18386773547094193 - 0.11688003793266954 - 0.09650978318350079 - 0.07093933463796476 - 0.0752996352266806 - 0.048180924287118954 - 0.04815935451336362 - - 0.06526104417670686 - 0.027875439477649477 - 0.11911987860394535 - 0.18674698795180722 - 0.13792282039066217 - 0.10322412896515865 - 0.07299999999999995 - 0.081733264141152 - 0.04491315136476426 - 0.04622688655672169 - - 0.05919765166340507 - 0.028169014084507005 - 0.11507936507936511 - 0.17805123053741834 - 0.11951909476661948 - 0.09902597402597402 - 0.06883880450759428 - 0.07992757371960679 - 0.04340362923001473 - 0.04421424962102072 - - 0.05827913956978492 - 0.029235382308845592 - 0.11643835616438358 - 0.18686868686868685 - 0.1308950914340712 - 0.09180415114422569 - 0.06506679861454723 - 0.07290056671818645 - 0.05185909980430525 - 0.04755913437342729 - - 0.06502016129032262 - 0.03220169745381929 - 0.12321692080668967 - 0.1891495601173021 - 0.13117870722433456 - 0.10720130932896887 - 0.07268292682926825 - 0.0814562598218963 - 0.05130093274423175 - 0.05272363818090953 - - 0.05622188905547232 - 0.028386454183266907 - 0.11569416498993967 - 0.17984570877531336 - 0.13092388702728575 - 0.0975215517241379 - 0.07384385877672794 - 0.08187435633367657 - 0.04894244958189864 - 0.0470470470470471 - - 0.056495769039323074 - 0.027445109780439125 - 0.12347560975609762 - 0.17748279252704036 - 0.12308429118773945 - 0.10278925619834711 - 0.0671789786812097 - 0.06951596292481976 - 0.04325259515570934 - 0.04370894391106617 - - 0.06092648539778445 - 0.031013615733736732 - 0.12782521346057263 - 0.19108433734939756 - 0.11832782239017481 - 0.0955056179775281 - 0.06893106893106893 - 0.07172449508026935 - 0.046477495107632105 - 0.04195804195804198 - - 0.05870646766169152 - 0.029940119760479056 - 0.1182657773217034 - 0.17384026781444284 - 0.12422211584490184 - 0.09829515183803939 - 0.06627101879327402 - 0.07646448937273198 - 0.0520628683693517 - 0.04641244355243357 - - 0.06212723658051689 - 0.02876438219109556 - 0.11979695431472082 - 0.18013631937682573 - 0.11913784936049265 - 0.10460139111824507 - 0.07407407407407407 - 0.07285115303983225 - 0.047105004906771386 - 0.04957221942627077 - - 0.06177508825012612 - 0.03170244633050423 - 0.12939139040079173 - 0.191233140655106 - 0.12342691190706678 - 0.1006322444678609 - 0.07256461232604372 - 0.07461139896373059 - 0.05071043606075454 - 0.04720812182741119 - - 0.06554495228528379 - 0.029974811083123387 - 0.11946001018848706 - 0.18768186226964112 - 0.13320647002854424 - 0.10839895013123357 - 0.07296242069302095 - 0.07597911227154042 - 0.049802761341222856 - 0.04849999999999999 - - 0.06128064032016012 - 0.02976791120080724 - 0.11845386533665836 - 0.17640019147917663 - 0.13338157260009653 - 0.10782183595871808 - 0.0640394088669951 - 0.07502569373072965 - 0.048291233283803914 - 0.045634920634920584 - - 0.05677838919459732 - 0.026790185277916878 - 0.1238894373149062 - 0.17751627441161744 - 0.12494050452165639 - 0.11152219873150104 - 0.0676470588235294 - 0.07454545454545458 - 0.04581280788177344 - 0.04791771199197192 - - 0.05883801083210238 - 0.02847152847152845 - 0.127 - 0.18610301263362483 - 0.13798936684388596 - 0.11111111111111116 - 0.07305034550839096 - 0.08108108108108103 - 0.05335968379446643 - 0.05566700100300903 - - !!python/tuple - domain-discriminative/Max-of-prob-prior-shift/ - mean_difference_score - - - 0.010400000000000006 - 0.004699999999999996 - 0.0238 - 0.034 - 0.024900000000000005 - 0.01899999999999999 - 0.011700000000000002 - 0.014200000000000004 - 0.007999999999999993 - 0.006900000000000003 - - 0.0102 - 0.004600000000000007 - 0.0262 - 0.03570000000000001 - 0.0237 - 0.017 - 0.012399999999999994 - 0.014799999999999994 - 0.006699999999999998 - 0.007099999999999995 - - 0.013300000000000006 - 0.003700000000000009 - 0.026399999999999993 - 0.0393 - 0.027499999999999997 - 0.017700000000000007 - 0.0121 - 0.016399999999999998 - 0.0059999999999999915 - 0.008199999999999999 - - 0.010100000000000012 - 0.0024000000000000132 - 0.025800000000000003 - 0.03509999999999999 - 0.02289999999999999 - 0.019100000000000006 - 0.0131 - 0.01419999999999999 - 0.005299999999999999 - 0.006400000000000003 - - 0.011199999999999988 - 0.004799999999999999 - 0.0237 - 0.0411 - 0.026800000000000004 - 0.016600000000000004 - 0.0126 - 0.013499999999999998 - 0.0087 - 0.007000000000000006 - - 0.011899999999999994 - 0.0032999999999999974 - 0.026499999999999996 - 0.0387 - 0.026099999999999998 - 0.020100000000000007 - 0.014700000000000005 - 0.016100000000000003 - 0.007199999999999998 - 0.008199999999999999 - - 0.0102 - 0.0040000000000000036 - 0.0237 - 0.0403 - 0.026899999999999993 - 0.016100000000000003 - 0.014600000000000002 - 0.014800000000000008 - 0.008500000000000008 - 0.0087 - - 0.00860000000000001 - 0.0032999999999999974 - 0.0266 - 0.035 - 0.0238 - 0.0213 - 0.012899999999999995 - 0.011399999999999993 - 0.0063 - 0.007199999999999998 - - 0.0102 - 0.004400000000000001 - 0.02750000000000001 - 0.040400000000000005 - 0.0228 - 0.016200000000000006 - 0.013200000000000003 - 0.01319999999999999 - 0.006900000000000003 - 0.006400000000000003 - - 0.0087 - 0.003700000000000009 - 0.0257 - 0.03499999999999999 - 0.025999999999999995 - 0.01849999999999999 - 0.010999999999999996 - 0.014000000000000012 - 0.00739999999999999 - 0.0076000000000000095 - - 0.010800000000000004 - 0.0040999999999999925 - 0.023400000000000004 - 0.034699999999999995 - 0.0223 - 0.01920000000000001 - 0.014299999999999993 - 0.0116 - 0.007099999999999995 - 0.008299999999999988 - - 0.0087 - 0.0039000000000000007 - 0.028999999999999998 - 0.038900000000000004 - 0.02360000000000001 - 0.0179 - 0.012300000000000005 - 0.014600000000000002 - 0.007999999999999993 - 0.0063 - - 0.0116 - 0.0030999999999999917 - 0.024000000000000007 - 0.038900000000000004 - 0.026900000000000007 - 0.018299999999999997 - 0.013200000000000003 - 0.013899999999999996 - 0.0076999999999999985 - 0.0092 - - 0.01050000000000001 - 0.004600000000000007 - 0.02360000000000001 - 0.0343 - 0.0267 - 0.020699999999999996 - 0.011700000000000002 - 0.0126 - 0.006600000000000009 - 0.006900000000000003 - - 0.0092 - 0.002799999999999997 - 0.025900000000000006 - 0.037500000000000006 - 0.027300000000000005 - 0.0208 - 0.01200000000000001 - 0.012300000000000005 - 0.006100000000000008 - 0.007099999999999995 - - 0.008299999999999988 - 0.0033000000000000113 - 0.025300000000000003 - 0.037000000000000005 - 0.0252 - 0.016700000000000007 - 0.012200000000000003 - 0.012700000000000003 - 0.007400000000000004 - 0.0087 - - !!python/tuple - domain-discriminative/Max-of-prob-prior-shift/ - disparate_impact_factor - - - 0.09756097560975618 - 0.04580896686159841 - 0.21326164874551967 - 0.2898550724637682 - 0.2150259067357514 - 0.17941454202077423 - 0.10924369747899165 - 0.1362763915547025 - 0.07655502392344493 - 0.06686046511627908 - - 0.09586466165413532 - 0.04474708171206232 - 0.231858407079646 - 0.3090909090909092 - 0.20325900514579764 - 0.16159695817490494 - 0.11439114391143912 - 0.14217098943323725 - 0.06429942418426104 - 0.06893203883495136 - - 0.12303422756706761 - 0.03616813294232657 - 0.23613595706618962 - 0.3296979865771812 - 0.2301255230125523 - 0.16825095057034223 - 0.11297852474323067 - 0.1561904761904762 - 0.05797101449275355 - 0.0791505791505791 - - 0.09412861136999073 - 0.02364532019704446 - 0.2295373665480427 - 0.30077120822622105 - 0.1948936170212765 - 0.18383060635226178 - 0.11996336996336998 - 0.13773035887487872 - 0.051059730250481716 - 0.06286836935166995 - - 0.10526315789473673 - 0.046692607003890996 - 0.21389891696750907 - 0.3425 - 0.22847399829497017 - 0.15976900866217525 - 0.11602209944751385 - 0.12968299711815556 - 0.08230842005676442 - 0.06769825918762096 - - 0.11322549952426253 - 0.032352941176470584 - 0.23286467486818974 - 0.3225 - 0.22250639386189253 - 0.19271332694151488 - 0.1340018231540565 - 0.15421455938697315 - 0.06870229007633588 - 0.0780952380952381 - - 0.09631728045325783 - 0.03891050583657596 - 0.2117962466487936 - 0.33555370524562866 - 0.2297181895815542 - 0.15646258503401367 - 0.1343146274149034 - 0.14055080721747393 - 0.08079847908745252 - 0.08365384615384619 - - 0.08206106870229013 - 0.032258064516129004 - 0.23749999999999993 - 0.3012048192771085 - 0.20376712328767121 - 0.19667590027700832 - 0.1195551436515292 - 0.11046511627906974 - 0.06040268456375841 - 0.0703125 - - 0.0966824644549763 - 0.04322200392927311 - 0.2420774647887325 - 0.33333333333333337 - 0.19655172413793098 - 0.1560693641618498 - 0.12359550561797761 - 0.12753623188405783 - 0.06565176022835395 - 0.06195546950629238 - - 0.08207547169811324 - 0.03599221789883278 - 0.23321234119782208 - 0.2953586497890295 - 0.21996615905245342 - 0.17552182163187846 - 0.10377358490566035 - 0.13474494706448514 - 0.07054337464251659 - 0.07385811467444126 - - 0.10084033613445387 - 0.04011741682974557 - 0.21100090171325525 - 0.2950680272108843 - 0.19595782073813706 - 0.18233618233618243 - 0.13083257090576395 - 0.11284046692607008 - 0.06736242884250465 - 0.08019323671497569 - - 0.08317399617590826 - 0.03804878048780491 - 0.25239338555265445 - 0.3249791144527987 - 0.20432900432900436 - 0.16982922201138517 - 0.11325966850828739 - 0.1406551059730251 - 0.07648183556405352 - 0.061764705882352944 - - 0.1091251175917215 - 0.03063241106719361 - 0.21719457013574672 - 0.3279932546374368 - 0.22643097643097654 - 0.17345971563981044 - 0.12010919017288446 - 0.13495145631067962 - 0.0734032411820782 - 0.08787010506208215 - - 0.09877704609595495 - 0.045142296368989254 - 0.20884955752212397 - 0.2904318374259103 - 0.2276214833759591 - 0.19999999999999996 - 0.10853432282003717 - 0.12150433944069428 - 0.06352261790182878 - 0.06660231660231664 - - 0.08778625954198471 - 0.027531956735496577 - 0.229000884173298 - 0.3199658703071673 - 0.22979797979797978 - 0.19493908153701967 - 0.11131725417439708 - 0.1201171875 - 0.05842911877394641 - 0.06853281853281845 - - 0.07800751879699241 - 0.03238469087340545 - 0.22389380530973457 - 0.3125 - 0.21932114882506526 - 0.1595033428844318 - 0.11433926897844426 - 0.12199807877041313 - 0.07088122605363989 - 0.08373435996150147 - - !!python/tuple - domain-discriminative/Max-of-prob-prior-shift/ - statistical_parity - - - 0.005200000000000003 - 0.002349999999999998 - 0.0119 - 0.017 - 0.012450000000000003 - 0.009499999999999995 - 0.005850000000000001 - 0.007100000000000002 - 0.003999999999999997 - 0.0034500000000000017 - - 0.0051 - 0.0023000000000000034 - 0.0131 - 0.017850000000000005 - 0.01185 - 0.0085 - 0.006199999999999997 - 0.007399999999999997 - 0.003349999999999999 - 0.0035499999999999976 - - 0.006650000000000003 - 0.0018500000000000044 - 0.013199999999999996 - 0.01965 - 0.013749999999999998 - 0.008850000000000004 - 0.00605 - 0.008199999999999999 - 0.0029999999999999957 - 0.0040999999999999995 - - 0.005050000000000006 - 0.0012000000000000066 - 0.012900000000000002 - 0.017549999999999996 - 0.011449999999999995 - 0.009550000000000003 - 0.00655 - 0.007099999999999995 - 0.0026499999999999996 - 0.0032000000000000015 - - 0.005599999999999994 - 0.0023999999999999994 - 0.01185 - 0.02055 - 0.013400000000000002 - 0.008300000000000002 - 0.0063 - 0.006749999999999999 - 0.00435 - 0.003500000000000003 - - 0.005949999999999997 - 0.0016499999999999987 - 0.013249999999999998 - 0.01935 - 0.013049999999999999 - 0.010050000000000003 - 0.007350000000000002 - 0.008050000000000002 - 0.003599999999999999 - 0.0040999999999999995 - - 0.0051 - 0.0020000000000000018 - 0.01185 - 0.02015 - 0.013449999999999997 - 0.008050000000000002 - 0.007300000000000001 - 0.007400000000000004 - 0.004250000000000004 - 0.00435 - - 0.004300000000000005 - 0.0016499999999999987 - 0.0133 - 0.0175 - 0.0119 - 0.01065 - 0.006449999999999997 - 0.005699999999999997 - 0.00315 - 0.003599999999999999 - - 0.0051 - 0.0022000000000000006 - 0.013750000000000005 - 0.020200000000000003 - 0.0114 - 0.008100000000000003 - 0.006600000000000002 - 0.006599999999999995 - 0.0034500000000000017 - 0.0032000000000000015 - - 0.00435 - 0.0018500000000000044 - 0.01285 - 0.017499999999999995 - 0.012999999999999998 - 0.009249999999999994 - 0.005499999999999998 - 0.007000000000000006 - 0.003699999999999995 - 0.0038000000000000048 - - 0.005400000000000002 - 0.0020499999999999963 - 0.011700000000000002 - 0.017349999999999997 - 0.01115 - 0.009600000000000004 - 0.007149999999999997 - 0.0058 - 0.0035499999999999976 - 0.004149999999999994 - - 0.00435 - 0.0019500000000000003 - 0.014499999999999999 - 0.019450000000000002 - 0.011800000000000005 - 0.00895 - 0.006150000000000003 - 0.007300000000000001 - 0.003999999999999997 - 0.00315 - - 0.0058 - 0.0015499999999999958 - 0.012000000000000004 - 0.019450000000000002 - 0.013450000000000004 - 0.009149999999999998 - 0.006600000000000002 - 0.006949999999999998 - 0.0038499999999999993 - 0.0046 - - 0.005250000000000005 - 0.0023000000000000034 - 0.011800000000000005 - 0.01715 - 0.01335 - 0.010349999999999998 - 0.005850000000000001 - 0.0063 - 0.0033000000000000043 - 0.0034500000000000017 - - 0.0046 - 0.0013999999999999985 - 0.012950000000000003 - 0.018750000000000003 - 0.013650000000000002 - 0.0104 - 0.006000000000000005 - 0.006150000000000003 - 0.003050000000000004 - 0.0035499999999999976 - - 0.004149999999999994 - 0.0016500000000000056 - 0.012650000000000002 - 0.018500000000000003 - 0.0126 - 0.008350000000000003 - 0.006100000000000001 - 0.0063500000000000015 - 0.003700000000000002 - 0.00435 - - !!python/tuple - domain-discriminative/Max-of-prob-prior-shift/ - false_positive_subgroup_fairness - - - 0.0028499999999999997 - 0.00085 - 0.008150000000000001 - 0.009000000000000001 - 0.0083 - 0.003649999999999999 - 0.0043 - 0.00315 - 0.0022500000000000003 - 0.0016 - - 0.00315 - 0.0009000000000000001 - 0.009050000000000002 - 0.009600000000000001 - 0.008199999999999999 - 0.0035999999999999995 - 0.00415 - 0.00275 - 0.0022500000000000003 - 0.0017499999999999998 - - 0.0037 - 0.00085 - 0.008050000000000002 - 0.01045 - 0.0088 - 0.0030499999999999998 - 0.0038 - 0.0033500000000000005 - 0.0018000000000000004 - 0.0021000000000000003 - - 0.00365 - 0.0004499999999999998 - 0.0087 - 0.00895 - 0.0087 - 0.00395 - 0.00445 - 0.0028000000000000004 - 0.0020500000000000006 - 0.0009499999999999998 - - 0.00355 - 0.0009000000000000002 - 0.008300000000000002 - 0.011049999999999999 - 0.0086 - 0.0029500000000000004 - 0.0043 - 0.0030499999999999998 - 0.0025 - 0.00185 - - 0.00375 - 0.0003500000000000002 - 0.00845 - 0.010449999999999997 - 0.009100000000000002 - 0.0031999999999999993 - 0.0049499999999999995 - 0.0030499999999999998 - 0.0021 - 0.0020500000000000006 - - 0.00315 - 0.00085 - 0.008050000000000002 - 0.01105 - 0.008950000000000001 - 0.003 - 0.00505 - 0.0032500000000000003 - 0.0024500000000000004 - 0.0019500000000000003 - - 0.0026000000000000003 - 0.0005000000000000001 - 0.008700000000000001 - 0.008900000000000002 - 0.0078 - 0.0049 - 0.004400000000000001 - 0.0023500000000000005 - 0.0018499999999999999 - 0.0015 - - 0.0028 - 0.0008500000000000002 - 0.00935 - 0.010450000000000001 - 0.007300000000000001 - 0.0030000000000000005 - 0.00425 - 0.0029000000000000002 - 0.00215 - 0.0018000000000000004 - - 0.0029 - 0.0009499999999999999 - 0.009000000000000001 - 0.00955 - 0.008650000000000001 - 0.003899999999999999 - 0.0032500000000000003 - 0.0029000000000000007 - 0.0018999999999999998 - 0.0019499999999999997 - - 0.0034999999999999996 - 0.0006499999999999998 - 0.0079 - 0.009200000000000002 - 0.0073 - 0.003499999999999999 - 0.0048000000000000004 - 0.00245 - 0.0019000000000000002 - 0.00235 - - 0.00235 - 0.0008 - 0.0089 - 0.01015 - 0.007599999999999999 - 0.0041 - 0.0041 - 0.0032 - 0.0019000000000000002 - 0.0015 - - 0.0037 - 0.0007000000000000001 - 0.0073999999999999995 - 0.010700000000000001 - 0.00935 - 0.00405 - 0.00455 - 0.00295 - 0.0025499999999999993 - 0.00255 - - 0.0033000000000000004 - 0.00085 - 0.00825 - 0.008950000000000001 - 0.00845 - 0.004450000000000001 - 0.004200000000000001 - 0.0027 - 0.00245 - 0.0017000000000000003 - - 0.0027999999999999995 - 0.00040000000000000013 - 0.00835 - 0.010049999999999998 - 0.008900000000000002 - 0.00435 - 0.00375 - 0.00235 - 0.0019500000000000003 - 0.00175 - - 0.00255 - 0.00045 - 0.008300000000000002 - 0.009649999999999999 - 0.007300000000000001 - 0.003 - 0.004 - 0.0024000000000000002 - 0.00215 - 0.0019499999999999995 - - !!python/tuple - domain-discriminative/Max-of-prob-prior-shift/ - equality_of_odds_false_positive - - - 0.006333333333333332 - 0.0018888888888888887 - 0.018111111111111113 - 0.020000000000000004 - 0.018444444444444444 - 0.008111111111111109 - 0.009555555555555557 - 0.007000000000000001 - 0.004999999999999999 - 0.0035555555555555557 - - 0.007 - 0.002 - 0.020111111111111114 - 0.021333333333333336 - 0.018222222222222223 - 0.007999999999999998 - 0.009222222222222222 - 0.0061111111111111106 - 0.005 - 0.0038888888888888883 - - 0.008222222222222221 - 0.0018888888888888887 - 0.017888888888888888 - 0.02322222222222222 - 0.019555555555555555 - 0.006777777777777777 - 0.008444444444444445 - 0.0074444444444444445 - 0.004000000000000001 - 0.004666666666666666 - - 0.00811111111111111 - 0.0009999999999999996 - 0.019333333333333334 - 0.019888888888888887 - 0.019333333333333334 - 0.008777777777777777 - 0.009888888888888888 - 0.006222222222222223 - 0.004555555555555557 - 0.0021111111111111105 - - 0.00788888888888889 - 0.0020000000000000005 - 0.018444444444444444 - 0.024555555555555553 - 0.01911111111111111 - 0.006555555555555556 - 0.009555555555555557 - 0.0067777777777777775 - 0.005555555555555556 - 0.004111111111111111 - - 0.008333333333333333 - 0.0007777777777777783 - 0.018777777777777775 - 0.02322222222222222 - 0.020222222222222225 - 0.00711111111111111 - 0.011 - 0.0067777777777777775 - 0.004666666666666666 - 0.004555555555555557 - - 0.007 - 0.0018888888888888887 - 0.01788888888888889 - 0.024555555555555556 - 0.01988888888888889 - 0.006666666666666666 - 0.011222222222222222 - 0.007222222222222223 - 0.005444444444444445 - 0.004333333333333334 - - 0.005777777777777778 - 0.0011111111111111113 - 0.019333333333333334 - 0.019777777777777776 - 0.017333333333333333 - 0.010888888888888889 - 0.009777777777777778 - 0.005222222222222224 - 0.0041111111111111105 - 0.0033333333333333335 - - 0.006222222222222222 - 0.0018888888888888892 - 0.020777777777777777 - 0.02322222222222222 - 0.01622222222222222 - 0.006666666666666668 - 0.009444444444444445 - 0.0064444444444444445 - 0.0047777777777777775 - 0.004000000000000001 - - 0.006444444444444444 - 0.002111111111111111 - 0.019999999999999997 - 0.021222222222222222 - 0.019222222222222224 - 0.008666666666666665 - 0.007222222222222223 - 0.006444444444444445 - 0.004222222222222222 - 0.004333333333333333 - - 0.007777777777777777 - 0.001444444444444444 - 0.017555555555555557 - 0.020444444444444446 - 0.01622222222222222 - 0.007777777777777776 - 0.010666666666666666 - 0.0054444444444444445 - 0.004222222222222223 - 0.005222222222222222 - - 0.005222222222222222 - 0.0017777777777777779 - 0.019777777777777776 - 0.022555555555555558 - 0.016888888888888887 - 0.009111111111111111 - 0.009111111111111111 - 0.0071111111111111115 - 0.004222222222222223 - 0.003333333333333333 - - 0.008222222222222221 - 0.0015555555555555557 - 0.016444444444444442 - 0.02377777777777778 - 0.020777777777777777 - 0.009 - 0.01011111111111111 - 0.006555555555555555 - 0.005666666666666665 - 0.005666666666666667 - - 0.007333333333333334 - 0.0018888888888888887 - 0.018333333333333333 - 0.01988888888888889 - 0.018777777777777775 - 0.00988888888888889 - 0.009333333333333332 - 0.006 - 0.0054444444444444445 - 0.0037777777777777783 - - 0.006222222222222221 - 0.0008888888888888891 - 0.018555555555555554 - 0.02233333333333333 - 0.01977777777777778 - 0.009666666666666665 - 0.008333333333333333 - 0.005222222222222222 - 0.004333333333333334 - 0.0038888888888888888 - - 0.005666666666666667 - 0.001 - 0.018444444444444444 - 0.02144444444444444 - 0.01622222222222222 - 0.006666666666666666 - 0.00888888888888889 - 0.005333333333333334 - 0.0047777777777777775 - 0.004333333333333332 - - !!python/tuple - domain-discriminative/Max-of-prob-prior-shift/ - equality_of_odds_true_positive - - - 0.04699999999999993 - 0.030000000000000027 - 0.07500000000000007 - 0.16000000000000003 - 0.08299999999999996 - 0.11699999999999999 - 0.030999999999999917 - 0.07899999999999996 - 0.03499999999999992 - 0.03699999999999992 - - 0.038999999999999924 - 0.028000000000000025 - 0.08100000000000007 - 0.16500000000000004 - 0.07299999999999995 - 0.09799999999999998 - 0.040999999999999925 - 0.09299999999999997 - 0.02200000000000002 - 0.03599999999999992 - - 0.05899999999999994 - 0.020000000000000018 - 0.10299999999999998 - 0.18400000000000005 - 0.09899999999999998 - 0.11599999999999999 - 0.04499999999999993 - 0.09699999999999998 - 0.02400000000000002 - 0.039999999999999925 - - 0.027999999999999914 - 0.015000000000000013 - 0.08400000000000007 - 0.17200000000000004 - 0.05500000000000005 - 0.11199999999999999 - 0.041999999999999926 - 0.08599999999999997 - 0.01200000000000001 - 0.04499999999999993 - - 0.040999999999999925 - 0.030000000000000027 - 0.07100000000000006 - 0.19000000000000006 - 0.09599999999999997 - 0.10699999999999998 - 0.039999999999999925 - 0.07399999999999995 - 0.03699999999999992 - 0.03299999999999992 - - 0.04400000000000004 - 0.026000000000000023 - 0.09600000000000009 - 0.17800000000000005 - 0.07900000000000007 - 0.137 - 0.04799999999999993 - 0.09999999999999998 - 0.029999999999999916 - 0.040999999999999925 - - 0.038999999999999924 - 0.02300000000000002 - 0.07600000000000007 - 0.18200000000000005 - 0.08999999999999997 - 0.10099999999999998 - 0.04499999999999993 - 0.08299999999999996 - 0.03599999999999992 - 0.04799999999999993 - - 0.03399999999999992 - 0.02300000000000002 - 0.09199999999999997 - 0.17200000000000004 - 0.08199999999999996 - 0.11499999999999999 - 0.040999999999999925 - 0.06699999999999995 - 0.026000000000000023 - 0.041999999999999926 - - 0.04599999999999993 - 0.027000000000000024 - 0.08799999999999997 - 0.19500000000000006 - 0.08199999999999996 - 0.10199999999999998 - 0.04699999999999993 - 0.07399999999999995 - 0.026000000000000023 - 0.027999999999999914 - - 0.028999999999999915 - 0.018000000000000016 - 0.07699999999999996 - 0.15900000000000003 - 0.08699999999999997 - 0.10699999999999998 - 0.04499999999999993 - 0.08199999999999996 - 0.03599999999999992 - 0.03699999999999992 - - 0.03799999999999992 - 0.028000000000000025 - 0.07600000000000007 - 0.16300000000000003 - 0.07700000000000007 - 0.122 - 0.04699999999999993 - 0.06699999999999995 - 0.03299999999999992 - 0.03599999999999992 - - 0.039999999999999925 - 0.02300000000000002 - 0.11199999999999999 - 0.18600000000000005 - 0.08400000000000007 - 0.09699999999999998 - 0.040999999999999925 - 0.08199999999999996 - 0.041999999999999926 - 0.03299999999999992 - - 0.041999999999999926 - 0.017000000000000015 - 0.09200000000000008 - 0.17500000000000004 - 0.08199999999999996 - 0.10199999999999998 - 0.040999999999999925 - 0.07999999999999996 - 0.026000000000000023 - 0.040999999999999925 - - 0.038999999999999924 - 0.029000000000000026 - 0.07100000000000006 - 0.16400000000000003 - 0.09799999999999998 - 0.118 - 0.03299999999999992 - 0.07199999999999995 - 0.017000000000000015 - 0.03499999999999992 - - 0.03599999999999992 - 0.020000000000000018 - 0.09200000000000008 - 0.17400000000000004 - 0.09499999999999997 - 0.121 - 0.04499999999999993 - 0.07599999999999996 - 0.02200000000000002 - 0.03599999999999992 - - 0.03199999999999992 - 0.02400000000000002 - 0.08700000000000008 - 0.17700000000000005 - 0.10599999999999998 - 0.10699999999999998 - 0.041999999999999926 - 0.07899999999999996 - 0.031000000000000028 - 0.04799999999999993 - - !!python/tuple - domain-discriminative/Max-of-prob-prior-shift/ - bias_amplification - - - 0.02564102564102566 - 0.01172069825436406 - 0.05967903711133404 - 0.0847457627118644 - 0.06023222060957911 - 0.04927385892116187 - 0.028888888888888853 - 0.03656024716786821 - 0.01990049751243783 - 0.017293233082706805 - - 0.025172754195459057 - 0.011442786069651767 - 0.06556556556556559 - 0.09139784946236562 - 0.05656324582338901 - 0.043950361944157135 - 0.03033268101761255 - 0.0382626680455016 - 0.01660882498760541 - 0.017848164906988484 - - 0.03277476589452932 - 0.009208561473369792 - 0.06693711967545635 - 0.09869412355600204 - 0.0650118203309693 - 0.04592631032693306 - 0.029935675408213736 - 0.0423553719008265 - 0.014925373134328401 - 0.020603015075376874 - - 0.024694376528117346 - 0.005982053838484491 - 0.06482412060301512 - 0.0885022692889561 - 0.05398396982555398 - 0.05060943296237419 - 0.031904529956161665 - 0.036979166666666674 - 0.013099357390014776 - 0.016227180527383367 - - 0.02777777777777779 - 0.01195219123505975 - 0.05987872662961091 - 0.10331825037707387 - 0.06448508180943213 - 0.043410041841004166 - 0.030791788856304958 - 0.034668721109399114 - 0.021460286137148454 - 0.01751751751751751 - - 0.03000504286434691 - 0.008221225710014934 - 0.06588761810044752 - 0.0961251862891207 - 0.06258992805755392 - 0.053315649867374026 - 0.03590620420127011 - 0.04177477944992214 - 0.017786561264822143 - 0.02031714568880083 - - 0.02529761904761907 - 0.009920634920634885 - 0.05922038980509747 - 0.10080040020010006 - 0.06488181379643032 - 0.04243542435424352 - 0.035996055226824475 - 0.037793667007150145 - 0.021050024764735054 - 0.021826392373306525 - - 0.021393034825870627 - 0.008196721311475419 - 0.06737588652482274 - 0.08865248226950351 - 0.05672068636796945 - 0.05453149001536095 - 0.03178905864958104 - 0.029230769230769282 - 0.01557093425605538 - 0.018218623481781382 - - 0.02539840637450197 - 0.011044176706827336 - 0.06885327991987977 - 0.09999999999999998 - 0.054493307839388105 - 0.042319749216300995 - 0.03293413173652693 - 0.034055727554179516 - 0.016969995081160816 - 0.015984015984015998 - - 0.02139695031972455 - 0.009162951956414034 - 0.06599897277863376 - 0.0866336633663366 - 0.06178707224334601 - 0.04810192407696312 - 0.027363184079602032 - 0.03611971104231171 - 0.018280632411067144 - 0.019172552976791102 - - 0.026548672566371723 - 0.010234648027958038 - 0.058971774193548376 - 0.08653366583541144 - 0.05431076473453478 - 0.050156739811912265 - 0.03499755261869797 - 0.02989690721649485 - 0.017427589592538095 - 0.02088575742325116 - - 0.021695760598503755 - 0.009696668324216784 - 0.0722111553784861 - 0.09700748129675807 - 0.0568948891031823 - 0.04639709694142047 - 0.03001464128843334 - 0.03782383419689117 - 0.01988071570576544 - 0.01593323216995446 - - 0.028855721393034828 - 0.007777220270948293 - 0.060913705583756306 - 0.09808371154815931 - 0.06383483626008546 - 0.04748313440581209 - 0.03194578896418199 - 0.03617907339927118 - 0.019049975259772367 - 0.022977022977022976 - - 0.025977238990598672 - 0.011546184738955856 - 0.05830039525691699 - 0.08494304110946016 - 0.06421356421356417 - 0.05555555555555558 - 0.02869053457577242 - 0.03234086242299794 - 0.01640159045725642 - 0.017224163754368416 - - 0.022954091816367317 - 0.006979062811565351 - 0.06465302046929611 - 0.09522600304723206 - 0.06490727532097007 - 0.05399792315680163 - 0.029469548133595258 - 0.03194805194805195 - 0.015046867291563903 - 0.017741129435282388 - - 0.02029339853300738 - 0.008229426433915221 - 0.06302939711011457 - 0.09259259259259256 - 0.061583577712609916 - 0.04333160352880128 - 0.030318091451292273 - 0.032480818414322266 - 0.018371400198609722 - 0.021848317428427966 - - !!python/tuple - domain-discriminative/Sum-of-prob-prior-shift/ - mean_difference_score - - - 0.010499999999999995 - 0.004699999999999996 - 0.0237 - 0.034 - 0.02500000000000001 - 0.019000000000000003 - 0.0116 - 0.014200000000000004 - 0.007900000000000004 - 0.0068000000000000005 - - 0.010400000000000006 - 0.004500000000000004 - 0.025999999999999995 - 0.03549999999999999 - 0.0238 - 0.0174 - 0.012499999999999997 - 0.014600000000000002 - 0.006500000000000006 - 0.007199999999999998 - - 0.013300000000000006 - 0.003700000000000009 - 0.026499999999999996 - 0.03900000000000001 - 0.027499999999999997 - 0.017999999999999988 - 0.0121 - 0.0165 - 0.0059999999999999915 - 0.008199999999999999 - - 0.0102 - 0.0024000000000000132 - 0.025900000000000006 - 0.0348 - 0.023299999999999987 - 0.019500000000000003 - 0.012999999999999998 - 0.01469999999999999 - 0.005400000000000002 - 0.006400000000000003 - - 0.011199999999999988 - 0.004799999999999999 - 0.0237 - 0.0411 - 0.026900000000000007 - 0.016700000000000007 - 0.012399999999999994 - 0.013499999999999998 - 0.008900000000000005 - 0.006999999999999992 - - 0.011700000000000002 - 0.0031999999999999945 - 0.026300000000000004 - 0.038599999999999995 - 0.0262 - 0.0199 - 0.014499999999999999 - 0.01609999999999999 - 0.007400000000000004 - 0.008300000000000002 - - 0.010700000000000001 - 0.004100000000000006 - 0.023499999999999993 - 0.0402 - 0.0267 - 0.016199999999999992 - 0.014700000000000005 - 0.014700000000000005 - 0.00839999999999999 - 0.008800000000000002 - - 0.008800000000000002 - 0.0034000000000000002 - 0.02679999999999999 - 0.0348 - 0.023900000000000005 - 0.02149999999999999 - 0.012700000000000003 - 0.011399999999999993 - 0.006199999999999997 - 0.007300000000000001 - - 0.010099999999999998 - 0.004500000000000004 - 0.02750000000000001 - 0.040400000000000005 - 0.022999999999999993 - 0.01630000000000001 - 0.013299999999999992 - 0.013299999999999992 - 0.006900000000000003 - 0.0063 - - 0.0087 - 0.003799999999999998 - 0.0257 - 0.03499999999999999 - 0.026099999999999998 - 0.01849999999999999 - 0.010999999999999996 - 0.01390000000000001 - 0.007199999999999998 - 0.007500000000000007 - - 0.010900000000000007 - 0.0039000000000000007 - 0.023500000000000007 - 0.0345 - 0.0223 - 0.01930000000000001 - 0.014100000000000001 - 0.0116 - 0.0068000000000000005 - 0.008299999999999988 - - 0.008800000000000002 - 0.0039000000000000007 - 0.028899999999999995 - 0.0388 - 0.023599999999999996 - 0.018000000000000002 - 0.012200000000000003 - 0.01440000000000001 - 0.007999999999999993 - 0.006399999999999989 - - 0.011799999999999991 - 0.0029 - 0.023700000000000013 - 0.03910000000000001 - 0.026999999999999996 - 0.018299999999999997 - 0.013000000000000012 - 0.013800000000000007 - 0.007999999999999993 - 0.009399999999999992 - - 0.010400000000000006 - 0.004600000000000007 - 0.02339999999999999 - 0.033699999999999994 - 0.026499999999999996 - 0.020900000000000002 - 0.011499999999999996 - 0.012399999999999994 - 0.006699999999999998 - 0.006900000000000003 - - 0.0092 - 0.002699999999999994 - 0.025900000000000006 - 0.0374 - 0.027200000000000002 - 0.020900000000000002 - 0.01200000000000001 - 0.012200000000000003 - 0.006000000000000005 - 0.007099999999999995 - - 0.00839999999999999 - 0.0033000000000000113 - 0.025099999999999997 - 0.036599999999999994 - 0.0252 - 0.0169 - 0.0121 - 0.012700000000000003 - 0.007499999999999993 - 0.008800000000000002 - - !!python/tuple - domain-discriminative/Sum-of-prob-prior-shift/ - disparate_impact_factor - - - 0.09849906191369606 - 0.04580896686159841 - 0.2125560538116592 - 0.2898550724637682 - 0.21570319240724767 - 0.179245283018868 - 0.108411214953271 - 0.1362763915547025 - 0.07567049808429127 - 0.06589147286821706 - - 0.09756097560975618 - 0.043774319066147926 - 0.23049645390070916 - 0.3070934256055362 - 0.20411663807890223 - 0.16492890995260667 - 0.1153136531365313 - 0.14038461538461544 - 0.06256015399422532 - 0.06990291262135917 - - 0.12292051756007394 - 0.03616813294232657 - 0.23724261414503134 - 0.32718120805369133 - 0.2301255230125523 - 0.17077798861480065 - 0.11308411214953273 - 0.15714285714285714 - 0.05797101449275355 - 0.0791505791505791 - - 0.09514925373134331 - 0.02364532019704446 - 0.2304270462633452 - 0.29820051413881743 - 0.1982978723404254 - 0.18714011516314777 - 0.11915673693858841 - 0.1420289855072463 - 0.051973051010587135 - 0.06286836935166995 - - 0.10526315789473673 - 0.046692607003890996 - 0.21389891696750907 - 0.3425 - 0.22913117546848383 - 0.1607314725697787 - 0.11439114391143912 - 0.12968299711815556 - 0.08412098298676751 - 0.06763285024154586 - - 0.11142857142857143 - 0.03137254901960784 - 0.23171806167400888 - 0.32139883430474603 - 0.22316865417376486 - 0.19079578139980824 - 0.13242009132420085 - 0.1540669856459329 - 0.07061068702290074 - 0.07904761904761903 - - 0.10075329566854996 - 0.03984450923226435 - 0.21038495971351834 - 0.3347210657785179 - 0.22840034217279725 - 0.15728155339805816 - 0.13523459061637533 - 0.13960113960113962 - 0.07999999999999996 - 0.08445297504798466 - - 0.08396946564885499 - 0.0331707317073171 - 0.23885918003565054 - 0.29948364888123924 - 0.20444824636441405 - 0.1985226223453369 - 0.11792014856081712 - 0.11046511627906974 - 0.05950095969289826 - 0.0712890625 - - 0.09582542694497154 - 0.04420432220039294 - 0.24229074889867852 - 0.3330585325638912 - 0.19810508182601205 - 0.15688161693936487 - 0.12441534144059863 - 0.12850241545893715 - 0.06565176022835395 - 0.06098741529525653 - - 0.08207547169811324 - 0.03696498054474706 - 0.23321234119782208 - 0.2953586497890295 - 0.220625528317836 - 0.17552182163187846 - 0.10377358490566035 - 0.13378248315688168 - 0.06876790830945556 - 0.07288629737609331 - - 0.10167910447761197 - 0.03816046966731901 - 0.21171171171171177 - 0.29336734693877553 - 0.19595782073813706 - 0.18328584995251673 - 0.12923923006416138 - 0.11284046692607008 - 0.06470028544243578 - 0.08019323671497569 - - 0.08404966571155681 - 0.03804878048780491 - 0.25174216027874563 - 0.323873121869783 - 0.20450606585788556 - 0.17061611374407581 - 0.11254612546125464 - 0.138728323699422 - 0.07648183556405352 - 0.06274509803921557 - - 0.11090225563909761 - 0.028684470820969366 - 0.21506352087114344 - 0.32884777123633313 - 0.22746419545071606 - 0.17329545454545447 - 0.11850501367365551 - 0.13411078717201175 - 0.07611798287345384 - 0.08960915157292648 - - 0.09792843691148778 - 0.045142296368989254 - 0.20763087843833172 - 0.28559322033898304 - 0.22630230572160548 - 0.20154291224686594 - 0.10687732342007428 - 0.11957569913211186 - 0.06442307692307692 - 0.06660231660231664 - - 0.08778625954198471 - 0.02654867256637161 - 0.22940655447298497 - 0.3188405797101449 - 0.22914911541701766 - 0.19569288389513106 - 0.11131725417439708 - 0.119140625 - 0.05752636625119856 - 0.06853281853281845 - - 0.07894736842105254 - 0.03238469087340545 - 0.22271517302573207 - 0.30886075949367087 - 0.21932114882506526 - 0.1614135625596943 - 0.11350844277673544 - 0.12188099808061426 - 0.0717703349282296 - 0.08469682386910493 - - !!python/tuple - domain-discriminative/Sum-of-prob-prior-shift/ - statistical_parity - - - 0.005249999999999998 - 0.002349999999999998 - 0.01185 - 0.017 - 0.012500000000000004 - 0.009500000000000001 - 0.0058 - 0.007100000000000002 - 0.003950000000000002 - 0.0034000000000000002 - - 0.005200000000000003 - 0.002250000000000002 - 0.012999999999999998 - 0.017749999999999995 - 0.0119 - 0.0087 - 0.006249999999999999 - 0.007300000000000001 - 0.003250000000000003 - 0.003599999999999999 - - 0.006650000000000003 - 0.0018500000000000044 - 0.013249999999999998 - 0.019500000000000003 - 0.013749999999999998 - 0.008999999999999994 - 0.00605 - 0.00825 - 0.0029999999999999957 - 0.0040999999999999995 - - 0.0051 - 0.0012000000000000066 - 0.012950000000000003 - 0.0174 - 0.011649999999999994 - 0.009750000000000002 - 0.006499999999999999 - 0.007349999999999995 - 0.002700000000000001 - 0.0032000000000000015 - - 0.005599999999999994 - 0.0023999999999999994 - 0.01185 - 0.02055 - 0.013450000000000004 - 0.008350000000000003 - 0.006199999999999997 - 0.006749999999999999 - 0.0044500000000000026 - 0.003499999999999996 - - 0.005850000000000001 - 0.0015999999999999973 - 0.013150000000000002 - 0.019299999999999998 - 0.0131 - 0.00995 - 0.0072499999999999995 - 0.008049999999999995 - 0.003700000000000002 - 0.004150000000000001 - - 0.005350000000000001 - 0.002050000000000003 - 0.011749999999999997 - 0.0201 - 0.01335 - 0.008099999999999996 - 0.007350000000000002 - 0.007350000000000002 - 0.004199999999999995 - 0.004400000000000001 - - 0.004400000000000001 - 0.0017000000000000001 - 0.013399999999999995 - 0.0174 - 0.011950000000000002 - 0.010749999999999996 - 0.0063500000000000015 - 0.005699999999999997 - 0.0030999999999999986 - 0.0036500000000000005 - - 0.005049999999999999 - 0.002250000000000002 - 0.013750000000000005 - 0.020200000000000003 - 0.011499999999999996 - 0.008150000000000004 - 0.006649999999999996 - 0.006649999999999996 - 0.0034500000000000017 - 0.00315 - - 0.00435 - 0.001899999999999999 - 0.01285 - 0.017499999999999995 - 0.013049999999999999 - 0.009249999999999994 - 0.005499999999999998 - 0.006950000000000005 - 0.003599999999999999 - 0.0037500000000000033 - - 0.0054500000000000035 - 0.0019500000000000003 - 0.011750000000000003 - 0.01725 - 0.01115 - 0.009650000000000006 - 0.007050000000000001 - 0.0058 - 0.0034000000000000002 - 0.004149999999999994 - - 0.004400000000000001 - 0.0019500000000000003 - 0.014449999999999998 - 0.0194 - 0.011799999999999998 - 0.009000000000000001 - 0.006100000000000001 - 0.007200000000000005 - 0.003999999999999997 - 0.0031999999999999945 - - 0.0058999999999999955 - 0.00145 - 0.011850000000000006 - 0.019550000000000005 - 0.013499999999999998 - 0.009149999999999998 - 0.006500000000000006 - 0.006900000000000003 - 0.003999999999999997 - 0.004699999999999996 - - 0.005200000000000003 - 0.0023000000000000034 - 0.011699999999999995 - 0.016849999999999997 - 0.013249999999999998 - 0.010450000000000001 - 0.005749999999999998 - 0.006199999999999997 - 0.003349999999999999 - 0.0034500000000000017 - - 0.0046 - 0.001349999999999997 - 0.012950000000000003 - 0.0187 - 0.013600000000000001 - 0.010450000000000001 - 0.006000000000000005 - 0.006100000000000001 - 0.0030000000000000027 - 0.0035499999999999976 - - 0.004199999999999995 - 0.0016500000000000056 - 0.012549999999999999 - 0.018299999999999997 - 0.0126 - 0.00845 - 0.00605 - 0.0063500000000000015 - 0.0037499999999999964 - 0.004400000000000001 - - !!python/tuple - domain-discriminative/Sum-of-prob-prior-shift/ - false_positive_subgroup_fairness - - - 0.0029 - 0.00085 - 0.0081 - 0.0091 - 0.00835 - 0.0037 - 0.00425 - 0.00315 - 0.0022000000000000006 - 0.0016 - - 0.0031999999999999997 - 0.0009000000000000001 - 0.00895 - 0.00955 - 0.00825 - 0.0037500000000000007 - 0.00415 - 0.00275 - 0.00215 - 0.0017499999999999998 - - 0.00375 - 0.00085 - 0.00805 - 0.010549999999999999 - 0.00875 - 0.00315 - 0.0038 - 0.0033500000000000005 - 0.00175 - 0.00215 - - 0.0036500000000000005 - 0.0004499999999999998 - 0.00875 - 0.008899999999999998 - 0.00875 - 0.004100000000000001 - 0.0044 - 0.003 - 0.0021000000000000003 - 0.0009499999999999998 - - 0.00355 - 0.0009000000000000002 - 0.008300000000000002 - 0.011099999999999999 - 0.008650000000000001 - 0.003 - 0.004200000000000001 - 0.0030499999999999998 - 0.0025499999999999997 - 0.0018999999999999998 - - 0.00365 - 0.00030000000000000014 - 0.00835 - 0.010550000000000002 - 0.009150000000000002 - 0.0031499999999999996 - 0.00485 - 0.0031000000000000003 - 0.00215 - 0.0020500000000000006 - - 0.0034000000000000002 - 0.0009000000000000001 - 0.007949999999999999 - 0.01115 - 0.008850000000000002 - 0.00305 - 0.00505 - 0.0032500000000000003 - 0.00245 - 0.002 - - 0.00265 - 0.0005999999999999998 - 0.0088 - 0.0088 - 0.0078 - 0.00495 - 0.0043 - 0.0023500000000000005 - 0.0018000000000000002 - 0.0015500000000000002 - - 0.0027500000000000003 - 0.0008500000000000002 - 0.009300000000000001 - 0.010499999999999999 - 0.007350000000000001 - 0.00305 - 0.0043 - 0.0029500000000000004 - 0.00215 - 0.0018000000000000004 - - 0.0029 - 0.0009499999999999999 - 0.009000000000000001 - 0.00955 - 0.008700000000000001 - 0.003899999999999999 - 0.0032500000000000003 - 0.0029000000000000007 - 0.0018000000000000004 - 0.0019499999999999997 - - 0.0034999999999999996 - 0.0006499999999999998 - 0.00795 - 0.009200000000000002 - 0.0073 - 0.0035499999999999998 - 0.0047 - 0.00245 - 0.0018000000000000002 - 0.00235 - - 0.00235 - 0.0008 - 0.00885 - 0.010100000000000001 - 0.007649999999999999 - 0.00415 - 0.0040999999999999995 - 0.0032 - 0.0019000000000000002 - 0.0015499999999999997 - - 0.0037999999999999996 - 0.00065 - 0.007250000000000001 - 0.010750000000000001 - 0.009300000000000001 - 0.004150000000000001 - 0.004450000000000001 - 0.00295 - 0.0026500000000000004 - 0.0026500000000000004 - - 0.00325 - 0.00085 - 0.008150000000000001 - 0.008800000000000002 - 0.00835 - 0.0045000000000000005 - 0.0040999999999999995 - 0.0026500000000000004 - 0.0024999999999999996 - 0.0017000000000000003 - - 0.0027999999999999995 - 0.00040000000000000013 - 0.008300000000000002 - 0.010100000000000001 - 0.00885 - 0.004400000000000001 - 0.00375 - 0.00235 - 0.0018999999999999998 - 0.00175 - - 0.00265 - 0.00045 - 0.008199999999999999 - 0.009649999999999999 - 0.007300000000000001 - 0.00305 - 0.00395 - 0.00245 - 0.0021999999999999997 - 0.0019999999999999996 - - !!python/tuple - domain-discriminative/Sum-of-prob-prior-shift/ - equality_of_odds_false_positive - - - 0.006444444444444444 - 0.0018888888888888887 - 0.018 - 0.020222222222222225 - 0.018555555555555554 - 0.008222222222222223 - 0.009444444444444446 - 0.007000000000000001 - 0.004888888888888889 - 0.0035555555555555557 - - 0.007111111111111111 - 0.002 - 0.019888888888888887 - 0.021222222222222226 - 0.018333333333333333 - 0.008333333333333335 - 0.009222222222222222 - 0.0061111111111111106 - 0.0047777777777777775 - 0.0038888888888888883 - - 0.008333333333333331 - 0.0018888888888888887 - 0.017888888888888888 - 0.02344444444444444 - 0.019444444444444445 - 0.006999999999999999 - 0.008444444444444445 - 0.0074444444444444445 - 0.0038888888888888888 - 0.0047777777777777775 - - 0.00811111111111111 - 0.0009999999999999996 - 0.019444444444444445 - 0.019777777777777776 - 0.019444444444444445 - 0.009111111111111111 - 0.009777777777777778 - 0.006666666666666666 - 0.004666666666666667 - 0.0021111111111111105 - - 0.00788888888888889 - 0.0020000000000000005 - 0.018444444444444444 - 0.024666666666666663 - 0.019222222222222224 - 0.006666666666666666 - 0.009333333333333332 - 0.0067777777777777775 - 0.005666666666666666 - 0.004222222222222222 - - 0.00811111111111111 - 0.000666666666666667 - 0.018555555555555554 - 0.02344444444444445 - 0.020333333333333335 - 0.006999999999999999 - 0.010777777777777778 - 0.00688888888888889 - 0.0047777777777777775 - 0.004555555555555557 - - 0.007555555555555556 - 0.002 - 0.017666666666666664 - 0.024777777777777777 - 0.01966666666666667 - 0.006777777777777778 - 0.011222222222222222 - 0.007222222222222223 - 0.0054444444444444445 - 0.0044444444444444444 - - 0.005888888888888889 - 0.001333333333333333 - 0.019555555555555555 - 0.019555555555555555 - 0.017333333333333333 - 0.011000000000000001 - 0.009555555555555557 - 0.005222222222222224 - 0.004 - 0.003444444444444445 - - 0.006111111111111111 - 0.0018888888888888892 - 0.020666666666666667 - 0.02333333333333333 - 0.016333333333333335 - 0.006777777777777778 - 0.009555555555555555 - 0.006555555555555556 - 0.0047777777777777775 - 0.004000000000000001 - - 0.006444444444444444 - 0.002111111111111111 - 0.019999999999999997 - 0.021222222222222222 - 0.019333333333333334 - 0.008666666666666665 - 0.007222222222222223 - 0.006444444444444445 - 0.004000000000000001 - 0.004333333333333333 - - 0.007777777777777777 - 0.001444444444444444 - 0.017666666666666667 - 0.020444444444444446 - 0.01622222222222222 - 0.007888888888888888 - 0.010444444444444444 - 0.0054444444444444445 - 0.004 - 0.005222222222222222 - - 0.005222222222222222 - 0.0017777777777777779 - 0.019666666666666666 - 0.022444444444444447 - 0.016999999999999998 - 0.009222222222222222 - 0.009111111111111111 - 0.0071111111111111115 - 0.004222222222222223 - 0.003444444444444444 - - 0.008444444444444444 - 0.0014444444444444444 - 0.01611111111111111 - 0.02388888888888889 - 0.020666666666666667 - 0.009222222222222224 - 0.00988888888888889 - 0.006555555555555555 - 0.00588888888888889 - 0.00588888888888889 - - 0.007222222222222222 - 0.0018888888888888887 - 0.018111111111111113 - 0.019555555555555555 - 0.018555555555555554 - 0.01 - 0.009111111111111111 - 0.00588888888888889 - 0.005555555555555555 - 0.0037777777777777783 - - 0.006222222222222221 - 0.0008888888888888891 - 0.018444444444444444 - 0.022444444444444447 - 0.019666666666666666 - 0.00977777777777778 - 0.008333333333333333 - 0.005222222222222222 - 0.004222222222222222 - 0.0038888888888888888 - - 0.005888888888888889 - 0.001 - 0.018222222222222223 - 0.02144444444444444 - 0.01622222222222222 - 0.006777777777777778 - 0.008777777777777777 - 0.0054444444444444445 - 0.004888888888888888 - 0.004444444444444444 - - !!python/tuple - domain-discriminative/Sum-of-prob-prior-shift/ - equality_of_odds_true_positive - - - 0.04699999999999993 - 0.030000000000000027 - 0.07500000000000007 - 0.15800000000000003 - 0.08299999999999996 - 0.11599999999999999 - 0.030999999999999917 - 0.07899999999999996 - 0.03499999999999992 - 0.03599999999999992 - - 0.039999999999999925 - 0.027000000000000024 - 0.08100000000000007 - 0.16400000000000003 - 0.07299999999999995 - 0.09899999999999998 - 0.041999999999999926 - 0.09099999999999997 - 0.02200000000000002 - 0.03699999999999992 - - 0.05799999999999994 - 0.020000000000000018 - 0.10399999999999998 - 0.17900000000000005 - 0.09999999999999998 - 0.11699999999999999 - 0.04499999999999993 - 0.09799999999999998 - 0.025000000000000022 - 0.038999999999999924 - - 0.028999999999999915 - 0.015000000000000013 - 0.08400000000000007 - 0.17000000000000004 - 0.05800000000000005 - 0.11299999999999999 - 0.041999999999999926 - 0.08699999999999997 - 0.01200000000000001 - 0.04499999999999993 - - 0.040999999999999925 - 0.030000000000000027 - 0.07100000000000006 - 0.18900000000000006 - 0.09599999999999997 - 0.10699999999999998 - 0.039999999999999925 - 0.07399999999999995 - 0.03799999999999992 - 0.03199999999999992 - - 0.04400000000000004 - 0.026000000000000023 - 0.09599999999999997 - 0.17500000000000004 - 0.07900000000000007 - 0.136 - 0.04799999999999993 - 0.09899999999999998 - 0.030999999999999917 - 0.041999999999999926 - - 0.038999999999999924 - 0.02300000000000002 - 0.07600000000000007 - 0.17900000000000005 - 0.08999999999999997 - 0.10099999999999998 - 0.04599999999999993 - 0.08199999999999996 - 0.03499999999999992 - 0.04799999999999993 - - 0.03499999999999992 - 0.02200000000000002 - 0.09199999999999997 - 0.17200000000000004 - 0.08299999999999996 - 0.11599999999999999 - 0.040999999999999925 - 0.06699999999999995 - 0.026000000000000023 - 0.041999999999999926 - - 0.04599999999999993 - 0.028000000000000025 - 0.08899999999999997 - 0.19400000000000006 - 0.08299999999999996 - 0.10199999999999998 - 0.04699999999999993 - 0.07399999999999995 - 0.026000000000000023 - 0.026999999999999913 - - 0.028999999999999915 - 0.019000000000000017 - 0.07699999999999996 - 0.15900000000000003 - 0.08699999999999997 - 0.10699999999999998 - 0.04499999999999993 - 0.08099999999999996 - 0.03599999999999992 - 0.03599999999999992 - - 0.038999999999999924 - 0.026000000000000023 - 0.07600000000000007 - 0.16100000000000003 - 0.07700000000000007 - 0.122 - 0.04699999999999993 - 0.06699999999999995 - 0.03199999999999992 - 0.03599999999999992 - - 0.040999999999999925 - 0.02300000000000002 - 0.11199999999999999 - 0.18600000000000005 - 0.08300000000000007 - 0.09699999999999998 - 0.039999999999999925 - 0.07999999999999996 - 0.041999999999999926 - 0.03299999999999992 - - 0.041999999999999926 - 0.016000000000000014 - 0.09200000000000008 - 0.17600000000000005 - 0.08399999999999996 - 0.09999999999999998 - 0.040999999999999925 - 0.07899999999999996 - 0.027000000000000024 - 0.040999999999999925 - - 0.038999999999999924 - 0.029000000000000026 - 0.07100000000000006 - 0.16100000000000003 - 0.09799999999999998 - 0.119 - 0.03299999999999992 - 0.07099999999999995 - 0.017000000000000015 - 0.03499999999999992 - - 0.03599999999999992 - 0.019000000000000017 - 0.09300000000000008 - 0.17200000000000004 - 0.09499999999999997 - 0.121 - 0.04499999999999993 - 0.07499999999999996 - 0.02200000000000002 - 0.03599999999999992 - - 0.030999999999999917 - 0.02400000000000002 - 0.08700000000000008 - 0.17300000000000004 - 0.10599999999999998 - 0.10799999999999998 - 0.041999999999999926 - 0.07799999999999996 - 0.031000000000000028 - 0.04799999999999993 - - !!python/tuple - domain-discriminative/Sum-of-prob-prior-shift/ - bias_amplification - - - 0.025900345337937836 - 0.01172069825436406 - 0.05945810336176616 - 0.0847457627118644 - 0.0604448742746615 - 0.04922279792746109 - 0.028656126482213384 - 0.03656024716786821 - 0.019661523145843685 - 0.017034068136272507 - - 0.02564102564102566 - 0.011188463451019426 - 0.0651302605210421 - 0.09070005109862034 - 0.05682903533906403 - 0.044938016528925595 - 0.03059226627508571 - 0.037745604963805635 - 0.016145057128663654 - 0.01810865191146882 - - 0.032742491383554895 - 0.009208561473369792 - 0.06729304215337739 - 0.09779338014042127 - 0.0650118203309693 - 0.04668049792531115 - 0.029965329370975735 - 0.04263565891472865 - 0.014925373134328401 - 0.020603015075376874 - - 0.024975514201763027 - 0.005982053838484491 - 0.06510809451985922 - 0.08761329305135956 - 0.05503070382616915 - 0.05161461090524089 - 0.031676413255360636 - 0.038221528861154486 - 0.01333992094861658 - 0.016227180527383367 - - 0.02777777777777779 - 0.01195219123505975 - 0.05987872662961091 - 0.10331825037707387 - 0.0646945646945647 - 0.04369440083725795 - 0.03033268101761255 - 0.034668721109399114 - 0.021953626048347274 - 0.01749999999999996 - - 0.029500756429651998 - 0.007968127490039834 - 0.06552067762830094 - 0.09573412698412698 - 0.06279961649089161 - 0.05272919978802326 - 0.03545232273838628 - 0.041731467081389306 - 0.01829871414441142 - 0.020575111551809577 - - 0.026524541398115997 - 0.010163609320773426 - 0.05877938969484742 - 0.10050000000000003 - 0.06446161274746498 - 0.042676501580611204 - 0.03626048347311295 - 0.03751914241960186 - 0.02083333333333337 - 0.022044088176352727 - - 0.021912350597609542 - 0.008432539682539653 - 0.06781376518218618 - 0.08805668016194335 - 0.0569318723201524 - 0.05509994874423374 - 0.03132708436112486 - 0.029230769230769282 - 0.015331355093966326 - 0.01848101265822788 - - 0.0251619332336821 - 0.011300853842290293 - 0.06892230576441105 - 0.09990108803165187 - 0.054971319311663436 - 0.04255874673629245 - 0.03316708229426435 - 0.03433144037170888 - 0.016969995081160816 - 0.01572641038442335 - - 0.02139695031972455 - 0.00941526263627357 - 0.06599897277863376 - 0.0866336633663366 - 0.061995249406175734 - 0.04810192407696312 - 0.027363184079602032 - 0.03584321815368752 - 0.017804154302670572 - 0.018910741301058964 - - 0.02678132678132683 - 0.00972568578553612 - 0.05919395465994959 - 0.08594917787742895 - 0.05431076473453478 - 0.05044432828018819 - 0.034541891229789345 - 0.02989690721649485 - 0.01671583087512296 - 0.02088575742325116 - - 0.02193419740777669 - 0.009696668324216784 - 0.07199800697558545 - 0.09661354581673309 - 0.056949806949807 - 0.04663212435233166 - 0.029814271749755594 - 0.037267080745341574 - 0.01988071570576544 - 0.01619433198380571 - - 0.02935323383084576 - 0.007275464124435471 - 0.06024402643619731 - 0.09838953195772526 - 0.06416349809885935 - 0.04743390357698285 - 0.03149224806201545 - 0.035937499999999956 - 0.01978239366963408 - 0.02345309381237526 - - 0.025742574257425765 - 0.011546184738955856 - 0.05792079207920797 - 0.08329214038556598 - 0.06379393355801632 - 0.05603217158176943 - 0.028227785959744733 - 0.03179487179487184 - 0.01664182811723791 - 0.017224163754368416 - - 0.022954091816367317 - 0.006726457399103158 - 0.06478239119559781 - 0.09482758620689657 - 0.06470028544243578 - 0.05422937208095491 - 0.029469548133595258 - 0.0316718587746625 - 0.014807502467917066 - 0.017741129435282388 - - 0.020547945205479423 - 0.008229426433915221 - 0.06265601597603598 - 0.0913173652694611 - 0.061583577712609916 - 0.04389610389610388 - 0.030084535057185446 - 0.032447623914154344 - 0.018610421836228297 - 0.022110552763819125 - - !!python/tuple - domain-discriminative/rba/ - mean_difference_score - - - 0.019000000000000003 - 0.012700000000000003 - 0.024099999999999996 - 0.0338 - 0.024000000000000007 - 0.0228 - 0.020000000000000004 - 0.020000000000000004 - 0.021000000000000005 - 0.018799999999999997 - - 0.0194 - 0.0126 - 0.024800000000000003 - 0.03949999999999999 - 0.023499999999999993 - 0.0169 - 0.021500000000000005 - 0.02020000000000001 - 0.0203 - 0.0203 - - 0.018000000000000002 - 0.010999999999999996 - 0.025800000000000003 - 0.0388 - 0.026999999999999996 - 0.022099999999999995 - 0.0184 - 0.018199999999999994 - 0.020500000000000004 - 0.019600000000000006 - - 0.021099999999999994 - 0.011799999999999991 - 0.027999999999999997 - 0.03169999999999999 - 0.020699999999999996 - 0.0242 - 0.0179 - 0.019500000000000003 - 0.0184 - 0.0189 - - 0.0189 - 0.011999999999999997 - 0.0257 - 0.0382 - 0.0238 - 0.0228 - 0.019799999999999998 - 0.01849999999999999 - 0.02260000000000001 - 0.019299999999999998 - - 0.022999999999999993 - 0.013399999999999995 - 0.0237 - 0.03609999999999999 - 0.0242 - 0.021699999999999997 - 0.021500000000000005 - 0.020900000000000002 - 0.020100000000000007 - 0.0204 - - 0.018199999999999994 - 0.0121 - 0.0233 - 0.0343 - 0.029000000000000012 - 0.021500000000000005 - 0.017799999999999996 - 0.02170000000000001 - 0.020699999999999996 - 0.0194 - - 0.019099999999999992 - 0.010999999999999996 - 0.024800000000000003 - 0.0387 - 0.0252 - 0.018600000000000005 - 0.020500000000000004 - 0.021900000000000003 - 0.0189 - 0.018299999999999997 - - 0.0184 - 0.01319999999999999 - 0.02360000000000001 - 0.03570000000000001 - 0.026900000000000007 - 0.021000000000000005 - 0.0189 - 0.02099999999999999 - 0.020800000000000013 - 0.017699999999999994 - - 0.0199 - 0.012299999999999991 - 0.0194 - 0.033299999999999996 - 0.02500000000000001 - 0.0218 - 0.0204 - 0.019100000000000006 - 0.021999999999999992 - 0.020199999999999996 - - 0.02099999999999999 - 0.0116 - 0.02239999999999999 - 0.033600000000000005 - 0.025599999999999998 - 0.02360000000000001 - 0.01830000000000001 - 0.0184 - 0.0203 - 0.0204 - - 0.019199999999999995 - 0.012499999999999997 - 0.023900000000000005 - 0.037099999999999994 - 0.025099999999999997 - 0.020100000000000007 - 0.0203 - 0.021199999999999997 - 0.019600000000000006 - 0.017199999999999993 - - 0.023000000000000007 - 0.011699999999999988 - 0.018199999999999994 - 0.035 - 0.026499999999999996 - 0.0233 - 0.022099999999999995 - 0.019500000000000003 - 0.0194 - 0.01970000000000001 - - 0.018199999999999994 - 0.012200000000000003 - 0.025099999999999997 - 0.03799999999999999 - 0.0237 - 0.022500000000000006 - 0.021599999999999994 - 0.018000000000000002 - 0.020699999999999996 - 0.018600000000000005 - - 0.018699999999999994 - 0.010999999999999996 - 0.0252 - 0.0324 - 0.025099999999999997 - 0.027300000000000005 - 0.01930000000000001 - 0.01920000000000001 - 0.020900000000000002 - 0.019299999999999998 - - 0.02020000000000001 - 0.011800000000000005 - 0.0242 - 0.0378 - 0.021999999999999992 - 0.02149999999999999 - 0.021600000000000008 - 0.017699999999999994 - 0.020699999999999996 - 0.0199 - - !!python/tuple - domain-discriminative/rba/ - disparate_impact_factor - - - 0.1721014492753623 - 0.11913696060037526 - 0.21517857142857144 - 0.3023255813953488 - 0.21145374449339216 - 0.2089825847846013 - 0.1763668430335097 - 0.18501387604070307 - 0.1860053144375554 - 0.17044424297370808 - - 0.17493237150586116 - 0.11864406779661019 - 0.22024866785079933 - 0.341400172860847 - 0.20328719723183386 - 0.1650390625 - 0.18695652173913047 - 0.18738404452690172 - 0.17964601769911503 - 0.18404351767905713 - - 0.1651376146788991 - 0.10426540284360186 - 0.23076923076923084 - 0.33190761334473906 - 0.2297872340425532 - 0.20539033457249067 - 0.16487455197132617 - 0.1715362865221488 - 0.18206039076376557 - 0.1764176417641765 - - 0.18492550394390883 - 0.11142587346553345 - 0.2415875754961173 - 0.2924354243542435 - 0.18094405594405594 - 0.22637979420018706 - 0.15967885816235505 - 0.18224299065420568 - 0.16413916146297947 - 0.17291857273559008 - - 0.17166212534059944 - 0.11257035647279545 - 0.23008057296329454 - 0.33745583038869253 - 0.20895522388059706 - 0.2095588235294118 - 0.17338003502626964 - 0.17305893358278757 - 0.1965217391304348 - 0.1748188405797101 - - 0.20554066130473636 - 0.12465116279069766 - 0.21274685816876127 - 0.3147340889276372 - 0.21228070175438596 - 0.2058823529411764 - 0.18614718614718617 - 0.19333950046253467 - 0.17882562277580072 - 0.18279569892473124 - - 0.1657559198542805 - 0.11318989710009353 - 0.2091561938958707 - 0.3084532374100719 - 0.24288107202680076 - 0.20359848484848486 - 0.16050495942290344 - 0.1969147005444647 - 0.18351063829787229 - 0.17509025270758127 - - 0.1723826714801443 - 0.10377358490566035 - 0.226691042047532 - 0.3353552859618717 - 0.21556886227544914 - 0.1785028790786949 - 0.17998244073748904 - 0.19801084990958406 - 0.16890080428954424 - 0.1672760511882998 - - 0.16849816849816845 - 0.12347988774555652 - 0.21318879855465234 - 0.31564986737400536 - 0.22624053826745172 - 0.19774011299435035 - 0.169051878354204 - 0.1946246524559777 - 0.18309859154929586 - 0.16047144152311876 - - 0.17736185383244207 - 0.11495327102803732 - 0.18164794007490637 - 0.29811996418979403 - 0.2155172413793104 - 0.20585457979225685 - 0.17692974848222032 - 0.17900656044985952 - 0.1928133216476774 - 0.1819819819819819 - - 0.18551236749116595 - 0.1091251175917215 - 0.2058823529411764 - 0.3013452914798207 - 0.21805792163543436 - 0.21811460258780047 - 0.1625222024866786 - 0.17407757805108803 - 0.17885462555066078 - 0.18478260869565222 - - 0.17470427661510457 - 0.11617100371747213 - 0.21747042766151048 - 0.3234524847428073 - 0.21526586620926247 - 0.1919770773638969 - 0.17682926829268286 - 0.1944954128440367 - 0.17515638963360147 - 0.15779816513761458 - - 0.20353982300884965 - 0.11048158640226613 - 0.1734985700667302 - 0.3111111111111111 - 0.2253401360544217 - 0.2133699633699634 - 0.18953687821612342 - 0.182755388940956 - 0.1736794986571173 - 0.17731773177317744 - - 0.16697247706422014 - 0.1155303030303031 - 0.22036874451273047 - 0.3231292517006802 - 0.21047957371225579 - 0.21572387344199428 - 0.1875 - 0.16759776536312854 - 0.18432769367764912 - 0.16696588868940754 - - 0.1701546860782529 - 0.10387157695939564 - 0.22479928635147184 - 0.2975206611570248 - 0.21582115219260534 - 0.24484304932735435 - 0.17064544650751556 - 0.17810760667903536 - 0.18462897526501765 - 0.17466063348416283 - - 0.17719298245614046 - 0.11069418386491559 - 0.2178217821782178 - 0.3261432269197584 - 0.19784172661870503 - 0.20187793427230039 - 0.18864628820960705 - 0.1669811320754716 - 0.18515205724508044 - 0.17911791179117909 - - !!python/tuple - domain-discriminative/rba/ - statistical_parity - - - 0.009500000000000001 - 0.0063500000000000015 - 0.012049999999999998 - 0.0169 - 0.012000000000000004 - 0.0114 - 0.010000000000000002 - 0.010000000000000002 - 0.010500000000000002 - 0.009399999999999999 - - 0.0097 - 0.0063 - 0.012400000000000001 - 0.019749999999999997 - 0.011749999999999997 - 0.00845 - 0.010750000000000003 - 0.010100000000000005 - 0.01015 - 0.01015 - - 0.009000000000000001 - 0.005499999999999998 - 0.012900000000000002 - 0.0194 - 0.013499999999999998 - 0.011049999999999997 - 0.0092 - 0.009099999999999997 - 0.010250000000000002 - 0.009800000000000003 - - 0.010549999999999997 - 0.0058999999999999955 - 0.013999999999999999 - 0.015849999999999996 - 0.010349999999999998 - 0.0121 - 0.00895 - 0.009750000000000002 - 0.0092 - 0.00945 - - 0.00945 - 0.005999999999999998 - 0.01285 - 0.0191 - 0.0119 - 0.0114 - 0.009899999999999999 - 0.009249999999999994 - 0.011300000000000004 - 0.009649999999999999 - - 0.011499999999999996 - 0.006699999999999998 - 0.01185 - 0.018049999999999997 - 0.0121 - 0.010849999999999999 - 0.010750000000000003 - 0.010450000000000001 - 0.010050000000000003 - 0.0102 - - 0.009099999999999997 - 0.00605 - 0.01165 - 0.01715 - 0.014500000000000006 - 0.010750000000000003 - 0.008899999999999998 - 0.010850000000000005 - 0.010349999999999998 - 0.0097 - - 0.009549999999999996 - 0.005499999999999998 - 0.012400000000000001 - 0.01935 - 0.0126 - 0.009300000000000003 - 0.010250000000000002 - 0.010950000000000001 - 0.00945 - 0.009149999999999998 - - 0.0092 - 0.006599999999999995 - 0.011800000000000005 - 0.017850000000000005 - 0.013450000000000004 - 0.010500000000000002 - 0.00945 - 0.010499999999999995 - 0.010400000000000006 - 0.008849999999999997 - - 0.00995 - 0.006149999999999996 - 0.0097 - 0.016649999999999998 - 0.012500000000000004 - 0.0109 - 0.0102 - 0.009550000000000003 - 0.010999999999999996 - 0.010099999999999998 - - 0.010499999999999995 - 0.0058 - 0.011199999999999995 - 0.016800000000000002 - 0.012799999999999999 - 0.011800000000000005 - 0.009150000000000005 - 0.0092 - 0.01015 - 0.0102 - - 0.009599999999999997 - 0.006249999999999999 - 0.011950000000000002 - 0.018549999999999997 - 0.012549999999999999 - 0.010050000000000003 - 0.01015 - 0.010599999999999998 - 0.009800000000000003 - 0.008599999999999997 - - 0.011500000000000003 - 0.005849999999999994 - 0.009099999999999997 - 0.0175 - 0.013249999999999998 - 0.01165 - 0.011049999999999997 - 0.009750000000000002 - 0.0097 - 0.009850000000000005 - - 0.009099999999999997 - 0.006100000000000001 - 0.012549999999999999 - 0.018999999999999996 - 0.01185 - 0.011250000000000003 - 0.010799999999999997 - 0.009000000000000001 - 0.010349999999999998 - 0.009300000000000003 - - 0.009349999999999997 - 0.005499999999999998 - 0.0126 - 0.0162 - 0.012549999999999999 - 0.013650000000000002 - 0.009650000000000006 - 0.009600000000000004 - 0.010450000000000001 - 0.009649999999999999 - - 0.010100000000000005 - 0.0059000000000000025 - 0.0121 - 0.0189 - 0.010999999999999996 - 0.010749999999999996 - 0.010800000000000004 - 0.008849999999999997 - 0.010349999999999998 - 0.00995 - - !!python/tuple - domain-discriminative/rba/ - false_positive_subgroup_fairness - - - 0.0054 - 0.00325 - 0.009000000000000001 - 0.01025 - 0.008 - 0.0061 - 0.0072000000000000015 - 0.00535 - 0.006350000000000001 - 0.0057 - - 0.005750000000000002 - 0.0029000000000000007 - 0.00875 - 0.0125 - 0.009049999999999999 - 0.004999999999999999 - 0.00745 - 0.00485 - 0.0066 - 0.0057 - - 0.00465 - 0.0029000000000000007 - 0.008400000000000001 - 0.0121 - 0.008400000000000001 - 0.0065 - 0.0058 - 0.00465 - 0.0067 - 0.006149999999999999 - - 0.007100000000000001 - 0.003 - 0.0101 - 0.0098 - 0.007599999999999999 - 0.006999999999999999 - 0.00635 - 0.004999999999999999 - 0.006150000000000001 - 0.00515 - - 0.005750000000000001 - 0.00285 - 0.009250000000000001 - 0.0115 - 0.008 - 0.00665 - 0.0068000000000000005 - 0.00485 - 0.007100000000000001 - 0.005900000000000001 - - 0.007100000000000001 - 0.0034000000000000002 - 0.008550000000000002 - 0.011100000000000002 - 0.009150000000000002 - 0.005850000000000001 - 0.007699999999999999 - 0.0057 - 0.006 - 0.00605 - - 0.005099999999999999 - 0.0031000000000000003 - 0.008700000000000001 - 0.01015 - 0.01005 - 0.0056 - 0.006600000000000001 - 0.00585 - 0.0062 - 0.005900000000000001 - - 0.0060999999999999995 - 0.0027 - 0.00835 - 0.0115 - 0.00875 - 0.0053 - 0.00715 - 0.0062 - 0.00565 - 0.005050000000000001 - - 0.005000000000000001 - 0.0036500000000000005 - 0.00835 - 0.01035 - 0.009899999999999999 - 0.0053 - 0.0066500000000000005 - 0.00555 - 0.006749999999999999 - 0.00565 - - 0.006200000000000001 - 0.0034000000000000002 - 0.0078000000000000005 - 0.0102 - 0.0091 - 0.006 - 0.0074 - 0.00475 - 0.006499999999999999 - 0.00615 - - 0.00655 - 0.0031000000000000003 - 0.0079 - 0.010150000000000001 - 0.00885 - 0.0062499999999999995 - 0.00685 - 0.0047 - 0.00635 - 0.0060999999999999995 - - 0.005600000000000001 - 0.0033499999999999997 - 0.008 - 0.0116 - 0.0085 - 0.00615 - 0.00715 - 0.0058000000000000005 - 0.00565 - 0.00485 - - 0.007250000000000001 - 0.0031499999999999996 - 0.006400000000000001 - 0.0108 - 0.00945 - 0.00705 - 0.007550000000000001 - 0.0053 - 0.0060999999999999995 - 0.0058 - - 0.005350000000000001 - 0.0030999999999999995 - 0.009200000000000002 - 0.0118 - 0.0075 - 0.00605 - 0.0076500000000000005 - 0.0048000000000000004 - 0.0067 - 0.00585 - - 0.005750000000000001 - 0.0028000000000000004 - 0.008550000000000002 - 0.00975 - 0.008650000000000001 - 0.00815 - 0.0062499999999999995 - 0.0055000000000000005 - 0.006750000000000001 - 0.00555 - - 0.0063999999999999994 - 0.0030499999999999998 - 0.00815 - 0.012649999999999998 - 0.007350000000000001 - 0.00655 - 0.0076 - 0.0049 - 0.00605 - 0.00575 - - !!python/tuple - domain-discriminative/rba/ - equality_of_odds_false_positive - - - 0.012 - 0.007222222222222222 - 0.02 - 0.02277777777777778 - 0.017777777777777778 - 0.013555555555555557 - 0.016 - 0.011888888888888888 - 0.014111111111111112 - 0.012666666666666666 - - 0.01277777777777778 - 0.006444444444444445 - 0.019444444444444445 - 0.027777777777777783 - 0.020111111111111107 - 0.01111111111111111 - 0.016555555555555556 - 0.010777777777777778 - 0.014666666666666668 - 0.012666666666666666 - - 0.010333333333333333 - 0.006444444444444445 - 0.018666666666666665 - 0.026888888888888886 - 0.018666666666666665 - 0.014444444444444444 - 0.012888888888888887 - 0.010333333333333333 - 0.014888888888888889 - 0.013666666666666666 - - 0.01577777777777778 - 0.006666666666666668 - 0.022444444444444444 - 0.021777777777777778 - 0.016888888888888887 - 0.015555555555555555 - 0.014111111111111112 - 0.011111111111111112 - 0.013666666666666667 - 0.011444444444444445 - - 0.012777777777777779 - 0.006333333333333333 - 0.020555555555555556 - 0.025555555555555554 - 0.017777777777777778 - 0.014777777777777777 - 0.01511111111111111 - 0.010777777777777777 - 0.01577777777777778 - 0.013111111111111112 - - 0.01577777777777778 - 0.007555555555555556 - 0.019000000000000003 - 0.02466666666666667 - 0.020333333333333335 - 0.013000000000000001 - 0.01711111111111111 - 0.012666666666666666 - 0.013333333333333332 - 0.013444444444444445 - - 0.01133333333333333 - 0.006888888888888889 - 0.019333333333333334 - 0.022555555555555554 - 0.02233333333333333 - 0.012444444444444444 - 0.014666666666666668 - 0.013 - 0.013777777777777778 - 0.013111111111111112 - - 0.013555555555555557 - 0.006 - 0.018555555555555554 - 0.025555555555555554 - 0.019444444444444445 - 0.011777777777777778 - 0.01588888888888889 - 0.013777777777777778 - 0.012555555555555554 - 0.011222222222222224 - - 0.011111111111111113 - 0.008111111111111112 - 0.018555555555555554 - 0.023 - 0.022 - 0.011777777777777778 - 0.014777777777777779 - 0.012333333333333333 - 0.015 - 0.012555555555555554 - - 0.01377777777777778 - 0.007555555555555556 - 0.017333333333333336 - 0.02266666666666667 - 0.020222222222222225 - 0.013333333333333332 - 0.016444444444444446 - 0.010555555555555556 - 0.014444444444444444 - 0.013666666666666667 - - 0.014555555555555554 - 0.006888888888888889 - 0.017555555555555557 - 0.022555555555555558 - 0.019666666666666666 - 0.013888888888888888 - 0.015222222222222224 - 0.010444444444444444 - 0.01411111111111111 - 0.013555555555555555 - - 0.012444444444444445 - 0.0074444444444444445 - 0.017777777777777778 - 0.025777777777777774 - 0.018888888888888893 - 0.013666666666666667 - 0.015888888888888886 - 0.012888888888888889 - 0.012555555555555554 - 0.010777777777777777 - - 0.01611111111111111 - 0.006999999999999999 - 0.014222222222222223 - 0.024 - 0.021 - 0.015666666666666666 - 0.01677777777777778 - 0.011777777777777778 - 0.013555555555555555 - 0.012888888888888887 - - 0.01188888888888889 - 0.006888888888888889 - 0.020444444444444446 - 0.026222222222222223 - 0.016666666666666666 - 0.013444444444444443 - 0.017 - 0.010666666666666666 - 0.014888888888888889 - 0.013 - - 0.012777777777777779 - 0.006222222222222223 - 0.019000000000000003 - 0.021666666666666667 - 0.019222222222222224 - 0.01811111111111111 - 0.013888888888888888 - 0.012222222222222223 - 0.015000000000000001 - 0.012333333333333333 - - 0.014222222222222223 - 0.0067777777777777775 - 0.01811111111111111 - 0.028111111111111108 - 0.01633333333333333 - 0.014555555555555556 - 0.01688888888888889 - 0.010888888888888889 - 0.013444444444444445 - 0.012777777777777777 - - !!python/tuple - domain-discriminative/rba/ - equality_of_odds_true_positive - - - 0.08199999999999996 - 0.061999999999999944 - 0.061000000000000054 - 0.133 - 0.08000000000000007 - 0.10599999999999998 - 0.05599999999999994 - 0.09299999999999997 - 0.08299999999999996 - 0.07399999999999995 - - 0.07899999999999996 - 0.06799999999999995 - 0.07300000000000006 - 0.14500000000000002 - 0.05400000000000005 - 0.06899999999999995 - 0.06599999999999995 - 0.10499999999999998 - 0.07099999999999995 - 0.08899999999999997 - - 0.08699999999999997 - 0.051999999999999935 - 0.08999999999999997 - 0.14600000000000002 - 0.10200000000000009 - 0.09099999999999997 - 0.06799999999999995 - 0.08899999999999997 - 0.07099999999999995 - 0.07299999999999995 - - 0.06899999999999995 - 0.05799999999999994 - 0.07800000000000007 - 0.121 - 0.05500000000000005 - 0.10199999999999998 - 0.051999999999999935 - 0.09499999999999997 - 0.06099999999999994 - 0.08599999999999997 - - 0.07399999999999995 - 0.06299999999999994 - 0.07200000000000006 - 0.1519999999999999 - 0.07800000000000007 - 0.09499999999999997 - 0.061999999999999944 - 0.08799999999999997 - 0.08399999999999996 - 0.07499999999999996 - - 0.08799999999999997 - 0.06599999999999995 - 0.06599999999999995 - 0.139 - 0.05900000000000005 - 0.09999999999999998 - 0.06099999999999994 - 0.09499999999999997 - 0.08099999999999996 - 0.08299999999999996 - - 0.07999999999999996 - 0.05899999999999994 - 0.05900000000000005 - 0.1399999999999999 - 0.08900000000000008 - 0.10299999999999998 - 0.04599999999999993 - 0.09999999999999998 - 0.08299999999999996 - 0.07599999999999996 - - 0.06899999999999995 - 0.05599999999999994 - 0.08099999999999996 - 0.15699999999999992 - 0.07700000000000007 - 0.07999999999999996 - 0.061999999999999944 - 0.09499999999999997 - 0.07599999999999996 - 0.08199999999999996 - - 0.08399999999999996 - 0.05899999999999994 - 0.06899999999999995 - 0.1499999999999999 - 0.07100000000000006 - 0.10399999999999998 - 0.05599999999999994 - 0.09899999999999998 - 0.07299999999999995 - 0.06399999999999995 - - 0.07499999999999996 - 0.05499999999999994 - 0.038000000000000034 - 0.129 - 0.06800000000000006 - 0.09799999999999998 - 0.05599999999999994 - 0.09599999999999997 - 0.08999999999999997 - 0.07899999999999996 - - 0.07899999999999996 - 0.05399999999999994 - 0.06599999999999995 - 0.1329999999999999 - 0.07900000000000007 - 0.11099999999999999 - 0.04599999999999993 - 0.08999999999999997 - 0.07599999999999996 - 0.08199999999999996 - - 0.07999999999999996 - 0.05799999999999994 - 0.07899999999999996 - 0.1389999999999999 - 0.08100000000000007 - 0.07799999999999996 - 0.05999999999999994 - 0.09599999999999997 - 0.08299999999999996 - 0.07499999999999996 - - 0.08499999999999996 - 0.05399999999999994 - 0.05399999999999994 - 0.1339999999999999 - 0.07600000000000007 - 0.09199999999999997 - 0.06999999999999995 - 0.08899999999999997 - 0.07199999999999995 - 0.08099999999999996 - - 0.07500000000000007 - 0.05999999999999994 - 0.06700000000000006 - 0.14400000000000002 - 0.08700000000000008 - 0.10399999999999998 - 0.06299999999999994 - 0.08399999999999996 - 0.07299999999999995 - 0.06899999999999995 - - 0.07199999999999995 - 0.05399999999999994 - 0.08099999999999996 - 0.129 - 0.07800000000000007 - 0.10999999999999999 - 0.06799999999999995 - 0.08199999999999996 - 0.07399999999999995 - 0.08199999999999996 - - 0.07399999999999995 - 0.05699999999999994 - 0.07899999999999996 - 0.125 - 0.07300000000000006 - 0.08399999999999996 - 0.06399999999999995 - 0.07899999999999996 - 0.08599999999999997 - 0.08399999999999996 - - !!python/tuple - domain-discriminative/rba/ - bias_amplification - - - 0.047076313181367735 - 0.03167082294264334 - 0.060280140070035015 - 0.08904109589041098 - 0.059113300492610876 - 0.05834186284544529 - 0.048355899419729176 - 0.050968399592252855 - 0.05126953125 - 0.04658077304261643 - - 0.04792490118577075 - 0.03153153153153154 - 0.06187624750498999 - 0.10291818655549767 - 0.05657197881559939 - 0.044970729111229346 - 0.05155875299760193 - 0.0516888433981576 - 0.04934370442391833 - 0.05067398901647524 - - 0.04500000000000004 - 0.02749999999999997 - 0.06521739130434778 - 0.09948717948717944 - 0.06490384615384615 - 0.05722423614707406 - 0.044921875 - 0.046907216494845416 - 0.050073277967757734 - 0.04837117472852914 - - 0.050941574118783195 - 0.02949999999999997 - 0.06869479882237484 - 0.08562938951917887 - 0.04973570398846705 - 0.06381856540084385 - 0.04338342220067859 - 0.050128534704370176 - 0.04470359572400384 - 0.04732098147220831 - - 0.0469448584202683 - 0.02982107355864816 - 0.06499747091552854 - 0.10148777895855476 - 0.05833333333333335 - 0.05852156057494862 - 0.047459252157238785 - 0.04736303123399899 - 0.05448408871745425 - 0.047890818858560835 - - 0.057270916334661304 - 0.03323412698412698 - 0.059517830236062275 - 0.09337816864976722 - 0.05937193326790968 - 0.05737704918032782 - 0.051312649164677815 - 0.05350742447516643 - 0.04909623839765509 - 0.050295857988165715 - - 0.045183714001986064 - 0.029995042141794714 - 0.058395989974937335 - 0.09117490696438069 - 0.0691134413727359 - 0.05666842382709536 - 0.04362745098039211 - 0.05460493205837946 - 0.05051244509516839 - 0.047972304648862485 - - 0.04716049382716048 - 0.027363184079602032 - 0.06391752577319587 - 0.10072878709005728 - 0.06040268456375841 - 0.04899894625922019 - 0.049445248432223865 - 0.05494229804315098 - 0.046120058565153776 - 0.045635910224438914 - - 0.04600000000000004 - 0.032901296111665035 - 0.05965621840242674 - 0.09370078740157484 - 0.06377430061640588 - 0.054858934169279006 - 0.04616511968734738 - 0.0539014373716632 - 0.050387596899224785 - 0.04361754558896003 - - 0.0486552567237164 - 0.030490827962320277 - 0.04994850669412976 - 0.08758548132561805 - 0.06038647342995174 - 0.057368421052631624 - 0.04852521408182686 - 0.049150797735460605 - 0.05334626576139667 - 0.05004955401387512 - - 0.05111976630963977 - 0.028855721393034828 - 0.05737704918032782 - 0.08870116156283003 - 0.06118546845124284 - 0.06120331950207469 - 0.04422426292895121 - 0.04766839378238341 - 0.0491049830672472 - 0.050898203592814384 - - 0.047856430707876374 - 0.030833744449926037 - 0.061000510464522706 - 0.09646385855434214 - 0.06030754444978381 - 0.05309033280507136 - 0.04849498327759194 - 0.05386178861788615 - 0.04799216454456412 - 0.042828685258964105 - - 0.056650246305418706 - 0.029235382308845592 - 0.04749478079331937 - 0.09210526315789469 - 0.06348826066123625 - 0.05971296770886725 - 0.05234486025580298 - 0.05028365136668389 - 0.04754901960784319 - 0.048641975308642005 - - 0.045545545545545574 - 0.030653266331658324 - 0.06191415885545137 - 0.0963488843813387 - 0.058808933002481356 - 0.06045137023105862 - 0.051724137931034475 - 0.04573170731707321 - 0.05076017655713583 - 0.04554358472086195 - - 0.04649428145201395 - 0.027390438247011928 - 0.06331658291457287 - 0.08737864077669899 - 0.060481927710843375 - 0.06974961676034752 - 0.0466408893185114 - 0.048879837067209775 - 0.050851581508515764 - 0.047843331680713974 - - 0.048604427333974964 - 0.029294935451837145 - 0.061111111111111116 - 0.09742268041237112 - 0.05489021956087825 - 0.05613577023498695 - 0.052073288331726086 - 0.04554812146165721 - 0.05101034992607201 - 0.04918437963420663 - - !!python/tuple - domain-independent/Conditional/ - mean_difference_score - - - 0.015799999999999995 - 0.008800000000000002 - 0.0416 - 0.06399999999999999 - 0.04190000000000001 - 0.0305 - 0.02189999999999999 - 0.019600000000000006 - 0.01390000000000001 - 0.012200000000000003 - - 0.013300000000000006 - 0.007499999999999993 - 0.0393 - 0.06050000000000001 - 0.04349999999999998 - 0.027399999999999994 - 0.020699999999999996 - 0.021900000000000003 - 0.0126 - 0.0121 - - 0.013899999999999996 - 0.007000000000000006 - 0.04050000000000001 - 0.05739999999999999 - 0.0402 - 0.029800000000000007 - 0.019699999999999995 - 0.021199999999999997 - 0.012999999999999998 - 0.011900000000000008 - - 0.015200000000000005 - 0.007400000000000004 - 0.039599999999999996 - 0.06209999999999999 - 0.04060000000000001 - 0.02779999999999999 - 0.021199999999999997 - 0.0213 - 0.012999999999999998 - 0.010999999999999996 - - 0.016199999999999992 - 0.006699999999999998 - 0.042300000000000004 - 0.06389999999999998 - 0.0426 - 0.0305 - 0.021100000000000008 - 0.02070000000000001 - 0.0126 - 0.012999999999999998 - - 0.015899999999999997 - 0.007599999999999996 - 0.038400000000000004 - 0.0652 - 0.0401 - 0.026499999999999996 - 0.022900000000000004 - 0.019699999999999995 - 0.014300000000000007 - 0.0126 - - 0.0175 - 0.0068000000000000005 - 0.0403 - 0.06219999999999999 - 0.04350000000000001 - 0.030800000000000008 - 0.020100000000000007 - 0.02260000000000001 - 0.012900000000000009 - 0.011899999999999994 - - 0.017700000000000007 - 0.0068000000000000005 - 0.0413 - 0.0643 - 0.040999999999999995 - 0.030200000000000005 - 0.021000000000000005 - 0.0199 - 0.012900000000000009 - 0.012700000000000003 - - 0.013999999999999999 - 0.006599999999999995 - 0.039900000000000005 - 0.057999999999999996 - 0.044 - 0.030100000000000002 - 0.020100000000000007 - 0.022599999999999995 - 0.0116 - 0.012299999999999991 - - 0.019099999999999992 - 0.008099999999999996 - 0.04160000000000001 - 0.0628 - 0.04379999999999999 - 0.032200000000000006 - 0.020199999999999996 - 0.021900000000000003 - 0.013299999999999992 - 0.013000000000000012 - - 0.016 - 0.007499999999999993 - 0.03949999999999999 - 0.06280000000000001 - 0.043399999999999994 - 0.0296 - 0.021400000000000002 - 0.020900000000000002 - 0.0126 - 0.0121 - - 0.01630000000000001 - 0.007800000000000001 - 0.0387 - 0.06129999999999999 - 0.044399999999999995 - 0.02869999999999999 - 0.021000000000000005 - 0.02260000000000001 - 0.013299999999999992 - 0.013299999999999992 - - 0.018799999999999997 - 0.007700000000000012 - 0.0401 - 0.0654 - 0.0464 - 0.029800000000000007 - 0.02049999999999999 - 0.023400000000000004 - 0.013999999999999999 - 0.013499999999999998 - - 0.0169 - 0.007300000000000001 - 0.0398 - 0.06069999999999999 - 0.0408 - 0.0286 - 0.020000000000000004 - 0.021900000000000003 - 0.013499999999999998 - 0.012499999999999997 - - 0.016 - 0.007300000000000001 - 0.040999999999999995 - 0.06280000000000001 - 0.04290000000000001 - 0.028700000000000003 - 0.02189999999999999 - 0.022900000000000004 - 0.01390000000000001 - 0.014000000000000012 - - 0.015100000000000002 - 0.008599999999999997 - 0.0368 - 0.0563 - 0.0432 - 0.03069999999999999 - 0.021400000000000002 - 0.02260000000000001 - 0.014399999999999996 - 0.012700000000000003 - - !!python/tuple - domain-independent/Conditional/ - disparate_impact_factor - - - 0.14684014869888473 - 0.08333333333333337 - 0.347245409015025 - 0.47162859248341926 - 0.33872271624898953 - 0.27477477477477474 - 0.19606087735004463 - 0.1826654240447344 - 0.1284658040665435 - 0.1167464114832536 - - 0.12360594795539037 - 0.0723938223938223 - 0.3341836734693878 - 0.45149253731343286 - 0.34496431403647887 - 0.25160697887970607 - 0.18531781557743954 - 0.20277777777777783 - 0.11875589066918002 - 0.11436672967863892 - - 0.12978524743230624 - 0.06776379477250727 - 0.33948030176026833 - 0.4385026737967914 - 0.3241935483870968 - 0.2670250896057348 - 0.17909090909090908 - 0.19720930232558131 - 0.12104283054003728 - 0.11205273069679855 - - 0.13932172318973424 - 0.07198443579766545 - 0.3378839590443685 - 0.4576271186440678 - 0.3268921095008053 - 0.2543458371454711 - 0.19116321009918846 - 0.19795539033457243 - 0.12048192771084332 - 0.10486177311725453 - - 0.14944649446494462 - 0.06473429951690823 - 0.34929810074318746 - 0.4657434402332361 - 0.34354838709677415 - 0.2752707581227437 - 0.19077757685352625 - 0.19473189087488252 - 0.11720930232558135 - 0.12333965844402273 - - 0.14587155963302745 - 0.07307692307692304 - 0.3290488431876607 - 0.4780058651026393 - 0.3208 - 0.2440147329650092 - 0.20538116591928257 - 0.18411214953271027 - 0.13265306122448983 - 0.11931818181818177 - - 0.16040329972502287 - 0.06551059730250486 - 0.3361134278565471 - 0.4560117302052785 - 0.34606205250596667 - 0.2807657247037375 - 0.18406593406593408 - 0.2098421541318478 - 0.11966604823747684 - 0.11333333333333329 - - 0.15989159891598925 - 0.06500956022944548 - 0.346767422334173 - 0.4662799129804206 - 0.329847144006436 - 0.2747952684258417 - 0.19143117593436654 - 0.18791312559017948 - 0.12135465663217315 - 0.1203791469194313 - - 0.12927054478301014 - 0.06376811594202891 - 0.33614153327716934 - 0.4407294832826748 - 0.35115722266560256 - 0.2721518987341772 - 0.18173598553345394 - 0.20733944954128436 - 0.10881801125703561 - 0.11669829222011374 - - 0.17316409791477783 - 0.0778097982708933 - 0.3513513513513514 - 0.47005988023952094 - 0.34597156398104256 - 0.2824561403508773 - 0.1839708561020036 - 0.20296570898980537 - 0.12372093023255804 - 0.12287334593572785 - - 0.1471941122355106 - 0.07170172084130011 - 0.3305439330543932 - 0.46760982874162327 - 0.3458167330677291 - 0.2698268003646308 - 0.1931407942238268 - 0.1947809878844362 - 0.11830985915492953 - 0.11415094339622645 - - 0.1494042163153071 - 0.07464114832535884 - 0.329923273657289 - 0.45952023988005997 - 0.3507109004739336 - 0.26138433515482684 - 0.18918918918918926 - 0.20964749536178118 - 0.12280701754385959 - 0.12559017941454198 - - 0.1709090909090909 - 0.07446808510638314 - 0.3418584825234441 - 0.4777209642074507 - 0.3644933228593873 - 0.2660714285714286 - 0.18755718206770344 - 0.21330902461257983 - 0.12962962962962965 - 0.12747875354107652 - - 0.15377616014558693 - 0.06945765937202664 - 0.33671742808798644 - 0.4506310319227914 - 0.32929782082324455 - 0.2607110300820419 - 0.18315018315018317 - 0.2016574585635359 - 0.12676056338028163 - 0.11882129277566533 - - 0.1461187214611872 - 0.0702598652550529 - 0.3471634208298052 - 0.46244477172312226 - 0.3421052631578948 - 0.2611464968152867 - 0.19694244604316535 - 0.21243042671614099 - 0.12954333643988825 - 0.13108614232209748 - - 0.13917050691244237 - 0.08229665071770331 - 0.31506849315068497 - 0.42977099236641225 - 0.3481063658340049 - 0.27240461401952076 - 0.19436875567665757 - 0.20620437956204385 - 0.13382899628252787 - 0.11981132075471701 - - !!python/tuple - domain-independent/Conditional/ - statistical_parity - - - 0.007899999999999997 - 0.004400000000000001 - 0.0208 - 0.031999999999999994 - 0.020950000000000003 - 0.01525 - 0.010949999999999994 - 0.009800000000000003 - 0.006950000000000005 - 0.006100000000000001 - - 0.006650000000000003 - 0.0037499999999999964 - 0.01965 - 0.030250000000000006 - 0.02174999999999999 - 0.013699999999999997 - 0.010349999999999998 - 0.010950000000000001 - 0.0063 - 0.00605 - - 0.006949999999999998 - 0.003500000000000003 - 0.020250000000000004 - 0.028699999999999996 - 0.0201 - 0.014900000000000004 - 0.009849999999999998 - 0.010599999999999998 - 0.006499999999999999 - 0.005950000000000004 - - 0.007600000000000003 - 0.003700000000000002 - 0.019799999999999998 - 0.031049999999999994 - 0.020300000000000006 - 0.013899999999999996 - 0.010599999999999998 - 0.01065 - 0.006499999999999999 - 0.005499999999999998 - - 0.008099999999999996 - 0.003349999999999999 - 0.021150000000000002 - 0.03194999999999999 - 0.0213 - 0.01525 - 0.010550000000000004 - 0.010350000000000005 - 0.0063 - 0.006499999999999999 - - 0.007949999999999999 - 0.003799999999999998 - 0.019200000000000002 - 0.0326 - 0.02005 - 0.013249999999999998 - 0.011450000000000002 - 0.009849999999999998 - 0.007150000000000004 - 0.0063 - - 0.00875 - 0.0034000000000000002 - 0.02015 - 0.031099999999999996 - 0.021750000000000005 - 0.015400000000000004 - 0.010050000000000003 - 0.011300000000000004 - 0.006450000000000004 - 0.005949999999999997 - - 0.008850000000000004 - 0.0034000000000000002 - 0.02065 - 0.03215 - 0.020499999999999997 - 0.015100000000000002 - 0.010500000000000002 - 0.00995 - 0.006450000000000004 - 0.0063500000000000015 - - 0.006999999999999999 - 0.0032999999999999974 - 0.019950000000000002 - 0.028999999999999998 - 0.022 - 0.015050000000000001 - 0.010050000000000003 - 0.011299999999999998 - 0.0058 - 0.006149999999999996 - - 0.009549999999999996 - 0.004049999999999998 - 0.020800000000000006 - 0.0314 - 0.021899999999999996 - 0.016100000000000003 - 0.010099999999999998 - 0.010950000000000001 - 0.006649999999999996 - 0.006500000000000006 - - 0.008 - 0.0037499999999999964 - 0.019749999999999997 - 0.031400000000000004 - 0.021699999999999997 - 0.0148 - 0.010700000000000001 - 0.010450000000000001 - 0.0063 - 0.00605 - - 0.008150000000000004 - 0.0039000000000000007 - 0.01935 - 0.030649999999999997 - 0.022199999999999998 - 0.014349999999999995 - 0.010500000000000002 - 0.011300000000000004 - 0.006649999999999996 - 0.006649999999999996 - - 0.009399999999999999 - 0.003850000000000006 - 0.02005 - 0.0327 - 0.0232 - 0.014900000000000004 - 0.010249999999999995 - 0.011700000000000002 - 0.006999999999999999 - 0.006749999999999999 - - 0.00845 - 0.0036500000000000005 - 0.0199 - 0.030349999999999995 - 0.0204 - 0.0143 - 0.010000000000000002 - 0.010950000000000001 - 0.006749999999999999 - 0.006249999999999999 - - 0.008 - 0.0036500000000000005 - 0.020499999999999997 - 0.031400000000000004 - 0.021450000000000004 - 0.014350000000000002 - 0.010949999999999994 - 0.011450000000000002 - 0.006950000000000005 - 0.007000000000000006 - - 0.007550000000000001 - 0.004299999999999998 - 0.0184 - 0.02815 - 0.0216 - 0.015349999999999996 - 0.010700000000000001 - 0.011300000000000004 - 0.007199999999999998 - 0.0063500000000000015 - - !!python/tuple - domain-independent/Conditional/ - false_positive_subgroup_fairness - - - 0.00455 - 0.0025 - 0.012849999999999999 - 0.01965 - 0.01245 - 0.008150000000000001 - 0.00625 - 0.0049 - 0.0043 - 0.0030999999999999995 - - 0.00395 - 0.00185 - 0.01165 - 0.01845 - 0.01345 - 0.006749999999999999 - 0.006450000000000001 - 0.00525 - 0.0036499999999999996 - 0.00345 - - 0.0044 - 0.0018000000000000004 - 0.012299999999999998 - 0.017849999999999998 - 0.01215 - 0.00785 - 0.0058000000000000005 - 0.0051 - 0.004 - 0.0032500000000000003 - - 0.0047 - 0.0015 - 0.011700000000000002 - 0.0192 - 0.01225 - 0.007350000000000001 - 0.006349999999999999 - 0.0052 - 0.00405 - 0.0026499999999999996 - - 0.0046 - 0.00125 - 0.0133 - 0.0205 - 0.01345 - 0.0078000000000000005 - 0.006 - 0.00455 - 0.0039 - 0.0032 - - 0.00485 - 0.00175 - 0.0115 - 0.02 - 0.01235 - 0.00695 - 0.006699999999999999 - 0.0049 - 0.00445 - 0.0034000000000000002 - - 0.0052000000000000015 - 0.00185 - 0.01255 - 0.01985 - 0.0132 - 0.00785 - 0.00545 - 0.0052499999999999995 - 0.0038 - 0.0029500000000000004 - - 0.005450000000000001 - 0.00215 - 0.0129 - 0.01975 - 0.01235 - 0.008150000000000001 - 0.00585 - 0.0046 - 0.0036999999999999997 - 0.00345 - - 0.004999999999999999 - 0.0016 - 0.01225 - 0.017800000000000003 - 0.013500000000000002 - 0.008 - 0.0059 - 0.005750000000000001 - 0.0039 - 0.0032999999999999995 - - 0.0054 - 0.0022500000000000003 - 0.01265 - 0.0187 - 0.01395 - 0.0086 - 0.005900000000000001 - 0.0052 - 0.004050000000000001 - 0.0036 - - 0.004600000000000001 - 0.00205 - 0.0119 - 0.01925 - 0.012850000000000002 - 0.008100000000000001 - 0.00635 - 0.0048000000000000004 - 0.0037 - 0.00345 - - 0.0048 - 0.0019000000000000002 - 0.01195 - 0.01845 - 0.0137 - 0.0076 - 0.00625 - 0.0052499999999999995 - 0.0045000000000000005 - 0.0037 - - 0.005750000000000002 - 0.0017500000000000003 - 0.011750000000000002 - 0.020499999999999997 - 0.01405 - 0.0079 - 0.0060999999999999995 - 0.006 - 0.00455 - 0.00355 - - 0.0051 - 0.0021999999999999997 - 0.011600000000000003 - 0.01865 - 0.01225 - 0.00745 - 0.006 - 0.0054 - 0.0039 - 0.00345 - - 0.00495 - 0.0018 - 0.0119 - 0.0194 - 0.0127 - 0.0075 - 0.006500000000000001 - 0.005299999999999999 - 0.00425 - 0.00375 - - 0.0046 - 0.0021 - 0.011349999999999999 - 0.017349999999999997 - 0.012800000000000002 - 0.0077 - 0.0059 - 0.00595 - 0.0046500000000000005 - 0.00365 - - !!python/tuple - domain-independent/Conditional/ - equality_of_odds_false_positive - - - 0.01011111111111111 - 0.005555555555555556 - 0.028555555555555553 - 0.043666666666666666 - 0.027666666666666666 - 0.018111111111111113 - 0.01388888888888889 - 0.010888888888888889 - 0.009555555555555555 - 0.006888888888888889 - - 0.008777777777777778 - 0.004111111111111111 - 0.025888888888888892 - 0.041 - 0.02988888888888889 - 0.015 - 0.014333333333333335 - 0.011666666666666667 - 0.00811111111111111 - 0.007666666666666667 - - 0.009777777777777778 - 0.004 - 0.027333333333333334 - 0.03966666666666667 - 0.026999999999999996 - 0.017444444444444443 - 0.012888888888888889 - 0.011333333333333334 - 0.008888888888888889 - 0.007222222222222222 - - 0.010444444444444444 - 0.0033333333333333335 - 0.026000000000000002 - 0.042666666666666665 - 0.027222222222222224 - 0.01633333333333333 - 0.014111111111111109 - 0.011555555555555555 - 0.009000000000000001 - 0.005888888888888888 - - 0.010222222222222223 - 0.002777777777777778 - 0.029555555555555554 - 0.04555555555555556 - 0.02988888888888889 - 0.017333333333333333 - 0.013333333333333332 - 0.01011111111111111 - 0.008666666666666666 - 0.0071111111111111115 - - 0.010777777777777778 - 0.0038888888888888888 - 0.025555555555555557 - 0.044444444444444446 - 0.027444444444444445 - 0.015444444444444443 - 0.014888888888888887 - 0.010888888888888889 - 0.009888888888888888 - 0.007555555555555557 - - 0.011555555555555558 - 0.0041111111111111105 - 0.02788888888888889 - 0.044111111111111115 - 0.029333333333333333 - 0.017444444444444443 - 0.01211111111111111 - 0.011666666666666665 - 0.008444444444444444 - 0.006555555555555556 - - 0.012111111111111112 - 0.0047777777777777775 - 0.028666666666666667 - 0.04388888888888889 - 0.027444444444444445 - 0.018111111111111113 - 0.013 - 0.010222222222222221 - 0.008222222222222221 - 0.007666666666666667 - - 0.01111111111111111 - 0.0035555555555555557 - 0.02722222222222222 - 0.03955555555555556 - 0.030000000000000002 - 0.017777777777777778 - 0.01311111111111111 - 0.012777777777777779 - 0.008666666666666666 - 0.007333333333333332 - - 0.012 - 0.005000000000000001 - 0.02811111111111111 - 0.041555555555555554 - 0.031 - 0.01911111111111111 - 0.013111111111111112 - 0.011555555555555555 - 0.009000000000000001 - 0.008 - - 0.010222222222222223 - 0.004555555555555556 - 0.026444444444444444 - 0.042777777777777776 - 0.02855555555555556 - 0.018000000000000002 - 0.01411111111111111 - 0.010666666666666666 - 0.008222222222222223 - 0.007666666666666665 - - 0.010666666666666665 - 0.004222222222222223 - 0.026555555555555554 - 0.041 - 0.030444444444444448 - 0.01688888888888889 - 0.01388888888888889 - 0.011666666666666665 - 0.01 - 0.008222222222222223 - - 0.01277777777777778 - 0.003888888888888889 - 0.026111111111111113 - 0.04555555555555555 - 0.03122222222222222 - 0.017555555555555557 - 0.013555555555555555 - 0.013333333333333334 - 0.01011111111111111 - 0.00788888888888889 - - 0.011333333333333334 - 0.004888888888888889 - 0.025777777777777778 - 0.041444444444444443 - 0.02722222222222222 - 0.016555555555555556 - 0.013333333333333334 - 0.012 - 0.008666666666666666 - 0.007666666666666667 - - 0.011000000000000001 - 0.004 - 0.026444444444444444 - 0.043111111111111114 - 0.02822222222222222 - 0.016666666666666666 - 0.014444444444444446 - 0.011777777777777778 - 0.009444444444444445 - 0.008333333333333333 - - 0.010222222222222223 - 0.004666666666666666 - 0.025222222222222222 - 0.03855555555555556 - 0.028444444444444446 - 0.01711111111111111 - 0.01311111111111111 - 0.013222222222222222 - 0.010333333333333333 - 0.00811111111111111 - - !!python/tuple - domain-independent/Conditional/ - equality_of_odds_true_positive - - - 0.06699999999999995 - 0.038000000000000034 - 0.15900000000000003 - 0.247 - 0.16999999999999993 - 0.14200000000000002 - 0.09399999999999997 - 0.09799999999999998 - 0.052999999999999936 - 0.05999999999999994 - - 0.05399999999999994 - 0.038000000000000034 - 0.16000000000000003 - 0.236 - 0.16599999999999993 - 0.139 - 0.07799999999999996 - 0.11399999999999999 - 0.052999999999999936 - 0.051999999999999935 - - 0.050999999999999934 - 0.03400000000000003 - 0.15900000000000003 - 0.21699999999999997 - 0.15899999999999992 - 0.14100000000000001 - 0.08099999999999996 - 0.10999999999999999 - 0.04999999999999993 - 0.05399999999999994 - - 0.05799999999999994 - 0.04399999999999993 - 0.16200000000000003 - 0.237 - 0.16099999999999992 - 0.131 - 0.08499999999999996 - 0.10899999999999999 - 0.04899999999999993 - 0.05699999999999994 - - 0.06999999999999995 - 0.04200000000000004 - 0.15700000000000003 - 0.22899999999999998 - 0.15699999999999992 - 0.14900000000000002 - 0.09099999999999997 - 0.11599999999999999 - 0.04799999999999993 - 0.06599999999999995 - - 0.061999999999999944 - 0.041000000000000036 - 0.15400000000000003 - 0.252 - 0.15399999999999991 - 0.126 - 0.09499999999999997 - 0.09899999999999998 - 0.05399999999999994 - 0.05799999999999994 - - 0.07099999999999995 - 0.031000000000000028 - 0.15200000000000002 - 0.22499999999999998 - 0.17099999999999993 - 0.15100000000000002 - 0.09199999999999997 - 0.121 - 0.052999999999999936 - 0.05999999999999994 - - 0.06799999999999995 - 0.025000000000000022 - 0.15500000000000003 - 0.248 - 0.16299999999999992 - 0.139 - 0.09299999999999997 - 0.10699999999999998 - 0.05499999999999994 - 0.05799999999999994 - - 0.039999999999999925 - 0.03400000000000003 - 0.15400000000000003 - 0.22399999999999998 - 0.16999999999999993 - 0.14100000000000001 - 0.08299999999999996 - 0.11099999999999999 - 0.03799999999999992 - 0.05699999999999994 - - 0.08299999999999996 - 0.03600000000000003 - 0.16300000000000003 - 0.254 - 0.15899999999999992 - 0.15000000000000002 - 0.08399999999999996 - 0.11499999999999999 - 0.051999999999999935 - 0.05799999999999994 - - 0.06799999999999995 - 0.03400000000000003 - 0.15700000000000003 - 0.243 - 0.17699999999999994 - 0.134 - 0.08699999999999997 - 0.11299999999999999 - 0.051999999999999935 - 0.051999999999999935 - - 0.06699999999999995 - 0.040000000000000036 - 0.14800000000000002 - 0.244 - 0.16999999999999993 - 0.135 - 0.08499999999999996 - 0.121 - 0.04299999999999993 - 0.05899999999999994 - - 0.07299999999999995 - 0.041999999999999926 - 0.16600000000000004 - 0.244 - 0.18299999999999994 - 0.14 - 0.08299999999999996 - 0.11399999999999999 - 0.04899999999999993 - 0.06399999999999995 - - 0.06699999999999995 - 0.029000000000000026 - 0.16600000000000004 - 0.23399999999999999 - 0.16299999999999992 - 0.137 - 0.07999999999999996 - 0.11099999999999999 - 0.05699999999999994 - 0.05599999999999994 - - 0.06099999999999994 - 0.03700000000000003 - 0.17200000000000004 - 0.24 - 0.17499999999999993 - 0.137 - 0.08899999999999997 - 0.123 - 0.05399999999999994 - 0.06499999999999995 - - 0.05899999999999994 - 0.04399999999999993 - 0.14100000000000001 - 0.21600000000000008 - 0.17599999999999993 - 0.15300000000000002 - 0.09599999999999997 - 0.10699999999999998 - 0.050999999999999934 - 0.05399999999999994 - - !!python/tuple - domain-independent/Conditional/ - bias_amplification - - - 0.03961885656970909 - 0.021739130434782594 - 0.10505050505050506 - 0.15429122468659595 - 0.10194647201946472 - 0.07963446475195823 - 0.05434243176178655 - 0.050256410256410255 - 0.03432098765432101 - 0.030995934959349603 - - 0.03293709757305596 - 0.018778167250876332 - 0.1003062787136294 - 0.14578313253012043 - 0.10421657882127455 - 0.07195378151260501 - 0.05106068080907744 - 0.05641421947449765 - 0.031563126252505014 - 0.030325814536340867 - - 0.03469795307039436 - 0.01753507014028055 - 0.10222110045431598 - 0.1404109589041096 - 0.09672762271414825 - 0.07704239917269906 - 0.049176235646530175 - 0.054695562435500555 - 0.03221010901883048 - 0.02967581047381551 - - 0.03743842364532024 - 0.018668012108980836 - 0.10164271047227924 - 0.14835164835164838 - 0.09769008662175171 - 0.07285115303983225 - 0.05284147557328012 - 0.054925219185147034 - 0.03205128205128205 - 0.027665995975855173 - - 0.040378863409770704 - 0.016724912631053468 - 0.10580290145072535 - 0.15178147268408548 - 0.1037000973709834 - 0.07980115122972264 - 0.05272363818090953 - 0.05393434080250126 - 0.031126482213438722 - 0.0328614762386249 - - 0.03933696190004943 - 0.01896207584830334 - 0.09846153846153849 - 0.15703275529865124 - 0.09552167698904235 - 0.06948085998951237 - 0.05722138930534737 - 0.05069480185280495 - 0.03551912568306015 - 0.031722054380664666 - - 0.04359740906826104 - 0.016932270916334646 - 0.1010025062656642 - 0.147673314339981 - 0.10461760461760461 - 0.08165429480381758 - 0.050680786686838175 - 0.05860995850622408 - 0.03182042427232368 - 0.030035335689045928 - - 0.04344624447717227 - 0.01679841897233203 - 0.10487557135601833 - 0.15200945626477547 - 0.09874759152215795 - 0.07964135021097052 - 0.052923387096774244 - 0.051849921834288715 - 0.03229844767150725 - 0.032022188603126556 - - 0.03455083909180656 - 0.01646706586826352 - 0.1010126582278481 - 0.1413255360623782 - 0.10648596321394 - 0.07875457875457881 - 0.04997513674788667 - 0.0578300921187308 - 0.02876984126984128 - 0.030982367758186413 - - 0.047394540942928054 - 0.020239880059970017 - 0.10655737704918034 - 0.1536203522504892 - 0.10458452722063039 - 0.08222676200204293 - 0.05065195586760285 - 0.05647240845796797 - 0.03296975706494798 - 0.03272910372608262 - - 0.03972194637537241 - 0.018591968269707437 - 0.09899749373433586 - 0.152575315840622 - 0.10452793834296725 - 0.07797681770284515 - 0.05344655344655347 - 0.053949406298399616 - 0.03143712574850299 - 0.03026513256628316 - - 0.04036651807825653 - 0.019383697813121326 - 0.09877488514548238 - 0.1491484184914842 - 0.10632183908045978 - 0.07517024620220014 - 0.052238805970149294 - 0.058549222797927514 - 0.032710280373831724 - 0.03350125944584381 - - 0.046719681908548694 - 0.01933701657458564 - 0.10308483290488435 - 0.15690978886756235 - 0.11143131604226708 - 0.07672502574665296 - 0.051741544674406836 - 0.0596938775510204 - 0.034653465346534684 - 0.0340393343419062 - - 0.041646131099063566 - 0.017989157220305585 - 0.10122075279755849 - 0.14542405366554867 - 0.09855072463768111 - 0.0749475890985325 - 0.050403225806451624 - 0.05606758832565284 - 0.03383458646616544 - 0.03158160687215761 - - 0.039408866995073843 - 0.018204488778054917 - 0.10502049180327866 - 0.15038314176245215 - 0.10317460317460314 - 0.07509157509157505 - 0.05461346633416464 - 0.05941878567721848 - 0.03462879920279027 - 0.0350701402805611 - - 0.0373947498761763 - 0.02145708582834327 - 0.0934959349593496 - 0.13684978123480795 - 0.10536585365853657 - 0.07883923985618901 - 0.05382293762575452 - 0.05747711088504581 - 0.03585657370517925 - 0.031861515303562515 - - !!python/tuple - domain-independent/Sum/ - mean_difference_score - - - 0.0029 - 0.0012000000000000066 - 0.0016000000000000042 - 0.005100000000000007 - 0.0034000000000000002 - 0.002799999999999997 - 0.0021999999999999936 - 0.002999999999999989 - 0.0023999999999999994 - 0.0003999999999999976 - - 0.0011000000000000038 - 0.0 - 0.0032999999999999974 - 0.004200000000000009 - 0.002699999999999994 - 0.0023999999999999994 - 0.0029 - 0.0040000000000000036 - 0.0013999999999999985 - 0.0012000000000000066 - - 0.0007000000000000062 - 0.0006000000000000033 - 0.001799999999999996 - 0.0031999999999999945 - 0.002699999999999994 - 0.002999999999999989 - 0.0013000000000000095 - 0.0023999999999999994 - 0.0010000000000000009 - 0.0007000000000000062 - - 0.000800000000000009 - 0.00010000000000000286 - 0.0016999999999999932 - 0.004600000000000007 - 0.001700000000000007 - 0.003500000000000003 - 0.0020000000000000018 - 0.0020999999999999908 - 0.0013999999999999985 - 0.000899999999999998 - - 0.0002999999999999947 - 0.0003999999999999976 - 0.0007999999999999952 - 0.006000000000000005 - 0.0022999999999999965 - 0.0039000000000000007 - 0.0032000000000000084 - 0.001899999999999999 - 0.0011000000000000038 - 0.0011000000000000038 - - 0.0015000000000000013 - 9.999999999998899e-05 - 0.001700000000000007 - 0.0034000000000000002 - 0.00010000000000000286 - 0.0012999999999999956 - 0.0003999999999999976 - 0.0025000000000000022 - 0.0013999999999999985 - 0.000800000000000009 - - 0.0002999999999999947 - 0.0012999999999999956 - 0.00020000000000000573 - 0.005299999999999999 - 0.0023999999999999994 - 0.0030999999999999917 - 0.002799999999999997 - 0.0020000000000000018 - 0.0025000000000000022 - 0.0011000000000000038 - - 0.0005000000000000004 - 0.0007000000000000062 - 0.0016000000000000042 - 0.004799999999999999 - 0.002600000000000005 - 0.0034000000000000002 - 0.0020000000000000018 - 0.0022999999999999965 - 0.0013999999999999985 - 0.0015000000000000013 - - 0.0006999999999999923 - 0.0003999999999999976 - 0.0014999999999999875 - 0.0032999999999999974 - 0.0034000000000000002 - 0.0029 - 0.0005000000000000004 - 0.0038000000000000117 - 0.0010999999999999899 - 0.0010000000000000009 - - 0.00020000000000000573 - 0.0009000000000000119 - 0.00019999999999999185 - 0.006400000000000003 - 0.0020000000000000018 - 0.002999999999999989 - 0.001899999999999999 - 0.0031000000000000055 - 0.001700000000000007 - 0.0012000000000000066 - - 9.999999999998899e-05 - 0.0010000000000000009 - 0.0015999999999999903 - 0.004900000000000002 - 0.0031000000000000055 - 0.0016000000000000042 - 0.0024000000000000132 - 0.002799999999999997 - 0.0023999999999999994 - 0.0011000000000000038 - - 0.00020000000000000573 - 0.0003999999999999976 - 0.0012000000000000066 - 0.0034000000000000002 - 0.004599999999999993 - 0.0040999999999999925 - 0.001700000000000007 - 0.0032999999999999974 - 0.0013999999999999985 - 0.000899999999999998 - - 0.0003000000000000086 - 0.00180000000000001 - 0.0010000000000000009 - 0.004400000000000001 - 0.0032000000000000084 - 0.001899999999999999 - 0.0034000000000000002 - 0.0030000000000000027 - 0.0016999999999999932 - 0.0005000000000000004 - - 0.000899999999999998 - 0.0005000000000000004 - 0.0032999999999999974 - 0.004299999999999998 - 0.0007000000000000062 - 0.002699999999999994 - 0.0030000000000000027 - 0.0029 - 0.0022999999999999965 - 0.0006000000000000033 - - 0.0013999999999999985 - 0.0007000000000000062 - 0.0022999999999999965 - 0.003600000000000006 - 0.003799999999999998 - 0.004500000000000004 - 0.0011000000000000038 - 0.003500000000000003 - 0.0020000000000000018 - 0.0019000000000000128 - - 0.0005999999999999894 - 0.0010000000000000009 - 9.999999999998899e-05 - 0.005299999999999999 - 0.0021000000000000046 - 0.0021999999999999936 - 0.0022999999999999965 - 0.0021000000000000046 - 0.001899999999999999 - 0.0010000000000000009 - - !!python/tuple - domain-independent/Sum/ - disparate_impact_factor - - - 0.02834799608993155 - 0.01183431952662728 - 0.01619433198380571 - 0.048479087452471537 - 0.032535885167464085 - 0.028484231943031513 - 0.021568627450980316 - 0.030272452068617395 - 0.02350636630754166 - 0.004048582995951344 - - 0.010752688172043001 - 0.0 - 0.03264094955489616 - 0.04065827686350443 - 0.025911708253358867 - 0.02466598150051391 - 0.027965284474445462 - 0.04024144869215296 - 0.014014014014014031 - 0.012024048096192397 - - 0.006979062811565351 - 0.005952380952380931 - 0.018218623481781382 - 0.031037827352085268 - 0.025689819219790633 - 0.030120481927710774 - 0.013000000000000123 - 0.02426693629929222 - 0.009832841691248762 - 0.006972111553784965 - - 0.007812500000000111 - 0.0010010010010009784 - 0.01731160896130335 - 0.04327375352775176 - 0.016314779270633517 - 0.03578732106339466 - 0.019841269841269882 - 0.02129817444219062 - 0.013779527559055094 - 0.009036144578313254 - - 0.002979145978152853 - 0.003964321110009883 - 0.007992007992007943 - 0.05597014925373134 - 0.022200772200772212 - 0.03967446592065105 - 0.0315581854043393 - 0.019487179487179485 - 0.010912698412698485 - 0.01100000000000001 - - 0.014763779527559029 - 0.0009940357852881165 - 0.017276422764227695 - 0.03228869895536557 - 0.0009560229445506607 - 0.013513513513513487 - 0.003976143141153021 - 0.025380710659898553 - 0.01388888888888884 - 0.008000000000000118 - - 0.0029821073558647937 - 0.012833168805528095 - 0.0020304568527919065 - 0.04944029850746268 - 0.022770398481973375 - 0.03239289446185989 - 0.02764067127344516 - 0.020325203252032575 - 0.024582104228121904 - 0.010956175298804771 - - 0.004878048780487809 - 0.006910167818361401 - 0.016410256410256507 - 0.044651162790697696 - 0.0248565965583174 - 0.03512396694214881 - 0.01972386587771202 - 0.023493360572012234 - 0.01395812562313059 - 0.01491053677932408 - - 0.006882989183874089 - 0.003968253968253954 - 0.015136226034308642 - 0.03200775945683798 - 0.032535885167464085 - 0.02962206332992845 - 0.004940711462450564 - 0.038000000000000145 - 0.010934393638170836 - 0.009960159362549792 - - 0.0019900497512438386 - 0.00891089108910903 - 0.0020470829068576224 - 0.06112702960840499 - 0.018921475875118277 - 0.030120481927710774 - 0.019114688128772594 - 0.03118712273641855 - 0.016683022571148287 - 0.011952191235059861 - - 0.0009891196834815874 - 0.00990099009900991 - 0.015984015984015887 - 0.04688995215311009 - 0.029608404966571245 - 0.016494845360824795 - 0.02364532019704446 - 0.02825428859737633 - 0.02352941176470591 - 0.011055276381909618 - - 0.001982160555004997 - 0.0039486673247778326 - 0.012307692307692353 - 0.032977691561590694 - 0.04283054003724385 - 0.04116465863453811 - 0.016765285996055312 - 0.03346855983772812 - 0.013833992094861691 - 0.009036144578313254 - - 0.0029732408325074955 - 0.01782178217821795 - 0.01029866117404743 - 0.041984732824427495 - 0.030274361400189242 - 0.019019019019019034 - 0.0335305719921104 - 0.030211480362537846 - 0.016815034619188873 - 0.005030181086519092 - - 0.008875739644970349 - 0.004916420845624381 - 0.03280318091451295 - 0.040758293838862536 - 0.006717850287907945 - 0.028037383177569986 - 0.029556650246305494 - 0.029087261785356033 - 0.02293120638085744 - 0.006036217303822977 - - 0.013685239491691092 - 0.006903353057199246 - 0.023138832997987913 - 0.03451581975071916 - 0.03564727954971858 - 0.04587155963302758 - 0.010912698412698485 - 0.03542510121457498 - 0.019960079840319334 - 0.01890547263681608 - - 0.005876591576885248 - 0.009861932938856066 - 0.0010341261633918242 - 0.050572519083969425 - 0.020250723240115787 - 0.022155085599194324 - 0.022727272727272707 - 0.021126760563380365 - 0.018830525272547027 - 0.01002004008016033 - - !!python/tuple - domain-independent/Sum/ - statistical_parity - - - 0.00145 - 0.0006000000000000033 - 0.0008000000000000021 - 0.0025500000000000037 - 0.0017000000000000001 - 0.0013999999999999985 - 0.0010999999999999968 - 0.0014999999999999944 - 0.0011999999999999997 - 0.0001999999999999988 - - 0.0005500000000000019 - 0.0 - 0.0016499999999999987 - 0.0021000000000000046 - 0.001349999999999997 - 0.0011999999999999997 - 0.00145 - 0.0020000000000000018 - 0.0006999999999999992 - 0.0006000000000000033 - - 0.0003500000000000031 - 0.00030000000000000165 - 0.000899999999999998 - 0.0015999999999999973 - 0.001349999999999997 - 0.0014999999999999944 - 0.0006500000000000047 - 0.0011999999999999997 - 0.0005000000000000004 - 0.0003500000000000031 - - 0.0004000000000000045 - 5.000000000000143e-05 - 0.0008499999999999966 - 0.0023000000000000034 - 0.0008500000000000035 - 0.0017500000000000016 - 0.0010000000000000009 - 0.0010499999999999954 - 0.0006999999999999992 - 0.000449999999999999 - - 0.00014999999999999736 - 0.0001999999999999988 - 0.0003999999999999976 - 0.0030000000000000027 - 0.0011499999999999982 - 0.0019500000000000003 - 0.0016000000000000042 - 0.0009499999999999995 - 0.0005500000000000019 - 0.0005500000000000019 - - 0.0007500000000000007 - 4.999999999999449e-05 - 0.0008500000000000035 - 0.0017000000000000001 - 5.000000000000143e-05 - 0.0006499999999999978 - 0.0001999999999999988 - 0.0012500000000000011 - 0.0006999999999999992 - 0.0004000000000000045 - - 0.00014999999999999736 - 0.0006499999999999978 - 0.00010000000000000286 - 0.0026499999999999996 - 0.0011999999999999997 - 0.0015499999999999958 - 0.0013999999999999985 - 0.0010000000000000009 - 0.0012500000000000011 - 0.0005500000000000019 - - 0.0002500000000000002 - 0.0003500000000000031 - 0.0008000000000000021 - 0.0023999999999999994 - 0.0013000000000000025 - 0.0017000000000000001 - 0.0010000000000000009 - 0.0011499999999999982 - 0.0006999999999999992 - 0.0007500000000000007 - - 0.00034999999999999615 - 0.0001999999999999988 - 0.0007499999999999937 - 0.0016499999999999987 - 0.0017000000000000001 - 0.00145 - 0.0002500000000000002 - 0.0019000000000000059 - 0.0005499999999999949 - 0.0005000000000000004 - - 0.00010000000000000286 - 0.00045000000000000595 - 9.999999999999593e-05 - 0.0032000000000000015 - 0.0010000000000000009 - 0.0014999999999999944 - 0.0009499999999999995 - 0.0015500000000000028 - 0.0008500000000000035 - 0.0006000000000000033 - - 4.999999999999449e-05 - 0.0005000000000000004 - 0.0007999999999999952 - 0.002450000000000001 - 0.0015500000000000028 - 0.0008000000000000021 - 0.0012000000000000066 - 0.0013999999999999985 - 0.0011999999999999997 - 0.0005500000000000019 - - 0.00010000000000000286 - 0.0001999999999999988 - 0.0006000000000000033 - 0.0017000000000000001 - 0.0022999999999999965 - 0.0020499999999999963 - 0.0008500000000000035 - 0.0016499999999999987 - 0.0006999999999999992 - 0.000449999999999999 - - 0.0001500000000000043 - 0.000900000000000005 - 0.0005000000000000004 - 0.0022000000000000006 - 0.0016000000000000042 - 0.0009499999999999995 - 0.0017000000000000001 - 0.0015000000000000013 - 0.0008499999999999966 - 0.0002500000000000002 - - 0.000449999999999999 - 0.0002500000000000002 - 0.0016499999999999987 - 0.002149999999999999 - 0.0003500000000000031 - 0.001349999999999997 - 0.0015000000000000013 - 0.00145 - 0.0011499999999999982 - 0.00030000000000000165 - - 0.0006999999999999992 - 0.0003500000000000031 - 0.0011499999999999982 - 0.001800000000000003 - 0.001899999999999999 - 0.002250000000000002 - 0.0005500000000000019 - 0.0017500000000000016 - 0.0010000000000000009 - 0.0009500000000000064 - - 0.0002999999999999947 - 0.0005000000000000004 - 4.999999999999449e-05 - 0.0026499999999999996 - 0.0010500000000000023 - 0.0010999999999999968 - 0.0011499999999999982 - 0.0010500000000000023 - 0.0009499999999999995 - 0.0005000000000000004 - - !!python/tuple - domain-independent/Sum/ - false_positive_subgroup_fairness - - - 0.0007000000000000001 - 0.00030000000000000014 - 0.0008500000000000003 - 0.0023 - 0.0011999999999999997 - 0.00010000000000000018 - 0.00030000000000000014 - 0.00034999999999999983 - 0.0007000000000000001 - 0.00019999999999999977 - - 0.00014999999999999988 - 9.999999999999999e-05 - 0.0013999999999999993 - 0.0020000000000000005 - 0.00115 - 0.00010000000000000018 - 0.0008500000000000003 - 0.00065 - 0.00034999999999999983 - 0.00030000000000000014 - - 5.000000000000009e-05 - 9.999999999999999e-05 - 0.00115 - 0.0013999999999999993 - 0.0009499999999999997 - 0.0 - 5.000000000000009e-05 - 0.00040000000000000013 - 0.00034999999999999983 - 5.000000000000009e-05 - - 0.00024999999999999925 - 0.00019999999999999996 - 0.0007500000000000001 - 0.0020000000000000005 - 0.0006999999999999997 - 0.0004500000000000004 - 0.00029999999999999976 - 0.0005500000000000001 - 0.00034999999999999983 - 5.000000000000009e-05 - - 0.00010000000000000018 - 0.00029999999999999976 - 0.0007000000000000004 - 0.0024999999999999988 - 0.0012500000000000002 - 0.00034999999999999945 - 0.0007500000000000001 - 0.0 - 0.00034999999999999983 - 9.999999999999979e-05 - - 0.00029999999999999976 - 5.000000000000009e-05 - 0.0007999999999999998 - 0.0018499999999999996 - 0.00030000000000000057 - 0.0005499999999999998 - 0.0003999999999999999 - 0.00065 - 0.00065 - 0.00019999999999999998 - - 4.99999999999997e-05 - 5.000000000000009e-05 - 0.0004500000000000004 - 0.0023499999999999997 - 0.0014000000000000002 - 0.00020000000000000036 - 0.0003999999999999999 - 0.0002999999999999999 - 0.0008000000000000003 - 0.0 - - 0.0 - 0.0002999999999999999 - 0.0005499999999999998 - 0.0022500000000000003 - 0.0010000000000000002 - 0.0007500000000000001 - 0.00045 - 0.00045000000000000004 - 0.0003500000000000002 - 0.00045 - - 0.00014999999999999988 - 0.0 - 0.0005999999999999995 - 0.00105 - 0.00145 - 0.00020000000000000036 - 9.999999999999979e-05 - 0.0008999999999999999 - 0.0004999999999999998 - 9.999999999999979e-05 - - 0.00029999999999999976 - 0.0002999999999999999 - 0.0005000000000000001 - 0.0024999999999999996 - 0.00065 - 5.0000000000000484e-05 - 0.00034999999999999983 - 0.0005000000000000001 - 0.0008000000000000003 - 0.0003500000000000002 - - 4.99999999999997e-05 - 5.000000000000009e-05 - 0.00035000000000000027 - 0.0022500000000000003 - 0.00115 - 0.00029999999999999976 - 0.00034999999999999983 - 0.00034999999999999983 - 0.0007500000000000001 - 0.00025000000000000006 - - 0.00014999999999999988 - 0.00010000000000000018 - 0.0005500000000000006 - 0.001449999999999999 - 0.0016500000000000002 - 0.0006500000000000007 - 0.00025000000000000006 - 0.0006000000000000001 - 0.0003999999999999999 - 0.00014999999999999988 - - 0.00029999999999999976 - 0.00035000000000000005 - 0.00065 - 0.0023499999999999997 - 0.0009499999999999997 - 0.00025000000000000006 - 0.00065 - 0.0006999999999999999 - 0.0007999999999999998 - 9.999999999999979e-05 - - 0.00019999999999999998 - 0.0 - 0.0009499999999999997 - 0.0016500000000000009 - 0.00030000000000000057 - 0.00035000000000000027 - 0.0004999999999999998 - 0.0005500000000000001 - 0.0008 - 5.000000000000009e-05 - - 0.0003999999999999999 - 0.00025000000000000006 - 0.0012000000000000005 - 0.00205 - 0.0014999999999999996 - 0.0005499999999999998 - 5.000000000000009e-05 - 0.0005500000000000002 - 0.00029999999999999976 - 0.0003500000000000002 - - 5.0000000000000484e-05 - 0.00014999999999999988 - 0.0004500000000000004 - 0.002700000000000001 - 0.0006999999999999997 - 0.0005000000000000001 - 0.00025000000000000006 - 0.00065 - 0.00065 - 0.00014999999999999988 - - !!python/tuple - domain-independent/Sum/ - equality_of_odds_false_positive - - - 0.0015555555555555557 - 0.000666666666666667 - 0.0018888888888888896 - 0.005111111111111111 - 0.002666666666666666 - 0.0002222222222222226 - 0.000666666666666667 - 0.0007777777777777774 - 0.0015555555555555557 - 0.0004444444444444439 - - 0.00033333333333333305 - 0.00022222222222222218 - 0.0031111111111111096 - 0.004444444444444445 - 0.0025555555555555557 - 0.0002222222222222226 - 0.0018888888888888896 - 0.0014444444444444444 - 0.0007777777777777774 - 0.000666666666666667 - - 0.0001111111111111113 - 0.00022222222222222218 - 0.0025555555555555557 - 0.0031111111111111096 - 0.0021111111111111105 - 0.0 - 0.0001111111111111113 - 0.0008888888888888891 - 0.0007777777777777774 - 0.0001111111111111113 - - 0.0005555555555555539 - 0.00044444444444444436 - 0.001666666666666667 - 0.004444444444444445 - 0.0015555555555555548 - 0.0010000000000000009 - 0.0006666666666666661 - 0.0012222222222222226 - 0.0007777777777777774 - 0.0001111111111111113 - - 0.0002222222222222226 - 0.0006666666666666661 - 0.0015555555555555566 - 0.005555555555555553 - 0.0027777777777777783 - 0.0007777777777777765 - 0.001666666666666667 - 0.0 - 0.0007777777777777774 - 0.00022222222222222174 - - 0.0006666666666666661 - 0.0001111111111111113 - 0.0017777777777777774 - 0.0041111111111111105 - 0.0006666666666666678 - 0.0012222222222222218 - 0.0008888888888888887 - 0.0014444444444444444 - 0.0014444444444444444 - 0.00044444444444444436 - - 0.00011111111111111044 - 0.0001111111111111113 - 0.0010000000000000009 - 0.005222222222222222 - 0.0031111111111111114 - 0.0004444444444444452 - 0.0008888888888888887 - 0.0006666666666666665 - 0.0017777777777777783 - 0.0 - - 0.0 - 0.0006666666666666665 - 0.0012222222222222218 - 0.005000000000000001 - 0.0022222222222222227 - 0.001666666666666667 - 0.001 - 0.001 - 0.0007777777777777783 - 0.001 - - 0.00033333333333333305 - 0.0 - 0.0013333333333333322 - 0.002333333333333333 - 0.003222222222222222 - 0.0004444444444444452 - 0.00022222222222222174 - 0.0019999999999999996 - 0.0011111111111111105 - 0.00022222222222222174 - - 0.0006666666666666661 - 0.0006666666666666665 - 0.0011111111111111113 - 0.005555555555555555 - 0.0014444444444444444 - 0.00011111111111111217 - 0.0007777777777777774 - 0.0011111111111111113 - 0.0017777777777777783 - 0.0007777777777777783 - - 0.00011111111111111044 - 0.0001111111111111113 - 0.0007777777777777783 - 0.005000000000000001 - 0.0025555555555555557 - 0.0006666666666666661 - 0.0007777777777777774 - 0.0007777777777777774 - 0.001666666666666667 - 0.0005555555555555557 - - 0.00033333333333333305 - 0.0002222222222222226 - 0.0012222222222222235 - 0.00322222222222222 - 0.003666666666666667 - 0.0014444444444444461 - 0.0005555555555555557 - 0.0013333333333333335 - 0.0008888888888888887 - 0.00033333333333333305 - - 0.0006666666666666661 - 0.0007777777777777778 - 0.0014444444444444444 - 0.005222222222222222 - 0.0021111111111111105 - 0.0005555555555555557 - 0.0014444444444444444 - 0.0015555555555555553 - 0.0017777777777777774 - 0.00022222222222222174 - - 0.00044444444444444436 - 0.0 - 0.0021111111111111105 - 0.0036666666666666688 - 0.0006666666666666678 - 0.0007777777777777783 - 0.0011111111111111105 - 0.0012222222222222226 - 0.0017777777777777779 - 0.0001111111111111113 - - 0.0008888888888888887 - 0.0005555555555555557 - 0.002666666666666668 - 0.004555555555555556 - 0.0033333333333333322 - 0.0012222222222222218 - 0.0001111111111111113 - 0.0012222222222222226 - 0.0006666666666666661 - 0.0007777777777777783 - - 0.00011111111111111217 - 0.00033333333333333305 - 0.0010000000000000009 - 0.006000000000000002 - 0.0015555555555555548 - 0.0011111111111111113 - 0.0005555555555555557 - 0.0014444444444444444 - 0.0014444444444444444 - 0.00033333333333333305 - - !!python/tuple - domain-independent/Sum/ - equality_of_odds_true_positive - - - 0.014999999999999902 - 0.006000000000000005 - 0.0010000000000000009 - 0.0050000000000000044 - 0.010000000000000009 - 0.026000000000000023 - 0.015999999999999903 - 0.02299999999999991 - 0.010000000000000009 - 0.0 - - 0.008000000000000007 - 0.0020000000000000018 - 0.0050000000000000044 - 0.0020000000000000018 - 0.0040000000000000036 - 0.02200000000000002 - 0.01200000000000001 - 0.026999999999999913 - 0.007000000000000006 - 0.006000000000000005 - - 0.007999999999999896 - 0.0040000000000000036 - 0.0050000000000000044 - 0.0040000000000000036 - 0.008000000000000007 - 0.030000000000000027 - 0.013999999999999901 - 0.015999999999999903 - 0.0030000000000000027 - 0.006000000000000005 - - 0.0030000000000000027 - 0.0050000000000000044 - 0.0020000000000000018 - 0.006000000000000005 - 0.0030000000000000027 - 0.026000000000000023 - 0.013999999999999901 - 0.009999999999999898 - 0.007000000000000006 - 0.010000000000000009 - - 0.0050000000000000044 - 0.010000000000000009 - 0.006000000000000005 - 0.010000000000000009 - 0.0020000000000000018 - 0.03200000000000003 - 0.016999999999999904 - 0.018999999999999906 - 0.0040000000000000036 - 0.013000000000000012 - - 0.008999999999999897 - 0.0020000000000000018 - 0.0010000000000000009 - 0.0030000000000000027 - 0.0050000000000000044 - 0.02400000000000002 - 0.0119999999999999 - 0.0119999999999999 - 0.0010000000000000009 - 0.0040000000000000036 - - 0.0040000000000000036 - 0.014000000000000012 - 0.01100000000000001 - 0.006000000000000005 - 0.0040000000000000036 - 0.027000000000000024 - 0.019999999999999907 - 0.013999999999999901 - 0.009000000000000008 - 0.01100000000000001 - - 0.0050000000000000044 - 0.0010000000000000009 - 0.0050000000000000044 - 0.0030000000000000027 - 0.006000000000000005 - 0.019000000000000017 - 0.01100000000000001 - 0.013999999999999901 - 0.007000000000000006 - 0.006000000000000005 - - 0.009999999999999898 - 0.0040000000000000036 - 0.0030000000000000027 - 0.01200000000000001 - 0.0050000000000000044 - 0.03300000000000003 - 0.007000000000000006 - 0.019999999999999907 - 0.0010000000000000009 - 0.008000000000000007 - - 0.0039999999999998925 - 0.0030000000000000027 - 0.008000000000000007 - 0.014000000000000012 - 0.007000000000000006 - 0.029000000000000026 - 0.0119999999999999 - 0.020999999999999908 - 0.0010000000000000009 - 0.0050000000000000044 - - 0.0020000000000000018 - 0.01100000000000001 - 0.009000000000000008 - 0.0040000000000000036 - 0.008000000000000007 - 0.02200000000000002 - 0.016999999999999904 - 0.020999999999999908 - 0.009000000000000008 - 0.006000000000000005 - - 0.0010000000000000009 - 0.0020000000000000018 - 0.0010000000000000009 - 0.0050000000000000044 - 0.013000000000000012 - 0.028000000000000025 - 0.01200000000000001 - 0.020999999999999908 - 0.006000000000000005 - 0.006000000000000005 - - 0.0030000000000000027 - 0.01100000000000001 - 0.0030000000000000027 - 0.0030000000000000027 - 0.013000000000000012 - 0.014000000000000012 - 0.020999999999999908 - 0.015999999999999903 - 0.0010000000000000009 - 0.007000000000000006 - - 0.004999999999999893 - 0.0050000000000000044 - 0.014000000000000012 - 0.010000000000000009 - 0.0010000000000000009 - 0.020000000000000018 - 0.019999999999999907 - 0.017999999999999905 - 0.007000000000000006 - 0.007000000000000006 - - 0.006000000000000005 - 0.0020000000000000018 - 0.0010000000000000009 - 0.0050000000000000044 - 0.007999999999999896 - 0.03400000000000003 - 0.009999999999999898 - 0.02399999999999991 - 0.014000000000000012 - 0.01200000000000001 - - 0.0050000000000000044 - 0.007000000000000006 - 0.010000000000000009 - 0.0010000000000000009 - 0.007000000000000006 - 0.03200000000000003 - 0.017999999999999905 - 0.008000000000000007 - 0.006000000000000005 - 0.007000000000000006 - - !!python/tuple - domain-independent/Sum/ - bias_amplification - - - 0.007188894397620271 - 0.0029761904761904656 - 0.004081632653061273 - 0.012420847540185131 - 0.008268482490272344 - 0.007223942208462342 - 0.005450941526263575 - 0.007684426229508157 - 0.00594648166501488 - 0.0010141987829614951 - - 0.002702702702702675 - 0.0 - 0.008295625942684737 - 0.01037549407114624 - 0.006562955760816669 - 0.00624349635796051 - 0.007090464547677255 - 0.010266940451745366 - 0.0035282258064516236 - 0.003024193548387122 - - 0.0017508754377189018 - 0.0014925373134327957 - 0.004596527068437162 - 0.007881773399014746 - 0.006506024096385565 - 0.007645259938837912 - 0.0032712632108706785 - 0.0061412487205732 - 0.0024703557312253377 - 0.0017491254372813403 - - 0.0019607843137254832 - 0.00025037556334506217 - 0.004365690806368727 - 0.011057692307692268 - 0.004112239961296615 - 0.009109838625715794 - 0.00501002004008011 - 0.005381855458739149 - 0.0034687809712586892 - 0.0022692889561271024 - - 0.0007458975634012655 - 0.0009930486593843213 - 0.0020060180541624506 - 0.014395393474088247 - 0.005612493899463167 - 0.010119356512714117 - 0.008016032064128265 - 0.004919730709476933 - 0.002743142144638444 - 0.002765208647561579 - - 0.003718393653941443 - 0.00024863252113371814 - 0.004356740133265036 - 0.00820463320463316 - 0.0002391200382592107 - 0.003401360544217691 - 0.0009960159362549792 - 0.006426735218509005 - 0.0034965034965035446 - 0.002008032128514081 - - 0.0007466401194624606 - 0.0032290114257327307 - 0.000508130081300795 - 0.012673362027737944 - 0.0057581573896353655 - 0.008231545406266583 - 0.00700700700700696 - 0.005133470225872738 - 0.006222000995520172 - 0.0027541311967952398 - - 0.0012224938875305957 - 0.0017335314512134659 - 0.004136504653567741 - 0.011417697431018059 - 0.006292352371732868 - 0.008937960042061044 - 0.004980079681274896 - 0.005943152454780387 - 0.003514056224899642 - 0.0037556334501752664 - - 0.0017266896891958705 - 0.0009940357852882276 - 0.0038129130655820687 - 0.008132084770823056 - 0.008268482490272344 - 0.007516848107827934 - 0.0012382367508667613 - 0.009683995922528 - 0.002748625687156392 - 0.0025025025025025016 - - 0.0004980079681274896 - 0.0022376926902039074 - 0.0005122950819672623 - 0.015763546798029604 - 0.0047755491881565915 - 0.007645259938837912 - 0.004824784154393136 - 0.007920286152273914 - 0.004205838693715935 - 0.0030060120240480437 - - 0.0002474022761009831 - 0.0024875621890547706 - 0.004028197381671705 - 0.012003919647231798 - 0.007513330101793558 - 0.004158004158004158 - 0.005982053838484491 - 0.007164790174002067 - 0.005952380952380931 - 0.002779181404749864 - - 0.0004960317460317443 - 0.0009891196834816984 - 0.003095975232198178 - 0.0083826429980276 - 0.010941960038059029 - 0.010507432086109714 - 0.004226752859273986 - 0.008509541000515708 - 0.0034825870646766344 - 0.0022692889561271024 - - 0.0007444168734491718 - 0.00449550449550451 - 0.0025879917184264967 - 0.010721247563352798 - 0.007684918347742542 - 0.004800404244567957 - 0.00852557673019061 - 0.0076687116564416735 - 0.004239401496259343 - 0.001260716086737279 - - 0.0022288261515601704 - 0.0012321340561852745 - 0.008337544214249593 - 0.010401548137397243 - 0.0016851227732306295 - 0.007109004739336511 - 0.007499999999999951 - 0.007379134860050929 - 0.005799293998991373 - 0.0015136226034309086 - - 0.0034448818897637734 - 0.0017318159327065485 - 0.005852417302798951 - 0.008780487804878057 - 0.009073543457497557 - 0.011737089201877882 - 0.002743142144638444 - 0.009015971148892299 - 0.005040322580645129 - 0.004771471622300405 - - 0.0014734774066798018 - 0.0024777006937561907 - 0.0002586652871184869 - 0.012971120900636346 - 0.005114466634193904 - 0.005600814663951126 - 0.005747126436781658 - 0.005338078291814985 - 0.0047523761880940985 - 0.0025176233635447742
28.352962
57
0.57766
2594d6c5160b8ca312ead1b0437a123e727013e9
1,185
yml
YAML
jupyter_book/minimal/_config.yml
fmaussion/jupyter-book
4fe6493412d5c76a39b1a3e7455dc9e640f5f333
[ "BSD-3-Clause" ]
1
2020-07-10T22:19:18.000Z
2020-07-10T22:19:18.000Z
jupyter_book/minimal/_config.yml
fmaussion/jupyter-book
4fe6493412d5c76a39b1a3e7455dc9e640f5f333
[ "BSD-3-Clause" ]
null
null
null
jupyter_book/minimal/_config.yml
fmaussion/jupyter-book
4fe6493412d5c76a39b1a3e7455dc9e640f5f333
[ "BSD-3-Clause" ]
null
null
null
####################################################################################### # Jekyll site settings title: YOUR BOOK NAME author: YOUR AUTHOR NAME email: YOUR EMAIL baseurl: "/" # the subpath of your site, e.g. /blog. If there is no subpath for your site, use an empty string "" url: "YOUR URL" # the base hostname & protocol for your site, e.g. http://example.com textbook_logo_link : https://jupyter.org/jupyter-book/ # A link for the logo. ####################################################################################### # Interact link settings # General interact settings use_jupyterlab : false # If 'true', interact links will use JupyterLab as the interface # Jupyterhub link settings use_jupyterhub_button : false # If 'true', display a button that will direct users to a JupyterHub (that you provide) # Binder link settings use_binder_button : false # If 'true', add a binder button for interactive links binder_repo_org : "YOUR-ORG" # The username or organization that owns this repository binder_repo_name : "YOUR-REPO" # The name of the repository on the web
47.4
129
0.587342
e74c27c07960f282e4255398a795f60f247800a1
1,246
yml
YAML
docs-ref-autogen/com.azure.resourcemanager.containerservice.models.KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
docs-ref-autogen/com.azure.resourcemanager.containerservice.models.KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.azure.resourcemanager.containerservice.models.KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaType uid: "com.azure.resourcemanager.containerservice.models.KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount" fullName: "com.azure.resourcemanager.containerservice.models.KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount<ParentT>" name: "KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount<ParentT>" nameWithType: "KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount<ParentT>" summary: "The stage of a container service agent pool definition allowing to specify the number of agents (Virtual Machines) to host docker containers.\n\nAllowed values must be in the range of 1 to 100 (inclusive); the default value is 1." syntax: "public static interface KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount<ParentT>" methods: - "com.azure.resourcemanager.containerservice.models.KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount.withAgentPoolVirtualMachineCount(int)" type: "interface" typeParameters: - name: "ParentT" metadata: {} package: "com.azure.resourcemanager.containerservice.models" artifact: com.azure.resourcemanager:azure-resourcemanager-containerservice:2.2.0
77.875
240
0.864366
3d65d7f915a15839ff785d3927e704679217d43c
918
yaml
YAML
product/reports/110_Configuration Management - Hosts/020_Date Brought under Management.yaml
mkanoor/manageiq
5819fcea0bd3294e2ce2938b6d850920d22a76c0
[ "Apache-2.0" ]
1,243
2015-01-13T12:29:36.000Z
2022-03-25T12:03:03.000Z
product/reports/110_Configuration Management - Hosts/020_Date Brought under Management.yaml
mkanoor/manageiq
5819fcea0bd3294e2ce2938b6d850920d22a76c0
[ "Apache-2.0" ]
20,415
2015-01-01T10:37:18.000Z
2022-03-31T21:52:44.000Z
product/reports/110_Configuration Management - Hosts/020_Date Brought under Management.yaml
mkanoor/manageiq
5819fcea0bd3294e2ce2938b6d850920d22a76c0
[ "Apache-2.0" ]
1,053
2015-01-07T17:54:15.000Z
2022-03-29T19:10:50.000Z
--- dims: created_on: 2008-08-11 16:25:13.490154 Z title: "Hosts: Date brought under Management for Last Week" conditions: !ruby/object:MiqExpression exp: "IS": field: Host-created_on value: Last Week updated_on: 2008-08-13 21:07:38.833909 Z order: Ascending graph: menu_name: "Date brought under Management for Last Week" rpt_group: Custom priority: 30 col_order: - name - hostname - created_on - username timeline: :last_unit: :last_time: :field: created_on :bands: - :gap: 0.0 :width: 70 :pixels: 100 :text: true :unit: Day - :gap: 0.1 :width: 30 :pixels: 200 :text: false :height: 0.6 :unit: Month :position: Last id: 68 file_mtime: categories: rpt_type: Custom filename: include: {} db: Host cols: - name - hostname - created_on - username template_type: report group: sortby: - name headers: - Host Name - Hostname - Date Added - VC User Name
15.3
59
0.67756
c79fc1ad6fd35802ed444f2b045c978393f19f88
1,526
yml
YAML
openshift/ansiblegen/examples/openshift_v1_route.yml
flaper87/openshift-restclient-python
13d5d86ca89035b9f596032e7a34f3cc33bf8f18
[ "Apache-2.0" ]
null
null
null
openshift/ansiblegen/examples/openshift_v1_route.yml
flaper87/openshift-restclient-python
13d5d86ca89035b9f596032e7a34f3cc33bf8f18
[ "Apache-2.0" ]
null
null
null
openshift/ansiblegen/examples/openshift_v1_route.yml
flaper87/openshift-restclient-python
13d5d86ca89035b9f596032e7a34f3cc33bf8f18
[ "Apache-2.0" ]
null
null
null
# v1_route.yml --- - create: name: myroute namespace: k8s-project host: www.example.com spec_to_kind: Service spec_to_name: service-name tls_termination: edge tls_key: |- -----BEGIN PRIVATE KEY----- key_file_contents -----END PRIVATE KEY----- tls_certificate: |- -----BEGIN CERTIFICATE----- certificate contents -----END CERTIFICATE----- tls_ca_certificate: |- -----BEGIN CERTIFICATE----- ca_certificate_contents -----END CERTIFICATE----- name: Create route - patch: name: myroute namespace: k8s-project host: www.example.com tls_termination: reencrypt spec_to_kind: Service spec_to_name: other-service-name tls_destination_ca_certificate: |- -----BEGIN CERTIFICATE----- destination_cetricate_contents -----END CERTIFICATE----- name: Patch route - replace: name: myroute namespace: k8s-project host: www.example.com path: /foo/bar/baz.html spec_to_kind: Service spec_to_name: whimsy-name tls_termination: edge tls_key: |- -----BEGIN PRIVATE KEY----- key_file_contents -----END PRIVATE KEY----- tls_certificate: |- -----BEGIN CERTIFICATE----- certificate_contents -----END CERTIFICATE----- tls_ca_certificate: |- -----BEGIN CERTIFICATE----- ca_certificate_contents -----END CERTIFICATE----- name: Replace route - remove: name: myroute namespace: k8s-project name: Remove route
23.84375
38
0.61599
c524a9d04e465bfe6184e85bc0fa3944e5f1e8ae
992
yaml
YAML
config.yaml
hling51325/bilibili-live-danmaku
1f8a54070b86fef2a5079f86867540d956435a34
[ "MIT" ]
1
2022-03-02T19:46:33.000Z
2022-03-02T19:46:33.000Z
config.yaml
frankfanslc/bilibili-live-danmaku
e409e04d27deabf8c9b9c8055ba0ebfd6b02c5d3
[ "MIT" ]
7
2022-02-18T14:56:16.000Z
2022-03-31T16:31:05.000Z
config.yaml
StudyingFather/bilibili-live-danmaku
30cebaf7a8d7b1a49912d0890c09a10749906755
[ "MIT" ]
null
null
null
# 启动端口 PORT: 8081 # 最多记录历史房间号 MAX_HISTORY_ROOM: 15 # 弹幕窗渲染页面地址 DANMAKU_RENDER_PATH: '' SAVE_ALL_BILI_MESSAGE: false # 礼物色彩区分, 1~6 分别对应B站 6档SC价格 PRICE_PROPERTIES: 1: backgroundColor: "#EDF5FF" backgroundPriceColor: "#7497CD" backgroundBottomColor: "#2A60B2" time: 60000 2: backgroundColor: "#DBFFFD" backgroundPriceColor: "#7DA4BD" backgroundBottomColor: "#427D9E" time: 120000 3: backgroundColor: "#FFF1C5" backgroundPriceColor: "gold" backgroundBottomColor: "#E2B52B" time: 300000 4: backgroundColor: "rgb(255,234,210)" backgroundPriceColor: "rgb(255,234,210)" backgroundBottomColor: "rgb(244,148,67)" time: 1800000 5: backgroundColor: "rgb(255,231,228)" backgroundPriceColor: "rgb(255,231,228)" backgroundBottomColor: "rgb(229,77,77)" time: 3600000 6: backgroundColor: "rgb(255,216,216)" backgroundPriceColor: "rgb(255,216,216)" backgroundBottomColor: "rgb(171,26,50)" time: 7200000
25.435897
44
0.693548
739d3f637bf5fd0111ba2b8817ee3e40528b60e4
249
yml
YAML
GiftWrapping/Resource/config/path.yml
k-yamamura/eccube3-sample-plugin
4e3e92b578393f20a2a2c7be98333149f6d0cac9
[ "MIT" ]
null
null
null
GiftWrapping/Resource/config/path.yml
k-yamamura/eccube3-sample-plugin
4e3e92b578393f20a2a2c7be98333149f6d0cac9
[ "MIT" ]
null
null
null
GiftWrapping/Resource/config/path.yml
k-yamamura/eccube3-sample-plugin
4e3e92b578393f20a2a2c7be98333149f6d0cac9
[ "MIT" ]
3
2015-12-10T08:35:42.000Z
2018-10-24T12:08:13.000Z
# realdir:plugin gift_wrapping_html_realdir: /html/plugin/giftwrapping gift_wrapping_img_realdir: /html/plugin/giftwrapping/assets/img # urlpath gift_wrapping_urlpath: /plugin/giftwrapping gift_wrapping_img_urlpath: /plugin/giftwrapping/assets/img
31.125
63
0.863454
d3bc8b909d3b093e75c78525f9e707eca4b315e5
215
yml
YAML
.travis.yml
jbloomlab/epistasis
a94eac55a00139f52ad62ac223a63127ba3ce685
[ "Unlicense" ]
null
null
null
.travis.yml
jbloomlab/epistasis
a94eac55a00139f52ad62ac223a63127ba3ce685
[ "Unlicense" ]
null
null
null
.travis.yml
jbloomlab/epistasis
a94eac55a00139f52ad62ac223a63127ba3ce685
[ "Unlicense" ]
null
null
null
# https://travis-ci.org/harmslab/epistasis language: python python: - 3.6 - 3.5 install: - pip install -r requirements.txt - python setup.py build_ext -i - python setup.py install script: pytest
19.545455
42
0.674419
d24190026cf3425e85ee712fe1f14c58672ff094
132
yml
YAML
codecov.yml
iamcerebrocerberus/stylelint
490226be9952bd1291de16a10ce1c4a559a7b5a8
[ "MIT" ]
1
2019-11-30T06:20:02.000Z
2019-11-30T06:20:02.000Z
codecov.yml
iamcerebrocerberus/stylelint
490226be9952bd1291de16a10ce1c4a559a7b5a8
[ "MIT" ]
33
2022-02-06T22:17:13.000Z
2022-03-28T03:20:19.000Z
codecov.yml
iamcerebrocerberus/stylelint
490226be9952bd1291de16a10ce1c4a559a7b5a8
[ "MIT" ]
null
null
null
comment: false # https://docs.codecov.com/docs/commit-status coverage: status: project: default: threshold: 1%
14.666667
45
0.643939
9677833ce3c6d99caf0299ddfe605e6043bc41ee
2,015
yml
YAML
content/Unreal Tournament/Maps/DeathMatch/L/1/1/789b45/dm-lastcrusaderi_[11789b45].yml
acrinym/unreal-archive-data
ac9f151af3b401c10970839e7c5eb594e181e74a
[ "Unlicense" ]
20
2019-02-05T15:09:30.000Z
2022-03-06T02:04:19.000Z
content/Unreal Tournament/Maps/DeathMatch/L/1/1/789b45/dm-lastcrusaderi_[11789b45].yml
acrinym/unreal-archive-data
ac9f151af3b401c10970839e7c5eb594e181e74a
[ "Unlicense" ]
496
2019-02-17T20:07:27.000Z
2022-03-28T10:35:41.000Z
content/Unreal Tournament/Maps/DeathMatch/L/1/1/789b45/dm-lastcrusaderi_[11789b45].yml
acrinym/unreal-archive-data
ac9f151af3b401c10970839e7c5eb594e181e74a
[ "Unlicense" ]
15
2019-02-02T14:06:44.000Z
2022-02-24T22:40:18.000Z
--- !<MAP> contentType: "MAP" firstIndex: "2018-10-19 16:13" variationOf: "41c668c5081eb612d46824dade36cfe7c9b5db6f" game: "Unreal Tournament" name: "DM-LastCrusader]I[" author: "Daniel \"KaMi\" Díaz" description: "None" releaseDate: "1998-05" attachments: - type: "IMAGE" name: "dm-lastcrusaderi_shot_11789b45_1.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/DeathMatch/L/dm-lastcrusaderi_shot_11789b45_1.png" - type: "IMAGE" name: "dm-lastcrusaderi_shot_11789b45_2.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Maps/DeathMatch/L/dm-lastcrusaderi_shot_11789b45_2.png" originalFilename: "DM-LastCrusader]I[.zip" hash: "11789b450f7c4af29724b67c959276019c05f66d" fileSize: 6862532 files: - name: "Chizra1.umx" fileSize: 422386 hash: "dcb3cfd52414740cd0cbd8a813d900969b6892d8" - name: "DM-LastCrusader]I[.unr" fileSize: 8545379 hash: "b86abc647eb8686429b0b7cdff90d8d4f425514b" - name: "chicoruinspack.utx" fileSize: 3020961 hash: "02ccc7d058e1161b7b56e01e93583bb10c7c6fbc" otherFiles: 2 dependencies: DM-LastCrusader]I[.unr: - status: "OK" name: "ChicoRuinsPack" - status: "OK" name: "Chizra1" downloads: - url: "http://medor.no-ip.org/index.php?dir=Maps/DeathMatch&file=DM-LastCrusader%5DI%5B.zip" main: false repack: false state: "OK" - url: "https://f002.backblazeb2.com/file/unreal-archive-files/Unreal%20Tournament/Maps/DeathMatch/L/DM-LastCrusader%5DI%5B.zip" main: true repack: false state: "OK" - url: "https://files.vohzd.com/unrealarchive/Unreal%20Tournament/Maps/DeathMatch/L/1/1/789b45/DM-LastCrusader%255DI%255B.zip" main: false repack: false state: "OK" - url: "https://unreal-archive-files.eu-central-1.linodeobjects.com/Unreal%20Tournament/Maps/DeathMatch/L/1/1/789b45/DM-LastCrusader%255DI%255B.zip" main: false repack: false state: "OK" deleted: false gametype: "DeathMatch" title: "DM-LastCrusader]I[" playerCount: "3-7" themes: Ancient: 1.0 bots: true
33.032787
148
0.759305
306973c12d092aec5015a2fbd1d9d13e3c0fbefe
1,072
yaml
YAML
_data/spotfire.yaml
api-network/organizations
a6c87f20aa4b44dee7a48d52506e25cf8e6556da
[ "Apache-2.0" ]
4
2021-02-19T03:02:53.000Z
2022-03-23T07:51:17.000Z
_data/spotfire.yaml
api-network/organizations
a6c87f20aa4b44dee7a48d52506e25cf8e6556da
[ "Apache-2.0" ]
null
null
null
_data/spotfire.yaml
api-network/organizations
a6c87f20aa4b44dee7a48d52506e25cf8e6556da
[ "Apache-2.0" ]
3
2021-02-19T03:02:59.000Z
2021-10-03T22:25:23.000Z
--- name: Spotfire description: "TIBCO Spotfire\xAE is a smart, secure, governed, enterprise-class analytics platform with built-in immersive data wrangling that delivers AI-driven visual analytics, predictive analytics, geoanalytics, and streaming analytics." image: "" created: "2021-02-04" modified: "2021-02-04" specificationVersion: "0.14" x-rank: "7" x-alexaRank: "39604" url: https://raw.githubusercontent.com/api-network/organizations/main/spotfire.yaml tags: - Tool Vendors apis: [] x-common: - type: x-documentation url: https://docs.tibco.com - type: x-facebook url: https://www.facebook.com/TIBCO - type: x-linkedin url: https://www.linkedin.com/company/tibco/ - type: x-partner url: https://partners.tibco.com/s/partners - type: x-support url: https://support.tibco.com - type: x-twitter url: https://twitter.com/tibco - type: x-website url: https://spotfire.tibco.com - type: x-youtube url: https://www.youtube.com/user/TIBCOSoftware include: [] maintainers: - FN: Kin Lane x-twitter: apievangelist email: info@apievangelist.com ---
28.210526
91
0.735075
3f8dcffc71843f511547a68c93cbbe858f364e2b
2,293
yml
YAML
_config.yml
nicopatsch/personal-website
bc63c1859fe36d580fef6b9d14c6f317dc86bc54
[ "MIT" ]
null
null
null
_config.yml
nicopatsch/personal-website
bc63c1859fe36d580fef6b9d14c6f317dc86bc54
[ "MIT" ]
null
null
null
_config.yml
nicopatsch/personal-website
bc63c1859fe36d580fef6b9d14c6f317dc86bc54
[ "MIT" ]
null
null
null
layout: sidebar style: dark plugins: - jekyll-octicons - jekyll-github-metadata permalink: /:year/:month/:day/:title/ defaults: - scope: path: "" # an empty string here means all files in the project type: "posts" values: layout: "post" topics: projects: # The projects you want to display featured: - MusicSignature - Mondrian normal: - emergence-simulation - BackPacker - GameOfLife3D - FlappyCloud - pong sources: # The sources you want to link - name: Nautilus url: http://nautil.us/ description: A general news paper that tackles complexe subjects in depth — consciousness, time, philosophy, science... - name: Colah's Blog url: http://colah.github.io/ tags: - dataviz - neural networks description: A great blog on Data visualization and neural networks. Great animations and visualization of complexe data concepts. - name: Gate Notes url: https://www.gatesnotes.com/About-Bill-Gates/Summer-Books-2019 description: Bill Gates blog with a great insight into his life and incredible mind. - name: Quanta Magazine url: https://www.quantamagazine.org description: A great math newspaper that gives more dynamism and visualization to math concepts. Great pedagogy example! tags: - math - name: The Gradient url: https://thegradient.pub/how-to-fix-rl/ description: A great newspaper on Neural Networks. tags: - neural networks - name: EdSurge url: https://www.edsurge.com description: A good way to keep in touch with advancements in the Education space. tags: - education - name: Ask A Philosopher url: https://askaphilosopher.org description: You ask a question, a philosopher answers. Quite simple and often captivating. tags: - philosophy - name: LessWrong url: https://www.lesswrong.com description: Eliezer Yudkowsky is obsessed with truth and rationality. This is his community website on which everyone tries to improve their decision making and remain in truth. tags: - philosophy socials: twitter: https://twitter.com/nicopatsch linkedin: https://www.linkedin.com/in/nicolas-patschkowski-8a300b77/ # Google Analytics google_analytics: UA-138312863-1
29.397436
182
0.701265
3fc6e7ac0754fc6951cf019c423a4bd9b61d85b7
1,399
yml
YAML
_data/comments/road-to-blog/comment-1575062663912.yml
Ezylryb-BK/Ezylryb-BK.github.io
f043386f18f56b679606380366cb90fda739a626
[ "MIT" ]
2
2019-02-08T13:32:48.000Z
2019-02-09T08:27:34.000Z
_data/comments/road-to-blog/comment-1575062663912.yml
Ezylryb-BK/Ezylryb-BK.github.io
f043386f18f56b679606380366cb90fda739a626
[ "MIT" ]
null
null
null
_data/comments/road-to-blog/comment-1575062663912.yml
Ezylryb-BK/Ezylryb-BK.github.io
f043386f18f56b679606380366cb90fda739a626
[ "MIT" ]
1
2019-06-10T13:16:40.000Z
2019-06-10T13:16:40.000Z
_id: 9d2a8f70-12ee-11ea-836d-355eb54900d9 message: >- Adjust cev.wekl.ezylryb-bk.github.io.juv.qw person, [URL=http://disclosenews.com/viagra-pack-90/ - viagra-pack-90 without a prescription[/URL - [URL=http://celebsize.com/soft-pack-40/ - soft-pack-40 lowest price[/URL - [URL=http://disclosenews.com/voltaren-sr/ - generic voltaren-sr[/URL - [URL=http://alanhawkshaw.net/cipro/ - buy ciprofloxacin[/URL - [URL=http://iowansforsafeaccess.org/levitra-online/ - levitra[/URL - oestrogens; drivers exacerbation <a href="http://disclosenews.com/viagra-pack-90/">viagra-pack-90 for sale</a> <a href="http://celebsize.com/soft-pack-40/">soft-pack-40 online</a> <a href="http://disclosenews.com/voltaren-sr/">voltaren-sr for sale</a> <a href="http://alanhawkshaw.net/cipro/">cipro</a> <a href="http://iowansforsafeaccess.org/levitra-online/">precio levitra farmacia</a> disablement navicular reader http://disclosenews.com/viagra-pack-90/ viagra-pack-90 generic http://celebsize.com/soft-pack-40/ soft-pack-40 lowest price http://disclosenews.com/voltaren-sr/ voltaren-sr no prescription http://alanhawkshaw.net/cipro/ il meteo a cipro cipro http://iowansforsafeaccess.org/levitra-online/ levitra revise between. name: uqemuanajnnos email: 657377c9ec4e3e5892360583f12072ba url: 'http://disclosenews.com/viagra-pack-90/' hidden: '' date: '2019-11-29T21:24:23.912Z'
53.807692
79
0.739814
2473dec50c0706211f1edf2e763b8de7f0cd3254
164
yml
YAML
src/Flowr/AmulenSyncBundle/Resources/translations/FlowrAmulenSync.en.yml
myFlowr/AmulenSync
ad14cc4f4bb92cbc8511398fa491e97c6122e717
[ "MIT" ]
null
null
null
src/Flowr/AmulenSyncBundle/Resources/translations/FlowrAmulenSync.en.yml
myFlowr/AmulenSync
ad14cc4f4bb92cbc8511398fa491e97c6122e717
[ "MIT" ]
null
null
null
src/Flowr/AmulenSyncBundle/Resources/translations/FlowrAmulenSync.en.yml
myFlowr/AmulenSync
ad14cc4f4bb92cbc8511398fa491e97c6122e717
[ "MIT" ]
null
null
null
flowr_amulensync.description: Amulen plugin for syncronize data with Flowr. sync: Sincronize Users list: Users FlowrId: Flowr FlowrCode: Flowr Code Synced: Synced
20.5
75
0.823171
3ca98cd619cb0ffe6042fbd3c09e070ed01e1739
214
yaml
YAML
k8s/helm/app/templates/secret.yaml
borjlp/the-real-devops-challenge
6571c4ea2d08f421e92d319b08e7b15dcdb6393c
[ "Apache-2.0" ]
null
null
null
k8s/helm/app/templates/secret.yaml
borjlp/the-real-devops-challenge
6571c4ea2d08f421e92d319b08e7b15dcdb6393c
[ "Apache-2.0" ]
null
null
null
k8s/helm/app/templates/secret.yaml
borjlp/the-real-devops-challenge
6571c4ea2d08f421e92d319b08e7b15dcdb6393c
[ "Apache-2.0" ]
null
null
null
apiVersion: v1 kind: Secret metadata: name: {{ include "app.fullname" . }} labels: {{- include "app.labels" . | nindent 4 }} type: Opaque data: MONGO_URI: {{ .Values.secrets.MONGO_URI | b64enc | quote }}
21.4
61
0.64486
3cb2ac7c41839c1557c0893b148a00d00b170d41
152
yaml
YAML
mlruns/.trash/13/meta.yaml
sgaut023/Chronic-Liver-Classification
98523a467eed3b51c20a73ed5ddbc53a1bf7a8d6
[ "RSA-MD" ]
1
2022-03-09T11:34:00.000Z
2022-03-09T11:34:00.000Z
mlruns/.trash/13/meta.yaml
sgaut023/Chronic-Liver-Classification
98523a467eed3b51c20a73ed5ddbc53a1bf7a8d6
[ "RSA-MD" ]
null
null
null
mlruns/.trash/13/meta.yaml
sgaut023/Chronic-Liver-Classification
98523a467eed3b51c20a73ed5ddbc53a1bf7a8d6
[ "RSA-MD" ]
null
null
null
artifact_location: /NOBACKUP/gauthiers/Chronic-Liver-Classification/mlruns/13 experiment_id: '13' lifecycle_stage: active name: test_svm_second_order_2
30.4
77
0.861842
369ad937017937506edd0eb1d5beda6086aadcfe
442
yml
YAML
default/palettes/sandy.yml
Burning-Owl-Studios/TerraBosConfig
7bae85822cde6adb2ff7fcd4b1af54b60ad9b062
[ "CC-BY-4.0" ]
null
null
null
default/palettes/sandy.yml
Burning-Owl-Studios/TerraBosConfig
7bae85822cde6adb2ff7fcd4b1af54b60ad9b062
[ "CC-BY-4.0" ]
null
null
null
default/palettes/sandy.yml
Burning-Owl-Studios/TerraBosConfig
7bae85822cde6adb2ff7fcd4b1af54b60ad9b062
[ "CC-BY-4.0" ]
null
null
null
layers: - materials: - "minecraft:sand": 4 - "minecraft:gravel": 1 layers: 1 - materials: - "minecraft:gravel": 2 - "minecraft:dirt": 5 layers: 2 - materials: - "minecraft:gravel": 1 - "minecraft:dirt": 1 - "minecraft:stone": 6 - "minecraft:cobblestone": 1 layers: 10 - materials: - "minecraft:stone": 5 - "minecraft:cobblestone": 1 layers: 1 id: "SANDY"
21.047619
34
0.542986
2dcb053a8fad3df7d86ad531ba981e19eaee180a
614
yml
YAML
preview-packages/docs-ref-autogen/@azure/arm-datafactory/AmazonRdsForOracleSource.yml
EmmaZhu/azure-docs-sdk-node
0728a99d9d7ae8711be232fb6fc30fb39285b662
[ "CC-BY-4.0", "MIT" ]
1
2022-02-27T20:08:19.000Z
2022-02-27T20:08:19.000Z
working/data-factory/azure-arm-datafactory/stable/AmazonRdsForOracleSource.yml
MicrosoftDocs/azure-sdk-docs-demo-2
080636441276afa13b3bfefa9cb5971f7f3ebcc3
[ "CC-BY-4.0", "MIT" ]
null
null
null
working/data-factory/azure-arm-datafactory/stable/AmazonRdsForOracleSource.yml
MicrosoftDocs/azure-sdk-docs-demo-2
080636441276afa13b3bfefa9cb5971f7f3ebcc3
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:TSTypeAlias name: AmazonRdsForOracleSource uid: '@azure/arm-datafactory.AmazonRdsForOracleSource' package: '@azure/arm-datafactory' summary: A copy activity AmazonRdsForOracle source. fullName: AmazonRdsForOracleSource remarks: '' isPreview: false isDeprecated: false syntax: >- type AmazonRdsForOracleSource = CopySource & { additionalColumns?: Record<string, unknown>, oracleReaderQuery?: Record<string, unknown>, partitionOption?: Record<string, unknown>, partitionSettings?: AmazonRdsForOraclePartitionSettings, queryTimeout?: Record<string, unknown>, type: "AmazonRdsForOracleSource" }
38.375
78
0.80456
63c83328c0e43bad1953f68f981c121be95a51f2
1,748
yml
YAML
app/config/security.yml
OnlyD/Agenda_ILM
868333ad066d58648634793d5c7169fc69f2e5ae
[ "MIT" ]
null
null
null
app/config/security.yml
OnlyD/Agenda_ILM
868333ad066d58648634793d5c7169fc69f2e5ae
[ "MIT" ]
null
null
null
app/config/security.yml
OnlyD/Agenda_ILM
868333ad066d58648634793d5c7169fc69f2e5ae
[ "MIT" ]
null
null
null
security: firewalls: # Firewall de la parte de administración o backend backend: pattern: ^/backend provider: administradores http_basic: ~ # Firewall global utilizado en la parte pública o frontend frontend: pattern: ^/* provider: usuarios anonymous: ~ form_login: login_path: usuario_login check_path: usuario_login_check logout: path: usuario_logout remember_me: key: cupon1234 lifetime: 604800 # 604.800 = 3.600 * 24 * 7 = 1 semana access_control: - { path: ^/(es|en)/usuario/(login|registro), roles: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/(es|en)/usuario/*, roles: ROLE_USUARIO } - { path: ^/backend/*, roles: ROLE_ADMIN } encoders: Agenda_ILM\UsuarioBundle\Entity\Usuario: { algorithm: sha512, iterations: 10 } Agenda_ILM\TiendaBundle\Entity\Tienda: { algorithm: sha512, iterations: 10 } Symfony\Component\Security\Core\User\User: sha512 providers: # Usuarios del frontend usuarios: entity: { class: Agenda_ILM\UsuarioBundle\Entity\Usuario, property: email } # Usuarios del backend administradores: memory: users: # user = admin, pass = 1234 admin: { password: Eti36Ru/pWG6WfoIPiDFUBxUuyvgMA4L8+LLuGbGyqV9ATuT9brCWPchBqX5vFTF+DgntacecW+sSGD+GZts2A==, roles: ROLE_ADMIN } role_hierarchy: ROLE_ADMIN: [ROLE_TIENDA, ROLE_USUARIO, ROLE_ALLOWED_TO_SWITCH]
38.844444
148
0.563501
b427a028edcdf0024517d8b975e6144dc3d1f078
909
yaml
YAML
apps/kube-system/mail/release.yaml
angelnu/k8s-gitops
a84473d034dbce08517b032a6bc19d1ccd39a0fd
[ "Apache-2.0" ]
43
2021-02-15T19:44:08.000Z
2022-03-25T06:53:11.000Z
apps/kube-system/mail/release.yaml
angelnu/k8s-gitops
a84473d034dbce08517b032a6bc19d1ccd39a0fd
[ "Apache-2.0" ]
19
2021-02-12T19:01:55.000Z
2022-02-20T10:41:59.000Z
apps/kube-system/mail/release.yaml
angelnu/k8s-gitops
a84473d034dbce08517b032a6bc19d1ccd39a0fd
[ "Apache-2.0" ]
13
2021-02-27T19:53:47.000Z
2022-03-26T10:34:13.000Z
apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: mail spec: interval: 5m chart: spec: chart: mail version: v3.3.0 sourceRef: kind: HelmRepository name: mail namespace: flux-system interval: 5m values: image: repository: boky/postfix tag: v3.4.0 # Override version from Chart's AppVersion service: port: 25 type: LoadBalancer spec: loadBalancerIP: "${CLUSTER_EXTERNAL_SUBNET_PREFIX}.${CLUSTER_LB_MAIL}" persistence: enabled: false config: general: TZ: Europe/Berlin ALLOW_EMPTY_SENDER_DOMAINS: "true" # ALLOWED_SENDER_DOMAINS: ${CLUSTER_DOMAIN} # RELAYHOST: secret # RELAYHOST_USERNAME: secret # RELAYHOST_PASSWORD: secret valuesFrom: - kind: Secret name: mail-helm-values optional: false
21.642857
78
0.627063
08d36c58037fe4e9fd567cd0ecc246b73464ae59
15
yaml
YAML
tests/key-override/file1.yaml
fbouliane/python-config-probe
684d2f6ceaa3c98dc786e3cb4b5b8639d5593c6e
[ "Apache-2.0" ]
1
2016-06-02T14:44:32.000Z
2016-06-02T14:44:32.000Z
tests/key-override/file1.yaml
fbouliane/python-config-probe
684d2f6ceaa3c98dc786e3cb4b5b8639d5593c6e
[ "Apache-2.0" ]
13
2016-05-13T18:26:55.000Z
2016-12-09T19:13:27.000Z
tests/key-override/file1.yaml
fbouliane/python-config-probe
684d2f6ceaa3c98dc786e3cb4b5b8639d5593c6e
[ "Apache-2.0" ]
4
2016-05-13T17:39:51.000Z
2019-04-01T21:00:33.000Z
key: "value1"
5
13
0.6
49da885f707682640ec1d46ed28f9c4840676a2d
3,102
yml
YAML
docker/docker-compose.yml
ibyte2011/LaserDB
326fa477c4cbee36f46706ecb3b4a48d3bdab057
[ "Apache-2.0" ]
26
2021-01-07T09:32:37.000Z
2022-02-17T04:00:03.000Z
docker/docker-compose.yml
imotai/LaserDB
16f02fe001751b26e4221f54f9d3e2ca8c1a0607
[ "Apache-2.0" ]
1
2021-09-01T09:16:53.000Z
2021-12-04T02:25:15.000Z
docker/docker-compose.yml
imotai/LaserDB
16f02fe001751b26e4221f54f9d3e2ca8c1a0607
[ "Apache-2.0" ]
10
2021-01-21T06:26:46.000Z
2022-02-08T02:41:23.000Z
version: "3" services: consul: image: consul container_name: consul ports: - "8500:8500" environment: CONSUL_LOCAL_CONFIG: '{ "disable_update_check": true }' command: "agent -server -data-dir=/tmp/consul -client=0.0.0.0 -bootstrap -bind=172.16.1.2 -ui" restart: always networks: internal: ipv4_address: 172.16.1.2 mysql: image: mysql container_name: mysql networks: internal: ipv4_address: 172.16.1.3 environment: MYSQL_ROOT_PASSWORD: root command: "--default-authentication-plugin=mysql_native_password" restart: always volumes: - ./mysql:/docker-entrypoint-initdb.d prometheus: image: prom/prometheus:v2.14.0 container_name: prometheus volumes: - ./prometheus:/etc/prometheus ports: - 9090:9090 restart: always networks: internal: ipv4_address: 172.16.1.4 grafana: image: grafana/grafana container_name: grafana user: "104" depends_on: - prometheus restart: always ports: - 3000:3000 networks: internal: ipv4_address: 172.16.1.5 laser_leader: image: laserdb/laserdb container_name: laser_leader ports: - 10022:10022 - 20022:20022 environment: LASER_HOST: 172.16.1.6 LASER_GROUP_NAME: default LASER_NODE_ID: 1 LASER_PORT: 20022 LASER_HTTP_PORT: 10022 LASER_SERVICE_NAME: laser_test depends_on: - consul restart: always networks: internal: ipv4_address: 172.16.1.6 laser_follower: image: laserdb/laserdb container_name: laser_follower ports: - 10023:10023 - 20023:20023 environment: LASER_HOST: 172.16.1.7 LASER_GROUP_NAME: default LASER_NODE_ID: 2 LASER_PORT: 20023 LASER_HTTP_PORT: 10023 LASER_SERVICE_NAME: laser_test depends_on: - consul restart: always networks: internal: ipv4_address: 172.16.1.7 laser_proxy: image: laserdb/laser_proxy container_name: laser_proxy ports: - 16382:16382 - 10024:10024 environment: LASER_PROXY_HOST: 172.16.1.8 LASER_PROXY_PORT: 16382 LASER_PROXY_HTTP_PORT: 10024 LASER_PROXY_TARGET_SERVICE_NAME: laser_test LASER_PROXY_SERVICE_NAME: laser_test_proxy depends_on: - consul - laser_leader - laser_follower restart: always networks: internal: ipv4_address: 172.16.1.8 laser_control: image: laserdb/laser_control container_name: laser_control ports: - 31000:31000 depends_on: - consul - mysql command: [ "/wait-for-it.sh", "-t", "0", "mysql:3306", "--", "/laser/control/laser_control", "server", "--config=/laser/control/etc/config.yaml", ] restart: always networks: internal: ipv4_address: 172.16.1.9 networks: internal: ipam: driver: default config: - subnet: 172.16.1.0/24
21.246575
98
0.614442
b7869a6f5590878f18152b2373d8dc10e1ef9784
473
yml
YAML
_config.yml
andrew-m-lab/andrew-m-lab.github.io
92f1e6cdcee62dfaac8f072b54aea0ae709a885c
[ "Apache-2.0" ]
null
null
null
_config.yml
andrew-m-lab/andrew-m-lab.github.io
92f1e6cdcee62dfaac8f072b54aea0ae709a885c
[ "Apache-2.0" ]
null
null
null
_config.yml
andrew-m-lab/andrew-m-lab.github.io
92f1e6cdcee62dfaac8f072b54aea0ae709a885c
[ "Apache-2.0" ]
null
null
null
# Site settings title: M-Lab email: support@measurementlab.net baseurl: "" excerpt_separator: <!--more--> # Build settings permalink: "/blog/:title/" sass: sass_dir: _sass markdown: kramdown include: ['_pages'] exclude: - .gitignore - README.md - Gemfile - Gemfile.lock # Gems gems: ['jekyll-paginate', 'jekyll-feed'] paginate: 1 paginate_path: "/blog/page/:num" # HTML Compression settings compress_html: clippings: [ ] blanklines: false profile: false
16.310345
40
0.706131
4aad41ad27589112722da16b5dad1e0ab18aa30d
419
yml
YAML
molecule/default/molecule.yml
oalmlov/ansible-role-vscodium
dbba306ac152ba2140e87894dd74545056b1fc90
[ "MIT" ]
null
null
null
molecule/default/molecule.yml
oalmlov/ansible-role-vscodium
dbba306ac152ba2140e87894dd74545056b1fc90
[ "MIT" ]
null
null
null
molecule/default/molecule.yml
oalmlov/ansible-role-vscodium
dbba306ac152ba2140e87894dd74545056b1fc90
[ "MIT" ]
null
null
null
--- dependency: name: galaxy driver: name: docker platforms: - name: Debian10 image: geerlingguy/docker-debian10-ansible:latest pre_build_image: true - name: Ubuntu2004 image: geerlingguy/docker-ubuntu2004-ansible:latest pre_build_image: true - name: centos8 image: geerlingguy/docker-centos8-ansible:latest pre_build_image: true provisioner: name: ansible verifier: name: ansible
20.95
55
0.739857
8ea683e885845bbb6a22892e8364c3214ad8d932
126
yml
YAML
docs/_config.yml
HerrX2000/cwtools-vscode
7f24e6e9ad41cdc6c357fad20da9f4f8bf99baf0
[ "MIT" ]
null
null
null
docs/_config.yml
HerrX2000/cwtools-vscode
7f24e6e9ad41cdc6c357fad20da9f4f8bf99baf0
[ "MIT" ]
null
null
null
docs/_config.yml
HerrX2000/cwtools-vscode
7f24e6e9ad41cdc6c357fad20da9f4f8bf99baf0
[ "MIT" ]
null
null
null
title: CW Tools description: Fun, productive, cleaner modding. A VS Code extension providing support for paradox script files.
63
110
0.81746
39914e7e5117dfc60b1ab921d2164bdca016fbc6
5,163
yml
YAML
src/data/seasons/2011/races/13-italy/free-practice-1-results.yml
F1DB/f1db
5a4fb148e6baf50443758086924922ce5d108916
[ "CC-BY-4.0" ]
9
2021-11-29T07:57:56.000Z
2022-03-16T21:08:58.000Z
src/data/seasons/2011/races/13-italy/free-practice-1-results.yml
F1DB/f1db
5a4fb148e6baf50443758086924922ce5d108916
[ "CC-BY-4.0" ]
1
2021-12-31T09:24:54.000Z
2021-12-31T10:36:13.000Z
src/data/seasons/2011/races/13-italy/free-practice-1-results.yml
F1DB/f1db
5a4fb148e6baf50443758086924922ce5d108916
[ "CC-BY-4.0" ]
1
2022-01-02T21:58:05.000Z
2022-01-02T21:58:05.000Z
- position: 1 driverNumber: 3 driverId: lewis-hamilton constructorId: mclaren engineManufacturerId: mercedes tyreManufacturerId: pirelli time: "1:23.865" gap: interval: laps: 18 - position: 2 driverNumber: 4 driverId: jenson-button constructorId: mclaren engineManufacturerId: mercedes tyreManufacturerId: pirelli time: "1:24.786" gap: "+0.921" interval: "+0.921" laps: 19 - position: 3 driverNumber: 1 driverId: sebastian-vettel constructorId: red-bull engineManufacturerId: renault tyreManufacturerId: pirelli time: "1:25.231" gap: "+1.366" interval: "+0.445" laps: 25 - position: 4 driverNumber: 2 driverId: mark-webber constructorId: red-bull engineManufacturerId: renault tyreManufacturerId: pirelli time: "1:25.459" gap: "+1.594" interval: "+0.228" laps: 24 - position: 5 driverNumber: 14 driverId: adrian-sutil constructorId: force-india engineManufacturerId: mercedes tyreManufacturerId: pirelli time: "1:26.550" gap: "+2.685" interval: "+1.091" laps: 23 - position: 6 driverNumber: 10 driverId: vitaly-petrov constructorId: renault engineManufacturerId: renault tyreManufacturerId: pirelli time: "1:26.625" gap: "+2.760" interval: "+0.075" laps: 20 - position: 7 driverNumber: 5 driverId: fernando-alonso constructorId: ferrari engineManufacturerId: ferrari tyreManufacturerId: pirelli time: "1:26.647" gap: "+2.782" interval: "+0.022" laps: 20 - position: 8 driverNumber: 6 driverId: felipe-massa constructorId: ferrari engineManufacturerId: ferrari tyreManufacturerId: pirelli time: "1:26.676" gap: "+2.811" interval: "+0.029" laps: 24 - position: 9 driverNumber: 17 driverId: sergio-perez constructorId: sauber engineManufacturerId: ferrari tyreManufacturerId: pirelli time: "1:26.694" gap: "+2.829" interval: "+0.018" laps: 28 - position: 10 driverNumber: 19 driverId: jaime-alguersuari constructorId: toro-rosso engineManufacturerId: ferrari tyreManufacturerId: pirelli time: "1:26.696" gap: "+2.831" interval: "+0.002" laps: 15 - position: 11 driverNumber: 7 driverId: michael-schumacher constructorId: mercedes engineManufacturerId: mercedes tyreManufacturerId: pirelli time: "1:26.699" gap: "+2.834" interval: "+0.003" laps: 21 - position: 12 driverNumber: 15 driverId: nico-hulkenberg constructorId: force-india engineManufacturerId: mercedes tyreManufacturerId: pirelli time: "1:26.826" gap: "+2.961" interval: "+0.127" laps: 21 - position: 13 driverNumber: 11 driverId: rubens-barrichello constructorId: williams engineManufacturerId: cosworth tyreManufacturerId: pirelli time: "1:26.836" gap: "+2.971" interval: "+0.010" laps: 25 - position: 14 driverNumber: 16 driverId: kamui-kobayashi constructorId: sauber engineManufacturerId: ferrari tyreManufacturerId: pirelli time: "1:26.996" gap: "+3.131" interval: "+0.160" laps: 29 - position: 15 driverNumber: 12 driverId: pastor-maldonado constructorId: williams engineManufacturerId: cosworth tyreManufacturerId: pirelli time: "1:27.365" gap: "+3.500" interval: "+0.369" laps: 25 - position: 16 driverNumber: 9 driverId: bruno-senna constructorId: renault engineManufacturerId: renault tyreManufacturerId: pirelli time: "1:27.385" gap: "+3.520" interval: "+0.020" laps: 23 - position: 17 driverNumber: 18 driverId: sebastien-buemi constructorId: toro-rosso engineManufacturerId: ferrari tyreManufacturerId: pirelli time: "1:27.433" gap: "+3.568" interval: "+0.048" laps: 25 - position: 18 driverNumber: 8 driverId: nico-rosberg constructorId: mercedes engineManufacturerId: mercedes tyreManufacturerId: pirelli time: "1:27.492" gap: "+3.627" interval: "+0.059" laps: 24 - position: 19 driverNumber: 20 driverId: heikki-kovalainen constructorId: lotus-racing engineManufacturerId: renault tyreManufacturerId: pirelli time: "1:29.539" gap: "+5.674" interval: "+2.047" laps: 10 - position: 20 driverNumber: 21 driverId: karun-chandhok constructorId: lotus-racing engineManufacturerId: renault tyreManufacturerId: pirelli time: "1:30.148" gap: "+6.283" interval: "+0.609" laps: 19 - position: 21 driverNumber: 22 driverId: daniel-ricciardo constructorId: hrt engineManufacturerId: cosworth tyreManufacturerId: pirelli time: "1:30.609" gap: "+6.744" interval: "+0.461" laps: 27 - position: 22 driverNumber: 23 driverId: vitantonio-liuzzi constructorId: hrt engineManufacturerId: cosworth tyreManufacturerId: pirelli time: "1:30.619" gap: "+6.754" interval: "+0.010" laps: 24 - position: 23 driverNumber: 24 driverId: timo-glock constructorId: virgin engineManufacturerId: cosworth tyreManufacturerId: pirelli time: "1:31.052" gap: "+7.187" interval: "+0.433" laps: 12 - position: 24 driverNumber: 25 driverId: jerome-dambrosio constructorId: virgin engineManufacturerId: cosworth tyreManufacturerId: pirelli time: "1:31.899" gap: "+8.034" interval: "+0.847" laps: 22
21.423237
32
0.707534
1f82647c8c23449e5f794a42c4efcc3cb50e5dc1
319
yml
YAML
core/core-web/src/intTestDisabled/resources/application.yml
ursjoss/sipamato
e857e4a60b74cf5683f6a0093c9bf50949522ebe
[ "BSD-3-Clause" ]
null
null
null
core/core-web/src/intTestDisabled/resources/application.yml
ursjoss/sipamato
e857e4a60b74cf5683f6a0093c9bf50949522ebe
[ "BSD-3-Clause" ]
null
null
null
core/core-web/src/intTestDisabled/resources/application.yml
ursjoss/sipamato
e857e4a60b74cf5683f6a0093c9bf50949522ebe
[ "BSD-3-Clause" ]
null
null
null
spring: main: allow-bean-definition-overriding: true allow-circular-references: true banner-mode: "off" autoconfigure: exclude: org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration batch: initialize-schema: never job: enabled: false logging: level: root: WARN
21.266667
82
0.714734
69afbb9c4f1eabb82221107592804a9bf910490f
1,195
yml
YAML
docs-ref-autogen/com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation.domains.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
docs-ref-autogen/com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation.domains.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation.domains.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaMember uid: "com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation.domains*" fullName: "com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation.domains" name: "domains" nameWithType: "SecurityPolicyWebApplicationFirewallAssociation.domains" members: - uid: "com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation.domains()" fullName: "com.microsoft.azure.management.cdn.SecurityPolicyWebApplicationFirewallAssociation.domains()" name: "domains()" nameWithType: "SecurityPolicyWebApplicationFirewallAssociation.domains()" summary: "Get list of domains." syntax: "public List<ResourceReference> domains()" returns: description: "the domains value" type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cdn.ResourceReference?alt=com.microsoft.azure.management.cdn.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />&gt;" type: "method" metadata: {} package: "com.microsoft.azure.management.cdn" artifact: com.microsoft.azure:azure-mgmt-cdn:1.40.0
59.75
305
0.803347
b364f48fdb5ecbc3c1b83589eb3d5da5365b473c
70,415
yml
YAML
docs/xrefmap.yml
txwizard/BitMath
382d25681ae3b8cd0e989f81578cf166e5e78b54
[ "BSD-3-Clause" ]
null
null
null
docs/xrefmap.yml
txwizard/BitMath
382d25681ae3b8cd0e989f81578cf166e5e78b54
[ "BSD-3-Clause" ]
null
null
null
docs/xrefmap.yml
txwizard/BitMath
382d25681ae3b8cd0e989f81578cf166e5e78b54
[ "BSD-3-Clause" ]
null
null
null
### YamlMime:XRefMap sorted: true references: - uid: TestStand name: TestStand href: api/TestStand.html commentId: N:TestStand fullName: TestStand nameWithType: TestStand - uid: TestStand.Util name: Util href: api/TestStand.Util.html commentId: T:TestStand.Util fullName: TestStand.Util nameWithType: Util - uid: TestStand.Util.ARRAY_FIRST_ELEMENT name: ARRAY_FIRST_ELEMENT href: api/TestStand.Util.html#TestStand_Util_ARRAY_FIRST_ELEMENT commentId: F:TestStand.Util.ARRAY_FIRST_ELEMENT fullName: TestStand.Util.ARRAY_FIRST_ELEMENT nameWithType: Util.ARRAY_FIRST_ELEMENT - uid: TestStand.Util.ARRAY_ORDINAL_FROM_SUBSCRIPT name: ARRAY_ORDINAL_FROM_SUBSCRIPT href: api/TestStand.Util.html#TestStand_Util_ARRAY_ORDINAL_FROM_SUBSCRIPT commentId: F:TestStand.Util.ARRAY_ORDINAL_FROM_SUBSCRIPT fullName: TestStand.Util.ARRAY_ORDINAL_FROM_SUBSCRIPT nameWithType: Util.ARRAY_ORDINAL_FROM_SUBSCRIPT - uid: TestStand.Util.ARRAY_SECOND_ELEMENT name: ARRAY_SECOND_ELEMENT href: api/TestStand.Util.html#TestStand_Util_ARRAY_SECOND_ELEMENT commentId: F:TestStand.Util.ARRAY_SECOND_ELEMENT fullName: TestStand.Util.ARRAY_SECOND_ELEMENT nameWithType: Util.ARRAY_SECOND_ELEMENT - uid: TestStand.Util.ARRAY_SUBSCRIPT_FROM_ORDINAL name: ARRAY_SUBSCRIPT_FROM_ORDINAL href: api/TestStand.Util.html#TestStand_Util_ARRAY_SUBSCRIPT_FROM_ORDINAL commentId: F:TestStand.Util.ARRAY_SUBSCRIPT_FROM_ORDINAL fullName: TestStand.Util.ARRAY_SUBSCRIPT_FROM_ORDINAL nameWithType: Util.ARRAY_SUBSCRIPT_FROM_ORDINAL - uid: TestStand.Util.ByteArrayToHexDigitString(System.Byte[]) name: ByteArrayToHexDigitString(Byte[]) href: api/TestStand.Util.html#TestStand_Util_ByteArrayToHexDigitString_System_Byte___ commentId: M:TestStand.Util.ByteArrayToHexDigitString(System.Byte[]) name.vb: ByteArrayToHexDigitString(Byte()) fullName: TestStand.Util.ByteArrayToHexDigitString(System.Byte[]) fullName.vb: TestStand.Util.ByteArrayToHexDigitString(System.Byte()) nameWithType: Util.ByteArrayToHexDigitString(Byte[]) nameWithType.vb: Util.ByteArrayToHexDigitString(Byte()) - uid: TestStand.Util.ByteArrayToHexDigitString(System.Byte[],System.UInt32) name: ByteArrayToHexDigitString(Byte[], UInt32) href: api/TestStand.Util.html#TestStand_Util_ByteArrayToHexDigitString_System_Byte___System_UInt32_ commentId: M:TestStand.Util.ByteArrayToHexDigitString(System.Byte[],System.UInt32) name.vb: ByteArrayToHexDigitString(Byte(), UInt32) fullName: TestStand.Util.ByteArrayToHexDigitString(System.Byte[], System.UInt32) fullName.vb: TestStand.Util.ByteArrayToHexDigitString(System.Byte(), System.UInt32) nameWithType: Util.ByteArrayToHexDigitString(Byte[], UInt32) nameWithType.vb: Util.ByteArrayToHexDigitString(Byte(), UInt32) - uid: TestStand.Util.ByteArrayToHexDigitString* name: ByteArrayToHexDigitString href: api/TestStand.Util.html#TestStand_Util_ByteArrayToHexDigitString_ commentId: Overload:TestStand.Util.ByteArrayToHexDigitString isSpec: "True" fullName: TestStand.Util.ByteArrayToHexDigitString nameWithType: Util.ByteArrayToHexDigitString - uid: TestStand.Util.BYTES_TO_STRING_BLOCK_OF_4 name: BYTES_TO_STRING_BLOCK_OF_4 href: api/TestStand.Util.html#TestStand_Util_BYTES_TO_STRING_BLOCK_OF_4 commentId: F:TestStand.Util.BYTES_TO_STRING_BLOCK_OF_4 fullName: TestStand.Util.BYTES_TO_STRING_BLOCK_OF_4 nameWithType: Util.BYTES_TO_STRING_BLOCK_OF_4 - uid: TestStand.Util.BYTES_TO_STRING_BLOCK_OF_8 name: BYTES_TO_STRING_BLOCK_OF_8 href: api/TestStand.Util.html#TestStand_Util_BYTES_TO_STRING_BLOCK_OF_8 commentId: F:TestStand.Util.BYTES_TO_STRING_BLOCK_OF_8 fullName: TestStand.Util.BYTES_TO_STRING_BLOCK_OF_8 nameWithType: Util.BYTES_TO_STRING_BLOCK_OF_8 - uid: TestStand.Util.BYTES_TO_STRING_NO_SPACING name: BYTES_TO_STRING_NO_SPACING href: api/TestStand.Util.html#TestStand_Util_BYTES_TO_STRING_NO_SPACING commentId: F:TestStand.Util.BYTES_TO_STRING_NO_SPACING fullName: TestStand.Util.BYTES_TO_STRING_NO_SPACING nameWithType: Util.BYTES_TO_STRING_NO_SPACING - uid: TestStand.Util.EMPTY_STRING_LENGTH name: EMPTY_STRING_LENGTH href: api/TestStand.Util.html#TestStand_Util_EMPTY_STRING_LENGTH commentId: F:TestStand.Util.EMPTY_STRING_LENGTH fullName: TestStand.Util.EMPTY_STRING_LENGTH nameWithType: Util.EMPTY_STRING_LENGTH - uid: TestStand.Util.HEXADECIMAL name: HEXADECIMAL href: api/TestStand.Util.html#TestStand_Util_HEXADECIMAL commentId: F:TestStand.Util.HEXADECIMAL fullName: TestStand.Util.HEXADECIMAL nameWithType: Util.HEXADECIMAL - uid: TestStand.Util.HEXADECIMAL_2 name: HEXADECIMAL_2 href: api/TestStand.Util.html#TestStand_Util_HEXADECIMAL_2 commentId: F:TestStand.Util.HEXADECIMAL_2 fullName: TestStand.Util.HEXADECIMAL_2 nameWithType: Util.HEXADECIMAL_2 - uid: TestStand.Util.HEXADECIMAL_4 name: HEXADECIMAL_4 href: api/TestStand.Util.html#TestStand_Util_HEXADECIMAL_4 commentId: F:TestStand.Util.HEXADECIMAL_4 fullName: TestStand.Util.HEXADECIMAL_4 nameWithType: Util.HEXADECIMAL_4 - uid: TestStand.Util.HEXADECIMAL_8 name: HEXADECIMAL_8 href: api/TestStand.Util.html#TestStand_Util_HEXADECIMAL_8 commentId: F:TestStand.Util.HEXADECIMAL_8 fullName: TestStand.Util.HEXADECIMAL_8 nameWithType: Util.HEXADECIMAL_8 - uid: TestStand.Util.HEXADECIMAL_PREFIX_0H_LC name: HEXADECIMAL_PREFIX_0H_LC href: api/TestStand.Util.html#TestStand_Util_HEXADECIMAL_PREFIX_0H_LC commentId: F:TestStand.Util.HEXADECIMAL_PREFIX_0H_LC fullName: TestStand.Util.HEXADECIMAL_PREFIX_0H_LC nameWithType: Util.HEXADECIMAL_PREFIX_0H_LC - uid: TestStand.Util.HEXADECIMAL_PREFIX_0H_UC name: HEXADECIMAL_PREFIX_0H_UC href: api/TestStand.Util.html#TestStand_Util_HEXADECIMAL_PREFIX_0H_UC commentId: F:TestStand.Util.HEXADECIMAL_PREFIX_0H_UC fullName: TestStand.Util.HEXADECIMAL_PREFIX_0H_UC nameWithType: Util.HEXADECIMAL_PREFIX_0H_UC - uid: TestStand.Util.HEXADECIMAL_PREFIX_0X_LC name: HEXADECIMAL_PREFIX_0X_LC href: api/TestStand.Util.html#TestStand_Util_HEXADECIMAL_PREFIX_0X_LC commentId: F:TestStand.Util.HEXADECIMAL_PREFIX_0X_LC fullName: TestStand.Util.HEXADECIMAL_PREFIX_0X_LC nameWithType: Util.HEXADECIMAL_PREFIX_0X_LC - uid: TestStand.Util.HEXADECIMAL_PREFIX_0X_UC name: HEXADECIMAL_PREFIX_0X_UC href: api/TestStand.Util.html#TestStand_Util_HEXADECIMAL_PREFIX_0X_UC commentId: F:TestStand.Util.HEXADECIMAL_PREFIX_0X_UC fullName: TestStand.Util.HEXADECIMAL_PREFIX_0X_UC nameWithType: Util.HEXADECIMAL_PREFIX_0X_UC - uid: TestStand.Util.ShowKeyAssemblyProperties(System.Reflection.Assembly) name: ShowKeyAssemblyProperties(Assembly) href: api/TestStand.Util.html#TestStand_Util_ShowKeyAssemblyProperties_System_Reflection_Assembly_ commentId: M:TestStand.Util.ShowKeyAssemblyProperties(System.Reflection.Assembly) fullName: TestStand.Util.ShowKeyAssemblyProperties(System.Reflection.Assembly) nameWithType: Util.ShowKeyAssemblyProperties(Assembly) - uid: TestStand.Util.ShowKeyAssemblyProperties* name: ShowKeyAssemblyProperties href: api/TestStand.Util.html#TestStand_Util_ShowKeyAssemblyProperties_ commentId: Overload:TestStand.Util.ShowKeyAssemblyProperties isSpec: "True" fullName: TestStand.Util.ShowKeyAssemblyProperties nameWithType: Util.ShowKeyAssemblyProperties - uid: TestStand.Util.SPACE_CHAR name: SPACE_CHAR href: api/TestStand.Util.html#TestStand_Util_SPACE_CHAR commentId: F:TestStand.Util.SPACE_CHAR fullName: TestStand.Util.SPACE_CHAR nameWithType: Util.SPACE_CHAR - uid: WizardWrx name: WizardWrx href: api/WizardWrx.html commentId: N:WizardWrx fullName: WizardWrx nameWithType: WizardWrx - uid: WizardWrx.BCLIntegerTypeInfo name: BCLIntegerTypeInfo href: api/WizardWrx.BCLIntegerTypeInfo.html commentId: T:WizardWrx.BCLIntegerTypeInfo fullName: WizardWrx.BCLIntegerTypeInfo nameWithType: BCLIntegerTypeInfo - uid: WizardWrx.BCLIntegerTypeInfo.Equals(System.Object) name: Equals(Object) href: api/WizardWrx.BCLIntegerTypeInfo.html#WizardWrx_BCLIntegerTypeInfo_Equals_System_Object_ commentId: M:WizardWrx.BCLIntegerTypeInfo.Equals(System.Object) fullName: WizardWrx.BCLIntegerTypeInfo.Equals(System.Object) nameWithType: BCLIntegerTypeInfo.Equals(Object) - uid: WizardWrx.BCLIntegerTypeInfo.Equals* name: Equals href: api/WizardWrx.BCLIntegerTypeInfo.html#WizardWrx_BCLIntegerTypeInfo_Equals_ commentId: Overload:WizardWrx.BCLIntegerTypeInfo.Equals isSpec: "True" fullName: WizardWrx.BCLIntegerTypeInfo.Equals nameWithType: BCLIntegerTypeInfo.Equals - uid: WizardWrx.BCLIntegerTypeInfo.GetHashCode name: GetHashCode() href: api/WizardWrx.BCLIntegerTypeInfo.html#WizardWrx_BCLIntegerTypeInfo_GetHashCode commentId: M:WizardWrx.BCLIntegerTypeInfo.GetHashCode fullName: WizardWrx.BCLIntegerTypeInfo.GetHashCode() nameWithType: BCLIntegerTypeInfo.GetHashCode() - uid: WizardWrx.BCLIntegerTypeInfo.GetHashCode* name: GetHashCode href: api/WizardWrx.BCLIntegerTypeInfo.html#WizardWrx_BCLIntegerTypeInfo_GetHashCode_ commentId: Overload:WizardWrx.BCLIntegerTypeInfo.GetHashCode isSpec: "True" fullName: WizardWrx.BCLIntegerTypeInfo.GetHashCode nameWithType: BCLIntegerTypeInfo.GetHashCode - uid: WizardWrx.BCLIntegerTypeInfo.ToString name: ToString() href: api/WizardWrx.BCLIntegerTypeInfo.html#WizardWrx_BCLIntegerTypeInfo_ToString commentId: M:WizardWrx.BCLIntegerTypeInfo.ToString fullName: WizardWrx.BCLIntegerTypeInfo.ToString() nameWithType: BCLIntegerTypeInfo.ToString() - uid: WizardWrx.BCLIntegerTypeInfo.ToString* name: ToString href: api/WizardWrx.BCLIntegerTypeInfo.html#WizardWrx_BCLIntegerTypeInfo_ToString_ commentId: Overload:WizardWrx.BCLIntegerTypeInfo.ToString isSpec: "True" fullName: WizardWrx.BCLIntegerTypeInfo.ToString nameWithType: BCLIntegerTypeInfo.ToString - uid: WizardWrx.BitArray32 name: BitArray32 href: api/WizardWrx.BitArray32.html commentId: T:WizardWrx.BitArray32 fullName: WizardWrx.BitArray32 nameWithType: BitArray32 - uid: WizardWrx.BitArray32.#ctor name: BitArray32() href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32__ctor commentId: M:WizardWrx.BitArray32.#ctor fullName: WizardWrx.BitArray32.BitArray32() nameWithType: BitArray32.BitArray32() - uid: WizardWrx.BitArray32.#ctor(System.UInt32) name: BitArray32(UInt32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32__ctor_System_UInt32_ commentId: M:WizardWrx.BitArray32.#ctor(System.UInt32) fullName: WizardWrx.BitArray32.BitArray32(System.UInt32) nameWithType: BitArray32.BitArray32(UInt32) - uid: WizardWrx.BitArray32.#ctor* name: BitArray32 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32__ctor_ commentId: Overload:WizardWrx.BitArray32.#ctor isSpec: "True" fullName: WizardWrx.BitArray32.BitArray32 nameWithType: BitArray32.BitArray32 - uid: WizardWrx.BitArray32.BIT_01 name: BIT_01 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_01 commentId: F:WizardWrx.BitArray32.BIT_01 fullName: WizardWrx.BitArray32.BIT_01 nameWithType: BitArray32.BIT_01 - uid: WizardWrx.BitArray32.BIT_02 name: BIT_02 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_02 commentId: F:WizardWrx.BitArray32.BIT_02 fullName: WizardWrx.BitArray32.BIT_02 nameWithType: BitArray32.BIT_02 - uid: WizardWrx.BitArray32.BIT_03 name: BIT_03 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_03 commentId: F:WizardWrx.BitArray32.BIT_03 fullName: WizardWrx.BitArray32.BIT_03 nameWithType: BitArray32.BIT_03 - uid: WizardWrx.BitArray32.BIT_04 name: BIT_04 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_04 commentId: F:WizardWrx.BitArray32.BIT_04 fullName: WizardWrx.BitArray32.BIT_04 nameWithType: BitArray32.BIT_04 - uid: WizardWrx.BitArray32.BIT_05 name: BIT_05 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_05 commentId: F:WizardWrx.BitArray32.BIT_05 fullName: WizardWrx.BitArray32.BIT_05 nameWithType: BitArray32.BIT_05 - uid: WizardWrx.BitArray32.BIT_06 name: BIT_06 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_06 commentId: F:WizardWrx.BitArray32.BIT_06 fullName: WizardWrx.BitArray32.BIT_06 nameWithType: BitArray32.BIT_06 - uid: WizardWrx.BitArray32.BIT_07 name: BIT_07 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_07 commentId: F:WizardWrx.BitArray32.BIT_07 fullName: WizardWrx.BitArray32.BIT_07 nameWithType: BitArray32.BIT_07 - uid: WizardWrx.BitArray32.BIT_08 name: BIT_08 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_08 commentId: F:WizardWrx.BitArray32.BIT_08 fullName: WizardWrx.BitArray32.BIT_08 nameWithType: BitArray32.BIT_08 - uid: WizardWrx.BitArray32.BIT_09 name: BIT_09 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_09 commentId: F:WizardWrx.BitArray32.BIT_09 fullName: WizardWrx.BitArray32.BIT_09 nameWithType: BitArray32.BIT_09 - uid: WizardWrx.BitArray32.BIT_10 name: BIT_10 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_10 commentId: F:WizardWrx.BitArray32.BIT_10 fullName: WizardWrx.BitArray32.BIT_10 nameWithType: BitArray32.BIT_10 - uid: WizardWrx.BitArray32.BIT_11 name: BIT_11 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_11 commentId: F:WizardWrx.BitArray32.BIT_11 fullName: WizardWrx.BitArray32.BIT_11 nameWithType: BitArray32.BIT_11 - uid: WizardWrx.BitArray32.BIT_12 name: BIT_12 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_12 commentId: F:WizardWrx.BitArray32.BIT_12 fullName: WizardWrx.BitArray32.BIT_12 nameWithType: BitArray32.BIT_12 - uid: WizardWrx.BitArray32.BIT_13 name: BIT_13 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_13 commentId: F:WizardWrx.BitArray32.BIT_13 fullName: WizardWrx.BitArray32.BIT_13 nameWithType: BitArray32.BIT_13 - uid: WizardWrx.BitArray32.BIT_14 name: BIT_14 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_14 commentId: F:WizardWrx.BitArray32.BIT_14 fullName: WizardWrx.BitArray32.BIT_14 nameWithType: BitArray32.BIT_14 - uid: WizardWrx.BitArray32.BIT_15 name: BIT_15 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_15 commentId: F:WizardWrx.BitArray32.BIT_15 fullName: WizardWrx.BitArray32.BIT_15 nameWithType: BitArray32.BIT_15 - uid: WizardWrx.BitArray32.BIT_16 name: BIT_16 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_16 commentId: F:WizardWrx.BitArray32.BIT_16 fullName: WizardWrx.BitArray32.BIT_16 nameWithType: BitArray32.BIT_16 - uid: WizardWrx.BitArray32.BIT_17 name: BIT_17 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_17 commentId: F:WizardWrx.BitArray32.BIT_17 fullName: WizardWrx.BitArray32.BIT_17 nameWithType: BitArray32.BIT_17 - uid: WizardWrx.BitArray32.BIT_18 name: BIT_18 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_18 commentId: F:WizardWrx.BitArray32.BIT_18 fullName: WizardWrx.BitArray32.BIT_18 nameWithType: BitArray32.BIT_18 - uid: WizardWrx.BitArray32.BIT_19 name: BIT_19 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_19 commentId: F:WizardWrx.BitArray32.BIT_19 fullName: WizardWrx.BitArray32.BIT_19 nameWithType: BitArray32.BIT_19 - uid: WizardWrx.BitArray32.BIT_20 name: BIT_20 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_20 commentId: F:WizardWrx.BitArray32.BIT_20 fullName: WizardWrx.BitArray32.BIT_20 nameWithType: BitArray32.BIT_20 - uid: WizardWrx.BitArray32.BIT_21 name: BIT_21 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_21 commentId: F:WizardWrx.BitArray32.BIT_21 fullName: WizardWrx.BitArray32.BIT_21 nameWithType: BitArray32.BIT_21 - uid: WizardWrx.BitArray32.BIT_22 name: BIT_22 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_22 commentId: F:WizardWrx.BitArray32.BIT_22 fullName: WizardWrx.BitArray32.BIT_22 nameWithType: BitArray32.BIT_22 - uid: WizardWrx.BitArray32.BIT_23 name: BIT_23 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_23 commentId: F:WizardWrx.BitArray32.BIT_23 fullName: WizardWrx.BitArray32.BIT_23 nameWithType: BitArray32.BIT_23 - uid: WizardWrx.BitArray32.BIT_24 name: BIT_24 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_24 commentId: F:WizardWrx.BitArray32.BIT_24 fullName: WizardWrx.BitArray32.BIT_24 nameWithType: BitArray32.BIT_24 - uid: WizardWrx.BitArray32.BIT_25 name: BIT_25 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_25 commentId: F:WizardWrx.BitArray32.BIT_25 fullName: WizardWrx.BitArray32.BIT_25 nameWithType: BitArray32.BIT_25 - uid: WizardWrx.BitArray32.BIT_26 name: BIT_26 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_26 commentId: F:WizardWrx.BitArray32.BIT_26 fullName: WizardWrx.BitArray32.BIT_26 nameWithType: BitArray32.BIT_26 - uid: WizardWrx.BitArray32.BIT_27 name: BIT_27 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_27 commentId: F:WizardWrx.BitArray32.BIT_27 fullName: WizardWrx.BitArray32.BIT_27 nameWithType: BitArray32.BIT_27 - uid: WizardWrx.BitArray32.BIT_28 name: BIT_28 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_28 commentId: F:WizardWrx.BitArray32.BIT_28 fullName: WizardWrx.BitArray32.BIT_28 nameWithType: BitArray32.BIT_28 - uid: WizardWrx.BitArray32.BIT_29 name: BIT_29 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_29 commentId: F:WizardWrx.BitArray32.BIT_29 fullName: WizardWrx.BitArray32.BIT_29 nameWithType: BitArray32.BIT_29 - uid: WizardWrx.BitArray32.BIT_30 name: BIT_30 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_30 commentId: F:WizardWrx.BitArray32.BIT_30 fullName: WizardWrx.BitArray32.BIT_30 nameWithType: BitArray32.BIT_30 - uid: WizardWrx.BitArray32.BIT_31 name: BIT_31 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_31 commentId: F:WizardWrx.BitArray32.BIT_31 fullName: WizardWrx.BitArray32.BIT_31 nameWithType: BitArray32.BIT_31 - uid: WizardWrx.BitArray32.BIT_32 name: BIT_32 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_32 commentId: F:WizardWrx.BitArray32.BIT_32 fullName: WizardWrx.BitArray32.BIT_32 nameWithType: BitArray32.BIT_32 - uid: WizardWrx.BitArray32.BIT_NBR_MAX name: BIT_NBR_MAX href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NBR_MAX commentId: F:WizardWrx.BitArray32.BIT_NBR_MAX fullName: WizardWrx.BitArray32.BIT_NBR_MAX nameWithType: BitArray32.BIT_NBR_MAX - uid: WizardWrx.BitArray32.BIT_NBR_MIN name: BIT_NBR_MIN href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NBR_MIN commentId: F:WizardWrx.BitArray32.BIT_NBR_MIN fullName: WizardWrx.BitArray32.BIT_NBR_MIN nameWithType: BitArray32.BIT_NBR_MIN - uid: WizardWrx.BitArray32.BIT_NUMBER_01 name: BIT_NUMBER_01 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_01 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_01 fullName: WizardWrx.BitArray32.BIT_NUMBER_01 nameWithType: BitArray32.BIT_NUMBER_01 - uid: WizardWrx.BitArray32.BIT_NUMBER_02 name: BIT_NUMBER_02 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_02 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_02 fullName: WizardWrx.BitArray32.BIT_NUMBER_02 nameWithType: BitArray32.BIT_NUMBER_02 - uid: WizardWrx.BitArray32.BIT_NUMBER_03 name: BIT_NUMBER_03 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_03 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_03 fullName: WizardWrx.BitArray32.BIT_NUMBER_03 nameWithType: BitArray32.BIT_NUMBER_03 - uid: WizardWrx.BitArray32.BIT_NUMBER_04 name: BIT_NUMBER_04 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_04 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_04 fullName: WizardWrx.BitArray32.BIT_NUMBER_04 nameWithType: BitArray32.BIT_NUMBER_04 - uid: WizardWrx.BitArray32.BIT_NUMBER_05 name: BIT_NUMBER_05 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_05 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_05 fullName: WizardWrx.BitArray32.BIT_NUMBER_05 nameWithType: BitArray32.BIT_NUMBER_05 - uid: WizardWrx.BitArray32.BIT_NUMBER_06 name: BIT_NUMBER_06 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_06 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_06 fullName: WizardWrx.BitArray32.BIT_NUMBER_06 nameWithType: BitArray32.BIT_NUMBER_06 - uid: WizardWrx.BitArray32.BIT_NUMBER_07 name: BIT_NUMBER_07 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_07 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_07 fullName: WizardWrx.BitArray32.BIT_NUMBER_07 nameWithType: BitArray32.BIT_NUMBER_07 - uid: WizardWrx.BitArray32.BIT_NUMBER_08 name: BIT_NUMBER_08 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_08 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_08 fullName: WizardWrx.BitArray32.BIT_NUMBER_08 nameWithType: BitArray32.BIT_NUMBER_08 - uid: WizardWrx.BitArray32.BIT_NUMBER_09 name: BIT_NUMBER_09 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_09 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_09 fullName: WizardWrx.BitArray32.BIT_NUMBER_09 nameWithType: BitArray32.BIT_NUMBER_09 - uid: WizardWrx.BitArray32.BIT_NUMBER_10 name: BIT_NUMBER_10 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_10 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_10 fullName: WizardWrx.BitArray32.BIT_NUMBER_10 nameWithType: BitArray32.BIT_NUMBER_10 - uid: WizardWrx.BitArray32.BIT_NUMBER_11 name: BIT_NUMBER_11 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_11 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_11 fullName: WizardWrx.BitArray32.BIT_NUMBER_11 nameWithType: BitArray32.BIT_NUMBER_11 - uid: WizardWrx.BitArray32.BIT_NUMBER_12 name: BIT_NUMBER_12 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_12 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_12 fullName: WizardWrx.BitArray32.BIT_NUMBER_12 nameWithType: BitArray32.BIT_NUMBER_12 - uid: WizardWrx.BitArray32.BIT_NUMBER_13 name: BIT_NUMBER_13 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_13 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_13 fullName: WizardWrx.BitArray32.BIT_NUMBER_13 nameWithType: BitArray32.BIT_NUMBER_13 - uid: WizardWrx.BitArray32.BIT_NUMBER_14 name: BIT_NUMBER_14 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_14 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_14 fullName: WizardWrx.BitArray32.BIT_NUMBER_14 nameWithType: BitArray32.BIT_NUMBER_14 - uid: WizardWrx.BitArray32.BIT_NUMBER_15 name: BIT_NUMBER_15 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_15 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_15 fullName: WizardWrx.BitArray32.BIT_NUMBER_15 nameWithType: BitArray32.BIT_NUMBER_15 - uid: WizardWrx.BitArray32.BIT_NUMBER_16 name: BIT_NUMBER_16 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_16 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_16 fullName: WizardWrx.BitArray32.BIT_NUMBER_16 nameWithType: BitArray32.BIT_NUMBER_16 - uid: WizardWrx.BitArray32.BIT_NUMBER_17 name: BIT_NUMBER_17 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_17 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_17 fullName: WizardWrx.BitArray32.BIT_NUMBER_17 nameWithType: BitArray32.BIT_NUMBER_17 - uid: WizardWrx.BitArray32.BIT_NUMBER_18 name: BIT_NUMBER_18 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_18 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_18 fullName: WizardWrx.BitArray32.BIT_NUMBER_18 nameWithType: BitArray32.BIT_NUMBER_18 - uid: WizardWrx.BitArray32.BIT_NUMBER_19 name: BIT_NUMBER_19 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_19 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_19 fullName: WizardWrx.BitArray32.BIT_NUMBER_19 nameWithType: BitArray32.BIT_NUMBER_19 - uid: WizardWrx.BitArray32.BIT_NUMBER_20 name: BIT_NUMBER_20 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_20 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_20 fullName: WizardWrx.BitArray32.BIT_NUMBER_20 nameWithType: BitArray32.BIT_NUMBER_20 - uid: WizardWrx.BitArray32.BIT_NUMBER_21 name: BIT_NUMBER_21 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_21 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_21 fullName: WizardWrx.BitArray32.BIT_NUMBER_21 nameWithType: BitArray32.BIT_NUMBER_21 - uid: WizardWrx.BitArray32.BIT_NUMBER_22 name: BIT_NUMBER_22 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_22 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_22 fullName: WizardWrx.BitArray32.BIT_NUMBER_22 nameWithType: BitArray32.BIT_NUMBER_22 - uid: WizardWrx.BitArray32.BIT_NUMBER_23 name: BIT_NUMBER_23 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_23 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_23 fullName: WizardWrx.BitArray32.BIT_NUMBER_23 nameWithType: BitArray32.BIT_NUMBER_23 - uid: WizardWrx.BitArray32.BIT_NUMBER_24 name: BIT_NUMBER_24 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_24 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_24 fullName: WizardWrx.BitArray32.BIT_NUMBER_24 nameWithType: BitArray32.BIT_NUMBER_24 - uid: WizardWrx.BitArray32.BIT_NUMBER_25 name: BIT_NUMBER_25 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_25 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_25 fullName: WizardWrx.BitArray32.BIT_NUMBER_25 nameWithType: BitArray32.BIT_NUMBER_25 - uid: WizardWrx.BitArray32.BIT_NUMBER_26 name: BIT_NUMBER_26 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_26 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_26 fullName: WizardWrx.BitArray32.BIT_NUMBER_26 nameWithType: BitArray32.BIT_NUMBER_26 - uid: WizardWrx.BitArray32.BIT_NUMBER_27 name: BIT_NUMBER_27 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_27 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_27 fullName: WizardWrx.BitArray32.BIT_NUMBER_27 nameWithType: BitArray32.BIT_NUMBER_27 - uid: WizardWrx.BitArray32.BIT_NUMBER_28 name: BIT_NUMBER_28 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_28 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_28 fullName: WizardWrx.BitArray32.BIT_NUMBER_28 nameWithType: BitArray32.BIT_NUMBER_28 - uid: WizardWrx.BitArray32.BIT_NUMBER_29 name: BIT_NUMBER_29 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_29 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_29 fullName: WizardWrx.BitArray32.BIT_NUMBER_29 nameWithType: BitArray32.BIT_NUMBER_29 - uid: WizardWrx.BitArray32.BIT_NUMBER_30 name: BIT_NUMBER_30 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_30 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_30 fullName: WizardWrx.BitArray32.BIT_NUMBER_30 nameWithType: BitArray32.BIT_NUMBER_30 - uid: WizardWrx.BitArray32.BIT_NUMBER_31 name: BIT_NUMBER_31 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_31 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_31 fullName: WizardWrx.BitArray32.BIT_NUMBER_31 nameWithType: BitArray32.BIT_NUMBER_31 - uid: WizardWrx.BitArray32.BIT_NUMBER_32 name: BIT_NUMBER_32 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_NUMBER_32 commentId: F:WizardWrx.BitArray32.BIT_NUMBER_32 fullName: WizardWrx.BitArray32.BIT_NUMBER_32 nameWithType: BitArray32.BIT_NUMBER_32 - uid: WizardWrx.BitArray32.BIT_OFFSET_00 name: BIT_OFFSET_00 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_00 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_00 fullName: WizardWrx.BitArray32.BIT_OFFSET_00 nameWithType: BitArray32.BIT_OFFSET_00 - uid: WizardWrx.BitArray32.BIT_OFFSET_01 name: BIT_OFFSET_01 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_01 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_01 fullName: WizardWrx.BitArray32.BIT_OFFSET_01 nameWithType: BitArray32.BIT_OFFSET_01 - uid: WizardWrx.BitArray32.BIT_OFFSET_02 name: BIT_OFFSET_02 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_02 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_02 fullName: WizardWrx.BitArray32.BIT_OFFSET_02 nameWithType: BitArray32.BIT_OFFSET_02 - uid: WizardWrx.BitArray32.BIT_OFFSET_03 name: BIT_OFFSET_03 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_03 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_03 fullName: WizardWrx.BitArray32.BIT_OFFSET_03 nameWithType: BitArray32.BIT_OFFSET_03 - uid: WizardWrx.BitArray32.BIT_OFFSET_04 name: BIT_OFFSET_04 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_04 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_04 fullName: WizardWrx.BitArray32.BIT_OFFSET_04 nameWithType: BitArray32.BIT_OFFSET_04 - uid: WizardWrx.BitArray32.BIT_OFFSET_05 name: BIT_OFFSET_05 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_05 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_05 fullName: WizardWrx.BitArray32.BIT_OFFSET_05 nameWithType: BitArray32.BIT_OFFSET_05 - uid: WizardWrx.BitArray32.BIT_OFFSET_06 name: BIT_OFFSET_06 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_06 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_06 fullName: WizardWrx.BitArray32.BIT_OFFSET_06 nameWithType: BitArray32.BIT_OFFSET_06 - uid: WizardWrx.BitArray32.BIT_OFFSET_07 name: BIT_OFFSET_07 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_07 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_07 fullName: WizardWrx.BitArray32.BIT_OFFSET_07 nameWithType: BitArray32.BIT_OFFSET_07 - uid: WizardWrx.BitArray32.BIT_OFFSET_08 name: BIT_OFFSET_08 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_08 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_08 fullName: WizardWrx.BitArray32.BIT_OFFSET_08 nameWithType: BitArray32.BIT_OFFSET_08 - uid: WizardWrx.BitArray32.BIT_OFFSET_09 name: BIT_OFFSET_09 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_09 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_09 fullName: WizardWrx.BitArray32.BIT_OFFSET_09 nameWithType: BitArray32.BIT_OFFSET_09 - uid: WizardWrx.BitArray32.BIT_OFFSET_10 name: BIT_OFFSET_10 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_10 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_10 fullName: WizardWrx.BitArray32.BIT_OFFSET_10 nameWithType: BitArray32.BIT_OFFSET_10 - uid: WizardWrx.BitArray32.BIT_OFFSET_11 name: BIT_OFFSET_11 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_11 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_11 fullName: WizardWrx.BitArray32.BIT_OFFSET_11 nameWithType: BitArray32.BIT_OFFSET_11 - uid: WizardWrx.BitArray32.BIT_OFFSET_12 name: BIT_OFFSET_12 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_12 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_12 fullName: WizardWrx.BitArray32.BIT_OFFSET_12 nameWithType: BitArray32.BIT_OFFSET_12 - uid: WizardWrx.BitArray32.BIT_OFFSET_13 name: BIT_OFFSET_13 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_13 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_13 fullName: WizardWrx.BitArray32.BIT_OFFSET_13 nameWithType: BitArray32.BIT_OFFSET_13 - uid: WizardWrx.BitArray32.BIT_OFFSET_14 name: BIT_OFFSET_14 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_14 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_14 fullName: WizardWrx.BitArray32.BIT_OFFSET_14 nameWithType: BitArray32.BIT_OFFSET_14 - uid: WizardWrx.BitArray32.BIT_OFFSET_15 name: BIT_OFFSET_15 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_15 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_15 fullName: WizardWrx.BitArray32.BIT_OFFSET_15 nameWithType: BitArray32.BIT_OFFSET_15 - uid: WizardWrx.BitArray32.BIT_OFFSET_16 name: BIT_OFFSET_16 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_16 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_16 fullName: WizardWrx.BitArray32.BIT_OFFSET_16 nameWithType: BitArray32.BIT_OFFSET_16 - uid: WizardWrx.BitArray32.BIT_OFFSET_17 name: BIT_OFFSET_17 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_17 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_17 fullName: WizardWrx.BitArray32.BIT_OFFSET_17 nameWithType: BitArray32.BIT_OFFSET_17 - uid: WizardWrx.BitArray32.BIT_OFFSET_18 name: BIT_OFFSET_18 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_18 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_18 fullName: WizardWrx.BitArray32.BIT_OFFSET_18 nameWithType: BitArray32.BIT_OFFSET_18 - uid: WizardWrx.BitArray32.BIT_OFFSET_19 name: BIT_OFFSET_19 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_19 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_19 fullName: WizardWrx.BitArray32.BIT_OFFSET_19 nameWithType: BitArray32.BIT_OFFSET_19 - uid: WizardWrx.BitArray32.BIT_OFFSET_20 name: BIT_OFFSET_20 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_20 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_20 fullName: WizardWrx.BitArray32.BIT_OFFSET_20 nameWithType: BitArray32.BIT_OFFSET_20 - uid: WizardWrx.BitArray32.BIT_OFFSET_21 name: BIT_OFFSET_21 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_21 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_21 fullName: WizardWrx.BitArray32.BIT_OFFSET_21 nameWithType: BitArray32.BIT_OFFSET_21 - uid: WizardWrx.BitArray32.BIT_OFFSET_22 name: BIT_OFFSET_22 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_22 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_22 fullName: WizardWrx.BitArray32.BIT_OFFSET_22 nameWithType: BitArray32.BIT_OFFSET_22 - uid: WizardWrx.BitArray32.BIT_OFFSET_23 name: BIT_OFFSET_23 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_23 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_23 fullName: WizardWrx.BitArray32.BIT_OFFSET_23 nameWithType: BitArray32.BIT_OFFSET_23 - uid: WizardWrx.BitArray32.BIT_OFFSET_24 name: BIT_OFFSET_24 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_24 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_24 fullName: WizardWrx.BitArray32.BIT_OFFSET_24 nameWithType: BitArray32.BIT_OFFSET_24 - uid: WizardWrx.BitArray32.BIT_OFFSET_25 name: BIT_OFFSET_25 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_25 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_25 fullName: WizardWrx.BitArray32.BIT_OFFSET_25 nameWithType: BitArray32.BIT_OFFSET_25 - uid: WizardWrx.BitArray32.BIT_OFFSET_26 name: BIT_OFFSET_26 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_26 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_26 fullName: WizardWrx.BitArray32.BIT_OFFSET_26 nameWithType: BitArray32.BIT_OFFSET_26 - uid: WizardWrx.BitArray32.BIT_OFFSET_27 name: BIT_OFFSET_27 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_27 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_27 fullName: WizardWrx.BitArray32.BIT_OFFSET_27 nameWithType: BitArray32.BIT_OFFSET_27 - uid: WizardWrx.BitArray32.BIT_OFFSET_28 name: BIT_OFFSET_28 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_28 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_28 fullName: WizardWrx.BitArray32.BIT_OFFSET_28 nameWithType: BitArray32.BIT_OFFSET_28 - uid: WizardWrx.BitArray32.BIT_OFFSET_29 name: BIT_OFFSET_29 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_29 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_29 fullName: WizardWrx.BitArray32.BIT_OFFSET_29 nameWithType: BitArray32.BIT_OFFSET_29 - uid: WizardWrx.BitArray32.BIT_OFFSET_30 name: BIT_OFFSET_30 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_30 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_30 fullName: WizardWrx.BitArray32.BIT_OFFSET_30 nameWithType: BitArray32.BIT_OFFSET_30 - uid: WizardWrx.BitArray32.BIT_OFFSET_31 name: BIT_OFFSET_31 href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BIT_OFFSET_31 commentId: F:WizardWrx.BitArray32.BIT_OFFSET_31 fullName: WizardWrx.BitArray32.BIT_OFFSET_31 nameWithType: BitArray32.BIT_OFFSET_31 - uid: WizardWrx.BitArray32.BitCount name: BitArray32.BitCount href: api/WizardWrx.BitArray32.BitCount.html commentId: T:WizardWrx.BitArray32.BitCount fullName: WizardWrx.BitArray32.BitCount nameWithType: BitArray32.BitCount - uid: WizardWrx.BitArray32.BitCount.Count08 name: Count08 href: api/WizardWrx.BitArray32.BitCount.html#WizardWrx_BitArray32_BitCount_Count08 commentId: F:WizardWrx.BitArray32.BitCount.Count08 fullName: WizardWrx.BitArray32.BitCount.Count08 nameWithType: BitArray32.BitCount.Count08 - uid: WizardWrx.BitArray32.BitCount.Count16 name: Count16 href: api/WizardWrx.BitArray32.BitCount.html#WizardWrx_BitArray32_BitCount_Count16 commentId: F:WizardWrx.BitArray32.BitCount.Count16 fullName: WizardWrx.BitArray32.BitCount.Count16 nameWithType: BitArray32.BitCount.Count16 - uid: WizardWrx.BitArray32.BitCount.Count32 name: Count32 href: api/WizardWrx.BitArray32.BitCount.html#WizardWrx_BitArray32_BitCount_Count32 commentId: F:WizardWrx.BitArray32.BitCount.Count32 fullName: WizardWrx.BitArray32.BitCount.Count32 nameWithType: BitArray32.BitCount.Count32 - uid: WizardWrx.BitArray32.BitCount.Count64 name: Count64 href: api/WizardWrx.BitArray32.BitCount.html#WizardWrx_BitArray32_BitCount_Count64 commentId: F:WizardWrx.BitArray32.BitCount.Count64 fullName: WizardWrx.BitArray32.BitCount.Count64 nameWithType: BitArray32.BitCount.Count64 - uid: WizardWrx.BitArray32.BitCount.Unspecified name: Unspecified href: api/WizardWrx.BitArray32.BitCount.html#WizardWrx_BitArray32_BitCount_Unspecified commentId: F:WizardWrx.BitArray32.BitCount.Unspecified fullName: WizardWrx.BitArray32.BitCount.Unspecified nameWithType: BitArray32.BitCount.Unspecified - uid: WizardWrx.BitArray32.BitDisplayOrder name: BitArray32.BitDisplayOrder href: api/WizardWrx.BitArray32.BitDisplayOrder.html commentId: T:WizardWrx.BitArray32.BitDisplayOrder fullName: WizardWrx.BitArray32.BitDisplayOrder nameWithType: BitArray32.BitDisplayOrder - uid: WizardWrx.BitArray32.BitDisplayOrder.HighBitToLowBit name: HighBitToLowBit href: api/WizardWrx.BitArray32.BitDisplayOrder.html#WizardWrx_BitArray32_BitDisplayOrder_HighBitToLowBit commentId: F:WizardWrx.BitArray32.BitDisplayOrder.HighBitToLowBit fullName: WizardWrx.BitArray32.BitDisplayOrder.HighBitToLowBit nameWithType: BitArray32.BitDisplayOrder.HighBitToLowBit - uid: WizardWrx.BitArray32.BitDisplayOrder.LowBitToHighBit name: LowBitToHighBit href: api/WizardWrx.BitArray32.BitDisplayOrder.html#WizardWrx_BitArray32_BitDisplayOrder_LowBitToHighBit commentId: F:WizardWrx.BitArray32.BitDisplayOrder.LowBitToHighBit fullName: WizardWrx.BitArray32.BitDisplayOrder.LowBitToHighBit nameWithType: BitArray32.BitDisplayOrder.LowBitToHighBit - uid: WizardWrx.BitArray32.BitDisplayOrder.Unspecified name: Unspecified href: api/WizardWrx.BitArray32.BitDisplayOrder.html#WizardWrx_BitArray32_BitDisplayOrder_Unspecified commentId: F:WizardWrx.BitArray32.BitDisplayOrder.Unspecified fullName: WizardWrx.BitArray32.BitDisplayOrder.Unspecified nameWithType: BitArray32.BitDisplayOrder.Unspecified - uid: WizardWrx.BitArray32.BitNumber(System.Int32) name: BitNumber(Int32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BitNumber_System_Int32_ commentId: M:WizardWrx.BitArray32.BitNumber(System.Int32) fullName: WizardWrx.BitArray32.BitNumber(System.Int32) nameWithType: BitArray32.BitNumber(Int32) - uid: WizardWrx.BitArray32.BitNumber(System.UInt32) name: BitNumber(UInt32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BitNumber_System_UInt32_ commentId: M:WizardWrx.BitArray32.BitNumber(System.UInt32) fullName: WizardWrx.BitArray32.BitNumber(System.UInt32) nameWithType: BitArray32.BitNumber(UInt32) - uid: WizardWrx.BitArray32.BitNumber* name: BitNumber href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BitNumber_ commentId: Overload:WizardWrx.BitArray32.BitNumber isSpec: "True" fullName: WizardWrx.BitArray32.BitNumber nameWithType: BitArray32.BitNumber - uid: WizardWrx.BitArray32.BitOff(System.Int32) name: BitOff(Int32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BitOff_System_Int32_ commentId: M:WizardWrx.BitArray32.BitOff(System.Int32) fullName: WizardWrx.BitArray32.BitOff(System.Int32) nameWithType: BitArray32.BitOff(Int32) - uid: WizardWrx.BitArray32.BitOff* name: BitOff href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BitOff_ commentId: Overload:WizardWrx.BitArray32.BitOff isSpec: "True" fullName: WizardWrx.BitArray32.BitOff nameWithType: BitArray32.BitOff - uid: WizardWrx.BitArray32.BitOn(System.Int32) name: BitOn(Int32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BitOn_System_Int32_ commentId: M:WizardWrx.BitArray32.BitOn(System.Int32) fullName: WizardWrx.BitArray32.BitOn(System.Int32) nameWithType: BitArray32.BitOn(Int32) - uid: WizardWrx.BitArray32.BitOn* name: BitOn href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BitOn_ commentId: Overload:WizardWrx.BitArray32.BitOn isSpec: "True" fullName: WizardWrx.BitArray32.BitOn nameWithType: BitArray32.BitOn - uid: WizardWrx.BitArray32.BitPosition(System.Int32) name: BitPosition(Int32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BitPosition_System_Int32_ commentId: M:WizardWrx.BitArray32.BitPosition(System.Int32) fullName: WizardWrx.BitArray32.BitPosition(System.Int32) nameWithType: BitArray32.BitPosition(Int32) - uid: WizardWrx.BitArray32.BitPosition(System.UInt32) name: BitPosition(UInt32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BitPosition_System_UInt32_ commentId: M:WizardWrx.BitArray32.BitPosition(System.UInt32) fullName: WizardWrx.BitArray32.BitPosition(System.UInt32) nameWithType: BitArray32.BitPosition(UInt32) - uid: WizardWrx.BitArray32.BitPosition* name: BitPosition href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_BitPosition_ commentId: Overload:WizardWrx.BitArray32.BitPosition isSpec: "True" fullName: WizardWrx.BitArray32.BitPosition nameWithType: BitArray32.BitPosition - uid: WizardWrx.BitArray32.Equals(System.Object) name: Equals(Object) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_Equals_System_Object_ commentId: M:WizardWrx.BitArray32.Equals(System.Object) fullName: WizardWrx.BitArray32.Equals(System.Object) nameWithType: BitArray32.Equals(Object) - uid: WizardWrx.BitArray32.Equals(WizardWrx.BitArray32) name: Equals(BitArray32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_Equals_WizardWrx_BitArray32_ commentId: M:WizardWrx.BitArray32.Equals(WizardWrx.BitArray32) fullName: WizardWrx.BitArray32.Equals(WizardWrx.BitArray32) nameWithType: BitArray32.Equals(BitArray32) - uid: WizardWrx.BitArray32.Equals* name: Equals href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_Equals_ commentId: Overload:WizardWrx.BitArray32.Equals isSpec: "True" fullName: WizardWrx.BitArray32.Equals nameWithType: BitArray32.Equals - uid: WizardWrx.BitArray32.FormatIntegerAsBitArray* name: FormatIntegerAsBitArray href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_FormatIntegerAsBitArray_ commentId: Overload:WizardWrx.BitArray32.FormatIntegerAsBitArray isSpec: "True" fullName: WizardWrx.BitArray32.FormatIntegerAsBitArray nameWithType: BitArray32.FormatIntegerAsBitArray - uid: WizardWrx.BitArray32.FormatIntegerAsBitArray``1(``0) name: FormatIntegerAsBitArray<T>(T) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_FormatIntegerAsBitArray__1___0_ commentId: M:WizardWrx.BitArray32.FormatIntegerAsBitArray``1(``0) name.vb: FormatIntegerAsBitArray(Of T)(T) fullName: WizardWrx.BitArray32.FormatIntegerAsBitArray<T>(T) fullName.vb: WizardWrx.BitArray32.FormatIntegerAsBitArray(Of T)(T) nameWithType: BitArray32.FormatIntegerAsBitArray<T>(T) nameWithType.vb: BitArray32.FormatIntegerAsBitArray(Of T)(T) - uid: WizardWrx.BitArray32.FormatIntegerAsBitArray``1(``0,System.Int32) name: FormatIntegerAsBitArray<T>(T, Int32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_FormatIntegerAsBitArray__1___0_System_Int32_ commentId: M:WizardWrx.BitArray32.FormatIntegerAsBitArray``1(``0,System.Int32) name.vb: FormatIntegerAsBitArray(Of T)(T, Int32) fullName: WizardWrx.BitArray32.FormatIntegerAsBitArray<T>(T, System.Int32) fullName.vb: WizardWrx.BitArray32.FormatIntegerAsBitArray(Of T)(T, System.Int32) nameWithType: BitArray32.FormatIntegerAsBitArray<T>(T, Int32) nameWithType.vb: BitArray32.FormatIntegerAsBitArray(Of T)(T, Int32) - uid: WizardWrx.BitArray32.FormatIntegerAsHex* name: FormatIntegerAsHex href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_FormatIntegerAsHex_ commentId: Overload:WizardWrx.BitArray32.FormatIntegerAsHex isSpec: "True" fullName: WizardWrx.BitArray32.FormatIntegerAsHex nameWithType: BitArray32.FormatIntegerAsHex - uid: WizardWrx.BitArray32.FormatIntegerAsHex``1(``0) name: FormatIntegerAsHex<T>(T) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_FormatIntegerAsHex__1___0_ commentId: M:WizardWrx.BitArray32.FormatIntegerAsHex``1(``0) name.vb: FormatIntegerAsHex(Of T)(T) fullName: WizardWrx.BitArray32.FormatIntegerAsHex<T>(T) fullName.vb: WizardWrx.BitArray32.FormatIntegerAsHex(Of T)(T) nameWithType: BitArray32.FormatIntegerAsHex<T>(T) nameWithType.vb: BitArray32.FormatIntegerAsHex(Of T)(T) - uid: WizardWrx.BitArray32.GetHashCode name: GetHashCode() href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_GetHashCode commentId: M:WizardWrx.BitArray32.GetHashCode fullName: WizardWrx.BitArray32.GetHashCode() nameWithType: BitArray32.GetHashCode() - uid: WizardWrx.BitArray32.GetHashCode* name: GetHashCode href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_GetHashCode_ commentId: Overload:WizardWrx.BitArray32.GetHashCode isSpec: "True" fullName: WizardWrx.BitArray32.GetHashCode nameWithType: BitArray32.GetHashCode - uid: WizardWrx.BitArray32.GetRulerTens(WizardWrx.BitArray32.BitCount,WizardWrx.BitArray32.BitDisplayOrder) name: GetRulerTens(BitArray32.BitCount, BitArray32.BitDisplayOrder) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_GetRulerTens_WizardWrx_BitArray32_BitCount_WizardWrx_BitArray32_BitDisplayOrder_ commentId: M:WizardWrx.BitArray32.GetRulerTens(WizardWrx.BitArray32.BitCount,WizardWrx.BitArray32.BitDisplayOrder) fullName: WizardWrx.BitArray32.GetRulerTens(WizardWrx.BitArray32.BitCount, WizardWrx.BitArray32.BitDisplayOrder) nameWithType: BitArray32.GetRulerTens(BitArray32.BitCount, BitArray32.BitDisplayOrder) - uid: WizardWrx.BitArray32.GetRulerTens* name: GetRulerTens href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_GetRulerTens_ commentId: Overload:WizardWrx.BitArray32.GetRulerTens isSpec: "True" fullName: WizardWrx.BitArray32.GetRulerTens nameWithType: BitArray32.GetRulerTens - uid: WizardWrx.BitArray32.GetRulerUnits(WizardWrx.BitArray32.BitCount,WizardWrx.BitArray32.BitDisplayOrder) name: GetRulerUnits(BitArray32.BitCount, BitArray32.BitDisplayOrder) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_GetRulerUnits_WizardWrx_BitArray32_BitCount_WizardWrx_BitArray32_BitDisplayOrder_ commentId: M:WizardWrx.BitArray32.GetRulerUnits(WizardWrx.BitArray32.BitCount,WizardWrx.BitArray32.BitDisplayOrder) fullName: WizardWrx.BitArray32.GetRulerUnits(WizardWrx.BitArray32.BitCount, WizardWrx.BitArray32.BitDisplayOrder) nameWithType: BitArray32.GetRulerUnits(BitArray32.BitCount, BitArray32.BitDisplayOrder) - uid: WizardWrx.BitArray32.GetRulerUnits* name: GetRulerUnits href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_GetRulerUnits_ commentId: Overload:WizardWrx.BitArray32.GetRulerUnits isSpec: "True" fullName: WizardWrx.BitArray32.GetRulerUnits nameWithType: BitArray32.GetRulerUnits - uid: WizardWrx.BitArray32.IsBitOff(System.Int32) name: IsBitOff(Int32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_IsBitOff_System_Int32_ commentId: M:WizardWrx.BitArray32.IsBitOff(System.Int32) fullName: WizardWrx.BitArray32.IsBitOff(System.Int32) nameWithType: BitArray32.IsBitOff(Int32) - uid: WizardWrx.BitArray32.IsBitOff* name: IsBitOff href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_IsBitOff_ commentId: Overload:WizardWrx.BitArray32.IsBitOff isSpec: "True" fullName: WizardWrx.BitArray32.IsBitOff nameWithType: BitArray32.IsBitOff - uid: WizardWrx.BitArray32.IsBitOn(System.Int32) name: IsBitOn(Int32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_IsBitOn_System_Int32_ commentId: M:WizardWrx.BitArray32.IsBitOn(System.Int32) fullName: WizardWrx.BitArray32.IsBitOn(System.Int32) nameWithType: BitArray32.IsBitOn(Int32) - uid: WizardWrx.BitArray32.IsBitOn* name: IsBitOn href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_IsBitOn_ commentId: Overload:WizardWrx.BitArray32.IsBitOn isSpec: "True" fullName: WizardWrx.BitArray32.IsBitOn nameWithType: BitArray32.IsBitOn - uid: WizardWrx.BitArray32.MINIMUM_BIT_GROUP_IN_FORMAT name: MINIMUM_BIT_GROUP_IN_FORMAT href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_MINIMUM_BIT_GROUP_IN_FORMAT commentId: F:WizardWrx.BitArray32.MINIMUM_BIT_GROUP_IN_FORMAT fullName: WizardWrx.BitArray32.MINIMUM_BIT_GROUP_IN_FORMAT nameWithType: BitArray32.MINIMUM_BIT_GROUP_IN_FORMAT - uid: WizardWrx.BitArray32.OFF name: OFF href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_OFF commentId: F:WizardWrx.BitArray32.OFF fullName: WizardWrx.BitArray32.OFF nameWithType: BitArray32.OFF - uid: WizardWrx.BitArray32.ON name: ON href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_ON commentId: F:WizardWrx.BitArray32.ON fullName: WizardWrx.BitArray32.ON nameWithType: BitArray32.ON - uid: WizardWrx.BitArray32.op_Equality(WizardWrx.BitArray32,WizardWrx.BitArray32) name: Equality(BitArray32, BitArray32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_op_Equality_WizardWrx_BitArray32_WizardWrx_BitArray32_ commentId: M:WizardWrx.BitArray32.op_Equality(WizardWrx.BitArray32,WizardWrx.BitArray32) fullName: WizardWrx.BitArray32.Equality(WizardWrx.BitArray32, WizardWrx.BitArray32) nameWithType: BitArray32.Equality(BitArray32, BitArray32) - uid: WizardWrx.BitArray32.op_Equality* name: Equality href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_op_Equality_ commentId: Overload:WizardWrx.BitArray32.op_Equality isSpec: "True" fullName: WizardWrx.BitArray32.Equality nameWithType: BitArray32.Equality - uid: WizardWrx.BitArray32.op_Implicit(System.UInt32)~WizardWrx.BitArray32 name: Implicit(UInt32 to BitArray32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_op_Implicit_System_UInt32__WizardWrx_BitArray32 commentId: M:WizardWrx.BitArray32.op_Implicit(System.UInt32)~WizardWrx.BitArray32 name.vb: Widening(UInt32 to BitArray32) fullName: WizardWrx.BitArray32.Implicit(System.UInt32 to WizardWrx.BitArray32) fullName.vb: WizardWrx.BitArray32.Widening(System.UInt32 to WizardWrx.BitArray32) nameWithType: BitArray32.Implicit(UInt32 to BitArray32) nameWithType.vb: BitArray32.Widening(UInt32 to BitArray32) - uid: WizardWrx.BitArray32.op_Implicit(WizardWrx.BitArray32)~System.UInt32 name: Implicit(BitArray32 to UInt32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_op_Implicit_WizardWrx_BitArray32__System_UInt32 commentId: M:WizardWrx.BitArray32.op_Implicit(WizardWrx.BitArray32)~System.UInt32 name.vb: Widening(BitArray32 to UInt32) fullName: WizardWrx.BitArray32.Implicit(WizardWrx.BitArray32 to System.UInt32) fullName.vb: WizardWrx.BitArray32.Widening(WizardWrx.BitArray32 to System.UInt32) nameWithType: BitArray32.Implicit(BitArray32 to UInt32) nameWithType.vb: BitArray32.Widening(BitArray32 to UInt32) - uid: WizardWrx.BitArray32.op_Implicit* name: Implicit href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_op_Implicit_ commentId: Overload:WizardWrx.BitArray32.op_Implicit isSpec: "True" name.vb: Widening fullName: WizardWrx.BitArray32.Implicit fullName.vb: WizardWrx.BitArray32.Widening nameWithType: BitArray32.Implicit nameWithType.vb: BitArray32.Widening - uid: WizardWrx.BitArray32.op_Inequality(WizardWrx.BitArray32,WizardWrx.BitArray32) name: Inequality(BitArray32, BitArray32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_op_Inequality_WizardWrx_BitArray32_WizardWrx_BitArray32_ commentId: M:WizardWrx.BitArray32.op_Inequality(WizardWrx.BitArray32,WizardWrx.BitArray32) fullName: WizardWrx.BitArray32.Inequality(WizardWrx.BitArray32, WizardWrx.BitArray32) nameWithType: BitArray32.Inequality(BitArray32, BitArray32) - uid: WizardWrx.BitArray32.op_Inequality* name: Inequality href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_op_Inequality_ commentId: Overload:WizardWrx.BitArray32.op_Inequality isSpec: "True" fullName: WizardWrx.BitArray32.Inequality nameWithType: BitArray32.Inequality - uid: WizardWrx.BitArray32.SUPPRESS_BIT_GROUPING name: SUPPRESS_BIT_GROUPING href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_SUPPRESS_BIT_GROUPING commentId: F:WizardWrx.BitArray32.SUPPRESS_BIT_GROUPING fullName: WizardWrx.BitArray32.SUPPRESS_BIT_GROUPING nameWithType: BitArray32.SUPPRESS_BIT_GROUPING - uid: WizardWrx.BitArray32.ToString name: ToString() href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_ToString commentId: M:WizardWrx.BitArray32.ToString fullName: WizardWrx.BitArray32.ToString() nameWithType: BitArray32.ToString() - uid: WizardWrx.BitArray32.ToString(System.String) name: ToString(String) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_ToString_System_String_ commentId: M:WizardWrx.BitArray32.ToString(System.String) fullName: WizardWrx.BitArray32.ToString(System.String) nameWithType: BitArray32.ToString(String) - uid: WizardWrx.BitArray32.ToString* name: ToString href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_ToString_ commentId: Overload:WizardWrx.BitArray32.ToString isSpec: "True" fullName: WizardWrx.BitArray32.ToString nameWithType: BitArray32.ToString - uid: WizardWrx.BitArray32.TurnBitOff(System.Int32) name: TurnBitOff(Int32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_TurnBitOff_System_Int32_ commentId: M:WizardWrx.BitArray32.TurnBitOff(System.Int32) fullName: WizardWrx.BitArray32.TurnBitOff(System.Int32) nameWithType: BitArray32.TurnBitOff(Int32) - uid: WizardWrx.BitArray32.TurnBitOff* name: TurnBitOff href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_TurnBitOff_ commentId: Overload:WizardWrx.BitArray32.TurnBitOff isSpec: "True" fullName: WizardWrx.BitArray32.TurnBitOff nameWithType: BitArray32.TurnBitOff - uid: WizardWrx.BitArray32.TurnBitOn(System.Int32) name: TurnBitOn(Int32) href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_TurnBitOn_System_Int32_ commentId: M:WizardWrx.BitArray32.TurnBitOn(System.Int32) fullName: WizardWrx.BitArray32.TurnBitOn(System.Int32) nameWithType: BitArray32.TurnBitOn(Int32) - uid: WizardWrx.BitArray32.TurnBitOn* name: TurnBitOn href: api/WizardWrx.BitArray32.html#WizardWrx_BitArray32_TurnBitOn_ commentId: Overload:WizardWrx.BitArray32.TurnBitOn isSpec: "True" fullName: WizardWrx.BitArray32.TurnBitOn nameWithType: BitArray32.TurnBitOn - uid: WizardWrx.BitHelpers name: BitHelpers href: api/WizardWrx.BitHelpers.html commentId: T:WizardWrx.BitHelpers fullName: WizardWrx.BitHelpers nameWithType: BitHelpers - uid: WizardWrx.BitHelpers.InfoForIntegralType(System.Type) name: InfoForIntegralType(Type) href: api/WizardWrx.BitHelpers.html#WizardWrx_BitHelpers_InfoForIntegralType_System_Type_ commentId: M:WizardWrx.BitHelpers.InfoForIntegralType(System.Type) fullName: WizardWrx.BitHelpers.InfoForIntegralType(System.Type) nameWithType: BitHelpers.InfoForIntegralType(Type) - uid: WizardWrx.BitHelpers.InfoForIntegralType* name: InfoForIntegralType href: api/WizardWrx.BitHelpers.html#WizardWrx_BitHelpers_InfoForIntegralType_ commentId: Overload:WizardWrx.BitHelpers.InfoForIntegralType isSpec: "True" fullName: WizardWrx.BitHelpers.InfoForIntegralType nameWithType: BitHelpers.InfoForIntegralType - uid: WizardWrx.BitMaskAndRuler name: BitMaskAndRuler href: api/WizardWrx.BitMaskAndRuler.html commentId: T:WizardWrx.BitMaskAndRuler fullName: WizardWrx.BitMaskAndRuler nameWithType: BitMaskAndRuler - uid: WizardWrx.BitMaskAndRuler.#ctor(System.Byte,WizardWrx.BitArray32.BitDisplayOrder) name: BitMaskAndRuler(Byte, BitArray32.BitDisplayOrder) href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler__ctor_System_Byte_WizardWrx_BitArray32_BitDisplayOrder_ commentId: M:WizardWrx.BitMaskAndRuler.#ctor(System.Byte,WizardWrx.BitArray32.BitDisplayOrder) fullName: WizardWrx.BitMaskAndRuler.BitMaskAndRuler(System.Byte, WizardWrx.BitArray32.BitDisplayOrder) nameWithType: BitMaskAndRuler.BitMaskAndRuler(Byte, BitArray32.BitDisplayOrder) - uid: WizardWrx.BitMaskAndRuler.#ctor(System.Int16,WizardWrx.BitArray32.BitDisplayOrder) name: BitMaskAndRuler(Int16, BitArray32.BitDisplayOrder) href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler__ctor_System_Int16_WizardWrx_BitArray32_BitDisplayOrder_ commentId: M:WizardWrx.BitMaskAndRuler.#ctor(System.Int16,WizardWrx.BitArray32.BitDisplayOrder) fullName: WizardWrx.BitMaskAndRuler.BitMaskAndRuler(System.Int16, WizardWrx.BitArray32.BitDisplayOrder) nameWithType: BitMaskAndRuler.BitMaskAndRuler(Int16, BitArray32.BitDisplayOrder) - uid: WizardWrx.BitMaskAndRuler.#ctor(System.Int32,WizardWrx.BitArray32.BitDisplayOrder) name: BitMaskAndRuler(Int32, BitArray32.BitDisplayOrder) href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler__ctor_System_Int32_WizardWrx_BitArray32_BitDisplayOrder_ commentId: M:WizardWrx.BitMaskAndRuler.#ctor(System.Int32,WizardWrx.BitArray32.BitDisplayOrder) fullName: WizardWrx.BitMaskAndRuler.BitMaskAndRuler(System.Int32, WizardWrx.BitArray32.BitDisplayOrder) nameWithType: BitMaskAndRuler.BitMaskAndRuler(Int32, BitArray32.BitDisplayOrder) - uid: WizardWrx.BitMaskAndRuler.#ctor(System.Int64,WizardWrx.BitArray32.BitDisplayOrder) name: BitMaskAndRuler(Int64, BitArray32.BitDisplayOrder) href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler__ctor_System_Int64_WizardWrx_BitArray32_BitDisplayOrder_ commentId: M:WizardWrx.BitMaskAndRuler.#ctor(System.Int64,WizardWrx.BitArray32.BitDisplayOrder) fullName: WizardWrx.BitMaskAndRuler.BitMaskAndRuler(System.Int64, WizardWrx.BitArray32.BitDisplayOrder) nameWithType: BitMaskAndRuler.BitMaskAndRuler(Int64, BitArray32.BitDisplayOrder) - uid: WizardWrx.BitMaskAndRuler.#ctor(System.UInt16,WizardWrx.BitArray32.BitDisplayOrder) name: BitMaskAndRuler(UInt16, BitArray32.BitDisplayOrder) href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler__ctor_System_UInt16_WizardWrx_BitArray32_BitDisplayOrder_ commentId: M:WizardWrx.BitMaskAndRuler.#ctor(System.UInt16,WizardWrx.BitArray32.BitDisplayOrder) fullName: WizardWrx.BitMaskAndRuler.BitMaskAndRuler(System.UInt16, WizardWrx.BitArray32.BitDisplayOrder) nameWithType: BitMaskAndRuler.BitMaskAndRuler(UInt16, BitArray32.BitDisplayOrder) - uid: WizardWrx.BitMaskAndRuler.#ctor(System.UInt32,WizardWrx.BitArray32.BitDisplayOrder) name: BitMaskAndRuler(UInt32, BitArray32.BitDisplayOrder) href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler__ctor_System_UInt32_WizardWrx_BitArray32_BitDisplayOrder_ commentId: M:WizardWrx.BitMaskAndRuler.#ctor(System.UInt32,WizardWrx.BitArray32.BitDisplayOrder) fullName: WizardWrx.BitMaskAndRuler.BitMaskAndRuler(System.UInt32, WizardWrx.BitArray32.BitDisplayOrder) nameWithType: BitMaskAndRuler.BitMaskAndRuler(UInt32, BitArray32.BitDisplayOrder) - uid: WizardWrx.BitMaskAndRuler.#ctor(System.UInt64,WizardWrx.BitArray32.BitDisplayOrder) name: BitMaskAndRuler(UInt64, BitArray32.BitDisplayOrder) href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler__ctor_System_UInt64_WizardWrx_BitArray32_BitDisplayOrder_ commentId: M:WizardWrx.BitMaskAndRuler.#ctor(System.UInt64,WizardWrx.BitArray32.BitDisplayOrder) fullName: WizardWrx.BitMaskAndRuler.BitMaskAndRuler(System.UInt64, WizardWrx.BitArray32.BitDisplayOrder) nameWithType: BitMaskAndRuler.BitMaskAndRuler(UInt64, BitArray32.BitDisplayOrder) - uid: WizardWrx.BitMaskAndRuler.#ctor* name: BitMaskAndRuler href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler__ctor_ commentId: Overload:WizardWrx.BitMaskAndRuler.#ctor isSpec: "True" fullName: WizardWrx.BitMaskAndRuler.BitMaskAndRuler nameWithType: BitMaskAndRuler.BitMaskAndRuler - uid: WizardWrx.BitMaskAndRuler.ArrayOfBits name: ArrayOfBits href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_ArrayOfBits commentId: P:WizardWrx.BitMaskAndRuler.ArrayOfBits fullName: WizardWrx.BitMaskAndRuler.ArrayOfBits nameWithType: BitMaskAndRuler.ArrayOfBits - uid: WizardWrx.BitMaskAndRuler.ArrayOfBits* name: ArrayOfBits href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_ArrayOfBits_ commentId: Overload:WizardWrx.BitMaskAndRuler.ArrayOfBits isSpec: "True" fullName: WizardWrx.BitMaskAndRuler.ArrayOfBits nameWithType: BitMaskAndRuler.ArrayOfBits - uid: WizardWrx.BitMaskAndRuler.DecimalRepresentation name: DecimalRepresentation href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_DecimalRepresentation commentId: P:WizardWrx.BitMaskAndRuler.DecimalRepresentation fullName: WizardWrx.BitMaskAndRuler.DecimalRepresentation nameWithType: BitMaskAndRuler.DecimalRepresentation - uid: WizardWrx.BitMaskAndRuler.DecimalRepresentation* name: DecimalRepresentation href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_DecimalRepresentation_ commentId: Overload:WizardWrx.BitMaskAndRuler.DecimalRepresentation isSpec: "True" fullName: WizardWrx.BitMaskAndRuler.DecimalRepresentation nameWithType: BitMaskAndRuler.DecimalRepresentation - uid: WizardWrx.BitMaskAndRuler.DISPLAY_BITS_ROW name: DISPLAY_BITS_ROW href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_DISPLAY_BITS_ROW commentId: F:WizardWrx.BitMaskAndRuler.DISPLAY_BITS_ROW fullName: WizardWrx.BitMaskAndRuler.DISPLAY_BITS_ROW nameWithType: BitMaskAndRuler.DISPLAY_BITS_ROW - uid: WizardWrx.BitMaskAndRuler.DISPLAY_ROW_COUNT name: DISPLAY_ROW_COUNT href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_DISPLAY_ROW_COUNT commentId: F:WizardWrx.BitMaskAndRuler.DISPLAY_ROW_COUNT fullName: WizardWrx.BitMaskAndRuler.DISPLAY_ROW_COUNT nameWithType: BitMaskAndRuler.DISPLAY_ROW_COUNT - uid: WizardWrx.BitMaskAndRuler.DISPLAY_TENS_ROW name: DISPLAY_TENS_ROW href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_DISPLAY_TENS_ROW commentId: F:WizardWrx.BitMaskAndRuler.DISPLAY_TENS_ROW fullName: WizardWrx.BitMaskAndRuler.DISPLAY_TENS_ROW nameWithType: BitMaskAndRuler.DISPLAY_TENS_ROW - uid: WizardWrx.BitMaskAndRuler.DISPLAY_UNITS_ROW name: DISPLAY_UNITS_ROW href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_DISPLAY_UNITS_ROW commentId: F:WizardWrx.BitMaskAndRuler.DISPLAY_UNITS_ROW fullName: WizardWrx.BitMaskAndRuler.DISPLAY_UNITS_ROW nameWithType: BitMaskAndRuler.DISPLAY_UNITS_ROW - uid: WizardWrx.BitMaskAndRuler.DisplayBitMaskFromArray name: DisplayBitMaskFromArray() href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_DisplayBitMaskFromArray commentId: M:WizardWrx.BitMaskAndRuler.DisplayBitMaskFromArray fullName: WizardWrx.BitMaskAndRuler.DisplayBitMaskFromArray() nameWithType: BitMaskAndRuler.DisplayBitMaskFromArray() - uid: WizardWrx.BitMaskAndRuler.DisplayBitMaskFromArray* name: DisplayBitMaskFromArray href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_DisplayBitMaskFromArray_ commentId: Overload:WizardWrx.BitMaskAndRuler.DisplayBitMaskFromArray isSpec: "True" fullName: WizardWrx.BitMaskAndRuler.DisplayBitMaskFromArray nameWithType: BitMaskAndRuler.DisplayBitMaskFromArray - uid: WizardWrx.BitMaskAndRuler.DisplayBitMaskFromMultilineString name: DisplayBitMaskFromMultilineString() href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_DisplayBitMaskFromMultilineString commentId: M:WizardWrx.BitMaskAndRuler.DisplayBitMaskFromMultilineString fullName: WizardWrx.BitMaskAndRuler.DisplayBitMaskFromMultilineString() nameWithType: BitMaskAndRuler.DisplayBitMaskFromMultilineString() - uid: WizardWrx.BitMaskAndRuler.DisplayBitMaskFromMultilineString(System.Int32) name: DisplayBitMaskFromMultilineString(Int32) href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_DisplayBitMaskFromMultilineString_System_Int32_ commentId: M:WizardWrx.BitMaskAndRuler.DisplayBitMaskFromMultilineString(System.Int32) fullName: WizardWrx.BitMaskAndRuler.DisplayBitMaskFromMultilineString(System.Int32) nameWithType: BitMaskAndRuler.DisplayBitMaskFromMultilineString(Int32) - uid: WizardWrx.BitMaskAndRuler.DisplayBitMaskFromMultilineString* name: DisplayBitMaskFromMultilineString href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_DisplayBitMaskFromMultilineString_ commentId: Overload:WizardWrx.BitMaskAndRuler.DisplayBitMaskFromMultilineString isSpec: "True" fullName: WizardWrx.BitMaskAndRuler.DisplayBitMaskFromMultilineString nameWithType: BitMaskAndRuler.DisplayBitMaskFromMultilineString - uid: WizardWrx.BitMaskAndRuler.HexadecimalRepresentation name: HexadecimalRepresentation href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_HexadecimalRepresentation commentId: P:WizardWrx.BitMaskAndRuler.HexadecimalRepresentation fullName: WizardWrx.BitMaskAndRuler.HexadecimalRepresentation nameWithType: BitMaskAndRuler.HexadecimalRepresentation - uid: WizardWrx.BitMaskAndRuler.HexadecimalRepresentation* name: HexadecimalRepresentation href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_HexadecimalRepresentation_ commentId: Overload:WizardWrx.BitMaskAndRuler.HexadecimalRepresentation isSpec: "True" fullName: WizardWrx.BitMaskAndRuler.HexadecimalRepresentation nameWithType: BitMaskAndRuler.HexadecimalRepresentation - uid: WizardWrx.BitMaskAndRuler.Tens name: Tens href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_Tens commentId: P:WizardWrx.BitMaskAndRuler.Tens fullName: WizardWrx.BitMaskAndRuler.Tens nameWithType: BitMaskAndRuler.Tens - uid: WizardWrx.BitMaskAndRuler.Tens* name: Tens href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_Tens_ commentId: Overload:WizardWrx.BitMaskAndRuler.Tens isSpec: "True" fullName: WizardWrx.BitMaskAndRuler.Tens nameWithType: BitMaskAndRuler.Tens - uid: WizardWrx.BitMaskAndRuler.Units name: Units href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_Units commentId: P:WizardWrx.BitMaskAndRuler.Units fullName: WizardWrx.BitMaskAndRuler.Units nameWithType: BitMaskAndRuler.Units - uid: WizardWrx.BitMaskAndRuler.Units* name: Units href: api/WizardWrx.BitMaskAndRuler.html#WizardWrx_BitMaskAndRuler_Units_ commentId: Overload:WizardWrx.BitMaskAndRuler.Units isSpec: "True" fullName: WizardWrx.BitMaskAndRuler.Units nameWithType: BitMaskAndRuler.Units - uid: WizardWrx.BitMaskFormat name: BitMaskFormat href: api/WizardWrx.BitMaskFormat.html commentId: T:WizardWrx.BitMaskFormat fullName: WizardWrx.BitMaskFormat nameWithType: BitMaskFormat - uid: WizardWrx.BitMaskFormat.System#ICustomFormatter#Format(System.String,System.Object,System.IFormatProvider) name: ICustomFormatter.Format(String, Object, IFormatProvider) href: api/WizardWrx.BitMaskFormat.html#WizardWrx_BitMaskFormat_System_ICustomFormatter_Format_System_String_System_Object_System_IFormatProvider_ commentId: M:WizardWrx.BitMaskFormat.System#ICustomFormatter#Format(System.String,System.Object,System.IFormatProvider) name.vb: System.ICustomFormatter.Format(String, Object, IFormatProvider) fullName: WizardWrx.BitMaskFormat.System.ICustomFormatter.Format(System.String, System.Object, System.IFormatProvider) nameWithType: BitMaskFormat.ICustomFormatter.Format(String, Object, IFormatProvider) nameWithType.vb: BitMaskFormat.System.ICustomFormatter.Format(String, Object, IFormatProvider) - uid: WizardWrx.BitMaskFormat.System#ICustomFormatter#Format* name: ICustomFormatter.Format href: api/WizardWrx.BitMaskFormat.html#WizardWrx_BitMaskFormat_System_ICustomFormatter_Format_ commentId: Overload:WizardWrx.BitMaskFormat.System#ICustomFormatter#Format isSpec: "True" name.vb: System.ICustomFormatter.Format fullName: WizardWrx.BitMaskFormat.System.ICustomFormatter.Format nameWithType: BitMaskFormat.ICustomFormatter.Format nameWithType.vb: BitMaskFormat.System.ICustomFormatter.Format - uid: WizardWrx.BitMaskFormat.System#IFormatProvider#GetFormat(System.Type) name: IFormatProvider.GetFormat(Type) href: api/WizardWrx.BitMaskFormat.html#WizardWrx_BitMaskFormat_System_IFormatProvider_GetFormat_System_Type_ commentId: M:WizardWrx.BitMaskFormat.System#IFormatProvider#GetFormat(System.Type) name.vb: System.IFormatProvider.GetFormat(Type) fullName: WizardWrx.BitMaskFormat.System.IFormatProvider.GetFormat(System.Type) nameWithType: BitMaskFormat.IFormatProvider.GetFormat(Type) nameWithType.vb: BitMaskFormat.System.IFormatProvider.GetFormat(Type) - uid: WizardWrx.BitMaskFormat.System#IFormatProvider#GetFormat* name: IFormatProvider.GetFormat href: api/WizardWrx.BitMaskFormat.html#WizardWrx_BitMaskFormat_System_IFormatProvider_GetFormat_ commentId: Overload:WizardWrx.BitMaskFormat.System#IFormatProvider#GetFormat isSpec: "True" name.vb: System.IFormatProvider.GetFormat fullName: WizardWrx.BitMaskFormat.System.IFormatProvider.GetFormat nameWithType: BitMaskFormat.IFormatProvider.GetFormat nameWithType.vb: BitMaskFormat.System.IFormatProvider.GetFormat
49.344779
147
0.843357
0ee59dd65734a76b8af13d40f57b50328a29aede
84
yaml
YAML
macpaw/symfony-health-check-bundle/0.1/config/routes/symfony_health_check.yaml
agence-adeliom/recipes-contrib
0a5983ffd6241953dbb530c3e73402b3a8a90489
[ "MIT" ]
483
2017-04-20T23:22:38.000Z
2022-03-25T17:56:06.000Z
macpaw/symfony-health-check-bundle/0.1/config/routes/symfony_health_check.yaml
agence-adeliom/recipes-contrib
0a5983ffd6241953dbb530c3e73402b3a8a90489
[ "MIT" ]
815
2017-04-21T23:50:32.000Z
2022-03-31T13:14:19.000Z
macpaw/symfony-health-check-bundle/0.1/config/routes/symfony_health_check.yaml
agence-adeliom/recipes-contrib
0a5983ffd6241953dbb530c3e73402b3a8a90489
[ "MIT" ]
836
2017-04-21T11:38:22.000Z
2022-03-31T12:14:42.000Z
health_check: resource: '@SymfonyHealthCheckBundle/Resources/config/routes.xml'
28
69
0.809524
468304819c93d5bc82ffcddc4b184a9e41dffc36
77
yaml
YAML
tests/minimal/phase1/ssz_static/DepositMessage/ssz_one/case_5/roots.yaml
SifraiHQ/eth2.0-spec-tests
289175b2bf8a12c901bf2eef79605447c5706441
[ "MIT" ]
null
null
null
tests/minimal/phase1/ssz_static/DepositMessage/ssz_one/case_5/roots.yaml
SifraiHQ/eth2.0-spec-tests
289175b2bf8a12c901bf2eef79605447c5706441
[ "MIT" ]
null
null
null
tests/minimal/phase1/ssz_static/DepositMessage/ssz_one/case_5/roots.yaml
SifraiHQ/eth2.0-spec-tests
289175b2bf8a12c901bf2eef79605447c5706441
[ "MIT" ]
null
null
null
{root: '0xc624718c5fa909403ecfcc213f49b80c6b5e2b3d327fd91bcb2d2c72b0a92b53'}
38.5
76
0.909091
2069fb003512245aebd57d721f73d50f10e455e8
153
yaml
YAML
instances/openshift-acm-cim/overlays/default/kustomization.yaml
jnj-cp4i/one-touch-provisioning-otp-gitops-services
964bc452cddcbf924384dbf3f46b1f8568589196
[ "Apache-2.0" ]
null
null
null
instances/openshift-acm-cim/overlays/default/kustomization.yaml
jnj-cp4i/one-touch-provisioning-otp-gitops-services
964bc452cddcbf924384dbf3f46b1f8568589196
[ "Apache-2.0" ]
6
2021-12-09T06:07:40.000Z
2022-03-24T12:05:48.000Z
instances/openshift-acm-cim/overlays/default/kustomization.yaml
jnj-cp4i/one-touch-provisioning-otp-gitops-services
964bc452cddcbf924384dbf3f46b1f8568589196
[ "Apache-2.0" ]
11
2021-12-09T03:47:31.000Z
2022-03-25T20:51:31.000Z
apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization patchesStrategicMerge: - central-infrastructure-management.yaml bases: - ../../base
19.125
43
0.777778
aae45b60e000a400ad082137c5589b74fa97112c
115
yml
YAML
.travis.yml
joshcough/MinecraftPlugins
70ce0056e24dd3cd537f520e909d565035a78bc6
[ "MIT" ]
22
2015-04-27T03:07:54.000Z
2021-03-21T23:13:58.000Z
.travis.yml
joshcough/MinecraftPlugins
70ce0056e24dd3cd537f520e909d565035a78bc6
[ "MIT" ]
1
2015-11-16T03:29:42.000Z
2015-12-20T21:05:02.000Z
.travis.yml
joshcough/MinecraftPlugins
70ce0056e24dd3cd537f520e909d565035a78bc6
[ "MIT" ]
8
2015-02-09T00:29:00.000Z
2022-02-05T21:21:12.000Z
language: scala jdk: - oraclejdk8 scala: - 2.11.6 script: - sbt 'set parallelExecution in Test := false' test
16.428571
53
0.686957
23590c0a875c38ddcf67974351d100e8843af18a
635
yml
YAML
logging-prod.yml
hurondp/pims
7d08bc4246375255611011d465db9de89fdc6ce9
[ "Apache-2.0" ]
2
2022-01-19T08:58:12.000Z
2022-01-28T14:40:41.000Z
logging-prod.yml
hurondp/pims
7d08bc4246375255611011d465db9de89fdc6ce9
[ "Apache-2.0" ]
18
2021-09-20T08:47:11.000Z
2022-03-14T15:51:37.000Z
logging-prod.yml
Cytomine-ULiege/pims
3c13f054be3ce9b6755428ccd9c5e0c1a8fb02d4
[ "Apache-2.0" ]
1
2022-02-14T18:28:31.000Z
2022-02-14T18:28:31.000Z
version: 1 formatters: basic: class: pims.logger.StdoutFormatter format: "[%(process)s][%(threadName)s] %(message)s" complete: class: pims.logger.StdoutFormatter format: "[%(asctime)s][%(levelname)s][%(process)s][%(threadName)s] %(message)s" handlers: console: class: logging.StreamHandler level: INFO formatter: complete loggers: pims: level: WARNING pims.app: level: INFO pyvips: level: ERROR uvicorn: level: INFO uvicorn.access: level: CRITICAL gunicorn.error: propagate: true cytomine.client: level: WARNING root: handlers: [console] level: INFO
17.162162
83
0.658268
be540f2ae9d6e2add377b331286dfe8828a69243
169
yml
YAML
binder/environment.yml
djhoese/jupyter_rfb
07715e52d3225c602dce9248a7d664c430872c34
[ "MIT" ]
18
2021-07-09T09:39:48.000Z
2022-03-28T17:29:31.000Z
binder/environment.yml
djhoese/jupyter_rfb
07715e52d3225c602dce9248a7d664c430872c34
[ "MIT" ]
42
2021-07-09T10:00:59.000Z
2022-03-17T13:53:53.000Z
binder/environment.yml
djhoese/jupyter_rfb
07715e52d3225c602dce9248a7d664c430872c34
[ "MIT" ]
2
2021-07-09T13:14:39.000Z
2021-07-28T15:22:52.000Z
name: jupyter_rfb channels: - conda-forge dependencies: - pip: - jupyter_rfb - numpy - Pillow - imageio - imageio-ffmpeg - vispy - glfw - wgpu
12.071429
19
0.609467
333688b3967cc98d53110b06f5b74f1ce0f4123c
57
yml
YAML
data/sponsors/treasuredata.yml
docent-net/devopsdays-web
8056b7937e293bd63b43d98bd8dca1844eee8a88
[ "Apache-2.0", "MIT" ]
149
2015-11-10T22:23:49.000Z
2022-03-09T20:48:22.000Z
data/sponsors/treasuredata.yml
docent-net/devopsdays-web
8056b7937e293bd63b43d98bd8dca1844eee8a88
[ "Apache-2.0", "MIT" ]
2,534
2015-11-10T21:56:39.000Z
2022-03-31T20:26:29.000Z
data/sponsors/treasuredata.yml
docent-net/devopsdays-web
8056b7937e293bd63b43d98bd8dca1844eee8a88
[ "Apache-2.0", "MIT" ]
1,014
2016-02-12T02:20:38.000Z
2022-03-31T17:38:48.000Z
name: "Treasure Data" url: "https://www.treasuredata.com"
28.5
35
0.736842
3b599558f10ebfe6b199270318f5a17420653b04
82,355
yml
YAML
maps/config/locales/sk.yml
uw-ictd/colte-maps
9c9ae4cee4cc7a1b5f4881c7b079a454a6606c12
[ "MIT" ]
1
2020-02-24T11:46:45.000Z
2020-02-24T11:46:45.000Z
maps/config/locales/sk.yml
uw-ictd/colte-maps
9c9ae4cee4cc7a1b5f4881c7b079a454a6606c12
[ "MIT" ]
null
null
null
maps/config/locales/sk.yml
uw-ictd/colte-maps
9c9ae4cee4cc7a1b5f4881c7b079a454a6606c12
[ "MIT" ]
null
null
null
# Messages for Slovak (slovenčina) # Exported from translatewiki.net # Export driver: phpyaml # Author: Helix84 # Author: Jose1711 # Author: KuboF # Author: Kusavica # Author: Lesny skriatok # Author: Lexected # Author: Macofe # Author: MartinSNV # Author: MichalP # Author: Mikulas1 # Author: Mimarik # Author: Nemo bis # Author: Rudko # Author: Ruila # Author: Teslaton # Author: TomášPolonec # Author: Vladolc --- sk: time: formats: friendly: '%e. %B %Y o %H:%M' activerecord: models: acl: Zoznam prístupových práv changeset: Sada zmien changeset_tag: Značka sady zmien country: Krajina diary_comment: Komentár k denníku diary_entry: Záznam denníka friend: Priateľ language: Jazyk message: Správa node: Uzol node_tag: Značka uzlu notifier: Oznamovanie old_node: Starý uzol old_node_tag: Stará značka uzlu old_relation: Stará relácia old_relation_member: Starý člen relácie old_relation_tag: Stará značka relácie old_way: Stará cesta old_way_node: Starý uzol cesty old_way_tag: Stará značka cesty relation: Relácia relation_member: Člen relácie relation_tag: Značka relácie session: Relácia trace: Stopa tracepoint: Bod stopy tracetag: Značka stopy user: Používateľ user_preference: Osobné nastavenia user_token: Používateľský token way: Cesta way_node: Bod cesty way_tag: Značka cesty attributes: diary_comment: body: Text diary_entry: user: Používateľ title: Predmet latitude: Zem. šírka longitude: Zem. dĺžka language: Jazyk friend: user: Používateľ friend: Priateľ trace: user: Používateľ visible: Viditeľný name: Meno size: Veľkosť latitude: Zem. šírka longitude: Zem. dĺžka public: Verejné description: Popis message: sender: Odosielateľ title: Predmet body: Text recipient: Príjemca user: email: E-mail active: Aktívny display_name: Zobrazované meno description: Popis languages: Jazyky pass_crypt: Heslo editor: default: Predvolený (v súčasnosti %{name}) potlatch: name: Potlatch 1 description: Potlatch 1 (editor v prehliadači) id: name: iD description: iD (editor v prehliadači) potlatch2: name: Potlatch 2 description: Potlatch 2 (editor v prehliadači) remote: name: Diaľkové ovládanie description: Diaľkové ovládanie (JOSM alebo Merkaartor) browse: created: Vytvorené closed: Uzavreté created_html: Vytvorené <abbr title='%{title}'>pred %{time}</abbr> closed_html: Uzavreté <abbr title='%{title}'>pred %{time}</abbr> created_by_html: Vytvoril <abbr title='%{title}'>pred %{time}</abbr> %{user} deleted_by_html: Odstránil <abbr title='%{title}'>pred %{time}</abbr> %{user} edited_by_html: Upravil <abbr title='%{title}'>pred %{time}</abbr> %{user} closed_by_html: Uzavrel <abbr title='%{title}'>pred %{time}</abbr> %{user} version: Verzia in_changeset: Sada zmien anonymous: anonym no_comment: (bez komentára) part_of: Súčasť download_xml: Stiahnuť XML view_history: Zobraziť históriu view_details: Zobraziť detaily location: 'Poloha:' changeset: title: 'Sada zmien: %{id}' belongs_to: Autor node: Uzly (%{count}) node_paginated: Uzly (%{x}–%{y} z %{count}) way: Cesty (%{count}) way_paginated: Cesty (%{x}–%{y} z %{count}) relation: Relácie (%{count}) relation_paginated: Relácie (%{x}–%{y} z %{count}) comment: Komentáre (%{count}) hidden_commented_by: Skrytý komentár od %{user} <abbr title='%{exact_time}'>pred %{when}</abbr> commented_by: Komentár od %{user} <abbr title='%{exact_time}'>pred %{when}</abbr> changesetxml: XML sady zmien osmchangexml: osmChange XML feed: title: Sada zmien %{id} title_comment: Sada zmien %{id} - %{comment} join_discussion: Zapojte sa do diskusie discussion: Diskusia node: title: 'Uzol: %{name}' history_title: 'História uzlu: %{name}' way: title: 'Cesta: %{name}' history_title: 'História cesty: %{name}' nodes: Uzly also_part_of: one: súčasťou cesty %{related_ways} other: súčasťou ciest %{related_ways} relation: title: 'Relácia: %{name}' history_title: 'História relácie: %{name}' members: Prvky relation_member: entry_role: '%{type} %{name} ako %{role}' type: node: Bod way: Cesta relation: Relácia containing_relation: entry: Relácia %{relation_name} entry_role: Relácia %{relation_name} (ako %{relation_role}) not_found: sorry: 'Ľutujeme, %{type} #%{id} nebolo možné nájsť.' type: node: bod way: cesta relation: relácia changeset: počet zmien note: poznámka timeout: sorry: Ľutujeme, ale načítanie dát %{type} číslo %{id} trvalo príliš dlho type: node: bod way: cesta relation: relácia changeset: sada zmien note: poznámka redacted: redaction: Revízia %{id} message_html: Verzia %{version} tohto objektu %{type} nemôže byť zobrazená, pretože bola skrytá. Viac informácií nájdete na %{redaction_link}. type: node: bod way: cesta relation: vzťah start_rjs: feature_warning: Načíta sa %{num_features} funkcií, ktoré môžu sposobiť, že Váš prehliadač bude spomalený alebo nebude reagovať. Ste si istý, že chcete zobraziť tieto údaje? load_data: Načítať údaje loading: Nahrávanie... tag_details: tags: Tagy wiki_link: key: Stránka s popisom značky %{key} na wiki tag: Stránka s popisom značky %{key}=%{value} na wiki wikipedia_link: Článok %{page} na Wikipédii telephone_link: Vytočiť %{phone_number} note: title: 'Poznámka: %{id}' new_note: Nová poznámka description: Popis open_title: 'Nevyriešená chyba #%{note_name}' closed_title: 'Vyriešená chyba #%{note_name}' hidden_title: Skrytá poznámka %{note_name} open_by: Vytvoril %{user} <abbr title='%{exact_time}'>pred %{when}</abbr> open_by_anonymous: Vytvoril anonym <abbr title='%{exact_time}'>pred %{when}</abbr> commented_by: Komentár od %{user} <abbr title='%{exact_time}'>pred %{when}</abbr> commented_by_anonymous: Komentoval anonym <abbr title='%{exact_time}'>pred %{when}</abbr> closed_by: Vyriešil %{user} <abbr title='%{exact_time}'>pred %{when}</abbr> closed_by_anonymous: Vyriešil anonym <abbr title='%{exact_time}'>pred %{when}</abbr> hidden_by: Skryl %{user} <abbr title='%{exact_time}'>pred %{when}</abbr> changeset: changeset_paging_nav: showing_page: Stránka %{page} next: Ďalšia » previous: « Predošlá changeset: anonymous: Anonym no_edits: (bez úprav) view_changeset_details: Zobraziť detaily sady zmien changesets: id: ID saved_at: Uložené user: Používateľ comment: Komentár area: Oblasť list: title: Sady zmien title_user: Sady zmien používateľa %{user} title_friend: Sady zmien vašich priateľov title_nearby: Sady zmien používateľov v okolí empty: Neboli nájdené žiadne sady zmien. empty_area: V tejto oblasti neexistujú žiadne sady zmien. empty_user: Tento používateľ nemá žiadne sady zmien. no_more: Nie sú ďalšie sady zmien. no_more_area: Nie sú ďalšie sady zmien v tejto oblasti. no_more_user: Nie sú ďalšie sady zmien tohoto používateľa. load_more: Načítať ďalšie timeout: sorry: Ľutujeme, ale vami požadovaný zoznam sád zmien sa načítaval príliš dlho. diary_entry: new: title: Nový záznam denníka list: title: Denníky používateľov title_friends: Denníky priateľov title_nearby: Denníky používateľov v okolí user_title: Denník používateľa %{user} in_language_title: Záznamy denníka v jazyku %{language} new: Nový záznam denníka new_title: Napísať nový záznam do používateľského denníka no_entries: Žiadny záznam denníka recent_entries: 'Nedávne záznamy denníka:' older_entries: Staršie záznamy newer_entries: Novšie Príspevky edit: title: Upraviť záznam denníka subject: 'Predmet:' body: 'Text:' language: 'Jazyk:' location: 'Poloha:' latitude: 'Zemepisná šírka:' longitude: 'Zemepisná dĺžka:' use_map_link: použiť mapu save_button: Uložiť marker_text: Poloha k položke denníka view: title: Denník používateľa %{user} | %{title} user_title: Denník používateľa %{user} leave_a_comment: Zanechať komentár login_to_leave_a_comment: '%{login_link} pre zanechanie komentára' login: Prihlásiť sa save_button: Uložiť no_such_entry: title: Takýto záznam denníka neexistuje heading: Záznam s ID %{id} neexistuje body: Ľutujeme, položka denníka, alebo komentár s ID %{id} neexistuje. Skontrolujte preklepy, prípadne ste možno klikli na nesprávny odkaz. diary_entry: posted_by: Napísal %{link_user} %{created} v jazyku %{language_link} comment_link: Komentár k záznamu reply_link: Odpovedať na tento záznam comment_count: few: '%{count} komentáre' one: 1 komentár zero: Žiaden komentár other: '%{count} komentárov' edit_link: Upraviť tento záznam hide_link: Skryť tento záznam confirm: Potvrdiť diary_comment: comment_from: Komentár od %{link_user} z %{comment_created_at} hide_link: Skryť tento komentár confirm: Potvrdiť location: location: 'Poloha:' view: Zobraziť edit: Editovať feed: user: title: Záznamy OpenStreetMap denníka používateľa %{user} description: Nedávne záznamy OpenStreetMap denníka používateľa %{user} language: title: Záznamy OpenStreetMap denníka v jazyku %{language_name} description: Nedávne záznamy v denníkoch používateľov OpenStreetMap v jazyku %{language_name} all: title: Denníkové záznamy OpenStreetMap description: Nedávne položky denníkov používateľov OpenStreetMap comments: has_commented_on: '%{display_name} okomentoval nasledovné záznamy v denníku' post: Príspevok when: Kedy comment: Komentár ago: pred %{ago} newer_comments: Novšie komentáre older_comments: Staršie komentáre geocoder: search: title: latlon: Výsledky z <a href="http://openstreetmap.org/">internej databázy</a> ca_postcode: Výsledky z <a href="http://geocoder.ca/">Geocoder.CA</a> osm_nominatim: Výsledky z <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a> geonames: Výsledky z <a href="http://www.geonames.org/">GeoNames</a> osm_nominatim_reverse: Výsledky z <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a> geonames_reverse: Výsledky z <a href="http://www.geonames.org/">GeoNames</a> search_osm_nominatim: prefix: aerialway: cable_car: Lanovka chair_lift: Sedačková lanovka drag_lift: Vlek station: Lanovková stanica aeroway: aerodrome: Aerodróm apron: Letisková parkovacia plocha gate: Brána (gate) helipad: Heliport runway: Vzletová a pristávacia dráha taxiway: Pojazdová dráha terminal: Terminál amenity: animal_shelter: Útulok pre zvieratá arts_centre: Kultúrne stredisko atm: Bankomat bank: Banka bar: Bar bbq: Miesto na grilovanie bench: Lavička bicycle_parking: Parkovisko bicyklov bicycle_rental: Požičovňa bicyklov biergarten: Záhradná krčma boat_rental: Požičovňa lodí brothel: Nevestinec bureau_de_change: Zmenáreň bus_station: Autobusová stanica cafe: Kaviareň car_rental: Požičovňa áut car_sharing: Autopožičovňa car_wash: Autoumývareň casino: Kasíno charging_station: Nabíjacia stanica cinema: Kino clinic: Poliklinika college: Vysoká škola community_centre: Kultúrne stredisko courthouse: Súd crematorium: Krematórium dentist: Zubár doctors: Lekár drinking_water: Pitná voda driving_school: Autoškola embassy: Veľvyslanectvo fast_food: Rýchle občerstvenie ferry_terminal: Terminál trajektu fire_station: Požiarna stanica food_court: Food court fountain: Fontána fuel: Benzínová pumpa grave_yard: Cintorín hospital: Nemocnica hunting_stand: Poľovnícky posed ice_cream: Zmrzlina kindergarten: Materská škola library: Knižnica marketplace: Tržnica monastery: Kláštor nightclub: Nočný klub nursing_home: Sanatórium office: Úrad parking: Parkovisko pharmacy: lekáreň place_of_worship: Miesto pre bohoslužby police: Polícia post_box: Poštová schránka post_office: Pošta preschool: Škôlka prison: Väzenie pub: Krčma public_building: Verejná budova recycling: Recyklačné miesto restaurant: Reštaurácia retirement_home: Domov dôchodcov sauna: Sauna school: Škola shelter: Altánok shop: Obchod shower: Sprchy social_centre: Komunitné centrum social_club: Spoločenský klub social_facility: Sociálne zariadenie studio: Ateliér swimming_pool: Plaváreň, kúpalisko taxi: Taxi telephone: Verejný telefón theatre: Divadlo toilets: WC townhall: Radnica university: Univerzita vending_machine: Predajný automat veterinary: Veterinárna ordinácia village_hall: Spoločenská miestnosť waste_basket: Odpadkový kôš youth_centre: Mládežnícke centrum boundary: administrative: Administratívna hranica census: Hranica pre potreby sčítania national_park: Národný park protected_area: Chránená oblasť bridge: aqueduct: Akvadukt suspension: Visutý most swing: Otočný most viaduct: Viadukt "yes": Most building: "yes": Budova craft: brewery: Pivovar electrician: Elektrikár gardener: Záhradník painter: Maliar photographer: Fotograf plumber: Inštalatér shoemaker: Obuvník tailor: Krajčír emergency: ambulance_station: Stanica záchrannej služby defibrillator: Defibrilátor phone: Núdzový telefón highway: bridleway: Cesta pre kone bus_guideway: Bus so sprievodcom bus_stop: Zastávka autobusu construction: Cesta vo výstavbe cycleway: Cyklistický chodník elevator: Výťah emergency_access_point: Stanica prvej pomoci footway: Chodník ford: Brod living_street: Obytná zóna milestone: Kilometrovník motorway: Diaľnica motorway_junction: Diaľničná križovatka motorway_link: Diaľničný privádzač path: Nespevnený chodník pedestrian: Chodník pre chodcov platform: Nástupište primary: Cesta I. triedy primary_link: Cesta I. triedy proposed: Navrhovaná cesta raceway: Pretekárska dráha residential: Ulica v obytnej štvrti rest_area: Odpočívadlo road: Cesta secondary: Cesta II. triedy secondary_link: Cesta II. triedy service: Prístupová komunikácia services: Diaľničné odpočívadlo speed_camera: Radar steps: Schody street_lamp: Pouličná lampa tertiary: Cesta III. triedy tertiary_link: Cesta III. triedy track: Nespevnená cesta traffic_signals: Semafor trail: Chodník trunk: Cesta pre motorové vozidlá trunk_link: Privádzač k ceste pre motorové vozidlá unclassified: Neklasifikovaná cesta "yes": Cesta historic: archaeological_site: Archeologické nálezisko battlefield: Bojisko boundary_stone: Hraničný kameň building: Historická budova bunker: Bunker castle: Hrad church: Kostol city_gate: Mestská brána citywalls: Mestské hradby fort: Pevnosť heritage: Lokalita historického dedičstva house: Dom icon: Ikona manor: Šľachtické sídlo memorial: Pomník mine: Baňa monument: Pamätník roman_road: Rímska cesta ruins: Ruina tomb: Náhrobok tower: Veža wayside_cross: Božie muky wayside_shrine: Malá kaplnka pri ceste wreck: Zrúcanina landuse: allotments: Záhradkárske osady basin: Vodná nádrž brownfield: Opustená priemyselná oblasť (brownfield) cemetery: Cintorín commercial: Obchodná štvrť conservation: Chránené územie construction: Stavba farm: Farma farmland: Poľnohospodárska pôda farmyard: Dvor forest: Les (udržiavaný) garages: Garáže grass: Tráva greenfield: Zelená plocha pre výstavbu industrial: Priemyslová oblasť landfill: Skládka odpadu meadow: Lúka military: Vojenský priestor mine: Baňa orchard: Sad quarry: Lom railway: Železnica recreation_ground: Rekreačná oblasť reservoir: Zásobník na vodu reservoir_watershed: Povodie nádrže residential: Obytná oblasť retail: Obchodná zóna road: Cesty village_green: Verejná zeleň vineyard: Vinica leisure: beach_resort: Plážové letovisko bird_hide: Vtáčia pozorovateľňa common: Verejné priestranstvo dog_park: Psí park fishing: Rybolov (športový) fitness_centre: Fitnescentrum fitness_station: Fitnes zastávka garden: Záhrada golf_course: Golfové ihrisko horse_riding: Jazda na koni ice_rink: Umelé klzisko marina: Prístav pre jachty miniature_golf: Mini golf nature_reserve: Prírodná rezervácia park: Park pitch: Športové ihrisko playground: Detské ihrisko recreation_ground: Rekreačná oblasť sauna: Sauna slipway: Lodný sklz sports_centre: Športové stredisko stadium: Štadión swimming_pool: Plaváreň track: Bežecká dráha water_park: Aquapark man_made: lighthouse: Maják pipeline: Vodovod tower: Veža works: Továreň "yes": Vytvorené človekom military: airfield: Vojenské letisko barracks: Kasárne bunker: Bunker mountain_pass: "yes": Priesmyk natural: bay: Zátoka, záliv beach: Pláž cape: Mys cave_entrance: Vstup do jaskyne cliff: Útes, kamenná stena crater: Kráter dune: Duna fell: Horská pastvina fjord: Fjord forest: Les (udržiavaný) geyser: Gejzír glacier: Ľadovec grassland: Trvalé trávne porasty heath: Vresovisko hill: Kopec island: Ostrov land: Pevnina marsh: Bažina moor: Močiar mud: Bahno peak: Vrchol point: Bod reef: Bradlo, Skalisko ridge: Hrebeň rock: Skala saddle: Sedlo sand: Piesok scree: Sutina scrub: Rúbanisko spring: Prameň stone: Balvan strait: Úžina tree: Strom valley: Dolina volcano: Sopka water: Voda wetland: Mokrina wood: Les (neudržiavaný) office: accountant: Účtovník architect: Architektonický ateliér company: Súkromná firma employment_agency: Sprostredkovanie práce estate_agent: Realitná kancelária government: Vládny úrad insurance: Poisťovňa lawyer: Právnická kancelária ngo: Mimovládna organizácia telecommunication: Telekomunikácie travel_agent: Cestovná kancelária "yes": Úrad place: city: Mesto nad 100 tis. country: Štát county: Okres farm: Farma hamlet: Osada do 200 house: Budova houses: Budovy island: Ostrov islet: Ostrovček isolated_dwelling: Samota locality: Oblasť municipality: Obecný úrad neighbourhood: Štvrť postcode: PSČ region: Región sea: More state: Štát subdivision: Pododdelenie suburb: Mestský obvod town: Mesto 10 tis.-100 tis. unincorporated_area: Nezaradená oblasť village: Obec 200-10 tis. railway: abandoned: Zrušená železničná trať construction: Železnica vo výstavbe disused: Nepoužívaná železnica funicular: Lanová dráha halt: Zastávka vlaku junction: Železničný uzol level_crossing: Železničný prejazd light_rail: Ľahká železnica miniature: Záhradná železnica monorail: Jednokoľajka narrow_gauge: Úzkokoľajná železnica platform: Železničné nástupište preserved: Historická železnica proposed: Navrhovaná železnica spur: Železničná vlečka station: Železničná stanica stop: Železničná zastávka subway: Metro subway_entrance: Vchod do metra switch: Železničná výhybka tram: Električka tram_stop: Zastávka električky shop: alcohol: Mimo povolenia antiques: Starožitnosti art: Obchod s umením bakery: Pekáreň beauty: Salón krásy beverages: Občerstvenie bicycle: Obchod s bicyklami books: Kníhkupectvo boutique: Butik butcher: Mäsiarstvo car: Predajňa automobilov car_parts: Mototechna car_repair: Autoservis carpet: Obchod s kobercami charity: Charitatívny obchod chemist: Lekáreň clothes: Obchod s konfekciou computer: Obchod s počítačmi confectionery: Cukráreň convenience: Rozličný tovar copyshop: Copy centrum cosmetics: Parfuméria deli: Lahôdky department_store: Obchodný dom discount: Diskontná predajňa doityourself: Urob si sám dry_cleaning: Chemická čistiareň electronics: Elektro estate_agent: Realitná kancelária farm: Poľnonákup fashion: Módny salón fish: Obchod s rybami florist: Kvetinárstvo food: Obchod s potravinami funeral_directors: Pohrebníctvo furniture: Nábytok gallery: Galéria garden_centre: Záhradnícke centrum general: Zmiešaný tovar gift: Suveníry greengrocer: Obchod so zeleninou grocery: Potraviny hairdresser: Kaderníctvo,holičstvo hardware: Železiarstvo hifi: Hi-Fi jewelry: Zlatníctvo kiosk: Novinový stánok laundry: Práčovňa mall: Pešia zóna market: Obchod mobile_phone: Obchod s mobilnými telefónmi motorcycle: Motocyklový obchod music: Hudobniny newsagent: Novinový stánok optician: Očná optika organic: Obchod so zdravou výživou outdoor: Turistický obchod pet: Chovprodukt pharmacy: Lekáreň photo: Fotokino second_hand: Bazár shoes: Obuv sports: Športový obchod stationery: Papierníctvo supermarket: Supermarket tailor: Krajčír toys: Hračkárstvo travel_agency: Cestovná kancelária video: Videopožičovňa, predaj DVD wine: Mimo povolenia "yes": Obchod tourism: alpine_hut: Vysokohorská chata artwork: Umelecké dielo attraction: Atrakcia bed_and_breakfast: Nocľah a raňajky cabin: Malá chata camp_site: Kemping caravan_site: Autokemping chalet: Veľká chata gallery: Galéria guest_house: Penzión hostel: Ubytovňa, internát hotel: Hotel information: Informácie motel: Motel museum: Múzeum picnic_site: Výletné miesto theme_park: Zábavný park viewpoint: Rozhľadňa, výhliadka zoo: Zoo tunnel: culvert: Priepust "yes": Tunel waterway: artificial: Vodný kanál, prieplav boatyard: Lodenica canal: Kanál dam: Priehrada,hrádza derelict_canal: Opustený kanál ditch: Priekopa dock: Dok drain: Odvodňovací kanál lock: Plavebná komora lock_gate: Brána plavebnej komory mooring: Kotvisko rapids: Pereje river: Rieka stream: Potok wadi: Občasné riečisko(Vádí) waterfall: Vodopád weir: Splav "yes": Vodná cesta admin_levels: level2: Štátna hranica level4: Hranica kraja (state) level5: Hranica regiónu level6: Hranica okresu (county) level8: Hranica mesta level9: Hranica obce level10: Hranica časti obce description: title: osm_nominatim: Poloha podľa <a href="http://nominatim.openstreetmap.org/">OpenStreetMap Nominatim</a> geonames: Poloha podľa <a href="http://www.geonames.org/">GeoNames</a> types: cities: Veľkomestá towns: Mestá places: Miesta results: no_results: Neboli nájdené žiadne výsledky more_results: Viac výsledkov layouts: logo: alt_text: Logo OpenStreetMap home: Domov logout: Odhlásiť sa log_in: Prihlásiť sa log_in_tooltip: Prihlásiť sa k existujúcemu kontu sign_up: Zaregistrovať sa start_mapping: Začať mapovať sign_up_tooltip: Vytvoriť si používateľské konto pre úpravy edit: Upraviť history: História export: Export data: Údaje export_data: Export údajov gps_traces: GPS stopy gps_traces_tooltip: Správa GPS stôp user_diaries: Denníky používateľov user_diaries_tooltip: Zobraziť denníky používateľov edit_with: Upraviť pomocou %{editor} tag_line: Slobodná wiki-mapa sveta intro_header: Vitajte v OpenStreetMap! intro_text: OpenStreetMap je mapa sveta, vytvorené ľuďmi ako vy, voľne využiteľná pod slobodnou licenciou. intro_2_create_account: Založte si konto partners_html: Prevádzku podporujú %{ucl}, %{ic}, %{bytemark} a iní %{partners}. partners_ucl: VR centrum UCL partners_ic: Imperial College v Londýne partners_bytemark: Bytemark Hosting partners_partners: partneri osm_offline: OpenStreetMap databáza je teraz offline, zatiaľ čo potrebná údržba databázy naďalej prebieha. osm_read_only: OpenStreetMap databáza je teraz len v móde čítania (bez možnosti zapisovania), zatiaľ čo potrebná údržba databázy naďalej prebieha. donate: Podporte OpenStreetMap %{link} Fondu na obnovu hardwaru help: Pomoc about: O projekte copyright: Copyright community: Komunita community_blogs: Komunitné blogy community_blogs_title: Blogy členov komunity OpenStreetMap foundation: Nadácia foundation_title: Nadácia OpenStreetMap Foundation make_a_donation: title: Podporte OpenStreetMap finančným príspevkom text: Darovanie learn_more: Viac info more: Ďalšie notifier: diary_comment_notification: subject: '[OpenStreetMap] %{user} okomentoval záznam vo vašom denníku' hi: Ahoj %{to_user}, header: '%{from_user} okomentoval váš nedávny záznam v OpenStreetMap denníku s predmetom %{subject}:' footer: Môžete si tiež prečítať komentár na %{readurl}, komentovať na %{commenturl}, alebo odpovedať na %{replyurl} message_notification: hi: Ahoj %{to_user}, header: '%{from_user} vám zaslal správu cez OpenStreetMap s predmetom %{subject}:' friend_notification: subject: '[OpenStreetMap] %{user} vás pridal ako priateľa' had_added_you: '%{user} vás pridal ako priateľa na OpenStreetMap.' see_their_profile: Jeho/jej profil si môžete pozrieť na %{userurl}. befriend_them: Môžete ich tiež pridať ako priateľov na %{befriendurl}. gpx_notification: greeting: Ahoj, your_gpx_file: Zdá sa, že váš GPX súbor with_description: s popisom and_the_tags: 'a nasledujúce značky:' and_no_tags: a žiadne značky. failure: subject: '[OpenStreetMap] Neúspešný import GPX' failed_to_import: 'sa nepodarilo naimportovať. Chybové hlásenie:' more_info_1: Viac informácií o neúspešných importoch GPX a ako sa im vyhnúť more_info_2: 'nemožno nájsť na adrese:' success: subject: '[OpenStreetMap] GPX import úspešný' loaded_successfully: sa úspešne načítal s %{trace_points} z možných %{possible_points} bodov. signup_confirm: subject: '[OpenStreetMap] Vitajte v OpenStreetMap' greeting: Ahoj! created: Niekto (dúfame, že vy) si práve vytvoril konto na %{site_url}. confirm: 'Predtým, než urobíme čokoľvek ďalšie, potrebujeme potvrdiť, že táto žiadosť prišla od vás. Ak je to tak, kliknutím na nasledovný odkaz potvrdíte svoje konto:' welcome: Dovoľujeme si vás privítať a poskytnúť vám niektoré ďalšie informácie, ktoré vám pomôžu začať. email_confirm: subject: '[OpenStreetMap] Potvrďte svoju e-mailovú adresu' email_confirm_plain: greeting: Ahoj, hopefully_you: Niekto (snáď vy) požiadal o zmenu e-mailovej adresy na serveri %{server_url} na %{new_address}. click_the_link: Ak ste to boli vy, potvrďte prosím zmenu kliknutím na nasledovný odkaz. email_confirm_html: greeting: Ahoj, hopefully_you: Niekto (dúfame, že vy) požiadal o zmenu e-mailovej adresy na serveri %{server_url} na %{new_address}. click_the_link: Ak ste to vy, kliknite prosím na nižšie uvedený odkaz pre potvrdenie zmeny. lost_password: subject: '[OpenStreetMap] Žiadosť o reset hesla' lost_password_plain: greeting: Ahoj, hopefully_you: Niekto (snáď vy) požiadal o vygenerovanie nového hesla pre používateľa serveru openstreetmap.org s touto e-mailovou adresou. click_the_link: Ak ste to vy, kliknite prosím na odkaz nižšie pre obnovenie svojho hesla. lost_password_html: greeting: Ahoj, hopefully_you: Niekto (možno vy) požiadal, o reset hesla na tejto emailovej adrese openstreetmap.org účtu. click_the_link: Ak ste to vy, kliknite prosím na nižšie uvedený odkaz pre obnovenie vášho hesla. note_comment_notification: anonymous: Anonymný používateľ greeting: Ahoj, details: Viac podrobností o poznámke môžete nájsť nájsť na %{url}. changeset_comment_notification: greeting: Ahoj, messages: inbox: title: Doručená pošta my_inbox: Moja doručená pošta outbox: odoslaná pošta messages: Máte %{new_messages} a %{old_messages} new_messages: few: '%{count} nové správy' one: '%{count} novú správu' other: '%{count} nových správ' old_messages: few: '%{count} staré správy' one: '%{count} starú správu' other: '%{count} starých správ' from: Od subject: Predmet date: Dátum no_messages_yet: Zatiaľ nemáte žiadne správy. Čo napr. kontaktovať %{people_mapping_nearby_link}? people_mapping_nearby: používateľov v okolí message_summary: unread_button: Označiť ako neprečítané read_button: Označiť ako prečítané reply_button: Odpovedať destroy_button: Zmazať new: title: Odoslať správu send_message_to: Poslať novú správu používateľovi %{name} subject: Predmet body: Text send_button: Odoslať back_to_inbox: Späť do prijatých správ message_sent: Správa odoslaná limit_exceeded: V poslednej dobe ste poslali veľa správ. Pred rozosielaním ďalších prosím chvíľu počkajte. no_such_message: title: Zadaná správa neexistuje heading: Zadaná správa neexistuje body: Ľutujeme, neexistuje správa s takým ID. outbox: title: Odoslaná pošta my_inbox: Moja %{inbox_link} inbox: prichádzajúca pošta outbox: odoslaná pošta messages: few: Máte %{count} odeslané správy one: Máte %{count} odoslanú správu other: Máte %{count} odoslaných správ to: Komu subject: Predmet date: Dátum no_sent_messages: Nemáte odoslané správy. Prečo ste sa nespojili s niekým z %{people_mapping_nearby_link}? people_mapping_nearby: blízko mapujúci ľudia reply: wrong_user: Ste prihlásený ako „%{user}“, ale správa, na ktorú chcete odpovedať, nebola odoslaná tomuto používateľovi. Ak na ňu chcete odpovedať, prihláste sa pod správnym kontom. show: title: Čítať správu from: Od subject: Predmet date: Dátum reply_button: Odpovedať unread_button: Označiť ako neprečítané back: Späť to: Komu wrong_user: Ste prihlásený ako „%{user}“, ale správa, ktorú si chcete prečítať, nie je ani od, ani pre tohoto používateľa. Ak si ju chcete prečítať, prihláste sa pod príslušným kontom. sent_message_summary: destroy_button: Zmazať mark: as_read: Správa označená ako prečítaná as_unread: Správa označená ako neprečítaná destroy: destroyed: Správa vymazaná site: about: next: Ďalej partners_title: Partneri copyright: foreign: title: O tomto preklade text: V prípade rozporu mezi touto preloženou verziou a %{english_original_link} má anglická stránka prednosť english_link: anglickým originálom native: title: O tejto stránke text: Pozeráte si anglickú verziu stránky o autorských právach. Môžete sa vrátiť na %{native_link} stránky alebo si prestať čítať o copyrightoch a %{mapping_link}. native_link: slovenskú verziu mapping_link: začať mapovať legal_babble: title_html: Autorské práva a licencia intro_1_html: OpenStreetMap sú <em>slobodné dáta</em>, ponúkané za podmienok licencie <a href="http://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database License</a> (ODbL). intro_2_html: ' Môžete kopírovať, distribuovať, oznamovať verejnosti a upravovať naše dáta, pokiaľ ako zdroj uvediete „<em>OpenStreetMap a jeho prispievatelia</em>“. Ak naše mapy alebo dáta budete upravovať alebo ich použijete vo svojom diele, musíte výsledné dielo šíriť pod rovnakou licenciou. Vaše práva a povinnosti sú vysvetlené v <a href="http://opendatacommons.org/licenses/odbl/">plnom znení licenčnej zmluvy</a>.' intro_3_html: Kartografia v našich mapových podkladoch a naša dokumentácia je zverejnená pod licenciou <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Uveďte autora – Zachovajte licenciu 2.0</a> (CC-BY-SA). credit_title_html: Ako uvádzať OpenStreetMap credit_1_html: Vyžadujeme uviesť „<em>© Prispievatelia OpenStreetMap</em>“. credit_2_html: |- Musíte tiež zdôrazniť, že údaje sú dostupné pod licenciou Open Database Licence, a pokiaľ používate naše mapové dlaždice, že ich kartografický obsah je licencovaný pod CC-BY-SA. Uvedené môžete splniť hypertextovým odkazom na <a href="http://www.openstreetmap.org/copyright">tuto stránku</a>. Alternatívne môžete (a ak šírite OSM v dátovej forme, tak musíte) vymenovať licencie a uviesť hypertextové odkazy priamo na ne. Pri médiách, kde hypertextové odkazy nie sú možné (napr. tlačené diela), odporúčame, aby ste nasmerovali čitateľov na openstreetmap.org (napríklad rozšírením slova 'OpenStreetMap' na túto plnú adresu), na opendatacommons.org a na creativecommons.org (ak je to relevenantné). credit_3_html: |- V prípade interaktívnej elektronickej mapy by autorstvo malo byť uvedené v rohu mapy. Napríklad: attribution_example: alt: Príklad, ako uvádzať autorstvo OpenStreetMap na webovej stránke title: Príklad uvedenia autorstva more_title_html: Ďalšie informácie more_1_html: O používaní našich dát a spôsobe citovania, sa môžete dočítať viac v našich <a href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">Často kladených právnych otázkach</a>. more_2_html: |- Hoci OpenStreetMap tvorí slobodné dáta, nemôžeme zadarmo poskytovať tretím stranám mapové API. Pozrite naše <a href="http://wiki.openstreetmap.org/wiki/API_usage_policy">Pravidlá použitia API</a>, <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">Pravidlá použitia mapových dlaždíc</a> a <a href="http://wiki.openstreetmap.org/wiki/Nominatim#Usage_Policy">Pravidlá použitia nástroja Nominatim</a>. contributors_title_html: Naši prispievatelia contributors_intro_html: 'Naši prispievatelia sú tisícky jednotlivcov. Máme aj dáta so slobodnou licenciou od národných geografických inštitúcií či iných zdrojov, medzi nimi:' contributors_at_html: |- <strong>Rakúsko</strong>: Obsahuje dáta od <a href="http://data.wien.gv.at/">mesta Viedeň</a> (pod licenciou <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>), <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">krajiny Vorarlberg</a> a krajiny Tirol (pod licenciou <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT s úpravami</a>). contributors_ca_html: '<strong>Kanada</strong>: Obsahuje dáta z GeoBase ®, GeoGratis (© Department of Natural Resources Canada), CanVec (© Department of Natural Resources Canada) a StatCan (Geography Division, Statistics Canada).' contributors_fr_html: '<strong>Francúzsko</strong>: Obsahuje dáta pochádzajúce z Direction Générale des impôts.' contributors_nl_html: |- <strong>Holandsko</strong>: obsahuje © AND dát, 2007 (<a href="http://www.and.com">www.and.com</a>) contributors_nz_html: '<strong>Nový Zéland</strong>: Obsahuje dáta pochádzajúce z Land Information New Zealand. Crown Copyright reserved.' contributors_za_html: '<strong>Juhoafrická republika</strong>: Obsahuje dáta pochádzajúce z <a href="http://www.ngi.gov.za/">Chief Directorate: National Geo-Spatial Information</a>, State copyright reserved.' contributors_gb_html: '<strong>Spojené kráľovstvo</strong>: Obsahuje dáta Ordnance Survey © Crown copyright a právo k databáze 2010-12.' contributors_footer_1_html: |- Podrobnosti o týchto a ďalších zdrojoch, ktoré boli použité pre vylepšenie OpenStreetMap, nájdete na <a href="http://wiki.openstreetmap.org/wiki/Contributors">stránke Contributors</a> na OpenStreetMap wiki. contributors_footer_2_html: ' Zahrnutie dát do OpenStreetMap neznamená, že pôvodný poskytovateľ dát podporuje OpenStreetMap, ponúka akúkoľvek záruku, alebo prijíma akúkoľvek zodpovednosť.' infringement_title_html: Porušenie autorských práv infringement_1_html: Prispievateľom OSM pripomíname, že by nikdy nemali pridávať dáta zo zdrojov chránených autorským právom (napr. Google Maps či tlačené mapy) bez výslovného súhlasu držiteľov práv. infringement_2_html: Ak sa domnievate, že materiál podliehajúci autorským právam bol neoprávnene pridaný do databázy OpenStreetMap alebo na tieto stránky, prosíme vás, aby ste si pozreli náš <a href="http://www.osmfoundation.org/wiki/License/Takedown_procedure">postup odstraňovania</a> alebo podajte žiadosť priamo na <a href="http://dmca.openstreetmap.org/">stránke pre podávanie sťažností</a>. index: js_1: Používate prehliadač bez podpory JavaScriptu, alebo máte JavaScript vypnutý. js_2: OpenStreetMap používa pre interaktívnu mapu JavaScript. permalink: Trvalý odkaz shortlink: Krátky odkaz createnote: Pridať poznámku license: copyright: Chránené autorskými právami OpenStreetMap a prispievateľov pod slobodnou licenciou remote_failed: Editácia sa nepodarila – skontrolujte, či je JOSM alebo Merkaartor spustený a je v ňom povolená funkcia Diaľkové ovládanie (Remote control) edit: not_public: Nemáte nastavené úpravy na verejné. not_public_description: Kým tak neurobíte, nemôžete ďalej editovať mapu. Svoje úpravy môžete nastaviť ako verejné na vašej %{user_page}. user_page_link: stránke používateľa anon_edits_link_text: Prečo to tak je? flash_player_required: Ak chcete používať Potlatch, flashový editor OpenStreetMap, potrebujete Flash prehrávač. Môžete si <a href="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">stiahnuť Flash Player z Adobe.com</a>. Pre editáciu OpenStreetMap existuje <a href="http://wiki.openstreetmap.org/wiki/Editing">viacero ďalších možností</a>. potlatch_unsaved_changes: Nemáte uložené zmeny. (V Potlatchu odznačte aktuálnu cestu alebo bod ak editujete v živom režime, alebo kliknite na tlačítko Uložiť (Save) vľavo hore, ak sa tam zobrazuje.) potlatch2_not_configured: Potlatch 2 nie je nakonfigurovaný – podrobnejšie informácie nájdete na http://wiki.openstreetmap.org/wiki/The_Rails_Port potlatch2_unsaved_changes: Nemáte uložené zmeny. (V Potlatch 2 sa zmeny ukladajú kliknutím na tlačítko Save/Uložiť vľavo hore.) id_not_configured: iD zatiaľ nie je nakonfigurovaný no_iframe_support: Váš prehliadač nepodporuje vložené HTML rámy (iframes), ktoré sú pre túto funkciu nevyhnutné. export: title: Export area_to_export: Oblasť pre export manually_select: Manuálne vybrať inú oblasť format_to_export: Formát pre export osm_xml_data: OpenStreetMap XML dáta map_image: Obrázok (obsahuje štandardné vrstvy) embeddable_html: Vložiteľné HTML licence: Licencia export_details: Údaje OpenStreetMap sú k dispozícii pod licenciou <a href="http://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database License</a> (ODbL). too_large: advice: 'Ak tento export zlyhá, zvážte použitie niektorého z nasledovných zdrojov:' body: Táto oblasť je príliš veľká pre export OpenStreetMap XML dát. Priblížte prosím mapu, alebo vyberte menšiu oblasť. planet: title: Planéta OSM description: Pravidelne aktualizované kópie kompletnej databázy OpenStreetMap overpass: title: Overpass API description: Stiahnuť túto oblasť z repliky databázy OpenStreetMap geofabrik: title: Geofabrik na stiahnutie description: Pravidelne aktualizované extrakty svetadielov, krajín a vybraných miest metro: title: Metro extrakty description: Extrakty pre hlavné svetové mestá a ich okolie other: title: Iné zdroje description: Ďalšie zdroje sú uvedené na OpenStreetMap wiki options: Možnosti format: Formát scale: Mierka max: max image_size: Rozmery obrázku zoom: Zväčšenie add_marker: Pridať do mapy značku latitude: 'Zem.šírka:' longitude: 'Zem. dĺžka:' output: Výstup paste_html: Pre vloženie do stránky použite toto HTML export_button: Export fixthemap: title: Nahlásiť problém / Opraviť mapu how_to_help: title: Ako pomôcť join_the_community: title: Pripojte sa ku komunite help: welcome: title: Vitajte na OSM beginners_guide: url: http://wiki.openstreetmap.org/wiki/Sk:Beginners%27_guide help: url: https://help.openstreetmap.org/ title: help.openstreetmap.org forums: title: Fóra irc: title: IRC wiki: url: http://wiki.openstreetmap.org/ title: wiki.openstreetmap.org sidebar: search_results: Výsledky vyhľadávania close: Zavrieť search: search: Hľadať get_directions: Nájsť trasu get_directions_title: Vyhľadať trasu medzi dvoma bodmi from: Odkiaľ to: Kam where_am_i: Kde som? where_am_i_title: Opis aktuálnej polohy pomocou vyhľadávača submit_text: hľ. key: table: entry: motorway: Diaľnica main_road: Hlavná cesta trunk: Cesta pre motorové vozidlá primary: Cesta prvej triedy secondary: Cesta druhej triedy unclassified: Neklasifikovaná cesta track: Lesná, poľná cesta bridleway: Chodník pre kone cycleway: Cyklotrasa cycleway_national: Národná cyklotrasa cycleway_regional: Regionálna cyklotrasa cycleway_local: Miestna cyklotrasa footway: Chodník pre peších rail: Železnica subway: Metro tram: - Rýchloelektrička - električka cable: - Lanovka - sedačková lanovka runway: - Letisková dráha - pojazdová dráha apron: - Letisková odbavovacia plocha - terminál admin: Administratívne hranice forest: Les (udržiavaný) wood: Les (neudržiavaný) golf: Golfové ihrisko park: Park resident: Obytná oblasť common: - Pastvina - lúka retail: Nákupná oblasť industrial: Priemyselná oblasť commercial: Komerčná oblasť heathland: Vresovisko lake: - Jazero - nádrž farm: Farma brownfield: Zborenisko cemetery: Cintorín allotments: Záhradkárska kolónia pitch: Športové ihrisko centre: Športové centrum reserve: Prírodná rezervácia military: Vojenský priestor school: - Škola - univerzita building: Významná budova station: Železničná stanica summit: - Vrchol - vrchol tunnel: Čiarkovaný obrys = tunel bridge: Čireny obrys = most private: Súkromný prístup destination: Prejazd zakázaný construction: Cesta vo výstavbe bicycle_shop: Obchod s bicyklami bicycle_parking: Parkovanie pre bicykle toilets: WC richtext_area: edit: Upraviť preview: Náhľad markdown_help: title_html: Používa sa syntax <a href="http://daringfireball.net/projects/markdown/">Markdown</a> headings: Nadpisy heading: Nadpis subheading: Podnadpis unordered: Neusporiadaný zoznam ordered: Číslovaný zoznam first: Prvá položka second: Druhá položka link: Odkaz text: Text image: Obrázok alt: Alternatívny text url: URL welcome: title: Vitajte! introduction_html: Vitajte na OpenStreetMap, slobodnej a upravovateľnej mape sveta. Teraz, keď ste zaregistrovaní, môžete začať mapovať. Tu je stručný prehľad najdôležitejších, ktoré potrebujete vedieť. whats_on_the_map: title: Čo patrí do mapy on_html: OpenStreetMap je miesto pre mapovanie vecí, ktoré sú zároveň <em>reálne aj aktuálne</em> - obsahuje milióny budov, ciest a ďalšie podrobnosti o miestach. Môžete mapovať čokoľvek, čo vás zaujíma. off_html: Čo <em>nezahŕňa</em> sú názory ako hodnotenia, historické či hypotetické objekty a údaje zo zdrojov chránených autorským právom. Pokiaľ nemáte špeciálne oprávnenie, nekopírujte z online nebo papierových máp. basic_terms: title: Základné pojmy pre mapovanie paragraph_1_html: OpenStreetMap má svoj vlastný žargón. Tu je niekoľko kľúčových slov, ktoré vám prídu vhod. editor_html: <strong>Editor</strong> je program alebo webovej stránky pomocou ktorej upravujete mapu. node_html: <Strong>uzol</strong> je bod na mape, napr. jedna reštaurácia alebo strom. way_html: <strong>Cesta</strong> je čiara alebo oblasť, ako cesty, vodné toky, jazerá alebo budovy. tag_html: <strong>Značka</strong> je trochu údajov o uzle alebo ceste, napr. názov reštaurácie alebo rýchlostný limit cesty. questions: title: Akékoľvek otázky? paragraph_1_html: Potrebujete pomoc s mapovaním alebo vám nie je jasné, ako OpenStreetMap používať? Odpovede na svoje otázky môžete získať na <a href='http://help.openstreetmap.org/'>webe s nápovedou</a>. start_mapping: Začať mapovať add_a_note: title: Nie je čas upravovať? Pridajte poznámku! paragraph_1_html: Pokiaľ chcete len opraviť nejakú drobnosť a nemáte čas sa registrovať a učiť sa upravovať, môžete jednoducho pridať poznámku. traces: visibility: private: Súkromné (iba zdieľané ako anonymné, neusporiadané body) public: Verejné (zobrazené v prehľade stopy, aj ako anonymné, neusporiadané body) trackable: Zaznamenávané stopy (zdieľané iba ako anonymné, usporiadané body s časovými značkami) identifiable: Identifikovateľné (zobrazené v zozname stôp, aj ako identifikovateľné, usporiadané body s časovou značkou) create: upload_trace: Nahrať GPS stopu trace_uploaded: Váš GPX súbor bol uložený a čaká na zaradenie do databázy. Obvykle to netrvá viac než polhodinu. Po jeho zaradení dostanete potvrdzujúci e-mail. traces_waiting: Máte %{count} stopy čakajúce na nahratie. Prosím zvážte toto čakanie, dokedy neukončíte nahrávanie niečoho iného, pokiaľ nie je blok v rade pre iných užívateľov. upload_gpx: 'Nahrať GPX súbor:' description: 'Popis:' tags: 'Značky:' tags_help: oddelené čiarkou visibility: 'Viditeľnosť:' visibility_help: čo toto znamená? upload_button: Nahrať help: Pomoc edit: title: Úprava stopy %{name} heading: Úprava stopy %{name} filename: 'Názov súboru:' download: stiahnuť uploaded_at: 'Nahrať na:' points: 'Body:' start_coord: 'Začiatočná súradnica:' map: mapa edit: upraviť owner: 'Vlastník:' description: 'Popis:' tags: 'Tagy:' tags_help: oddelené čiarkou save_button: Uložiť zmeny visibility: 'Viditeľnosť:' visibility_help: čo má toto znamenať? trace_optionals: tags: Tagy view: title: Sledovanie stopy %{name} heading: Sledovanie stopy %{name} pending: NEVYRIEŠENÁ filename: 'Názov súboru:' download: stiahnuť uploaded: 'Nahraté o:' points: 'Bodov:' start_coordinates: 'Začiatočná súradnica:' map: mapa edit: upraviť owner: 'Vlastník:' description: 'Popis:' tags: 'Tagy:' none: Žiadne edit_track: Upraviť túto stopu delete_track: Vymazať túto stopu trace_not_found: Stopa nenájdená! visibility: 'Viditeľnosť:' trace_paging_nav: showing_page: Stránka %{page} older: Staršie stopy newer: Novšie stopy trace: pending: NEVYRIEŠENÉ count_points: '%{count} bodov' ago: pred %{time_in_words_ago} more: viac trace_details: Zobraziť detaily stopy view_map: Zobraziť mapu edit: upraviť edit_map: Upraviť mapu public: VEREJNÁ identifiable: IDENTIFIKOVATEĽNÁ private: SÚKROMNÁ trackable: STOPOVATEĽNÁ by: od in: v map: mapa list: public_traces: Verejné GPS stopy public_traces_from: Verejné GPS stopy od %{user} description: Prechádzať nedávno nahrané GPS stopy tagged_with: označený s %{tags} empty_html: Nič tu zatiaľ nie je. <a href='%{upload_link}'>Nahrajte novú stopu</a>, alebo si niečo o GPS stopách prečítajte na <a href='http://wiki.openstreetmap.org/wiki/Sk:Beginners_Guide_1.2'>wiki</a>. upload_trace: Nahrať stopu see_all_traces: Zobraziť všetky stopy delete: scheduled_for_deletion: Stopa plánovaná na vymazanie make_public: made_public: Zverejnená stopa offline_warning: message: Nahrávanie GPX súborov je momentálne nedostupné offline: heading: GPX úložisko je offline message: GPX úložisko a nahrávanie GPX súborov je momentálne nedostupné. application: require_cookies: cookies_needed: Zdá sa, že máte zakázané cookies – povoľte prosím cookies vo vašom prehliadači a následne pokračujte. require_moderator: not_a_moderator: Pre vykonanie tejto akcie musíte byť moderátor. setup_user_auth: blocked: Váš prístup do API bol zablokovaný. Prosím prihláste sa na webové rozhranie pre zistenie viac informácií. need_to_see_terms: Váš prístup k API je dočasne pozastavený. Prosím prihláste do webového rozhrania a prečítajte si Podmienky prispievania. Nie je nutné ich odsúhlasiť, musíte si ich ale zobraziť. oauth: authorize: request_access: Aplikácia %{app_name} požaduje prístup k vášmu kontu (%{user}). Vyberte si, či si želáte, aby mala aplikácia nasledujúce oprávnenie. Môžete zvoliť ľubovoľný počet oprávnení. allow_to: 'Klientskej aplikácii umožniť:' allow_read_prefs: čítať vaše osobné nastavenia. allow_write_prefs: upraviť vaše osobné nastavenia. allow_write_diary: vytvoriť položky denníka, poznámok a priateľov. allow_write_api: upravovať mapu. allow_read_gpx: čítať vaše súkromné GPS stopy. allow_write_gpx: nahrať GPS stopy. authorize_success: verification: Váš overovací kód je %{code}. revoke: flash: Prístup pre aplikáciu %{application} bol odvolaný. oauth_clients: new: title: Registrácia novej aplikácie submit: Registrovať edit: title: Upraviť aplikáciu submit: Upraviť show: title: Podrobnosti OAuth pre %{app_name} key: 'Consumer Key:' secret: 'Consumer Secret:' url: 'Request Token URL:' access_url: 'Access Token URL:' authorize_url: 'Authorise URL:' support_notice: Podporujeme HMAC-SHA1 (odporúča sa) a podpisy RSA-SHA1. edit: Upraviť detaily delete: Odstrániť klienta confirm: Ste si istý? requests: 'Žiadam nasledujúce oprávnenia od používateľa:' allow_read_prefs: čítať svoje užívateľské nastavenia. allow_write_prefs: upraviť svoje užívateľské nastavenia. allow_write_diary: vytvoriť položky denníka, poznámky a vytvoriť priateľov. allow_write_api: zmeniť mapu. allow_read_gpx: čítať svoje súkromné GPS stopy. allow_write_gpx: nahrať GPS stopy. index: title: Moje OAuth nastavenia my_tokens: Moje autorizované aplikácie list_tokens: 'Nasledovné tokeny boli vo vašom mene vydané aplikáciám:' application: Názov aplikácie issued_at: Vydané revoke: Zrušiť! my_apps: Moje klientské aplikácie no_apps: Máte nejakú aplikáciu, využívajúcu štandard %{oauth}, ktorá by s nami mala spolupracovať? Aplikáciu je potrebné najprv zaregistrovať, až potom sem bude môcť posielať OAuth požiadavky. registered_apps: 'Máte zaregistrované nasledujúce klientské aplikácie:' register_new: Zaregistrovať aplikáciu form: name: Názov required: Povinné url: Hlavné URL aplikácie callback_url: URL pre spätné volanie (callback) support_url: URL s podporou requests: 'Žiadať používateľov o nasledujúce oprávnenia:' allow_read_prefs: čítať ich používateľské nastavenia. allow_write_prefs: upraviť ich používateľské nastavenia. allow_write_diary: vytvoriť položky denníka, poznámky a vytvoriť priateľov. allow_write_api: zmeniť mapu. allow_read_gpx: čítať svoje súkromné GPS stopy. allow_write_gpx: nahrať GPS stopy. not_found: sorry: Je nám ľúto, že %{type} nemožno nájsť. create: flash: Uspešne registrované informácie update: flash: Úspešne aktualizované informácie o klientovi destroy: flash: Registrácia klientskej aplikácie bola zrušená user: login: title: Prihlásiť sa heading: Prihlásenie email or username: 'E-mailová adresa alebo prihlasovacie meno:' password: 'Heslo:' openid: '%{logo} OpenID:' remember: Zapamätať lost password link: Stratili ste heslo? login_button: Prihlásiť register now: Zaregistrujte se with username: 'Už máte na OpenStreetMap konto? Prihláste sa svojim menom a heslom:' new to osm: Ste na OpenStreetMap nový? to make changes: Ak chcete upravovať OpenStreetMap, musíte mať používateľské konto. create account minute: Založte si konto. Zaberie to len chvíľku. no account: Nemáte konto? account not active: Ľutujeme, vaše konto ešte nie je aktívne.<br />Môžete si ho aktivovať kliknutím na odkaz v potvrdzovacom e-maile, prípadne si <a href="%{reconfirm}">nechajte poslať nový potvrdzovací e-mail</a>. account is suspended: Ľutujeme, ale vaše konto bolo pozastavené vzhľadom na podozrivú aktivitu.<br>Ak to chcete riešiť, môžete kontaktovať <a href="%{webmaster}">webmastera</a>. auth failure: Ľutujeme, s uvedenými údajmi sa nie je možné prihlásiť. openid_logo_alt: Prihlásenie pomocou OpenID auth_providers: openid: title: Prihlásenie sa pomocou OpenID alt: Prihlásenie sa pomocou OpenID URL google: title: Prihlásenie sa pomocou Google alt: Prihlásenie sa pomocou Google OpenID facebook: title: Prihlásenie sa pomocou Facebooku alt: Prihlásenie sa pomocou účtu na Facebooku windowslive: title: Prihlásenie sa pomocou Windows Live alt: Prihlásenie sa pomocou účtu Windows Live yahoo: title: Prihlásenie sa pomocou Yahoo alt: Prihlásenie sa pomocou Yahoo OpenID wordpress: title: Prihlásenie sa pomocou Wordpress alt: Prihlásenie sa pomocou Wordpress OpenID aol: title: Prihlásenie sa pomocou AOL alt: Prihlásenie sa pomocou AOL OpenID logout: title: Odhlásenie heading: Odhlásenie z OpenStreetMap logout_button: Odhlásenie lost_password: title: Stratené heslo heading: Zabudli ste heslo? email address: 'E-mailová adresa:' new password button: Resetnúť heslo help_text: Vložte emailovú adresu, ktorú ste uviedli pri registrácii, pošleme vám odkaz, pomocou ktorého si budete môcť nastaviť nové heslo. notice email on way: Škoda zabudnutého hesla :-( ale e-mail je už na ceste, takže si čoskoro budete môcť zvoliť nové. notice email cannot find: Ľutujeme, túto e-mailovú adresu nie je možné nájsť. reset_password: title: Resetnúť heslo heading: Resetnúť heslo pre %{user} password: 'Heslo:' confirm password: 'Potvrdiť heslo:' reset: Vynulovať heslo flash changed: Vaše heslo bolo zmenené. flash token bad: Zodpovedajúci kód nebol nájdený, skontrolujte prípadne URL. new: title: Zaregistrovať sa no_auto_account_create: Bohužiaľ teraz nie sme schopný vytvoriť pre vás účet automaticky. contact_webmaster: Kontaktujte prosím <a href="%{webmaster}">webmastera</a> so žiadosťou o založenie konta – budeme sa snažiť vašu požiadavku vybaviť čo najrýchlejšie. license_agreement: Pri potvrdení konta budete musieť vyjadriť súhlas s <a href="http://www.osmfoundation.org/wiki/License/Contributor_Terms">Podmienkami prispievania</a>. email address: 'Emailová adresa:' confirm email address: 'Potvrdiť emailovú adresu:' not displayed publicly: Nezobrazuje sa nikde verejne (pozrite <a href="http://wiki.openstreetmap.org/wiki/Privacy_Policy" title="Pravidlá ochrany osobných údajov na wiki, vrátane časti o e-mailových adresách">pravidlá ochrany osobných údajov</a>) display name: 'Zobrazované meno:' display name description: Vaše verejne zobrazené meno užívateľa. Môžete ho potom zmeniť v nastaveniach. password: 'Heslo:' confirm password: 'Potvrdiť heslo:' continue: Zaregistrovať sa terms accepted: Ďakujeme za odsúhlasenie nových podmienok prispievania! terms declined: Je nám ľúto, že ste sa rozhodli neprijať nové Podmienky prispievania. Bližšie informácie nájdete na<a href="%{url}">tejto wiki-stránke</a>. terms: title: Podmienky prispievania heading: Podmienky prispievania read and accept: Prečítajte si prosím nižšie uvedenú dohodu a kliknite na tlačítko súhlasu, čím potvrdíte, že prijímate podmienky tejto dohody pre existujúce aj budúce príspevky. consider_pd: Navyše k uvedenej dohode vyhlasujem, že považujem svoje príspevky za slobodné dielo (Public Domain). consider_pd_why: čo to znamená? guidance: 'Informácie, ktoré Vám môžu pomôcť porozumieť týmto podmienkam: <a href="%{summary}">zhrnutie</a> a nejaké <a href="%{translations}">neoficiálne preklady</a>' agree: Súhlasím decline: Nesúhlasím you need to accept or decline: Pre pokračovanie si prosím prečítajte a príjmite, alebo odmietnite nové Podmienky prispievania. legale_select: 'Zvoľte prosím svoju domovskú krajinu:' legale_names: france: Francúzsko italy: Taliansko rest_of_world: Zvyšok sveta no_such_user: title: Taký používateľ neexistuje heading: Používateľ %{user} neexistuje body: Ľutujeme, používateľ %{user} neexistuje. Prosím skontrolujte váš text, alebo ste možno klikli na nesprávny odkaz. view: my diary: Môj denník new diary entry: nový záznam denníka my edits: Moje úpravy my traces: Moje stopy my notes: Moje poznámky k mape my messages: Moje správy my profile: Môj profil my settings: Moje nastavenia my comments: Moje komentáre oauth settings: oauth nastavenia blocks on me: Moje zablokovania blocks by me: Mnou udelené bloky send message: Poslať správu diary: Denník edits: Úpravy traces: Stopy notes: Poznámky k mape remove as friend: Odstrániť z priateľov add as friend: Pridať priateľa mapper since: 'Mapuje od:' ago: (pred %{time_in_words_ago}) ct status: 'Podmienky prispievania:' ct undecided: Nerozhodnuté ct declined: Odmietnuté ct accepted: Prijaté pred %{ago} latest edit: 'Posledné úpravy pred %{ago}:' email address: 'Emailová adresa:' created from: 'Vytvorené od:' status: 'Stav:' spam score: 'Spam skóre:' description: Popis user location: Poloha používateľa if set location: Ak si na stránke %{settings_link} zvolíte domovské miesto, zobrazí sa tu mapka vášho okolia. settings_link_text: nastavenia no friends: Ešte nemáte pridaných žiadnych priateľov. km away: vzdialený %{count}km m away: vzdialený %{count}m nearby users: Ďalší používatelia v okolí no nearby users: Nie je tu iný používateľ, ktorý priznáva mapovanie v okolí. role: administrator: Tento používateľ je administrátor moderator: Tento používateľ je moderátor grant: administrator: Povoliť prístup administrátora moderator: Povoliť prístup moderátora revoke: administrator: Zrušiť prístup administrátora moderator: Zrušiť prístup moderátora block_history: prijaté bloky moderator_history: odovzdané bloky comments: Komentáre create_block: Blokovať tohoto používateľa activate_user: Aktivovať tohoto používateľa deactivate_user: Deaktivovať tohoto používateľa confirm_user: Potvrdiť tohoto používateľa hide_user: Skryť tohto používateľa unhide_user: Zobraziť tohoto používateľa delete_user: Odstrániť tohoto používateľa confirm: Potvrdiť friends_changesets: Prechádzať všetky sady zmien priateľov friends_diaries: Prechádzať všetky denníkové záznamy priateľov nearby_changesets: Prechádzať všetky sady zmien používateľov v okolí nearby_diaries: Prechádzať všetky denníkové záznamy používateľov v okolí popup: your location: Vaša poloha nearby mapper: Používateľ v okolí friend: Priateľ account: title: Upraviť účet my settings: Moje nastavenia current email address: 'Aktuálna e-mailová adresa:' new email address: 'Nová e-mailová adresa:' email never displayed publicly: (nikde se verejne nezobrazuje) openid: link: http://wiki.openstreetmap.org/wiki/CS:OpenID link text: čo to znamená? public editing: heading: 'Verejné úpravy:' enabled: Zapnuté. Nie je anonym a môže upravovať údaje. enabled link: http://wiki.openstreetmap.org/wiki/Anonymous_edits enabled link text: čo to znamená? disabled: Vypnutý a nemôže upravovať údaje, všetky predchádzajúce úpravy sú anonymné. disabled link text: prečo nemôžem upravovať? public editing note: heading: Úprava pre verejnosť text: Teraz upravujete ako anonym a ostatní Vám nemôžu poslať správy, alebo vidieť vaše domovské miesto. Ukážte čo upravujete a dovoľte ostatným kontaktovať Vás cez webovú stránku, kliknite na tlačítko dolu. <b>Od API verzie 0.6, iba používateľ, ktorý povolil svoje úpravy verejnosti, môže upravovať mapové údaje</b>. (<a href="http://wiki.openstreetmap.org/wiki/Anonymous_edits">zistiť prečo</a>).<ul><li>Vaša emailová adresa nebude odhalená pre verejnosť.</li><li>Táto akcia sa nedá vrátiť späť a všetci noví používatelia sú už implicitne verejní.</li></ul> contributor terms: heading: 'Podmienky prispievania:' agreed: Súhlasili ste s novými Podmienkami prispievania. not yet agreed: Zatiaľ ste neodsúhlasili nové Podmienky prispievania. review link text: Keď budete mať čas, pomocou tohoto odkazu si prosím prečítajte a odsúhlaste nové Podmienky prispievania. agreed_with_pd: Deklarovali ste tiež, že svoje úpravy považujete za slobodné dielo. link text: čo to znamená? profile description: 'Popis profilu:' preferred languages: 'Preferované jazyky:' preferred editor: 'Preferovaný editor:' image: 'Obrázok:' gravatar: gravatar: Používať Gravatar link: http://wiki.openstreetmap.org/wiki/Gravatar link text: čo to znamená? new image: 'Pridať obrázok:' keep image: Ponechať aktuálny obrázok delete image: Odstrániť aktuálny obrázok replace image: Nahradiť aktuálny obrázok image size hint: (najvhodnejšie sú štvorcové obrázky s veľkosťou najmenej 100×100) home location: 'Domovské miesto:' no home location: Nezadali ste svoje domovské miesto. latitude: 'Zem. šírka:' longitude: 'Zem. dĺžka:' update home location on click: Aktualizovať domovské miesto kliknutím na mapu? save changes button: Uložiť zmeny make edits public button: Zverejniť všetky moje úpravy return to profile: Návrat do profilu flash update success confirm needed: Používateľské údaje boli úspešne aktualizované. Skontrolujte si e-mail, mala by Vám prísť výzva na potvrdenie novej e-mailovej adresy. flash update success: Používateľské údaje boli úspešne aktualizované. confirm: heading: Skontrolujte vašu emailovú adresu! introduction_1: Poslali sme vám potvrdzovací e-mail. introduction_2: Potvrďte svoje konto kliknutím na odkaz v e-maili a budete môcť začať mapovať. press confirm button: Stlačte tlačítko na potvrdenie dole, pre aktiváciu vášho účtu. button: Potvrdiť success: Váš účet je založený, ďakujeme, že ste sa zapísali! already active: Toto používateľské konto už bolo potvrdené. unknown token: Zadaný potvrdzovací kód vypršal alebo neexistuje. reconfirm_html: Ak potrebujete, aby sme vám potvrdzovací e-mail poslali znova, <a href="%{reconfirm}">kliknite sem</a>. confirm_resend: success: Na adresu %{email} sme Vám poslali potvrdzovací e-mail. Akonáhle svoje konto potvrdíte, budete môcť začať tvoriť mapy.<br /><br />Ak náhodou používate systém pre ochranu proti nevyžiadanej pošte (anti-spam), ktorý vyžaduje potvrdenia, nezabudnite definovať výnimku pre odosielateľa %{sender}, nakoľko na žiadosti o potvrdenie nie sme schopní reagovať. failure: Používateľ %{name} neexistuje. confirm_email: heading: Potvrdiť zmenu e-mailovej adresy press confirm button: Stlačte potvrdzovacie tlačidlo nižšie a potvrďte svoju novú e-mailovú adresu. button: Potvrdiť success: Potvrdená vaša e-mailová adresa, ďakujeme za registráciu! failure: E-mailová adresa bola už potvrdená s týmto znakom. set_home: flash success: Domáca poloha úspešne uložená go_public: flash success: Všetky vaše úpravy sú teraz verejné, a teraz máte povolenie na úpravu. make_friend: heading: Pridať používateľa %{user} ako priateľa? button: Pridať ako priateľa success: '%{name} je teraz váš priateľ!' failed: Ľutujeme, nepodarilo sa pridať %{name} ako priateľa. already_a_friend: Ste už priatelia s %{name}. remove_friend: heading: Odobrať používateľa %{user} zo zoznamu priateľov? button: Odobrať z priateľov success: '%{name} bol z vašich priateľov vymazaný.' not_a_friend: '%{name} nie je nikto z vašich priateľov.' filter: not_an_administrator: Potrebujete byť administrátor na vykonanie tejto akcie. list: title: Používatelia heading: Používatelia showing: one: Zobrazuje sa stránka %{page} (%{first_item} z %{items}) other: Zobrazuje sa stránka %{page} (%{first_item}–%{last_item} z %{items}) summary: '%{name} založené %{date} z %{ip_address}' summary_no_ip: '%{name} založený %{date}' confirm: Potvrdiť zvolených používateľov hide: Skryť vybraných používateľov empty: Žiadni používatelia vyhovujúci podmienkam neboli nájdení suspended: title: Konto bolo pozastavené heading: Konto bolo pozastavené webmaster: webmastera body: |- <p> Ľutujeme, ale vaše konto bolo pozastavené kvôli podozrivej aktivite. </p> <p> Toto rozhodnutie onedlho posúdi niektorý správca, prípadne môžete skúsiť kontaktovať %{webmaster}. </p> user_role: filter: not_an_administrator: Iba administrátori môžu spravovať prístupové práva. Vy administrátor nie ste. not_a_role: Reťazec `%{role}' nemá platnú úlohu. already_has_role: Používateľ už má úlohu %{role}. doesnt_have_role: Požívateľ nemá úlohu %{role}. grant: title: Potvrdiť pridelenie funkcie heading: Potvrdiť pridelenie funkcie are_you_sure: Naozaj chcete prideliť úlohu `%{role}' pre používateľa `%{name}'? confirm: Potvrdiť fail: Nemôžem prideliť úlohu `%{role}' pre používateľa `%{name}'. Prosím vybrať aby používateľ a úloha boli obe oprávnené. revoke: title: Potvrdiť zrušenie funkcie heading: Potvrdiť zrušenie funkcie are_you_sure: Určite chcete zrušiť úlohu `%{role}' používateľa `%{name}'? confirm: Potvrdiť fail: Nemôžem zrušiť úlohu `%{role}' od používateľa `%{name}'. Prosím skontrolujte aby používateľ a úloha boli oprávnené. user_blocks: model: non_moderator_update: Musí byť moderátorom na vytvorenie alebo aktualizáciu bloku. non_moderator_revoke: Musíte byť moderátorom na zrušenie bloku. not_found: sorry: Ľutujeme, blok používateľa s ID %{id} nebol nájdený. back: Naspäť na zoznam new: title: Vytváram blok na %{name} heading: Vytvorenie bloku na %{name} reason: Dôvod, prečo je %{name} blokovaný. Buďte prosím vecný a popíšte čo najpodrobnejšie situáciu. Majte na pamäti, že nie všetci používatelia rozumejú slangu komunity, skúste preto použiť pojmy, zrozumiteľné aj pre laikov. Správa bude verejne viditeľná. period: Ako dlho (odteraz) bude používateľ zablokovaný pre používanie API. submit: Vytvoriť blok tried_contacting: Kontaktoval som používateľa a požiadal ho, aby prestal. tried_waiting: Prideľte primerané množstvo času pre odpoveď používateľa na túto komunikáciu. needs_view: Aby sa blok zmazal, požívateľ sa musí najprv prihlásiť. back: Zobraziť všetky bloky edit: title: Editácia bloku na %{name} heading: Editácia bloku na %{name} reason: Dôvod, prečo je %{name} blokovaný. Buďte prosím vecný a popíšte čo najpodrobnejšie situáciu. Majte na pamäti, že nie všetci používatelia rozumejú slangu komunity, skúste preto použiť pojmy, zrozumiteľné aj pre laikov. period: Ako dlho (odteraz) bude používateľ zablokovaný pre používanie API. submit: Aktualizácia bloku show: Zobraziť tento blok back: Zobraziť všetky bloky needs_view: Potrebuje sa používateľ prihlásiť pred tým, než bude tento blok vymazaný? filter: block_expired: Blok už vypršal a nemôže byť upravený. block_period: Blokovacia doba musí byť jedna z hodnôt voliteľná v roletovom menu. create: try_contacting: Skúste sa prosím s používateľom pred jeho zablokovaním spojiť a dajte mu primeraný čas na odpoveď. try_waiting: Prosím skúste dávať používateľovi primeraný čas na odpoveď, kým ho zablokujete. flash: Používateľ %{name} bol zablokovaný. update: only_creator_can_edit: Iba moderátor, ktorý vytvoril tento blok, ho môže editovať. success: Blok je aktualizovaný. index: title: Bloky používateľa heading: Zoznam blokov používateľa empty: Žiaden blok ešte nebol vytvorený. revoke: title: Zrušenie bloku pre %{block_on} heading: Zrušenie bloku pre %{block_on} od %{block_by} time_future: Tento blok skončí v %{time}. past: Tento blok už skončil pred %{time} a nemože byť zrušený. confirm: Ste si istí, že chcete zrušiť tento blok? revoke: Zrušiť! flash: Tento blok bol zrušený. period: few: '%{count} hodiny' one: 1 hodina other: '%{count} hodín' helper: time_future: Končí o %{time}. until_login: Aktívny až do prihlásenia používateľa. time_past: Ukončené pred %{time}. blocks_on: title: Bloky používateľa %{name} heading: Zoznam blokov používateľa %{name} empty: '%{name} doteraz ešte nebol blokovaný.' blocks_by: title: Bloky od %{name} heading: Zoznam blokov od pre %{name} empty: '%{name} ešte nikoho nezablokoval' show: title: '%{block_on} zablokovaný používateľom %{block_by}' heading: '%{block_on} zablokovaný používateľom %{block_by}' time_future: Končí o %{time} time_past: Ukončené pred %{time} created: Vytvorené ago: pred %{time} status: Stav show: Zobraziť edit: Upraviť revoke: Odvolať! confirm: Ste si istý? reason: 'Dôvod blokovania:' back: Zobraziť všetky blokovania revoker: 'Odvolal:' needs_view: Aby sa blok zmazal, požívateľ sa musí najprv prihlásiť. block: not_revoked: (nezrušený) show: Zobraziť edit: Upraviť revoke: Zrušiť! blocks: display_name: Blokovaný používateľ creator_name: Tvorca reason: Dôvod pre blokovanie status: Stav revoker_name: Zrušil showing_page: Strana %{page} next: Ďalšia stránka » previous: « Predchádzajúca stránka notes: comment: opened_at_html: Vytvorené pred %{when} mine: creator: Autor description: Popis created_at: Vytvorené last_changed: Posledná zmena ago_html: pred %{when} javascripts: close: Zavrieť share: title: Zdieľať cancel: Zrušiť image: Obrázok link: Odkaz alebo HTML long_link: Odkaz short_link: Krátky odkaz embed: HTML custom_dimensions: Nastaviť vlastné rozmery format: 'Formát:' scale: 'Mierka:' image_size: Na obrázku bude štandardná vrstva v download: Stiahnuť short_url: Krátke URL include_marker: Vrátane značky center_marker: Centrovať mapu na značku paste_html: HTML pre vloženie na webovú stránku view_larger_map: Zobraziť väčšiu mapu embed: report_problem: Nahlásiť problém key: title: Legenda tooltip: Legenda tooltip_disabled: Legenda je dostupná nie je dostupná pre túto vrstvu map: zoom: in: Priblížiť out: Oddialiť locate: title: Zobraziť moju polohu popup: Nachádzate sa do {distance} {unit} od tohoto bodu base: standard: Štandardná cycle_map: Cyklomapa transport_map: Dopravná mapa hot: Humanitárna layers: header: Mapové vrstvy notes: Poznámky k mape data: Mapové podklady overlays: Zapnúť vrstvy pre ladenie mapy title: Vrstvy copyright: © <a href='%{copyright_url}'>prispievatelia OpenStreetMap</a> donate_link_text: <a class='donate-attr' href='%{donate_url}'>Venujte dar</a> site: edit_tooltip: Upraviť mapu edit_disabled_tooltip: Pre editáciu priblížte mapu createnote_tooltip: Pridať do mapy poznámku createnote_disabled_tooltip: Pre vloženie poznámky priblížte mapu changesets: show: hide_comment: skryť unhide_comment: zobraziť notes: new: intro: Aby sme mohli mapu spresniť, zobrazí sa vami zadaná informácia ostatným tvorcom. Pri umiestňovaní značky a formulovaní poznámky sa preto snažte byť čo najpodrobnejší a najpresnejší. add: Pridať poznámku show: hide: Skryť directions: ascend: Postúpiť engines: graphhopper_bicycle: Bicykel (GraphHopper) graphhopper_foot: Pešo (GraphHopper) mapquest_bicycle: Bicykel (MapQuest) mapquest_car: Automobil (MapQuest) mapquest_foot: Pešo (MapQuest) osrm_car: Automobil (OSRM) descend: Zostúpiť directions: Trasa distance: Vzdialenosť errors: no_route: Nepodarilo sa nájsť trasu medzi týmito miestami. no_place: Ospravedlňujeme sa - nepodarilo sa nájsť toto miesto. instructions: unnamed: nepomenované time: Čas redactions: edit: description: Popis heading: Upraviť revíziu submit: Uložiť revíziu title: Upraviť revíziu index: empty: Žiadne revízie na zobrazenie. heading: Zoznam revízií title: Zoznam revízií new: description: Popis heading: Zadajte informácie k novej revízii. submit: Vytvoriť revíziu title: Vytváranie nových revízií show: description: 'Popis:' heading: Zobrazujem revíziu "%{title}" title: Zobrazenie revízie user: 'Autor:' edit: Upraviť túto revíziu destroy: Odstrániť túto revíziu confirm: Ste si istý? create: flash: Revízia vytvorená. update: flash: Zmeny boli uložené. destroy: not_empty: Revízia nie je prázdna. Pred zrušením tejto revízie zrušte skrytie všetkých verzií patriacich do tejto revízie. flash: Revízia zrušená. error: Pri zrušení revízie sa vyskytla chyba. ...
39.272771
412
0.661016