Home
last modified time | relevance | path

Searched defs:subst (Results 51 – 75 of 2521) sorted by relevance

12345678910>>...101

/dports/lang/erlang-wx/otp-OTP-24.1.7/system/doc/top/src/
H A Derl_html_tools.erl382 subst("#otp_base_vsn#", _Info, _Group) -> function
384 subst("#version#", Info, _Group) -> function
386 subst("#copyrightyear#", _Info, _Group) -> function
389 subst("#copyright#", _Info, _Group) -> function
391 subst("#groups#", Info, _Group) -> function
395 subst("#applinks#", Info, Group) -> function
397 subst(KeyWord, Info, _Group) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/system/doc/top/src/
H A Derl_html_tools.erl382 subst("#otp_base_vsn#", _Info, _Group) -> function
384 subst("#version#", Info, _Group) -> function
386 subst("#copyrightyear#", _Info, _Group) -> function
389 subst("#copyright#", _Info, _Group) -> function
391 subst("#groups#", Info, _Group) -> function
395 subst("#applinks#", Info, Group) -> function
397 subst(KeyWord, Info, _Group) -> function
/dports/lang/erlang-doc/otp_doc_html_24.1/doc/docbuild/
H A Derl_html_tools.erl382 subst("#otp_base_vsn#", _Info, _Group) -> function
384 subst("#version#", Info, _Group) -> function
386 subst("#copyrightyear#", _Info, _Group) -> function
389 subst("#copyright#", _Info, _Group) -> function
391 subst("#groups#", Info, _Group) -> function
395 subst("#applinks#", Info, Group) -> function
397 subst(KeyWord, Info, _Group) -> function
/dports/lang/erlang/otp-OTP-24.1.7/system/doc/top/src/
H A Derl_html_tools.erl382 subst("#otp_base_vsn#", _Info, _Group) -> function
384 subst("#version#", Info, _Group) -> function
386 subst("#copyrightyear#", _Info, _Group) -> function
389 subst("#copyright#", _Info, _Group) -> function
391 subst("#groups#", Info, _Group) -> function
395 subst("#applinks#", Info, Group) -> function
397 subst(KeyWord, Info, _Group) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/common_test/test_server/
H A Dts_lib.erl218 subst(String, Vars) -> function
221 subst([$@, $_|Rest], Vars, Result) -> function
223 subst([$@, C|Rest], Vars, Result) when $A =< C, C =< $Z -> function
225 subst([$@, C|Rest], Vars, Result) when $a =< C, C =< $z -> function
227 subst([C|Rest], Vars, Result) -> function
229 subst([], _Vars, Result) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/common_test/test_server/
H A Dts_lib.erl219 subst(String, Vars) -> function
222 subst([$@, $_|Rest], Vars, Result) -> function
224 subst([$@, C|Rest], Vars, Result) when $A =< C, C =< $Z -> function
226 subst([$@, C|Rest], Vars, Result) when $a =< C, C =< $z -> function
228 subst([C|Rest], Vars, Result) -> function
230 subst([], _Vars, Result) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/common_test/test_server/
H A Dts_lib.erl219 subst(String, Vars) -> function
222 subst([$@, $_|Rest], Vars, Result) -> function
224 subst([$@, C|Rest], Vars, Result) when $A =< C, C =< $Z -> function
226 subst([$@, C|Rest], Vars, Result) when $a =< C, C =< $z -> function
228 subst([C|Rest], Vars, Result) -> function
230 subst([], _Vars, Result) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/common_test/test_server/
H A Dts_lib.erl218 subst(String, Vars) -> function
221 subst([$@, $_|Rest], Vars, Result) -> function
223 subst([$@, C|Rest], Vars, Result) when $A =< C, C =< $Z -> function
225 subst([$@, C|Rest], Vars, Result) when $a =< C, C =< $z -> function
227 subst([C|Rest], Vars, Result) -> function
229 subst([], _Vars, Result) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/common_test/test_server/
H A Dts_lib.erl218 subst(String, Vars) -> function
221 subst([$@, $_|Rest], Vars, Result) -> function
223 subst([$@, C|Rest], Vars, Result) when $A =< C, C =< $Z -> function
225 subst([$@, C|Rest], Vars, Result) when $a =< C, C =< $z -> function
227 subst([C|Rest], Vars, Result) -> function
229 subst([], _Vars, Result) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/common_test/test_server/
H A Dts_lib.erl219 subst(String, Vars) -> function
222 subst([$@, $_|Rest], Vars, Result) -> function
224 subst([$@, C|Rest], Vars, Result) when $A =< C, C =< $Z -> function
226 subst([$@, C|Rest], Vars, Result) when $a =< C, C =< $z -> function
228 subst([C|Rest], Vars, Result) -> function
230 subst([], _Vars, Result) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/common_test/test_server/
H A Dts_lib.erl218 subst(String, Vars) -> function
221 subst([$@, $_|Rest], Vars, Result) -> function
223 subst([$@, C|Rest], Vars, Result) when $A =< C, C =< $Z -> function
225 subst([$@, C|Rest], Vars, Result) when $a =< C, C =< $z -> function
227 subst([C|Rest], Vars, Result) -> function
229 subst([], _Vars, Result) -> function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/search/
H A Dgenerate_colors_info.cc66 std::vector<std::string> subst; in GenerateIconDataForColor() local
80 std::vector<std::string> subst; in GenerateColorLine() local
101 std::vector<std::string> subst; in GenerateColorsInfoFile() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/search/
H A Dgenerate_colors_info.cc65 std::vector<std::string> subst; in GenerateIconDataForColor() local
79 std::vector<std::string> subst; in GenerateColorLine() local
100 std::vector<std::string> subst; in GenerateColorsInfoFile() local
/dports/textproc/gsed/sed-4.8/sed/
H A Dsed.h119 struct subst { struct
122 countT numb; /* if >0, only substitute for match number "numb" */ argument
123 struct output *outf; /* 'w' option given */
124 unsigned global : 1; /* 'g' option given */
125 unsigned print : 2; /* 'p' option given (before/after eval) */
126 unsigned eval : 1; /* 'e' option given */
127 unsigned max_id : 4; /* maximum backreference on the RHS */
129 char* replacement_buffer;
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/system/doc/top/src/
H A Derl_html_tools.erl382 subst("#otp_base_vsn#", _Info, _Group) -> function
384 subst("#version#", Info, _Group) -> function
386 subst("#copyright#", _Info, _Group) -> function
388 subst("#groups#", Info, _Group) -> function
392 subst("#applinks#", Info, Group) -> function
394 subst(KeyWord, Info, _Group) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/system/doc/top/src/
H A Derl_html_tools.erl382 subst("#otp_base_vsn#", _Info, _Group) -> function
384 subst("#version#", Info, _Group) -> function
386 subst("#copyright#", _Info, _Group) -> function
388 subst("#groups#", Info, _Group) -> function
392 subst("#applinks#", Info, Group) -> function
394 subst(KeyWord, Info, _Group) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/system/doc/top/src/
H A Derl_html_tools.erl382 subst("#otp_base_vsn#", _Info, _Group) -> function
384 subst("#version#", Info, _Group) -> function
386 subst("#copyright#", _Info, _Group) -> function
388 subst("#groups#", Info, _Group) -> function
392 subst("#applinks#", Info, Group) -> function
394 subst(KeyWord, Info, _Group) -> function
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/misc/
H A DMessageUtils.java41 public static String subst(String patt, String arg) { in subst() method in MessageUtils
46 public static String subst(String patt, String arg1, String arg2) { in subst() method in MessageUtils
51 public static String subst(String patt, String arg1, String arg2, in subst() method in MessageUtils
57 public static String subst(String patt, String args[]) { in subst() method in MessageUtils
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/misc/
H A DMessageUtils.java41 public static String subst(String patt, String arg) { in subst() method in MessageUtils
46 public static String subst(String patt, String arg1, String arg2) { in subst() method in MessageUtils
51 public static String subst(String patt, String arg1, String arg2, in subst() method in MessageUtils
57 public static String subst(String patt, String args[]) { in subst() method in MessageUtils
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A DText.cpp45 string subst(const string& model, const vector<string>& args) in subst() function
50 string subst(const string& model, const string& a0) in subst() function
57 string subst(const string& model, const string& a0, const string& a1) in subst() function
65 string subst(const string& model, const string& a0, const string& a1, const string& a2) in subst() function
74 string subst(const string& model, const string& a0, const string& a1, const string& a2, const strin… in subst() function
84 string subst(const string& model, const string& a0, const string& a1, const string& a2, const strin… in subst() function
96 string subst(const string& model, const string& a0, const string& a1, const string& a2, const strin… in subst() function
109 string subst(const string& model, const string& a0, const string& a1, const string& a2, const strin… in subst() function
/dports/devel/kBuild/kBuild-0.1.9998/src/sed/sed/
H A Dsed.h121 struct subst { struct
124 countT numb; /* if >0, only substitute for match number "numb" */ argument
125 struct output *outf; /* 'w' option given */
126 unsigned global : 1; /* 'g' option given */
127 unsigned print : 2; /* 'p' option given (before/after eval) */
128 unsigned eval : 1; /* 'e' option given */
129 unsigned max_id : 4; /* maximum backreference on the RHS */
/dports/editors/ssed/sed-3.62/sed/
H A Dsed.h121 struct subst { struct
124 countT numb; /* if >0, only substitute for match number "numb" */ argument
125 struct output *outf; /* 'w' option given */
126 unsigned global : 1; /* 'g' option given */
127 unsigned print : 2; /* 'p' option given (before/after eval) */
128 unsigned eval : 1; /* 'e' option given */
129 unsigned max_id : 4; /* maximum backreference on the RHS */
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/typing-labels/
H A Dmixin3.ml33 method subst ~sub (`Var s as x) = method
67 method subst ~sub = function method
128 method subst ~sub = function method
156 method subst ~sub = function method
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/typing-labels/
H A Dmixin3.ml33 method subst ~sub (`Var s as x) = method
67 method subst ~sub = function method
128 method subst ~sub = function method
156 method subst ~sub = function method
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/QuickCheck-2.14.1/examples/
H A DLambda.hs108 subst x c (Var y) | x == y = c function
109 subst x b (Lam y a) | x /= y = Lam y (subst x b a) function
110 subst x c (App a b) = App (subst x c a) (subst x c b) function
111 subst x c a = a function

12345678910>>...101