/ec/ECSpooler/backends/junit/junit_libs/ |
H A D | InterfaceWGraph.java | 7 boolean addNode(String label); argument 8 boolean removeNode(String label); argument 11 boolean NodeIn(String label); argument 13 List<String> adjacent(String label); argument 14 int outDegree(String label); argument 15 int inDegree(String label); argument
|
H A D | WeightedGraph.java | 35 private String label; field in class:WeightedGraph.GraphNode 42 protected GraphNode(String label) { argument 43 this.label = label; 48 String result = "\n" + this.label + " -> "; 55 return label; 100 public boolean addNode(String label) { argument 101 if (!this.NodeIn(label)) { 102 nodes.add(new GraphNode(label)); 109 protected GraphNode getNode(String label) { argument 116 getEdge(GraphNode node, String label) argument 124 NodeIn(String label) argument 136 adjacent(String label) argument 147 outDegree(String label) argument 155 inDegree(String label) argument 187 removeNode(String label) argument [all...] |
H A D | GraphOriginal.java | 106 public void addNode(String label) { argument 107 if (labels.contains(label)) 111 labels.add(idx, label); 114 public int getNodeID(String label) { argument 115 int i = labels.indexOf(label);
|
H A D | GraphOriginal2.java | 64 public void addNode(String label) { argument 65 if (labels.contains(label)) 69 labels.add(idx, label); 72 public int getNodeID(String label) { argument 73 int i = labels.indexOf(label);
|
/ec/ECSpooler/backends/echo/ |
H A D | Echo.py | 19 label = 'Inverted matching', variable 29 label = '1', variable
|
/ec/ECSpooler/backends/junit/ |
H A D | config.py | 171 label = 'Imports', variable 179 label = 'Help functions', variable 187 label = 'Unit tests', variable 201 label = 'JUnitTests', variable
|
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/content/ |
H A D | ECAutoAssessmentBox.py | 56 label='Test backend', variable 71 label = 'Automatically accept assignments', variable 87 label='Instant Feedback', variable 102 label='Tests', variable 118 label = "Input fields", variable 203 label = fields[field].get('label', '') 210 widget = StringWidget(label = label, 211 label_msgid = label, [all...] |
/ec/ECSpooler/backends/sql/ |
H A D | SQL.py | 37 label = 'Force checking for wrong rows', variable 47 label = 'Non-select statements are allowed', variable 56 label = "Do not check data types of columns", variable 65 label = 'Compare databases only', variable 74 label = 'Database creation queries', variable 82 label = 'Teacher queries', variable 93 label = 'Simple', variable
|
/ec/ECLecture/Products/ECLecture/content/ |
H A D | ECLecture.py | 61 label = "Course type",
variable 74 label = "Instructors",
variable 91 label = "Time period",
variable 102 label = "Start date",
variable 115 label = "End date",
variable 131 label = "Recurrence",
variable 141 label = "First session",
variable 153 label = "Location",
variable 164 label = 'Language of instruction',
variable 175 label variable 189 label = "Prerequisites", variable 203 label = "Target group", variable 214 label = "Maximum number of participants", variable 226 label = "Registration link", variable 238 label = "Directory entry", variable 253 label = "Associated group", variable 271 label = "Available resources", variable 293 label = "Body Text", variable [all...] |
/ec/ECAssignmentBox/Products/ECAssignmentBox/content/ |
H A D | ECAssignmentBox.py | 64 label = 'Reference to assignment', variable 78 label = 'Assignment text', variable 96 label = 'Answer template', variable 112 label = "Start of Submission Period", variable 127 label = "End of Submission Period", variable 142 label = "Maximum number of attempts", variable 153 label="Enable word wrap in the Answer text area", variable 164 label="Send notification e-mail messages", variable 175 label="Send grading notification e-mail messages", variable
|
/ec/ECSpooler/backends/keywords/ |
H A D | Keywords.py | 31 label = 'Inverted matching', variable 41 label = 'Keywords', variable 52 label = 'Keywords', variable 57 label = 'Regular Expressions', variable
|
/ec/ECQuiz/Products/ECQuiz/AnswerTypes/ |
H A D | ECQCorrectAnswer.py | 50 label='Comment', variable in class:ECQCorrectAnswer 66 label='Correct', variable in class:ECQCorrectAnswer
|
H A D | ECQSelectionAnswer.py | 49 label='Answer', variable in class:ECQSelectionAnswer
|
/ec/ECQuiz/Products/ECQuiz/QuestionTypes/ |
H A D | ECQExtendedTextQuestion.py | 50 label='Answer Template', variable in class:ECQExtendedTextQuestion 67 label='Expected Length', variable in class:ECQExtendedTextQuestion
|
H A D | ECQSelectionQuestion.py | 63 label='Allow Multiple Selection', variable in class:ECQSelectionQuestion 78 label='Randomize Answer Order', variable in class:ECQSelectionQuestion 96 label='Number of Random Answers', variable in class:ECQSelectionQuestion
|
H A D | ECQPointsQuestion.py | 53 label='Points', variable in class:ECQPointsQuestion 66 label='Tutor-Graded', variable in class:ECQPointsQuestion
|
/ec/ECSpooler/backends/haskell/ |
H A D | Haskell.py | 93 label = 'Model solution', variable 100 label = 'Help functions', variable 109 label = 'Test data', variable 124 label = 'Simple', variable 136 label = 'Permutation', variable 148 label = 'Tolerance', variable
|
/ec/ECSpooler/backends/prolog/ |
H A D | Prolog.py | 88 label = 'Model solution', variable 95 label = 'Help functions', variable 104 label = 'Test data', variable 119 label = 'Simple', variable 130 label = 'Permutation', variable 141 label = 'Predicate', variable
|
/ec/ECAssignmentBox/Products/ECAssignmentBox/PlagDetector/Visualize/ |
H A D | patterngram.py | 280 #x-label
299 label = str(x)
300 pos = (margin + x - (font.getsize(label)[0]/2), borderY2+5)
301 draw.text(pos, label, fill=colorFG, font=font)
302 #y-label
316 label = str(y)
317 pos = (margin - (font.getsize(label)[0]+4), borderY2-(y*ydist)-(font.getsize(label)[1]/2))
318 draw.text(pos, label, fill=colorFG, font=font)
341 """Computes an appropriate Label distance to label a [all...] |
/ec/ECSpooler/backends/xml/doc/ |
H A D | XMLHandbuch.tex | 40 \label{fig:addingXMLBackend} 51 \label{fig:addingECFolder} 62 \label{fig:save} 70 \label{fig:ecaab} 90 \label{fig:form} 101 \label{fig:dtd} 112 \label{fig:model} 121 \label{fig:xpath} 131 \label{fig:verbose} 167 \label{fi [all...] |
/ec/ECSpooler/backends/erlang/ |
H A D | Erlang.py | 63 label = 'Model solution', variable 70 label = 'Help functions', variable 79 label = 'Test data', variable 94 label = 'Simple', variable 105 label = 'Permutation', variable
|
/ec/ECSpooler/backends/python/ |
H A D | Python.py | 63 label = 'Model solution', variable 70 label = 'Help functions', variable 80 label = 'Test data', variable 96 label = 'Simple', variable 105 label = 'Permutation', variable
|
/ec/ECSpooler/backends/scheme/ |
H A D | Scheme.py | 89 label = 'Model solution', variable 96 label = 'Help functions', variable 105 label = 'Test data', variable 121 label = 'Simple', variable 133 label = 'Permutation', variable
|
/ec/ECQuiz/Products/ECQuiz/ |
H A D | validators.py | 178 label = instance.translate( 185 default = '%s is required, please correct.' % label, 186 mapping = {'name': label},)
|
/ec/ECSpooler/backends/pyunit/ |
H A D | PyUnit.py | 54 label = 'Imports', variable 63 label = 'Unit tests', variable 74 label = 'Default', variable
|