File: gdi-AllowReprint.xml

package info (click to toggle)
foomatic-db 20161201-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 403,348 kB
  • ctags: 24
  • sloc: xml: 280,777; sh: 153; makefile: 114; python: 8
file content (41 lines) | stat: -rw-r--r-- 1,081 bytes parent folder | download | duplicates (7)
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
37
38
39
40
41
<option type="enum" id="opt/gdi-AllowReprint">
  <arg_shortname>
    <en>AllowReprint</en>
  </arg_shortname>
  <arg_longname>
    <en>Allow use of 'Reprint' button</en>
  </arg_longname>
  <arg_execution>
    <arg_group>Miscellaneous</arg_group>
    <arg_order>160</arg_order>
    <arg_spot>E</arg_spot>
    <arg_substitution />
    <arg_proto>s/(\@PJL ENTER LANGUAGE)/\@PJL SET REPRINT = %s\r\n$1/; </arg_proto>
  </arg_execution>
  <constraints>
    <constraint sense="true">
      <driver>gdi</driver>
      <arg_defval>ev/gdi-AllowReprint-Yes</arg_defval>
    </constraint>
  </constraints>
  <enum_vals>
    <enum_val id="ev/gdi-AllowReprint-No">
      <ev_longname>
        <en>No</en>
      </ev_longname>
      <ev_shortname>
        <en>No</en>
      </ev_shortname>
      <ev_driverval>OFF</ev_driverval>
    </enum_val>
    <enum_val id="ev/gdi-AllowReprint-Yes">
      <ev_longname>
        <en>Yes</en>
      </ev_longname>
      <ev_shortname>
        <en>Yes</en>
      </ev_shortname>
      <ev_driverval>ON</ev_driverval>
    </enum_val>
  </enum_vals>
</option>