Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/imgfix.html
Дата изменения: Fri Apr 8 12:46:14 2016
Дата индексирования: Sun Apr 10 20:08:52 2016
Кодировка:
Python: module imgfix
 
 
imgfix
index
imgfix.py

Examine and fix the height/width attributes on IMG tags in the given files.

 
Modules
       
getopt
os
re
sys

 
Functions
       
fixsize(imgmatch)
fixsize(imgmatch) imgmatch is a match object containing an IMG tag.
Will return a new IMG tag containing verified height and width properties.
All other properties are left alone.
main(filename)
unquote(s)

 
Data
        CONSERV = 0
DOCROOT = '.'
NOOP = 0
USAGE = 'imgfix.py [-c] [-n] [-d /docrootdir] file [more ...ile(s) containing HTML IMG tags to be fixed.\n '
atrprog = <_sre.SRE_Pattern object>
cwd = '/data/scheduling/spss_flight_data/planinst/chance/doc'
imgprog = <_sre.SRE_Pattern object>