File: ppd-postfix.xml

package info (click to toggle)
foomatic 0.20020408-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 16,940 kB
  • ctags: 456
  • sloc: xml: 300,403; perl: 14,168; ansic: 2,756; makefile: 247; sh: 179
file content (36 lines) | stat: -rw-r--r-- 958 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<option type="enum" id="opt/ppd-postfix">
  <!-- This option is sort of fake; it has only the one proper choice.
       It exists to go in before any ppd-generated snippets. -->

  <arg_longname>
   <en>Foomatic PPD Snippet Postfix</en>
  </arg_longname>
  <arg_shortname>
   <en>FoomaticPPDSnippetPostfix</en>
  </arg_shortname>
  <arg_execution>
   <arg_order>4000000000</arg_order>
   <arg_spot>A</arg_spot>
   <arg_required />
   <arg_postscript />
   <arg_proto>%s</arg_proto>
  </arg_execution>
  <constraints>
   <constraint sense="true">
    <driver>ppd</driver>
    <arg_defval>ev/ppd-postfix-1</arg_defval>
   </constraint>
  </constraints>
  <enum_vals>
   <enum_val id="ev/ppd-postfix-1">
    <ev_longname>
     <en>The One Choice</en>
    </ev_longname>
    <ev_shortname>
     <en>TheOneChoice</en>
    </ev_shortname>
      <!-- the backends add a \n at the end -->
    <ev_driverval>end</ev_driverval>
   </enum_val>
  </enum_vals>
</option>