Searched refs:has_key (Results 1 - 25 of 36) sorted by relevance

12

/ec/ECSpooler/lib/util/
H A DQueueItem.py27 if data.has_key('id'):
73 def has_key(self, key): member in class:QueueItem
77 return self._data.has_key(key)
H A DBackendSchema.py314 if not self._fields.has_key(name):
328 def has_key(self, name): member in class:Schemata
329 return self._fields.has_key(name)
332 __contains__ = has_key
487 return self.has_key(name)
H A DSpoolerQueue.py88 assert (not self._queue.has_key(id)), \
H A Dauth.py92 ans = self.db.has_key(username) and \
/ec/ECQuiz/Products/ECQuiz/skins/ECQuiz/
H A Decq_quiz_delete_evaluation_script.py38 if not REQUEST.has_key('deleteCustomEvaluationScripts'):
59 if(evaluationScripts.has_key(script)):
H A Decq_quiz_results_delete.py38 if not REQUEST.has_key('ids'):
H A Decq_quiz_results_export.py45 if not REQUEST.has_key('ids'):
94 if not results[0].has_key('grade'):
/ec/ECAssignmentBox/Products/ECAssignmentBox/PlagDetector/Visualize/
H A Dheatmap.py62 if (not xDict.has_key(rIds[0]) and not yDict.has_key(rIds[1])
63 and not yDict.has_key(rIds[0]) and not xDict.has_key(rIds[1])):
66 elif xDict.has_key(rIds[0]) and not yDict.has_key(rIds[1]):
68 elif not xDict.has_key(rIds[0]) and yDict.has_key(rIds[1]):
70 elif yDict.has_key(rIds[0]) and not xDict.has_key(rId
[all...]
/ec/ECQuiz/Products/ECQuiz/
H A DfindUntranslatedMessages.py76 if (i18nFileMsgidDict.has_key(msgid)
113 if not (i18nFileMsgidDict.has_key(msgid) or
114 untranslatedMsgidDict.has_key(msgid)):
126 ((not SKIP_DICT.has_key(key)) or
H A D__init__.py131 if ADD_CONTENT_PERMISSIONS.has_key(content_type):
H A Dtools.py177 if context.portal_factory.getFactoryTypes().has_key(typeName):
H A DECQAbstractGroup.py385 if(evaluationScripts.has_key(archetype_name)):
/ec/ECSpooler/lib/data/
H A DBackendResult.py49 assert self._data.has_key('value'), \
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/tool/
H A DECSpoolerTool.py269 isCached = self.backendValueCache.has_key(backend)
308 if not self.backendValueCache.has_key(backend):
316 if self.backendValueCache.has_key(backend):
337 if not self.backendValueCache.has_key(backend):
345 if self.backendValueCache.has_key(backend):
/ec/ECAssignmentBox/Products/ECAssignmentBox/PlagDetector/
H A DPlagChecker.py139 if self.algNames.has_key(algName):
157 if self.normNames.has_key(normalizerName):
/ec/ECQuiz/Products/ECQuiz/tests/
H A Dtest_setup.py67 if not pfTypes.has_key(t):
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/content/
H A DECAutoAssignment.py131 if result.has_key(self.jobId):
314 while (not feedback.has_key(self.jobId)) and (i < MAX_WAIT_TIME):
319 if feedback.has_key(self.jobId):
H A DDynamicDataField.py139 if(kwargs.has_key('mimetype') and kwargs['mimetype'] == 'text/plain'):
/ec/ECLecture/Products/ECLecture/skins/eclecture_templates/
H A Decl_participants_export.py45 if REQUEST.has_key('ids'):
/ec/ECAssignmentBox/Products/ECAssignmentBox/PlagDetector/Detection/
H A DalgGST.py387 if self.dict.has_key(key):
398 if self.dict.has_key(key):
H A DalgNGRAM.py135 if returnDict.has_key(s): # if dict contains key add pos
/ec/ECSpooler/lib/
H A DBackend.py324 if job.has_key('tests'):
354 if data.has_key('srv_id') and data['srv_id'] == self._spoolerId:
/ec/ECSpooler/backends/haskellext/
H A DHaskellExt.py171 if job.has_key(field.getName()):
/ec/ECAssignmentBox/Products/ECAssignmentBox/content/
H A DECFolder.py151 if not result.has_key(key):
/ec/ECSpooler/backends/cl/
H A DCl.py312 if job.has_key(field.getName()):

Completed in 74 milliseconds

12