Searched refs:read (Results 1 - 25 of 26) sorted by relevance

12

/ec/ECAssignmentBox/
H A Dsetup.py11 def read(*rnames): function
12 return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
14 version = read('Products', 'ECAssignmentBox', 'version.txt').strip()
15 readme = read('Products', 'ECAssignmentBox', 'README.txt')
16 history = read('Products', 'ECAssignmentBox', 'CHANGES.txt')
/ec/ECAutoAssessmentBox/
H A Dsetup.py8 def read(*rnames): function
9 return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
11 version = read('Products', 'ECAutoAssessmentBox', 'version.txt').strip()
12 readme = read('Products', 'ECAutoAssessmentBox', 'README.txt')
13 history = read('Products', 'ECAutoAssessmentBox', 'CHANGES.txt')
/ec/ECLecture/
H A Dsetup.py9 def read(*rnames): function
10 return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
12 version = read('Products', 'ECLecture', 'version.txt').strip()
13 readme = read('Products', 'ECLecture', 'README.txt')
14 history = read('Products', 'ECLecture', 'CHANGES.txt')
/ec/ECQuiz/
H A Dsetup.py8 def read(*rnames): function
9 return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
11 version = read('Products', 'ECQuiz', 'version.txt').strip()
12 readme = read('Products', 'ECQuiz', 'README.txt')
13 history = read('Products', 'ECQuiz', 'CHANGES.txt')
/ec/ECQuiz/Products/ECQuiz/skins/ECQuiz/
H A Decq_quiz_import_evaluation_script.py43 default = 'Got a string, not a file to read.')
47 functionString = file.filename.read()
49 functionString = file.read()
53 # The file could not be read.
57 default = 'The file could not be read.')
H A Decq_quiz_wiki_export.py46 s += package.read()
H A Decq_quiz_export_qti.py81 data = package.read(blockSize)
/ec/ECAssignmentBox/Products/ECAssignmentBox/content/
H A DPlainTextField.py63 body = value.read(CHUNK)
77 body = value.read(CHUNK)
86 elif shasattr(value, 'read') and shasattr(value, 'seek'):
88 body = value.read(CHUNK)
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/content/
H A DPlainTextField.py69 body = value.read(CHUNK)
83 body = value.read(CHUNK)
92 elif shasattr(value, 'read') and shasattr(value, 'seek'):
94 body = value.read(CHUNK)
/ec/ECSpooler/backends/javare/
H A DJavaRE.py38 'findFirstGroup0.java'), 'r').read()
44 'r').read()
48 'r').read()
184 return r.read()
/ec/ECSpooler/backends/haskell/
H A DHaskell.py39 simpleTest = file(join(dirname(__file__), 'simpleTest.hs'), 'r').read()
46 permTest = file(join(dirname(__file__), 'permTest.hs'), 'r').read()
53 toleranceTest = file(join(dirname(__file__), 'toleranceTest.hs'), 'r').read()
/ec/ECSpooler/backends/prolog/
H A DProlog.py38 # simpleTest = file(join(dirname(__file__), 'simpleTest.pl'), 'r').read()
43 SIMPLE_TEST = file(join(dirname(__file__), 'simpleTest.pl'), 'r').read()
44 PERM_TEST = file(join(dirname(__file__), 'permTest.pl'), 'r').read()
45 PRED_TEST = file(join(dirname(__file__), 'predTest.pl'), 'r').read()
/ec/ECSpooler/backends/erlang/
H A DErlang.py30 simpleTest = file(join(dirname(__file__), 'simpleTest.erl'), 'r').read()
37 permTest = file(join(dirname(__file__), 'permTest.erl'), 'r').read()
/ec/ECSpooler/backends/python/
H A DPython.py29 simpleTest = file(join(dirname(__file__), 'simpleTest.py'), 'r').read()
36 permTest = file(join(dirname(__file__), 'permTest.py'), 'r').read()
/ec/ECSpooler/backends/scheme/
H A DScheme.py29 simpleTest = file(join(dirname(__file__), 'simpleTest.scm'), 'r').read()
36 permTest = file(join(dirname(__file__), 'permTest.scm'), 'r').read()
/ec/ECQuiz/Products/ECQuiz/
H A Dtools.py60 def read(self): member in class:MyStringIO
H A Dl2.py288 # read s-expressions and add them to [ret_val] until
487 string = open(args[0], 'r').read()
489 string = sys.stdin.read()
H A DECQuiz.py1040 # Reset the read ptr of the StringIO obj
1042 errorString = errors.read().strip()
1072 # reset the file read ptr first
1082 string = file.filename.read()
1085 string = file.read()
1090 # The file could not be read.
1094 default = 'The file could not be read.') )
1098 # Reset the read ptr of the StringIO obj
1100 errorString = errors.read().strip()
1530 # This workaround method maps read request
[all...]
H A Dwikitool.py307 buffer = file.read()
H A Dqti.py411 Normally, this would simply be zipFileObject.read(fileName), but
444 contents = zipFileObject.read(zipInfo.filename)
1053 # The file could not be read.
1865 default = 'Cannot read the file "%s". An error occurred: %s')
2695 in python 2.6 we'll be able to use this directly to read the target
/ec/ECSpooler/backends/cl/
H A DCl.py34 simpleTest = file(join(dirname(__file__), 'simpleTest.lisp'), 'r').read()
41 # permTest = file(join(dirname(__file__), 'permTest.lisp'), 'r').read()
/ec/ECSpooler/lib/
H A DBackend.py55 self.version = file(join(abspath(dirname(versionFile)), 'version.txt'), 'r').read()
/ec/ECSpooler/backends/java/
H A DJava.py36 simpleTest = file(join(dirname(__file__), 'simpleTest.java'), 'r').read()
42 # permTest = file('permTest.java', 'r').read()
/ec/ECSpooler/backends/sql/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
H A Ddbunit-2.4.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dbunit/ org/dbunit/ant/ org/dbunit/assertion/ org/ ...

Completed in 2523 milliseconds

12