Searched refs:url (Results 1 - 10 of 10) sorted by relevance

/inkscape/share/extensions/
H A Dinkscape_follow_link.py9 def __init__(self, url):
11 self.url = url
14 webbrowser.open(self.url)
24 self.url = node.get(inkex.addNS('href','xlink'))
25 vwswli = VisitWebSiteWithoutLockingInkscape(self.url)
27 #inkex.errormsg("Link: %s" % self.url)
H A Dlaunch_webbrowser.py14 parser.add_option("-u", "--url", action="store", type="string",
16 dest="url", help="The URL to open in web browser")
20 webbrowser.open(_(self.options.url))
H A Dembedimage.py64 url=urlparse.urlparse(xlink)
65 href=urllib.url2pathname(url.path)
H A Dsvg_and_media_zip_output.py111 url = urlparse.urlparse(xlink)
112 href = urllib.url2pathname(url.path)
H A DjessyInk.js300 node.setAttribute("clip-path", "url(#jessyInkSlideClipPath)");
2038 g.setAttribute("clip-path", "url(#jessyInkSlideClipPath)");
2198 g.setAttribute("clip-path", "url(#jessyInkSlideClipPath)");
2299 g.setAttribute("clip-path", "url(#jessyInkSlideClipPath)");
2394 var url;
2405 if (tspans[tspanCounter].getAttributeNS("https://launchpad.net/jessyink", "video") == "url")
2407 url = tspans[tspanCounter].firstChild.nodeValue;
2448 videoNode.setAttribute("src", url);
/inkscape/src/
H A Did-clash.cpp136 /* check for url(#...) references in 'fill' or 'stroke' */
150 /* check for url(#...) references in 'filter' */
161 /* check for url(#...) references in markers */
175 /* check for other url(#...) references */
277 gchar *url = g_strdup_printf("url(#%s)", obj->getId()); local
278 it->elem->getRepr()->setAttribute(it->attr, url);
279 g_free(url);
284 gchar *url = g_strdup_printf("url(# local
345 gchar *url = g_strdup_printf("url(#%s)", to_obj->getId()); local
352 gchar *url = g_strdup_printf("url(#%s)", to_obj->getId()); local
[all...]
/inkscape/src/extension/internal/filter/
H A Dfilter.cpp147 Glib::ustring url = "url(#"; url += newfilterroot->attribute("id"); url += ")"; local
152 sp_repr_css_set_property(css, "filter", url.c_str());
155 if (strncmp(filter, "url(#", strlen("url(#")) || filter[strlen(filter) - 1] != ')') {
156 // This is not url(#id) -- we can't handle it
/inkscape/src/ui/dialog/
H A Docaldialogs.cpp863 Glib::ustring url; local
867 url = list_results->get_text(row, RESULTS_COLUMN_URL);
871 url = list_results->get_text(row, RESULTS_COLUMN_THUMBNAIL_URL);
876 Glib::RefPtr<Gio::File> file_remote = Gio::File::create_for_uri(url);
1022 xmlChar *xml_url = xmlGetProp(cur_node, reinterpret_cast<xmlChar const*>("url"));
1023 char* url = reinterpret_cast<char*>(xml_url); local
1024 char* filename = g_path_get_basename(url);
1026 set_text(row_num, RESULTS_COLUMN_URL, url);
1032 xmlChar *xml_thumbnail_url = xmlGetProp(cur_node, reinterpret_cast<xmlChar const*>("url"));
/inkscape/src/libcroco/
H A Dcr-statement.c501 if (a_this->kind.import_rule->url) {
503 (a_this->kind.import_rule->url) ;
504 a_this->kind.import_rule->url = NULL;
879 if (a_this->kind.import_rule->url
880 && a_this->kind.import_rule->url->stryng) {
883 str = g_strndup (a_this->kind.import_rule->url->stryng->str,
884 a_this->kind.import_rule->url->stryng->len);
888 "@import url(\"%s\")",
892 } else /*there is no url, so no import rule, get out! */
1328 *@a_url: the url t
[all...]
H A Dcr-statement.h91 /**the url of the import rule*/
92 CRString *url ; member in struct:_CRAtImportRule
97 *the stylesheet fetched from the url, if any.

Completed in 90 milliseconds