Home
last modified time | relevance | path

Searched refs:last_style (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/p5-IO-Prompter/IO-Prompter-0.004015/t/
H A Dstyles.t46 my $last_style = $styles[0];
47 scalar prompt -echostyle=>$last_style, "\tType in something:";
53 "\tWas your previous input displayed in $last_style?";
54 push @results, {test=>$last_style, outcome=>$result};
55 $last_style = $style_spec;
/dports/www/ilias/ILIAS-5.4.25/Services/Style/System/classes/Utilities/
H A Dclass.ilSkinXML.php75 $last_style = null;
85 if (!$last_style) {
88 $style->setSubstyleOf($last_style->getId());
90 $last_style = $style;
109 $last_style = null;
/dports/www/ilias6/ILIAS-6.14/Services/Style/System/classes/Utilities/
H A Dclass.ilSkinXML.php75 $last_style = null;
85 if (!$last_style) {
88 $style->setSubstyleOf($last_style->getId());
90 $last_style = $style;
109 $last_style = null;
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/
H A Drenderer.py42 last_style: Optional[str],
88 nonlocal last_style
90 last_style = None # Forget last char after resetting attributes.
123 nonlocal last_style
127 if last_style == char.style:
135 if not last_style or new_attrs != attrs_for_style_string[last_style]:
139 last_style = char.style
261 return current_pos, last_style
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/tui/raster/
H A Draster.c27 int last_style; member
44 ctx->last_style = -1; in tui_raster_setfont()
57 .last_style = -1 in tui_raster_setup()
171 if (prem != ctx->last_style){ in drawglyph()
172 ctx->last_style = prem; in drawglyph()
190 fg, bg, true, true, ctx->last_style, &adv, &ind in drawglyph()
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/tui/raster/
H A Draster.c27 int last_style; member
44 ctx->last_style = -1; in tui_raster_setfont()
57 .last_style = -1 in tui_raster_setup()
171 if (prem != ctx->last_style){ in drawglyph()
172 ctx->last_style = prem; in drawglyph()
190 fg, bg, true, true, ctx->last_style, &adv, &ind in drawglyph()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/shmif/tui/raster/
H A Draster.c27 int last_style; member
44 ctx->last_style = -1; in tui_raster_setfont()
57 .last_style = -1 in tui_raster_setup()
171 if (prem != ctx->last_style){ in drawglyph()
172 ctx->last_style = prem; in drawglyph()
190 fg, bg, true, true, ctx->last_style, &adv, &ind in drawglyph()
/dports/x11/aclip/arcan-0.6.1/src/shmif/tui/raster/
H A Draster.c27 int last_style;
44 ctx->last_style = -1;
57 .last_style = -1 in testSettingPersistence()
171 if (prem != ctx->last_style){
172 ctx->last_style = prem;
190 fg, bg, true, true, ctx->last_style, &adv, &ind
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/
H A Drenderer.py39 previous_screen=None, last_style=None, is_done=False, argument
64 last_style = [last_style] # nonlocal
84 last_style[0] = None # Forget last char after resetting attributes.
119 the_last_style = last_style[0] # Either `None` or a style string.
133 last_style[0] = char.style
233 return current_pos, last_style[0]
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/
H A Drenderer.py39 previous_screen=None, last_style=None, is_done=False, argument
64 last_style = [last_style] # nonlocal
84 last_style[0] = None # Forget last char after resetting attributes.
119 the_last_style = last_style[0] # Either `None` or a style string.
133 last_style[0] = char.style
233 return current_pos, last_style[0]
/dports/print/latex2rtf/latex2rtf-2.3.17/
H A Dvertical.c251 static char last_style[50] = "Normal"; in startParagraph() local
263 diagnostics(4,"using last style = '%s'",last_style); in startParagraph()
266 strcpy(the_style,last_style); in startParagraph()
270 strcpy(last_style,style); in startParagraph()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dmingw-hdep.c218 static ui_file_style last_style; variable
269 ui_file_style style = last_style; in gdb_console_fputs()
371 last_style = style; in gdb_console_fputs()
/dports/graphics/aloadimage/arcan-0.6.1/src/engine/
H A Darcan_renderfun.c111 static struct text_format last_style = { variable
278 &font_cache[i] != last_style.font){ in grab_font()
377 set_style(&last_style, &font_cache[0]); in arcan_video_defaultfont()
1030 set_style(&last_style, &font_cache[0]); in currstyle_cnode()
1052 struct text_format* curr_style = &last_style; in build_textchain()
1358 last_style.newline = 0; in arcan_renderfun_renderfmtstr_extended()
1359 last_style.tab = 0; in arcan_renderfun_renderfmtstr_extended()
1360 last_style.cr = false; in arcan_renderfun_renderfmtstr_extended()
1425 last_style.newline = 0; in arcan_renderfun_renderfmtstr()
1426 last_style.tab = 0; in arcan_renderfun_renderfmtstr()
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/
H A Darcan_renderfun.c111 static struct text_format last_style = { variable
278 &font_cache[i] != last_style.font){ in grab_font()
377 set_style(&last_style, &font_cache[0]); in arcan_video_defaultfont()
1030 set_style(&last_style, &font_cache[0]); in currstyle_cnode()
1052 struct text_format* curr_style = &last_style; in build_textchain()
1358 last_style.newline = 0; in arcan_renderfun_renderfmtstr_extended()
1359 last_style.tab = 0; in arcan_renderfun_renderfmtstr_extended()
1360 last_style.cr = false; in arcan_renderfun_renderfmtstr_extended()
1425 last_style.newline = 0; in arcan_renderfun_renderfmtstr()
1426 last_style.tab = 0; in arcan_renderfun_renderfmtstr()
[all …]
/dports/x11/aclip/arcan-0.6.1/src/engine/
H A Darcan_renderfun.c111 static struct text_format last_style = { variable
278 &font_cache[i] != last_style.font){ in grab_font()
377 set_style(&last_style, &font_cache[0]); in arcan_video_defaultfont()
1030 set_style(&last_style, &font_cache[0]); in currstyle_cnode()
1052 struct text_format* curr_style = &last_style; in build_textchain()
1358 last_style.newline = 0; in arcan_renderfun_renderfmtstr_extended()
1359 last_style.tab = 0; in arcan_renderfun_renderfmtstr_extended()
1360 last_style.cr = false; in arcan_renderfun_renderfmtstr_extended()
1425 last_style.newline = 0; in arcan_renderfun_renderfmtstr()
1426 last_style.tab = 0; in arcan_renderfun_renderfmtstr()
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/
H A Darcan_renderfun.c111 static struct text_format last_style = { variable
278 &font_cache[i] != last_style.font){ in grab_font()
377 set_style(&last_style, &font_cache[0]); in arcan_video_defaultfont()
1030 set_style(&last_style, &font_cache[0]); in currstyle_cnode()
1052 struct text_format* curr_style = &last_style; in build_textchain()
1358 last_style.newline = 0; in arcan_renderfun_renderfmtstr_extended()
1359 last_style.tab = 0; in arcan_renderfun_renderfmtstr_extended()
1360 last_style.cr = false; in arcan_renderfun_renderfmtstr_extended()
1425 last_style.newline = 0; in arcan_renderfun_renderfmtstr()
1426 last_style.tab = 0; in arcan_renderfun_renderfmtstr()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/tui/
H A Dtui-io.c254 static ui_file_style last_style; variable
348 last_style = style; in tui_apply_style()
360 ui_file_style style = last_style; in apply_ansi_escape()
407 ui_file_style style = last_style; in tui_set_reverse_mode()
870 last_style = ui_file_style (); in tui_setup_io()
/dports/editors/xi-core/xi-editor-0.3.0/rust/core-lib/src/
H A Dlayers.rs238 let mut last_style: Option<StyleModifier> = None; in styles_for_stacks() localVariable
246 last_style = Some(*s); in styles_for_stacks()
251 let mut base_style_mod = last_style.unwrap_or_default(); in styles_for_stacks()
/dports/graphics/py-pyglet/pyglet-1.5.21/tests/unit/
H A Dtest_text.py19 last_style = None
21 self.assertTrue(style != last_style)
22 last_style = style
/dports/graphics/py-pyglet150/pyglet-1.5.0/tests/unit/
H A Dtest_text.py19 last_style = None
21 self.assertTrue(style != last_style)
22 last_style = style
/dports/math/mathgl/mathgl-2.5/src/
H A Dbase.cpp171 strcpy(last_style,"__1 {dFFFF}k\0"); in mglBase()
1309 sprintf(last_style+11,"{&%g}",CDef); in NextColor()
1320 sprintf(last_style+11,"{&%g}",cc); in NextColor()
1354 strcpy(last_style,"__1 {dFFFF}k\0"); in SetPenPal()
1377 { PDef = val[s-stl]; sprintf(last_style+6,"%04x",PDef); last_style[10]='}'; } in SetPenPal()
1379 { mk = p[i]; last_style[3] = mk; } in SetPenPal()
1394 { mk = MRK[s-mrk]; last_style[3] = mk; } in SetPenPal()
1397 { mk = last_style[3] = p[3]; strcpy(last_style+11,s); } in SetPenPal()
1399 { mk += 128; last_style[3] = mk; } in SetPenPal()
1400 last_style[0] = Arrow1; last_style[1] = Arrow2; in SetPenPal()
[all …]
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/tools/
H A Dwmslite.c164 struct wms_style *last_style; member
401 lyr->last_style = NULL; in alloc_wms_layer()
466 grp->last_style = NULL; in alloc_wms_group()
563 if (lyr->last_style != NULL) in add_style_to_wms_layer()
565 lyr->last_style = style; in add_style_to_wms_layer()
600 if (lyr->last_style != NULL) in add_default_styles()
602 lyr->last_style = style; in add_default_styles()
626 if (grp->last_style != NULL) in add_style_to_wms_group()
628 grp->last_style = style; in add_style_to_wms_group()
663 if (grp->last_style != NULL) in add_default_group_styles()
[all …]
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/bunt-macros-0.2.5/src/
H A Dgen.rs185 let last_style = style_stack.last().copied().unwrap_or(Style::default()); in gen_output() localVariable
186 let new_style = style.or(last_style); in gen_output()
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/tests/cell/
H A Dcell_test_suite.cpp523 auto last_style = wb.create_style("last_style"); in test_style() local
524 last_style.number_format(xlnt::number_format::percentage(), true); in test_style()
526 cell.style(last_style); in test_style()
528 xlnt_assert_equals(cell.style(), last_style); in test_style()
/dports/x11/xkeycaps/xkeycaps-2.46/
H A Dcommands.c2361 char last_style [255]; in make_kbd_lists() local
2365 strcpy (last_style, all_kbds[i].kbd_style); in make_kbd_lists()
2366 make_long_kbd_name (all_kbds[i].vendor, last_style, full); in make_kbd_lists()
2368 tail = (char *) strchr (last_style, '('); in make_kbd_lists()
2440 keyboard_sets [j].type = (char *) malloc (strlen (last_style) + 1); in make_kbd_lists()
2441 memcpy (keyboard_sets [j].type, last_style, strlen (last_style) + 1); in make_kbd_lists()

12