Home
last modified time | relevance | path

Searched refs:get_abbreviation (Results 1 – 25 of 46) sorted by relevance

12

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-path_length.cpp46 lengthval = Inkscape::Util::Quantity::convert(lengthval, "px", unit.get_abbreviation()); in doEffect_pwd2()
50 display_unit ? unit.get_abbreviation() : ""); in doEffect_pwd2()
H A Dlpe-ruler.cpp82 …k_length = Inkscape::Util::Quantity::convert(real_mark_length, unit.get_abbreviation(), document->… in ruler_mark()
86 …th = Inkscape::Util::Quantity::convert(real_minor_mark_length, unit.get_abbreviation(), document->… in ruler_mark()
138 …stance = Inkscape::Util::Quantity::convert(real_mark_distance, unit.get_abbreviation(), document->… in doEffect_pwd2()
142 …real_offset = Inkscape::Util::Quantity::convert(real_offset, unit.get_abbreviation(), document->ge… in doEffect_pwd2()
H A Dlpe-offset.cpp101 prev_unit = unit.get_abbreviation(); in LPEOffset()
214 … return Inkscape::Util::Quantity::convert(ret_offset, "px", unit.get_abbreviation()) * this->scale; in sp_get_offset()
236 if (!is_load && prev_unit != unit.get_abbreviation()) { in doBeforeEffect()
237 …set.param_set_value(Inkscape::Util::Quantity::convert(offset, prev_unit, unit.get_abbreviation())); in doBeforeEffect()
239 prev_unit = unit.get_abbreviation(); in doBeforeEffect()
466 …double to_offset = Inkscape::Util::Quantity::convert(offset, unit.get_abbreviation(), "px") / this… in doEffect_path()
H A Dlpe-fillet-chamfer.cpp105 … power = Inkscape::Util::Quantity::convert(power, unit.get_abbreviation(), display_unit.c_str()); in doOnApply()
279 … power = Inkscape::Util::Quantity::convert(power, unit.get_abbreviation(), display_unit.c_str()); in updateAmount()
384 … power = Inkscape::Util::Quantity::convert(power, unit.get_abbreviation(), display_unit.c_str()); in doBeforeEffect()
454 Glib::ustring current_unit = Glib::ustring(unit.get_abbreviation()); in doBeforeEffect()
/dports/science/gramps/gramps-5.1.4/gramps/gui/merge/
H A Dmergesource.py92 entry1.set_text(self.src1.get_abbreviation())
93 entry2.set_text(self.src2.get_abbreviation())
168 phoenix.set_abbreviation(titanic.get_abbreviation())
/dports/science/gramps/gramps-5.1.4/gramps/gen/plug/report/
H A Dendnotes.py207 if source.get_abbreviation():
211 src_txt += "(%s)" % source.get_abbreviation()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/gramplet/
H A Dancestor.py142 {'abbr': birth.type.get_abbreviation(),
150 {'abbr': death.type.get_abbreviation(),
H A Ddescendant.py173 {'abbr': birth.type.get_abbreviation(),
181 {'abbr': death.type.get_abbreviation(),
/dports/science/gramps/gramps-5.1.4/gramps/gen/filters/rules/
H A D_hassourcebase.py62 if not self.match_substring(2,source.get_abbreviation()):
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/parameter/
H A Dunit.h39 const gchar *get_abbreviation() const;
H A Dunit.cpp77 UnitParam::get_abbreviation() const in get_abbreviation() function in Inkscape::LivePathEffect::UnitParam
/dports/www/bluefish/bluefish-2.2.12/src/plugin_zencoding/zencoding/
H A Dutils.py215 def get_abbreviation(syntax, abbr): function
224 return zen_resources.get_abbreviation(syntax, abbr)
351 a = get_abbreviation(syntax, n.name)
884 abbr = get_abbreviation(syntax, filter_node_name(node.name))
886 abbr = get_abbreviation(syntax, filter_node_name(abbr.value))
H A Dresources.py238 def get_abbreviation(syntax, name): function
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-0.9.3/src/auto/
H A Dtime_zone.rs45 pub fn get_abbreviation(&self, interval: i32) -> Option<GString> { in get_abbreviation() method
/dports/www/castor/castor-0.8.16/cargo-crates/glib-0.9.3/src/auto/
H A Dtime_zone.rs45 pub fn get_abbreviation(&self, interval: i32) -> Option<GString> { in get_abbreviation() method
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-0.9.0/src/auto/
H A Dtime_zone.rs45 pub fn get_abbreviation(&self, interval: i32) -> Option<GString> { in get_abbreviation() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.10.3/src/auto/
H A Dtime_zone.rs45 pub fn get_abbreviation(&self, interval: i32) -> Option<GString> { in get_abbreviation() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-0.8.2/src/auto/
H A Dtime_zone.rs45 pub fn get_abbreviation(&self, interval: i32) -> Option<GString> { in get_abbreviation() method
/dports/net-im/fractal/fractal-4.4.0/vendor/glib/src/auto/
H A Dtime_zone.rs45 pub fn get_abbreviation(&self, interval: i32) -> Option<GString> { in get_abbreviation() method
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dtimezone.h300 Glib::ustring get_abbreviation(int interval) const;
H A Dtimezone.cc166 Glib::ustring TimeZone::get_abbreviation(int interval) const in get_abbreviation() function in Glib::TimeZone
/dports/misc/libpostal/libpostal-1.1-alpha/scripts/geodata/states/
H A Dstate_abbreviations.py47 def get_abbreviation(self, country, language, state, default=None): member in StateAbbreviations
/dports/science/gramps/gramps-5.1.4/gramps/plugins/graph/
H A Dgvrelgraph.py447 line = m_type.get_abbreviation()
457 line = d_type.get_abbreviation()
650 label += '%s%s' % (line_delimiter, b_type.get_abbreviation())
657 label += '%s%s' % (line_delimiter, d_type.get_abbreviation())
/dports/games/keeperrl/keeperrl-alpha23/extern/
H A DProgramOptions.h1371 char get_abbreviation() const {
1595 if( iter->second.get_abbreviation() == value )
1678 if( i.first.size() == 0 && i.second.get_abbreviation() != '\0' )
1680 if( i.first.size() == 1 && i.second.get_abbreviation() != i.first[ 0 ] )
1685 if( char a = i.second.get_abbreviation() )
1842 any_abbreviations |= i.second.get_abbreviation() != '\0';
1857 const char abbreviation = i.second.get_abbreviation();
/dports/science/gramps/gramps-5.1.4/gramps/plugins/textreport/
H A Ddescendreport.py251 'event_abbrev': event.type.get_abbreviation(self._),
257 'event_abbrev': event.type.get_abbreviation(self._),

12