Home
last modified time | relevance | path

Searched refs:valpos (Results 1 – 25 of 65) sorted by relevance

123

/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dfrei0r.c309 f0r_param_position_t valpos; variable
743 valpos.x = valpos.y = 0.;
745 f0r_get_param_value(f0r_inst, (void **)&valpos, pnum);
746 if (valpos.x < 0. || valpos.x > 1.) {
750 f0rinfo.name, f0rinfo.author, valpos.x, pinfo.name);
752 if (valpos.x < 0.) valpos.x = 0.;
753 if (valpos.x > 1.) valpos.x = 1.;
756 if (valpos.y < 0. || valpos.y > 1.) {
760 f0rinfo.name, f0rinfo.author, valpos.y, pinfo.name);
762 if (valpos.y < 0.) valpos.y = 0.;
[all …]
/dports/math/topaz/topaz-3.41/topaz/
H A Dframe2.cc403 intpoint valpos, fixedpos; in axispaintmajorline() local
475 valpos.y = linestart; in axispaintmajorline()
483 valpos.x = linestart; in axispaintmajorline()
495 da->add(new doublepoint(valpos.x, valpos.y)); in axispaintmajorline()
524 valpos.y = linestart; in axispaintmajorline()
532 valpos.x = linestart; in axispaintmajorline()
543 da->add(new doublepoint(valpos.x, valpos.y)); in axispaintmajorline()
563 intpoint valpos, fixedpos; in axispaintminorline() local
638 valpos.y = linestart; in axispaintminorline()
657 da->add(new doublepoint(valpos.x, valpos.y)); in axispaintminorline()
[all …]
H A Daxis.cc1234 intpoint valpos, fixedpos; in paintmajortick() local
1307 da->add(new doublepoint(valpos.x, valpos.y)); in paintmajortick()
1340 da->add(new doublepoint(valpos.x, valpos.y)); in paintmajortick()
1360 intpoint valpos, fixedpos; in paintminortick() local
1429 valpos.x = fra->wtov_x((int)tempdpoint.x); in paintminortick()
1430 valpos.y = fra->wtov_y((int)tempdpoint.y); in paintminortick()
1438 da->add(new doublepoint(valpos.x, valpos.y)); in paintminortick()
1491 valpos.x = fra->wtov_x((int)tempdpoint.x); in paintminortick()
1492 valpos.y = fra->wtov_y((int)tempdpoint.y); in paintminortick()
1500 da->add(new doublepoint(valpos.x, valpos.y)); in paintminortick()
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Common/util/
H A Dinifile.cpp90 StrPos valpos(Key.second, Key.second); in SetValue() local
91 ReplaceSubString(Line, valpos, String::FromFormat("=%s", value.GetCStr())); in SetValue()
270 StrPos valpos(0, 0); in Read() local
276 valpos.first = str_at - cstr; in Read()
277 valpos.second = str_end - cstr; in Read()
279 cur_section->InsertItem(cur_section->End(), ItemDef(line, keypos, valpos, sep_at)); in Read()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/util/
H A Dini_file.cpp76 StrPos valpos(Key.second, Key.second); in SetValue() local
77 ReplaceSubString(Line, valpos, String::FromFormat("=%s", value.GetCStr())); in SetValue()
234 StrPos valpos(0, 0); in Read() local
239 valpos.first = str_at - cstr; in Read()
240 valpos.second = str_end - cstr; in Read()
242 cur_section->InsertItem(cur_section->End(), ItemDef(line, keypos, valpos, sep_at)); in Read()
/dports/science/lammps/lammps-stable_29Sep2021/examples/ELASTIC/
H A Dcompliance.py18 valpos = 4 variable
67 c[i1,i2] = float(words[valpos])
/dports/textproc/p5-String-Print/String-Print-0.94/lib/String/
H A DPrint.pm455 my $valpos= $pos++;
457 push @iparam, "_$valpos" => $params[$valpos];
461 $printi .= "{_$valpos$sep$modif$format}";
/dports/devel/pecl-msgpack/msgpack-2.1.2/
H A Dmsgpack_convert.c140 HashPosition valpos;
149 zend_hash_internal_pointer_reset_ex(htval, &valpos);
166 if ((dataval = zend_hash_get_current_data_ex(htval, &valpos)) == NULL) {
186 zend_hash_move_forward_ex(htval, &valpos);
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()
/dports/mail/claws-mail-vcalendar/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()
/dports/mail/claws-mail-clamd/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()
/dports/mail/claws-mail-fetchinfo/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()
/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()
/dports/mail/claws-mail/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/
H A Dprocmime.c2235 gchar *val = value, *valpos, *tmp; in write_parameters() local
2242 for (valpos = val; *valpos != 0; valpos++) { in write_parameters()
2243 if (!IS_ASCII(*valpos)) { in write_parameters()
2249 if (((*valpos >= 0) && (*valpos < 037)) || (*valpos == 0177)) { in write_parameters()
2255 switch (*valpos) { in write_parameters()
2294 for (valpos = val; *valpos != '\0'; valpos++) { in write_parameters()
2295 if (IS_ASCII(*valpos) && isalnum(*valpos)) { in write_parameters()
2296 g_string_append_printf(buf, "%c", *valpos); in write_parameters()
2299 get_hex_str(hexstr, *valpos); in write_parameters()

123