Home
last modified time | relevance | path

Searched refs:text_mode (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dxscreensaver-text46 my $text_mode = 'date';
150 $text_mode =~ tr/A-Z/a-z/;
164 $text_mode = $1;
191 $text_mode = $v if defined ($v);
199 if ($text_mode eq '0') { $text_mode = 'date'; }
200 elsif ($text_mode eq '1') { $text_mode = 'literal'; }
201 elsif ($text_mode eq '2') { $text_mode = 'file'; }
202 elsif ($text_mode eq '3') { $text_mode = 'url'; }
203 elsif ($text_mode eq '4') { $text_mode = 'program'; }
291 $text_mode = 'date';
[all …]
/dports/www/h2o-devel/h2o-dcc7134/deps/libyrmcds/
H A Dsend.c172 if( c->text_mode ) in yrmcds_noop()
184 if( c->text_mode ) in yrmcds_get()
196 if( c->text_mode ) in yrmcds_getk()
208 if( c->text_mode ) in yrmcds_get_touch()
223 if( c->text_mode ) in yrmcds_getk_touch()
238 if( c->text_mode ) in yrmcds_lock_get()
250 if( c->text_mode ) in yrmcds_lock_getk()
262 if( c->text_mode ) in yrmcds_touch()
323 if( c->text_mode ) in yrmcds_incr()
341 if( c->text_mode ) in yrmcds_incr2()
[all …]
/dports/mail/emailrelay/emailrelay-1.9/bin/
H A Dtxt2mu.sh_39 text_mode="0"
43 text_mode="1"
55 ${awk} -v text_mode="${1}" '
328 Main "${text_mode}" | \
/dports/sysutils/usermin/usermin-1.830/file/
H A Dedit_html.cgi12 $text_mode = 1;
21 undef, $text_mode ? undef : "onload='xinha_init()'");
49 print &ui_hidden("text", $text_mode);
61 if ($text_mode) {
/dports/lang/perl5.34/perl-5.34.0/lib/File/
H A DCompare.pm27 my $text_mode = defined($size) && (ref($size) eq 'CODE' || $size < 0);
42 unless ($text_mode) {
56 binmode TO unless $text_mode;
60 if (!$text_mode && $closefrom && $closeto) {
65 if ($text_mode) {
/dports/lang/perl5.30/perl-5.30.3/lib/File/
H A DCompare.pm27 my $text_mode = defined($size) && (ref($size) eq 'CODE' || $size < 0);
42 unless ($text_mode) {
56 binmode TO unless $text_mode;
60 if (!$text_mode && $closefrom && $closeto) {
65 if ($text_mode) {
/dports/lang/perl5.32/perl-5.32.1/lib/File/
H A DCompare.pm27 my $text_mode = defined($size) && (ref($size) eq 'CODE' || $size < 0);
42 unless ($text_mode) {
56 binmode TO unless $text_mode;
60 if (!$text_mode && $closefrom && $closeto) {
65 if ($text_mode) {
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/File/
H A DCompare.pm27 my $text_mode = defined($size) && (ref($size) eq 'CODE' || $size < 0);
42 unless ($text_mode) {
56 binmode TO unless $text_mode;
60 if (!$text_mode && $closefrom && $closeto) {
65 if ($text_mode) {
/dports/x11-toolkits/granite/granite-6.2.0/demo/Views/
H A DModeButtonView.vala17 var text_mode = new Granite.Widgets.ModeButton ();
18 text_mode.append_text ("Foo");
19 text_mode.append_text ("Bar");
74 add (text_mode);
83 text_mode.selected = -1;
/dports/x11/xscreensaver/xscreensaver-5.44/utils/
H A Dtextclient.c182 char *text_mode = get_string_resource (d->dpy, "textMode", "String"); in launch_text_generator() local
184 if (text_mode) in launch_text_generator()
186 if (!strcmp (text_mode, "1") || !strcmp (text_mode, "literal")) in launch_text_generator()
191 else if (!strcmp (text_mode, "2") || !strcmp (text_mode, "file")) in launch_text_generator()
196 else if (!strcmp (text_mode, "3") || !strcmp (text_mode, "url")) in launch_text_generator()
201 else if (!strcmp (text_mode, "4") || !strcmp (text_mode, "program")) in launch_text_generator()
207 free (text_mode); in launch_text_generator()
/dports/cad/yosys/yosys-yosys-0.12/backends/protobuf/
H A Dprotobuf.cc255 bool text_mode = false; in execute() local
264 text_mode = true; in execute()
269 extra_args(f, filename, args, argidx, !text_mode); in execute()
277 if (text_mode) { in execute()
314 bool text_mode = false; in execute() local
328 text_mode = true; in execute()
341 …ff->open(filename.c_str(), text_mode ? std::ofstream::trunc : (std::ofstream::trunc | std::ofstrea… in execute()
355 if (text_mode) { in execute()
/dports/x11-fm/thunar/thunar-4.16.10/plugins/thunar-sbr/
H A Dthunar-sbr-number-renamer.c85 ThunarSbrTextMode text_mode; member
438 switch (number_renamer->text_mode) in thunar_sbr_number_renamer_process()
676 return number_renamer->text_mode; in thunar_sbr_number_renamer_get_text_mode()
690 ThunarSbrTextMode text_mode) in thunar_sbr_number_renamer_set_text_mode() argument
695 if (G_LIKELY (number_renamer->text_mode != text_mode)) in thunar_sbr_number_renamer_set_text_mode()
698 number_renamer->text_mode = text_mode; in thunar_sbr_number_renamer_set_text_mode()
/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dsnapshot.c89 int vram_mode, text_mode; in make_snapshot() local
105 if( CRTC_SZ_LINES == 25 ){ text_mode = V_80x25; } in make_snapshot()
106 else { text_mode = V_80x20; } in make_snapshot()
108 if( CRTC_SZ_LINES == 25 ){ text_mode = V_40x25; } in make_snapshot()
109 else { text_mode = V_40x20; } in make_snapshot()
126 (list[ vram_mode ][ text_mode ][ V_ALL ])(); in make_snapshot()
H A Dscreen.c1279 int vram_mode, text_mode; in vram2screen() local
1282 if (CRTC_SZ_LINES == 25) { text_mode = V_80x25; } in vram2screen()
1283 else { text_mode = V_80x20; } in vram2screen()
1285 if (CRTC_SZ_LINES == 25) { text_mode = V_40x25; } in vram2screen()
1286 else { text_mode = V_40x20; } in vram2screen()
1309 if (text_mode0 != text_mode) { in vram2screen()
1310 if (text_mode==V_80x25) printf(" 80x25\n"); in vram2screen()
1311 else if (text_mode==V_80x20) printf(" 80x20\n"); in vram2screen()
1312 else if (text_mode==V_40x25) printf(" 40x25\n"); in vram2screen()
1313 else if (text_mode==V_40x20) printf(" 40x20\n"); in vram2screen()
[all …]
/dports/editors/jed/jed-0.99-19/lib/
H A Dtextmode.sl63 %\function{text_mode}
64 %\synopsis{text_mode}
80 public define text_mode() function
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dlibgui.cc65 TextRegion::text_mode->putwch(chr); in putwch()
71 TextRegion::text_mode->clear_to_end_of_line(); in clear_to_end_of_line()
82 TextRegion::text_mode->addstr(buffer); in cprintf()
H A Dtilereg-text.cc12 TextRegion *TextRegion::text_mode = nullptr; member in TextRegion
171 cursor_region = text_mode; in cgotoxy()
216 cursor_region = text_mode; in _setcursortype()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/
H A Dcfx_fillrenderoptions.h46 text_mode(false), in CFX_FillRenderOptions()
71 bool text_mode : 1; member
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dapi._tx165 to text_mode() as the 'bg' parameter).
208 text_mode() as the 'bg' parameter).
282 text_mode.
284 textout (textout_ex, passing the mode you would have passed to text_mode()
288 to text_mode() as the 'bg' parameter).
291 text_mode() as the 'bg' parameter).
294 passed to text_mode() as the 'bg' parameter).
297 text_mode() as the 'bg' parameter).
300 passed to text_mode() as the 'bg' parameter).
303 passed to text_mode() as the 'bg' parameter).
[all …]
/dports/archivers/lha/lha-114i/src/
H A Dutil.c37 if ((crc_flg == 2 || crc_flg) && text_mode)
41 if (crc_flg == 3 && text_mode) {
57 if (crc_flg == 2 && text_mode) {
73 if (crc_flg != 3 || !text_mode)
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_os2.c143 VIOMODEINFO text_mode; in PicBuf_to_OS2() local
178 status = VIOGETMODE(&text_mode, 0); in PicBuf_to_OS2()
239 status = VIOSETMODE(&text_mode, 0); in PicBuf_to_OS2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/text/
H A DTextValue.cpp84 auto text_mode = ParseDefault((*jtxt)["m"], -1); in Parse() local
85 if (text_mode >= 0) { in Parse()
87 v->fLineBreak = (text_mode == 0) in Parse()
/dports/games/flightgear-data/fgdata/Nasal/canvas/map/
H A DRWY.symbol13 text_mode: canvas.Text.TEXT,
129 .setDrawMode(me.style.text_mode)
140 .setDrawMode(me.style.text_mode)
191 .setDrawMode(me.style.text_mode)
/dports/games/flightgear-data/fgdata/Aircraft/Instruments-3d/FG1000/Nasal/MFDPages/NavigationMap/
H A DNavigationMapStyles.nas73 me.Styles.FIX.text_mode = canvas.Text.TEXT + canvas.Text.FILLEDBOUNDINGBOX;
83 me.Styles.NDB.text_mode = canvas.Text.TEXT + canvas.Text.FILLEDBOUNDINGBOX;
96 me.Styles.VOR_FG1000.text_mode = canvas.Text.TEXT + canvas.Text.FILLEDBOUNDINGBOX;
/dports/www/netrik/netrik-1.16.1/
H A Dparse-struct.c30 enum Text_mode text_mode; /* content encountered now will be stored in this mode */ member
102 state[0].text_mode=TM_NORMAL; in push_state()
316 …add_text(cur_el->content, color_map[cur_state->text_mode]^(cur_state->high<<3)); /* color from …
363 if(cur_state->text_mode<TM_ITALIC) /* not already in higher priority mode -> set mode */
364 cur_state->text_mode=TM_ITALIC;
379 cur_state->text_mode=TM_LINK;
598 cur_state->text_mode=TM_LINK;
601 cur_state->text_mode=TM_FORM;
652 …add_text(cur_el->attr[alt_attr].value.str, color_map[cur_state->text_mode==TM_LINK?TM_LINK:TM_IMG]…
656 if(cur_state->text_mode==TM_LINK)

12345678910>>...24