| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/hplip/scan/ |
Upload File : |
Ńň
mďJc
@ s] d d k Z d d k Z d d k Z d d k Z d d k Z d d k Td d k l Z d Z h d e i 6d e i
6d e i 6d e i 6d e i
6d
e i 6Z h d e i 6d e i 6d
e i 6d e i 6d e i 6d e i 6d e i 6Z d d d YZ d d d YZ d e i f d YZ d Z d Z d Z d d Z d Z d S( i˙˙˙˙N( t *( t utilsi t TYPE_BOOLt TYPE_INTt
TYPE_FIXEDt TYPE_STRINGt TYPE_BUTTONt
TYPE_GROUPt UNIT_NONEt
UNIT_PIXELt UNIT_BITt UNIT_MMt UNIT_DPIt UNIT_PERCENTt UNIT_MICROSECONDt Optionc B s; e Z d Z d Z d Z d Z d Z d Z RS( sN Class representing a SANE option.
Attributes:
index -- number from 0 to n, giving the option number
name -- a string uniquely identifying the option
title -- single-line string containing a title for the option
desc -- a long string describing the option; useful as a help message
type -- type of this option. Possible values: TYPE_BOOL,
TYPE_INT, TYPE_STRING, and so forth.
unit -- units of this option. Possible values: UNIT_NONE,
UNIT_PIXEL, etc.
size -- size of the value in bytes
cap -- capabilities available; CAP_EMULATED, CAP_SOFT_SELECT, etc.
constraint -- constraint on values. Possible values:
None : No constraint
(min,max,step) Integer values, from min to max, stepping by
list of integers or strings: only the listed values are allowed
c C s d d k } | | _ | \ | _ | _ | _ | _ | _ | _ | _ | _ | _
t | i t d j o t | i | _ n d S( Ni˙˙˙˙t ( t stringt
cur_devicet indext namet titlet desct typet unitt sizet capt
constraintt str( t selft argsR R ( ( s /usr/share/hplip/scan/sane.pyt __init__h s
<c C s t i | i S( N( t scanextt isOptionActiveR ( R ( ( s /usr/share/hplip/scan/sane.pyt isActiver s c C s t i | i S( N( R t isOptionSettableR ( R ( ( s /usr/share/hplip/scan/sane.pyt
isSettableu s c C s | i o
d } n d } | i o d } | i i | i } n
d } d } d | i | | i | i | i t | i t
| i | i | | f
S( Nt yest nos <not available, inactive option>s
Name: %s
Cur value: %s
Index: %d
Title: %s
Desc: %s
Type: %s
Unit: %s
Constr: %s
isActive: %s
isSettable: %s
( R$ R"