Lines Matching refs:value
14 for key, value in d.items():
15 s = s.replace(key, value)
23 strings; each key will be replaced with its corresponding value.
39 strings; each key will be replaced with its corresponding value.
49 """Escape and quote an attribute value.
52 an attribute value. The \" character will be escaped as well, if
57 strings; each key will be replaced with its corresponding value.
169 for (name, value) in attrs.items():
170 self._write(' %s=%s' % (name, quoteattr(value)))
194 for (name, value) in attrs.items():
195 self._write(' %s=%s' % (self._qname(name), quoteattr(value)))
325 def setProperty(self, name, value):
326 self._parent.setProperty(name, value)