Home
last modified time | relevance | path

Searched refs:dtext (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/dports/graphics/R-cran-diagram/diagram/R/
H A Dcircuitplot.r6 dtext = 0.2) { argument
14 pp <- mid - c(0, dtext)
17 pp <- mid - c(dtext, dtext/2)
60 pp <- tpos(mid, pos, dtext = dtext)
96 pp <- tpos(mid, pos, dtext = dtext)
107 dtext = 0.025, argument
111 pp <- tpos(mid, pos, dtext = dtext)
122 dtext = 0, argument
128 pp <- tpos(mid, pos, dtext = dtext)
145 en.Amplifier(mid=mid, r = r, lab = lab, pos = pos, dtext = dtext)
[all …]
/dports/sysutils/namefix/namefix.pl/libs/gui/
H A Dedit_lists.pm10 my $dtext = "";
14 $dtext = &readjf("$main::casing_file");
17 $dtext = join("\n", @main::word_casing_arr);
45 "$dtext"
93 my $dtext = "";
97 $dtext = &readsjf("$main::killwords_file");
101 $dtext = join("\n", sort @main::kill_words_arr);
124 $txt -> insert('end', "$dtext");
169 my $dtext = "";
173 $dtext = &readsjf("$main::killpat_file");
[all …]
H A Dblockrename.pm258 my $dtext = "";
279 $dtext = join ("\n", @list);
283 "$dtext"
297 my $dtext = join ("\n", &br_readdir($main::dir));
298 &plog(4, "sub txt_reset: dtext: $dtext");
306 "$dtext"
311 "$dtext"
/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Ddsn_buf.c182 dsb->dtext = vstring_alloc(100); in dsb_create()
197 vstring_free(dsb->dtext); in dsb_free()
230 DSB_TRUNCATE((dsb)->dtext); \
233 vstring_strcpy((dsb)->dtext, (text)); \
241 const char *dtype, const char *dtext, in dsb_update() argument
249 DSB_DIAG(dsb, dtype, dtext); in dsb_update()
267 DSB_TRUNCATE(dsb->dtext); in vdsb_simple()
297 vstring_strcpy(dsb->dtext, dtext); in dsb_unix()
314 DSB_DIAG(dsb, dtype, dtext); in dsb_formal()
327 DSB_TRUNCATE(dsb->dtext); in dsb_status()
[all …]
H A Ddsn.c126 const char *dtype, const char *dtext, in dsn_create() argument
160 if (NULL_OR_EMPTY(dtype) || NULL_OR_EMPTY(dtext)) { in dsn_create()
162 dsn->dtext = mystrdup(""); in dsn_create()
165 dsn->dtext = mystrdup(dtext); in dsn_create()
185 myfree((void *) dsn->dtext); in dsn_free()
H A Ddsn.h22 const char *dtext; /* Null / RFC 3464 diagnostic code */ member
36 ((dsn)->dtext = (_dtext)), \
46 ((dsn)->dtext = DSN_NO_DTEXT), \
70 (dsn)->dtype, (dsn)->dtext, \
/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/
H A DHTMLDecorator.pm119 my $dtext = Sympa::Tools::Text::decode_html($options{text});
122 if ($self->_queue_tagname eq 'a' or $dtext =~ /\b$email_re\b/) {
212 my $dtext = Sympa::Tools::Text::decode_html($item->{text});
215 $decorated .= Sympa::Tools::Text::encode_html($dtext);
244 if ($dtext =~ s{\b($email_re)\b}{$replacement}g) {
245 $decorated .= Sympa::Tools::Text::encode_html($dtext);
278 my $dtext = Sympa::Tools::Text::decode_html($text);
279 pos $dtext = 0;
280 while ($dtext =~ /\G((?:\n|.)*?)\b($email_re)\b/cg) {
285 if (pos $dtext) {
[all …]
/dports/lang/python-legacy/Python-2.7.18/RISCOS/Modules/
H A Ddrawfmodule.c264 dtext->fill=fill; in DrawF_Text()
266 dtext->style=style; in DrawF_Text()
267 dtext->xsize=xsize; in DrawF_Text()
268 dtext->ysize=ysize; in DrawF_Text()
269 dtext->base.x=x; in DrawF_Text()
270 dtext->base.y=y; in DrawF_Text()
273 box=&(dtext->bbox); in DrawF_Text()
312 dtext->flags=0; in DrawF_TText()
313 dtext->fill=fill; in DrawF_TText()
318 dtext->base.x=x; in DrawF_TText()
[all …]
/dports/lang/python27/Python-2.7.18/RISCOS/Modules/
H A Ddrawfmodule.c264 dtext->fill=fill; in DrawF_Text()
266 dtext->style=style; in DrawF_Text()
267 dtext->xsize=xsize; in DrawF_Text()
268 dtext->ysize=ysize; in DrawF_Text()
269 dtext->base.x=x; in DrawF_Text()
270 dtext->base.y=y; in DrawF_Text()
273 box=&(dtext->bbox); in DrawF_Text()
312 dtext->flags=0; in DrawF_TText()
313 dtext->fill=fill; in DrawF_TText()
318 dtext->base.x=x; in DrawF_TText()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/crypto/
H A Dcrypto_evcb.c161 str dtext; in crypto_nio_received() local
193 dtext.len = obuf->len; in crypto_nio_received()
194 dtext.s = (char *)crypto_aes_decrypt(de, (unsigned char *)obuf->s, in crypto_nio_received()
195 &dtext.len); in crypto_nio_received()
196 if(dtext.s==NULL) { in crypto_nio_received()
202 if(dtext.len>=BUF_SIZE) { in crypto_nio_received()
203 LM_ERR("new buffer overflow (%d)\n", dtext.len); in crypto_nio_received()
204 free(dtext.s); in crypto_nio_received()
209 obuf->len = dtext.len; in crypto_nio_received()
210 memcpy(obuf->s, dtext.s, obuf->len); in crypto_nio_received()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithContribItems/wxSmithPlot/
H A DwxsVector.cpp100 wxString dtext; in OnBuildCreatingCode() local
127 dtext = mPenColour.BuildCode(GetCoderContext()); in OnBuildCreatingCode()
128 if (dtext.Len() > 0) { in OnBuildCreatingCode()
129 Codef(_T("wxPen %s(%s);\n"), cname.wx_str(), dtext.wx_str()); in OnBuildCreatingCode()
135 dtext = mPenFont.BuildFontCode(fname, GetCoderContext()); in OnBuildCreatingCode()
136 if (dtext.Len() > 0) { in OnBuildCreatingCode()
137 Codef(_T("%s"), dtext.wx_str()); in OnBuildCreatingCode()
143 dtext = _("std::vector<double> ") + xname + _(";"); in OnBuildCreatingCode()
144 AddDeclaration(dtext); in OnBuildCreatingCode()
145 dtext = _("std::vector<double> ") + yname + _(";"); in OnBuildCreatingCode()
[all …]
H A DwxsText.cpp89 wxString dtext; in OnBuildCreatingCode() local
114 dtext = mPenColour.BuildCode(GetCoderContext()); in OnBuildCreatingCode()
115 if (dtext.Len() > 0) { in OnBuildCreatingCode()
116 Codef(_T("wxPen %s(%s);\n"), cname.wx_str(), dtext.wx_str()); in OnBuildCreatingCode()
122 dtext = mPenFont.BuildFontCode(fname, GetCoderContext()); in OnBuildCreatingCode()
123 if (dtext.Len() > 0) { in OnBuildCreatingCode()
124 Codef(_T("%s"), dtext.wx_str()); in OnBuildCreatingCode()
H A DwxsMarker.cpp89 wxString dtext; in OnBuildCreatingCode() local
114 dtext = mPenColour.BuildCode(GetCoderContext()); in OnBuildCreatingCode()
115 if (dtext.Len() > 0) { in OnBuildCreatingCode()
116 Codef(_T("wxPen %s(%s);\n"), cname.wx_str(), dtext.wx_str()); in OnBuildCreatingCode()
122 dtext = mPenFont.BuildFontCode(fname, GetCoderContext()); in OnBuildCreatingCode()
123 if (dtext.Len() > 0) { in OnBuildCreatingCode()
124 Codef(_T("%s"), dtext.wx_str()); in OnBuildCreatingCode()
H A DwxsAxis.cpp88 wxString dtext; in OnBuildCreatingCode() local
113 dtext = mPenColour.BuildCode(GetCoderContext()); in OnBuildCreatingCode()
114 if (dtext.Len() > 0) { in OnBuildCreatingCode()
115 Codef(_T("wxPen %s(%s);\n"), cname.wx_str(), dtext.wx_str()); in OnBuildCreatingCode()
121 dtext = mPenFont.BuildFontCode(fname, GetCoderContext()); in OnBuildCreatingCode()
122 if (dtext.Len() > 0) { in OnBuildCreatingCode()
123 Codef(_T("%s"), dtext.wx_str()); in OnBuildCreatingCode()
/dports/net-mgmt/xymon-server/xymon-4.3.30/lib/
H A Dtimefunc.c81 char dtext[10]; in timespec_text() local
83 strftime(dtext, sizeof(dtext), "%a", tm); in timespec_text()
84 daynames[tm->tm_wday] = strdup(dtext); in timespec_text()
98 char *oneday, *dtext; in timespec_text() local
129 case '*': dtext = "All days"; break; in timespec_text()
130 case 'W': dtext = wkdays; break; in timespec_text()
131 case '0': dtext = daynames[0]; break; in timespec_text()
132 case '1': dtext = daynames[1]; break; in timespec_text()
133 case '2': dtext = daynames[2]; break; in timespec_text()
134 case '3': dtext = daynames[3]; break; in timespec_text()
[all …]
/dports/net-mgmt/xymon-client/xymon-4.3.30/lib/
H A Dtimefunc.c81 char dtext[10]; in timespec_text() local
83 strftime(dtext, sizeof(dtext), "%a", tm); in timespec_text()
84 daynames[tm->tm_wday] = strdup(dtext); in timespec_text()
98 char *oneday, *dtext; in timespec_text() local
129 case '*': dtext = "All days"; break; in timespec_text()
130 case 'W': dtext = wkdays; break; in timespec_text()
131 case '0': dtext = daynames[0]; break; in timespec_text()
132 case '1': dtext = daynames[1]; break; in timespec_text()
133 case '2': dtext = daynames[2]; break; in timespec_text()
134 case '3': dtext = daynames[3]; break; in timespec_text()
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/lha/
H A Dslide.c385 unsigned char *dtext; in decode() local
403 dtext = (unsigned char *) malloc(dicsiz); in decode()
404 if (dtext == NULL) in decode()
406 for (i=0; i<dicsiz; i++) dtext[i] = 0x20; in decode()
418 dtext[loc++] = c; in decode()
420 fwrite_crc(dtext, dicsiz, outfile); in decode()
433 c = dtext[(i + k) & dicsiz1]; in decode()
438 dtext[loc++] = c; in decode()
440 fwrite_crc(dtext, dicsiz, outfile); in decode()
450 fwrite_crc(dtext, loc, outfile); in decode()
[all …]
/dports/archivers/lha/lha-114i/src/
H A Dslide.c383 unsigned char *dtext; local
401 dtext = (unsigned char *) malloc(dicsiz);
402 if (dtext == NULL)
405 for (i=0; i<dicsiz; i++) dtext[i] = 0x20;
417 dtext[loc++] = c;
419 fwrite_crc(dtext, dicsiz, outfile);
432 c = dtext[(i + k) & dicsiz1];
437 dtext[loc++] = c;
439 fwrite_crc(dtext, dicsiz, outfile);
449 fwrite_crc(dtext, loc, outfile);
[all …]
/dports/archivers/lha-ac/lha-1.14i-ac20050924p1/src/
H A Dslide.c389 unsigned char *dtext; local
407 dtext = (unsigned char *)xmalloc(dicsiz);
419 memset(dtext, 0, dicsiz);
421 memset(dtext, ' ', dicsiz);
436 dtext[loc++] = c;
438 fwrite_crc(&crc, dtext, dicsiz, outfile);
456 c = dtext[(matchpos + i) & dicsiz1];
460 dtext[loc++] = c;
462 fwrite_crc(&crc, dtext, dicsiz, outfile);
472 fwrite_crc(&crc, dtext, loc, outfile);
[all …]
/dports/www/p5-HTML-Parser/HTML-Parser-3.76/t/
H A Ddtext.t8 my $dtext = "";
12 $dtext .= shift;
17 text_h => [\&append, "dtext, text"],
49 is($dtext, <<"EOT");
/dports/lang/perl5.32/perl-5.32.1/cpan/Encode/t/
H A Dperlio.t95 my $dtext;
98 $dtext = join('' => <$fh>);
101 ok($utext eq $dtext, "<:encoding($e)");
104 dump2file("$pfile.$seq", $dtext);
107 $dtext = '';
110 $dtext .= $l;
115 ok($utext eq $dtext, "<:encoding($e) by lines");
118 dump2file("$pfile.$seq", $dtext);
/dports/lang/perl5.34/perl-5.34.0/cpan/Encode/t/
H A Dperlio.t95 my $dtext;
98 $dtext = join('' => <$fh>);
101 ok($utext eq $dtext, "<:encoding($e)");
104 dump2file("$pfile.$seq", $dtext);
107 $dtext = '';
110 $dtext .= $l;
115 ok($utext eq $dtext, "<:encoding($e) by lines");
118 dump2file("$pfile.$seq", $dtext);
/dports/lang/perl5.30/perl-5.30.3/cpan/Encode/t/
H A Dperlio.t95 my $dtext;
98 $dtext = join('' => <$fh>);
101 ok($utext eq $dtext, "<:encoding($e)");
104 dump2file("$pfile.$seq", $dtext);
107 $dtext = '';
110 $dtext .= $l;
115 ok($utext eq $dtext, "<:encoding($e) by lines");
118 dump2file("$pfile.$seq", $dtext);
/dports/converters/p5-Encode/Encode-3.16/t/
H A Dperlio.t95 my $dtext;
98 $dtext = join('' => <$fh>);
101 ok($utext eq $dtext, "<:encoding($e)");
104 dump2file("$pfile.$seq", $dtext);
107 $dtext = '';
110 $dtext .= $l;
115 ok($utext eq $dtext, "<:encoding($e) by lines");
118 dump2file("$pfile.$seq", $dtext);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Encode/t/
H A Dperlio.t95 my $dtext;
98 $dtext = join('' => <$fh>);
101 ok($utext eq $dtext, "<:encoding($e)");
104 dump2file("$pfile.$seq", $dtext);
107 $dtext = '';
110 $dtext .= $l;
115 ok($utext eq $dtext, "<:encoding($e) by lines");
118 dump2file("$pfile.$seq", $dtext);

12345678910>>...16