Searched defs:quote (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/widgets/
H A Dege-paint-def.cpp257 char quote = colorTag[namePos + 5]; local
258 endPos = colorTag.find(quote, namePos + 6);
/inkscape/share/extensions/
H A Ddxf_input.py27 from urllib import quote namespace
282 attribs = {inkex.addNS('href','xlink'): '#' + quote(vals[groups['2']][0].replace(" ", "_").encode("utf-8"))}
/inkscape/src/
H A Dstyle.cpp1976 bool quote = false; local
1986 quote = true;
1991 quote = true;
1995 // (Actually it's a bit more complicated but as it never hurts to quote...)
1996 quote = true;
1999 if( quote ) {

Completed in 22 milliseconds