/inkscape/src/extension/ |
H A D | dependency.cpp | 45 This function mostly looks for the 'location' and 'type' attributes 60 if (const gchar * location = _repr->attribute("location")) { 61 for (int i = 0; i < LOCATION_CNT && location != NULL; i++) { 62 if (!strcmp(location, _location_str[i])) { 67 } else if (const gchar * location = _repr->attribute("reldir")) { 68 for (int i = 0; i < LOCATION_CNT && location != NULL; i++) { 69 if (!strcmp(location, _location_str[i])) { 153 Glib::ustring location(_string); 157 std::string temploc = Glib::build_filename(Inkscape::Extension::Extension::search_path[i], location); [all...] |
/inkscape/src/libcroco/ |
H A D | cr-pseudo.h | 29 #include "cr-parsing-location.h" 51 CRParsingLocation location ; member in struct:_CRPseudo
|
H A D | cr-attr-sel.h | 30 #include "cr-parsing-location.h" 55 CRParsingLocation location ; member in struct:_CRAttrSel
|
H A D | cr-string.h | 33 #include "cr-parsing-location.h" 41 *Actually, the aim of CRString is to store the parsing location 46 *parsing location is store. If you don't want to deal with parsing 47 *location stuffs, then use GString instead. If we were in C++ for example, 50 *to provide the parsing location information. 59 *The parsing location storage area. 61 CRParsingLocation location ; member in struct:_CRString
|
H A D | cr-num.h | 36 #include "cr-parsing-location.h" 94 CRParsingLocation location ; member in struct:_CRNum
|
H A D | cr-selector.h | 31 #include "cr-parsing-location.h" 67 CRParsingLocation location ; member in struct:_CRSelector
|
H A D | cr-simple-sel.h | 31 #include "cr-parsing-location.h" 104 CRParsingLocation location ; member in struct:_CRSimpleSel
|
H A D | cr-string.c | 104 cr_parsing_location_copy (&result->location, 105 &a_this->location) ;
|
H A D | cr-additional-sel.h | 63 CRParsingLocation location ; member in struct:_CRAdditionalSel
|
H A D | cr-rgb.h | 29 #include "cr-parsing-location.h" 49 CRParsingLocation location ; member in struct:_CRRgb
|
H A D | cr-declaration.h | 29 #include "cr-parsing-location.h" 69 CRParsingLocation location ; member in struct:_CRDeclaration
|
H A D | cr-term.h | 145 CRParsingLocation location ; member in struct:_CRTerm
|
H A D | cr-parser.c | 1332 CRParsingLocation location = {0,0,0} ; local 1342 (&location, &token->location) ; 1354 cr_parsing_location_copy (&result->location, 1355 &location) ; 1515 CRParsingLocation location = {0,0,0} ; local 1528 cr_parsing_location_copy (&location, &token->location) ; 1605 cr_parsing_location_copy (&result->location, 1606 &location) ; 2334 CRParsingLocation location = {0,0,0} ; local 2410 CRParsingLocation location = {0,0,0} ; local 3715 CRParsingLocation location = {0,0,0} ; local 3886 CRParsingLocation location = {0,0,0} ; local 4228 CRParsingLocation location = {0,0,0} ; local [all...] |
H A D | cr-token.h | 32 #include "cr-parsing-location.h" 116 CRParsingLocation location ; member in struct:_CRToken
|
H A D | cr-tknzr.c | 496 cr_parsing_location_copy (&comment->location, 696 (a_this, &str->location) ; 952 (a_this, &stringue->location) ; 964 (a_this, &stringue->location) ; 1057 (&(*a_str)->location, &loc) ; 1098 cr_parsing_location_copy (&(*a_str)->location, &loc) ; 1132 CRParsingLocation location = {0,0,0} ; local 1153 *But we also need to keep track of the parsing location 1155 *location, then we skip the 3 remaining bytes. 1158 cr_tknzr_get_parsing_location (a_this, &location) ; 1257 CRParsingLocation location = {0,0,0} ; local 1489 CRParsingLocation location = {0,0,0} ; local 1972 CRParsingLocation location = {0,0,0} ; local [all...] |
H A D | cr-statement.h | 215 CRParsingLocation location ; member in struct:_CRStatement
|
H A D | cr-statement.c | 1394 CRParsingLocation location = {0,0,0} ; local 1410 &location); 1417 cr_parsing_location_copy (&result->location, 1418 &location) ;
|
/inkscape/share/examples/ |
H A D | istest.pov | 100 location <0, 0, -(AllShapes_WIDTH * 1.5)>
|
/inkscape/share/extensions/ |
H A D | uniconv-ext.py | 60 'and install into your Inkscape\'s Python location\n'))
|
H A D | uniconv_output.py | 126 'and install into your Inkscape\'s Python location\n'))
|
H A D | jessyInk.js | 224 var hashObj = new LocationHash(window.location.hash); 816 window.location.hash = (activeSlide + 1) + '_' + activeEffect; 898 window.location.hash = (activeSlide + 1) + '_0'; 1422 window.location = 'data:application/svg+xml;base64;charset=utf-8,' + window.btoa(unescape(encodeURIComponent((new XMLSerializer()).serializeToString(newDoc)))); 1941 window.location.hash = (activeSlide + 1) + '_' + activeEffect; 2455 /** Class processing the location hash. 2457 * @param str location hash
|
/inkscape/src/extension/internal/ |
H A D | gimpgrad.cpp | 67 \param location Where the stop is placed in the gradient 71 and the location into the gradient. It is really pretty simple except 76 static Glib::ustring stop_svg(ColorRGBA const in_color, double const location) argument 91 append_css_num(ret, location);
|