Home
last modified time | relevance | path

Searched refs:strSubst (Results 1 – 8 of 8) sorted by relevance

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/scons/scons-local-2.3.3/SCons/
H A DSubst.py403 if isinstance(strSubst, str) and strSubst.find('$') < 0:
404 return strSubst
559 result = ss.substitute(strSubst, lvars)
853 ls.substitute(strSubst, lvars, 0)
862 def scons_subst_once(strSubst, env, key): argument
874 if isinstance(strSubst, str) and strSubst.find('$') < 0:
875 return strSubst
888 if is_Sequence(strSubst):
890 for arg in strSubst:
903 elif is_String(strSubst):
[all …]
/dports/graphics/photivo/photivo/scons-local-2.2.0/SCons/
H A DSubst.py395 if isinstance(strSubst, str) and strSubst.find('$') < 0:
396 return strSubst
551 result = ss.substitute(strSubst, lvars)
845 ls.substitute(strSubst, lvars, 0)
854 def scons_subst_once(strSubst, env, key): argument
866 if isinstance(strSubst, str) and strSubst.find('$') < 0:
867 return strSubst
880 if is_Sequence(strSubst):
882 for arg in strSubst:
895 elif is_String(strSubst):
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-2.3.2/SCons/
H A DSubst.py403 if isinstance(strSubst, str) and strSubst.find('$') < 0:
404 return strSubst
559 result = ss.substitute(strSubst, lvars)
853 ls.substitute(strSubst, lvars, 0)
862 def scons_subst_once(strSubst, env, key): argument
874 if isinstance(strSubst, str) and strSubst.find('$') < 0:
875 return strSubst
888 if is_Sequence(strSubst):
890 for arg in strSubst:
903 elif is_String(strSubst):
[all …]
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/
H A DSubst.py402 if isinstance(strSubst, bytes) and string.find(strSubst, '$') < 0:
403 return strSubst
558 result = ss.substitute(strSubst, lvars)
852 ls.substitute(strSubst, lvars, 0)
861 def scons_subst_once(strSubst, env, key): argument
873 if isinstance(strSubst, bytes) and string.find(strSubst, '$') < 0:
874 return strSubst
887 if is_Sequence(strSubst):
889 for arg in strSubst:
902 elif is_String(strSubst):
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/scons-2.5.0/scons-local-2.5.0/SCons/
H A DSubst.py402 if isinstance(strSubst, str) and strSubst.find('$') < 0:
403 return strSubst
558 result = ss.substitute(strSubst, lvars)
844 ls.substitute(strSubst, lvars, 0)
853 def scons_subst_once(strSubst, env, key): argument
865 if isinstance(strSubst, str) and strSubst.find('$') < 0:
866 return strSubst
879 if is_Sequence(strSubst):
881 for arg in strSubst:
894 elif is_String(strSubst):
[all …]
/dports/devel/scons/SCons-4.2.0/SCons/
H A DSubst.py815 if (isinstance(strSubst, str) and '$' not in strSubst) or isinstance(strSubst, CmdStringHolder):
816 return strSubst
845 result = ss.substitute(strSubst, lvars)
919 ls.substitute(strSubst, lvars, 0)
928 def scons_subst_once(strSubst, env, key): argument
940 if isinstance(strSubst, str) and strSubst.find('$') < 0:
941 return strSubst
954 if is_Sequence(strSubst):
956 for arg in strSubst:
969 elif is_String(strSubst):
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-3.1.2/SCons/
H A DSubst.py412 if (isinstance(strSubst, str) and '$' not in strSubst) or isinstance(strSubst, CmdStringHolder):
413 return strSubst
572 result = ss.substitute(strSubst, lvars)
873 ls.substitute(strSubst, lvars, 0)
882 def scons_subst_once(strSubst, env, key): argument
894 if isinstance(strSubst, str) and strSubst.find('$') < 0:
895 return strSubst
908 if is_Sequence(strSubst):
910 for arg in strSubst:
923 elif is_String(strSubst):
[all …]
/dports/net-p2p/jigdo/jigdo-0.7.3/src/util/
H A Dstring-utf.cc114 void strSubst(string& result, const char* s, int flags) { in strSubst() function
214 strSubst(result, arg[n].val.charPtr, flags); in doSubst()
220 strSubst(result, arg[n].val.stringPtr->c_str(), flags); in doSubst()