Lines Matching defs:formatPath
24 from simplepath import formatPath
88 line_atts = { 'style':line_style, 'id':box_id+'-inner-close-tab', 'd':formatPath(line_path) }
104 line_atts = { 'style':line_style, 'id':box_id+'-upper-close-tab', 'd':formatPath(line_path) }
120 line_atts = { 'style':line_style, 'id':box_id+'-upper-right-tab', 'd':formatPath(line_path) }
134 line_atts = { 'style':line_style, 'id':box_id+'-upper-left-tab', 'd':formatPath(line_path) }
149 line_atts = { 'style':line_style, 'id':box_id+'-left-tab', 'd':formatPath(line_path) }
160 line_atts = { 'style':line_style, 'id':box_id+'-front', 'd':formatPath(line_path) }
173 line_atts = { 'style':line_style, 'id':box_id+'-right', 'd':formatPath(line_path) }
186 line_atts = { 'style':line_style, 'id':box_id+'-back', 'd':formatPath(line_path) }
199 line_atts = { 'style':line_style, 'id':box_id+'-left', 'd':formatPath(line_path) }
215 line_atts = { 'style':line_style, 'id':box_id+'-bottom-front-tab', 'd':formatPath(line_path) }
228 line_atts = { 'style':line_style, 'id':box_id+'-bottom-right-tab', 'd':formatPath(line_path) }
241 line_atts = { 'style':line_style, 'id':box_id+'-bottom-back-tab', 'd':formatPath(line_path) }
254 line_atts = { 'style':line_style, 'id':box_id+'-bottom-left-tab', 'd':formatPath(line_path) }