Home
last modified time | relevance | path

Searched refs:str_sep (Results 1 – 14 of 14) sorted by relevance

/dports/science/healpix/Healpix_3.50/src/idl/misc/
H A Dtoday_fits.pro44 ; updated to work with IDL 5.5 (str_sep is discontinued)
54 s = str_sep(a_time, ' ') ;Separate fields
55 t = str_sep(s[3], ':') ;Time fields separated by colon
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_query.c456 const char *str_sep = strrchr(but->drawstr, UI_SEP_CHAR); in ui_but_drawstr_len_without_sep_char() local
457 if (str_sep != NULL) { in ui_but_drawstr_len_without_sep_char()
458 return (str_sep - but->drawstr); in ui_but_drawstr_len_without_sep_char()
470 const char *str_sep = strchr(but->tip, '\n'); in ui_but_tip_len_only_first_line() local
471 if (str_sep != NULL) { in ui_but_tip_len_only_first_line()
472 return (str_sep - but->tip); in ui_but_tip_len_only_first_line()
H A Dinterface.c6793 const char *str_sep; in UI_but_string_info_get() local
6796 if ((but->flag & UI_BUT_HAS_SEP_CHAR) && (str_sep = strrchr(but->str, UI_SEP_CHAR))) { in UI_but_string_info_get()
6797 str_len = (str_sep - but->str); in UI_but_string_info_get()
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/scripts/
H A Dfat_mvm_prep.py259 str_sep = ' ' variable
260 arg_str = str_sep.join(arg_list)
H A Dfat_mvm_scripter.py484 str_sep = ' ' variable
485 roi_str = str_sep.join(roi_list)
486 par_str = str_sep.join(par_list)
/dports/science/healpix/Healpix_3.50/src/idl/zzz_external/textoidl/
H A Dstrtrans.pro49 ; obsolete routine str_sep.
52 ; Changed str_sep to strsplit. The former is now considered obsolete by RSI.
58 ; Sped up significantly by using str_sep to handle the translation. No longer
H A DVERSIONS14 Version 2.1 --- Replaced the obsolete function str_sep with the
/dports/audio/ample/ample-0.5.7/src/
H A Dhelper.c410 char *str_sep = "@"; in replacevariables() local
512 variable = str_sep; in replacevariables()
513 encvariable = str_sep; in replacevariables()
521 if(encvariable != str_sep) in replacevariables()
/dports/science/healpix/Healpix_3.50/src/idl/visu/
H A Dtest_preview.pro41 listpath = str_sep(!path,':')
/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/
H A Dtest_str_sep.pro2 ; by Alain C. (moved here from src/pro/str_sep.pro)
/dports/print/a2ps/a2ps-4.13/sheets/
H A Didl.ssh488 "str_sep",
/dports/www/g-cows/g-cows-1.12/src/
H A Dlanguage.C1240 string str_sep = (sep->exec ()).to_string (true); in exec() local
1246 ret_value += str_sep; in exec()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc729 string str_sep; in remove_separator() local
730 if(i == 0) str_sep = CALCULATOR->local_digit_group_separator; in remove_separator()
731 else if(i == 1) str_sep = THIN_SPACE; in remove_separator()
732 else str_sep = " "; in remove_separator()
733 size_t index = copy_text.find(str_sep); in remove_separator()
735str_sep.length() < copy_text.length() && copy_text[index - 1] >= '0' && copy_text[index - 1] <= '9… in remove_separator()
736 copy_text.erase(index, str_sep.length()); in remove_separator()
740 index = copy_text.find(str_sep, index); in remove_separator()
/dports/science/gnudatalanguage/gdl-1.0.1/obsolete/
H A DChangeLog-till-0.9.63435 * src/pro/str_sep.pro: working STR_SEP
3955 …_fun_jmg.cpp, src/cformat.g, src/libinit_mes.cpp, src/print.cpp, src/pro/str_sep.pro, src/CFMTLexe…
5258 * src/pro/str_sep.pro, testsuite/test_str_sep.pro:
8342 * src/pro/str_sep.pro:
8607 * src/pro/str_sep.pro, src/pro/strsplit.pro:
9150 … src/pro/restore.pro, src/pro/rstrpos.pro, src/pro/showfont.pro, src/pro/str_sep.pro, src/pro/uniq…
11838 * src/pro/str_sep.pro: Initial import