/dports/science/healpix/Healpix_3.50/src/idl/visu/ |
H A D | xyouts_latex.pro | 65 outstr = strtrans(outstr, c_pos, ' '+i_pos) 66 outstr = strtrans(outstr, c_neg, ' '+i_neg) 68 outstr = strtrans(outstr, c_pos, '$\ '+t_pos+'$') 69 outstr = strtrans(outstr, c_neg, '$\ '+t_neg+'$') 86 outstr = strtrans(outstr, ['\$','{','}','\^','_'], ['','','','','']) 150 ltxstc.tex[n] = scol+strtrans(e2latex(str),' ','{ }') 159 mystr = strtrans(mystr,['\$'],[''])
|
/dports/editors/cream/cream-0.43/ |
H A D | cream-showinvisibles.vim | 126 elseif strlen(substitute(strtrans(nr2char(187)), ".", "x", "g")) == 1 138 elseif strlen(substitute(strtrans(nr2char(182)), ".", "x", "g")) == 1 150 elseif strlen(substitute(strtrans(nr2char(183)), ".", "x", "g")) == 1 166 elseif strlen(substitute(strtrans(nr2char(133)), ".", "x", "g")) == 1 169 elseif strlen(substitute(strtrans(nr2char(8230)), ".", "x", "g")) == 1 172 elseif strlen(substitute(strtrans(nr2char(8249)), ".", "x", "g")) == 1 176 elseif strlen(substitute(strtrans(nr2char(8592)), ".", "x", "g")) == 1 191 elseif strlen(substitute(strtrans(nr2char(133)), ".", "x", "g")) == 1 194 elseif strlen(substitute(strtrans(nr2char(8230)), ".", "x", "g")) == 1 197 elseif strlen(substitute(strtrans(nr2char(8250)), ".", "x", "g")) == 1 [all …]
|
/dports/japanese/jed/jed-B0.99-8__J067/lib/ |
H A D | emul.sl | 3 #ifnexists strtrans 6 define strtrans (a, b, c) function
|
H A D | pushmode.sl | 35 old_mode = strtrans (old_mode, "-", "_"); 37 try_mode = strlow (strtrans (old_mode, " ", "_") + "_mode");
|
H A D | mktex.sl | 249 strcmp (strlow (strtrans (a, "_", "")), 250 strlow (strtrans (b, "_", "")));
|
H A D | modehook.sl | 66 value = strlow (strtrans (value, "-", "_"));
|
/dports/science/healpix/Healpix_3.50/src/idl/zzz_external/textoidl/ |
H A D | strtrans.pro | 10 ; new = strtrans(oldstr,from,to,ned) 35 ; out = strtrans(inp,from,to,ned) 38 ; $Id: strtrans.pro,v 1.7 2004/06/15 17:25:54 mcraig Exp $ 39 ; $Log: strtrans.pro,v $ 74 FUNCTION strtrans, InputString, from, to, ned, $ 85 print, offset+'new = strtrans(oldstr,from,to,ned)'
|
H A D | textoidl.pro | 139 strn = strtrans(strn, '\^'+'\'+table[0, *], '^{'+table[0, *]+'}') 140 strn = strtrans(strn, '\_'+'\'+table[0, *], '_{'+table[0, *]+'}') 150 strn = strtrans(strn, '\'+table[0, *], table[1, *])
|
H A D | VERSIONS | 20 - Bug fix: call of strtrans in textoidl.pro; special
|
/dports/science/healpix/Healpix_3.50/src/idl/misc/ |
H A D | help_st.pro | 72 print,strtrans(output,['_MYJUNK_','='],[arg,'']) 77 arg = strtrans(command, strupcase(routine)+',', '') 79 print,strtrans(output,'_MYJUNK_',arg)
|
/dports/editors/jed/jed-0.99-19/lib/ |
H A D | pushmode.sl | 38 old_mode = strtrans (old_mode, "-", "_"); 40 try_mode = strlow (strtrans (old_mode, " ", "_") + "_mode");
|
H A D | modehook.sl | 119 value = strlow (strtrans (value, "-", "_"));
|
/dports/shells/bash/bash-5.1/lib/sh/ |
H A D | Makefile.in | 89 shquote.c strtrans.c strcasestr.c snprintf.c mailstat.c \ 107 strtrans.o snprintf.o mailstat.o fmtulong.o \ 199 strtrans.o: strtrans.c 279 strtrans.o: ${BUILD_DIR}/config.h 500 strtrans.o: ${topdir}/bashansi.h 501 strtrans.o: ${BASHINCDIR}/ansi_stdlib.h ${BASHINCDIR}/chartypes.h 505 strtrans.o: ${topdir}/array.h ${topdir}/hashlib.h ${topdir}/quit.h 506 strtrans.o: ${topdir}/unwind_prot.h ${topdir}/dispose_cmd.h 507 strtrans.o: ${topdir}/make_cmd.h ${topdir}/subst.h ${topdir}/sig.h 508 strtrans.o: ${BUILD_DIR}/pathnames.h ${topdir}/externs.h [all …]
|
/dports/editors/vile/vile-9.8v/filters/ |
H A D | vim.key | 85 strtrans
|
/dports/editors/xvile/vile-9.8v/filters/ |
H A D | vim.key | 85 strtrans
|
/dports/japanese/libslang/slang-1.4.5jp2/src/test/ |
H A D | strops.sl | 70 variable s1 = strtrans (s, from, to); 72 failed ("strtrans(%s, %s, %s) --> %s", s, from, to, s1);
|
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/lint/markedjson/ |
H A D | error.py | 42 def strtrans(s): function 79 snippet = [strtrans(s) for s in snippet]
|
/dports/devel/libslang2/slang-2.3.2/src/test/ |
H A D | strops.sl | 120 s1 = strtrans (s, from, to); 122 failed ("Expected strtrans('%s', '%s', '%s') to fail", s, from, to); 131 failed ("strtrans(%s, %s, %s) --> %s", s, from, to, s1); 137 b1 = strtrans (a, from, to); 139 failed ("strtrans(%S, %S, %S) --> %S", a, from, to, b1); 145 s1 = strtrans (s, from, to); 147 failed ("strtrans(%s, \"%s\", \"%s\") --> \"%s\"", s, from, to, s1); 149 s1 = strtrans (s, from, to); 151 failed ("strtrans(%s, \"%s\", \"%s\") --> \"%s\"", s, from, to, s1);
|
/dports/editors/the/THE-3.3RC4/ |
H A D | the.c | 457 strrmdup(strtrans(the_home_dir,OSLASH,ISLASH),ISLASH,TRUE); 467 strrmdup(strtrans(the_home_dir,OSLASH,ISLASH),ISLASH,TRUE); 779 … strrmdup(strtrans((CHARTYPE *)my_argv[optind],OSLASH,ISLASH),ISLASH,TRUE), 1563 strrmdup(strtrans(local_prf,OSLASH,ISLASH),ISLASH,TRUE); 1572 strrmdup(strtrans(local_prf,OSLASH,ISLASH),ISLASH,TRUE); 1582 strrmdup(strtrans(local_prf,OSLASH,ISLASH),ISLASH,TRUE);
|
/dports/japanese/libslang/slang-1.4.5jp2/doc/tm/rtl/ |
H A D | strops.tm | 425 \seealso{strtrim, strtrans} 591 For uses such as this, the \var{strtrans} function is a better choice. 640 \function{strtrans} 642 \usage{String_Type strtrans (str, old_set, new_set)} 647 The \var{strtrans} function may be used to replace all the characters 654 str = strtrans (str, "A-Z", "a-z"); % lower-case str 655 str = strtrans (str, "^0-9", " "); % Replace anything but 0-9 by space 713 \seealso{strlow, toupper, strcmp, strtrim, define_case, strtrans}
|
/dports/news/slrn/slrn-1.0.3/win32/ |
H A D | subst.sl | 39 if (word != strtrans (word, "^a-zA-Z0-9_", ""))
|
/dports/news/slrn/slrn-1.0.3/macros/ |
H A D | slrn.sl | 43 return strtrans (path, delim, ",");
|
/dports/devel/libslang2/slang-2.3.2/doc/tm/rtl/ |
H A D | strops.tm | 808 See the documentation for the \ifun{strtrans} function for the 810 \seealso{strskipchar, strbskipchar, strtrans} 884 For uses such as this, the \ifun{strtrans} function is a better choice. 949 \function{strtrans} 951 \usage{String_Type strtrans (str, old_set, new_set)} 956 The \ifun{strtrans} function may be used to replace all the characters 984 str = strtrans (str, "\\u", "\\l"); % lower-case str 985 str = strtrans (str, "^0-9", " "); % Replace anything but 0-9 by space 986 str = strtrans (str, "\\^0-9", " "); % Replace '^' and 0-9 by a space 1067 \seealso{strlow, toupper, strcmp, strtrim, define_case, strtrans} [all …]
|
/dports/textproc/p5-Text-VimColor/Text-VimColor-0.26/share/ |
H A D | mark.vim | 65 exe "normal \<C-W>pa" . strtrans(s:new) . "\n\e\<C-W>p"
|
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/ |
H A D | test_substitute.vim | 318 \ ["C\<C-V>\<C-J>C", 's/C./\=strtrans(string(submatch(0, 1)))/', [strtrans("['C\<C-J>']C")]], 319 …\ ["D\<C-V>\<C-J>\nD", 's/D.\nD/\=strtrans(string(submatch(0, 1)))/', [strtrans("['D\<C-J>', 'D']"… 320 …>\<C-J>\n\<C-V>\<C-J>\n\<C-V>\<C-J>E", 's/E\_.\{-}E/\=strtrans(string(submatch(0, 1)))/', [strtran…
|