Searched defs:filename (Results 1 - 10 of 10) sorted by relevance

/ec/ECAssignmentBox/Products/ECAssignmentBox/skins/ecassignmentbox_templates/
H A DdownloadAnswerTemplate.py23 filename = '%s_%s.%s' % (ecab_utils.pathQuote(context.getId()), variable
27 RESPONSE.setHeader('Content-Disposition', 'attachment; filename=' + filename)
H A DexportStatistics.py78 filename = '%s_%s.%s' % (ecab_utils.pathQuote(context.getId()), variable
82 filename = str(REQUEST.AUTHENTICATED_USER) + '_' + filename variable
85 RESPONSE.setHeader('Content-Disposition', 'attachment; filename=' + filename)
/ec/ECQuiz/Products/ECQuiz/skins/ECQuiz/
H A Decq_quiz_wiki_export.py30 filename = context.pathQuote(context.title_or_id()) + '.txt' variable
31 package = context.exportQuiz(context,filename)
39 RESPONSE.setHeader('Content-Disposition','attachment; filename=' + filename)
H A Decq_quiz_export_qti.py67 RESPONSE.setHeader('Content-Disposition', 'attachment; filename=error.txt')
72 filename = context.pathQuote(context.title_or_id()) + '.' + 'zip' variable
73 RESPONSE.setHeader('Content-Disposition', 'attachment; filename=' + filename)
H A Decq_quiz_statistics_export.py133 filename = context.pathQuote(context.title_or_id()) \
140 filename = 'statistics.%s' % format variable
142 RESPONSE.setHeader('Content-Disposition', 'attachment; filename=' + filename)
H A Decq_quiz_results_export.py137 filename = context.pathQuote(context.title_or_id()) + '_' + resultsString + '.' + format
140 filename = 'results.%s' % format variable
142 RESPONSE.setHeader('Content-Disposition', 'attachment; filename=' + filename)
/ec/ECLecture/Products/ECLecture/skins/eclecture_templates/
H A Decl_participants_export.py122 # Generate a filename; the object ID should already be filesystem-safe
123 filename = '%s_%s.%s' % (context.getId(), 'participants', format) variable
126 RESPONSE.setHeader('Content-Disposition', 'attachment; filename=' + filename)
/ec/ECSpooler/backends/sql/lib/
H A DSQLAssessment.jar ... util.ArrayList getArrayListFromFile (java.lang.String) String filename java.util.ArrayList submission java.io. ...
H A Ddbunit-2.4.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dbunit/ org/dbunit/ant/ org/dbunit/assertion/ org/ ...
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...

Completed in 2435 milliseconds