Searched defs:username (Results 1 - 5 of 5) sorted by relevance
/ec/ECLecture/Products/ECLecture/skins/eclecture_templates/ |
H A D | ecl_participants_export.py | 72 output = colDelim.join(('fullname', 'username', 'email', 'personaltitle', 80 username = p.id variable 83 fullname = ecab_utils.getFullNameById(username) 88 row = [fullname, username, email,] 92 studentid = ecab_utils.getUserPropertyById(username, 94 major = ecab_utils.getUserPropertyById(username, 96 perstitle = ecab_utils.getUserPropertyById(username,
|
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/browser/ |
H A D | ecaabsettings.py | 62 username = TextLine( variable in class:IECAABControlPanelSpoolerSchema 137 return self.context.username 140 self.context._updateProperty('username', value) 142 username = property(get_username, set_username) variable in class:ECAABControlPanelAdapter 207 username = ecaab_props.username 214 backendIds, msg = ecs_tool.test(host, port, username, password)
|
/ec/ECSpooler/backends/sql/lib/ |
H A D | dbunit-2.4.8.jar | META-INF/ META-INF/MANIFEST.MF org/ org/dbunit/ org/dbunit/ant/ org/dbunit/assertion/ org/ ... |
H A D | hsqldb.jar | META-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ... |
/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 45 milliseconds