Searched defs:version (Results 1 - 12 of 12) sorted by relevance
/ec/ECAssignmentBox/ |
H A D | setup.py | 14 version = read('Products', 'ECAssignmentBox', 'version.txt').strip() variable 21 version=version,
|
/ec/ECAutoAssessmentBox/ |
H A D | setup.py | 11 version = read('Products', 'ECAutoAssessmentBox', 'version.txt').strip() variable 18 version=version,
|
/ec/ECLecture/ |
H A D | setup.py | 12 version = read('Products', 'ECLecture', 'version.txt').strip() variable 19 version=version,
|
/ec/ECQuiz/ |
H A D | setup.py | 11 version = read('Products', 'ECQuiz', 'version.txt').strip() variable 18 version=version,
|
/ec/ECSpooler/ |
H A D | setup.py | 12 version = open('version.txt').readline() variable 43 version = version, variable
|
/ec/ECSpooler/lib/ |
H A D | Backend.py | 42 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 D | dto.py | 46 version = Unicode variable in class:BackendStatus 56 version = Unicode variable in class:Backend
|
/ec/ECSpooler/backends/cl/ |
H A D | Cl.py | 161 version = '0.1' variable in class:Cl
|
/ec/ECSpooler/backends/haskellqc/ |
H A D | HaskellQC.py | 13 # version 1.1 112 version = '1.1' variable in class:HaskellQC
|
/ec/ECSpooler/backends/junit/ |
H A D | JUnit.py | 17 # changed version 102 version = '1.2' variable in class:JUnit
|
/ec/ECSpooler/lib/util/ |
H A D | uuid.py | 4 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 D | saxon9he.jar | META-INF/MANIFEST.MF META-INF/SAXONICA.SF META-INF/SAXONICA.RSA META ... |
Completed in 20 milliseconds