Home
last modified time | relevance | path

Searched refs:TYPE_STR (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dports/cad/gspiceui/gspiceui-v1.1.00/src/utility/
H A DCnvtType.hpp52 #define TYPE_STR wxString macro
57 #define TYPE_STR std::string macro
83 static TYPE_STR & rosGetNum( const TYPE_STR & rosNum );
95 static bool bIsInteger ( const TYPE_STR & rosStr );
96 static bool bIsFloat ( const TYPE_STR & rosStr );
113 static bool bIntToStr ( int iNum , TYPE_STR & rosNum );
114 static bool bIntToStr ( long liNum , TYPE_STR & rosNum );
115 static bool bLongToStr ( long liNum , TYPE_STR & rosNum ) in bLongToStr()
118 static bool bFltToStr ( float fNum , TYPE_STR & rosNum );
120 static bool bDblToStr ( double dfNum, TYPE_STR & rosNum ) in bDblToStr()
[all …]
H A DCnvtType.cpp51 TYPE_STR & CnvtType::rosGetNum( const TYPE_STR & rosNum ) in rosGetNum()
244 TYPE_STR os1; in bIsInteger()
273 TYPE_STR os1; in bIsFloat()
602 TYPE_STR os1; in bFltToStrEng()
752 void Test_GetNum( const TYPE_STR & rosNum );
761 TYPE_STR osNum, os1; in main()
912 void Test_GetNum( const TYPE_STR & rosNum ) in Test_GetNum()
914 TYPE_STR os1; in Test_GetNum()
923 void Test_IsType( const TYPE_STR & rosNum ) in Test_IsType()
925 TYPE_STR os1; in Test_IsType()
[all …]
/dports/print/hplip/hplip-3.20.6/base/
H A Dmodels.py42 TYPE_STR = 1 variable
355 'icon' : TYPE_STR,
386 'ppd-name' : TYPE_STR,
392 'dev-file' : TYPE_STR,
393 'fax-uri' : TYPE_STR,
394 'scan-uri' : TYPE_STR,
396 'host' : TYPE_STR,
399 'serial' : TYPE_STR,
411 'rs' : TYPE_STR,
412 'rr' : TYPE_STR,
[all …]
/dports/security/putty/putty-0.76/
H A Dconf.c97 case TYPE_STR: in conf_cmp()
120 case TYPE_STR: in conf_cmp_constkey()
149 case TYPE_STR: in copy_key()
162 if (type == TYPE_STR) in free_value()
183 case TYPE_STR: in copy_value()
311 assert(valuetypes[primary] == TYPE_STR); in conf_get_str()
324 assert(valuetypes[primary] == TYPE_STR); in conf_get_str_str_opt()
515 case TYPE_STR: in conf_serialise()
526 case TYPE_STR: in conf_serialise()
563 case TYPE_STR: in conf_deserialise()
[all …]
/dports/security/putty-nogtk/putty-0.76/
H A Dconf.c97 case TYPE_STR: in conf_cmp()
120 case TYPE_STR: in conf_cmp_constkey()
149 case TYPE_STR: in copy_key()
162 if (type == TYPE_STR) in free_value()
183 case TYPE_STR: in copy_value()
311 assert(valuetypes[primary] == TYPE_STR); in conf_get_str()
324 assert(valuetypes[primary] == TYPE_STR); in conf_get_str_str_opt()
515 case TYPE_STR: in conf_serialise()
526 case TYPE_STR: in conf_serialise()
563 case TYPE_STR: in conf_deserialise()
[all …]
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dconf.c97 case TYPE_STR: in conf_cmp()
120 case TYPE_STR: in conf_cmp_constkey()
149 case TYPE_STR: in copy_key()
162 if (type == TYPE_STR) in free_value()
183 case TYPE_STR: in copy_value()
311 assert(valuetypes[primary] == TYPE_STR); in conf_get_str()
324 assert(valuetypes[primary] == TYPE_STR); in conf_get_str_str_opt()
515 case TYPE_STR: in conf_serialise()
526 case TYPE_STR: in conf_serialise()
563 case TYPE_STR: in conf_deserialise()
[all …]
/dports/net/lambdamoo/MOO-1.8.1/
H A Dlist.c240 case TYPE_STR: in list2str()
289 case TYPE_STR: in print_to_stream()
377 r.type = TYPE_STR; in substr()
399 r.type = TYPE_STR; in strget()
417 case TYPE_STR: in bf_length()
546 r.type = TYPE_STR; in bf_strsub()
1060 case TYPE_STR: in encode_binary()
1091 r.type = TYPE_STR; in bf_encode_binary()
1129 register_function("crypt", 1, 2, bf_crypt, TYPE_STR, TYPE_STR); in register_list()
1132 register_function("strcmp", 2, 2, bf_strcmp, TYPE_STR, TYPE_STR); in register_list()
[all …]
H A Dproperty.c35 d->r.v.list[d->i].type = TYPE_STR; in add_to_list()
89 r.v.list[2].type = TYPE_STR; in bf_prop_info()
111 && v.v.list[2].type == TYPE_STR in validate_prop_info()
112 && (len == 2 || v.v.list[3].type == TYPE_STR))) in validate_prop_info()
319 TYPE_OBJ, TYPE_STR); in register_property()
321 TYPE_OBJ, TYPE_STR, TYPE_LIST); in register_property()
323 TYPE_OBJ, TYPE_STR, TYPE_ANY, TYPE_LIST); in register_property()
325 TYPE_OBJ, TYPE_STR); in register_property()
327 TYPE_OBJ, TYPE_STR); in register_property()
329 TYPE_OBJ, TYPE_STR); in register_property()
H A Dverbs.c83 && v.v.list[2].type == TYPE_STR in validate_verb_info()
84 && v.v.list[3].type == TYPE_STR)) in validate_verb_info()
160 && v.v.list[1].type == TYPE_STR in validate_verb_args()
161 && v.v.list[2].type == TYPE_STR in validate_verb_args()
209 if (desc.type == TYPE_STR) in validate_verb_descriptor()
286 r.v.list[2].type = TYPE_STR; in bf_verb_info()
298 r.v.list[3].type = TYPE_STR; in bf_verb_info()
386 r.v.list[1].type = TYPE_STR; in bf_verb_args()
388 r.v.list[2].type = TYPE_STR; in bf_verb_args()
390 r.v.list[3].type = TYPE_STR; in bf_verb_args()
[all …]
H A Dutils.c147 case TYPE_STR: in complex_free_var()
171 case TYPE_STR: in complex_var_ref()
191 case TYPE_STR: in complex_var_dup()
215 case TYPE_STR: in var_refcount()
233 || (v.type == TYPE_STR && v.v.str && *v.v.str != '\0') in is_true()
252 case TYPE_STR: in equality()
369 case TYPE_STR: in value_bytes()
H A Dexecute.c165 str.type = TYPE_STR; in output_to_list()
404 v.v.list[2].type = TYPE_STR; in make_stack_list()
612 v.type = TYPE_STR; in call_verb()
938 || (list.type == TYPE_STR && value.type != TYPE_STR)) { in run()
946 || (list.type == TYPE_STR in run()
1058 case TYPE_STR: in run()
1163 else if (lhs.type == TYPE_STR && rhs.type == TYPE_STR) { in run()
1169 ans.type = TYPE_STR; in run()
1312 PUSH((base.type == TYPE_STR in run()
1685 if (item.type == TYPE_STR) { in run()
[all …]
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Dcfgfiles.c359 {"away_reason", P_OFFSET (hex_away_reason), TYPE_STR},
375 {"dcc_dir", P_OFFSET (hex_dcc_dir), TYPE_STR},
381 {"dcc_ip", P_OFFSET (hex_dcc_ip), TYPE_STR},
513 {"irc_nick1", P_OFFSET (hex_irc_nick1), TYPE_STR},
514 {"irc_nick2", P_OFFSET (hex_irc_nick2), TYPE_STR},
515 {"irc_nick3", P_OFFSET (hex_irc_nick3), TYPE_STR},
561 {"text_font", P_OFFSET (hex_text_font), TYPE_STR},
974 case TYPE_STR: in load_config()
1034 case TYPE_STR: in save_config()
1105 case TYPE_STR: in set_showval()
[all …]
/dports/lang/ruby26/ruby-2.6.9/ext/objspace/
H A Dobjspace_dump.c200 TYPE_STR(env); in imemo_name()
201 TYPE_STR(cref); in imemo_name()
202 TYPE_STR(svar); in imemo_name()
203 TYPE_STR(throw_data); in imemo_name()
204 TYPE_STR(ifunc); in imemo_name()
205 TYPE_STR(memo); in imemo_name()
206 TYPE_STR(ment); in imemo_name()
207 TYPE_STR(iseq); in imemo_name()
208 TYPE_STR(tmpbuf); in imemo_name()
209 TYPE_STR(ast); in imemo_name()
[all …]
/dports/www/srg/srg-1.3.6/src/
H A Dconfiguration.cc102 {"log_file", TYPE_STR|TYPE_NULL, &accesslogf}, in do_configuration()
103 {"output_dir", TYPE_STR|TYPE_NULL, &outputdirf}, in do_configuration()
104 {"output_url", TYPE_STR|TYPE_NULL, &outputurlf}, in do_configuration()
105 {"title", TYPE_STR|TYPE_NULL, &titlef}, in do_configuration()
107 {"filterby", TYPE_STR|TYPE_NULL, &filterbyf}, in do_configuration()
108 {"filtercrit", TYPE_STR|TYPE_NULL, &filtercritf}, in do_configuration()
109 {"groupby", TYPE_STR|TYPE_NULL, &groupbyf}, in do_configuration()
110 {"groupbynetmask", TYPE_STR|TYPE_NULL, &groupbynetf}, in do_configuration()
118 {"iptouser_file", TYPE_STR|TYPE_NULL, &ip2userf}, in do_configuration()
119 {"destinationsitefilter_file", TYPE_STR|TYPE_NULL, &sitefilterf}, in do_configuration()
[all …]
/dports/math/linbox/linbox-1.6.3/benchmarks/
H A Dblock-coppersmith-benchmark.C57 { 'm', "-m M", "Name of file for matrix M", TYPE_STR, &mFname}, in main()
58 { 'u', "-u U", "Name of file for matrix U", TYPE_STR, &uFname}, in main()
59 { 'v', "-v V", "Name of file for matrix V", TYPE_STR, &vFname}, in main()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/std/
H A DSetUtils.cmake6 FUNCTION(TRIL_SET_CACHE_VAR VAR_NAME VAR_VALUE CACHE_STR TYPE_STR)
9 SET(${VAR_NAME} "${VAR_VALUE}" ${CACHE_STR} ${TYPE_STR}
/dports/net/tinyfugue/tf-50b8/src/
H A Dvariable.c127 case TYPE_STR: in init_special_variable()
196 set_str_var_direct(var, TYPE_STR, svalue); in init_variables()
200 value.type = TYPE_STR; in init_variables()
209 set_str_var_direct(var, TYPE_STR, svalue); in init_variables()
329 set_str_var_direct(var, TYPE_STR, value); in hsetnearestvar()
382 set_str_var_direct(var, TYPE_STR, value); in setlocalstrvar()
480 set_var_direct_start(var, TYPE_STR); in set_str_var_direct()
543 if (type & (TYPE_STR)) in setvar()
564 value.type = TYPE_STR; in setstrvar()
814 case TYPE_STR: in set_special_var()
[all …]
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dvariable.c128 case TYPE_STR: in init_special_variable()
197 set_str_var_direct(var, TYPE_STR, svalue); in init_variables()
201 value.type = TYPE_STR; in init_variables()
210 set_str_var_direct(var, TYPE_STR, svalue); in init_variables()
330 set_str_var_direct(var, TYPE_STR, value); in hsetnearestvar()
383 set_str_var_direct(var, TYPE_STR, value); in setlocalstrvar()
481 set_var_direct_start(var, TYPE_STR); in set_str_var_direct()
544 if (type & (TYPE_STR)) in setvar()
565 value.type = TYPE_STR; in setstrvar()
815 case TYPE_STR: in set_special_var()
[all …]
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/utils/
H A Dna-set-conf.c81 TYPE_STR, enumerator
150 type = TYPE_STR; in main()
246 case TYPE_STR: in do_update_conf()
/dports/math/linbox/linbox-1.6.3/examples/
H A Dfind-invariant-factors.C40 { 'm', "-m M", "Name of file for matrix M", TYPE_STR, &mFname}, in main()
41 { 'o', "-o O", "Name of file for output", TYPE_STR, &oFname}, in main()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/api/
H A Dclient_deployinfo.py56 PATH: validation.TYPE_STR,
72 SDK_VERSION: validation.Optional(validation.TYPE_STR)
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/fflas-ffpack/utils/
H A Dargs-parser.h47 … TYPE_NONE, TYPE_INT, TYPE_UINT64, TYPE_LONGLONG, TYPE_INTEGER, TYPE_DOUBLE, TYPE_INTLIST, TYPE_STR enumerator
131 case TYPE_STR:
311 case TYPE_STR: in parseArguments()
361 case TYPE_STR:
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/rtl/
H A DMakefile119 TYPE_STR=.debug macro
121 TYPE_STR= macro
139 HIPE_MKLITERALS=$(ERL_TOP)/bin/$(TARGET)/hipe_mkliterals$(TYPE_STR)$(FLAVOR_STR)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/rtl/
H A DMakefile119 TYPE_STR=.debug macro
121 TYPE_STR= macro
139 HIPE_MKLITERALS=$(ERL_TOP)/bin/$(TARGET)/hipe_mkliterals$(TYPE_STR)$(FLAVOR_STR)
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/rtl/
H A DMakefile116 TYPE_STR=.debug
118 TYPE_STR= macro
136 HIPE_MKLITERALS=$(ERL_TOP)/bin/$(TARGET)/hipe_mkliterals$(TYPE_STR)$(FLAVOR_STR)

1234567891011