Home
last modified time | relevance | path

Searched refs:shift_chars (Results 1 – 10 of 10) sorted by relevance

/dports/devel/p5-MooseX-AttributeHelpers/MooseX-AttributeHelpers-0.25/t/
H A D007_basic_string.t37 substr => {shift_chars => sub { $_[1]->($_[0], 0, $_[2], '') } },
86 is($page->shift_chars(2), 'bA', 'curried substr');
H A D207_trait_string.t38 substr => {shift_chars => sub { $_[1]->($_[0], 0, $_[2], '') } },
87 is($page->shift_chars(2), 'bA', 'curried substr');
/dports/chinese/gcin/gcin-2.9.0/
H A Dwin-kbm.cpp323 static char shift_chars[]="~!@#$%^&*()_+{}|:\"<>?"; variable
338 if (p=strchr(shift_chars, keysym)) { in get_keys_ent()
339 keysym = shift_chars_o[p - shift_chars]; in get_keys_ent()
/dports/chinese/gcin-gtk3/gcin-2.9.0/
H A Dwin-kbm.cpp323 static char shift_chars[]="~!@#$%^&*()_+{}|:\"<>?"; variable
338 if (p=strchr(shift_chars, keysym)) { in get_keys_ent()
339 keysym = shift_chars_o[p - shift_chars]; in get_keys_ent()
/dports/chinese/gcin-qt5/gcin-2.9.0/
H A Dwin-kbm.cpp323 static char shift_chars[]="~!@#$%^&*()_+{}|:\"<>?"; variable
338 if (p=strchr(shift_chars, keysym)) { in get_keys_ent()
339 keysym = shift_chars_o[p - shift_chars]; in get_keys_ent()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/src/
H A Dwin-kbm.c413 const char shift_chars[] = "~!@#$%^&*()_+{}|:\"<>?"; in get_keys_ent() local
421 } else if ((p = strchr (shift_chars, keysym))) { in get_keys_ent()
422 keysym = shift_chars_o[p - shift_chars]; in get_keys_ent()
/dports/japanese/less/less-382.262.03.01/
H A Dline.c227 shift_chars(s, len) in shift_chars() function
356 nchars = shift_chars(linebuf + lmargin, shift);
/dports/www/elinks/elinks-0.11.7/src/document/html/
H A Drenderer.c607 shift_chars(struct html_context *html_context, int y, int shift) in shift_chars() function
934 shift_chars(html_context, y, shift); in align_line()
/dports/www/links1/links-1.04/
H A Dhtml_r.c304 static inline void shift_chars(struct part *p, int y, int s) in shift_chars() function
361 if (na > 0) shift_chars(p, y, na); in align_line()
/dports/www/links/links-2.25/
H A Dhtml_r.c493 static inline void shift_chars(struct part *p, int y, int s) in shift_chars() function
598 if (na > 0) shift_chars(p, y, na); in align_line()