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

/inkscape/src/
H A Drdf.h21 * \brief Holds license name/resource doubles for rdf_license_t entries
25 char const *resource; member in struct:rdf_double_t
46 RDF_RESOURCE, // stored in "rdf:resource" element
H A Drdf.cpp40 <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
41 <dc:source rdf:resource="source"/>
42 <license rdf:resource="http://creativecommons.org/licenses/by/4.0/"
55 <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
56 <license rdf:resource="http://creativecommons.org/ns#PublicDomain" />
60 <permits rdf:resource="http://creativecommons.org/ns#Reproduction" />
61 <permits rdf:resource="http://creativecommons.org/ns#Distribution" />
62 <permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
236 N_("A name given to the resource"), RDF_FORMAT_LINE, RDF_EDIT_GENERIC,
239 N_("A point or period of time associated with an event in the lifecycle of the resource"), RDF_FORMAT_LIN
[all...]
/inkscape/src/ui/dialog/
H A Docaldialogs.h499 Glib::RefPtr<Gio::File> file_remote, Glib::ustring path, ResourceType resource);
H A Docaldialogs.cpp887 Glib::RefPtr<Gio::File> file_remote, Glib::ustring path, ResourceType resource)
897 if (resource == TYPE_IMAGE) {
886 on_resource_downloaded(const Glib::RefPtr<Gio::AsyncResult>& result, Glib::RefPtr<Gio::File> file_remote, Glib::ustring path, ResourceType resource) argument

Completed in 22 milliseconds