Searched refs:element (Results 1 - 20 of 20) sorted by relevance

/inkscape/share/templates/
H A Di18n.py15 for element in elements:
16 lines = templates[0].getElementsByTagName(element)
/inkscape/src/
H A Dattribute-rel-util.cpp70 Glib::ustring element = repr->name(); local
73 if( element.substr(0,4) == "svg:" ) {
80 // Don't remove default css values if element is in <defs> or is a <symbol>
81 Glib::ustring element = child->name(); local
83 if( element.compare( "svg:defs" ) == 0 || element.compare( "svg:symbol" ) == 0 ) {
91 * Clean attributes on an element
98 Glib::ustring element = repr->name(); local
114 bool is_useful = sp_attribute_check_attribute( element, id, attribute, flags & SP_ATTR_CLEAN_ATTR_WARN );
129 * Clean CSS style on an element
188 Glib::ustring element = repr->name(); local
269 sp_attribute_check_attribute(Glib::ustring element, Glib::ustring id, Glib::ustring attribute, bool warn) argument
[all...]
H A Dattribute-rel-svg.cpp10 * SPAttributeRelSVG class stores the mapping of element->attribute
32 * This functions checks whether an element -> attribute pair is allowed or not
34 bool SPAttributeRelSVG::findIfValid(Glib::ustring attribute, Glib::ustring element) argument
43 // Strip of "svg:" from the element's name
44 Glib::ustring temp = element;
64 //g_warning( "Invalid attribute: %s used on <%s>", attribute.c_str(), element.c_str() );
70 * One timer singleton constructor, to load the element -> attributes data
85 g_warning("Could not open the data file for XML attribute-element map construction: %s", filepath.c_str());
104 std::string element; local
106 element
[all...]
H A Dattribute-rel-svg.h16 // This data structure stores the valid (element -> set of attributes) pair
20 * Utility class to check whether a combination of element and attribute
25 static bool findIfValid(Glib::ustring attribute, Glib::ustring element);
H A Dattribute-rel-css.cpp10 * SPAttributeRelCSS class stores the mapping of element->style_properties
34 * This function checks whether an element -> CSS property pair
37 bool SPAttributeRelCSS::findIfValid(Glib::ustring property, Glib::ustring element) argument
46 // Strip of "svg:" from the element's name
47 Glib::ustring temp = element;
68 //g_warning( "Invalid attribute: %s used on <%s>", property.c_str(), element.c_str() );
153 g_warning("Could not open the data file for CSS attribute-element map construction: %s", fileName.c_str());
169 // Load data to structure that holds element -> set of CSS props
172 std::string element; local
174 element
[all...]
H A Dattribute-rel-css.h16 // This data structure stores the valid (element -> set of CSS properties) pair
20 * Utility class that helps check whether a given element -> CSS property is
26 static bool findIfValid(Glib::ustring property, Glib::ustring element);
38 * Allows checking whether data loading is to be done for element -> CSS properties
H A Dattribute-rel-util.h51 * Clean one element (attributes and style properties).
56 * Clean style properties for one element.
71 * Check one attribute on an element
73 bool sp_attribute_check_attribute(Glib::ustring element, Glib::ustring id, Glib::ustring attribute, bool warn);
/inkscape/share/attributes/
H A DgenMapDataSVG.pl50 if( lc $t->[1] eq 'span' && ${$t->[2]}{'class'} =~ 'element-name' ) {
52 my $element = $t->[1];
53 $element =~ s/‘//; # Opening single quote
54 $element =~ s/’//; # Closing single quote
55 print " Elements: $element\n";
56 push @{$attributes{ $attribute }->{elements}}, $element;
H A DgenMapDataCSS.pl18 # Note "use" is not a container element but it acts like one!
75 if( lc $t->[1] eq 'span' && ${$t->[2]}{'class'} =~ 'element-name' ) {
77 my $element = $t->[1];
78 $element =~ s/‘//; # Opening single quote
79 $element =~ s/’//; # Closing single quote
80 print " Elements: $element\n";
81 push @{$properties{ $property }->{elements}}, $element;
/inkscape/src/libvpsc/pairingheap/
H A DPairingHeap.cpp91 return root->element;
185 if( lessThan(p->element,newVal) )
187 p->element = newVal;
217 if( lessThan(second->element,first->element) )
302 PairNode<T> *p = new PairNode<T>( t->element );
322 os << *r->element << ">";
326 os << "," << *c->element;
H A DPairingHeap.h45 T element; member in class:PairNode
51 element( theElement ),
/inkscape/share/extensions/
H A DjessyInk.js200 else if (nodes[counter].getAttributeNS(NSS['jessyink'], 'element'))
254 slides[counter]["element"] = node;
332 var element = document.getElementById(effects[effectCounter]);
333 var dict = propStrToDict(element.getAttributeNS(NSS["jessyink"], propName));
335 // Put every element that has an effect associated with it, into its own group.
337 if (!(groups[element.id]))
341 element.parentNode.insertBefore(newGroup, element);
342 newGroup.appendChild(element.parentNode.removeChild(element));
[all...]
H A Dinkweb.js46 var element = document.createElementNS( this.NS.svg, tag );
50 attributes.parent.appendChild( element );
53 element.appendChild( document.createTextNode( attributes.text ) );
56 element.setAttribute( att, attributes[att] );
59 return element;
146 // startConf may be only a element Id, to timeout recursive calls.
H A Dguides_creator.py132 for element in children:
133 nv.remove(element)
296 # getting the main SVG document element (canvas)
/inkscape/packaging/macosx/Resources/etc/fonts/
H A Dfonts.conf34 <!-- the following element will be removed in the future -->
81 <!-- the following element will be removed in the future -->
/inkscape/src/util/
H A Dunits.cpp456 Glib::ustring element = ctx.get_element(); local
457 if (element == "name") {
459 } else if (element == "plural") {
461 } else if (element == "abbr") {
463 } else if (element == "factor") {
466 } else if (element == "description") {
/inkscape/src/xml/
H A Dsimple-node.cpp48 string = g_strdup_printf("element(%p)=%s(#%s)", &node, node.name(), id);
50 string = g_strdup_printf("element(%p)=%s", &node, node.name());
320 Glib::ustring element = g_quark_to_string(_name); local
321 // g_message("setAttribute: %s: %s: %s", element.c_str(), name, value);
325 if( element.substr(0,4) == "svg:" && value != NULL) {
338 bool is_useful = sp_attribute_check_attribute( element, id, name, attr_warn );
345 // Check style properties -- Note: if element is not yet inserted into
401 //g_warning( "setAttribute notified: %s: %s: %s: %s", name, element.c_str(), old_value, new_value );
/inkscape/src/extension/internal/
H A Dtext_reassemble.h184 element in a complex */
363 int brinfo_insert(BR_INFO *bri, const BRECT_SPECS *element);
H A Dtext_reassemble.c432 element that uses the largest font. This will definitely give the wrong
518 element that uses the largest font. This will definitely give the wrong
1285 \param element pointer to the BRECT_SPECS structure
1287 int brinfo_insert(BR_INFO *bri, const BRECT_SPECS *element){ argument
1291 memcpy(&(bri->rects[bri->used]),element,sizeof(BRECT_SPECS));
1298 \brief Merge BRECT_SPEC element src into/with BRECT_SPEC element dst. src is unchanged. (Merge two bounding rectangles.)
2373 Not until the last element in the second complex is added will the bounding rectangles for the complexes overlap.
2375 Check for this effect now if there is a preceding complex and the first element of the current complex is
2380 tspi = &(tpi->chunks[ kidp->members[kidp->used - 1] ]); /* here, the last text element i
[all...]
/inkscape/src/ui/dialog/
H A Dinkscape-preferences.cpp931 _page_svgoutput.add_line( true, "", _svgoutput_inlineattrs, "", _("Put attributes on the same line as the element tag"), false);
964 _page_svgoutput.add_line( true, "", _svgoutput_attrremove, "", _("Delete invalid or non-useful attributes from element tag"), false);
2094 GList* element; local
2098 for (element = g_list_first(recent_list); element; element = g_list_next(element)){
2100 GtkRecentInfo* info = (GtkRecentInfo*) element->data;

Completed in 66 milliseconds