Home
last modified time | relevance | path

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

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/edoc/src/
H A Dedoc_wiki.erl332 par_text(Value, As, Bs, E, Es);
363 par_text(Cs, As, Bs, E, Es) -> function
382 par_text(Cs2, [], Bs1, #xmlText{value = Cs2}, Es)
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_wiki.erl332 par_text(Value, As, Bs, E, Es);
363 par_text(Cs, As, Bs, E, Es) -> function
382 par_text(Cs2, [], Bs1, #xmlText{value = Cs2}, Es)
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/edoc/src/
H A Dedoc_wiki.erl332 par_text(Value, As, Bs, E, Es);
363 par_text(Cs, As, Bs, E, Es) -> function
382 par_text(Cs2, [], Bs1, #xmlText{value = Cs2}, Es)
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_wiki.erl332 par_text(Value, As, Bs, E, Es);
363 par_text(Cs, As, Bs, E, Es) -> function
382 par_text(Cs2, [], Bs1, #xmlText{value = Cs2}, Es)
/dports/lang/erlang/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_wiki.erl332 par_text(Value, As, Bs, E, Es);
363 par_text(Cs, As, Bs, E, Es) -> function
382 par_text(Cs2, [], Bs1, #xmlText{value = Cs2}, Es)
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/edoc/src/
H A Dedoc_wiki.erl332 par_text(Value, As, Bs, E, Es);
363 par_text(Cs, As, Bs, E, Es) -> function
382 par_text(Cs2, [], Bs1, #xmlText{value = Cs2}, Es)
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/edoc/src/
H A Dedoc_wiki.erl332 par_text(Value, As, Bs, E, Es);
363 par_text(Cs, As, Bs, E, Es) -> function
382 par_text(Cs2, [], Bs1, #xmlText{value = Cs2}, Es)
/dports/print/lyx/lyx-2.3.4.2/src/
H A DText.cpp2017 docstring par_text = pars_[textpit].asString(AS_STR_SKIPDELETE); in getPossibleLabel() local
2020 par_text = subst(par_text, '\n', '-'); in getPossibleLabel()
2023 if (par_text.empty()) in getPossibleLabel()
2026 par_text = split(par_text, head, ' '); in getPossibleLabel()