Searched refs:propStrToList (Results 1 - 4 of 4) sorted by relevance

/inkscape/share/extensions/
H A DjessyInk_summary.py31 def propStrToList(str): function
99 transInDict = propListToDict(propStrToList(transitionInAttribute))
108 transOutDict = propListToDict(propStrToList(transitionOutAttribute))
129 dictio = propListToDict(propStrToList(effectNode.get("{" + inkex.NSS["jessyink"] + "}effectIn")))
140 dictio = propListToDict(propStrToList(effectNode.get("{" + inkex.NSS["jessyink"] + "}effectOut")))
151 dictio = propListToDict(propStrToList(viewNode.get("{" + inkex.NSS["jessyink"] + "}view")))
H A DjessyInk_view.py31 def propStrToList(str): function
85 propDict = propListToDict(propStrToList(node.attrib["{" + inkex.NSS["jessyink"] + "}view"]))
H A DjessyInk_install.py31 def propStrToList(str): function
68 propList = propStrToList(self.document.getroot().get("onload"))
H A DjessyInk_uninstall.py29 def propStrToList(str): function
67 propList = propStrToList(self.document.getroot().get("onload"))

Completed in 29 milliseconds