Searched refs:URI (Results 1 - 25 of 35) sorted by relevance

12

/inkscape/src/
H A Duri.cpp19 URI::URI() { function in class:Inkscape::URI
24 URI::URI(const URI &uri) { function in class:Inkscape::URI
29 URI::URI(gchar const *preformed) throw(BadURIException) { function in class:Inkscape::URI
41 URI::~URI() {
45 URI
[all...]
H A Duri.h22 * Represents an URI as per RFC 2396.
24 class URI { class in namespace:Inkscape
28 URI();
33 URI(URI const &uri);
40 explicit URI(char const *preformed) throw(BadURIException);
45 ~URI();
48 * Determines if the URI represented is an 'opaque' URI.
50 * @return \c true if the URI i
[all...]
H A Duri-references.h5 * Helper methods for resolving URI References
30 class URI;
33 * A class encapsulating a reference to a particular URI; observers can
34 * be notified when the URI comes to reference a different SPObject.
61 * Attaches to a URI, relative to the specified document.
63 * Throws a BadURIException if the URI is unsupported,
67 * @param uri the URI to watch
69 void attach(URI const& uri) throw(BadURIException);
72 * Detaches from the currently attached URI target, if any;
79 * attached URI, o
[all...]
H A Duri-test.h17 using Inkscape::URI;
38 stringTest( URI(uri.c_str()).toString(), expected );
41 stringTest( ValueOrEmpty(URI(uri.c_str()).getPath()), expected );
73 stringTest( URI("cxxtest-uri.svg").getFullPath("/tmp"), std::string("/tmp/cxxtest-uri.svg") );
74 stringTest( URI("cxxtest-uri.svg").getFullPath("/usr/../tmp"), std::string("/tmp/cxxtest-uri.svg") );
H A Dsp-tag-use-reference.cpp72 attach(Inkscape::URI(to));
H A Dsp-tag-use.cpp100 ref->attach(Inkscape::URI(value));
H A Duri-references.cpp2 * Helper methods for resolving URI References
121 void URIReference::attach(const URI &uri) throw(BadURIException)
125 // Attempt to get the document that contains the URI
152 g_warning("Can't get document for referenced URI: %s", filename);
191 _uri = new URI(uri);
H A Dsp-conn-end.cpp263 ref.attach(Inkscape::URI(value));
H A Dsp-use-reference.cpp72 attach(Inkscape::URI(to));
H A Dsp-conn-end-pair.cpp174 const Inkscape::URI* U = this->_connEnd[handle_ix]->ref.getURI();
H A Dcolor-profile.cpp314 //# 1. Get complete URI of document
320 //org::w3c::dom::URI docUri(docbase);
321 Inkscape::URI docUri("");
323 docUri = Inkscape::URI::from_native_filename(docbase);
327 //org::w3c::dom::URI hrefUri(escaped);
328 Inkscape::URI hrefUri(escaped);
H A Dsp-filter.cpp178 this->href->attach(Inkscape::URI(value));
H A Dsp-tref.cpp114 this->uriOriginalRef->attach(Inkscape::URI(value));
284 * Return the object referred to via the URI reference
298 * Return the object referred to via the URI reference
/inkscape/src/io/
H A Duristream.h34 * defined in a URI
40 UriInputStream(FILE *source, Inkscape::URI &uri);
42 UriInputStream(Inkscape::URI &source);
53 Inkscape::URI &uri;
69 * defined in a URI
76 UriReader(Inkscape::URI &source);
100 * defined in a URI
108 UriOutputStream(FILE *fp, Inkscape::URI &destination);
110 UriOutputStream(Inkscape::URI &destination);
128 Inkscape::URI
[all...]
H A Dstreamtest.cpp28 Inkscape::URI inUri(myself);
30 Inkscape::URI outUri("streamtest.copy");
69 Inkscape::URI plainInUri(xmlpath);
72 Inkscape::URI b64OutUri("crystalegg.xml.b64");
82 Inkscape::URI b64InUri("crystalegg.xml.b64");
86 Inkscape::URI plainOutUri("crystalegg.xml.b64dec");
100 Inkscape::URI xsltSheetUri(xslpath);
105 Inkscape::URI sourceUri(xmlpath);
109 Inkscape::URI destUri("test.html");
122 Inkscape::URI destUri
[all...]
H A Duristream.cpp26 * URI scheme types
91 UriInputStream::UriInputStream(Inkscape::URI &source)
132 UriInputStream::UriInputStream(FILE *source, Inkscape::URI &uri)
238 UriReader::UriReader(Inkscape::URI &uri)
285 UriOutputStream::UriOutputStream(FILE* fp, Inkscape::URI &destination)
301 UriOutputStream::UriOutputStream(Inkscape::URI &destination)
369 uri = URI(data.raw().c_str());
438 UriWriter::UriWriter(Inkscape::URI &uri)
/inkscape/src/xml/
H A Drebase-hrefs-test.h53 using Inkscape::URI;
78 URI uri(things[i]);
97 URI again = URI::fromUtf8( things[i] );
H A Drepr-io.cpp124 Inkscape::URI dummy;
687 Inkscape::URI dummy("x");
705 * \param for_filename The base URI [actually filename] to assume for purposes of rewriting
/inkscape/src/live_effects/
H A Dlpeobject-reference.cpp63 attach(Inkscape::URI(to));
/inkscape/
H A Dbuildtool.cpp1731 * A class that implements the W3C URI resource reference.
1733 class URI class in namespace:buildtool
1754 URI() function in class:buildtool::URI
1762 URI(const String &str) function in class:buildtool::URI
1772 URI(const char *str) function in class:buildtool::URI
1783 URI(const URI &other) function in class:buildtool::URI
1793 URI &operator=(const URI &other)
1804 virtual ~URI()
[all...]
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.h41 class URI;
98 bool setURI(URI &uri);
/inkscape/src/extension/internal/
H A Dodf.h279 Inkscape::URI documentUri;
/inkscape/src/filters/
H A Dimage.cpp109 Inkscape::URI SVGElem_uri(this->href);
120 g_warning("SVG element URI was not found in the document while loading this: %s", value);
/inkscape/src/live_effects/parameter/
H A Dpath.cpp120 ref.attach(Inkscape::URI(href));
H A Doriginalpatharray.cpp434 w->ref.attach(URI(w->href));

Completed in 1256 milliseconds

12