Home
last modified time | relevance | path

Searched refs:chop_string (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/p5-MouseX-AttributeHelpers/MouseX-AttributeHelpers-0.07/t/
H A D20_ro_string.t20 chop => 'chop_string',
46 chop => 'chop_string',
66 replace_string chop_string chomp_string clear_string
95 $obj->chop_string;
H A D13_string_with_default.t17 chop => 'chop_string',
33 replace_string chop_string chomp_string clear_string
63 $obj->chop_string;
H A D03_string.t20 chop => 'chop_string',
36 replace_string chop_string chomp_string clear_string
66 $obj->chop_string;
/dports/x11/xpra/xpra-4.3/xpra/platform/win32/
H A Dwin32_balloon.py26 def chop_string(command, max_len=100, no_nl=True): function
115 szInfo = chop_string(message, 255, False) #prevent overflow
116 szInfoTitle = chop_string(title, 63)
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dunicode.h10 string chop_string(const char *s, int width, bool spaces = true);
11 string chop_string(const string &s, int width, bool spaces = true);
H A Dchardump.cc923 spell_line = chop_string(spell_line, 24); in _sdump_spells()
937 spell_line = chop_string(spell_line, 41); in _sdump_spells()
941 spell_line = chop_string(spell_line, 52); in _sdump_spells()
946 spell_line = chop_string(spell_line, 62); in _sdump_spells()
950 spell_line = chop_string(spell_line, 74); in _sdump_spells()
984 spell_line = chop_string(spell_line, 24); in _sdump_spells()
998 spell_line = chop_string(spell_line, 41); in _sdump_spells()
1005 spell_line = chop_string(spell_line, 52); in _sdump_spells()
1010 spell_line = chop_string(spell_line, 62); in _sdump_spells()
1017 spell_line = chop_string(spell_line, 74); in _sdump_spells()
[all …]
H A Dunicode.cc534 string chop_string(const char *s, int width, bool spaces) in chop_string() function
556 string chop_string(const string &s, int width, bool spaces) in chop_string() function
558 return chop_string(s.c_str(), width, spaces); in chop_string()
H A Doutput.cc572 chop_string(time, crawl_view.hudsz.x - turncount_start_x + 1).c_str()); in update_turn_count()
1004 CPRINTF("%s ", chop_string(text, trimmed_size).c_str()); in _print_stats_wp()
1012 CPRINTF("%s", chop_string(text, max_name_width).c_str()); in _print_stats_wp()
1240 trimmed_name = chop_string(trimmed_name, in _redraw_title()
1251 CPRINTF("%s", chop_string(title, WIDTH).c_str()); in _redraw_title()
2006 chop_string(item.name(DESC_PLAIN, true), in _print_overview_screen_equip()
2107 return colour_string(chop_string(name, 20, false) in _god_powers()
2395 out += chop_string(name, spacing); in _resist_composer()
H A Ddescribe-spells.cc558 chop_string(spell_name, chop_len).c_str(), in _describe_book()
587 chop_string(schools, 30).c_str(), in _describe_book()
H A Dspl-cast.cc125 desc << chop_string(spell_title(spell), 30); in _spell_base_description()
154 desc << chop_string(spell_title(spell), 30); in _spell_extra_description()
160 desc << chop_string(spell_power_string(spell), 10) in _spell_extra_description()
161 << chop_string(damagestring.length() ? damagestring : "N/A", 10) in _spell_extra_description()
162 << chop_string(rangestring, 10) in _spell_extra_description()
163 << chop_string(spell_noise_string(spell, 10), 14); in _spell_extra_description()
2581 shortdesc << chop_string(desc, chop_wiz_display_width) in spell_noise_string()
H A Dspl-book.cc709 desc << chop_string(spell.name, 30); in update_entries()
720 desc << chop_string(failure_rate_to_string(spell.raw_fail), 12); in update_entries()
H A Dcio.cc173 cprintf("%s", chop_string(buf, max(wrapcol + 1 - wherex(), 0), false).c_str()); in nowrap_eol_cprintf()
210 const string line = chop_string(buf.c_str() + linestart, avail, false); in wrapcprint_skipping()
H A Dnotes.cc193 << chop_string(place.describe(), MAX_NOTE_PLACE_LEN) in describe()
H A Dformat.cc432 new_string = chop_string(new_string, length, false); in chop()
H A Dnewgame.cc341 string specs = chop_string(species::name(ng.species), 79, false); in _reroll_random()
556 string specs = chop_string(species::name(ng.species), 79, false); in _choose_name()
1760 chop_string(choice.label, max_text_width, true).c_str() in _construct_weapon_menu()
H A Dability.cc3371 << chop_string(ability_name(tal.which), 32) in describe_talent()
3372 << chop_string(make_cost_description(tal.which), 32) in describe_talent()
3373 << chop_string(failure, 12); in describe_talent()
H A Dcommand.cc343 item = chop_string(make_stringf("%-*s: %s", in list_jewellery()
H A Dviewmap.cc485 cprintf("%s", chop_string( in _draw_title()
H A Darena.cc348 text = chop_string(text, len = sz); in center_print()
H A Ddecks.cc446 desc << chop_string(deck_name(deck), 24) in deck_status()
H A Dui.cc1917 auto prefix_size = chop_string(m_text, m_hscroll, false).size(); in _render()
1918 auto remain = chop_string(m_text.substr(prefix_size), m_region.width, true); in _render()
/dports/devel/p5-MooseX-AttributeHelpers/MooseX-AttributeHelpers-0.25/t/
H A D007_basic_string.t66 $page->chop_string;
H A D207_trait_string.t67 $page->chop_string;
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dslrnpull.c498 static int chop_string (char *str, char **argv, int *argc_p, int max_args) /*{{{*/ in chop_string() function
566 chop_string (name, argv, &argc, MAX_ARGS); in read_active_groups()
/dports/news/slrn/slrn-1.0.3/src/
H A Dslrnpull.c576 static int chop_string (char *str, char **argv, int *argc_p, int max_args) /*{{{*/ in chop_string() function
651 chop_string (name, argv, &argc, MAX_ARGS); in read_active_groups()

12