Searched defs:Schema (Results 1 - 25 of 41) sorted by relevance

12

/ec/ECSpooler/backends/echo/
H A DEcho.py8 from lib.util.BackendSchema import Schema, TestEnvironment, InputField namespace
15 inputSchema = Schema((
26 tests = Schema((
/ec/ECQuiz/Products/ECQuiz/AnswerTypes/
H A DECQSelectionAnswer.py25 from Products.Archetypes.public import Schema, TextAreaWidget namespace
38 schema = ECQBaseAnswer.schema.copy() + Schema((
H A DECQBaseAnswer.py25 #from Products.Archetypes.atapi import BaseContent, BaseSchema, Schema
27 from Products.Archetypes.atapi import BaseSchema, Schema namespace
43 schema = BaseSchema.copy() + Schema((
H A DECQCorrectAnswer.py25 from Products.Archetypes.public import Schema, BooleanField, TextAreaWidget, BooleanWidget namespace
38 schema = ECQSelectionAnswer.schema.copy() + Schema((
H A DECQScaleAnswer.py27 from Products.Archetypes.atapi import Schema namespace
43 schema = ECQMCAnswer.schema.copy() + Schema((
/ec/ECQuiz/Products/ECQuiz/
H A DECQGroup.py29 from Products.Archetypes.public import Schema, BooleanField, StringField, \
43 schema = ECQAbstractGroup.schema + Schema((
30 StringWidget, TextField, TextAreaWidget namespace
H A DECQAbstractGroup.py31 from Products.Archetypes.public import Schema namespace
86 schema = ECQFolder.schema.copy() + Schema((
/ec/ECQuiz/Products/ECQuiz/QuestionTypes/
H A DECQRatingQuestion.py30 BaseContent, BaseSchema, Schema, BooleanField, BooleanWidget, IntegerField, \
32 StringWidget, RichWidget namespace
H A DECQBaseQuestion.py29 from Products.Archetypes.public import Schema, BooleanField, BooleanWidget, \
49 schema = ECQFolder.schema.copy() + Schema((
31 TextAreaWidget, StringWidget namespace
H A DECQExtendedTextQuestion.py25 from Products.Archetypes.public import Schema, TextAreaWidget, TextField, \
37 schema = ECQPointsQuestion.schema.copy() + Schema((
26 IntegerField, IntegerWidget namespace
H A DECQMCQuestion.py30 BaseContent, BaseSchema, Schema, BooleanField, BooleanWidget, \
32 TextAreaWidget, StringWidget, RichWidget namespace
H A DECQPointsQuestion.py29 BaseContent, BaseSchema, Schema, BooleanField, BooleanWidget, \
46 schema = ECQBaseQuestion.schema.copy() + Schema((
31 TextAreaWidget, StringWidget, RichWidget namespace
H A DECQScaleQuestion.py29 from Products.Archetypes.public import Schema, StringField namespace
51 ECQPointsQuestion.schema.copy() + Schema((
/ec/ECSpooler/backends/erlang/
H A DErlang.py20 from lib.util.BackendSchema import Schema namespace
58 inputSchema = Schema((
90 tests = Schema((
/ec/ECSpooler/backends/junit/
H A Dconfig.py38 from lib.util.BackendSchema import Schema namespace
166 # Input Schema
167 inputSchema = Schema((
196 # Test Schema
197 tests = Schema((
/ec/ECSpooler/backends/keywords/
H A DKeywords.py20 from lib.util.BackendSchema import Schema namespace
27 inputSchema = Schema((
49 tests = Schema((
/ec/ECSpooler/backends/python/
H A DPython.py20 from lib.util.BackendSchema import Schema namespace
58 inputSchema = Schema((
92 tests = Schema((
/ec/ECSpooler/backends/pyunit/
H A DPyUnit.py23 from lib.util.BackendSchema import Schema namespace
50 inputSchema = Schema((
70 testEnvs = Schema((
/ec/ECSpooler/backends/scheme/
H A DScheme.py19 from lib.util.BackendSchema import Schema namespace
84 inputSchema = Schema((
117 tests = Schema((
/ec/ECSpooler/backends/sql/
H A DSQL.py24 from lib.util.BackendSchema import Schema namespace
32 inputSchema = Schema((
89 tests = Schema((
/ec/ECAssignmentBox/Products/ECAssignmentBox/content/
H A DECFolder.py16 from Products.Archetypes.atapi import Schema, registerType, DisplayList namespace
32 schema = Schema((
/ec/ECAssignmentBox/Products/ECAssignmentBox/tool/
H A DECABTool.py28 from Products.Archetypes.atapi import Schema, BaseSchema, BaseContent, DisplayList, registerType namespace
41 schema = Schema((
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/content/
H A DECAutoAssessmentBox.py19 from Products.Archetypes.atapi import Schema namespace
47 schema = Schema((
H A DECAutoAssignment.py28 from Products.Archetypes.atapi import Schema namespace
47 schema = Schema((
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/tool/
H A DECSpoolerTool.py23 from Products.Archetypes.atapi import Schema, BaseSchema, registerType namespace

Completed in 31 milliseconds

12