metadata.php 460 B

1234567891011121314
  1. <?php
  2. /**
  3. * Configuration-manager metadata for progrecss plugin
  4. *
  5. * @license: GPL 2 (http://www.gnu.org/licenses/gpl.html)
  6. * @author: Luis Machuca <luis.machuca@gulix.cl>
  7. */
  8. // percentage format takes %02d, %4x or similar (software appends a literal %)
  9. $meta['percent_format'] = array('string', 'pattern' => '/\%[0-9]*[uoxX]/' );
  10. // fraction divisor takes one character
  11. $meta['fraction_divisor'] = array('string', 'pattern' => '/./' );