/ec/ECAssignmentBox/Products/ECAssignmentBox/skins/ecassignmentbox_styles/ |
H A D | ecabstyles.css.dtml | 5 color: rgb(77, 77, 77) !important; 8 color: orange !important; 11 color: rgb(0, 134, 139) !important; 14 color: rgb(255, 99, 71) !important; 17 color: gray !important; 20 color: green !important; 39 border-color: &dtml-globalBorderColor;; 45 border-color: &dtml-globalBorderColor;; 54 /* background-color: rgb(250, 250, 250);
|
/ec/ECAssignmentBox/Products/ECAssignmentBox/skins/ecassignmentbox_templates/ |
H A D | ecabstyles.css.dtml | 5 color: rgb(77, 77, 77) !important; 8 color: orange !important; 11 color: rgb(0, 134, 139) !important; 14 color: rgb(255, 99, 71) !important; 17 color: gray !important; 20 color: green !important; 39 border-color: &dtml-globalBorderColor;; 45 border-color: &dtml-globalBorderColor;; 54 /* background-color: rgb(250, 250, 250);
|
/ec/ECQuiz/Products/ECQuiz/skins/ECQuiz/ |
H A D | ecqstyles.css.dtml | 5 color: rgb(77, 77, 77) !important; 8 color: orange !important; 11 color: gray !important; 14 color: green !important; 17 color: rgb(255, 99, 71) !important; 32 color: &dtml-discreetColor;; 38 border-color: &dtml-globalBorderColor;; 44 border-color: &dtml-globalBorderColor;; 62 color: &dtml-linkColor;; 66 color [all...] |
/ec/ECSpooler/backends/junit/junit_libs/ |
H A D | GraphOriginal.java | 50 public int color, distance, prev; field in class:GraphOriginal.BFSItem 53 color = c; 64 public int color, prev, d, f; field in class:GraphOriginal.DFSItem 67 color = WHITE; 133 table[start].color = GRAY; 139 if (table[e.dest].color == WHITE) { 140 table[e.dest].color = GRAY; 146 table[u].color = BLACK; 162 if (table[i].color == WHITE) 167 table[nr].color [all...] |
H A D | GraphOriginal2.java | 32 public int color, distance, prev; field in class:GraphOriginal2.BFSItem 35 color = c; 42 public int color, prev, d, f; field in class:GraphOriginal2.DFSItem 45 color = WHITE; 91 table[start].color = GRAY; 97 if (table[e.dest].color == WHITE) { 98 table[e.dest].color = GRAY; 104 table[u].color = BLACK; 120 if (table[i].color == WHITE) 125 table[nr].color [all...] |
H A D | jdsl.jar | META-INF/ META-INF/MANIFEST.MF jdsl/core/algo/sorts/ArrayMergeSort.class ArrayMergeSort.java ... |
/ec/ECLecture/Products/ECLecture/skins/eclecture_styles/ |
H A D | ecl_styles.css.dtml | 5 background-color: &dtml-backgroundColor;; 7 color: &dtml-fontColor;; 34 border-color: &dtml-globalBorderColor;; 40 border-color: &dtml-globalBorderColor;; 49 /* background-color: rgb(250, 250, 250);
|
/ec/ECLecture/Products/ECLecture/skins/eclecture_templates/ |
H A D | ecl_styles.css.dtml | 5 background-color: &dtml-backgroundColor;; 7 color: &dtml-fontColor;; 34 border-color: &dtml-globalBorderColor;; 40 border-color: &dtml-globalBorderColor;; 49 /* background-color: rgb(250, 250, 250);
|
/ec/ECAssignmentBox/Products/ECAssignmentBox/PlagDetector/Visualize/ |
H A D | htmlMaker.py | 92 #if matches should be colored create color generator
111 #if matches should be colored add color to mark tokens
113 color = gen.next()
114 styleStart = "<span style=\"color:rgb%s\">" % str(color)
155 color = gen.next()
156 styleStart = "<span style=\"color:rgb%s\">" % str(color)
|
H A D | patterngram.py | 136 color = colorSelf
138 color = colorInfrequently
139 else: color = colorFrequently
140 draw.line((x, y-(ydist-6), x, y+(ydist-6)), fill=color)
244 #choose color for occurency
246 color = colorInfrequently
248 color = colorFrequently
250 draw.line((i, yPos-(ydist-6), i, yPos+(ydist-6)), fill=color)
|
H A D | torc.py | 102 color = getColorForScope(getClusterNr(ids[0], ids[1], clusters), range(len(clusters)))
104 color = (0,0,0)
105 draw.line([idPosDict.get(ids[0]), idPosDict.get(ids[1])], fill = color)
|