Searched refs:allowed_content_types (Results 1 - 8 of 8) sorted by relevance

/ec/ECLecture/Products/ECLecture/
H A Dconfig.py37 ALLOWED_CONTENT_TYPES = zconf.ATDocument.allowed_content_types
/ec/ECAssignmentBox/Products/ECAssignmentBox/
H A Dconfig.py39 ALLOWED_CONTENT_TYPES = zconf.ATDocument.allowed_content_types
/ec/ECAssignmentBox/Products/ECAssignmentBox/content/
H A DECAssignmentBox.py205 # FIXME: allowed_content_types is defined in profile.default.types.ECAssignmentBox.xml
207 allowed_content_types = ['ECAssignment'] variable in class:ECAssignmentBox
288 contentFilter = {'portal_type': self.allowed_content_types},
309 contentFilter = {'portal_type': self.allowed_content_types},
337 contentFilter = {'portal_type': self.allowed_content_types},
389 self.allowed_content_types})
/ec/ECQuiz/Products/ECQuiz/QuestionTypes/
H A DECQExtendedTextQuestion.py82 allowed_content_types = () variable in class:ECQExtendedTextQuestion
83 filter_content_types = True # Otherwise allowed_content_types == ()
/ec/ECQuiz/Products/ECQuiz/
H A DECQReference.py89 allowed = parent.allowed_content_types
H A DECQAbstractGroup.py194 documents, i.e. those, whose 'allowed_content_types' property (see
204 allowed_content_types = ('ECQExtendedTextQuestion', variable in class:ECQAbstractGroup
229 if o.portal_type in ECQAbstractGroup.allowed_content_types]
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/content/
H A DECAutoAssessmentBox.py150 # FIXME: allowed_content_types is defined in profile.default.types.ECAutoAssessmentBox.xml
152 allowed_content_types = ['ECAA'] variable in class:ECAutoAssessmentBox
/ec/ECReviewBox/content/
H A DECReviewBox.py149 allowed_content_types = [ECReview.meta_type] variable in class:ECReviewBox

Completed in 16 milliseconds