Searched defs:scheme (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/io/
H A Duristream.h59 int scheme; member in class:Inkscape::IO::UriInputStream
130 int scheme; member in class:Inkscape::IO::UriOutputStream
/inkscape/src/xml/
H A Drebase-hrefs.cpp31 std::string scheme = Glib::uri_parse_scheme(href); local
32 if ( !scheme.empty() ) {
33 /* Assume it shouldn't be changed. This is probably wrong if the scheme is `file'
34 * (or if the scheme of the new base is non-file, though I believe that never
260 * changing non-file hrefs), which breaks if href starts with a scheme or if href contains
/inkscape/src/
H A Dresource-manager.cpp154 std::string scheme = Glib::uri_parse_scheme(href); local
155 if ( !scheme.empty() ) {
156 // TODO debug g_message("Scheme is now [%s]", scheme.c_str());
157 if ( scheme == "file" ) {
166 // No scheme. Assuming it is a file path (absolute or relative).
223 std::string scheme = Glib::uri_parse_scheme(uri); local
224 if ( scheme == "file" ) {
/inkscape/
H A Dbuildtool.cpp1894 scheme = SCHEME_NONE;
1911 scheme = other.scheme;
1922 int scheme; member in class:buildtool::URI
2016 return scheme;
2114 other.scheme == SCHEME_NONE &&
2126 newUri.scheme = scheme;
2177 * opaque URI with a scheme of "a" and a scheme
[all...]

Completed in 32 milliseconds