Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/readlicense_oo/license/   (LibreOffice Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 1 kB image not shown  

Quelle  license_plain_text.xsl

  Sprache: XML
 

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:x="http://www.w3.org/1999/xhtml" version="1.0">

  <xsl:output method="text" omit-xml-declaration="yes" indent="no"/>

  <xsl:param name="build_type" />
  <xsl:param name="no_mpl_subset" />
  <xsl:param name="os" />
  <xsl:param name="themes" />

  <xsl:strip-space elements="*"/>

  <xsl:template match="/">
    <xsl:apply-templates select="x:html/x:body"/>
  </xsl:template>

  <xsl:template match="x:body">
    <xsl:apply-templates />
  </xsl:template>

  <xsl:template match="x:div">
    <xsl:choose>
      <xsl:when test="(
                not(contains($build_type,@class)) and
                not(contains($no_mpl_subset,@class)) and
                not(contains($os,@class)) and
                not(contains($themes,@class)) and @class)">
      <!-- do not write out license text for these externals -->
      </xsl:when>
      <xsl:otherwise>
        <xsl:apply-templates />
      </xsl:otherwise>
    </xsl:choose>
  </xsl:template>

  <xsl:template match="x:p|x:li">
    <xsl:value-of select="concat(.,' ')"/>
    <xsl:text> </xsl:text>
    <xsl:apply-templates />
  </xsl:template>

  <xsl:template match="x:h1">
    <xsl:text># </xsl:text>
    <xsl:value-of select="concat(.,' ')"/>
    <xsl:text> </xsl:text>
  </xsl:template>

  <xsl:template match="x:h2">
    <xsl:text>## </xsl:text>
    <xsl:value-of select="concat(.,' ')"/>
    <xsl:text> </xsl:text>
  </xsl:template>

  <xsl:template match="x:h3">
    <xsl:text>### </xsl:text>
    <xsl:value-of select="concat(.,' ')"/>
    <xsl:text> </xsl:text>
  </xsl:template>

  <xsl:template match="text()|@*"></xsl:template>

</xsl:stylesheet>

Messung V0.5 in Prozent
C=93 H=95 G=93

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet am  2026-06-07) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.