/inkscape/packaging/macosx/ports/_resources/port1.0/group/ |
H A D | python-1.0.tcl | 57 xinstall -d -m 755 ${destroot}${prefix}/share/doc/${subport}/examples 106 system "echo $name is a stub port > ${destroot}${prefix}/share/doc/${name}/README" 142 foreach bin [glob -nocomplain -tails -directory "${destroot}${python.prefix}/bin" *] { 143 if {[catch {file type "${destroot}${prefix}/bin/${bin}${python.link_binaries_suffix}"}]} { 144 ln -s "${python.prefix}/bin/${bin}" "${destroot}${prefix}/bin/${bin}${python.link_binaries_suffix}" 149 foreach bin [glob -nocomplain -tails -directory "${destroot}${prefix}/bin" *] { 150 move ${destroot}${prefix}/bin/${bin} \ 151 ${destroot}${prefix}/bin/${bin}${python.move_binaries_suffix} 176 options python.branch python.prefix pytho [all...] |
/inkscape/share/extensions/ |
H A D | jessyInk_summary.py | 93 def describeNode(self, node, prefix, slideNumber, numberOfSlides, slideTitle): 94 inkex.errormsg(_(u"{0}Layer name: {1}").format(prefix, node.get("{" + inkex.NSS["inkscape"] + "}label"))) 102 inkex.errormsg(_("{0}Transition in: {1} ({2!s} s)").format(prefix, transInDict["name"], int(transInDict["length"]) / 1000.0)) 104 inkex.errormsg(_("{0}Transition in: {1}").format(prefix, transInDict["name"])) 111 inkex.errormsg(_("{0}Transition out: {1} ({2!s} s)").format(prefix, transOutDict["name"], int(transOutDict["length"]) / 1000.0)) 113 inkex.errormsg(_("{0}Transition out: {1}").format(prefix, transOutDict["name"])) 120 inkex.errormsg(_("\n{0}Auto-texts:").format(prefix)) 123 inkex.errormsg(_("{0}\t\"{1}\" (object id \"{2}\") will be replaced by \"{3}\".").format(prefix, atNode.text, atNode.getparent().get("id"), autoTexts[atNode.get("{" + inkex.NSS["jessyink"] + "}autoText")])) 168 tmpStr += _("\n{0}Initial effect (order number {1}):").format(prefix, effects[orderItem][0]["order"]) 170 tmpStr += _("\n{0}Effect {1!s} (order number {2}):").format(prefix, orderNumbe [all...] |
H A D | jessyInk_export.py | 98 zipFileDesc, zpFile = tempfile.mkstemp(suffix=".zip", prefix="jessyInk__") 137 svgFileDesc, svgFile = tempfile.mkstemp(suffix=".svg", prefix="jessyInk__") 143 outFileDesc, outFile = tempfile.mkstemp(suffix="." + ext, prefix="jessyInk__")
|
H A D | jessyInk_video.py | 105 def getNewId(prefix, docRoot): 110 while len(docRoot.xpath("//*[@id='" + prefix + str(number) + "']", namespaces=inkex.NSS)) > 0: 113 return prefix + str(number)
|
H A D | pathmodifier.py | 80 def uniqueId(self, prefix): 81 id="%s%04i"%(prefix,random.randint(0,9999)) 83 id="%s%04i"%(prefix,random.randint(0,9999))
|
/inkscape/src/xml/ |
H A D | repr-util.cpp | 46 unsigned int uri, prefix; member in struct:SPXMLNs 91 defaults[0].prefix = g_quark_from_static_string("sodipodi"); 95 defaults[1].prefix = g_quark_from_static_string("xlink"); 99 defaults[2].prefix = g_quark_from_static_string("svg"); 103 defaults[3].prefix = g_quark_from_static_string("inkscape"); 107 defaults[4].prefix = g_quark_from_static_string("rdf"); 111 defaults[5].prefix = g_quark_from_static_string("cc"); 115 defaults[6].prefix = g_quark_from_static_string("dc"); 119 defaults[7].prefix = g_quark_from_static_string("osb"); 124 // entry to the table last (where it gets used for URI -> prefix 176 char const *prefix; local 234 sp_xml_ns_prefix_uri(gchar const *prefix) argument [all...] |
H A D | repr-io.cpp | 448 Glib::Quark prefix=Glib::ustring(name_string, prefix_end); local 449 prefix_map.insert(PrefixMap::value_type(qname, prefix)); 450 return prefix; 461 void promote_to_namespace(Node *repr, const gchar *prefix) { argument 465 gchar *svg_name = g_strconcat(prefix, ":", g_quark_to_string(code), NULL); 470 promote_to_namespace(child, prefix); 544 const xmlChar *prefix; local 547 prefix = reinterpret_cast<const xmlChar*>( sp_xml_ns_uri_prefix(reinterpret_cast<const gchar*>(ns->href), 548 reinterpret_cast<const char*>(ns->prefix)) ); 549 prefix_map[reinterpret_cast<const char*>(prefix)] 828 add_ns_map_entry(NSMap &ns_map, Glib::QueryQuark prefix) argument 855 Glib::QueryQuark prefix=qname_prefix(iter->key); local 898 Glib::QueryQuark prefix=(*iter).first; local [all...] |
H A D | rebase-hrefs-test.h | 35 void dump_str(gchar const *str, gchar const *prefix) argument 38 tmp = prefix;
|
H A D | repr.h | 48 char const *sp_xml_ns_prefix_uri(char const *prefix);
|
/inkscape/src/io/ |
H A D | sys.h | 35 int file_open_tmp( std::string& name_used, const std::string& prefix );
|
H A D | sys.cpp | 34 void dump_str(gchar const *str, gchar const *prefix); 177 int Inkscape::IO::file_open_tmp(std::string& name_used, const std::string& prefix) argument 179 return Glib::file_open_tmp(name_used, prefix);
|
/inkscape/packaging/macosx/Resources/etc/fonts/ |
H A D | fonts.conf | 33 <dir prefix="xdg">fonts</dir> 80 <cachedir prefix="xdg">fontconfig</cachedir>
|
/inkscape/src/ |
H A D | prefix.cpp | 11 * to br_*", try renaming prefix.c to prefix.cpp 16 * If you make changes to any of the functions in prefix.c, you MUST 17 * change the BR_NAMESPACE macro (in prefix.h). 39 #include "prefix.h" 74 * #include "prefix.h" 84 * #include "prefix.h" 148 * Returns: A prefix. This string should be freed when no longer needed. 151 * the prefix of that path, or NULL on error. 161 char *path, *prefix; local [all...] |
H A D | file.cpp | 53 #include "path-prefix.h" 99 void dump_str(gchar const *str, gchar const *prefix); 407 void dump_str(gchar const *str, gchar const *prefix) argument 410 tmp = prefix;
|
/inkscape/ |
H A D | buildtool.cpp | 672 prefix = prefixArg; 691 { return prefix; } 700 prefix = other.prefix; 704 String prefix; member in class:buildtool::Namespace 824 void addNamespace(const String &prefix, const String &namespaceURI); 1060 void Element::addNamespace(const String &prefix, const String &namespaceURI) argument 1062 Namespace ns(prefix, namespaceURI); 2978 * If this prefix is seen in a substitution, use an environment 2986 * If this prefix i 3427 String prefix; member in class:buildtool::PkgConfig 4443 pkgConfigRecursive(const String packageName, const String &path, const String &prefix, int query, String &result, std::set<String> &deplist) argument 4489 String prefix = getProperty("pkg-config-prefix"); local 8405 String prefix = parent.eval(prefixOpt, ""); local 9663 parsePropertyFile(const String &fileName, const String &prefix) argument 9800 String prefix; local [all...] |
/inkscape/packaging/macosx/ |
H A D | osx-build.sh | 27 # Libraries prefix (Warning: NO trailing slash) 57 \033[1m-p,--prefix\033[0m specify install prefix (configure step only) 148 -p|--prefix) 466 ALLCONFFLAGS="$CONFFLAGS --prefix=$INSTALLPREFIX --enable-localinstall"
|
/inkscape/src/libnrtype/ |
H A D | FontFactory.cpp | 596 void dump_tag( guint32 *tag, Glib::ustring prefix = "" ) { 597 std::cout << prefix
|
/inkscape/src/ui/dialog/ |
H A D | filedialogimpl-gtkmm.cpp | 30 #include "path-prefix.h" 58 void dump_str(const gchar *str, const gchar *prefix);
|