Searched refs:label (Results 1 - 25 of 48) sorted by relevance

12

/ec/ECSpooler/backends/junit/junit_libs/
H A DInterfaceWGraph.java7 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 DWeightedGraph.java35 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 DGraphOriginal.java106 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 DGraphOriginal2.java64 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 DEcho.py19 label = 'Inverted matching', variable
29 label = '1', variable
/ec/ECSpooler/backends/junit/
H A Dconfig.py171 label = 'Imports', variable
179 label = 'Help functions', variable
187 label = 'Unit tests', variable
201 label = 'JUnitTests', variable
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/content/
H A DECAutoAssessmentBox.py56 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 DSQL.py37 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 DECLecture.py61 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 DECAssignmentBox.py64 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 DKeywords.py31 label = 'Inverted matching', variable
41 label = 'Keywords', variable
52 label = 'Keywords', variable
57 label = 'Regular Expressions', variable
/ec/ECQuiz/Products/ECQuiz/AnswerTypes/
H A DECQCorrectAnswer.py50 label='Comment', variable in class:ECQCorrectAnswer
66 label='Correct', variable in class:ECQCorrectAnswer
H A DECQSelectionAnswer.py49 label='Answer', variable in class:ECQSelectionAnswer
/ec/ECQuiz/Products/ECQuiz/QuestionTypes/
H A DECQExtendedTextQuestion.py50 label='Answer Template', variable in class:ECQExtendedTextQuestion
67 label='Expected Length', variable in class:ECQExtendedTextQuestion
H A DECQSelectionQuestion.py63 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 DECQPointsQuestion.py53 label='Points', variable in class:ECQPointsQuestion
66 label='Tutor-Graded', variable in class:ECQPointsQuestion
/ec/ECSpooler/backends/haskell/
H A DHaskell.py93 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 DProlog.py88 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 Dpatterngram.py280 #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 DXMLHandbuch.tex40 \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 DErlang.py63 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 DPython.py63 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 DScheme.py89 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 Dvalidators.py178 label = instance.translate(
185 default = '%s is required, please correct.' % label,
186 mapping = {'name': label},)
/ec/ECSpooler/backends/pyunit/
H A DPyUnit.py54 label = 'Imports', variable
63 label = 'Unit tests', variable
74 label = 'Default', variable

Completed in 60 milliseconds

12