All Downloads are FREE. Search and download functionalities are using the official Maven repository.

c-java.applic.cdc-applic-demos.0.13.3.source-code.formatters-catalog.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<formatters-catalog xmlns="https://www.gitlab.com/cdc-java" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="https://www.gitlab.com/cdc-java https://www.gitlab.com/cdc-java/applic-publication.xsd">
   <formatters>
      <symbol symbol-type="MATH" id="SymbolFormatter">
      <!-- 
         <and literal="&amp;" requires-space="false"/>
         <close-set literal=")" requires-space="false"/>
         <equal literal="=" requires-space="false"/>
         <in literal="in" requires-space=""/>
         <not literal="^" requires-space="false"/>
         <not-equal literal="^" requires-space="false"/>
         <not-in literal="^" requires-space="false"/>
         <open-set literal="(" requires-space="false"/>
         <or literal="," requires-space="false"/>
         <to literal="-" requires-space="false"/>
         -->
      </symbol>
      <name-map id="NameFormatter">
      </name-map>
      <boolean id="BooleanFormatter">
         <false literal="Not Mountable"/>
         <true literal="Mountable"/>
      </boolean>
      <space spacing="WIDE" id="SpaceFormatter" text="."/>
      <integer format="%d" id="IntegerFormatter"/>
      <real format="%f" id="RealFormatter"/>
      <string-identity id="StringFormatter" escaping-mode="NON_ESCAPED"/>
   </formatters>
   <settings space="SpaceFormatter" symbol="SymbolFormatter" prefix="NameFormatter" local-name="NameFormatter" boolean="BooleanFormatter" integer="IntegerFormatter" real="RealFormatter" string="StringFormatter">
      <types/>
      <items/>
   </settings>
</formatters-catalog>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy