Lines Matching refs:separator
9838 if (colDescr.separator === "|" || colDescr.separator === ":") {
9839 var lineType = colDescr.separator === "|" ? "solid" : "dashed";
9840 var separator = buildCommon.makeSpan(["vertical-separator"], [], options);
9841 separator.style.height = totalHeight + "em";
9842 separator.style.borderRightWidth = ruleThickness + "em";
9843 separator.style.borderRightStyle = lineType;
9844 separator.style.margin = "0 -" + ruleThickness / 2 + "em";
9845 separator.style.verticalAlign = -(totalHeight - offset) + "em";
9846 cols.push(separator);
9848 throw new src_ParseError("Invalid separator type: " + colDescr.separator);
10010 columnLines += cols[i].separator === "|" ? "solid " : "dashed ";
10186 separator: "|"
10191 separator: ":"