Searched refs:att (Results 1 - 12 of 12) sorted by relevance

/inkscape/share/extensions/
H A Dinkweb.js47 for ( var att in attributes ) {
48 switch ( att ) {
56 element.setAttribute( att, attributes[att] );
62 InkWeb.reGetStyleAttVal = function (att) {
63 return new RegExp( "(^|.*;)[ ]*"+ att +":([^;]*)(;.*|$)" )
66 InkWeb.getStyle = function (el, att) {
72 var match = this.reGetStyleAttVal(att).exec(style);
80 InkWeb.setStyle = function (el, att, val) {
84 re = this.reGetStyleAttVal(att);
[all...]
H A Dwebslicer_effect.py55 for att in conf_atts:
56 if not is_empty(getattr(self.options, att)):
58 att.replace('_','-') +': '+ str(getattr(self.options, att))
H A Dsimplestyle.py183 return ";".join([att+":"+str(val) for att,val in a.iteritems()])
H A Dreplace_font.py58 for att in font_attributes:
59 if att in style:
60 style[att] = new_font
75 for att in font_attributes:
76 if att in style and style[att].strip().lower() == find:
H A Dwebslicer_export.py411 def reg_css(self, selector, att, val):
419 if not att in self._css[pos]['atts']: self._css[pos]['atts'][att] = []
420 self._css[pos]['atts'][att].append( val )
427 for att in s['atts']:
428 val = s['atts'][att]
429 if att == 'background' and len(val) > 1:
431 code += ' '+ att +': '+ (', '.join(val)) +';\n'
H A Dweb-set-att.py29 self.OptionParser.add_option("-a", "--att",
31 dest="att", default="fill",
75 "att:'"+ self.options.att +"', " + \
H A Dweb-transmit-att.py29 self.OptionParser.add_option("-a", "--att",
31 dest="att", default="fill",
72 "att:'"+ self.options.att +"'})"
H A Dguillotine.py192 att = '{http://www.inkscape.org/namespaces/inkscape}export-filename'
194 export_file = svg.attrib[att]
H A Dinterp_att_g.py34 self.OptionParser.add_option("-a", "--att",
36 dest="att", default="fill",
38 self.OptionParser.add_option("-o", "--att-other",
42 self.OptionParser.add_option("-t", "--att-other-type",
46 self.OptionParser.add_option("-w", "--att-other-where",
140 if self.options.att == 'other':
145 self.inte_att = self.options.att
H A Dprinting_marks.py199 for att in [ "x", "y", "width", "height" ]:
200 args = [ "inkscape", "-I", id, "--query-"+att, self.svg_file ]
201 sel_area[id][att] = scale* \
/inkscape/share/extensions/test/
H A Dinkweb-debug.js37 for ( var att in InkWeb ) {
38 if ( typeof(InkWeb[att]) == "function" ) {
39 var code = InkWeb[att].toString()
40 beforeCode = 'this.log(this.__callMethodInfo("'+att+'", arguments));\ntry {';
41 afterCode = '} catch(e) { this.log( e, "Ups... There is a problem in InkWeb.'+att+'()" ) }';
45 eval( "InkWeb."+att+" = "+ code );
46 //alert( InkWeb[att] )
163 for ( var att in obj ) {
165 vStr += this.serialize(att) +':'+
166 this.serialize( obj[att], thi
[all...]
/inkscape/src/
H A Dsp-guide.cpp393 SPGuideAttachment const &att = *i;
394 sp_item_notify_moveto(*att.item, this, att.snappoint_ix, position, commit);
425 SPGuideAttachment const &att = *i;
426 sp_item_notify_moveto(*att.item, this, att.snappoint_ix, position, commit);
533 SPGuideAttachment const &att = *i; local
534 remove_last(att.item->constraints, SPGuideConstraint(guide, att.snappoint_ix));

Completed in 484 milliseconds