Home
last modified time | relevance | path

Searched defs:do_format (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/devel/elixir-timex/timex-3.3.0/examples/formatter/
H A Dhumanized.exs46 defp do_format(_date, [], result), do: {:ok, result} function
47 defp do_format(_date, _, {:error, _} = error), do: error function
48 …defp do_format(date, [%Directive{type: :literal, value: char} | dirs], result) when is_binary(char… function
51 …defp do_format(%NaiveDateTime{day: day} = date, [%Directive{type: :oday_phonetic} | dirs], result)… function
55 defp do_format(date, [%Directive{type: :date_shift} | dirs], result) do function
58 …defp do_format(date, [%Directive{type: type, modifiers: mods, flags: flags, width: width} | dirs],… function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_log/src/
H A Dcouch_log_formatter.erl69 do_format({error, _GL, {Pid, "** Generic server " ++ _, Args}}) -> function
83 do_format({error, _GL, {Pid, "** State machine " ++ _, Args}}) -> function
118 do_format({error, _GL, {Pid, Fmt, Args}}) -> function
121 do_format({error_report, _GL, {Pid, std_error, D}}) -> function
124 do_format({error_report, _GL, {Pid, supervisor_report, D}}) -> function
146 do_format({warning_msg, _GL, {Pid, Fmt, Args}}) -> function
149 do_format({warning_report, _GL, {Pid, std_warning, Report}}) -> function
152 do_format({info_msg, _GL, {Pid, Fmt, Args}}) -> function
164 do_format({info_report, _GL, {Pid, std_info, D}}) -> function
167 do_format({info_report, _GL, {Pid, progress, D}}) -> function
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/io/
H A Dansi.ex278 defp do_format([term | rest], rem, acc, emit?, append_reset) do function
282 defp do_format(term, rem, acc, true, append_reset) when is_atom(term) do function
286 defp do_format(term, rem, acc, false, append_reset) when is_atom(term) do function
290 defp do_format(term, rem, acc, emit?, append_reset) when not is_list(term) do function
294 defp do_format([], [next | rest], acc, emit?, append_reset) do function
298 defp do_format([], [], acc, true, true) do function
302 defp do_format([], [], acc, _emit?, _append_reset) do function
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/io/
H A Dansi.ex278 defp do_format([term | rest], rem, acc, emit?, append_reset) do function
282 defp do_format(term, rem, acc, true, append_reset) when is_atom(term) do function
286 defp do_format(term, rem, acc, false, append_reset) when is_atom(term) do function
290 defp do_format(term, rem, acc, emit?, append_reset) when not is_list(term) do function
294 defp do_format([], [next | rest], acc, emit?, append_reset) do function
298 defp do_format([], [], acc, true, true) do function
302 defp do_format([], [], acc, _emit?, _append_reset) do function
/dports/devel/elixir-timex/timex-3.3.0/lib/format/datetime/formatters/
H A Drelative.ex94 defp do_format(_locale, _date, _relative, [], result), do: {:ok, result} function
95 …defp do_format(locale, date, relative, [%Directive{type: :literal, value: char} | dirs], result) w… function
98 defp do_format(locale, date, relative, [%Directive{type: :relative} | dirs], result) do function
152 …defp do_format(locale, date, relative, [%Directive{type: type, modifiers: mods, flags: flags, widt… function
H A Ddefault.ex178 defp do_format(_locale, _date, [], result), do: {:ok, result} function
179 …defp do_format(locale, date, [%Directive{type: :literal, value: char} | dirs], result) when is_bin… function
182 …defp do_format(locale, date, [%Directive{type: type, modifiers: mods, flags: flags, width: width} … function
/dports/devel/elixir-timex/timex-3.3.0/lib/format/duration/formatters/
H A Dhumanized.ex72 defp do_format(components, locale), function
74 defp do_format([], str, _locale), function
76 defp do_format([{unit, value}|rest], str, locale) do function
H A Ddefault.ex70 defp do_format(components), do: do_format(components, <<?P>>) function
71 defp do_format([], str), do: str function
72 defp do_format([{unit,_} = component|rest], str) do function
/dports/devel/elixir-apex/apex-1.2.1/lib/apex/format/
H A Dtuple.ex9 defp do_format({}, _options), do: "{}" <> new_line() function
10 defp do_format(data, options) do function
H A Dseq.ex18 defp do_format(data, options, config) when is_list(data) do function
24 defp do_format({entry, i}, options, config) do function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dlogger_formatter.erl111 do_format(Level,Data,[level|Format],Config) -> function
113 do_format(Level,Data,[{Key,IfExist,Else}|Format],Config) -> function
120 do_format(Level,Data,[Key|Format],Config) function
129 do_format(Level,Data,[Str|Format],Config) -> function
131 do_format(_Level,_Data,[],_Config) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger_formatter.erl111 do_format(Level,Data,[level|Format],Config) -> function
113 do_format(Level,Data,[{Key,IfExist,Else}|Format],Config) -> function
120 do_format(Level,Data,[Key|Format],Config) function
129 do_format(Level,Data,[Str|Format],Config) -> function
131 do_format(_Level,_Data,[],_Config) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dlogger_formatter.erl111 do_format(Level,Data,[level|Format],Config) -> function
113 do_format(Level,Data,[{Key,IfExist,Else}|Format],Config) -> function
120 do_format(Level,Data,[Key|Format],Config) function
129 do_format(Level,Data,[Str|Format],Config) -> function
131 do_format(_Level,_Data,[],_Config) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger_formatter.erl111 do_format(Level,Data,[level|Format],Config) -> function
113 do_format(Level,Data,[{Key,IfExist,Else}|Format],Config) -> function
120 do_format(Level,Data,[Key|Format],Config) function
129 do_format(Level,Data,[Str|Format],Config) -> function
131 do_format(_Level,_Data,[],_Config) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Dlogger_formatter.erl111 do_format(Level,Data,[level|Format],Config) -> function
113 do_format(Level,Data,[{Key,IfExist,Else}|Format],Config) -> function
120 do_format(Level,Data,[Key|Format],Config) function
129 do_format(Level,Data,[Str|Format],Config) -> function
131 do_format(_Level,_Data,[],_Config) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger_formatter.erl111 do_format(Level,Data,[level|Format],Config) -> function
113 do_format(Level,Data,[{Key,IfExist,Else}|Format],Config) -> function
120 do_format(Level,Data,[Key|Format],Config) function
129 do_format(Level,Data,[Str|Format],Config) -> function
131 do_format(_Level,_Data,[],_Config) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger_formatter.erl111 do_format(Level,Data,[level|Format],Config) -> function
113 do_format(Level,Data,[{Key,IfExist,Else}|Format],Config) -> function
120 do_format(Level,Data,[Key|Format],Config) function
129 do_format(Level,Data,[Str|Format],Config) -> function
131 do_format(_Level,_Data,[],_Config) -> function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/speedtest/
H A Dspeedtest.cpp234 bool do_format ) in TestFeatureGeneOverlap()
258 bool do_format ) in DoProcessFeatureSuggest()
271 bool do_format ) in TestFeatureGeneOverlap()
289 bool do_format ) in TestFeatureGeneOverlap()
307 bool do_format ) in DoProcessFeatureGeneOverlap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dgen_dxgi_support_tables.py172 def do_format(format_data): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/
H A Dgen_dxgi_support_tables.py172 def do_format(format_data): function
/dports/textproc/py-rstfmt/rstfmt-5173b3cf68c9eaaf4b5d7fcb2e6c169c4f56f388/rstfmt/
H A Dserver.py19 def do_format(width: int, s: str) -> str: function
/dports/www/newsboat/newsboat-2.22.1/src/
H A Dfmtstrformatter.cpp43 std::string FmtStrFormatter::do_format(const std::string& fmt, in do_format() function in newsboat::FmtStrFormatter
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dgen_dxgi_support_tables.py152 def do_format(format_data): function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dsocket_test_logger.erl68 do_format(Msg) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Dsocket_test_logger.erl68 do_format(Msg) -> function

1234567