Home
last modified time | relevance | path

Searched refs:append_description (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/OpenFontFormat/
H A Dload_font.c912 append_description (bf, &name_table_data); in get_bf_font()
922 append_description (bf, &name_table_data); in get_bf_font()
932 append_description (bf, &name_table_data); in get_bf_font()
941 append_description (bf, &name_table_data); in get_bf_font()
951 append_description (bf, &name_table_data); in get_bf_font()
960 append_description (bf, &name_table_data); in get_bf_font()
969 append_description (bf, &name_table_data); in get_bf_font()
978 append_description (bf, &name_table_data); in get_bf_font()
987 append_description (bf, &name_table_data); in get_bf_font()
996 append_description (bf, &name_table_data); in get_bf_font()
[all …]
/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A Dcube_complex.cc118 p.append_description() << x_param[i]-1 << "x"; in cube_complex()
119 …p.append_description() << x_param[dim-1]-1 << " Pile of " << dim << "-dimensional triangulated cub… in cube_complex()
/dports/x11/cinnamon/cinnamon-4.8.6/docs/reference/cinnamon-js/
H A Dgen_doc.py231 curr_prop.append_description(line)
246 curr_item.append_description(line)
250 curr_prop.append_description(line)
H A Dgen_lib.py104 def append_description(self, desc): member in JSThing
219 self.append_description(desc + "\n")
/dports/math/polymake/polymake-4.5/apps/polytope/src/
H A Dblending.cc77 p_out.append_description() << '\n'; in blending()
79 p_out.append_description() << " permuted with [" << permutation << "]\n"; in blending()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/
H A Dpts_result_file.php339 public function append_description($append_description) argument
341 if($append_description != null && strpos($this->description, $append_description) === false)
343 $this->description .= PHP_EOL . $append_description;
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_stress_run_manager.php646 $this->result_file->append_description($this->save_result_identifier . ': ' . $report_buffer);
/dports/math/polymake/polymake-4.5/lib/core/include/perl/
H A DBigObject.h260 description_ostream<true> append_description() { return this; }
/dports/devel/pyl-gobject/pygobject-2.28.6/
H A DChangeLog9422 (GtkDoc::append_description): Renamed to append_to_description().