Searched defs:version (Results 1 - 12 of 12) sorted by relevance

/ec/ECAssignmentBox/
H A Dsetup.py14 version = read('Products', 'ECAssignmentBox', 'version.txt').strip() variable
21 version=version,
/ec/ECAutoAssessmentBox/
H A Dsetup.py11 version = read('Products', 'ECAutoAssessmentBox', 'version.txt').strip() variable
18 version=version,
/ec/ECLecture/
H A Dsetup.py12 version = read('Products', 'ECLecture', 'version.txt').strip() variable
19 version=version,
/ec/ECQuiz/
H A Dsetup.py11 version = read('Products', 'ECQuiz', 'version.txt').strip() variable
18 version=version,
/ec/ECSpooler/
H A Dsetup.py12 version = open('version.txt').readline() variable
43 version = version, variable
/ec/ECSpooler/lib/
H A DBackend.py42 version = '' variable in class:Backend
54 # set version from backend's version.txt
55 self.version = file(join(abspath(dirname(versionFile)), 'version.txt'), 'r').read()
62 #assert self.version != '', 'A valid version is required for this backend.'
110 (self.id, self.version, self.spooler))
115 self.version,
192 @return: a dictionary with backendId, name, version, hos
[all...]
/ec/ECSpooler/lib/data/
H A Ddto.py46 version = Unicode variable in class:BackendStatus
56 version = Unicode variable in class:Backend
/ec/ECSpooler/backends/cl/
H A DCl.py161 version = '0.1' variable in class:Cl
/ec/ECSpooler/backends/haskellqc/
H A DHaskellQC.py13 # version 1.1
112 version = '1.1' variable in class:HaskellQC
/ec/ECSpooler/backends/junit/
H A DJUnit.py17 # changed version
102 version = '1.2' variable in class:JUnit
/ec/ECSpooler/lib/util/
H A Duuid.py4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
94 version the UUID version number (1 through 5, meaningful only
99 version=None):
117 The 'version' argument is optional; if given, the resulting UUID
118 will have its variant and version number set according to RFC 4122,
157 if version is not None:
158 if not 1 <= version <= 5:
159 raise ValueError('illegal version number')
163 # Set the version numbe
273 version = property(get_version) variable in class:UUID
[all...]
/ec/ECSpooler/backends/xml/bin/saxon/
H A Dsaxon9he.jarMETA-INF/MANIFEST.MF META-INF/SAXONICA.SF META-INF/SAXONICA.RSA META ...

Completed in 20 milliseconds