Created
January 18, 2018 22:16
-
-
Save wojtekmach/373f2fccf550720b31df8bfeb0e5b6da to your computer and use it in GitHub Desktop.
Elixir API changes - https://github.com/wojtekmach/modulesdiff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/modules-v1.2.txt b/modules-v1.3.txt | |
| index e88c992ca..89357d0c1 100644 | |
| --- a/modules-v1.2.txt | |
| +++ b/modules-v1.3.txt | |
| @@ -1,6 +1,12 @@ | |
| +Access.all/0 | |
| +Access.at/1 | |
| +Access.elem/1 | |
| Access.fetch/2 | |
| Access.get/3 | |
| Access.get_and_update/3 | |
| +Access.key/2 | |
| +Access.key!/1 | |
| +Access.pop/2 | |
| Agent.cast/2 | |
| Agent.cast/4 | |
| @@ -39,6 +45,7 @@ Application.stop/1 | |
| Application.unload/1 | |
| Atom.to_char_list/1 | |
| +Atom.to_charlist/1 | |
| Atom.to_string/1 | |
| Base.decode16/2 | |
| @@ -75,6 +82,15 @@ Bitwise.bxor/2 | |
| Bitwise.|||/2 | |
| Bitwise.~~~/1 | |
| +Calendar.__using__/1 | |
| + | |
| +Calendar.ISO.date/3 | |
| +Calendar.ISO.leap_year?/1 | |
| +Calendar.ISO.parse_microsecond/1 | |
| +Calendar.ISO.parse_offset/1 | |
| +Calendar.ISO.to_iso8601/1 | |
| +Calendar.ISO.to_string/1 | |
| + | |
| Code.append_path/1 | |
| Code.available_compiler_options/0 | |
| Code.compile_quoted/2 | |
| @@ -103,6 +119,30 @@ Collectable.impl_for/1 | |
| Collectable.impl_for!/1 | |
| Collectable.into/1 | |
| +Date.__struct__/0 | |
| +Date.__struct__/1 | |
| +Date.from_erl/1 | |
| +Date.from_erl!/1 | |
| +Date.from_iso8601/1 | |
| +Date.from_iso8601!/1 | |
| +Date.new/3 | |
| +Date.to_erl/1 | |
| +Date.to_iso8601/1 | |
| +Date.to_string/1 | |
| + | |
| +DateTime.__struct__/0 | |
| +DateTime.__struct__/1 | |
| +DateTime.from_unix/2 | |
| +DateTime.from_unix!/2 | |
| +DateTime.precision_for_unit/1 | |
| +DateTime.to_date/1 | |
| +DateTime.to_iso8601/1 | |
| +DateTime.to_naive/1 | |
| +DateTime.to_string/1 | |
| +DateTime.to_time/1 | |
| +DateTime.to_unix/2 | |
| +DateTime.utc_now/0 | |
| + | |
| Dict.__using__/1 | |
| Dict.delete/2 | |
| Dict.drop/2 | |
| @@ -143,6 +183,7 @@ Enum.count/2 | |
| Enum.dedup/1 | |
| Enum.dedup_by/2 | |
| Enum.drop/2 | |
| +Enum.drop_every/2 | |
| Enum.drop_while/2 | |
| Enum.each/2 | |
| Enum.empty?/1 | |
| @@ -214,7 +255,7 @@ Exception.format/3 | |
| Exception.format_banner/3 | |
| Exception.format_exit/1 | |
| Exception.format_fa/2 | |
| -Exception.format_file_line/2 | |
| +Exception.format_file_line/3 | |
| Exception.format_mfa/3 | |
| Exception.format_stacktrace/1 | |
| Exception.format_stacktrace_entry/1 | |
| @@ -275,11 +316,13 @@ File.write_stat/3 | |
| File.write_stat!/3 | |
| File.Stat.__struct__/0 | |
| +File.Stat.__struct__/1 | |
| File.Stat.from_record/1 | |
| File.Stat.to_record/1 | |
| File.Stream.__build__/3 | |
| File.Stream.__struct__/0 | |
| +File.Stream.__struct__/1 | |
| Float.ceil/2 | |
| Float.floor/2 | |
| @@ -287,6 +330,7 @@ Float.parse/1 | |
| Float.round/2 | |
| Float.to_char_list/1 | |
| Float.to_char_list/2 | |
| +Float.to_charlist/1 | |
| Float.to_string/1 | |
| Float.to_string/2 | |
| @@ -315,6 +359,7 @@ GenEvent.system_terminate/4 | |
| GenEvent.which_handlers/1 | |
| GenEvent.Stream.__struct__/0 | |
| +GenEvent.Stream.__struct__/1 | |
| GenEvent.Stream.code_change/3 | |
| GenEvent.Stream.handle_call/2 | |
| GenEvent.Stream.handle_event/2 | |
| @@ -334,6 +379,7 @@ GenServer.stop/3 | |
| GenServer.whereis/1 | |
| HashDict.__struct__/0 | |
| +HashDict.__struct__/1 | |
| HashDict.delete/2 | |
| HashDict.dict_delete/2 | |
| HashDict.drop/2 | |
| @@ -362,6 +408,7 @@ HashDict.update!/3 | |
| HashDict.values/1 | |
| HashSet.__struct__/0 | |
| +HashSet.__struct__/1 | |
| HashSet.delete/2 | |
| HashSet.difference/2 | |
| HashSet.disjoint?/2 | |
| @@ -392,6 +439,8 @@ IO.iodata_to_binary/1 | |
| IO.puts/2 | |
| IO.read/2 | |
| IO.stream/2 | |
| +IO.warn/1 | |
| +IO.warn/2 | |
| IO.write/2 | |
| IO.ANSI.black/0 | |
| @@ -455,6 +504,7 @@ IO.ANSI.yellow_background/0 | |
| IO.Stream.__build__/3 | |
| IO.Stream.__struct__/0 | |
| +IO.Stream.__struct__/1 | |
| Inspect.__protocol__/1 | |
| Inspect.impl_for/1 | |
| @@ -479,17 +529,20 @@ Inspect.Algebra.surround_many/6 | |
| Inspect.Algebra.to_doc/2 | |
| Inspect.Error.__struct__/0 | |
| +Inspect.Error.__struct__/1 | |
| Inspect.Error.exception/1 | |
| Inspect.Error.message/1 | |
| Inspect.Opts.__struct__/0 | |
| +Inspect.Opts.__struct__/1 | |
| Integer.digits/2 | |
| Integer.is_even/1 | |
| Integer.is_odd/1 | |
| Integer.parse/2 | |
| Integer.to_char_list/1 | |
| -Integer.to_char_list/2 | |
| +Integer.to_charlist/1 | |
| +Integer.to_charlist/2 | |
| Integer.to_string/1 | |
| Integer.to_string/2 | |
| Integer.undigits/2 | |
| @@ -575,6 +628,8 @@ Kernel.node/0 | |
| Kernel.node/1 | |
| Kernel.not/1 | |
| Kernel.or/2 | |
| +Kernel.pop_in/1 | |
| +Kernel.pop_in/2 | |
| Kernel.put_elem/3 | |
| Kernel.put_in/2 | |
| Kernel.put_in/3 | |
| @@ -587,8 +642,11 @@ Kernel.round/1 | |
| Kernel.self/0 | |
| Kernel.send/2 | |
| Kernel.sigil_C/2 | |
| +Kernel.sigil_D/2 | |
| +Kernel.sigil_N/2 | |
| Kernel.sigil_R/2 | |
| Kernel.sigil_S/2 | |
| +Kernel.sigil_T/2 | |
| Kernel.sigil_W/2 | |
| Kernel.sigil_c/2 | |
| Kernel.sigil_r/2 | |
| @@ -605,6 +663,7 @@ Kernel.struct!/2 | |
| Kernel.throw/1 | |
| Kernel.tl/1 | |
| Kernel.to_char_list/1 | |
| +Kernel.to_charlist/1 | |
| Kernel.to_string/1 | |
| Kernel.trunc/1 | |
| Kernel.tuple_size/1 | |
| @@ -718,6 +777,7 @@ List.Chars.__protocol__/1 | |
| List.Chars.impl_for/1 | |
| List.Chars.impl_for!/1 | |
| List.Chars.to_char_list/1 | |
| +List.Chars.to_charlist/1 | |
| Macro.binary_ops/0 | |
| Macro.camelize/1 | |
| @@ -726,6 +786,7 @@ Macro.escape/2 | |
| Macro.expand/2 | |
| Macro.expand_once/2 | |
| Macro.pipe/3 | |
| +Macro.pipe_warning/1 | |
| Macro.postwalk/2 | |
| Macro.postwalk/3 | |
| Macro.prewalk/2 | |
| @@ -744,6 +805,7 @@ Macro.validate/1 | |
| Macro.var/2 | |
| Macro.Env.__struct__/0 | |
| +Macro.Env.__struct__/1 | |
| Macro.Env.in_guard?/1 | |
| Macro.Env.in_match?/1 | |
| Macro.Env.location/1 | |
| @@ -780,6 +842,7 @@ Map.update!/3 | |
| Map.values/1 | |
| MapSet.__struct__/0 | |
| +MapSet.__struct__/1 | |
| MapSet.delete/2 | |
| MapSet.difference/2 | |
| MapSet.disjoint?/2 | |
| @@ -820,6 +883,20 @@ Module.safe_concat/2 | |
| Module.split/1 | |
| Module.store_typespec/3 | |
| +NaiveDateTime.__struct__/0 | |
| +NaiveDateTime.__struct__/1 | |
| +NaiveDateTime.from_erl/2 | |
| +NaiveDateTime.from_erl!/2 | |
| +NaiveDateTime.from_iso8601/1 | |
| +NaiveDateTime.from_iso8601!/1 | |
| +NaiveDateTime.new/2 | |
| +NaiveDateTime.new/7 | |
| +NaiveDateTime.to_date/1 | |
| +NaiveDateTime.to_erl/1 | |
| +NaiveDateTime.to_iso8601/1 | |
| +NaiveDateTime.to_string/1 | |
| +NaiveDateTime.to_time/1 | |
| + | |
| Node.alive?/0 | |
| Node.connect/1 | |
| Node.disconnect/1 | |
| @@ -842,7 +919,9 @@ Node.stop/0 | |
| OptionParser.next/2 | |
| OptionParser.parse/2 | |
| +OptionParser.parse!/2 | |
| OptionParser.parse_head/2 | |
| +OptionParser.parse_head!/2 | |
| OptionParser.split/1 | |
| OptionParser.to_argv/1 | |
| @@ -900,12 +979,14 @@ Process.register/2 | |
| Process.registered/0 | |
| Process.send/3 | |
| Process.send_after/3 | |
| +Process.sleep/1 | |
| Process.spawn/2 | |
| Process.spawn/4 | |
| Process.unlink/1 | |
| Process.unregister/1 | |
| Process.whereis/1 | |
| +Protocol.__builtin__/0 | |
| Protocol.__derive__/3 | |
| Protocol.__ensure_defimpl__/3 | |
| Protocol.__functions_spec__/1 | |
| @@ -922,6 +1003,7 @@ Protocol.extract_impls/2 | |
| Protocol.extract_protocols/1 | |
| Range.__struct__/0 | |
| +Range.__struct__/1 | |
| Range.new/2 | |
| Range.range?/1 | |
| @@ -937,6 +1019,7 @@ Record.is_record/1 | |
| Record.is_record/2 | |
| Regex.__struct__/0 | |
| +Regex.__struct__/1 | |
| Regex.compile/2 | |
| Regex.compile!/2 | |
| Regex.escape/1 | |
| @@ -967,6 +1050,7 @@ Set.to_list/1 | |
| Set.union/2 | |
| Stream.__struct__/0 | |
| +Stream.__struct__/1 | |
| Stream.chunk/2 | |
| Stream.chunk/4 | |
| Stream.chunk_by/2 | |
| @@ -976,6 +1060,7 @@ Stream.cycle/1 | |
| Stream.dedup/1 | |
| Stream.dedup_by/2 | |
| Stream.drop/2 | |
| +Stream.drop_every/2 | |
| Stream.drop_while/2 | |
| Stream.each/2 | |
| Stream.filter/2 | |
| @@ -1020,10 +1105,13 @@ String.ljust/3 | |
| String.lstrip/1 | |
| String.lstrip/2 | |
| String.match?/2 | |
| +String.myers_difference/2 | |
| String.next_codepoint/1 | |
| String.next_grapheme/1 | |
| String.next_grapheme_size/1 | |
| String.normalize/2 | |
| +String.pad_leading/3 | |
| +String.pad_trailing/3 | |
| String.printable?/1 | |
| String.replace/4 | |
| String.replace_leading/3 | |
| @@ -1045,10 +1133,17 @@ String.strip/1 | |
| String.strip/2 | |
| String.to_atom/1 | |
| String.to_char_list/1 | |
| +String.to_charlist/1 | |
| String.to_existing_atom/1 | |
| String.to_float/1 | |
| String.to_integer/1 | |
| String.to_integer/2 | |
| +String.trim/1 | |
| +String.trim/2 | |
| +String.trim_leading/1 | |
| +String.trim_leading/2 | |
| +String.trim_trailing/1 | |
| +String.trim_trailing/2 | |
| String.upcase/1 | |
| String.valid?/1 | |
| String.valid_character?/1 | |
| @@ -1102,8 +1197,13 @@ System.get_pid/0 | |
| System.halt/1 | |
| System.monotonic_time/0 | |
| System.monotonic_time/1 | |
| +System.os_time/0 | |
| +System.os_time/1 | |
| +System.otp_release/0 | |
| System.put_env/1 | |
| System.put_env/2 | |
| +System.schedulers/0 | |
| +System.schedulers_online/0 | |
| System.stacktrace/0 | |
| System.system_time/0 | |
| System.system_time/1 | |
| @@ -1117,6 +1217,7 @@ System.user_home!/0 | |
| System.version/0 | |
| Task.__struct__/0 | |
| +Task.__struct__/1 | |
| Task.async/1 | |
| Task.async/3 | |
| Task.await/2 | |
| @@ -1139,6 +1240,17 @@ Task.Supervisor.start_child/4 | |
| Task.Supervisor.start_link/1 | |
| Task.Supervisor.terminate_child/2 | |
| +Time.__struct__/0 | |
| +Time.__struct__/1 | |
| +Time.from_erl/2 | |
| +Time.from_erl!/2 | |
| +Time.from_iso8601/1 | |
| +Time.from_iso8601!/1 | |
| +Time.new/4 | |
| +Time.to_erl/1 | |
| +Time.to_iso8601/1 | |
| +Time.to_string/1 | |
| + | |
| Tuple.append/2 | |
| Tuple.delete_at/2 | |
| Tuple.duplicate/2 | |
| @@ -1146,6 +1258,7 @@ Tuple.insert_at/3 | |
| Tuple.to_list/1 | |
| URI.__struct__/0 | |
| +URI.__struct__/1 | |
| URI.char_reserved?/1 | |
| URI.char_unescaped?/1 | |
| URI.char_unreserved?/1 | |
| @@ -1157,14 +1270,19 @@ URI.default_port/2 | |
| URI.encode/2 | |
| URI.encode_query/1 | |
| URI.encode_www_form/1 | |
| +URI.merge/2 | |
| URI.parse/1 | |
| +URI.path_to_segments/1 | |
| URI.query_decoder/1 | |
| URI.to_string/1 | |
| Version.__struct__/0 | |
| +Version.__struct__/1 | |
| Version.compare/2 | |
| -Version.match?/2 | |
| +Version.compile_requirement/1 | |
| +Version.match?/3 | |
| Version.parse/1 | |
| +Version.parse!/1 | |
| Version.parse_requirement/1 | |
| Mix.compilers/0 | |
| @@ -1173,18 +1291,12 @@ Mix.debug?/0 | |
| Mix.env/0 | |
| Mix.env/1 | |
| Mix.raise/1 | |
| -Mix.raise/2 | |
| Mix.shell/0 | |
| Mix.shell/1 | |
| Mix.start/0 | |
| Mix.start/2 | |
| Mix.stop/1 | |
| -Mix.Archive.create/2 | |
| -Mix.Archive.dir/1 | |
| -Mix.Archive.ebin/1 | |
| -Mix.Archive.name/2 | |
| - | |
| Mix.Config.__using__/1 | |
| Mix.Config.config/2 | |
| Mix.Config.config/3 | |
| @@ -1200,6 +1312,10 @@ Mix.Generator.create_file/3 | |
| Mix.Generator.embed_template/2 | |
| Mix.Generator.embed_text/2 | |
| +Mix.Local.Installer.install/3 | |
| +Mix.Local.Installer.print_list/2 | |
| +Mix.Local.Installer.uninstall/2 | |
| + | |
| Mix.Project.__after_compile__/2 | |
| Mix.Project.__using__/1 | |
| Mix.Project.app_path/1 | |
| @@ -1209,6 +1325,7 @@ Mix.Project.compile/2 | |
| Mix.Project.compile_path/1 | |
| Mix.Project.config/0 | |
| Mix.Project.config_files/0 | |
| +Mix.Project.consolidation_path/1 | |
| Mix.Project.deps_config/1 | |
| Mix.Project.deps_path/1 | |
| Mix.Project.deps_paths/0 | |
| @@ -1260,8 +1377,10 @@ Mix.Task.get!/1 | |
| Mix.Task.load_all/0 | |
| Mix.Task.load_tasks/1 | |
| Mix.Task.moduledoc/1 | |
| +Mix.Task.preferred_cli_env/1 | |
| Mix.Task.recursive/1 | |
| Mix.Task.reenable/1 | |
| +Mix.Task.rerun/2 | |
| Mix.Task.run/2 | |
| Mix.Task.shortdoc/1 | |
| Mix.Task.task?/1 | |
| @@ -1271,12 +1390,17 @@ Mix.Tasks.App.Start.run/1 | |
| Mix.Tasks.App.Start.start/2 | |
| Mix.Tasks.App.Start.type/2 | |
| +Mix.Tasks.App.Tree.run/1 | |
| + | |
| Mix.Tasks.Archive.run/1 | |
| Mix.Tasks.Archive.Build.run/1 | |
| Mix.Tasks.Archive.Check.run/1 | |
| +Mix.Tasks.Archive.Install.check_path_or_url/1 | |
| +Mix.Tasks.Archive.Install.find_previous_versions/2 | |
| +Mix.Tasks.Archive.Install.install/3 | |
| Mix.Tasks.Archive.Install.run/1 | |
| Mix.Tasks.Archive.Uninstall.run/1 | |
| @@ -1293,7 +1417,6 @@ Mix.Tasks.Compile.App.run/1 | |
| Mix.Tasks.Compile.Elixir.clean/0 | |
| Mix.Tasks.Compile.Elixir.manifests/0 | |
| -Mix.Tasks.Compile.Elixir.protocols_and_impls/0 | |
| Mix.Tasks.Compile.Elixir.run/1 | |
| Mix.Tasks.Compile.Erlang.clean/0 | |
| @@ -1305,20 +1428,21 @@ Mix.Tasks.Compile.Leex.manifests/0 | |
| Mix.Tasks.Compile.Leex.run/1 | |
| Mix.Tasks.Compile.Protocols.clean/0 | |
| -Mix.Tasks.Compile.Protocols.default_path/0 | |
| Mix.Tasks.Compile.Protocols.run/1 | |
| +Mix.Tasks.Compile.Xref.clean/0 | |
| +Mix.Tasks.Compile.Xref.manifests/0 | |
| +Mix.Tasks.Compile.Xref.run/1 | |
| + | |
| Mix.Tasks.Compile.Yecc.clean/0 | |
| Mix.Tasks.Compile.Yecc.manifests/0 | |
| Mix.Tasks.Compile.Yecc.run/1 | |
| Mix.Tasks.Deps.run/1 | |
| -Mix.Tasks.Deps.Check.run/1 | |
| - | |
| Mix.Tasks.Deps.Clean.run/1 | |
| -Mix.Tasks.Deps.Compile.compile/1 | |
| +Mix.Tasks.Deps.Compile.compile/2 | |
| Mix.Tasks.Deps.Compile.run/1 | |
| Mix.Tasks.Deps.Get.run/1 | |
| @@ -1327,14 +1451,27 @@ Mix.Tasks.Deps.Loadpaths.run/1 | |
| Mix.Tasks.Deps.Precompile.run/1 | |
| +Mix.Tasks.Deps.Tree.run/1 | |
| + | |
| Mix.Tasks.Deps.Unlock.run/1 | |
| Mix.Tasks.Deps.Update.run/1 | |
| +Mix.Tasks.Do.gather_commands/1 | |
| +Mix.Tasks.Do.gather_commands/3 | |
| Mix.Tasks.Do.run/1 | |
| +Mix.Tasks.Escript.run/1 | |
| + | |
| Mix.Tasks.Escript.Build.run/1 | |
| +Mix.Tasks.Escript.Install.check_path_or_url/1 | |
| +Mix.Tasks.Escript.Install.find_previous_versions/2 | |
| +Mix.Tasks.Escript.Install.install/3 | |
| +Mix.Tasks.Escript.Install.run/1 | |
| + | |
| +Mix.Tasks.Escript.Uninstall.run/1 | |
| + | |
| Mix.Tasks.Help.run/1 | |
| Mix.Tasks.Iex.run/1 | |
| @@ -1361,21 +1498,7 @@ Mix.Tasks.Run.run/1 | |
| Mix.Tasks.Test.ex_unit_opts/1 | |
| Mix.Tasks.Test.run/1 | |
| -Mix.Utils.camelize/1 | |
| -Mix.Utils.can_write?/1 | |
| -Mix.Utils.command_to_module/2 | |
| -Mix.Utils.command_to_module_name/1 | |
| -Mix.Utils.extract_files/2 | |
| -Mix.Utils.extract_stale/2 | |
| -Mix.Utils.last_modified/1 | |
| -Mix.Utils.mix_home/0 | |
| -Mix.Utils.mix_paths/0 | |
| -Mix.Utils.module_name_to_command/2 | |
| -Mix.Utils.proxy_config/1 | |
| -Mix.Utils.read_path/2 | |
| -Mix.Utils.stale?/2 | |
| -Mix.Utils.symlink_or_copy/2 | |
| -Mix.Utils.underscore/1 | |
| +Mix.Tasks.Xref.run/1 | |
| EEx.compile_file/2 | |
| EEx.compile_string/2 | |
| @@ -1390,10 +1513,12 @@ EEx.Engine.handle_assign/1 | |
| EEx.Engine.handle_body/1 | |
| EEx.Engine.handle_expr/3 | |
| EEx.Engine.handle_text/2 | |
| +EEx.Engine.init/1 | |
| EEx.SmartEngine.handle_body/1 | |
| EEx.SmartEngine.handle_expr/3 | |
| EEx.SmartEngine.handle_text/2 | |
| +EEx.SmartEngine.init/1 | |
| Logger.add_backend/2 | |
| Logger.add_translator/1 | |
| @@ -1413,6 +1538,7 @@ Logger.metadata/0 | |
| Logger.metadata/1 | |
| Logger.remove_backend/2 | |
| Logger.remove_translator/1 | |
| +Logger.reset_metadata/1 | |
| Logger.warn/2 | |
| Logger.Formatter.compile/1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/modules-v1.3.txt b/modules-v1.4.txt | |
| index 89357d0c1..8008e14ab 100644 | |
| --- a/modules-v1.3.txt | |
| +++ b/modules-v1.4.txt | |
| @@ -4,6 +4,7 @@ Access.elem/1 | |
| Access.fetch/2 | |
| Access.get/3 | |
| Access.get_and_update/3 | |
| +Access.key/1 | |
| Access.key/2 | |
| Access.key!/1 | |
| Access.pop/2 | |
| @@ -82,14 +83,22 @@ Bitwise.bxor/2 | |
| Bitwise.|||/2 | |
| Bitwise.~~~/1 | |
| -Calendar.__using__/1 | |
| Calendar.ISO.date/3 | |
| +Calendar.ISO.date_to_iso8601/3 | |
| +Calendar.ISO.date_to_string/3 | |
| +Calendar.ISO.datetime_to_iso8601/11 | |
| +Calendar.ISO.datetime_to_string/11 | |
| +Calendar.ISO.day_of_week/3 | |
| +Calendar.ISO.days_in_month/2 | |
| +Calendar.ISO.from_unix/2 | |
| Calendar.ISO.leap_year?/1 | |
| +Calendar.ISO.naive_datetime_to_iso8601/7 | |
| +Calendar.ISO.naive_datetime_to_string/7 | |
| Calendar.ISO.parse_microsecond/1 | |
| Calendar.ISO.parse_offset/1 | |
| -Calendar.ISO.to_iso8601/1 | |
| -Calendar.ISO.to_string/1 | |
| +Calendar.ISO.time_to_iso8601/4 | |
| +Calendar.ISO.time_to_string/4 | |
| Code.append_path/1 | |
| Code.available_compiler_options/0 | |
| @@ -121,20 +130,28 @@ Collectable.into/1 | |
| Date.__struct__/0 | |
| Date.__struct__/1 | |
| +Date.compare/2 | |
| +Date.day_of_week/1 | |
| +Date.days_in_month/1 | |
| Date.from_erl/1 | |
| Date.from_erl!/1 | |
| Date.from_iso8601/1 | |
| Date.from_iso8601!/1 | |
| +Date.leap_year?/1 | |
| Date.new/3 | |
| Date.to_erl/1 | |
| Date.to_iso8601/1 | |
| Date.to_string/1 | |
| +Date.utc_today/0 | |
| DateTime.__struct__/0 | |
| DateTime.__struct__/1 | |
| +DateTime.compare/2 | |
| +DateTime.from_iso8601/1 | |
| +DateTime.from_naive/2 | |
| +DateTime.from_naive!/2 | |
| DateTime.from_unix/2 | |
| DateTime.from_unix!/2 | |
| -DateTime.precision_for_unit/1 | |
| DateTime.to_date/1 | |
| DateTime.to_iso8601/1 | |
| DateTime.to_naive/1 | |
| @@ -202,15 +219,16 @@ Enum.into/2 | |
| Enum.into/3 | |
| Enum.join/2 | |
| Enum.map/2 | |
| +Enum.map_every/3 | |
| Enum.map_join/3 | |
| Enum.map_reduce/3 | |
| -Enum.max/1 | |
| -Enum.max_by/2 | |
| +Enum.max/2 | |
| +Enum.max_by/3 | |
| Enum.member?/2 | |
| -Enum.min/1 | |
| -Enum.min_by/2 | |
| -Enum.min_max/1 | |
| -Enum.min_max_by/2 | |
| +Enum.min/2 | |
| +Enum.min_by/3 | |
| +Enum.min_max/2 | |
| +Enum.min_max_by/3 | |
| Enum.partition/2 | |
| Enum.random/1 | |
| Enum.reduce/2 | |
| @@ -230,6 +248,7 @@ Enum.sort/2 | |
| Enum.sort_by/3 | |
| Enum.split/2 | |
| Enum.split_while/2 | |
| +Enum.split_with/2 | |
| Enum.sum/1 | |
| Enum.take/2 | |
| Enum.take_every/2 | |
| @@ -241,6 +260,7 @@ Enum.uniq/2 | |
| Enum.uniq_by/2 | |
| Enum.unzip/1 | |
| Enum.with_index/2 | |
| +Enum.zip/1 | |
| Enum.zip/2 | |
| Enumerable.__protocol__/1 | |
| @@ -327,6 +347,7 @@ File.Stream.__struct__/1 | |
| Float.ceil/2 | |
| Float.floor/2 | |
| Float.parse/1 | |
| +Float.ratio/1 | |
| Float.round/2 | |
| Float.to_char_list/1 | |
| Float.to_char_list/2 | |
| @@ -358,15 +379,6 @@ GenEvent.system_replace_state/2 | |
| GenEvent.system_terminate/4 | |
| GenEvent.which_handlers/1 | |
| -GenEvent.Stream.__struct__/0 | |
| -GenEvent.Stream.__struct__/1 | |
| -GenEvent.Stream.code_change/3 | |
| -GenEvent.Stream.handle_call/2 | |
| -GenEvent.Stream.handle_event/2 | |
| -GenEvent.Stream.handle_info/2 | |
| -GenEvent.Stream.init/1 | |
| -GenEvent.Stream.terminate/2 | |
| - | |
| GenServer.__using__/1 | |
| GenServer.abcast/3 | |
| GenServer.call/3 | |
| @@ -482,7 +494,24 @@ IO.ANSI.green/0 | |
| IO.ANSI.green_background/0 | |
| IO.ANSI.home/0 | |
| IO.ANSI.inverse/0 | |
| +IO.ANSI.inverse_off/0 | |
| IO.ANSI.italic/0 | |
| +IO.ANSI.light_black/0 | |
| +IO.ANSI.light_black_background/0 | |
| +IO.ANSI.light_blue/0 | |
| +IO.ANSI.light_blue_background/0 | |
| +IO.ANSI.light_cyan/0 | |
| +IO.ANSI.light_cyan_background/0 | |
| +IO.ANSI.light_green/0 | |
| +IO.ANSI.light_green_background/0 | |
| +IO.ANSI.light_magenta/0 | |
| +IO.ANSI.light_magenta_background/0 | |
| +IO.ANSI.light_red/0 | |
| +IO.ANSI.light_red_background/0 | |
| +IO.ANSI.light_white/0 | |
| +IO.ANSI.light_white_background/0 | |
| +IO.ANSI.light_yellow/0 | |
| +IO.ANSI.light_yellow_background/0 | |
| IO.ANSI.magenta/0 | |
| IO.ANSI.magenta_background/0 | |
| IO.ANSI.no_underline/0 | |
| @@ -496,6 +525,7 @@ IO.ANSI.red/0 | |
| IO.ANSI.red_background/0 | |
| IO.ANSI.reset/0 | |
| IO.ANSI.reverse/0 | |
| +IO.ANSI.reverse_off/0 | |
| IO.ANSI.underline/0 | |
| IO.ANSI.white/0 | |
| IO.ANSI.white_background/0 | |
| @@ -513,6 +543,7 @@ Inspect.inspect/2 | |
| Inspect.Algebra.break/0 | |
| Inspect.Algebra.break/1 | |
| +Inspect.Algebra.color/3 | |
| Inspect.Algebra.concat/1 | |
| Inspect.Algebra.concat/2 | |
| Inspect.Algebra.empty/0 | |
| @@ -537,8 +568,10 @@ Inspect.Opts.__struct__/0 | |
| Inspect.Opts.__struct__/1 | |
| Integer.digits/2 | |
| +Integer.floor_div/2 | |
| Integer.is_even/1 | |
| Integer.is_odd/1 | |
| +Integer.mod/2 | |
| Integer.parse/2 | |
| Integer.to_char_list/1 | |
| Integer.to_charlist/1 | |
| @@ -761,6 +794,8 @@ List.keysort/2 | |
| List.keystore/4 | |
| List.keytake/3 | |
| List.last/1 | |
| +List.myers_difference/2 | |
| +List.pop_at/3 | |
| List.replace_at/3 | |
| List.to_atom/1 | |
| List.to_existing_atom/1 | |
| @@ -876,7 +911,7 @@ Module.make_overridable/2 | |
| Module.open?/1 | |
| Module.overridable?/2 | |
| Module.put_attribute/3 | |
| -Module.put_attribute/4 | |
| +Module.put_attribute/5 | |
| Module.register_attribute/3 | |
| Module.safe_concat/1 | |
| Module.safe_concat/2 | |
| @@ -885,6 +920,9 @@ Module.store_typespec/3 | |
| NaiveDateTime.__struct__/0 | |
| NaiveDateTime.__struct__/1 | |
| +NaiveDateTime.add/3 | |
| +NaiveDateTime.compare/2 | |
| +NaiveDateTime.diff/3 | |
| NaiveDateTime.from_erl/2 | |
| NaiveDateTime.from_erl!/2 | |
| NaiveDateTime.from_iso8601/1 | |
| @@ -896,6 +934,7 @@ NaiveDateTime.to_erl/1 | |
| NaiveDateTime.to_iso8601/1 | |
| NaiveDateTime.to_string/1 | |
| NaiveDateTime.to_time/1 | |
| +NaiveDateTime.utc_now/0 | |
| Node.alive?/0 | |
| Node.connect/1 | |
| @@ -917,13 +956,14 @@ Node.spawn_link/4 | |
| Node.start/3 | |
| Node.stop/0 | |
| +OptionParser.get_option_key/2 | |
| OptionParser.next/2 | |
| OptionParser.parse/2 | |
| OptionParser.parse!/2 | |
| OptionParser.parse_head/2 | |
| OptionParser.parse_head!/2 | |
| OptionParser.split/1 | |
| -OptionParser.to_argv/1 | |
| +OptionParser.to_argv/2 | |
| Path.absname/1 | |
| Path.absname/2 | |
| @@ -944,11 +984,9 @@ Path.split/1 | |
| Path.type/1 | |
| Path.wildcard/2 | |
| -Port.call/3 | |
| Port.close/1 | |
| Port.command/3 | |
| Port.connect/2 | |
| -Port.control/3 | |
| Port.info/1 | |
| Port.info/2 | |
| Port.list/0 | |
| @@ -978,7 +1016,7 @@ Process.read_timer/1 | |
| Process.register/2 | |
| Process.registered/0 | |
| Process.send/3 | |
| -Process.send_after/3 | |
| +Process.send_after/4 | |
| Process.sleep/1 | |
| Process.spawn/2 | |
| Process.spawn/4 | |
| @@ -1028,6 +1066,8 @@ Regex.named_captures/3 | |
| Regex.names/1 | |
| Regex.opts/1 | |
| Regex.re_pattern/1 | |
| +Regex.recompile/1 | |
| +Regex.recompile!/1 | |
| Regex.regex?/1 | |
| Regex.replace/4 | |
| Regex.run/3 | |
| @@ -1035,6 +1075,22 @@ Regex.scan/3 | |
| Regex.source/1 | |
| Regex.split/3 | |
| Regex.unescape_map/1 | |
| +Regex.version/0 | |
| + | |
| +Registry.dispatch/3 | |
| +Registry.keys/2 | |
| +Registry.lookup/2 | |
| +Registry.match/3 | |
| +Registry.meta/2 | |
| +Registry.put_meta/3 | |
| +Registry.register/3 | |
| +Registry.register_name/2 | |
| +Registry.send/2 | |
| +Registry.start_link/3 | |
| +Registry.unregister/2 | |
| +Registry.unregister_name/1 | |
| +Registry.update_value/3 | |
| +Registry.whereis_name/1 | |
| Set.delete/2 | |
| Set.difference/2 | |
| @@ -1070,6 +1126,7 @@ Stream.interval/1 | |
| Stream.into/3 | |
| Stream.iterate/2 | |
| Stream.map/2 | |
| +Stream.map_every/3 | |
| Stream.reject/2 | |
| Stream.repeatedly/1 | |
| Stream.resource/3 | |
| @@ -1083,8 +1140,11 @@ Stream.timer/1 | |
| Stream.transform/3 | |
| Stream.transform/4 | |
| Stream.unfold/2 | |
| +Stream.uniq/1 | |
| Stream.uniq/2 | |
| +Stream.uniq_by/2 | |
| Stream.with_index/2 | |
| +Stream.zip/1 | |
| Stream.zip/2 | |
| String.at/2 | |
| @@ -1220,6 +1280,8 @@ Task.__struct__/0 | |
| Task.__struct__/1 | |
| Task.async/1 | |
| Task.async/3 | |
| +Task.async_stream/3 | |
| +Task.async_stream/5 | |
| Task.await/2 | |
| Task.find/2 | |
| Task.shutdown/2 | |
| @@ -1234,6 +1296,10 @@ Task.Supervisor.async/2 | |
| Task.Supervisor.async/4 | |
| Task.Supervisor.async_nolink/2 | |
| Task.Supervisor.async_nolink/4 | |
| +Task.Supervisor.async_stream/4 | |
| +Task.Supervisor.async_stream/6 | |
| +Task.Supervisor.async_stream_nolink/4 | |
| +Task.Supervisor.async_stream_nolink/6 | |
| Task.Supervisor.children/1 | |
| Task.Supervisor.start_child/2 | |
| Task.Supervisor.start_child/4 | |
| @@ -1242,6 +1308,7 @@ Task.Supervisor.terminate_child/2 | |
| Time.__struct__/0 | |
| Time.__struct__/1 | |
| +Time.compare/2 | |
| Time.from_erl/2 | |
| Time.from_erl!/2 | |
| Time.from_iso8601/1 | |
| @@ -1250,6 +1317,7 @@ Time.new/4 | |
| Time.to_erl/1 | |
| Time.to_iso8601/1 | |
| Time.to_string/1 | |
| +Time.utc_now/0 | |
| Tuple.append/2 | |
| Tuple.delete_at/2 | |
| @@ -1303,8 +1371,8 @@ Mix.Config.config/3 | |
| Mix.Config.import_config/1 | |
| Mix.Config.merge/2 | |
| Mix.Config.persist/1 | |
| -Mix.Config.read!/1 | |
| -Mix.Config.read_wildcard!/1 | |
| +Mix.Config.read!/2 | |
| +Mix.Config.read_wildcard!/2 | |
| Mix.Config.validate!/1 | |
| Mix.Generator.create_directory/1 | |
| @@ -1312,13 +1380,10 @@ Mix.Generator.create_file/3 | |
| Mix.Generator.embed_template/2 | |
| Mix.Generator.embed_text/2 | |
| -Mix.Local.Installer.install/3 | |
| -Mix.Local.Installer.print_list/2 | |
| -Mix.Local.Installer.uninstall/2 | |
| - | |
| Mix.Project.__after_compile__/2 | |
| Mix.Project.__using__/1 | |
| Mix.Project.app_path/1 | |
| +Mix.Project.apps_paths/1 | |
| Mix.Project.build_path/1 | |
| Mix.Project.build_structure/2 | |
| Mix.Project.compile/2 | |
| @@ -1398,7 +1463,8 @@ Mix.Tasks.Archive.Build.run/1 | |
| Mix.Tasks.Archive.Check.run/1 | |
| -Mix.Tasks.Archive.Install.check_path_or_url/1 | |
| +Mix.Tasks.Archive.Install.build/1 | |
| +Mix.Tasks.Archive.Install.check_install_spec/2 | |
| Mix.Tasks.Archive.Install.find_previous_versions/2 | |
| Mix.Tasks.Archive.Install.install/3 | |
| Mix.Tasks.Archive.Install.run/1 | |
| @@ -1458,14 +1524,14 @@ Mix.Tasks.Deps.Unlock.run/1 | |
| Mix.Tasks.Deps.Update.run/1 | |
| Mix.Tasks.Do.gather_commands/1 | |
| -Mix.Tasks.Do.gather_commands/3 | |
| Mix.Tasks.Do.run/1 | |
| Mix.Tasks.Escript.run/1 | |
| Mix.Tasks.Escript.Build.run/1 | |
| -Mix.Tasks.Escript.Install.check_path_or_url/1 | |
| +Mix.Tasks.Escript.Install.build/1 | |
| +Mix.Tasks.Escript.Install.check_install_spec/2 | |
| Mix.Tasks.Escript.Install.find_previous_versions/2 | |
| Mix.Tasks.Escript.Install.install/3 | |
| Mix.Tasks.Escript.Install.run/1 | |
| @@ -1496,6 +1562,7 @@ Mix.Tasks.Profile.Fprof.run/1 | |
| Mix.Tasks.Run.run/1 | |
| Mix.Tasks.Test.ex_unit_opts/1 | |
| +Mix.Tasks.Test.formatter_opts/1 | |
| Mix.Tasks.Test.run/1 | |
| Mix.Tasks.Xref.run/1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/modules-v1.4.txt b/modules-v1.5.txt | |
| index 8008e14ab..d6aed19f7 100644 | |
| --- a/modules-v1.4.txt | |
| +++ b/modules-v1.5.txt | |
| @@ -4,13 +4,14 @@ Access.elem/1 | |
| Access.fetch/2 | |
| Access.get/3 | |
| Access.get_and_update/3 | |
| -Access.key/1 | |
| Access.key/2 | |
| Access.key!/1 | |
| Access.pop/2 | |
| +Agent.__using__/1 | |
| Agent.cast/2 | |
| Agent.cast/4 | |
| +Agent.child_spec/1 | |
| Agent.get/3 | |
| Agent.get/5 | |
| Agent.get_and_update/3 | |
| @@ -83,22 +84,33 @@ Bitwise.bxor/2 | |
| Bitwise.|||/2 | |
| Bitwise.~~~/1 | |
| +Calendar.compatible_calendars?/2 | |
| -Calendar.ISO.date/3 | |
| -Calendar.ISO.date_to_iso8601/3 | |
| +Calendar.ISO.add_day_fraction_to_iso_days/3 | |
| +Calendar.ISO.date_from_iso_days_days/1 | |
| +Calendar.ISO.date_to_iso8601/4 | |
| +Calendar.ISO.date_to_iso_days_days/3 | |
| Calendar.ISO.date_to_string/3 | |
| -Calendar.ISO.datetime_to_iso8601/11 | |
| +Calendar.ISO.datetime_to_iso8601/12 | |
| Calendar.ISO.datetime_to_string/11 | |
| Calendar.ISO.day_of_week/3 | |
| +Calendar.ISO.day_rollover_relative_to_midnight_utc/0 | |
| Calendar.ISO.days_in_month/2 | |
| Calendar.ISO.from_unix/2 | |
| +Calendar.ISO.iso_days_to_unit/2 | |
| Calendar.ISO.leap_year?/1 | |
| -Calendar.ISO.naive_datetime_to_iso8601/7 | |
| +Calendar.ISO.naive_datetime_from_iso_days/1 | |
| +Calendar.ISO.naive_datetime_to_iso8601/8 | |
| +Calendar.ISO.naive_datetime_to_iso_days/7 | |
| Calendar.ISO.naive_datetime_to_string/7 | |
| Calendar.ISO.parse_microsecond/1 | |
| Calendar.ISO.parse_offset/1 | |
| -Calendar.ISO.time_to_iso8601/4 | |
| -Calendar.ISO.time_to_string/4 | |
| +Calendar.ISO.time_from_day_fraction/1 | |
| +Calendar.ISO.time_to_day_fraction/4 | |
| +Calendar.ISO.time_to_iso8601/5 | |
| +Calendar.ISO.time_to_string/5 | |
| +Calendar.ISO.valid_date?/3 | |
| +Calendar.ISO.valid_time?/4 | |
| Code.append_path/1 | |
| Code.available_compiler_options/0 | |
| @@ -130,35 +142,46 @@ Collectable.into/1 | |
| Date.__struct__/0 | |
| Date.__struct__/1 | |
| +Date.add/2 | |
| Date.compare/2 | |
| +Date.convert/2 | |
| +Date.convert!/2 | |
| Date.day_of_week/1 | |
| Date.days_in_month/1 | |
| -Date.from_erl/1 | |
| +Date.diff/2 | |
| +Date.from_erl/2 | |
| Date.from_erl!/1 | |
| -Date.from_iso8601/1 | |
| -Date.from_iso8601!/1 | |
| +Date.from_iso8601/2 | |
| +Date.from_iso8601!/2 | |
| Date.leap_year?/1 | |
| -Date.new/3 | |
| +Date.new/4 | |
| +Date.range/2 | |
| Date.to_erl/1 | |
| -Date.to_iso8601/1 | |
| +Date.to_iso8601/2 | |
| Date.to_string/1 | |
| -Date.utc_today/0 | |
| +Date.utc_today/1 | |
| + | |
| +Date.Range.__struct__/0 | |
| +Date.Range.__struct__/1 | |
| DateTime.__struct__/0 | |
| DateTime.__struct__/1 | |
| DateTime.compare/2 | |
| -DateTime.from_iso8601/1 | |
| +DateTime.convert/2 | |
| +DateTime.convert!/2 | |
| +DateTime.diff/3 | |
| +DateTime.from_iso8601/2 | |
| DateTime.from_naive/2 | |
| DateTime.from_naive!/2 | |
| -DateTime.from_unix/2 | |
| -DateTime.from_unix!/2 | |
| +DateTime.from_unix/3 | |
| +DateTime.from_unix!/3 | |
| DateTime.to_date/1 | |
| -DateTime.to_iso8601/1 | |
| +DateTime.to_iso8601/2 | |
| DateTime.to_naive/1 | |
| DateTime.to_string/1 | |
| DateTime.to_time/1 | |
| DateTime.to_unix/2 | |
| -DateTime.utc_now/0 | |
| +DateTime.utc_now/1 | |
| Dict.__using__/1 | |
| Dict.delete/2 | |
| @@ -193,6 +216,9 @@ Enum.at/3 | |
| Enum.chunk/2 | |
| Enum.chunk/4 | |
| Enum.chunk_by/2 | |
| +Enum.chunk_every/2 | |
| +Enum.chunk_every/4 | |
| +Enum.chunk_while/4 | |
| Enum.concat/1 | |
| Enum.concat/2 | |
| Enum.count/1 | |
| @@ -270,6 +296,8 @@ Enumerable.impl_for!/1 | |
| Enumerable.member?/2 | |
| Enumerable.reduce/3 | |
| +Exception.blame/3 | |
| +Exception.blame_mfa/3 | |
| Exception.exception?/1 | |
| Exception.format/3 | |
| Exception.format_banner/3 | |
| @@ -302,7 +330,10 @@ File.cwd/0 | |
| File.cwd!/0 | |
| File.dir?/1 | |
| File.exists?/1 | |
| +File.ln/2 | |
| +File.ln!/2 | |
| File.ln_s/2 | |
| +File.ln_s!/2 | |
| File.ls/1 | |
| File.ls!/1 | |
| File.lstat/2 | |
| @@ -317,6 +348,8 @@ File.open!/2 | |
| File.open!/3 | |
| File.read/1 | |
| File.read!/1 | |
| +File.read_link/1 | |
| +File.read_link!/1 | |
| File.regular?/1 | |
| File.rename/2 | |
| File.rm/1 | |
| @@ -569,11 +602,13 @@ Inspect.Opts.__struct__/1 | |
| Integer.digits/2 | |
| Integer.floor_div/2 | |
| +Integer.gcd/2 | |
| Integer.is_even/1 | |
| Integer.is_odd/1 | |
| Integer.mod/2 | |
| Integer.parse/2 | |
| Integer.to_char_list/1 | |
| +Integer.to_char_list/2 | |
| Integer.to_charlist/1 | |
| Integer.to_charlist/2 | |
| Integer.to_string/1 | |
| @@ -769,6 +804,8 @@ Keyword.pop_lazy/3 | |
| Keyword.put/3 | |
| Keyword.put_new/3 | |
| Keyword.put_new_lazy/3 | |
| +Keyword.replace/3 | |
| +Keyword.replace!/3 | |
| Keyword.size/1 | |
| Keyword.split/2 | |
| Keyword.take/2 | |
| @@ -797,6 +834,7 @@ List.last/1 | |
| List.myers_difference/2 | |
| List.pop_at/3 | |
| List.replace_at/3 | |
| +List.starts_with?/2 | |
| List.to_atom/1 | |
| List.to_existing_atom/1 | |
| List.to_float/1 | |
| @@ -816,10 +854,12 @@ List.Chars.to_charlist/1 | |
| Macro.binary_ops/0 | |
| Macro.camelize/1 | |
| +Macro.classify_identifier/1 | |
| Macro.decompose_call/1 | |
| Macro.escape/2 | |
| Macro.expand/2 | |
| Macro.expand_once/2 | |
| +Macro.generate_arguments/2 | |
| Macro.pipe/3 | |
| Macro.pipe_warning/1 | |
| Macro.postwalk/2 | |
| @@ -868,6 +908,8 @@ Map.pop_lazy/3 | |
| Map.put/3 | |
| Map.put_new/3 | |
| Map.put_new_lazy/3 | |
| +Map.replace/3 | |
| +Map.replace!/3 | |
| Map.size/1 | |
| Map.split/2 | |
| Map.take/2 | |
| @@ -895,7 +937,9 @@ MapSet.union/2 | |
| Module.__info__/1 | |
| Module.add_doc/6 | |
| +Module.check_behaviours_and_impls/4 | |
| Module.compile_doc/6 | |
| +Module.compile_impl/6 | |
| Module.concat/1 | |
| Module.concat/2 | |
| Module.create/3 | |
| @@ -922,19 +966,21 @@ NaiveDateTime.__struct__/0 | |
| NaiveDateTime.__struct__/1 | |
| NaiveDateTime.add/3 | |
| NaiveDateTime.compare/2 | |
| +NaiveDateTime.convert/2 | |
| +NaiveDateTime.convert!/2 | |
| NaiveDateTime.diff/3 | |
| -NaiveDateTime.from_erl/2 | |
| +NaiveDateTime.from_erl/3 | |
| NaiveDateTime.from_erl!/2 | |
| -NaiveDateTime.from_iso8601/1 | |
| -NaiveDateTime.from_iso8601!/1 | |
| +NaiveDateTime.from_iso8601/2 | |
| +NaiveDateTime.from_iso8601!/2 | |
| NaiveDateTime.new/2 | |
| -NaiveDateTime.new/7 | |
| +NaiveDateTime.new/8 | |
| NaiveDateTime.to_date/1 | |
| NaiveDateTime.to_erl/1 | |
| -NaiveDateTime.to_iso8601/1 | |
| +NaiveDateTime.to_iso8601/2 | |
| NaiveDateTime.to_string/1 | |
| NaiveDateTime.to_time/1 | |
| -NaiveDateTime.utc_now/0 | |
| +NaiveDateTime.utc_now/1 | |
| Node.alive?/0 | |
| Node.connect/1 | |
| @@ -956,7 +1002,6 @@ Node.spawn_link/4 | |
| Node.start/3 | |
| Node.stop/0 | |
| -OptionParser.get_option_key/2 | |
| OptionParser.next/2 | |
| OptionParser.parse/2 | |
| OptionParser.parse!/2 | |
| @@ -993,7 +1038,7 @@ Port.list/0 | |
| Port.open/2 | |
| Process.alive?/1 | |
| -Process.cancel_timer/1 | |
| +Process.cancel_timer/2 | |
| Process.delete/1 | |
| Process.demonitor/2 | |
| Process.exit/2 | |
| @@ -1077,17 +1122,20 @@ Regex.split/3 | |
| Regex.unescape_map/1 | |
| Regex.version/0 | |
| -Registry.dispatch/3 | |
| +Registry.child_spec/1 | |
| +Registry.dispatch/4 | |
| Registry.keys/2 | |
| Registry.lookup/2 | |
| -Registry.match/3 | |
| +Registry.match/4 | |
| Registry.meta/2 | |
| Registry.put_meta/3 | |
| Registry.register/3 | |
| Registry.register_name/2 | |
| Registry.send/2 | |
| +Registry.start_link/1 | |
| Registry.start_link/3 | |
| Registry.unregister/2 | |
| +Registry.unregister_match/4 | |
| Registry.unregister_name/1 | |
| Registry.update_value/3 | |
| Registry.whereis_name/1 | |
| @@ -1110,6 +1158,9 @@ Stream.__struct__/1 | |
| Stream.chunk/2 | |
| Stream.chunk/4 | |
| Stream.chunk_by/2 | |
| +Stream.chunk_every/2 | |
| +Stream.chunk_every/4 | |
| +Stream.chunk_while/4 | |
| Stream.concat/1 | |
| Stream.concat/2 | |
| Stream.cycle/1 | |
| @@ -1172,7 +1223,7 @@ String.next_grapheme_size/1 | |
| String.normalize/2 | |
| String.pad_leading/3 | |
| String.pad_trailing/3 | |
| -String.printable?/1 | |
| +String.printable?/2 | |
| String.replace/4 | |
| String.replace_leading/3 | |
| String.replace_prefix/3 | |
| @@ -1213,6 +1264,7 @@ String.Chars.impl_for/1 | |
| String.Chars.impl_for!/1 | |
| String.Chars.to_string/1 | |
| +StringIO.child_spec/1 | |
| StringIO.close/1 | |
| StringIO.code_change/3 | |
| StringIO.contents/1 | |
| @@ -1225,8 +1277,10 @@ StringIO.open/2 | |
| StringIO.terminate/2 | |
| Supervisor.__using__/1 | |
| +Supervisor.child_spec/2 | |
| Supervisor.count_children/1 | |
| Supervisor.delete_child/2 | |
| +Supervisor.init/2 | |
| Supervisor.restart_child/2 | |
| Supervisor.start_child/2 | |
| Supervisor.start_link/2 | |
| @@ -1265,6 +1319,7 @@ System.put_env/2 | |
| System.schedulers/0 | |
| System.schedulers_online/0 | |
| System.stacktrace/0 | |
| +System.stop/1 | |
| System.system_time/0 | |
| System.system_time/1 | |
| System.time_offset/0 | |
| @@ -1278,11 +1333,13 @@ System.version/0 | |
| Task.__struct__/0 | |
| Task.__struct__/1 | |
| +Task.__using__/1 | |
| Task.async/1 | |
| Task.async/3 | |
| Task.async_stream/3 | |
| Task.async_stream/5 | |
| Task.await/2 | |
| +Task.child_spec/1 | |
| Task.find/2 | |
| Task.shutdown/2 | |
| Task.start/1 | |
| @@ -1300,6 +1357,7 @@ Task.Supervisor.async_stream/4 | |
| Task.Supervisor.async_stream/6 | |
| Task.Supervisor.async_stream_nolink/4 | |
| Task.Supervisor.async_stream_nolink/6 | |
| +Task.Supervisor.child_spec/1 | |
| Task.Supervisor.children/1 | |
| Task.Supervisor.start_child/2 | |
| Task.Supervisor.start_child/4 | |
| @@ -1309,15 +1367,18 @@ Task.Supervisor.terminate_child/2 | |
| Time.__struct__/0 | |
| Time.__struct__/1 | |
| Time.compare/2 | |
| -Time.from_erl/2 | |
| -Time.from_erl!/2 | |
| -Time.from_iso8601/1 | |
| +Time.convert/2 | |
| +Time.convert!/2 | |
| +Time.diff/3 | |
| +Time.from_erl/3 | |
| +Time.from_erl!/3 | |
| +Time.from_iso8601/2 | |
| Time.from_iso8601!/1 | |
| -Time.new/4 | |
| +Time.new/5 | |
| Time.to_erl/1 | |
| -Time.to_iso8601/1 | |
| +Time.to_iso8601/2 | |
| Time.to_string/1 | |
| -Time.utc_now/0 | |
| +Time.utc_now/1 | |
| Tuple.append/2 | |
| Tuple.delete_at/2 | |
| @@ -1340,7 +1401,6 @@ URI.encode_query/1 | |
| URI.encode_www_form/1 | |
| URI.merge/2 | |
| URI.parse/1 | |
| -URI.path_to_segments/1 | |
| URI.query_decoder/1 | |
| URI.to_string/1 | |
| @@ -1463,9 +1523,9 @@ Mix.Tasks.Archive.Build.run/1 | |
| Mix.Tasks.Archive.Check.run/1 | |
| -Mix.Tasks.Archive.Install.build/1 | |
| +Mix.Tasks.Archive.Install.build/2 | |
| Mix.Tasks.Archive.Install.check_install_spec/2 | |
| -Mix.Tasks.Archive.Install.find_previous_versions/2 | |
| +Mix.Tasks.Archive.Install.find_previous_versions/1 | |
| Mix.Tasks.Archive.Install.install/3 | |
| Mix.Tasks.Archive.Install.run/1 | |
| @@ -1530,9 +1590,9 @@ Mix.Tasks.Escript.run/1 | |
| Mix.Tasks.Escript.Build.run/1 | |
| -Mix.Tasks.Escript.Install.build/1 | |
| +Mix.Tasks.Escript.Install.build/2 | |
| Mix.Tasks.Escript.Install.check_install_spec/2 | |
| -Mix.Tasks.Escript.Install.find_previous_versions/2 | |
| +Mix.Tasks.Escript.Install.find_previous_versions/1 | |
| Mix.Tasks.Escript.Install.install/3 | |
| Mix.Tasks.Escript.Install.run/1 | |
| @@ -1556,10 +1616,14 @@ Mix.Tasks.Local.Rebar.run/1 | |
| Mix.Tasks.New.run/1 | |
| +Mix.Tasks.Profile.Cprof.profile/2 | |
| +Mix.Tasks.Profile.Cprof.run/1 | |
| + | |
| Mix.Tasks.Profile.Fprof.profile/2 | |
| Mix.Tasks.Profile.Fprof.run/1 | |
| Mix.Tasks.Run.run/1 | |
| +Mix.Tasks.Run.run/5 | |
| Mix.Tasks.Test.ex_unit_opts/1 | |
| Mix.Tasks.Test.formatter_opts/1 | |
| @@ -1577,12 +1641,16 @@ EEx.function_from_string/5 | |
| EEx.Engine.__using__/1 | |
| EEx.Engine.fetch_assign!/2 | |
| EEx.Engine.handle_assign/1 | |
| +EEx.Engine.handle_begin/1 | |
| EEx.Engine.handle_body/1 | |
| +EEx.Engine.handle_end/1 | |
| EEx.Engine.handle_expr/3 | |
| EEx.Engine.handle_text/2 | |
| EEx.Engine.init/1 | |
| +EEx.SmartEngine.handle_begin/1 | |
| EEx.SmartEngine.handle_body/1 | |
| +EEx.SmartEngine.handle_end/1 | |
| EEx.SmartEngine.handle_expr/3 | |
| EEx.SmartEngine.handle_text/2 | |
| EEx.SmartEngine.init/1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/modules-v1.5.txt b/modules-v1.6.txt | |
| index d6aed19f7..7a28b39e9 100644 | |
| --- a/modules-v1.5.txt | |
| +++ b/modules-v1.6.txt | |
| @@ -2,6 +2,7 @@ Access.all/0 | |
| Access.at/1 | |
| Access.elem/1 | |
| Access.fetch/2 | |
| +Access.filter/1 | |
| Access.get/3 | |
| Access.get_and_update/3 | |
| Access.key/2 | |
| @@ -85,11 +86,12 @@ Bitwise.|||/2 | |
| Bitwise.~~~/1 | |
| Calendar.compatible_calendars?/2 | |
| +Calendar.truncate/2 | |
| Calendar.ISO.add_day_fraction_to_iso_days/3 | |
| -Calendar.ISO.date_from_iso_days_days/1 | |
| +Calendar.ISO.date_from_iso_days/1 | |
| Calendar.ISO.date_to_iso8601/4 | |
| -Calendar.ISO.date_to_iso_days_days/3 | |
| +Calendar.ISO.date_to_iso_days/3 | |
| Calendar.ISO.date_to_string/3 | |
| Calendar.ISO.datetime_to_iso8601/12 | |
| Calendar.ISO.datetime_to_string/11 | |
| @@ -108,6 +110,7 @@ Calendar.ISO.parse_offset/1 | |
| Calendar.ISO.time_from_day_fraction/1 | |
| Calendar.ISO.time_to_day_fraction/4 | |
| Calendar.ISO.time_to_iso8601/5 | |
| +Calendar.ISO.time_to_string/4 | |
| Calendar.ISO.time_to_string/5 | |
| Calendar.ISO.valid_date?/3 | |
| Calendar.ISO.valid_time?/4 | |
| @@ -126,6 +129,8 @@ Code.ensure_loaded?/1 | |
| Code.eval_file/2 | |
| Code.eval_quoted/3 | |
| Code.eval_string/3 | |
| +Code.format_file!/2 | |
| +Code.format_string!/2 | |
| Code.get_docs/2 | |
| Code.load_file/2 | |
| Code.loaded_files/0 | |
| @@ -150,7 +155,7 @@ Date.day_of_week/1 | |
| Date.days_in_month/1 | |
| Date.diff/2 | |
| Date.from_erl/2 | |
| -Date.from_erl!/1 | |
| +Date.from_erl!/2 | |
| Date.from_iso8601/2 | |
| Date.from_iso8601!/2 | |
| Date.leap_year?/1 | |
| @@ -181,6 +186,7 @@ DateTime.to_naive/1 | |
| DateTime.to_string/1 | |
| DateTime.to_time/1 | |
| DateTime.to_unix/2 | |
| +DateTime.truncate/2 | |
| DateTime.utc_now/1 | |
| Dict.__using__/1 | |
| @@ -210,6 +216,23 @@ Dict.update/4 | |
| Dict.update!/3 | |
| Dict.values/1 | |
| +DynamicSupervisor.__struct__/0 | |
| +DynamicSupervisor.__struct__/1 | |
| +DynamicSupervisor.__using__/1 | |
| +DynamicSupervisor.code_change/3 | |
| +DynamicSupervisor.count_children/1 | |
| +DynamicSupervisor.format_status/2 | |
| +DynamicSupervisor.handle_call/3 | |
| +DynamicSupervisor.handle_cast/2 | |
| +DynamicSupervisor.handle_info/2 | |
| +DynamicSupervisor.init/1 | |
| +DynamicSupervisor.start_child/2 | |
| +DynamicSupervisor.start_link/1 | |
| +DynamicSupervisor.start_link/3 | |
| +DynamicSupervisor.terminate/2 | |
| +DynamicSupervisor.terminate_child/2 | |
| +DynamicSupervisor.which_children/1 | |
| + | |
| Enum.all?/2 | |
| Enum.any?/2 | |
| Enum.at/3 | |
| @@ -295,6 +318,7 @@ Enumerable.impl_for/1 | |
| Enumerable.impl_for!/1 | |
| Enumerable.member?/2 | |
| Enumerable.reduce/3 | |
| +Enumerable.slice/1 | |
| Exception.blame/3 | |
| Exception.blame_mfa/3 | |
| @@ -412,6 +436,7 @@ GenEvent.system_replace_state/2 | |
| GenEvent.system_terminate/4 | |
| GenEvent.which_handlers/1 | |
| +GenServer.__before_compile__/1 | |
| GenServer.__using__/1 | |
| GenServer.abcast/3 | |
| GenServer.call/3 | |
| @@ -574,20 +599,26 @@ Inspect.impl_for/1 | |
| Inspect.impl_for!/1 | |
| Inspect.inspect/2 | |
| -Inspect.Algebra.break/0 | |
| Inspect.Algebra.break/1 | |
| +Inspect.Algebra.collapse_lines/1 | |
| Inspect.Algebra.color/3 | |
| Inspect.Algebra.concat/1 | |
| Inspect.Algebra.concat/2 | |
| +Inspect.Algebra.container_doc/6 | |
| Inspect.Algebra.empty/0 | |
| +Inspect.Algebra.flex_break/1 | |
| +Inspect.Algebra.flex_glue/3 | |
| Inspect.Algebra.fold_doc/2 | |
| +Inspect.Algebra.force_unfit/1 | |
| Inspect.Algebra.format/2 | |
| -Inspect.Algebra.glue/2 | |
| Inspect.Algebra.glue/3 | |
| -Inspect.Algebra.group/1 | |
| +Inspect.Algebra.group/2 | |
| +Inspect.Algebra.line/0 | |
| Inspect.Algebra.line/2 | |
| -Inspect.Algebra.nest/2 | |
| +Inspect.Algebra.nest/3 | |
| +Inspect.Algebra.next_break_fits/2 | |
| Inspect.Algebra.space/2 | |
| +Inspect.Algebra.string/1 | |
| Inspect.Algebra.surround/3 | |
| Inspect.Algebra.surround_many/6 | |
| Inspect.Algebra.to_doc/2 | |
| @@ -649,6 +680,8 @@ Kernel.byte_size/1 | |
| Kernel.def/2 | |
| Kernel.defdelegate/2 | |
| Kernel.defexception/1 | |
| +Kernel.defguard/1 | |
| +Kernel.defguardp/1 | |
| Kernel.defimpl/3 | |
| Kernel.defmacro/2 | |
| Kernel.defmacrop/2 | |
| @@ -743,10 +776,12 @@ Kernel.var!/2 | |
| Kernel.|>/2 | |
| Kernel.||/2 | |
| +Kernel.ParallelCompiler.async/1 | |
| +Kernel.ParallelCompiler.compile/2 | |
| +Kernel.ParallelCompiler.compile_to_path/3 | |
| Kernel.ParallelCompiler.files/2 | |
| Kernel.ParallelCompiler.files_to_path/3 | |
| - | |
| -Kernel.ParallelRequire.files/2 | |
| +Kernel.ParallelCompiler.require/2 | |
| Kernel.SpecialForms.%/2 | |
| Kernel.SpecialForms.%{}/1 | |
| @@ -814,6 +849,7 @@ Keyword.update/4 | |
| Keyword.update!/3 | |
| Keyword.values/1 | |
| +List.ascii_printable?/2 | |
| List.delete/2 | |
| List.delete_at/2 | |
| List.duplicate/2 | |
| @@ -852,23 +888,19 @@ List.Chars.impl_for!/1 | |
| List.Chars.to_char_list/1 | |
| List.Chars.to_charlist/1 | |
| -Macro.binary_ops/0 | |
| Macro.camelize/1 | |
| -Macro.classify_identifier/1 | |
| Macro.decompose_call/1 | |
| Macro.escape/2 | |
| Macro.expand/2 | |
| Macro.expand_once/2 | |
| Macro.generate_arguments/2 | |
| Macro.pipe/3 | |
| -Macro.pipe_warning/1 | |
| Macro.postwalk/2 | |
| Macro.postwalk/3 | |
| Macro.prewalk/2 | |
| Macro.prewalk/3 | |
| Macro.to_string/2 | |
| Macro.traverse/4 | |
| -Macro.unary_ops/0 | |
| Macro.underscore/1 | |
| Macro.unescape_string/1 | |
| Macro.unescape_string/2 | |
| @@ -885,6 +917,7 @@ Macro.Env.in_guard?/1 | |
| Macro.Env.in_match?/1 | |
| Macro.Env.location/1 | |
| Macro.Env.stacktrace/1 | |
| +Macro.Env.to_match/1 | |
| Map.delete/2 | |
| Map.drop/2 | |
| @@ -936,10 +969,8 @@ MapSet.to_list/1 | |
| MapSet.union/2 | |
| Module.__info__/1 | |
| -Module.add_doc/6 | |
| Module.check_behaviours_and_impls/4 | |
| -Module.compile_doc/6 | |
| -Module.compile_impl/6 | |
| +Module.compile_definition_attributes/6 | |
| Module.concat/1 | |
| Module.concat/2 | |
| Module.create/3 | |
| @@ -970,7 +1001,7 @@ NaiveDateTime.convert/2 | |
| NaiveDateTime.convert!/2 | |
| NaiveDateTime.diff/3 | |
| NaiveDateTime.from_erl/3 | |
| -NaiveDateTime.from_erl!/2 | |
| +NaiveDateTime.from_erl!/3 | |
| NaiveDateTime.from_iso8601/2 | |
| NaiveDateTime.from_iso8601!/2 | |
| NaiveDateTime.new/2 | |
| @@ -980,6 +1011,7 @@ NaiveDateTime.to_erl/1 | |
| NaiveDateTime.to_iso8601/2 | |
| NaiveDateTime.to_string/1 | |
| NaiveDateTime.to_time/1 | |
| +NaiveDateTime.truncate/2 | |
| NaiveDateTime.utc_now/1 | |
| Node.alive?/0 | |
| @@ -1032,9 +1064,11 @@ Path.wildcard/2 | |
| Port.close/1 | |
| Port.command/3 | |
| Port.connect/2 | |
| +Port.demonitor/2 | |
| Port.info/1 | |
| Port.info/2 | |
| Port.list/0 | |
| +Port.monitor/1 | |
| Port.open/2 | |
| Process.alive?/1 | |
| @@ -1173,6 +1207,7 @@ Stream.each/2 | |
| Stream.filter/2 | |
| Stream.filter_map/3 | |
| Stream.flat_map/2 | |
| +Stream.intersperse/2 | |
| Stream.interval/1 | |
| Stream.into/3 | |
| Stream.iterate/2 | |
| @@ -1199,11 +1234,11 @@ Stream.zip/1 | |
| Stream.zip/2 | |
| String.at/2 | |
| -String.capitalize/1 | |
| +String.capitalize/2 | |
| String.chunk/2 | |
| String.codepoints/1 | |
| String.contains?/2 | |
| -String.downcase/1 | |
| +String.downcase/2 | |
| String.duplicate/2 | |
| String.ends_with?/2 | |
| String.equivalent?/2 | |
| @@ -1255,7 +1290,7 @@ String.trim_leading/1 | |
| String.trim_leading/2 | |
| String.trim_trailing/1 | |
| String.trim_trailing/2 | |
| -String.upcase/1 | |
| +String.upcase/2 | |
| String.valid?/1 | |
| String.valid_character?/1 | |
| @@ -1349,23 +1384,25 @@ Task.start_link/3 | |
| Task.yield/2 | |
| Task.yield_many/2 | |
| -Task.Supervisor.async/2 | |
| -Task.Supervisor.async/4 | |
| -Task.Supervisor.async_nolink/2 | |
| -Task.Supervisor.async_nolink/4 | |
| +Task.Supervisor.async/3 | |
| +Task.Supervisor.async/5 | |
| +Task.Supervisor.async_nolink/3 | |
| +Task.Supervisor.async_nolink/5 | |
| Task.Supervisor.async_stream/4 | |
| Task.Supervisor.async_stream/6 | |
| Task.Supervisor.async_stream_nolink/4 | |
| Task.Supervisor.async_stream_nolink/6 | |
| Task.Supervisor.child_spec/1 | |
| Task.Supervisor.children/1 | |
| -Task.Supervisor.start_child/2 | |
| -Task.Supervisor.start_child/4 | |
| +Task.Supervisor.init/1 | |
| +Task.Supervisor.start_child/3 | |
| +Task.Supervisor.start_child/5 | |
| Task.Supervisor.start_link/1 | |
| Task.Supervisor.terminate_child/2 | |
| Time.__struct__/0 | |
| Time.__struct__/1 | |
| +Time.add/3 | |
| Time.compare/2 | |
| Time.convert/2 | |
| Time.convert!/2 | |
| @@ -1373,11 +1410,12 @@ Time.diff/3 | |
| Time.from_erl/3 | |
| Time.from_erl!/3 | |
| Time.from_iso8601/2 | |
| -Time.from_iso8601!/1 | |
| +Time.from_iso8601!/2 | |
| Time.new/5 | |
| Time.to_erl/1 | |
| Time.to_iso8601/2 | |
| Time.to_string/1 | |
| +Time.truncate/2 | |
| Time.utc_now/1 | |
| Tuple.append/2 | |
| @@ -1508,9 +1546,16 @@ Mix.Task.reenable/1 | |
| Mix.Task.rerun/2 | |
| Mix.Task.run/2 | |
| Mix.Task.shortdoc/1 | |
| +Mix.Task.supported_attributes/0 | |
| Mix.Task.task?/1 | |
| Mix.Task.task_name/1 | |
| +Mix.Task.Compiler.__using__/1 | |
| +Mix.Task.Compiler.normalize/2 | |
| + | |
| +Mix.Task.Compiler.Diagnostic.__struct__/0 | |
| +Mix.Task.Compiler.Diagnostic.__struct__/1 | |
| + | |
| Mix.Tasks.App.Start.run/1 | |
| Mix.Tasks.App.Start.start/2 | |
| Mix.Tasks.App.Start.type/2 | |
| @@ -1554,6 +1599,8 @@ Mix.Tasks.Compile.Leex.manifests/0 | |
| Mix.Tasks.Compile.Leex.run/1 | |
| Mix.Tasks.Compile.Protocols.clean/0 | |
| +Mix.Tasks.Compile.Protocols.consolidated?/0 | |
| +Mix.Tasks.Compile.Protocols.manifests/0 | |
| Mix.Tasks.Compile.Protocols.run/1 | |
| Mix.Tasks.Compile.Xref.clean/0 | |
| @@ -1598,6 +1645,8 @@ Mix.Tasks.Escript.Install.run/1 | |
| Mix.Tasks.Escript.Uninstall.run/1 | |
| +Mix.Tasks.Format.run/1 | |
| + | |
| Mix.Tasks.Help.run/1 | |
| Mix.Tasks.Iex.run/1 | |
| @@ -1619,6 +1668,10 @@ Mix.Tasks.New.run/1 | |
| Mix.Tasks.Profile.Cprof.profile/2 | |
| Mix.Tasks.Profile.Cprof.run/1 | |
| +Mix.Tasks.Profile.Eprof.print_function_count/1 | |
| +Mix.Tasks.Profile.Eprof.profile/2 | |
| +Mix.Tasks.Profile.Eprof.run/1 | |
| + | |
| Mix.Tasks.Profile.Fprof.profile/2 | |
| Mix.Tasks.Profile.Fprof.run/1 | |
| @@ -1629,7 +1682,9 @@ Mix.Tasks.Test.ex_unit_opts/1 | |
| Mix.Tasks.Test.formatter_opts/1 | |
| Mix.Tasks.Test.run/1 | |
| +Mix.Tasks.Xref.calls/1 | |
| Mix.Tasks.Xref.run/1 | |
| +Mix.Tasks.Xref.warnings/1 | |
| EEx.compile_file/2 | |
| EEx.compile_string/2 | |
| @@ -1678,6 +1733,8 @@ Logger.warn/2 | |
| Logger.Formatter.compile/1 | |
| Logger.Formatter.format/5 | |
| +Logger.Formatter.format_date/1 | |
| +Logger.Formatter.format_time/1 | |
| Logger.Formatter.prune/1 | |
| Logger.Translator.translate/4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/modules-v1.6.txt b/modules-master.txt | |
| index 7a28b39e9..df5cd911b 100644 | |
| --- a/modules-v1.6.txt | |
| +++ b/modules-master.txt | |
| @@ -117,6 +117,7 @@ Calendar.ISO.valid_time?/4 | |
| Code.append_path/1 | |
| Code.available_compiler_options/0 | |
| +Code.compile_file/2 | |
| Code.compile_quoted/2 | |
| Code.compile_string/2 | |
| Code.compiler_options/0 | |
| @@ -136,9 +137,11 @@ Code.load_file/2 | |
| Code.loaded_files/0 | |
| Code.prepend_path/1 | |
| Code.require_file/2 | |
| +Code.required_files/0 | |
| Code.string_to_quoted/2 | |
| Code.string_to_quoted!/2 | |
| Code.unload_files/1 | |
| +Code.unrequire_files/1 | |
| Collectable.__protocol__/1 | |
| Collectable.impl_for/1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Access.all/0 | |
| Access.at/1 | |
| Access.elem/1 | |
| Access.fetch/2 | |
| Access.filter/1 | |
| Access.get/3 | |
| Access.get_and_update/3 | |
| Access.key/2 | |
| Access.key!/1 | |
| Access.pop/2 | |
| Agent.__using__/1 | |
| Agent.cast/2 | |
| Agent.cast/4 | |
| Agent.child_spec/1 | |
| Agent.get/3 | |
| Agent.get/5 | |
| Agent.get_and_update/3 | |
| Agent.get_and_update/5 | |
| Agent.start/2 | |
| Agent.start/4 | |
| Agent.start_link/2 | |
| Agent.start_link/4 | |
| Agent.stop/3 | |
| Agent.update/3 | |
| Agent.update/5 | |
| Application.__using__/1 | |
| Application.app_dir/1 | |
| Application.app_dir/2 | |
| Application.delete_env/3 | |
| Application.ensure_all_started/2 | |
| Application.ensure_started/2 | |
| Application.fetch_env/2 | |
| Application.fetch_env!/2 | |
| Application.format_error/1 | |
| Application.get_all_env/1 | |
| Application.get_application/1 | |
| Application.get_env/3 | |
| Application.load/1 | |
| Application.loaded_applications/0 | |
| Application.put_env/4 | |
| Application.spec/1 | |
| Application.spec/2 | |
| Application.start/2 | |
| Application.started_applications/1 | |
| Application.stop/1 | |
| Application.unload/1 | |
| Atom.to_char_list/1 | |
| Atom.to_charlist/1 | |
| Atom.to_string/1 | |
| Base.decode16/2 | |
| Base.decode16!/2 | |
| Base.decode32/2 | |
| Base.decode32!/2 | |
| Base.decode64/2 | |
| Base.decode64!/2 | |
| Base.encode16/2 | |
| Base.encode32/2 | |
| Base.encode64/2 | |
| Base.hex_decode32/2 | |
| Base.hex_decode32!/2 | |
| Base.hex_encode32/2 | |
| Base.url_decode64/2 | |
| Base.url_decode64!/2 | |
| Base.url_encode64/2 | |
| Behaviour.__using__/1 | |
| Behaviour.defcallback/1 | |
| Behaviour.defmacrocallback/1 | |
| Bitwise.&&&/2 | |
| Bitwise.<<</2 | |
| Bitwise.>>>/2 | |
| Bitwise.^^^/2 | |
| Bitwise.__using__/1 | |
| Bitwise.band/2 | |
| Bitwise.bnot/1 | |
| Bitwise.bor/2 | |
| Bitwise.bsl/2 | |
| Bitwise.bsr/2 | |
| Bitwise.bxor/2 | |
| Bitwise.|||/2 | |
| Bitwise.~~~/1 | |
| Calendar.compatible_calendars?/2 | |
| Calendar.truncate/2 | |
| Calendar.ISO.add_day_fraction_to_iso_days/3 | |
| Calendar.ISO.date_from_iso_days/1 | |
| Calendar.ISO.date_to_iso8601/4 | |
| Calendar.ISO.date_to_iso_days/3 | |
| Calendar.ISO.date_to_string/3 | |
| Calendar.ISO.datetime_to_iso8601/12 | |
| Calendar.ISO.datetime_to_string/11 | |
| Calendar.ISO.day_of_week/3 | |
| Calendar.ISO.day_rollover_relative_to_midnight_utc/0 | |
| Calendar.ISO.days_in_month/2 | |
| Calendar.ISO.from_unix/2 | |
| Calendar.ISO.iso_days_to_unit/2 | |
| Calendar.ISO.leap_year?/1 | |
| Calendar.ISO.naive_datetime_from_iso_days/1 | |
| Calendar.ISO.naive_datetime_to_iso8601/8 | |
| Calendar.ISO.naive_datetime_to_iso_days/7 | |
| Calendar.ISO.naive_datetime_to_string/7 | |
| Calendar.ISO.parse_microsecond/1 | |
| Calendar.ISO.parse_offset/1 | |
| Calendar.ISO.time_from_day_fraction/1 | |
| Calendar.ISO.time_to_day_fraction/4 | |
| Calendar.ISO.time_to_iso8601/5 | |
| Calendar.ISO.time_to_string/4 | |
| Calendar.ISO.time_to_string/5 | |
| Calendar.ISO.valid_date?/3 | |
| Calendar.ISO.valid_time?/4 | |
| Code.append_path/1 | |
| Code.available_compiler_options/0 | |
| Code.compile_file/2 | |
| Code.compile_quoted/2 | |
| Code.compile_string/2 | |
| Code.compiler_options/0 | |
| Code.compiler_options/1 | |
| Code.delete_path/1 | |
| Code.ensure_compiled/1 | |
| Code.ensure_compiled?/1 | |
| Code.ensure_loaded/1 | |
| Code.ensure_loaded?/1 | |
| Code.eval_file/2 | |
| Code.eval_quoted/3 | |
| Code.eval_string/3 | |
| Code.format_file!/2 | |
| Code.format_string!/2 | |
| Code.get_docs/2 | |
| Code.load_file/2 | |
| Code.loaded_files/0 | |
| Code.prepend_path/1 | |
| Code.require_file/2 | |
| Code.required_files/0 | |
| Code.string_to_quoted/2 | |
| Code.string_to_quoted!/2 | |
| Code.unload_files/1 | |
| Code.unrequire_files/1 | |
| Collectable.__protocol__/1 | |
| Collectable.impl_for/1 | |
| Collectable.impl_for!/1 | |
| Collectable.into/1 | |
| Date.__struct__/0 | |
| Date.__struct__/1 | |
| Date.add/2 | |
| Date.compare/2 | |
| Date.convert/2 | |
| Date.convert!/2 | |
| Date.day_of_week/1 | |
| Date.days_in_month/1 | |
| Date.diff/2 | |
| Date.from_erl/2 | |
| Date.from_erl!/2 | |
| Date.from_iso8601/2 | |
| Date.from_iso8601!/2 | |
| Date.leap_year?/1 | |
| Date.new/4 | |
| Date.range/2 | |
| Date.to_erl/1 | |
| Date.to_iso8601/2 | |
| Date.to_string/1 | |
| Date.utc_today/1 | |
| Date.Range.__struct__/0 | |
| Date.Range.__struct__/1 | |
| DateTime.__struct__/0 | |
| DateTime.__struct__/1 | |
| DateTime.compare/2 | |
| DateTime.convert/2 | |
| DateTime.convert!/2 | |
| DateTime.diff/3 | |
| DateTime.from_iso8601/2 | |
| DateTime.from_naive/2 | |
| DateTime.from_naive!/2 | |
| DateTime.from_unix/3 | |
| DateTime.from_unix!/3 | |
| DateTime.to_date/1 | |
| DateTime.to_iso8601/2 | |
| DateTime.to_naive/1 | |
| DateTime.to_string/1 | |
| DateTime.to_time/1 | |
| DateTime.to_unix/2 | |
| DateTime.truncate/2 | |
| DateTime.utc_now/1 | |
| Dict.__using__/1 | |
| Dict.delete/2 | |
| Dict.drop/2 | |
| Dict.empty/1 | |
| Dict.equal?/2 | |
| Dict.fetch/2 | |
| Dict.fetch!/2 | |
| Dict.get/3 | |
| Dict.get_and_update/3 | |
| Dict.get_lazy/3 | |
| Dict.has_key?/2 | |
| Dict.keys/1 | |
| Dict.merge/2 | |
| Dict.merge/3 | |
| Dict.pop/3 | |
| Dict.pop_lazy/3 | |
| Dict.put/3 | |
| Dict.put_new/3 | |
| Dict.put_new_lazy/3 | |
| Dict.size/1 | |
| Dict.split/2 | |
| Dict.take/2 | |
| Dict.to_list/1 | |
| Dict.update/4 | |
| Dict.update!/3 | |
| Dict.values/1 | |
| DynamicSupervisor.__struct__/0 | |
| DynamicSupervisor.__struct__/1 | |
| DynamicSupervisor.__using__/1 | |
| DynamicSupervisor.code_change/3 | |
| DynamicSupervisor.count_children/1 | |
| DynamicSupervisor.format_status/2 | |
| DynamicSupervisor.handle_call/3 | |
| DynamicSupervisor.handle_cast/2 | |
| DynamicSupervisor.handle_info/2 | |
| DynamicSupervisor.init/1 | |
| DynamicSupervisor.start_child/2 | |
| DynamicSupervisor.start_link/1 | |
| DynamicSupervisor.start_link/3 | |
| DynamicSupervisor.terminate/2 | |
| DynamicSupervisor.terminate_child/2 | |
| DynamicSupervisor.which_children/1 | |
| Enum.all?/2 | |
| Enum.any?/2 | |
| Enum.at/3 | |
| Enum.chunk/2 | |
| Enum.chunk/4 | |
| Enum.chunk_by/2 | |
| Enum.chunk_every/2 | |
| Enum.chunk_every/4 | |
| Enum.chunk_while/4 | |
| Enum.concat/1 | |
| Enum.concat/2 | |
| Enum.count/1 | |
| Enum.count/2 | |
| Enum.dedup/1 | |
| Enum.dedup_by/2 | |
| Enum.drop/2 | |
| Enum.drop_every/2 | |
| Enum.drop_while/2 | |
| Enum.each/2 | |
| Enum.empty?/1 | |
| Enum.fetch/2 | |
| Enum.fetch!/2 | |
| Enum.filter/2 | |
| Enum.filter_map/3 | |
| Enum.find/3 | |
| Enum.find_index/2 | |
| Enum.find_value/3 | |
| Enum.flat_map/2 | |
| Enum.flat_map_reduce/3 | |
| Enum.group_by/3 | |
| Enum.intersperse/2 | |
| Enum.into/2 | |
| Enum.into/3 | |
| Enum.join/2 | |
| Enum.map/2 | |
| Enum.map_every/3 | |
| Enum.map_join/3 | |
| Enum.map_reduce/3 | |
| Enum.max/2 | |
| Enum.max_by/3 | |
| Enum.member?/2 | |
| Enum.min/2 | |
| Enum.min_by/3 | |
| Enum.min_max/2 | |
| Enum.min_max_by/3 | |
| Enum.partition/2 | |
| Enum.random/1 | |
| Enum.reduce/2 | |
| Enum.reduce/3 | |
| Enum.reduce_while/3 | |
| Enum.reject/2 | |
| Enum.reverse/1 | |
| Enum.reverse/2 | |
| Enum.reverse_slice/3 | |
| Enum.scan/2 | |
| Enum.scan/3 | |
| Enum.shuffle/1 | |
| Enum.slice/2 | |
| Enum.slice/3 | |
| Enum.sort/1 | |
| Enum.sort/2 | |
| Enum.sort_by/3 | |
| Enum.split/2 | |
| Enum.split_while/2 | |
| Enum.split_with/2 | |
| Enum.sum/1 | |
| Enum.take/2 | |
| Enum.take_every/2 | |
| Enum.take_random/2 | |
| Enum.take_while/2 | |
| Enum.to_list/1 | |
| Enum.uniq/1 | |
| Enum.uniq/2 | |
| Enum.uniq_by/2 | |
| Enum.unzip/1 | |
| Enum.with_index/2 | |
| Enum.zip/1 | |
| Enum.zip/2 | |
| Enumerable.__protocol__/1 | |
| Enumerable.count/1 | |
| Enumerable.impl_for/1 | |
| Enumerable.impl_for!/1 | |
| Enumerable.member?/2 | |
| Enumerable.reduce/3 | |
| Enumerable.slice/1 | |
| Exception.blame/3 | |
| Exception.blame_mfa/3 | |
| Exception.exception?/1 | |
| Exception.format/3 | |
| Exception.format_banner/3 | |
| Exception.format_exit/1 | |
| Exception.format_fa/2 | |
| Exception.format_file_line/3 | |
| Exception.format_mfa/3 | |
| Exception.format_stacktrace/1 | |
| Exception.format_stacktrace_entry/1 | |
| Exception.message/1 | |
| Exception.normalize/3 | |
| File.cd/1 | |
| File.cd!/1 | |
| File.cd!/2 | |
| File.chgrp/2 | |
| File.chgrp!/2 | |
| File.chmod/2 | |
| File.chmod!/2 | |
| File.chown/2 | |
| File.chown!/2 | |
| File.close/1 | |
| File.copy/3 | |
| File.copy!/3 | |
| File.cp/3 | |
| File.cp!/3 | |
| File.cp_r/3 | |
| File.cp_r!/3 | |
| File.cwd/0 | |
| File.cwd!/0 | |
| File.dir?/1 | |
| File.exists?/1 | |
| File.ln/2 | |
| File.ln!/2 | |
| File.ln_s/2 | |
| File.ln_s!/2 | |
| File.ls/1 | |
| File.ls!/1 | |
| File.lstat/2 | |
| File.lstat!/2 | |
| File.mkdir/1 | |
| File.mkdir!/1 | |
| File.mkdir_p/1 | |
| File.mkdir_p!/1 | |
| File.open/2 | |
| File.open/3 | |
| File.open!/2 | |
| File.open!/3 | |
| File.read/1 | |
| File.read!/1 | |
| File.read_link/1 | |
| File.read_link!/1 | |
| File.regular?/1 | |
| File.rename/2 | |
| File.rm/1 | |
| File.rm!/1 | |
| File.rm_rf/1 | |
| File.rm_rf!/1 | |
| File.rmdir/1 | |
| File.rmdir!/1 | |
| File.stat/2 | |
| File.stat!/2 | |
| File.stream!/3 | |
| File.touch/2 | |
| File.touch!/2 | |
| File.write/3 | |
| File.write!/3 | |
| File.write_stat/3 | |
| File.write_stat!/3 | |
| File.Stat.__struct__/0 | |
| File.Stat.__struct__/1 | |
| File.Stat.from_record/1 | |
| File.Stat.to_record/1 | |
| File.Stream.__build__/3 | |
| File.Stream.__struct__/0 | |
| File.Stream.__struct__/1 | |
| Float.ceil/2 | |
| Float.floor/2 | |
| Float.parse/1 | |
| Float.ratio/1 | |
| Float.round/2 | |
| Float.to_char_list/1 | |
| Float.to_char_list/2 | |
| Float.to_charlist/1 | |
| Float.to_string/1 | |
| Float.to_string/2 | |
| GenEvent.__using__/1 | |
| GenEvent.ack_notify/2 | |
| GenEvent.add_handler/3 | |
| GenEvent.add_mon_handler/3 | |
| GenEvent.call/4 | |
| GenEvent.format_status/2 | |
| GenEvent.init_hib/4 | |
| GenEvent.init_it/6 | |
| GenEvent.notify/2 | |
| GenEvent.remove_handler/3 | |
| GenEvent.start/1 | |
| GenEvent.start_link/1 | |
| GenEvent.stop/3 | |
| GenEvent.stream/2 | |
| GenEvent.swap_handler/5 | |
| GenEvent.swap_mon_handler/5 | |
| GenEvent.sync_notify/2 | |
| GenEvent.system_code_change/4 | |
| GenEvent.system_continue/3 | |
| GenEvent.system_get_state/1 | |
| GenEvent.system_replace_state/2 | |
| GenEvent.system_terminate/4 | |
| GenEvent.which_handlers/1 | |
| GenServer.__before_compile__/1 | |
| GenServer.__using__/1 | |
| GenServer.abcast/3 | |
| GenServer.call/3 | |
| GenServer.cast/2 | |
| GenServer.multi_call/4 | |
| GenServer.reply/2 | |
| GenServer.start/3 | |
| GenServer.start_link/3 | |
| GenServer.stop/3 | |
| GenServer.whereis/1 | |
| HashDict.__struct__/0 | |
| HashDict.__struct__/1 | |
| HashDict.delete/2 | |
| HashDict.dict_delete/2 | |
| HashDict.drop/2 | |
| HashDict.equal?/2 | |
| HashDict.fetch/2 | |
| HashDict.fetch!/2 | |
| HashDict.get/3 | |
| HashDict.get_and_update/3 | |
| HashDict.get_lazy/3 | |
| HashDict.has_key?/2 | |
| HashDict.keys/1 | |
| HashDict.merge/3 | |
| HashDict.new/0 | |
| HashDict.pop/3 | |
| HashDict.pop_lazy/3 | |
| HashDict.put/3 | |
| HashDict.put_new/3 | |
| HashDict.put_new_lazy/3 | |
| HashDict.reduce/3 | |
| HashDict.size/1 | |
| HashDict.split/2 | |
| HashDict.take/2 | |
| HashDict.to_list/1 | |
| HashDict.update/4 | |
| HashDict.update!/3 | |
| HashDict.values/1 | |
| HashSet.__struct__/0 | |
| HashSet.__struct__/1 | |
| HashSet.delete/2 | |
| HashSet.difference/2 | |
| HashSet.disjoint?/2 | |
| HashSet.equal?/2 | |
| HashSet.intersection/2 | |
| HashSet.member?/2 | |
| HashSet.new/0 | |
| HashSet.put/2 | |
| HashSet.reduce/3 | |
| HashSet.size/1 | |
| HashSet.subset?/2 | |
| HashSet.to_list/1 | |
| HashSet.union/2 | |
| IO.binread/2 | |
| IO.binstream/2 | |
| IO.binwrite/2 | |
| IO.chardata_to_string/1 | |
| IO.each_binstream/2 | |
| IO.each_stream/2 | |
| IO.getn/2 | |
| IO.getn/3 | |
| IO.gets/2 | |
| IO.inspect/2 | |
| IO.inspect/3 | |
| IO.iodata_length/1 | |
| IO.iodata_to_binary/1 | |
| IO.puts/2 | |
| IO.read/2 | |
| IO.stream/2 | |
| IO.warn/1 | |
| IO.warn/2 | |
| IO.write/2 | |
| IO.ANSI.black/0 | |
| IO.ANSI.black_background/0 | |
| IO.ANSI.blink_off/0 | |
| IO.ANSI.blink_rapid/0 | |
| IO.ANSI.blink_slow/0 | |
| IO.ANSI.blue/0 | |
| IO.ANSI.blue_background/0 | |
| IO.ANSI.bright/0 | |
| IO.ANSI.clear/0 | |
| IO.ANSI.clear_line/0 | |
| IO.ANSI.color/1 | |
| IO.ANSI.color/3 | |
| IO.ANSI.color_background/1 | |
| IO.ANSI.color_background/3 | |
| IO.ANSI.conceal/0 | |
| IO.ANSI.crossed_out/0 | |
| IO.ANSI.cyan/0 | |
| IO.ANSI.cyan_background/0 | |
| IO.ANSI.default_background/0 | |
| IO.ANSI.default_color/0 | |
| IO.ANSI.enabled?/0 | |
| IO.ANSI.encircled/0 | |
| IO.ANSI.faint/0 | |
| IO.ANSI.font_1/0 | |
| IO.ANSI.font_2/0 | |
| IO.ANSI.font_3/0 | |
| IO.ANSI.font_4/0 | |
| IO.ANSI.font_5/0 | |
| IO.ANSI.font_6/0 | |
| IO.ANSI.font_7/0 | |
| IO.ANSI.font_8/0 | |
| IO.ANSI.font_9/0 | |
| IO.ANSI.format/2 | |
| IO.ANSI.format_fragment/2 | |
| IO.ANSI.framed/0 | |
| IO.ANSI.green/0 | |
| IO.ANSI.green_background/0 | |
| IO.ANSI.home/0 | |
| IO.ANSI.inverse/0 | |
| IO.ANSI.inverse_off/0 | |
| IO.ANSI.italic/0 | |
| IO.ANSI.light_black/0 | |
| IO.ANSI.light_black_background/0 | |
| IO.ANSI.light_blue/0 | |
| IO.ANSI.light_blue_background/0 | |
| IO.ANSI.light_cyan/0 | |
| IO.ANSI.light_cyan_background/0 | |
| IO.ANSI.light_green/0 | |
| IO.ANSI.light_green_background/0 | |
| IO.ANSI.light_magenta/0 | |
| IO.ANSI.light_magenta_background/0 | |
| IO.ANSI.light_red/0 | |
| IO.ANSI.light_red_background/0 | |
| IO.ANSI.light_white/0 | |
| IO.ANSI.light_white_background/0 | |
| IO.ANSI.light_yellow/0 | |
| IO.ANSI.light_yellow_background/0 | |
| IO.ANSI.magenta/0 | |
| IO.ANSI.magenta_background/0 | |
| IO.ANSI.no_underline/0 | |
| IO.ANSI.normal/0 | |
| IO.ANSI.not_framed_encircled/0 | |
| IO.ANSI.not_italic/0 | |
| IO.ANSI.not_overlined/0 | |
| IO.ANSI.overlined/0 | |
| IO.ANSI.primary_font/0 | |
| IO.ANSI.red/0 | |
| IO.ANSI.red_background/0 | |
| IO.ANSI.reset/0 | |
| IO.ANSI.reverse/0 | |
| IO.ANSI.reverse_off/0 | |
| IO.ANSI.underline/0 | |
| IO.ANSI.white/0 | |
| IO.ANSI.white_background/0 | |
| IO.ANSI.yellow/0 | |
| IO.ANSI.yellow_background/0 | |
| IO.Stream.__build__/3 | |
| IO.Stream.__struct__/0 | |
| IO.Stream.__struct__/1 | |
| Inspect.__protocol__/1 | |
| Inspect.impl_for/1 | |
| Inspect.impl_for!/1 | |
| Inspect.inspect/2 | |
| Inspect.Algebra.break/1 | |
| Inspect.Algebra.collapse_lines/1 | |
| Inspect.Algebra.color/3 | |
| Inspect.Algebra.concat/1 | |
| Inspect.Algebra.concat/2 | |
| Inspect.Algebra.container_doc/6 | |
| Inspect.Algebra.empty/0 | |
| Inspect.Algebra.flex_break/1 | |
| Inspect.Algebra.flex_glue/3 | |
| Inspect.Algebra.fold_doc/2 | |
| Inspect.Algebra.force_unfit/1 | |
| Inspect.Algebra.format/2 | |
| Inspect.Algebra.glue/3 | |
| Inspect.Algebra.group/2 | |
| Inspect.Algebra.line/0 | |
| Inspect.Algebra.line/2 | |
| Inspect.Algebra.nest/3 | |
| Inspect.Algebra.next_break_fits/2 | |
| Inspect.Algebra.space/2 | |
| Inspect.Algebra.string/1 | |
| Inspect.Algebra.surround/3 | |
| Inspect.Algebra.surround_many/6 | |
| Inspect.Algebra.to_doc/2 | |
| Inspect.Error.__struct__/0 | |
| Inspect.Error.__struct__/1 | |
| Inspect.Error.exception/1 | |
| Inspect.Error.message/1 | |
| Inspect.Opts.__struct__/0 | |
| Inspect.Opts.__struct__/1 | |
| Integer.digits/2 | |
| Integer.floor_div/2 | |
| Integer.gcd/2 | |
| Integer.is_even/1 | |
| Integer.is_odd/1 | |
| Integer.mod/2 | |
| Integer.parse/2 | |
| Integer.to_char_list/1 | |
| Integer.to_char_list/2 | |
| Integer.to_charlist/1 | |
| Integer.to_charlist/2 | |
| Integer.to_string/1 | |
| Integer.to_string/2 | |
| Integer.undigits/2 | |
| Kernel.!/1 | |
| Kernel.!=/2 | |
| Kernel.!==/2 | |
| Kernel.&&/2 | |
| Kernel.*/2 | |
| Kernel.+/1 | |
| Kernel.+/2 | |
| Kernel.++/2 | |
| Kernel.-/1 | |
| Kernel.-/2 | |
| Kernel.--/2 | |
| Kernel.../2 | |
| Kernel.//2 | |
| Kernel.</2 | |
| Kernel.<=/2 | |
| Kernel.<>/2 | |
| Kernel.==/2 | |
| Kernel.===/2 | |
| Kernel.=~/2 | |
| Kernel.>/2 | |
| Kernel.>=/2 | |
| Kernel.@/1 | |
| Kernel.abs/1 | |
| Kernel.alias!/1 | |
| Kernel.and/2 | |
| Kernel.apply/2 | |
| Kernel.apply/3 | |
| Kernel.binary_part/3 | |
| Kernel.binding/1 | |
| Kernel.bit_size/1 | |
| Kernel.byte_size/1 | |
| Kernel.def/2 | |
| Kernel.defdelegate/2 | |
| Kernel.defexception/1 | |
| Kernel.defguard/1 | |
| Kernel.defguardp/1 | |
| Kernel.defimpl/3 | |
| Kernel.defmacro/2 | |
| Kernel.defmacrop/2 | |
| Kernel.defmodule/2 | |
| Kernel.defoverridable/1 | |
| Kernel.defp/2 | |
| Kernel.defprotocol/2 | |
| Kernel.defstruct/1 | |
| Kernel.destructure/2 | |
| Kernel.div/2 | |
| Kernel.elem/2 | |
| Kernel.exit/1 | |
| Kernel.function_exported?/3 | |
| Kernel.get_and_update_in/2 | |
| Kernel.get_and_update_in/3 | |
| Kernel.get_in/2 | |
| Kernel.hd/1 | |
| Kernel.if/2 | |
| Kernel.in/2 | |
| Kernel.inspect/2 | |
| Kernel.is_atom/1 | |
| Kernel.is_binary/1 | |
| Kernel.is_bitstring/1 | |
| Kernel.is_boolean/1 | |
| Kernel.is_float/1 | |
| Kernel.is_function/1 | |
| Kernel.is_function/2 | |
| Kernel.is_integer/1 | |
| Kernel.is_list/1 | |
| Kernel.is_map/1 | |
| Kernel.is_nil/1 | |
| Kernel.is_number/1 | |
| Kernel.is_pid/1 | |
| Kernel.is_port/1 | |
| Kernel.is_reference/1 | |
| Kernel.is_tuple/1 | |
| Kernel.length/1 | |
| Kernel.macro_exported?/3 | |
| Kernel.make_ref/0 | |
| Kernel.map_size/1 | |
| Kernel.match?/2 | |
| Kernel.max/2 | |
| Kernel.min/2 | |
| Kernel.node/0 | |
| Kernel.node/1 | |
| Kernel.not/1 | |
| Kernel.or/2 | |
| Kernel.pop_in/1 | |
| Kernel.pop_in/2 | |
| Kernel.put_elem/3 | |
| Kernel.put_in/2 | |
| Kernel.put_in/3 | |
| Kernel.raise/1 | |
| Kernel.raise/2 | |
| Kernel.rem/2 | |
| Kernel.reraise/2 | |
| Kernel.reraise/3 | |
| Kernel.round/1 | |
| Kernel.self/0 | |
| Kernel.send/2 | |
| Kernel.sigil_C/2 | |
| Kernel.sigil_D/2 | |
| Kernel.sigil_N/2 | |
| Kernel.sigil_R/2 | |
| Kernel.sigil_S/2 | |
| Kernel.sigil_T/2 | |
| Kernel.sigil_W/2 | |
| Kernel.sigil_c/2 | |
| Kernel.sigil_r/2 | |
| Kernel.sigil_s/2 | |
| Kernel.sigil_w/2 | |
| Kernel.spawn/1 | |
| Kernel.spawn/3 | |
| Kernel.spawn_link/1 | |
| Kernel.spawn_link/3 | |
| Kernel.spawn_monitor/1 | |
| Kernel.spawn_monitor/3 | |
| Kernel.struct/2 | |
| Kernel.struct!/2 | |
| Kernel.throw/1 | |
| Kernel.tl/1 | |
| Kernel.to_char_list/1 | |
| Kernel.to_charlist/1 | |
| Kernel.to_string/1 | |
| Kernel.trunc/1 | |
| Kernel.tuple_size/1 | |
| Kernel.unless/2 | |
| Kernel.update_in/2 | |
| Kernel.update_in/3 | |
| Kernel.use/2 | |
| Kernel.var!/2 | |
| Kernel.|>/2 | |
| Kernel.||/2 | |
| Kernel.ParallelCompiler.async/1 | |
| Kernel.ParallelCompiler.compile/2 | |
| Kernel.ParallelCompiler.compile_to_path/3 | |
| Kernel.ParallelCompiler.files/2 | |
| Kernel.ParallelCompiler.files_to_path/3 | |
| Kernel.ParallelCompiler.require/2 | |
| Kernel.SpecialForms.%/2 | |
| Kernel.SpecialForms.%{}/1 | |
| Kernel.SpecialForms.&/1 | |
| Kernel.SpecialForms../2 | |
| Kernel.SpecialForms.::/2 | |
| Kernel.SpecialForms.<<>>/1 | |
| Kernel.SpecialForms.=/2 | |
| Kernel.SpecialForms.^/1 | |
| Kernel.SpecialForms.__CALLER__/0 | |
| Kernel.SpecialForms.__DIR__/0 | |
| Kernel.SpecialForms.__ENV__/0 | |
| Kernel.SpecialForms.__MODULE__/0 | |
| Kernel.SpecialForms.__aliases__/1 | |
| Kernel.SpecialForms.__block__/1 | |
| Kernel.SpecialForms.alias/2 | |
| Kernel.SpecialForms.case/2 | |
| Kernel.SpecialForms.cond/1 | |
| Kernel.SpecialForms.fn/1 | |
| Kernel.SpecialForms.for/1 | |
| Kernel.SpecialForms.import/2 | |
| Kernel.SpecialForms.quote/2 | |
| Kernel.SpecialForms.receive/1 | |
| Kernel.SpecialForms.require/2 | |
| Kernel.SpecialForms.super/1 | |
| Kernel.SpecialForms.try/1 | |
| Kernel.SpecialForms.unquote/1 | |
| Kernel.SpecialForms.unquote_splicing/1 | |
| Kernel.SpecialForms.with/1 | |
| Kernel.SpecialForms.{}/1 | |
| Keyword.delete/2 | |
| Keyword.delete/3 | |
| Keyword.delete_first/2 | |
| Keyword.drop/2 | |
| Keyword.equal?/2 | |
| Keyword.fetch/2 | |
| Keyword.fetch!/2 | |
| Keyword.get/3 | |
| Keyword.get_and_update/3 | |
| Keyword.get_and_update!/3 | |
| Keyword.get_lazy/3 | |
| Keyword.get_values/2 | |
| Keyword.has_key?/2 | |
| Keyword.keys/1 | |
| Keyword.keyword?/1 | |
| Keyword.merge/2 | |
| Keyword.merge/3 | |
| Keyword.new/0 | |
| Keyword.new/1 | |
| Keyword.new/2 | |
| Keyword.pop/3 | |
| Keyword.pop_first/3 | |
| Keyword.pop_lazy/3 | |
| Keyword.put/3 | |
| Keyword.put_new/3 | |
| Keyword.put_new_lazy/3 | |
| Keyword.replace/3 | |
| Keyword.replace!/3 | |
| Keyword.size/1 | |
| Keyword.split/2 | |
| Keyword.take/2 | |
| Keyword.to_list/1 | |
| Keyword.update/4 | |
| Keyword.update!/3 | |
| Keyword.values/1 | |
| List.ascii_printable?/2 | |
| List.delete/2 | |
| List.delete_at/2 | |
| List.duplicate/2 | |
| List.first/1 | |
| List.flatten/1 | |
| List.flatten/2 | |
| List.foldl/3 | |
| List.foldr/3 | |
| List.insert_at/3 | |
| List.keydelete/3 | |
| List.keyfind/4 | |
| List.keymember?/3 | |
| List.keyreplace/4 | |
| List.keysort/2 | |
| List.keystore/4 | |
| List.keytake/3 | |
| List.last/1 | |
| List.myers_difference/2 | |
| List.pop_at/3 | |
| List.replace_at/3 | |
| List.starts_with?/2 | |
| List.to_atom/1 | |
| List.to_existing_atom/1 | |
| List.to_float/1 | |
| List.to_integer/1 | |
| List.to_integer/2 | |
| List.to_string/1 | |
| List.to_tuple/1 | |
| List.update_at/3 | |
| List.wrap/1 | |
| List.zip/1 | |
| List.Chars.__protocol__/1 | |
| List.Chars.impl_for/1 | |
| List.Chars.impl_for!/1 | |
| List.Chars.to_char_list/1 | |
| List.Chars.to_charlist/1 | |
| Macro.camelize/1 | |
| Macro.decompose_call/1 | |
| Macro.escape/2 | |
| Macro.expand/2 | |
| Macro.expand_once/2 | |
| Macro.generate_arguments/2 | |
| Macro.pipe/3 | |
| Macro.postwalk/2 | |
| Macro.postwalk/3 | |
| Macro.prewalk/2 | |
| Macro.prewalk/3 | |
| Macro.to_string/2 | |
| Macro.traverse/4 | |
| Macro.underscore/1 | |
| Macro.unescape_string/1 | |
| Macro.unescape_string/2 | |
| Macro.unescape_tokens/1 | |
| Macro.unescape_tokens/2 | |
| Macro.unpipe/1 | |
| Macro.update_meta/2 | |
| Macro.validate/1 | |
| Macro.var/2 | |
| Macro.Env.__struct__/0 | |
| Macro.Env.__struct__/1 | |
| Macro.Env.in_guard?/1 | |
| Macro.Env.in_match?/1 | |
| Macro.Env.location/1 | |
| Macro.Env.stacktrace/1 | |
| Macro.Env.to_match/1 | |
| Map.delete/2 | |
| Map.drop/2 | |
| Map.equal?/2 | |
| Map.fetch/2 | |
| Map.fetch!/2 | |
| Map.from_struct/1 | |
| Map.get/3 | |
| Map.get_and_update/3 | |
| Map.get_and_update!/3 | |
| Map.get_lazy/3 | |
| Map.has_key?/2 | |
| Map.keys/1 | |
| Map.merge/2 | |
| Map.merge/3 | |
| Map.new/0 | |
| Map.new/1 | |
| Map.new/2 | |
| Map.pop/3 | |
| Map.pop_lazy/3 | |
| Map.put/3 | |
| Map.put_new/3 | |
| Map.put_new_lazy/3 | |
| Map.replace/3 | |
| Map.replace!/3 | |
| Map.size/1 | |
| Map.split/2 | |
| Map.take/2 | |
| Map.to_list/1 | |
| Map.update/4 | |
| Map.update!/3 | |
| Map.values/1 | |
| MapSet.__struct__/0 | |
| MapSet.__struct__/1 | |
| MapSet.delete/2 | |
| MapSet.difference/2 | |
| MapSet.disjoint?/2 | |
| MapSet.equal?/2 | |
| MapSet.intersection/2 | |
| MapSet.member?/2 | |
| MapSet.new/0 | |
| MapSet.new/1 | |
| MapSet.new/2 | |
| MapSet.put/2 | |
| MapSet.size/1 | |
| MapSet.subset?/2 | |
| MapSet.to_list/1 | |
| MapSet.union/2 | |
| Module.__info__/1 | |
| Module.check_behaviours_and_impls/4 | |
| Module.compile_definition_attributes/6 | |
| Module.concat/1 | |
| Module.concat/2 | |
| Module.create/3 | |
| Module.defines?/2 | |
| Module.defines?/3 | |
| Module.definitions_in/1 | |
| Module.definitions_in/2 | |
| Module.delete_attribute/2 | |
| Module.eval_quoted/4 | |
| Module.get_attribute/2 | |
| Module.get_attribute/3 | |
| Module.make_overridable/2 | |
| Module.open?/1 | |
| Module.overridable?/2 | |
| Module.put_attribute/3 | |
| Module.put_attribute/5 | |
| Module.register_attribute/3 | |
| Module.safe_concat/1 | |
| Module.safe_concat/2 | |
| Module.split/1 | |
| Module.store_typespec/3 | |
| NaiveDateTime.__struct__/0 | |
| NaiveDateTime.__struct__/1 | |
| NaiveDateTime.add/3 | |
| NaiveDateTime.compare/2 | |
| NaiveDateTime.convert/2 | |
| NaiveDateTime.convert!/2 | |
| NaiveDateTime.diff/3 | |
| NaiveDateTime.from_erl/3 | |
| NaiveDateTime.from_erl!/3 | |
| NaiveDateTime.from_iso8601/2 | |
| NaiveDateTime.from_iso8601!/2 | |
| NaiveDateTime.new/2 | |
| NaiveDateTime.new/8 | |
| NaiveDateTime.to_date/1 | |
| NaiveDateTime.to_erl/1 | |
| NaiveDateTime.to_iso8601/2 | |
| NaiveDateTime.to_string/1 | |
| NaiveDateTime.to_time/1 | |
| NaiveDateTime.truncate/2 | |
| NaiveDateTime.utc_now/1 | |
| Node.alive?/0 | |
| Node.connect/1 | |
| Node.disconnect/1 | |
| Node.get_cookie/0 | |
| Node.list/0 | |
| Node.list/1 | |
| Node.monitor/2 | |
| Node.monitor/3 | |
| Node.ping/1 | |
| Node.self/0 | |
| Node.set_cookie/2 | |
| Node.spawn/2 | |
| Node.spawn/3 | |
| Node.spawn/4 | |
| Node.spawn/5 | |
| Node.spawn_link/2 | |
| Node.spawn_link/4 | |
| Node.start/3 | |
| Node.stop/0 | |
| OptionParser.next/2 | |
| OptionParser.parse/2 | |
| OptionParser.parse!/2 | |
| OptionParser.parse_head/2 | |
| OptionParser.parse_head!/2 | |
| OptionParser.split/1 | |
| OptionParser.to_argv/2 | |
| Path.absname/1 | |
| Path.absname/2 | |
| Path.basename/1 | |
| Path.basename/2 | |
| Path.dirname/1 | |
| Path.expand/1 | |
| Path.expand/2 | |
| Path.extname/1 | |
| Path.join/1 | |
| Path.join/2 | |
| Path.relative/1 | |
| Path.relative_to/2 | |
| Path.relative_to_cwd/1 | |
| Path.rootname/1 | |
| Path.rootname/2 | |
| Path.split/1 | |
| Path.type/1 | |
| Path.wildcard/2 | |
| Port.close/1 | |
| Port.command/3 | |
| Port.connect/2 | |
| Port.demonitor/2 | |
| Port.info/1 | |
| Port.info/2 | |
| Port.list/0 | |
| Port.monitor/1 | |
| Port.open/2 | |
| Process.alive?/1 | |
| Process.cancel_timer/2 | |
| Process.delete/1 | |
| Process.demonitor/2 | |
| Process.exit/2 | |
| Process.flag/2 | |
| Process.flag/3 | |
| Process.get/0 | |
| Process.get/2 | |
| Process.get_keys/0 | |
| Process.get_keys/1 | |
| Process.group_leader/0 | |
| Process.group_leader/2 | |
| Process.hibernate/3 | |
| Process.info/1 | |
| Process.info/2 | |
| Process.link/1 | |
| Process.list/0 | |
| Process.monitor/1 | |
| Process.put/2 | |
| Process.read_timer/1 | |
| Process.register/2 | |
| Process.registered/0 | |
| Process.send/3 | |
| Process.send_after/4 | |
| Process.sleep/1 | |
| Process.spawn/2 | |
| Process.spawn/4 | |
| Process.unlink/1 | |
| Process.unregister/1 | |
| Process.whereis/1 | |
| Protocol.__builtin__/0 | |
| Protocol.__derive__/3 | |
| Protocol.__ensure_defimpl__/3 | |
| Protocol.__functions_spec__/1 | |
| Protocol.__impl__/2 | |
| Protocol.__protocol__/2 | |
| Protocol.__spec__?/3 | |
| Protocol.assert_impl!/2 | |
| Protocol.assert_protocol!/1 | |
| Protocol.consolidate/2 | |
| Protocol.consolidated?/1 | |
| Protocol.def/1 | |
| Protocol.derive/3 | |
| Protocol.extract_impls/2 | |
| Protocol.extract_protocols/1 | |
| Range.__struct__/0 | |
| Range.__struct__/1 | |
| Range.new/2 | |
| Range.range?/1 | |
| Record.__access__/4 | |
| Record.__access__/5 | |
| Record.__fields__/2 | |
| Record.__keyword__/3 | |
| Record.defrecord/3 | |
| Record.defrecordp/3 | |
| Record.extract/2 | |
| Record.extract_all/1 | |
| Record.is_record/1 | |
| Record.is_record/2 | |
| Regex.__struct__/0 | |
| Regex.__struct__/1 | |
| Regex.compile/2 | |
| Regex.compile!/2 | |
| Regex.escape/1 | |
| Regex.match?/2 | |
| Regex.named_captures/3 | |
| Regex.names/1 | |
| Regex.opts/1 | |
| Regex.re_pattern/1 | |
| Regex.recompile/1 | |
| Regex.recompile!/1 | |
| Regex.regex?/1 | |
| Regex.replace/4 | |
| Regex.run/3 | |
| Regex.scan/3 | |
| Regex.source/1 | |
| Regex.split/3 | |
| Regex.unescape_map/1 | |
| Regex.version/0 | |
| Registry.child_spec/1 | |
| Registry.dispatch/4 | |
| Registry.keys/2 | |
| Registry.lookup/2 | |
| Registry.match/4 | |
| Registry.meta/2 | |
| Registry.put_meta/3 | |
| Registry.register/3 | |
| Registry.register_name/2 | |
| Registry.send/2 | |
| Registry.start_link/1 | |
| Registry.start_link/3 | |
| Registry.unregister/2 | |
| Registry.unregister_match/4 | |
| Registry.unregister_name/1 | |
| Registry.update_value/3 | |
| Registry.whereis_name/1 | |
| Set.delete/2 | |
| Set.difference/2 | |
| Set.disjoint?/2 | |
| Set.empty/1 | |
| Set.equal?/2 | |
| Set.intersection/2 | |
| Set.member?/2 | |
| Set.put/2 | |
| Set.size/1 | |
| Set.subset?/2 | |
| Set.to_list/1 | |
| Set.union/2 | |
| Stream.__struct__/0 | |
| Stream.__struct__/1 | |
| Stream.chunk/2 | |
| Stream.chunk/4 | |
| Stream.chunk_by/2 | |
| Stream.chunk_every/2 | |
| Stream.chunk_every/4 | |
| Stream.chunk_while/4 | |
| Stream.concat/1 | |
| Stream.concat/2 | |
| Stream.cycle/1 | |
| Stream.dedup/1 | |
| Stream.dedup_by/2 | |
| Stream.drop/2 | |
| Stream.drop_every/2 | |
| Stream.drop_while/2 | |
| Stream.each/2 | |
| Stream.filter/2 | |
| Stream.filter_map/3 | |
| Stream.flat_map/2 | |
| Stream.intersperse/2 | |
| Stream.interval/1 | |
| Stream.into/3 | |
| Stream.iterate/2 | |
| Stream.map/2 | |
| Stream.map_every/3 | |
| Stream.reject/2 | |
| Stream.repeatedly/1 | |
| Stream.resource/3 | |
| Stream.run/1 | |
| Stream.scan/2 | |
| Stream.scan/3 | |
| Stream.take/2 | |
| Stream.take_every/2 | |
| Stream.take_while/2 | |
| Stream.timer/1 | |
| Stream.transform/3 | |
| Stream.transform/4 | |
| Stream.unfold/2 | |
| Stream.uniq/1 | |
| Stream.uniq/2 | |
| Stream.uniq_by/2 | |
| Stream.with_index/2 | |
| Stream.zip/1 | |
| Stream.zip/2 | |
| String.at/2 | |
| String.capitalize/2 | |
| String.chunk/2 | |
| String.codepoints/1 | |
| String.contains?/2 | |
| String.downcase/2 | |
| String.duplicate/2 | |
| String.ends_with?/2 | |
| String.equivalent?/2 | |
| String.first/1 | |
| String.graphemes/1 | |
| String.jaro_distance/2 | |
| String.last/1 | |
| String.length/1 | |
| String.ljust/3 | |
| String.lstrip/1 | |
| String.lstrip/2 | |
| String.match?/2 | |
| String.myers_difference/2 | |
| String.next_codepoint/1 | |
| String.next_grapheme/1 | |
| String.next_grapheme_size/1 | |
| String.normalize/2 | |
| String.pad_leading/3 | |
| String.pad_trailing/3 | |
| String.printable?/2 | |
| String.replace/4 | |
| String.replace_leading/3 | |
| String.replace_prefix/3 | |
| String.replace_suffix/3 | |
| String.replace_trailing/3 | |
| String.reverse/1 | |
| String.rjust/3 | |
| String.rstrip/1 | |
| String.rstrip/2 | |
| String.slice/2 | |
| String.slice/3 | |
| String.split/1 | |
| String.split/3 | |
| String.split_at/2 | |
| String.splitter/3 | |
| String.starts_with?/2 | |
| String.strip/1 | |
| String.strip/2 | |
| String.to_atom/1 | |
| String.to_char_list/1 | |
| String.to_charlist/1 | |
| String.to_existing_atom/1 | |
| String.to_float/1 | |
| String.to_integer/1 | |
| String.to_integer/2 | |
| String.trim/1 | |
| String.trim/2 | |
| String.trim_leading/1 | |
| String.trim_leading/2 | |
| String.trim_trailing/1 | |
| String.trim_trailing/2 | |
| String.upcase/2 | |
| String.valid?/1 | |
| String.valid_character?/1 | |
| String.Chars.__protocol__/1 | |
| String.Chars.impl_for/1 | |
| String.Chars.impl_for!/1 | |
| String.Chars.to_string/1 | |
| StringIO.child_spec/1 | |
| StringIO.close/1 | |
| StringIO.code_change/3 | |
| StringIO.contents/1 | |
| StringIO.flush/1 | |
| StringIO.handle_call/3 | |
| StringIO.handle_cast/2 | |
| StringIO.handle_info/2 | |
| StringIO.init/1 | |
| StringIO.open/2 | |
| StringIO.terminate/2 | |
| Supervisor.__using__/1 | |
| Supervisor.child_spec/2 | |
| Supervisor.count_children/1 | |
| Supervisor.delete_child/2 | |
| Supervisor.init/2 | |
| Supervisor.restart_child/2 | |
| Supervisor.start_child/2 | |
| Supervisor.start_link/2 | |
| Supervisor.start_link/3 | |
| Supervisor.stop/3 | |
| Supervisor.terminate_child/2 | |
| Supervisor.which_children/1 | |
| Supervisor.Spec.supervise/2 | |
| Supervisor.Spec.supervisor/3 | |
| Supervisor.Spec.worker/3 | |
| System.argv/0 | |
| System.argv/1 | |
| System.at_exit/1 | |
| System.build_info/0 | |
| System.cmd/3 | |
| System.compiled_endianness/0 | |
| System.convert_time_unit/3 | |
| System.cwd/0 | |
| System.cwd!/0 | |
| System.delete_env/1 | |
| System.endianness/0 | |
| System.find_executable/1 | |
| System.get_env/0 | |
| System.get_env/1 | |
| System.get_pid/0 | |
| System.halt/1 | |
| System.monotonic_time/0 | |
| System.monotonic_time/1 | |
| System.os_time/0 | |
| System.os_time/1 | |
| System.otp_release/0 | |
| System.put_env/1 | |
| System.put_env/2 | |
| System.schedulers/0 | |
| System.schedulers_online/0 | |
| System.stacktrace/0 | |
| System.stop/1 | |
| System.system_time/0 | |
| System.system_time/1 | |
| System.time_offset/0 | |
| System.time_offset/1 | |
| System.tmp_dir/0 | |
| System.tmp_dir!/0 | |
| System.unique_integer/1 | |
| System.user_home/0 | |
| System.user_home!/0 | |
| System.version/0 | |
| Task.__struct__/0 | |
| Task.__struct__/1 | |
| Task.__using__/1 | |
| Task.async/1 | |
| Task.async/3 | |
| Task.async_stream/3 | |
| Task.async_stream/5 | |
| Task.await/2 | |
| Task.child_spec/1 | |
| Task.find/2 | |
| Task.shutdown/2 | |
| Task.start/1 | |
| Task.start/3 | |
| Task.start_link/1 | |
| Task.start_link/3 | |
| Task.yield/2 | |
| Task.yield_many/2 | |
| Task.Supervisor.async/3 | |
| Task.Supervisor.async/5 | |
| Task.Supervisor.async_nolink/3 | |
| Task.Supervisor.async_nolink/5 | |
| Task.Supervisor.async_stream/4 | |
| Task.Supervisor.async_stream/6 | |
| Task.Supervisor.async_stream_nolink/4 | |
| Task.Supervisor.async_stream_nolink/6 | |
| Task.Supervisor.child_spec/1 | |
| Task.Supervisor.children/1 | |
| Task.Supervisor.init/1 | |
| Task.Supervisor.start_child/3 | |
| Task.Supervisor.start_child/5 | |
| Task.Supervisor.start_link/1 | |
| Task.Supervisor.terminate_child/2 | |
| Time.__struct__/0 | |
| Time.__struct__/1 | |
| Time.add/3 | |
| Time.compare/2 | |
| Time.convert/2 | |
| Time.convert!/2 | |
| Time.diff/3 | |
| Time.from_erl/3 | |
| Time.from_erl!/3 | |
| Time.from_iso8601/2 | |
| Time.from_iso8601!/2 | |
| Time.new/5 | |
| Time.to_erl/1 | |
| Time.to_iso8601/2 | |
| Time.to_string/1 | |
| Time.truncate/2 | |
| Time.utc_now/1 | |
| Tuple.append/2 | |
| Tuple.delete_at/2 | |
| Tuple.duplicate/2 | |
| Tuple.insert_at/3 | |
| Tuple.to_list/1 | |
| URI.__struct__/0 | |
| URI.__struct__/1 | |
| URI.char_reserved?/1 | |
| URI.char_unescaped?/1 | |
| URI.char_unreserved?/1 | |
| URI.decode/1 | |
| URI.decode_query/2 | |
| URI.decode_www_form/1 | |
| URI.default_port/1 | |
| URI.default_port/2 | |
| URI.encode/2 | |
| URI.encode_query/1 | |
| URI.encode_www_form/1 | |
| URI.merge/2 | |
| URI.parse/1 | |
| URI.query_decoder/1 | |
| URI.to_string/1 | |
| Version.__struct__/0 | |
| Version.__struct__/1 | |
| Version.compare/2 | |
| Version.compile_requirement/1 | |
| Version.match?/3 | |
| Version.parse/1 | |
| Version.parse!/1 | |
| Version.parse_requirement/1 | |
| Mix.compilers/0 | |
| Mix.debug/1 | |
| Mix.debug?/0 | |
| Mix.env/0 | |
| Mix.env/1 | |
| Mix.raise/1 | |
| Mix.shell/0 | |
| Mix.shell/1 | |
| Mix.start/0 | |
| Mix.start/2 | |
| Mix.stop/1 | |
| Mix.Config.__using__/1 | |
| Mix.Config.config/2 | |
| Mix.Config.config/3 | |
| Mix.Config.import_config/1 | |
| Mix.Config.merge/2 | |
| Mix.Config.persist/1 | |
| Mix.Config.read!/2 | |
| Mix.Config.read_wildcard!/2 | |
| Mix.Config.validate!/1 | |
| Mix.Generator.create_directory/1 | |
| Mix.Generator.create_file/3 | |
| Mix.Generator.embed_template/2 | |
| Mix.Generator.embed_text/2 | |
| Mix.Project.__after_compile__/2 | |
| Mix.Project.__using__/1 | |
| Mix.Project.app_path/1 | |
| Mix.Project.apps_paths/1 | |
| Mix.Project.build_path/1 | |
| Mix.Project.build_structure/2 | |
| Mix.Project.compile/2 | |
| Mix.Project.compile_path/1 | |
| Mix.Project.config/0 | |
| Mix.Project.config_files/0 | |
| Mix.Project.consolidation_path/1 | |
| Mix.Project.deps_config/1 | |
| Mix.Project.deps_path/1 | |
| Mix.Project.deps_paths/0 | |
| Mix.Project.ensure_structure/2 | |
| Mix.Project.get/0 | |
| Mix.Project.get!/0 | |
| Mix.Project.in_project/4 | |
| Mix.Project.load_paths/1 | |
| Mix.Project.manifest_path/1 | |
| Mix.Project.pop/0 | |
| Mix.Project.push/3 | |
| Mix.Project.umbrella?/1 | |
| Mix.SCM.append/1 | |
| Mix.SCM.available/0 | |
| Mix.SCM.prepend/1 | |
| Mix.Shell.cmd/3 | |
| Mix.Shell.printable_app_name/0 | |
| Mix.Shell.IO.cmd/2 | |
| Mix.Shell.IO.error/1 | |
| Mix.Shell.IO.info/1 | |
| Mix.Shell.IO.print_app/0 | |
| Mix.Shell.IO.prompt/1 | |
| Mix.Shell.IO.yes?/1 | |
| Mix.Shell.Process.cmd/2 | |
| Mix.Shell.Process.error/1 | |
| Mix.Shell.Process.flush/1 | |
| Mix.Shell.Process.info/1 | |
| Mix.Shell.Process.print_app/0 | |
| Mix.Shell.Process.prompt/1 | |
| Mix.Shell.Process.yes?/1 | |
| Mix.Shell.Quiet.cmd/2 | |
| Mix.Shell.Quiet.error/1 | |
| Mix.Shell.Quiet.info/1 | |
| Mix.Shell.Quiet.print_app/0 | |
| Mix.Shell.Quiet.prompt/1 | |
| Mix.Shell.Quiet.yes?/1 | |
| Mix.Task.__using__/1 | |
| Mix.Task.alias?/1 | |
| Mix.Task.all_modules/0 | |
| Mix.Task.clear/0 | |
| Mix.Task.get/1 | |
| Mix.Task.get!/1 | |
| Mix.Task.load_all/0 | |
| Mix.Task.load_tasks/1 | |
| Mix.Task.moduledoc/1 | |
| Mix.Task.preferred_cli_env/1 | |
| Mix.Task.recursive/1 | |
| Mix.Task.reenable/1 | |
| Mix.Task.rerun/2 | |
| Mix.Task.run/2 | |
| Mix.Task.shortdoc/1 | |
| Mix.Task.supported_attributes/0 | |
| Mix.Task.task?/1 | |
| Mix.Task.task_name/1 | |
| Mix.Task.Compiler.__using__/1 | |
| Mix.Task.Compiler.normalize/2 | |
| Mix.Task.Compiler.Diagnostic.__struct__/0 | |
| Mix.Task.Compiler.Diagnostic.__struct__/1 | |
| Mix.Tasks.App.Start.run/1 | |
| Mix.Tasks.App.Start.start/2 | |
| Mix.Tasks.App.Start.type/2 | |
| Mix.Tasks.App.Tree.run/1 | |
| Mix.Tasks.Archive.run/1 | |
| Mix.Tasks.Archive.Build.run/1 | |
| Mix.Tasks.Archive.Check.run/1 | |
| Mix.Tasks.Archive.Install.build/2 | |
| Mix.Tasks.Archive.Install.check_install_spec/2 | |
| Mix.Tasks.Archive.Install.find_previous_versions/1 | |
| Mix.Tasks.Archive.Install.install/3 | |
| Mix.Tasks.Archive.Install.run/1 | |
| Mix.Tasks.Archive.Uninstall.run/1 | |
| Mix.Tasks.Clean.run/1 | |
| Mix.Tasks.Cmd.run/1 | |
| Mix.Tasks.Compile.compilers/0 | |
| Mix.Tasks.Compile.manifests/0 | |
| Mix.Tasks.Compile.run/1 | |
| Mix.Tasks.Compile.App.run/1 | |
| Mix.Tasks.Compile.Elixir.clean/0 | |
| Mix.Tasks.Compile.Elixir.manifests/0 | |
| Mix.Tasks.Compile.Elixir.run/1 | |
| Mix.Tasks.Compile.Erlang.clean/0 | |
| Mix.Tasks.Compile.Erlang.manifests/0 | |
| Mix.Tasks.Compile.Erlang.run/1 | |
| Mix.Tasks.Compile.Leex.clean/0 | |
| Mix.Tasks.Compile.Leex.manifests/0 | |
| Mix.Tasks.Compile.Leex.run/1 | |
| Mix.Tasks.Compile.Protocols.clean/0 | |
| Mix.Tasks.Compile.Protocols.consolidated?/0 | |
| Mix.Tasks.Compile.Protocols.manifests/0 | |
| Mix.Tasks.Compile.Protocols.run/1 | |
| Mix.Tasks.Compile.Xref.clean/0 | |
| Mix.Tasks.Compile.Xref.manifests/0 | |
| Mix.Tasks.Compile.Xref.run/1 | |
| Mix.Tasks.Compile.Yecc.clean/0 | |
| Mix.Tasks.Compile.Yecc.manifests/0 | |
| Mix.Tasks.Compile.Yecc.run/1 | |
| Mix.Tasks.Deps.run/1 | |
| Mix.Tasks.Deps.Clean.run/1 | |
| Mix.Tasks.Deps.Compile.compile/2 | |
| Mix.Tasks.Deps.Compile.run/1 | |
| Mix.Tasks.Deps.Get.run/1 | |
| Mix.Tasks.Deps.Loadpaths.run/1 | |
| Mix.Tasks.Deps.Precompile.run/1 | |
| Mix.Tasks.Deps.Tree.run/1 | |
| Mix.Tasks.Deps.Unlock.run/1 | |
| Mix.Tasks.Deps.Update.run/1 | |
| Mix.Tasks.Do.gather_commands/1 | |
| Mix.Tasks.Do.run/1 | |
| Mix.Tasks.Escript.run/1 | |
| Mix.Tasks.Escript.Build.run/1 | |
| Mix.Tasks.Escript.Install.build/2 | |
| Mix.Tasks.Escript.Install.check_install_spec/2 | |
| Mix.Tasks.Escript.Install.find_previous_versions/1 | |
| Mix.Tasks.Escript.Install.install/3 | |
| Mix.Tasks.Escript.Install.run/1 | |
| Mix.Tasks.Escript.Uninstall.run/1 | |
| Mix.Tasks.Format.run/1 | |
| Mix.Tasks.Help.run/1 | |
| Mix.Tasks.Iex.run/1 | |
| Mix.Tasks.Loadconfig.run/1 | |
| Mix.Tasks.Loadpaths.run/1 | |
| Mix.Tasks.Local.run/1 | |
| Mix.Tasks.Local.Hex.run/1 | |
| Mix.Tasks.Local.PublicKeys.run/1 | |
| Mix.Tasks.Local.Rebar.run/1 | |
| Mix.Tasks.New.run/1 | |
| Mix.Tasks.Profile.Cprof.profile/2 | |
| Mix.Tasks.Profile.Cprof.run/1 | |
| Mix.Tasks.Profile.Eprof.print_function_count/1 | |
| Mix.Tasks.Profile.Eprof.profile/2 | |
| Mix.Tasks.Profile.Eprof.run/1 | |
| Mix.Tasks.Profile.Fprof.profile/2 | |
| Mix.Tasks.Profile.Fprof.run/1 | |
| Mix.Tasks.Run.run/1 | |
| Mix.Tasks.Run.run/5 | |
| Mix.Tasks.Test.ex_unit_opts/1 | |
| Mix.Tasks.Test.formatter_opts/1 | |
| Mix.Tasks.Test.run/1 | |
| Mix.Tasks.Xref.calls/1 | |
| Mix.Tasks.Xref.run/1 | |
| Mix.Tasks.Xref.warnings/1 | |
| EEx.compile_file/2 | |
| EEx.compile_string/2 | |
| EEx.eval_file/3 | |
| EEx.eval_string/3 | |
| EEx.function_from_file/5 | |
| EEx.function_from_string/5 | |
| EEx.Engine.__using__/1 | |
| EEx.Engine.fetch_assign!/2 | |
| EEx.Engine.handle_assign/1 | |
| EEx.Engine.handle_begin/1 | |
| EEx.Engine.handle_body/1 | |
| EEx.Engine.handle_end/1 | |
| EEx.Engine.handle_expr/3 | |
| EEx.Engine.handle_text/2 | |
| EEx.Engine.init/1 | |
| EEx.SmartEngine.handle_begin/1 | |
| EEx.SmartEngine.handle_body/1 | |
| EEx.SmartEngine.handle_end/1 | |
| EEx.SmartEngine.handle_expr/3 | |
| EEx.SmartEngine.handle_text/2 | |
| EEx.SmartEngine.init/1 | |
| Logger.add_backend/2 | |
| Logger.add_translator/1 | |
| Logger.bare_log/3 | |
| Logger.compare_levels/2 | |
| Logger.configure/1 | |
| Logger.configure_backend/2 | |
| Logger.debug/2 | |
| Logger.disable/1 | |
| Logger.enable/1 | |
| Logger.error/2 | |
| Logger.flush/0 | |
| Logger.info/2 | |
| Logger.level/0 | |
| Logger.log/3 | |
| Logger.metadata/0 | |
| Logger.metadata/1 | |
| Logger.remove_backend/2 | |
| Logger.remove_translator/1 | |
| Logger.reset_metadata/1 | |
| Logger.warn/2 | |
| Logger.Formatter.compile/1 | |
| Logger.Formatter.format/5 | |
| Logger.Formatter.format_date/1 | |
| Logger.Formatter.format_time/1 | |
| Logger.Formatter.prune/1 | |
| Logger.Translator.translate/4 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Access.fetch/2 | |
| Access.get/3 | |
| Access.get_and_update/3 | |
| Agent.cast/2 | |
| Agent.cast/4 | |
| Agent.get/3 | |
| Agent.get/5 | |
| Agent.get_and_update/3 | |
| Agent.get_and_update/5 | |
| Agent.start/2 | |
| Agent.start/4 | |
| Agent.start_link/2 | |
| Agent.start_link/4 | |
| Agent.stop/3 | |
| Agent.update/3 | |
| Agent.update/5 | |
| Application.__using__/1 | |
| Application.app_dir/1 | |
| Application.app_dir/2 | |
| Application.delete_env/3 | |
| Application.ensure_all_started/2 | |
| Application.ensure_started/2 | |
| Application.fetch_env/2 | |
| Application.fetch_env!/2 | |
| Application.format_error/1 | |
| Application.get_all_env/1 | |
| Application.get_application/1 | |
| Application.get_env/3 | |
| Application.load/1 | |
| Application.loaded_applications/0 | |
| Application.put_env/4 | |
| Application.spec/1 | |
| Application.spec/2 | |
| Application.start/2 | |
| Application.started_applications/1 | |
| Application.stop/1 | |
| Application.unload/1 | |
| Atom.to_char_list/1 | |
| Atom.to_string/1 | |
| Base.decode16/2 | |
| Base.decode16!/2 | |
| Base.decode32/2 | |
| Base.decode32!/2 | |
| Base.decode64/2 | |
| Base.decode64!/2 | |
| Base.encode16/2 | |
| Base.encode32/2 | |
| Base.encode64/2 | |
| Base.hex_decode32/2 | |
| Base.hex_decode32!/2 | |
| Base.hex_encode32/2 | |
| Base.url_decode64/2 | |
| Base.url_decode64!/2 | |
| Base.url_encode64/2 | |
| Behaviour.__using__/1 | |
| Behaviour.defcallback/1 | |
| Behaviour.defmacrocallback/1 | |
| Bitwise.&&&/2 | |
| Bitwise.<<</2 | |
| Bitwise.>>>/2 | |
| Bitwise.^^^/2 | |
| Bitwise.__using__/1 | |
| Bitwise.band/2 | |
| Bitwise.bnot/1 | |
| Bitwise.bor/2 | |
| Bitwise.bsl/2 | |
| Bitwise.bsr/2 | |
| Bitwise.bxor/2 | |
| Bitwise.|||/2 | |
| Bitwise.~~~/1 | |
| Code.append_path/1 | |
| Code.available_compiler_options/0 | |
| Code.compile_quoted/2 | |
| Code.compile_string/2 | |
| Code.compiler_options/0 | |
| Code.compiler_options/1 | |
| Code.delete_path/1 | |
| Code.ensure_compiled/1 | |
| Code.ensure_compiled?/1 | |
| Code.ensure_loaded/1 | |
| Code.ensure_loaded?/1 | |
| Code.eval_file/2 | |
| Code.eval_quoted/3 | |
| Code.eval_string/3 | |
| Code.get_docs/2 | |
| Code.load_file/2 | |
| Code.loaded_files/0 | |
| Code.prepend_path/1 | |
| Code.require_file/2 | |
| Code.string_to_quoted/2 | |
| Code.string_to_quoted!/2 | |
| Code.unload_files/1 | |
| Collectable.__protocol__/1 | |
| Collectable.impl_for/1 | |
| Collectable.impl_for!/1 | |
| Collectable.into/1 | |
| Dict.__using__/1 | |
| Dict.delete/2 | |
| Dict.drop/2 | |
| Dict.empty/1 | |
| Dict.equal?/2 | |
| Dict.fetch/2 | |
| Dict.fetch!/2 | |
| Dict.get/3 | |
| Dict.get_and_update/3 | |
| Dict.get_lazy/3 | |
| Dict.has_key?/2 | |
| Dict.keys/1 | |
| Dict.merge/2 | |
| Dict.merge/3 | |
| Dict.pop/3 | |
| Dict.pop_lazy/3 | |
| Dict.put/3 | |
| Dict.put_new/3 | |
| Dict.put_new_lazy/3 | |
| Dict.size/1 | |
| Dict.split/2 | |
| Dict.take/2 | |
| Dict.to_list/1 | |
| Dict.update/4 | |
| Dict.update!/3 | |
| Dict.values/1 | |
| Enum.all?/2 | |
| Enum.any?/2 | |
| Enum.at/3 | |
| Enum.chunk/2 | |
| Enum.chunk/4 | |
| Enum.chunk_by/2 | |
| Enum.concat/1 | |
| Enum.concat/2 | |
| Enum.count/1 | |
| Enum.count/2 | |
| Enum.dedup/1 | |
| Enum.dedup_by/2 | |
| Enum.drop/2 | |
| Enum.drop_while/2 | |
| Enum.each/2 | |
| Enum.empty?/1 | |
| Enum.fetch/2 | |
| Enum.fetch!/2 | |
| Enum.filter/2 | |
| Enum.filter_map/3 | |
| Enum.find/3 | |
| Enum.find_index/2 | |
| Enum.find_value/3 | |
| Enum.flat_map/2 | |
| Enum.flat_map_reduce/3 | |
| Enum.group_by/3 | |
| Enum.intersperse/2 | |
| Enum.into/2 | |
| Enum.into/3 | |
| Enum.join/2 | |
| Enum.map/2 | |
| Enum.map_join/3 | |
| Enum.map_reduce/3 | |
| Enum.max/1 | |
| Enum.max_by/2 | |
| Enum.member?/2 | |
| Enum.min/1 | |
| Enum.min_by/2 | |
| Enum.min_max/1 | |
| Enum.min_max_by/2 | |
| Enum.partition/2 | |
| Enum.random/1 | |
| Enum.reduce/2 | |
| Enum.reduce/3 | |
| Enum.reduce_while/3 | |
| Enum.reject/2 | |
| Enum.reverse/1 | |
| Enum.reverse/2 | |
| Enum.reverse_slice/3 | |
| Enum.scan/2 | |
| Enum.scan/3 | |
| Enum.shuffle/1 | |
| Enum.slice/2 | |
| Enum.slice/3 | |
| Enum.sort/1 | |
| Enum.sort/2 | |
| Enum.sort_by/3 | |
| Enum.split/2 | |
| Enum.split_while/2 | |
| Enum.sum/1 | |
| Enum.take/2 | |
| Enum.take_every/2 | |
| Enum.take_random/2 | |
| Enum.take_while/2 | |
| Enum.to_list/1 | |
| Enum.uniq/1 | |
| Enum.uniq/2 | |
| Enum.uniq_by/2 | |
| Enum.unzip/1 | |
| Enum.with_index/2 | |
| Enum.zip/2 | |
| Enumerable.__protocol__/1 | |
| Enumerable.count/1 | |
| Enumerable.impl_for/1 | |
| Enumerable.impl_for!/1 | |
| Enumerable.member?/2 | |
| Enumerable.reduce/3 | |
| Exception.exception?/1 | |
| Exception.format/3 | |
| Exception.format_banner/3 | |
| Exception.format_exit/1 | |
| Exception.format_fa/2 | |
| Exception.format_file_line/2 | |
| Exception.format_mfa/3 | |
| Exception.format_stacktrace/1 | |
| Exception.format_stacktrace_entry/1 | |
| Exception.message/1 | |
| Exception.normalize/3 | |
| File.cd/1 | |
| File.cd!/1 | |
| File.cd!/2 | |
| File.chgrp/2 | |
| File.chgrp!/2 | |
| File.chmod/2 | |
| File.chmod!/2 | |
| File.chown/2 | |
| File.chown!/2 | |
| File.close/1 | |
| File.copy/3 | |
| File.copy!/3 | |
| File.cp/3 | |
| File.cp!/3 | |
| File.cp_r/3 | |
| File.cp_r!/3 | |
| File.cwd/0 | |
| File.cwd!/0 | |
| File.dir?/1 | |
| File.exists?/1 | |
| File.ln_s/2 | |
| File.ls/1 | |
| File.ls!/1 | |
| File.lstat/2 | |
| File.lstat!/2 | |
| File.mkdir/1 | |
| File.mkdir!/1 | |
| File.mkdir_p/1 | |
| File.mkdir_p!/1 | |
| File.open/2 | |
| File.open/3 | |
| File.open!/2 | |
| File.open!/3 | |
| File.read/1 | |
| File.read!/1 | |
| File.regular?/1 | |
| File.rename/2 | |
| File.rm/1 | |
| File.rm!/1 | |
| File.rm_rf/1 | |
| File.rm_rf!/1 | |
| File.rmdir/1 | |
| File.rmdir!/1 | |
| File.stat/2 | |
| File.stat!/2 | |
| File.stream!/3 | |
| File.touch/2 | |
| File.touch!/2 | |
| File.write/3 | |
| File.write!/3 | |
| File.write_stat/3 | |
| File.write_stat!/3 | |
| File.Stat.__struct__/0 | |
| File.Stat.from_record/1 | |
| File.Stat.to_record/1 | |
| File.Stream.__build__/3 | |
| File.Stream.__struct__/0 | |
| Float.ceil/2 | |
| Float.floor/2 | |
| Float.parse/1 | |
| Float.round/2 | |
| Float.to_char_list/1 | |
| Float.to_char_list/2 | |
| Float.to_string/1 | |
| Float.to_string/2 | |
| GenEvent.__using__/1 | |
| GenEvent.ack_notify/2 | |
| GenEvent.add_handler/3 | |
| GenEvent.add_mon_handler/3 | |
| GenEvent.call/4 | |
| GenEvent.format_status/2 | |
| GenEvent.init_hib/4 | |
| GenEvent.init_it/6 | |
| GenEvent.notify/2 | |
| GenEvent.remove_handler/3 | |
| GenEvent.start/1 | |
| GenEvent.start_link/1 | |
| GenEvent.stop/3 | |
| GenEvent.stream/2 | |
| GenEvent.swap_handler/5 | |
| GenEvent.swap_mon_handler/5 | |
| GenEvent.sync_notify/2 | |
| GenEvent.system_code_change/4 | |
| GenEvent.system_continue/3 | |
| GenEvent.system_get_state/1 | |
| GenEvent.system_replace_state/2 | |
| GenEvent.system_terminate/4 | |
| GenEvent.which_handlers/1 | |
| GenEvent.Stream.__struct__/0 | |
| GenEvent.Stream.code_change/3 | |
| GenEvent.Stream.handle_call/2 | |
| GenEvent.Stream.handle_event/2 | |
| GenEvent.Stream.handle_info/2 | |
| GenEvent.Stream.init/1 | |
| GenEvent.Stream.terminate/2 | |
| GenServer.__using__/1 | |
| GenServer.abcast/3 | |
| GenServer.call/3 | |
| GenServer.cast/2 | |
| GenServer.multi_call/4 | |
| GenServer.reply/2 | |
| GenServer.start/3 | |
| GenServer.start_link/3 | |
| GenServer.stop/3 | |
| GenServer.whereis/1 | |
| HashDict.__struct__/0 | |
| HashDict.delete/2 | |
| HashDict.dict_delete/2 | |
| HashDict.drop/2 | |
| HashDict.equal?/2 | |
| HashDict.fetch/2 | |
| HashDict.fetch!/2 | |
| HashDict.get/3 | |
| HashDict.get_and_update/3 | |
| HashDict.get_lazy/3 | |
| HashDict.has_key?/2 | |
| HashDict.keys/1 | |
| HashDict.merge/3 | |
| HashDict.new/0 | |
| HashDict.pop/3 | |
| HashDict.pop_lazy/3 | |
| HashDict.put/3 | |
| HashDict.put_new/3 | |
| HashDict.put_new_lazy/3 | |
| HashDict.reduce/3 | |
| HashDict.size/1 | |
| HashDict.split/2 | |
| HashDict.take/2 | |
| HashDict.to_list/1 | |
| HashDict.update/4 | |
| HashDict.update!/3 | |
| HashDict.values/1 | |
| HashSet.__struct__/0 | |
| HashSet.delete/2 | |
| HashSet.difference/2 | |
| HashSet.disjoint?/2 | |
| HashSet.equal?/2 | |
| HashSet.intersection/2 | |
| HashSet.member?/2 | |
| HashSet.new/0 | |
| HashSet.put/2 | |
| HashSet.reduce/3 | |
| HashSet.size/1 | |
| HashSet.subset?/2 | |
| HashSet.to_list/1 | |
| HashSet.union/2 | |
| IO.binread/2 | |
| IO.binstream/2 | |
| IO.binwrite/2 | |
| IO.chardata_to_string/1 | |
| IO.each_binstream/2 | |
| IO.each_stream/2 | |
| IO.getn/2 | |
| IO.getn/3 | |
| IO.gets/2 | |
| IO.inspect/2 | |
| IO.inspect/3 | |
| IO.iodata_length/1 | |
| IO.iodata_to_binary/1 | |
| IO.puts/2 | |
| IO.read/2 | |
| IO.stream/2 | |
| IO.write/2 | |
| IO.ANSI.black/0 | |
| IO.ANSI.black_background/0 | |
| IO.ANSI.blink_off/0 | |
| IO.ANSI.blink_rapid/0 | |
| IO.ANSI.blink_slow/0 | |
| IO.ANSI.blue/0 | |
| IO.ANSI.blue_background/0 | |
| IO.ANSI.bright/0 | |
| IO.ANSI.clear/0 | |
| IO.ANSI.clear_line/0 | |
| IO.ANSI.color/1 | |
| IO.ANSI.color/3 | |
| IO.ANSI.color_background/1 | |
| IO.ANSI.color_background/3 | |
| IO.ANSI.conceal/0 | |
| IO.ANSI.crossed_out/0 | |
| IO.ANSI.cyan/0 | |
| IO.ANSI.cyan_background/0 | |
| IO.ANSI.default_background/0 | |
| IO.ANSI.default_color/0 | |
| IO.ANSI.enabled?/0 | |
| IO.ANSI.encircled/0 | |
| IO.ANSI.faint/0 | |
| IO.ANSI.font_1/0 | |
| IO.ANSI.font_2/0 | |
| IO.ANSI.font_3/0 | |
| IO.ANSI.font_4/0 | |
| IO.ANSI.font_5/0 | |
| IO.ANSI.font_6/0 | |
| IO.ANSI.font_7/0 | |
| IO.ANSI.font_8/0 | |
| IO.ANSI.font_9/0 | |
| IO.ANSI.format/2 | |
| IO.ANSI.format_fragment/2 | |
| IO.ANSI.framed/0 | |
| IO.ANSI.green/0 | |
| IO.ANSI.green_background/0 | |
| IO.ANSI.home/0 | |
| IO.ANSI.inverse/0 | |
| IO.ANSI.italic/0 | |
| IO.ANSI.magenta/0 | |
| IO.ANSI.magenta_background/0 | |
| IO.ANSI.no_underline/0 | |
| IO.ANSI.normal/0 | |
| IO.ANSI.not_framed_encircled/0 | |
| IO.ANSI.not_italic/0 | |
| IO.ANSI.not_overlined/0 | |
| IO.ANSI.overlined/0 | |
| IO.ANSI.primary_font/0 | |
| IO.ANSI.red/0 | |
| IO.ANSI.red_background/0 | |
| IO.ANSI.reset/0 | |
| IO.ANSI.reverse/0 | |
| IO.ANSI.underline/0 | |
| IO.ANSI.white/0 | |
| IO.ANSI.white_background/0 | |
| IO.ANSI.yellow/0 | |
| IO.ANSI.yellow_background/0 | |
| IO.Stream.__build__/3 | |
| IO.Stream.__struct__/0 | |
| Inspect.__protocol__/1 | |
| Inspect.impl_for/1 | |
| Inspect.impl_for!/1 | |
| Inspect.inspect/2 | |
| Inspect.Algebra.break/0 | |
| Inspect.Algebra.break/1 | |
| Inspect.Algebra.concat/1 | |
| Inspect.Algebra.concat/2 | |
| Inspect.Algebra.empty/0 | |
| Inspect.Algebra.fold_doc/2 | |
| Inspect.Algebra.format/2 | |
| Inspect.Algebra.glue/2 | |
| Inspect.Algebra.glue/3 | |
| Inspect.Algebra.group/1 | |
| Inspect.Algebra.line/2 | |
| Inspect.Algebra.nest/2 | |
| Inspect.Algebra.space/2 | |
| Inspect.Algebra.surround/3 | |
| Inspect.Algebra.surround_many/6 | |
| Inspect.Algebra.to_doc/2 | |
| Inspect.Error.__struct__/0 | |
| Inspect.Error.exception/1 | |
| Inspect.Error.message/1 | |
| Inspect.Opts.__struct__/0 | |
| Integer.digits/2 | |
| Integer.is_even/1 | |
| Integer.is_odd/1 | |
| Integer.parse/2 | |
| Integer.to_char_list/1 | |
| Integer.to_char_list/2 | |
| Integer.to_string/1 | |
| Integer.to_string/2 | |
| Integer.undigits/2 | |
| Kernel.!/1 | |
| Kernel.!=/2 | |
| Kernel.!==/2 | |
| Kernel.&&/2 | |
| Kernel.*/2 | |
| Kernel.+/1 | |
| Kernel.+/2 | |
| Kernel.++/2 | |
| Kernel.-/1 | |
| Kernel.-/2 | |
| Kernel.--/2 | |
| Kernel.../2 | |
| Kernel.//2 | |
| Kernel.</2 | |
| Kernel.<=/2 | |
| Kernel.<>/2 | |
| Kernel.==/2 | |
| Kernel.===/2 | |
| Kernel.=~/2 | |
| Kernel.>/2 | |
| Kernel.>=/2 | |
| Kernel.@/1 | |
| Kernel.abs/1 | |
| Kernel.alias!/1 | |
| Kernel.and/2 | |
| Kernel.apply/2 | |
| Kernel.apply/3 | |
| Kernel.binary_part/3 | |
| Kernel.binding/1 | |
| Kernel.bit_size/1 | |
| Kernel.byte_size/1 | |
| Kernel.def/2 | |
| Kernel.defdelegate/2 | |
| Kernel.defexception/1 | |
| Kernel.defimpl/3 | |
| Kernel.defmacro/2 | |
| Kernel.defmacrop/2 | |
| Kernel.defmodule/2 | |
| Kernel.defoverridable/1 | |
| Kernel.defp/2 | |
| Kernel.defprotocol/2 | |
| Kernel.defstruct/1 | |
| Kernel.destructure/2 | |
| Kernel.div/2 | |
| Kernel.elem/2 | |
| Kernel.exit/1 | |
| Kernel.function_exported?/3 | |
| Kernel.get_and_update_in/2 | |
| Kernel.get_and_update_in/3 | |
| Kernel.get_in/2 | |
| Kernel.hd/1 | |
| Kernel.if/2 | |
| Kernel.in/2 | |
| Kernel.inspect/2 | |
| Kernel.is_atom/1 | |
| Kernel.is_binary/1 | |
| Kernel.is_bitstring/1 | |
| Kernel.is_boolean/1 | |
| Kernel.is_float/1 | |
| Kernel.is_function/1 | |
| Kernel.is_function/2 | |
| Kernel.is_integer/1 | |
| Kernel.is_list/1 | |
| Kernel.is_map/1 | |
| Kernel.is_nil/1 | |
| Kernel.is_number/1 | |
| Kernel.is_pid/1 | |
| Kernel.is_port/1 | |
| Kernel.is_reference/1 | |
| Kernel.is_tuple/1 | |
| Kernel.length/1 | |
| Kernel.macro_exported?/3 | |
| Kernel.make_ref/0 | |
| Kernel.map_size/1 | |
| Kernel.match?/2 | |
| Kernel.max/2 | |
| Kernel.min/2 | |
| Kernel.node/0 | |
| Kernel.node/1 | |
| Kernel.not/1 | |
| Kernel.or/2 | |
| Kernel.put_elem/3 | |
| Kernel.put_in/2 | |
| Kernel.put_in/3 | |
| Kernel.raise/1 | |
| Kernel.raise/2 | |
| Kernel.rem/2 | |
| Kernel.reraise/2 | |
| Kernel.reraise/3 | |
| Kernel.round/1 | |
| Kernel.self/0 | |
| Kernel.send/2 | |
| Kernel.sigil_C/2 | |
| Kernel.sigil_R/2 | |
| Kernel.sigil_S/2 | |
| Kernel.sigil_W/2 | |
| Kernel.sigil_c/2 | |
| Kernel.sigil_r/2 | |
| Kernel.sigil_s/2 | |
| Kernel.sigil_w/2 | |
| Kernel.spawn/1 | |
| Kernel.spawn/3 | |
| Kernel.spawn_link/1 | |
| Kernel.spawn_link/3 | |
| Kernel.spawn_monitor/1 | |
| Kernel.spawn_monitor/3 | |
| Kernel.struct/2 | |
| Kernel.struct!/2 | |
| Kernel.throw/1 | |
| Kernel.tl/1 | |
| Kernel.to_char_list/1 | |
| Kernel.to_string/1 | |
| Kernel.trunc/1 | |
| Kernel.tuple_size/1 | |
| Kernel.unless/2 | |
| Kernel.update_in/2 | |
| Kernel.update_in/3 | |
| Kernel.use/2 | |
| Kernel.var!/2 | |
| Kernel.|>/2 | |
| Kernel.||/2 | |
| Kernel.ParallelCompiler.files/2 | |
| Kernel.ParallelCompiler.files_to_path/3 | |
| Kernel.ParallelRequire.files/2 | |
| Kernel.SpecialForms.%/2 | |
| Kernel.SpecialForms.%{}/1 | |
| Kernel.SpecialForms.&/1 | |
| Kernel.SpecialForms../2 | |
| Kernel.SpecialForms.::/2 | |
| Kernel.SpecialForms.<<>>/1 | |
| Kernel.SpecialForms.=/2 | |
| Kernel.SpecialForms.^/1 | |
| Kernel.SpecialForms.__CALLER__/0 | |
| Kernel.SpecialForms.__DIR__/0 | |
| Kernel.SpecialForms.__ENV__/0 | |
| Kernel.SpecialForms.__MODULE__/0 | |
| Kernel.SpecialForms.__aliases__/1 | |
| Kernel.SpecialForms.__block__/1 | |
| Kernel.SpecialForms.alias/2 | |
| Kernel.SpecialForms.case/2 | |
| Kernel.SpecialForms.cond/1 | |
| Kernel.SpecialForms.fn/1 | |
| Kernel.SpecialForms.for/1 | |
| Kernel.SpecialForms.import/2 | |
| Kernel.SpecialForms.quote/2 | |
| Kernel.SpecialForms.receive/1 | |
| Kernel.SpecialForms.require/2 | |
| Kernel.SpecialForms.super/1 | |
| Kernel.SpecialForms.try/1 | |
| Kernel.SpecialForms.unquote/1 | |
| Kernel.SpecialForms.unquote_splicing/1 | |
| Kernel.SpecialForms.with/1 | |
| Kernel.SpecialForms.{}/1 | |
| Keyword.delete/2 | |
| Keyword.delete/3 | |
| Keyword.delete_first/2 | |
| Keyword.drop/2 | |
| Keyword.equal?/2 | |
| Keyword.fetch/2 | |
| Keyword.fetch!/2 | |
| Keyword.get/3 | |
| Keyword.get_and_update/3 | |
| Keyword.get_and_update!/3 | |
| Keyword.get_lazy/3 | |
| Keyword.get_values/2 | |
| Keyword.has_key?/2 | |
| Keyword.keys/1 | |
| Keyword.keyword?/1 | |
| Keyword.merge/2 | |
| Keyword.merge/3 | |
| Keyword.new/0 | |
| Keyword.new/1 | |
| Keyword.new/2 | |
| Keyword.pop/3 | |
| Keyword.pop_first/3 | |
| Keyword.pop_lazy/3 | |
| Keyword.put/3 | |
| Keyword.put_new/3 | |
| Keyword.put_new_lazy/3 | |
| Keyword.size/1 | |
| Keyword.split/2 | |
| Keyword.take/2 | |
| Keyword.to_list/1 | |
| Keyword.update/4 | |
| Keyword.update!/3 | |
| Keyword.values/1 | |
| List.delete/2 | |
| List.delete_at/2 | |
| List.duplicate/2 | |
| List.first/1 | |
| List.flatten/1 | |
| List.flatten/2 | |
| List.foldl/3 | |
| List.foldr/3 | |
| List.insert_at/3 | |
| List.keydelete/3 | |
| List.keyfind/4 | |
| List.keymember?/3 | |
| List.keyreplace/4 | |
| List.keysort/2 | |
| List.keystore/4 | |
| List.keytake/3 | |
| List.last/1 | |
| List.replace_at/3 | |
| List.to_atom/1 | |
| List.to_existing_atom/1 | |
| List.to_float/1 | |
| List.to_integer/1 | |
| List.to_integer/2 | |
| List.to_string/1 | |
| List.to_tuple/1 | |
| List.update_at/3 | |
| List.wrap/1 | |
| List.zip/1 | |
| List.Chars.__protocol__/1 | |
| List.Chars.impl_for/1 | |
| List.Chars.impl_for!/1 | |
| List.Chars.to_char_list/1 | |
| Macro.binary_ops/0 | |
| Macro.camelize/1 | |
| Macro.decompose_call/1 | |
| Macro.escape/2 | |
| Macro.expand/2 | |
| Macro.expand_once/2 | |
| Macro.pipe/3 | |
| Macro.postwalk/2 | |
| Macro.postwalk/3 | |
| Macro.prewalk/2 | |
| Macro.prewalk/3 | |
| Macro.to_string/2 | |
| Macro.traverse/4 | |
| Macro.unary_ops/0 | |
| Macro.underscore/1 | |
| Macro.unescape_string/1 | |
| Macro.unescape_string/2 | |
| Macro.unescape_tokens/1 | |
| Macro.unescape_tokens/2 | |
| Macro.unpipe/1 | |
| Macro.update_meta/2 | |
| Macro.validate/1 | |
| Macro.var/2 | |
| Macro.Env.__struct__/0 | |
| Macro.Env.in_guard?/1 | |
| Macro.Env.in_match?/1 | |
| Macro.Env.location/1 | |
| Macro.Env.stacktrace/1 | |
| Map.delete/2 | |
| Map.drop/2 | |
| Map.equal?/2 | |
| Map.fetch/2 | |
| Map.fetch!/2 | |
| Map.from_struct/1 | |
| Map.get/3 | |
| Map.get_and_update/3 | |
| Map.get_and_update!/3 | |
| Map.get_lazy/3 | |
| Map.has_key?/2 | |
| Map.keys/1 | |
| Map.merge/2 | |
| Map.merge/3 | |
| Map.new/0 | |
| Map.new/1 | |
| Map.new/2 | |
| Map.pop/3 | |
| Map.pop_lazy/3 | |
| Map.put/3 | |
| Map.put_new/3 | |
| Map.put_new_lazy/3 | |
| Map.size/1 | |
| Map.split/2 | |
| Map.take/2 | |
| Map.to_list/1 | |
| Map.update/4 | |
| Map.update!/3 | |
| Map.values/1 | |
| MapSet.__struct__/0 | |
| MapSet.delete/2 | |
| MapSet.difference/2 | |
| MapSet.disjoint?/2 | |
| MapSet.equal?/2 | |
| MapSet.intersection/2 | |
| MapSet.member?/2 | |
| MapSet.new/0 | |
| MapSet.new/1 | |
| MapSet.new/2 | |
| MapSet.put/2 | |
| MapSet.size/1 | |
| MapSet.subset?/2 | |
| MapSet.to_list/1 | |
| MapSet.union/2 | |
| Module.__info__/1 | |
| Module.add_doc/6 | |
| Module.compile_doc/6 | |
| Module.concat/1 | |
| Module.concat/2 | |
| Module.create/3 | |
| Module.defines?/2 | |
| Module.defines?/3 | |
| Module.definitions_in/1 | |
| Module.definitions_in/2 | |
| Module.delete_attribute/2 | |
| Module.eval_quoted/4 | |
| Module.get_attribute/2 | |
| Module.get_attribute/3 | |
| Module.make_overridable/2 | |
| Module.open?/1 | |
| Module.overridable?/2 | |
| Module.put_attribute/3 | |
| Module.put_attribute/4 | |
| Module.register_attribute/3 | |
| Module.safe_concat/1 | |
| Module.safe_concat/2 | |
| Module.split/1 | |
| Module.store_typespec/3 | |
| Node.alive?/0 | |
| Node.connect/1 | |
| Node.disconnect/1 | |
| Node.get_cookie/0 | |
| Node.list/0 | |
| Node.list/1 | |
| Node.monitor/2 | |
| Node.monitor/3 | |
| Node.ping/1 | |
| Node.self/0 | |
| Node.set_cookie/2 | |
| Node.spawn/2 | |
| Node.spawn/3 | |
| Node.spawn/4 | |
| Node.spawn/5 | |
| Node.spawn_link/2 | |
| Node.spawn_link/4 | |
| Node.start/3 | |
| Node.stop/0 | |
| OptionParser.next/2 | |
| OptionParser.parse/2 | |
| OptionParser.parse_head/2 | |
| OptionParser.split/1 | |
| OptionParser.to_argv/1 | |
| Path.absname/1 | |
| Path.absname/2 | |
| Path.basename/1 | |
| Path.basename/2 | |
| Path.dirname/1 | |
| Path.expand/1 | |
| Path.expand/2 | |
| Path.extname/1 | |
| Path.join/1 | |
| Path.join/2 | |
| Path.relative/1 | |
| Path.relative_to/2 | |
| Path.relative_to_cwd/1 | |
| Path.rootname/1 | |
| Path.rootname/2 | |
| Path.split/1 | |
| Path.type/1 | |
| Path.wildcard/2 | |
| Port.call/3 | |
| Port.close/1 | |
| Port.command/3 | |
| Port.connect/2 | |
| Port.control/3 | |
| Port.info/1 | |
| Port.info/2 | |
| Port.list/0 | |
| Port.open/2 | |
| Process.alive?/1 | |
| Process.cancel_timer/1 | |
| Process.delete/1 | |
| Process.demonitor/2 | |
| Process.exit/2 | |
| Process.flag/2 | |
| Process.flag/3 | |
| Process.get/0 | |
| Process.get/2 | |
| Process.get_keys/0 | |
| Process.get_keys/1 | |
| Process.group_leader/0 | |
| Process.group_leader/2 | |
| Process.hibernate/3 | |
| Process.info/1 | |
| Process.info/2 | |
| Process.link/1 | |
| Process.list/0 | |
| Process.monitor/1 | |
| Process.put/2 | |
| Process.read_timer/1 | |
| Process.register/2 | |
| Process.registered/0 | |
| Process.send/3 | |
| Process.send_after/3 | |
| Process.spawn/2 | |
| Process.spawn/4 | |
| Process.unlink/1 | |
| Process.unregister/1 | |
| Process.whereis/1 | |
| Protocol.__derive__/3 | |
| Protocol.__ensure_defimpl__/3 | |
| Protocol.__functions_spec__/1 | |
| Protocol.__impl__/2 | |
| Protocol.__protocol__/2 | |
| Protocol.__spec__?/3 | |
| Protocol.assert_impl!/2 | |
| Protocol.assert_protocol!/1 | |
| Protocol.consolidate/2 | |
| Protocol.consolidated?/1 | |
| Protocol.def/1 | |
| Protocol.derive/3 | |
| Protocol.extract_impls/2 | |
| Protocol.extract_protocols/1 | |
| Range.__struct__/0 | |
| Range.new/2 | |
| Range.range?/1 | |
| Record.__access__/4 | |
| Record.__access__/5 | |
| Record.__fields__/2 | |
| Record.__keyword__/3 | |
| Record.defrecord/3 | |
| Record.defrecordp/3 | |
| Record.extract/2 | |
| Record.extract_all/1 | |
| Record.is_record/1 | |
| Record.is_record/2 | |
| Regex.__struct__/0 | |
| Regex.compile/2 | |
| Regex.compile!/2 | |
| Regex.escape/1 | |
| Regex.match?/2 | |
| Regex.named_captures/3 | |
| Regex.names/1 | |
| Regex.opts/1 | |
| Regex.re_pattern/1 | |
| Regex.regex?/1 | |
| Regex.replace/4 | |
| Regex.run/3 | |
| Regex.scan/3 | |
| Regex.source/1 | |
| Regex.split/3 | |
| Regex.unescape_map/1 | |
| Set.delete/2 | |
| Set.difference/2 | |
| Set.disjoint?/2 | |
| Set.empty/1 | |
| Set.equal?/2 | |
| Set.intersection/2 | |
| Set.member?/2 | |
| Set.put/2 | |
| Set.size/1 | |
| Set.subset?/2 | |
| Set.to_list/1 | |
| Set.union/2 | |
| Stream.__struct__/0 | |
| Stream.chunk/2 | |
| Stream.chunk/4 | |
| Stream.chunk_by/2 | |
| Stream.concat/1 | |
| Stream.concat/2 | |
| Stream.cycle/1 | |
| Stream.dedup/1 | |
| Stream.dedup_by/2 | |
| Stream.drop/2 | |
| Stream.drop_while/2 | |
| Stream.each/2 | |
| Stream.filter/2 | |
| Stream.filter_map/3 | |
| Stream.flat_map/2 | |
| Stream.interval/1 | |
| Stream.into/3 | |
| Stream.iterate/2 | |
| Stream.map/2 | |
| Stream.reject/2 | |
| Stream.repeatedly/1 | |
| Stream.resource/3 | |
| Stream.run/1 | |
| Stream.scan/2 | |
| Stream.scan/3 | |
| Stream.take/2 | |
| Stream.take_every/2 | |
| Stream.take_while/2 | |
| Stream.timer/1 | |
| Stream.transform/3 | |
| Stream.transform/4 | |
| Stream.unfold/2 | |
| Stream.uniq/2 | |
| Stream.with_index/2 | |
| Stream.zip/2 | |
| String.at/2 | |
| String.capitalize/1 | |
| String.chunk/2 | |
| String.codepoints/1 | |
| String.contains?/2 | |
| String.downcase/1 | |
| String.duplicate/2 | |
| String.ends_with?/2 | |
| String.equivalent?/2 | |
| String.first/1 | |
| String.graphemes/1 | |
| String.jaro_distance/2 | |
| String.last/1 | |
| String.length/1 | |
| String.ljust/3 | |
| String.lstrip/1 | |
| String.lstrip/2 | |
| String.match?/2 | |
| String.next_codepoint/1 | |
| String.next_grapheme/1 | |
| String.next_grapheme_size/1 | |
| String.normalize/2 | |
| String.printable?/1 | |
| String.replace/4 | |
| String.replace_leading/3 | |
| String.replace_prefix/3 | |
| String.replace_suffix/3 | |
| String.replace_trailing/3 | |
| String.reverse/1 | |
| String.rjust/3 | |
| String.rstrip/1 | |
| String.rstrip/2 | |
| String.slice/2 | |
| String.slice/3 | |
| String.split/1 | |
| String.split/3 | |
| String.split_at/2 | |
| String.splitter/3 | |
| String.starts_with?/2 | |
| String.strip/1 | |
| String.strip/2 | |
| String.to_atom/1 | |
| String.to_char_list/1 | |
| String.to_existing_atom/1 | |
| String.to_float/1 | |
| String.to_integer/1 | |
| String.to_integer/2 | |
| String.upcase/1 | |
| String.valid?/1 | |
| String.valid_character?/1 | |
| String.Chars.__protocol__/1 | |
| String.Chars.impl_for/1 | |
| String.Chars.impl_for!/1 | |
| String.Chars.to_string/1 | |
| StringIO.close/1 | |
| StringIO.code_change/3 | |
| StringIO.contents/1 | |
| StringIO.flush/1 | |
| StringIO.handle_call/3 | |
| StringIO.handle_cast/2 | |
| StringIO.handle_info/2 | |
| StringIO.init/1 | |
| StringIO.open/2 | |
| StringIO.terminate/2 | |
| Supervisor.__using__/1 | |
| Supervisor.count_children/1 | |
| Supervisor.delete_child/2 | |
| Supervisor.restart_child/2 | |
| Supervisor.start_child/2 | |
| Supervisor.start_link/2 | |
| Supervisor.start_link/3 | |
| Supervisor.stop/3 | |
| Supervisor.terminate_child/2 | |
| Supervisor.which_children/1 | |
| Supervisor.Spec.supervise/2 | |
| Supervisor.Spec.supervisor/3 | |
| Supervisor.Spec.worker/3 | |
| System.argv/0 | |
| System.argv/1 | |
| System.at_exit/1 | |
| System.build_info/0 | |
| System.cmd/3 | |
| System.compiled_endianness/0 | |
| System.convert_time_unit/3 | |
| System.cwd/0 | |
| System.cwd!/0 | |
| System.delete_env/1 | |
| System.endianness/0 | |
| System.find_executable/1 | |
| System.get_env/0 | |
| System.get_env/1 | |
| System.get_pid/0 | |
| System.halt/1 | |
| System.monotonic_time/0 | |
| System.monotonic_time/1 | |
| System.put_env/1 | |
| System.put_env/2 | |
| System.stacktrace/0 | |
| System.system_time/0 | |
| System.system_time/1 | |
| System.time_offset/0 | |
| System.time_offset/1 | |
| System.tmp_dir/0 | |
| System.tmp_dir!/0 | |
| System.unique_integer/1 | |
| System.user_home/0 | |
| System.user_home!/0 | |
| System.version/0 | |
| Task.__struct__/0 | |
| Task.async/1 | |
| Task.async/3 | |
| Task.await/2 | |
| Task.find/2 | |
| Task.shutdown/2 | |
| Task.start/1 | |
| Task.start/3 | |
| Task.start_link/1 | |
| Task.start_link/3 | |
| Task.yield/2 | |
| Task.yield_many/2 | |
| Task.Supervisor.async/2 | |
| Task.Supervisor.async/4 | |
| Task.Supervisor.async_nolink/2 | |
| Task.Supervisor.async_nolink/4 | |
| Task.Supervisor.children/1 | |
| Task.Supervisor.start_child/2 | |
| Task.Supervisor.start_child/4 | |
| Task.Supervisor.start_link/1 | |
| Task.Supervisor.terminate_child/2 | |
| Tuple.append/2 | |
| Tuple.delete_at/2 | |
| Tuple.duplicate/2 | |
| Tuple.insert_at/3 | |
| Tuple.to_list/1 | |
| URI.__struct__/0 | |
| URI.char_reserved?/1 | |
| URI.char_unescaped?/1 | |
| URI.char_unreserved?/1 | |
| URI.decode/1 | |
| URI.decode_query/2 | |
| URI.decode_www_form/1 | |
| URI.default_port/1 | |
| URI.default_port/2 | |
| URI.encode/2 | |
| URI.encode_query/1 | |
| URI.encode_www_form/1 | |
| URI.parse/1 | |
| URI.query_decoder/1 | |
| URI.to_string/1 | |
| Version.__struct__/0 | |
| Version.compare/2 | |
| Version.match?/2 | |
| Version.parse/1 | |
| Version.parse_requirement/1 | |
| Mix.compilers/0 | |
| Mix.debug/1 | |
| Mix.debug?/0 | |
| Mix.env/0 | |
| Mix.env/1 | |
| Mix.raise/1 | |
| Mix.raise/2 | |
| Mix.shell/0 | |
| Mix.shell/1 | |
| Mix.start/0 | |
| Mix.start/2 | |
| Mix.stop/1 | |
| Mix.Archive.create/2 | |
| Mix.Archive.dir/1 | |
| Mix.Archive.ebin/1 | |
| Mix.Archive.name/2 | |
| Mix.Config.__using__/1 | |
| Mix.Config.config/2 | |
| Mix.Config.config/3 | |
| Mix.Config.import_config/1 | |
| Mix.Config.merge/2 | |
| Mix.Config.persist/1 | |
| Mix.Config.read!/1 | |
| Mix.Config.read_wildcard!/1 | |
| Mix.Config.validate!/1 | |
| Mix.Generator.create_directory/1 | |
| Mix.Generator.create_file/3 | |
| Mix.Generator.embed_template/2 | |
| Mix.Generator.embed_text/2 | |
| Mix.Project.__after_compile__/2 | |
| Mix.Project.__using__/1 | |
| Mix.Project.app_path/1 | |
| Mix.Project.build_path/1 | |
| Mix.Project.build_structure/2 | |
| Mix.Project.compile/2 | |
| Mix.Project.compile_path/1 | |
| Mix.Project.config/0 | |
| Mix.Project.config_files/0 | |
| Mix.Project.deps_config/1 | |
| Mix.Project.deps_path/1 | |
| Mix.Project.deps_paths/0 | |
| Mix.Project.ensure_structure/2 | |
| Mix.Project.get/0 | |
| Mix.Project.get!/0 | |
| Mix.Project.in_project/4 | |
| Mix.Project.load_paths/1 | |
| Mix.Project.manifest_path/1 | |
| Mix.Project.pop/0 | |
| Mix.Project.push/3 | |
| Mix.Project.umbrella?/1 | |
| Mix.SCM.append/1 | |
| Mix.SCM.available/0 | |
| Mix.SCM.prepend/1 | |
| Mix.Shell.cmd/3 | |
| Mix.Shell.printable_app_name/0 | |
| Mix.Shell.IO.cmd/2 | |
| Mix.Shell.IO.error/1 | |
| Mix.Shell.IO.info/1 | |
| Mix.Shell.IO.print_app/0 | |
| Mix.Shell.IO.prompt/1 | |
| Mix.Shell.IO.yes?/1 | |
| Mix.Shell.Process.cmd/2 | |
| Mix.Shell.Process.error/1 | |
| Mix.Shell.Process.flush/1 | |
| Mix.Shell.Process.info/1 | |
| Mix.Shell.Process.print_app/0 | |
| Mix.Shell.Process.prompt/1 | |
| Mix.Shell.Process.yes?/1 | |
| Mix.Shell.Quiet.cmd/2 | |
| Mix.Shell.Quiet.error/1 | |
| Mix.Shell.Quiet.info/1 | |
| Mix.Shell.Quiet.print_app/0 | |
| Mix.Shell.Quiet.prompt/1 | |
| Mix.Shell.Quiet.yes?/1 | |
| Mix.Task.__using__/1 | |
| Mix.Task.alias?/1 | |
| Mix.Task.all_modules/0 | |
| Mix.Task.clear/0 | |
| Mix.Task.get/1 | |
| Mix.Task.get!/1 | |
| Mix.Task.load_all/0 | |
| Mix.Task.load_tasks/1 | |
| Mix.Task.moduledoc/1 | |
| Mix.Task.recursive/1 | |
| Mix.Task.reenable/1 | |
| Mix.Task.run/2 | |
| Mix.Task.shortdoc/1 | |
| Mix.Task.task?/1 | |
| Mix.Task.task_name/1 | |
| Mix.Tasks.App.Start.run/1 | |
| Mix.Tasks.App.Start.start/2 | |
| Mix.Tasks.App.Start.type/2 | |
| Mix.Tasks.Archive.run/1 | |
| Mix.Tasks.Archive.Build.run/1 | |
| Mix.Tasks.Archive.Check.run/1 | |
| Mix.Tasks.Archive.Install.run/1 | |
| Mix.Tasks.Archive.Uninstall.run/1 | |
| Mix.Tasks.Clean.run/1 | |
| Mix.Tasks.Cmd.run/1 | |
| Mix.Tasks.Compile.compilers/0 | |
| Mix.Tasks.Compile.manifests/0 | |
| Mix.Tasks.Compile.run/1 | |
| Mix.Tasks.Compile.App.run/1 | |
| Mix.Tasks.Compile.Elixir.clean/0 | |
| Mix.Tasks.Compile.Elixir.manifests/0 | |
| Mix.Tasks.Compile.Elixir.protocols_and_impls/0 | |
| Mix.Tasks.Compile.Elixir.run/1 | |
| Mix.Tasks.Compile.Erlang.clean/0 | |
| Mix.Tasks.Compile.Erlang.manifests/0 | |
| Mix.Tasks.Compile.Erlang.run/1 | |
| Mix.Tasks.Compile.Leex.clean/0 | |
| Mix.Tasks.Compile.Leex.manifests/0 | |
| Mix.Tasks.Compile.Leex.run/1 | |
| Mix.Tasks.Compile.Protocols.clean/0 | |
| Mix.Tasks.Compile.Protocols.default_path/0 | |
| Mix.Tasks.Compile.Protocols.run/1 | |
| Mix.Tasks.Compile.Yecc.clean/0 | |
| Mix.Tasks.Compile.Yecc.manifests/0 | |
| Mix.Tasks.Compile.Yecc.run/1 | |
| Mix.Tasks.Deps.run/1 | |
| Mix.Tasks.Deps.Check.run/1 | |
| Mix.Tasks.Deps.Clean.run/1 | |
| Mix.Tasks.Deps.Compile.compile/1 | |
| Mix.Tasks.Deps.Compile.run/1 | |
| Mix.Tasks.Deps.Get.run/1 | |
| Mix.Tasks.Deps.Loadpaths.run/1 | |
| Mix.Tasks.Deps.Precompile.run/1 | |
| Mix.Tasks.Deps.Unlock.run/1 | |
| Mix.Tasks.Deps.Update.run/1 | |
| Mix.Tasks.Do.run/1 | |
| Mix.Tasks.Escript.Build.run/1 | |
| Mix.Tasks.Help.run/1 | |
| Mix.Tasks.Iex.run/1 | |
| Mix.Tasks.Loadconfig.run/1 | |
| Mix.Tasks.Loadpaths.run/1 | |
| Mix.Tasks.Local.run/1 | |
| Mix.Tasks.Local.Hex.run/1 | |
| Mix.Tasks.Local.PublicKeys.run/1 | |
| Mix.Tasks.Local.Rebar.run/1 | |
| Mix.Tasks.New.run/1 | |
| Mix.Tasks.Profile.Fprof.profile/2 | |
| Mix.Tasks.Profile.Fprof.run/1 | |
| Mix.Tasks.Run.run/1 | |
| Mix.Tasks.Test.ex_unit_opts/1 | |
| Mix.Tasks.Test.run/1 | |
| Mix.Utils.camelize/1 | |
| Mix.Utils.can_write?/1 | |
| Mix.Utils.command_to_module/2 | |
| Mix.Utils.command_to_module_name/1 | |
| Mix.Utils.extract_files/2 | |
| Mix.Utils.extract_stale/2 | |
| Mix.Utils.last_modified/1 | |
| Mix.Utils.mix_home/0 | |
| Mix.Utils.mix_paths/0 | |
| Mix.Utils.module_name_to_command/2 | |
| Mix.Utils.proxy_config/1 | |
| Mix.Utils.read_path/2 | |
| Mix.Utils.stale?/2 | |
| Mix.Utils.symlink_or_copy/2 | |
| Mix.Utils.underscore/1 | |
| EEx.compile_file/2 | |
| EEx.compile_string/2 | |
| EEx.eval_file/3 | |
| EEx.eval_string/3 | |
| EEx.function_from_file/5 | |
| EEx.function_from_string/5 | |
| EEx.Engine.__using__/1 | |
| EEx.Engine.fetch_assign!/2 | |
| EEx.Engine.handle_assign/1 | |
| EEx.Engine.handle_body/1 | |
| EEx.Engine.handle_expr/3 | |
| EEx.Engine.handle_text/2 | |
| EEx.SmartEngine.handle_body/1 | |
| EEx.SmartEngine.handle_expr/3 | |
| EEx.SmartEngine.handle_text/2 | |
| Logger.add_backend/2 | |
| Logger.add_translator/1 | |
| Logger.bare_log/3 | |
| Logger.compare_levels/2 | |
| Logger.configure/1 | |
| Logger.configure_backend/2 | |
| Logger.debug/2 | |
| Logger.disable/1 | |
| Logger.enable/1 | |
| Logger.error/2 | |
| Logger.flush/0 | |
| Logger.info/2 | |
| Logger.level/0 | |
| Logger.log/3 | |
| Logger.metadata/0 | |
| Logger.metadata/1 | |
| Logger.remove_backend/2 | |
| Logger.remove_translator/1 | |
| Logger.warn/2 | |
| Logger.Formatter.compile/1 | |
| Logger.Formatter.format/5 | |
| Logger.Formatter.prune/1 | |
| Logger.Translator.translate/4 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Access.all/0 | |
| Access.at/1 | |
| Access.elem/1 | |
| Access.fetch/2 | |
| Access.get/3 | |
| Access.get_and_update/3 | |
| Access.key/2 | |
| Access.key!/1 | |
| Access.pop/2 | |
| Agent.cast/2 | |
| Agent.cast/4 | |
| Agent.get/3 | |
| Agent.get/5 | |
| Agent.get_and_update/3 | |
| Agent.get_and_update/5 | |
| Agent.start/2 | |
| Agent.start/4 | |
| Agent.start_link/2 | |
| Agent.start_link/4 | |
| Agent.stop/3 | |
| Agent.update/3 | |
| Agent.update/5 | |
| Application.__using__/1 | |
| Application.app_dir/1 | |
| Application.app_dir/2 | |
| Application.delete_env/3 | |
| Application.ensure_all_started/2 | |
| Application.ensure_started/2 | |
| Application.fetch_env/2 | |
| Application.fetch_env!/2 | |
| Application.format_error/1 | |
| Application.get_all_env/1 | |
| Application.get_application/1 | |
| Application.get_env/3 | |
| Application.load/1 | |
| Application.loaded_applications/0 | |
| Application.put_env/4 | |
| Application.spec/1 | |
| Application.spec/2 | |
| Application.start/2 | |
| Application.started_applications/1 | |
| Application.stop/1 | |
| Application.unload/1 | |
| Atom.to_char_list/1 | |
| Atom.to_charlist/1 | |
| Atom.to_string/1 | |
| Base.decode16/2 | |
| Base.decode16!/2 | |
| Base.decode32/2 | |
| Base.decode32!/2 | |
| Base.decode64/2 | |
| Base.decode64!/2 | |
| Base.encode16/2 | |
| Base.encode32/2 | |
| Base.encode64/2 | |
| Base.hex_decode32/2 | |
| Base.hex_decode32!/2 | |
| Base.hex_encode32/2 | |
| Base.url_decode64/2 | |
| Base.url_decode64!/2 | |
| Base.url_encode64/2 | |
| Behaviour.__using__/1 | |
| Behaviour.defcallback/1 | |
| Behaviour.defmacrocallback/1 | |
| Bitwise.&&&/2 | |
| Bitwise.<<</2 | |
| Bitwise.>>>/2 | |
| Bitwise.^^^/2 | |
| Bitwise.__using__/1 | |
| Bitwise.band/2 | |
| Bitwise.bnot/1 | |
| Bitwise.bor/2 | |
| Bitwise.bsl/2 | |
| Bitwise.bsr/2 | |
| Bitwise.bxor/2 | |
| Bitwise.|||/2 | |
| Bitwise.~~~/1 | |
| Calendar.__using__/1 | |
| Calendar.ISO.date/3 | |
| Calendar.ISO.leap_year?/1 | |
| Calendar.ISO.parse_microsecond/1 | |
| Calendar.ISO.parse_offset/1 | |
| Calendar.ISO.to_iso8601/1 | |
| Calendar.ISO.to_string/1 | |
| Code.append_path/1 | |
| Code.available_compiler_options/0 | |
| Code.compile_quoted/2 | |
| Code.compile_string/2 | |
| Code.compiler_options/0 | |
| Code.compiler_options/1 | |
| Code.delete_path/1 | |
| Code.ensure_compiled/1 | |
| Code.ensure_compiled?/1 | |
| Code.ensure_loaded/1 | |
| Code.ensure_loaded?/1 | |
| Code.eval_file/2 | |
| Code.eval_quoted/3 | |
| Code.eval_string/3 | |
| Code.get_docs/2 | |
| Code.load_file/2 | |
| Code.loaded_files/0 | |
| Code.prepend_path/1 | |
| Code.require_file/2 | |
| Code.string_to_quoted/2 | |
| Code.string_to_quoted!/2 | |
| Code.unload_files/1 | |
| Collectable.__protocol__/1 | |
| Collectable.impl_for/1 | |
| Collectable.impl_for!/1 | |
| Collectable.into/1 | |
| Date.__struct__/0 | |
| Date.__struct__/1 | |
| Date.from_erl/1 | |
| Date.from_erl!/1 | |
| Date.from_iso8601/1 | |
| Date.from_iso8601!/1 | |
| Date.new/3 | |
| Date.to_erl/1 | |
| Date.to_iso8601/1 | |
| Date.to_string/1 | |
| DateTime.__struct__/0 | |
| DateTime.__struct__/1 | |
| DateTime.from_unix/2 | |
| DateTime.from_unix!/2 | |
| DateTime.precision_for_unit/1 | |
| DateTime.to_date/1 | |
| DateTime.to_iso8601/1 | |
| DateTime.to_naive/1 | |
| DateTime.to_string/1 | |
| DateTime.to_time/1 | |
| DateTime.to_unix/2 | |
| DateTime.utc_now/0 | |
| Dict.__using__/1 | |
| Dict.delete/2 | |
| Dict.drop/2 | |
| Dict.empty/1 | |
| Dict.equal?/2 | |
| Dict.fetch/2 | |
| Dict.fetch!/2 | |
| Dict.get/3 | |
| Dict.get_and_update/3 | |
| Dict.get_lazy/3 | |
| Dict.has_key?/2 | |
| Dict.keys/1 | |
| Dict.merge/2 | |
| Dict.merge/3 | |
| Dict.pop/3 | |
| Dict.pop_lazy/3 | |
| Dict.put/3 | |
| Dict.put_new/3 | |
| Dict.put_new_lazy/3 | |
| Dict.size/1 | |
| Dict.split/2 | |
| Dict.take/2 | |
| Dict.to_list/1 | |
| Dict.update/4 | |
| Dict.update!/3 | |
| Dict.values/1 | |
| Enum.all?/2 | |
| Enum.any?/2 | |
| Enum.at/3 | |
| Enum.chunk/2 | |
| Enum.chunk/4 | |
| Enum.chunk_by/2 | |
| Enum.concat/1 | |
| Enum.concat/2 | |
| Enum.count/1 | |
| Enum.count/2 | |
| Enum.dedup/1 | |
| Enum.dedup_by/2 | |
| Enum.drop/2 | |
| Enum.drop_every/2 | |
| Enum.drop_while/2 | |
| Enum.each/2 | |
| Enum.empty?/1 | |
| Enum.fetch/2 | |
| Enum.fetch!/2 | |
| Enum.filter/2 | |
| Enum.filter_map/3 | |
| Enum.find/3 | |
| Enum.find_index/2 | |
| Enum.find_value/3 | |
| Enum.flat_map/2 | |
| Enum.flat_map_reduce/3 | |
| Enum.group_by/3 | |
| Enum.intersperse/2 | |
| Enum.into/2 | |
| Enum.into/3 | |
| Enum.join/2 | |
| Enum.map/2 | |
| Enum.map_join/3 | |
| Enum.map_reduce/3 | |
| Enum.max/1 | |
| Enum.max_by/2 | |
| Enum.member?/2 | |
| Enum.min/1 | |
| Enum.min_by/2 | |
| Enum.min_max/1 | |
| Enum.min_max_by/2 | |
| Enum.partition/2 | |
| Enum.random/1 | |
| Enum.reduce/2 | |
| Enum.reduce/3 | |
| Enum.reduce_while/3 | |
| Enum.reject/2 | |
| Enum.reverse/1 | |
| Enum.reverse/2 | |
| Enum.reverse_slice/3 | |
| Enum.scan/2 | |
| Enum.scan/3 | |
| Enum.shuffle/1 | |
| Enum.slice/2 | |
| Enum.slice/3 | |
| Enum.sort/1 | |
| Enum.sort/2 | |
| Enum.sort_by/3 | |
| Enum.split/2 | |
| Enum.split_while/2 | |
| Enum.sum/1 | |
| Enum.take/2 | |
| Enum.take_every/2 | |
| Enum.take_random/2 | |
| Enum.take_while/2 | |
| Enum.to_list/1 | |
| Enum.uniq/1 | |
| Enum.uniq/2 | |
| Enum.uniq_by/2 | |
| Enum.unzip/1 | |
| Enum.with_index/2 | |
| Enum.zip/2 | |
| Enumerable.__protocol__/1 | |
| Enumerable.count/1 | |
| Enumerable.impl_for/1 | |
| Enumerable.impl_for!/1 | |
| Enumerable.member?/2 | |
| Enumerable.reduce/3 | |
| Exception.exception?/1 | |
| Exception.format/3 | |
| Exception.format_banner/3 | |
| Exception.format_exit/1 | |
| Exception.format_fa/2 | |
| Exception.format_file_line/3 | |
| Exception.format_mfa/3 | |
| Exception.format_stacktrace/1 | |
| Exception.format_stacktrace_entry/1 | |
| Exception.message/1 | |
| Exception.normalize/3 | |
| File.cd/1 | |
| File.cd!/1 | |
| File.cd!/2 | |
| File.chgrp/2 | |
| File.chgrp!/2 | |
| File.chmod/2 | |
| File.chmod!/2 | |
| File.chown/2 | |
| File.chown!/2 | |
| File.close/1 | |
| File.copy/3 | |
| File.copy!/3 | |
| File.cp/3 | |
| File.cp!/3 | |
| File.cp_r/3 | |
| File.cp_r!/3 | |
| File.cwd/0 | |
| File.cwd!/0 | |
| File.dir?/1 | |
| File.exists?/1 | |
| File.ln_s/2 | |
| File.ls/1 | |
| File.ls!/1 | |
| File.lstat/2 | |
| File.lstat!/2 | |
| File.mkdir/1 | |
| File.mkdir!/1 | |
| File.mkdir_p/1 | |
| File.mkdir_p!/1 | |
| File.open/2 | |
| File.open/3 | |
| File.open!/2 | |
| File.open!/3 | |
| File.read/1 | |
| File.read!/1 | |
| File.regular?/1 | |
| File.rename/2 | |
| File.rm/1 | |
| File.rm!/1 | |
| File.rm_rf/1 | |
| File.rm_rf!/1 | |
| File.rmdir/1 | |
| File.rmdir!/1 | |
| File.stat/2 | |
| File.stat!/2 | |
| File.stream!/3 | |
| File.touch/2 | |
| File.touch!/2 | |
| File.write/3 | |
| File.write!/3 | |
| File.write_stat/3 | |
| File.write_stat!/3 | |
| File.Stat.__struct__/0 | |
| File.Stat.__struct__/1 | |
| File.Stat.from_record/1 | |
| File.Stat.to_record/1 | |
| File.Stream.__build__/3 | |
| File.Stream.__struct__/0 | |
| File.Stream.__struct__/1 | |
| Float.ceil/2 | |
| Float.floor/2 | |
| Float.parse/1 | |
| Float.round/2 | |
| Float.to_char_list/1 | |
| Float.to_char_list/2 | |
| Float.to_charlist/1 | |
| Float.to_string/1 | |
| Float.to_string/2 | |
| GenEvent.__using__/1 | |
| GenEvent.ack_notify/2 | |
| GenEvent.add_handler/3 | |
| GenEvent.add_mon_handler/3 | |
| GenEvent.call/4 | |
| GenEvent.format_status/2 | |
| GenEvent.init_hib/4 | |
| GenEvent.init_it/6 | |
| GenEvent.notify/2 | |
| GenEvent.remove_handler/3 | |
| GenEvent.start/1 | |
| GenEvent.start_link/1 | |
| GenEvent.stop/3 | |
| GenEvent.stream/2 | |
| GenEvent.swap_handler/5 | |
| GenEvent.swap_mon_handler/5 | |
| GenEvent.sync_notify/2 | |
| GenEvent.system_code_change/4 | |
| GenEvent.system_continue/3 | |
| GenEvent.system_get_state/1 | |
| GenEvent.system_replace_state/2 | |
| GenEvent.system_terminate/4 | |
| GenEvent.which_handlers/1 | |
| GenEvent.Stream.__struct__/0 | |
| GenEvent.Stream.__struct__/1 | |
| GenEvent.Stream.code_change/3 | |
| GenEvent.Stream.handle_call/2 | |
| GenEvent.Stream.handle_event/2 | |
| GenEvent.Stream.handle_info/2 | |
| GenEvent.Stream.init/1 | |
| GenEvent.Stream.terminate/2 | |
| GenServer.__using__/1 | |
| GenServer.abcast/3 | |
| GenServer.call/3 | |
| GenServer.cast/2 | |
| GenServer.multi_call/4 | |
| GenServer.reply/2 | |
| GenServer.start/3 | |
| GenServer.start_link/3 | |
| GenServer.stop/3 | |
| GenServer.whereis/1 | |
| HashDict.__struct__/0 | |
| HashDict.__struct__/1 | |
| HashDict.delete/2 | |
| HashDict.dict_delete/2 | |
| HashDict.drop/2 | |
| HashDict.equal?/2 | |
| HashDict.fetch/2 | |
| HashDict.fetch!/2 | |
| HashDict.get/3 | |
| HashDict.get_and_update/3 | |
| HashDict.get_lazy/3 | |
| HashDict.has_key?/2 | |
| HashDict.keys/1 | |
| HashDict.merge/3 | |
| HashDict.new/0 | |
| HashDict.pop/3 | |
| HashDict.pop_lazy/3 | |
| HashDict.put/3 | |
| HashDict.put_new/3 | |
| HashDict.put_new_lazy/3 | |
| HashDict.reduce/3 | |
| HashDict.size/1 | |
| HashDict.split/2 | |
| HashDict.take/2 | |
| HashDict.to_list/1 | |
| HashDict.update/4 | |
| HashDict.update!/3 | |
| HashDict.values/1 | |
| HashSet.__struct__/0 | |
| HashSet.__struct__/1 | |
| HashSet.delete/2 | |
| HashSet.difference/2 | |
| HashSet.disjoint?/2 | |
| HashSet.equal?/2 | |
| HashSet.intersection/2 | |
| HashSet.member?/2 | |
| HashSet.new/0 | |
| HashSet.put/2 | |
| HashSet.reduce/3 | |
| HashSet.size/1 | |
| HashSet.subset?/2 | |
| HashSet.to_list/1 | |
| HashSet.union/2 | |
| IO.binread/2 | |
| IO.binstream/2 | |
| IO.binwrite/2 | |
| IO.chardata_to_string/1 | |
| IO.each_binstream/2 | |
| IO.each_stream/2 | |
| IO.getn/2 | |
| IO.getn/3 | |
| IO.gets/2 | |
| IO.inspect/2 | |
| IO.inspect/3 | |
| IO.iodata_length/1 | |
| IO.iodata_to_binary/1 | |
| IO.puts/2 | |
| IO.read/2 | |
| IO.stream/2 | |
| IO.warn/1 | |
| IO.warn/2 | |
| IO.write/2 | |
| IO.ANSI.black/0 | |
| IO.ANSI.black_background/0 | |
| IO.ANSI.blink_off/0 | |
| IO.ANSI.blink_rapid/0 | |
| IO.ANSI.blink_slow/0 | |
| IO.ANSI.blue/0 | |
| IO.ANSI.blue_background/0 | |
| IO.ANSI.bright/0 | |
| IO.ANSI.clear/0 | |
| IO.ANSI.clear_line/0 | |
| IO.ANSI.color/1 | |
| IO.ANSI.color/3 | |
| IO.ANSI.color_background/1 | |
| IO.ANSI.color_background/3 | |
| IO.ANSI.conceal/0 | |
| IO.ANSI.crossed_out/0 | |
| IO.ANSI.cyan/0 | |
| IO.ANSI.cyan_background/0 | |
| IO.ANSI.default_background/0 | |
| IO.ANSI.default_color/0 | |
| IO.ANSI.enabled?/0 | |
| IO.ANSI.encircled/0 | |
| IO.ANSI.faint/0 | |
| IO.ANSI.font_1/0 | |
| IO.ANSI.font_2/0 | |
| IO.ANSI.font_3/0 | |
| IO.ANSI.font_4/0 | |
| IO.ANSI.font_5/0 | |
| IO.ANSI.font_6/0 | |
| IO.ANSI.font_7/0 | |
| IO.ANSI.font_8/0 | |
| IO.ANSI.font_9/0 | |
| IO.ANSI.format/2 | |
| IO.ANSI.format_fragment/2 | |
| IO.ANSI.framed/0 | |
| IO.ANSI.green/0 | |
| IO.ANSI.green_background/0 | |
| IO.ANSI.home/0 | |
| IO.ANSI.inverse/0 | |
| IO.ANSI.italic/0 | |
| IO.ANSI.magenta/0 | |
| IO.ANSI.magenta_background/0 | |
| IO.ANSI.no_underline/0 | |
| IO.ANSI.normal/0 | |
| IO.ANSI.not_framed_encircled/0 | |
| IO.ANSI.not_italic/0 | |
| IO.ANSI.not_overlined/0 | |
| IO.ANSI.overlined/0 | |
| IO.ANSI.primary_font/0 | |
| IO.ANSI.red/0 | |
| IO.ANSI.red_background/0 | |
| IO.ANSI.reset/0 | |
| IO.ANSI.reverse/0 | |
| IO.ANSI.underline/0 | |
| IO.ANSI.white/0 | |
| IO.ANSI.white_background/0 | |
| IO.ANSI.yellow/0 | |
| IO.ANSI.yellow_background/0 | |
| IO.Stream.__build__/3 | |
| IO.Stream.__struct__/0 | |
| IO.Stream.__struct__/1 | |
| Inspect.__protocol__/1 | |
| Inspect.impl_for/1 | |
| Inspect.impl_for!/1 | |
| Inspect.inspect/2 | |
| Inspect.Algebra.break/0 | |
| Inspect.Algebra.break/1 | |
| Inspect.Algebra.concat/1 | |
| Inspect.Algebra.concat/2 | |
| Inspect.Algebra.empty/0 | |
| Inspect.Algebra.fold_doc/2 | |
| Inspect.Algebra.format/2 | |
| Inspect.Algebra.glue/2 | |
| Inspect.Algebra.glue/3 | |
| Inspect.Algebra.group/1 | |
| Inspect.Algebra.line/2 | |
| Inspect.Algebra.nest/2 | |
| Inspect.Algebra.space/2 | |
| Inspect.Algebra.surround/3 | |
| Inspect.Algebra.surround_many/6 | |
| Inspect.Algebra.to_doc/2 | |
| Inspect.Error.__struct__/0 | |
| Inspect.Error.__struct__/1 | |
| Inspect.Error.exception/1 | |
| Inspect.Error.message/1 | |
| Inspect.Opts.__struct__/0 | |
| Inspect.Opts.__struct__/1 | |
| Integer.digits/2 | |
| Integer.is_even/1 | |
| Integer.is_odd/1 | |
| Integer.parse/2 | |
| Integer.to_char_list/1 | |
| Integer.to_charlist/1 | |
| Integer.to_charlist/2 | |
| Integer.to_string/1 | |
| Integer.to_string/2 | |
| Integer.undigits/2 | |
| Kernel.!/1 | |
| Kernel.!=/2 | |
| Kernel.!==/2 | |
| Kernel.&&/2 | |
| Kernel.*/2 | |
| Kernel.+/1 | |
| Kernel.+/2 | |
| Kernel.++/2 | |
| Kernel.-/1 | |
| Kernel.-/2 | |
| Kernel.--/2 | |
| Kernel.../2 | |
| Kernel.//2 | |
| Kernel.</2 | |
| Kernel.<=/2 | |
| Kernel.<>/2 | |
| Kernel.==/2 | |
| Kernel.===/2 | |
| Kernel.=~/2 | |
| Kernel.>/2 | |
| Kernel.>=/2 | |
| Kernel.@/1 | |
| Kernel.abs/1 | |
| Kernel.alias!/1 | |
| Kernel.and/2 | |
| Kernel.apply/2 | |
| Kernel.apply/3 | |
| Kernel.binary_part/3 | |
| Kernel.binding/1 | |
| Kernel.bit_size/1 | |
| Kernel.byte_size/1 | |
| Kernel.def/2 | |
| Kernel.defdelegate/2 | |
| Kernel.defexception/1 | |
| Kernel.defimpl/3 | |
| Kernel.defmacro/2 | |
| Kernel.defmacrop/2 | |
| Kernel.defmodule/2 | |
| Kernel.defoverridable/1 | |
| Kernel.defp/2 | |
| Kernel.defprotocol/2 | |
| Kernel.defstruct/1 | |
| Kernel.destructure/2 | |
| Kernel.div/2 | |
| Kernel.elem/2 | |
| Kernel.exit/1 | |
| Kernel.function_exported?/3 | |
| Kernel.get_and_update_in/2 | |
| Kernel.get_and_update_in/3 | |
| Kernel.get_in/2 | |
| Kernel.hd/1 | |
| Kernel.if/2 | |
| Kernel.in/2 | |
| Kernel.inspect/2 | |
| Kernel.is_atom/1 | |
| Kernel.is_binary/1 | |
| Kernel.is_bitstring/1 | |
| Kernel.is_boolean/1 | |
| Kernel.is_float/1 | |
| Kernel.is_function/1 | |
| Kernel.is_function/2 | |
| Kernel.is_integer/1 | |
| Kernel.is_list/1 | |
| Kernel.is_map/1 | |
| Kernel.is_nil/1 | |
| Kernel.is_number/1 | |
| Kernel.is_pid/1 | |
| Kernel.is_port/1 | |
| Kernel.is_reference/1 | |
| Kernel.is_tuple/1 | |
| Kernel.length/1 | |
| Kernel.macro_exported?/3 | |
| Kernel.make_ref/0 | |
| Kernel.map_size/1 | |
| Kernel.match?/2 | |
| Kernel.max/2 | |
| Kernel.min/2 | |
| Kernel.node/0 | |
| Kernel.node/1 | |
| Kernel.not/1 | |
| Kernel.or/2 | |
| Kernel.pop_in/1 | |
| Kernel.pop_in/2 | |
| Kernel.put_elem/3 | |
| Kernel.put_in/2 | |
| Kernel.put_in/3 | |
| Kernel.raise/1 | |
| Kernel.raise/2 | |
| Kernel.rem/2 | |
| Kernel.reraise/2 | |
| Kernel.reraise/3 | |
| Kernel.round/1 | |
| Kernel.self/0 | |
| Kernel.send/2 | |
| Kernel.sigil_C/2 | |
| Kernel.sigil_D/2 | |
| Kernel.sigil_N/2 | |
| Kernel.sigil_R/2 | |
| Kernel.sigil_S/2 | |
| Kernel.sigil_T/2 | |
| Kernel.sigil_W/2 | |
| Kernel.sigil_c/2 | |
| Kernel.sigil_r/2 | |
| Kernel.sigil_s/2 | |
| Kernel.sigil_w/2 | |
| Kernel.spawn/1 | |
| Kernel.spawn/3 | |
| Kernel.spawn_link/1 | |
| Kernel.spawn_link/3 | |
| Kernel.spawn_monitor/1 | |
| Kernel.spawn_monitor/3 | |
| Kernel.struct/2 | |
| Kernel.struct!/2 | |
| Kernel.throw/1 | |
| Kernel.tl/1 | |
| Kernel.to_char_list/1 | |
| Kernel.to_charlist/1 | |
| Kernel.to_string/1 | |
| Kernel.trunc/1 | |
| Kernel.tuple_size/1 | |
| Kernel.unless/2 | |
| Kernel.update_in/2 | |
| Kernel.update_in/3 | |
| Kernel.use/2 | |
| Kernel.var!/2 | |
| Kernel.|>/2 | |
| Kernel.||/2 | |
| Kernel.ParallelCompiler.files/2 | |
| Kernel.ParallelCompiler.files_to_path/3 | |
| Kernel.ParallelRequire.files/2 | |
| Kernel.SpecialForms.%/2 | |
| Kernel.SpecialForms.%{}/1 | |
| Kernel.SpecialForms.&/1 | |
| Kernel.SpecialForms../2 | |
| Kernel.SpecialForms.::/2 | |
| Kernel.SpecialForms.<<>>/1 | |
| Kernel.SpecialForms.=/2 | |
| Kernel.SpecialForms.^/1 | |
| Kernel.SpecialForms.__CALLER__/0 | |
| Kernel.SpecialForms.__DIR__/0 | |
| Kernel.SpecialForms.__ENV__/0 | |
| Kernel.SpecialForms.__MODULE__/0 | |
| Kernel.SpecialForms.__aliases__/1 | |
| Kernel.SpecialForms.__block__/1 | |
| Kernel.SpecialForms.alias/2 | |
| Kernel.SpecialForms.case/2 | |
| Kernel.SpecialForms.cond/1 | |
| Kernel.SpecialForms.fn/1 | |
| Kernel.SpecialForms.for/1 | |
| Kernel.SpecialForms.import/2 | |
| Kernel.SpecialForms.quote/2 | |
| Kernel.SpecialForms.receive/1 | |
| Kernel.SpecialForms.require/2 | |
| Kernel.SpecialForms.super/1 | |
| Kernel.SpecialForms.try/1 | |
| Kernel.SpecialForms.unquote/1 | |
| Kernel.SpecialForms.unquote_splicing/1 | |
| Kernel.SpecialForms.with/1 | |
| Kernel.SpecialForms.{}/1 | |
| Keyword.delete/2 | |
| Keyword.delete/3 | |
| Keyword.delete_first/2 | |
| Keyword.drop/2 | |
| Keyword.equal?/2 | |
| Keyword.fetch/2 | |
| Keyword.fetch!/2 | |
| Keyword.get/3 | |
| Keyword.get_and_update/3 | |
| Keyword.get_and_update!/3 | |
| Keyword.get_lazy/3 | |
| Keyword.get_values/2 | |
| Keyword.has_key?/2 | |
| Keyword.keys/1 | |
| Keyword.keyword?/1 | |
| Keyword.merge/2 | |
| Keyword.merge/3 | |
| Keyword.new/0 | |
| Keyword.new/1 | |
| Keyword.new/2 | |
| Keyword.pop/3 | |
| Keyword.pop_first/3 | |
| Keyword.pop_lazy/3 | |
| Keyword.put/3 | |
| Keyword.put_new/3 | |
| Keyword.put_new_lazy/3 | |
| Keyword.size/1 | |
| Keyword.split/2 | |
| Keyword.take/2 | |
| Keyword.to_list/1 | |
| Keyword.update/4 | |
| Keyword.update!/3 | |
| Keyword.values/1 | |
| List.delete/2 | |
| List.delete_at/2 | |
| List.duplicate/2 | |
| List.first/1 | |
| List.flatten/1 | |
| List.flatten/2 | |
| List.foldl/3 | |
| List.foldr/3 | |
| List.insert_at/3 | |
| List.keydelete/3 | |
| List.keyfind/4 | |
| List.keymember?/3 | |
| List.keyreplace/4 | |
| List.keysort/2 | |
| List.keystore/4 | |
| List.keytake/3 | |
| List.last/1 | |
| List.replace_at/3 | |
| List.to_atom/1 | |
| List.to_existing_atom/1 | |
| List.to_float/1 | |
| List.to_integer/1 | |
| List.to_integer/2 | |
| List.to_string/1 | |
| List.to_tuple/1 | |
| List.update_at/3 | |
| List.wrap/1 | |
| List.zip/1 | |
| List.Chars.__protocol__/1 | |
| List.Chars.impl_for/1 | |
| List.Chars.impl_for!/1 | |
| List.Chars.to_char_list/1 | |
| List.Chars.to_charlist/1 | |
| Macro.binary_ops/0 | |
| Macro.camelize/1 | |
| Macro.decompose_call/1 | |
| Macro.escape/2 | |
| Macro.expand/2 | |
| Macro.expand_once/2 | |
| Macro.pipe/3 | |
| Macro.pipe_warning/1 | |
| Macro.postwalk/2 | |
| Macro.postwalk/3 | |
| Macro.prewalk/2 | |
| Macro.prewalk/3 | |
| Macro.to_string/2 | |
| Macro.traverse/4 | |
| Macro.unary_ops/0 | |
| Macro.underscore/1 | |
| Macro.unescape_string/1 | |
| Macro.unescape_string/2 | |
| Macro.unescape_tokens/1 | |
| Macro.unescape_tokens/2 | |
| Macro.unpipe/1 | |
| Macro.update_meta/2 | |
| Macro.validate/1 | |
| Macro.var/2 | |
| Macro.Env.__struct__/0 | |
| Macro.Env.__struct__/1 | |
| Macro.Env.in_guard?/1 | |
| Macro.Env.in_match?/1 | |
| Macro.Env.location/1 | |
| Macro.Env.stacktrace/1 | |
| Map.delete/2 | |
| Map.drop/2 | |
| Map.equal?/2 | |
| Map.fetch/2 | |
| Map.fetch!/2 | |
| Map.from_struct/1 | |
| Map.get/3 | |
| Map.get_and_update/3 | |
| Map.get_and_update!/3 | |
| Map.get_lazy/3 | |
| Map.has_key?/2 | |
| Map.keys/1 | |
| Map.merge/2 | |
| Map.merge/3 | |
| Map.new/0 | |
| Map.new/1 | |
| Map.new/2 | |
| Map.pop/3 | |
| Map.pop_lazy/3 | |
| Map.put/3 | |
| Map.put_new/3 | |
| Map.put_new_lazy/3 | |
| Map.size/1 | |
| Map.split/2 | |
| Map.take/2 | |
| Map.to_list/1 | |
| Map.update/4 | |
| Map.update!/3 | |
| Map.values/1 | |
| MapSet.__struct__/0 | |
| MapSet.__struct__/1 | |
| MapSet.delete/2 | |
| MapSet.difference/2 | |
| MapSet.disjoint?/2 | |
| MapSet.equal?/2 | |
| MapSet.intersection/2 | |
| MapSet.member?/2 | |
| MapSet.new/0 | |
| MapSet.new/1 | |
| MapSet.new/2 | |
| MapSet.put/2 | |
| MapSet.size/1 | |
| MapSet.subset?/2 | |
| MapSet.to_list/1 | |
| MapSet.union/2 | |
| Module.__info__/1 | |
| Module.add_doc/6 | |
| Module.compile_doc/6 | |
| Module.concat/1 | |
| Module.concat/2 | |
| Module.create/3 | |
| Module.defines?/2 | |
| Module.defines?/3 | |
| Module.definitions_in/1 | |
| Module.definitions_in/2 | |
| Module.delete_attribute/2 | |
| Module.eval_quoted/4 | |
| Module.get_attribute/2 | |
| Module.get_attribute/3 | |
| Module.make_overridable/2 | |
| Module.open?/1 | |
| Module.overridable?/2 | |
| Module.put_attribute/3 | |
| Module.put_attribute/4 | |
| Module.register_attribute/3 | |
| Module.safe_concat/1 | |
| Module.safe_concat/2 | |
| Module.split/1 | |
| Module.store_typespec/3 | |
| NaiveDateTime.__struct__/0 | |
| NaiveDateTime.__struct__/1 | |
| NaiveDateTime.from_erl/2 | |
| NaiveDateTime.from_erl!/2 | |
| NaiveDateTime.from_iso8601/1 | |
| NaiveDateTime.from_iso8601!/1 | |
| NaiveDateTime.new/2 | |
| NaiveDateTime.new/7 | |
| NaiveDateTime.to_date/1 | |
| NaiveDateTime.to_erl/1 | |
| NaiveDateTime.to_iso8601/1 | |
| NaiveDateTime.to_string/1 | |
| NaiveDateTime.to_time/1 | |
| Node.alive?/0 | |
| Node.connect/1 | |
| Node.disconnect/1 | |
| Node.get_cookie/0 | |
| Node.list/0 | |
| Node.list/1 | |
| Node.monitor/2 | |
| Node.monitor/3 | |
| Node.ping/1 | |
| Node.self/0 | |
| Node.set_cookie/2 | |
| Node.spawn/2 | |
| Node.spawn/3 | |
| Node.spawn/4 | |
| Node.spawn/5 | |
| Node.spawn_link/2 | |
| Node.spawn_link/4 | |
| Node.start/3 | |
| Node.stop/0 | |
| OptionParser.next/2 | |
| OptionParser.parse/2 | |
| OptionParser.parse!/2 | |
| OptionParser.parse_head/2 | |
| OptionParser.parse_head!/2 | |
| OptionParser.split/1 | |
| OptionParser.to_argv/1 | |
| Path.absname/1 | |
| Path.absname/2 | |
| Path.basename/1 | |
| Path.basename/2 | |
| Path.dirname/1 | |
| Path.expand/1 | |
| Path.expand/2 | |
| Path.extname/1 | |
| Path.join/1 | |
| Path.join/2 | |
| Path.relative/1 | |
| Path.relative_to/2 | |
| Path.relative_to_cwd/1 | |
| Path.rootname/1 | |
| Path.rootname/2 | |
| Path.split/1 | |
| Path.type/1 | |
| Path.wildcard/2 | |
| Port.call/3 | |
| Port.close/1 | |
| Port.command/3 | |
| Port.connect/2 | |
| Port.control/3 | |
| Port.info/1 | |
| Port.info/2 | |
| Port.list/0 | |
| Port.open/2 | |
| Process.alive?/1 | |
| Process.cancel_timer/1 | |
| Process.delete/1 | |
| Process.demonitor/2 | |
| Process.exit/2 | |
| Process.flag/2 | |
| Process.flag/3 | |
| Process.get/0 | |
| Process.get/2 | |
| Process.get_keys/0 | |
| Process.get_keys/1 | |
| Process.group_leader/0 | |
| Process.group_leader/2 | |
| Process.hibernate/3 | |
| Process.info/1 | |
| Process.info/2 | |
| Process.link/1 | |
| Process.list/0 | |
| Process.monitor/1 | |
| Process.put/2 | |
| Process.read_timer/1 | |
| Process.register/2 | |
| Process.registered/0 | |
| Process.send/3 | |
| Process.send_after/3 | |
| Process.sleep/1 | |
| Process.spawn/2 | |
| Process.spawn/4 | |
| Process.unlink/1 | |
| Process.unregister/1 | |
| Process.whereis/1 | |
| Protocol.__builtin__/0 | |
| Protocol.__derive__/3 | |
| Protocol.__ensure_defimpl__/3 | |
| Protocol.__functions_spec__/1 | |
| Protocol.__impl__/2 | |
| Protocol.__protocol__/2 | |
| Protocol.__spec__?/3 | |
| Protocol.assert_impl!/2 | |
| Protocol.assert_protocol!/1 | |
| Protocol.consolidate/2 | |
| Protocol.consolidated?/1 | |
| Protocol.def/1 | |
| Protocol.derive/3 | |
| Protocol.extract_impls/2 | |
| Protocol.extract_protocols/1 | |
| Range.__struct__/0 | |
| Range.__struct__/1 | |
| Range.new/2 | |
| Range.range?/1 | |
| Record.__access__/4 | |
| Record.__access__/5 | |
| Record.__fields__/2 | |
| Record.__keyword__/3 | |
| Record.defrecord/3 | |
| Record.defrecordp/3 | |
| Record.extract/2 | |
| Record.extract_all/1 | |
| Record.is_record/1 | |
| Record.is_record/2 | |
| Regex.__struct__/0 | |
| Regex.__struct__/1 | |
| Regex.compile/2 | |
| Regex.compile!/2 | |
| Regex.escape/1 | |
| Regex.match?/2 | |
| Regex.named_captures/3 | |
| Regex.names/1 | |
| Regex.opts/1 | |
| Regex.re_pattern/1 | |
| Regex.regex?/1 | |
| Regex.replace/4 | |
| Regex.run/3 | |
| Regex.scan/3 | |
| Regex.source/1 | |
| Regex.split/3 | |
| Regex.unescape_map/1 | |
| Set.delete/2 | |
| Set.difference/2 | |
| Set.disjoint?/2 | |
| Set.empty/1 | |
| Set.equal?/2 | |
| Set.intersection/2 | |
| Set.member?/2 | |
| Set.put/2 | |
| Set.size/1 | |
| Set.subset?/2 | |
| Set.to_list/1 | |
| Set.union/2 | |
| Stream.__struct__/0 | |
| Stream.__struct__/1 | |
| Stream.chunk/2 | |
| Stream.chunk/4 | |
| Stream.chunk_by/2 | |
| Stream.concat/1 | |
| Stream.concat/2 | |
| Stream.cycle/1 | |
| Stream.dedup/1 | |
| Stream.dedup_by/2 | |
| Stream.drop/2 | |
| Stream.drop_every/2 | |
| Stream.drop_while/2 | |
| Stream.each/2 | |
| Stream.filter/2 | |
| Stream.filter_map/3 | |
| Stream.flat_map/2 | |
| Stream.interval/1 | |
| Stream.into/3 | |
| Stream.iterate/2 | |
| Stream.map/2 | |
| Stream.reject/2 | |
| Stream.repeatedly/1 | |
| Stream.resource/3 | |
| Stream.run/1 | |
| Stream.scan/2 | |
| Stream.scan/3 | |
| Stream.take/2 | |
| Stream.take_every/2 | |
| Stream.take_while/2 | |
| Stream.timer/1 | |
| Stream.transform/3 | |
| Stream.transform/4 | |
| Stream.unfold/2 | |
| Stream.uniq/2 | |
| Stream.with_index/2 | |
| Stream.zip/2 | |
| String.at/2 | |
| String.capitalize/1 | |
| String.chunk/2 | |
| String.codepoints/1 | |
| String.contains?/2 | |
| String.downcase/1 | |
| String.duplicate/2 | |
| String.ends_with?/2 | |
| String.equivalent?/2 | |
| String.first/1 | |
| String.graphemes/1 | |
| String.jaro_distance/2 | |
| String.last/1 | |
| String.length/1 | |
| String.ljust/3 | |
| String.lstrip/1 | |
| String.lstrip/2 | |
| String.match?/2 | |
| String.myers_difference/2 | |
| String.next_codepoint/1 | |
| String.next_grapheme/1 | |
| String.next_grapheme_size/1 | |
| String.normalize/2 | |
| String.pad_leading/3 | |
| String.pad_trailing/3 | |
| String.printable?/1 | |
| String.replace/4 | |
| String.replace_leading/3 | |
| String.replace_prefix/3 | |
| String.replace_suffix/3 | |
| String.replace_trailing/3 | |
| String.reverse/1 | |
| String.rjust/3 | |
| String.rstrip/1 | |
| String.rstrip/2 | |
| String.slice/2 | |
| String.slice/3 | |
| String.split/1 | |
| String.split/3 | |
| String.split_at/2 | |
| String.splitter/3 | |
| String.starts_with?/2 | |
| String.strip/1 | |
| String.strip/2 | |
| String.to_atom/1 | |
| String.to_char_list/1 | |
| String.to_charlist/1 | |
| String.to_existing_atom/1 | |
| String.to_float/1 | |
| String.to_integer/1 | |
| String.to_integer/2 | |
| String.trim/1 | |
| String.trim/2 | |
| String.trim_leading/1 | |
| String.trim_leading/2 | |
| String.trim_trailing/1 | |
| String.trim_trailing/2 | |
| String.upcase/1 | |
| String.valid?/1 | |
| String.valid_character?/1 | |
| String.Chars.__protocol__/1 | |
| String.Chars.impl_for/1 | |
| String.Chars.impl_for!/1 | |
| String.Chars.to_string/1 | |
| StringIO.close/1 | |
| StringIO.code_change/3 | |
| StringIO.contents/1 | |
| StringIO.flush/1 | |
| StringIO.handle_call/3 | |
| StringIO.handle_cast/2 | |
| StringIO.handle_info/2 | |
| StringIO.init/1 | |
| StringIO.open/2 | |
| StringIO.terminate/2 | |
| Supervisor.__using__/1 | |
| Supervisor.count_children/1 | |
| Supervisor.delete_child/2 | |
| Supervisor.restart_child/2 | |
| Supervisor.start_child/2 | |
| Supervisor.start_link/2 | |
| Supervisor.start_link/3 | |
| Supervisor.stop/3 | |
| Supervisor.terminate_child/2 | |
| Supervisor.which_children/1 | |
| Supervisor.Spec.supervise/2 | |
| Supervisor.Spec.supervisor/3 | |
| Supervisor.Spec.worker/3 | |
| System.argv/0 | |
| System.argv/1 | |
| System.at_exit/1 | |
| System.build_info/0 | |
| System.cmd/3 | |
| System.compiled_endianness/0 | |
| System.convert_time_unit/3 | |
| System.cwd/0 | |
| System.cwd!/0 | |
| System.delete_env/1 | |
| System.endianness/0 | |
| System.find_executable/1 | |
| System.get_env/0 | |
| System.get_env/1 | |
| System.get_pid/0 | |
| System.halt/1 | |
| System.monotonic_time/0 | |
| System.monotonic_time/1 | |
| System.os_time/0 | |
| System.os_time/1 | |
| System.otp_release/0 | |
| System.put_env/1 | |
| System.put_env/2 | |
| System.schedulers/0 | |
| System.schedulers_online/0 | |
| System.stacktrace/0 | |
| System.system_time/0 | |
| System.system_time/1 | |
| System.time_offset/0 | |
| System.time_offset/1 | |
| System.tmp_dir/0 | |
| System.tmp_dir!/0 | |
| System.unique_integer/1 | |
| System.user_home/0 | |
| System.user_home!/0 | |
| System.version/0 | |
| Task.__struct__/0 | |
| Task.__struct__/1 | |
| Task.async/1 | |
| Task.async/3 | |
| Task.await/2 | |
| Task.find/2 | |
| Task.shutdown/2 | |
| Task.start/1 | |
| Task.start/3 | |
| Task.start_link/1 | |
| Task.start_link/3 | |
| Task.yield/2 | |
| Task.yield_many/2 | |
| Task.Supervisor.async/2 | |
| Task.Supervisor.async/4 | |
| Task.Supervisor.async_nolink/2 | |
| Task.Supervisor.async_nolink/4 | |
| Task.Supervisor.children/1 | |
| Task.Supervisor.start_child/2 | |
| Task.Supervisor.start_child/4 | |
| Task.Supervisor.start_link/1 | |
| Task.Supervisor.terminate_child/2 | |
| Time.__struct__/0 | |
| Time.__struct__/1 | |
| Time.from_erl/2 | |
| Time.from_erl!/2 | |
| Time.from_iso8601/1 | |
| Time.from_iso8601!/1 | |
| Time.new/4 | |
| Time.to_erl/1 | |
| Time.to_iso8601/1 | |
| Time.to_string/1 | |
| Tuple.append/2 | |
| Tuple.delete_at/2 | |
| Tuple.duplicate/2 | |
| Tuple.insert_at/3 | |
| Tuple.to_list/1 | |
| URI.__struct__/0 | |
| URI.__struct__/1 | |
| URI.char_reserved?/1 | |
| URI.char_unescaped?/1 | |
| URI.char_unreserved?/1 | |
| URI.decode/1 | |
| URI.decode_query/2 | |
| URI.decode_www_form/1 | |
| URI.default_port/1 | |
| URI.default_port/2 | |
| URI.encode/2 | |
| URI.encode_query/1 | |
| URI.encode_www_form/1 | |
| URI.merge/2 | |
| URI.parse/1 | |
| URI.path_to_segments/1 | |
| URI.query_decoder/1 | |
| URI.to_string/1 | |
| Version.__struct__/0 | |
| Version.__struct__/1 | |
| Version.compare/2 | |
| Version.compile_requirement/1 | |
| Version.match?/3 | |
| Version.parse/1 | |
| Version.parse!/1 | |
| Version.parse_requirement/1 | |
| Mix.compilers/0 | |
| Mix.debug/1 | |
| Mix.debug?/0 | |
| Mix.env/0 | |
| Mix.env/1 | |
| Mix.raise/1 | |
| Mix.shell/0 | |
| Mix.shell/1 | |
| Mix.start/0 | |
| Mix.start/2 | |
| Mix.stop/1 | |
| Mix.Config.__using__/1 | |
| Mix.Config.config/2 | |
| Mix.Config.config/3 | |
| Mix.Config.import_config/1 | |
| Mix.Config.merge/2 | |
| Mix.Config.persist/1 | |
| Mix.Config.read!/1 | |
| Mix.Config.read_wildcard!/1 | |
| Mix.Config.validate!/1 | |
| Mix.Generator.create_directory/1 | |
| Mix.Generator.create_file/3 | |
| Mix.Generator.embed_template/2 | |
| Mix.Generator.embed_text/2 | |
| Mix.Local.Installer.install/3 | |
| Mix.Local.Installer.print_list/2 | |
| Mix.Local.Installer.uninstall/2 | |
| Mix.Project.__after_compile__/2 | |
| Mix.Project.__using__/1 | |
| Mix.Project.app_path/1 | |
| Mix.Project.build_path/1 | |
| Mix.Project.build_structure/2 | |
| Mix.Project.compile/2 | |
| Mix.Project.compile_path/1 | |
| Mix.Project.config/0 | |
| Mix.Project.config_files/0 | |
| Mix.Project.consolidation_path/1 | |
| Mix.Project.deps_config/1 | |
| Mix.Project.deps_path/1 | |
| Mix.Project.deps_paths/0 | |
| Mix.Project.ensure_structure/2 | |
| Mix.Project.get/0 | |
| Mix.Project.get!/0 | |
| Mix.Project.in_project/4 | |
| Mix.Project.load_paths/1 | |
| Mix.Project.manifest_path/1 | |
| Mix.Project.pop/0 | |
| Mix.Project.push/3 | |
| Mix.Project.umbrella?/1 | |
| Mix.SCM.append/1 | |
| Mix.SCM.available/0 | |
| Mix.SCM.prepend/1 | |
| Mix.Shell.cmd/3 | |
| Mix.Shell.printable_app_name/0 | |
| Mix.Shell.IO.cmd/2 | |
| Mix.Shell.IO.error/1 | |
| Mix.Shell.IO.info/1 | |
| Mix.Shell.IO.print_app/0 | |
| Mix.Shell.IO.prompt/1 | |
| Mix.Shell.IO.yes?/1 | |
| Mix.Shell.Process.cmd/2 | |
| Mix.Shell.Process.error/1 | |
| Mix.Shell.Process.flush/1 | |
| Mix.Shell.Process.info/1 | |
| Mix.Shell.Process.print_app/0 | |
| Mix.Shell.Process.prompt/1 | |
| Mix.Shell.Process.yes?/1 | |
| Mix.Shell.Quiet.cmd/2 | |
| Mix.Shell.Quiet.error/1 | |
| Mix.Shell.Quiet.info/1 | |
| Mix.Shell.Quiet.print_app/0 | |
| Mix.Shell.Quiet.prompt/1 | |
| Mix.Shell.Quiet.yes?/1 | |
| Mix.Task.__using__/1 | |
| Mix.Task.alias?/1 | |
| Mix.Task.all_modules/0 | |
| Mix.Task.clear/0 | |
| Mix.Task.get/1 | |
| Mix.Task.get!/1 | |
| Mix.Task.load_all/0 | |
| Mix.Task.load_tasks/1 | |
| Mix.Task.moduledoc/1 | |
| Mix.Task.preferred_cli_env/1 | |
| Mix.Task.recursive/1 | |
| Mix.Task.reenable/1 | |
| Mix.Task.rerun/2 | |
| Mix.Task.run/2 | |
| Mix.Task.shortdoc/1 | |
| Mix.Task.task?/1 | |
| Mix.Task.task_name/1 | |
| Mix.Tasks.App.Start.run/1 | |
| Mix.Tasks.App.Start.start/2 | |
| Mix.Tasks.App.Start.type/2 | |
| Mix.Tasks.App.Tree.run/1 | |
| Mix.Tasks.Archive.run/1 | |
| Mix.Tasks.Archive.Build.run/1 | |
| Mix.Tasks.Archive.Check.run/1 | |
| Mix.Tasks.Archive.Install.check_path_or_url/1 | |
| Mix.Tasks.Archive.Install.find_previous_versions/2 | |
| Mix.Tasks.Archive.Install.install/3 | |
| Mix.Tasks.Archive.Install.run/1 | |
| Mix.Tasks.Archive.Uninstall.run/1 | |
| Mix.Tasks.Clean.run/1 | |
| Mix.Tasks.Cmd.run/1 | |
| Mix.Tasks.Compile.compilers/0 | |
| Mix.Tasks.Compile.manifests/0 | |
| Mix.Tasks.Compile.run/1 | |
| Mix.Tasks.Compile.App.run/1 | |
| Mix.Tasks.Compile.Elixir.clean/0 | |
| Mix.Tasks.Compile.Elixir.manifests/0 | |
| Mix.Tasks.Compile.Elixir.run/1 | |
| Mix.Tasks.Compile.Erlang.clean/0 | |
| Mix.Tasks.Compile.Erlang.manifests/0 | |
| Mix.Tasks.Compile.Erlang.run/1 | |
| Mix.Tasks.Compile.Leex.clean/0 | |
| Mix.Tasks.Compile.Leex.manifests/0 | |
| Mix.Tasks.Compile.Leex.run/1 | |
| Mix.Tasks.Compile.Protocols.clean/0 | |
| Mix.Tasks.Compile.Protocols.run/1 | |
| Mix.Tasks.Compile.Xref.clean/0 | |
| Mix.Tasks.Compile.Xref.manifests/0 | |
| Mix.Tasks.Compile.Xref.run/1 | |
| Mix.Tasks.Compile.Yecc.clean/0 | |
| Mix.Tasks.Compile.Yecc.manifests/0 | |
| Mix.Tasks.Compile.Yecc.run/1 | |
| Mix.Tasks.Deps.run/1 | |
| Mix.Tasks.Deps.Clean.run/1 | |
| Mix.Tasks.Deps.Compile.compile/2 | |
| Mix.Tasks.Deps.Compile.run/1 | |
| Mix.Tasks.Deps.Get.run/1 | |
| Mix.Tasks.Deps.Loadpaths.run/1 | |
| Mix.Tasks.Deps.Precompile.run/1 | |
| Mix.Tasks.Deps.Tree.run/1 | |
| Mix.Tasks.Deps.Unlock.run/1 | |
| Mix.Tasks.Deps.Update.run/1 | |
| Mix.Tasks.Do.gather_commands/1 | |
| Mix.Tasks.Do.gather_commands/3 | |
| Mix.Tasks.Do.run/1 | |
| Mix.Tasks.Escript.run/1 | |
| Mix.Tasks.Escript.Build.run/1 | |
| Mix.Tasks.Escript.Install.check_path_or_url/1 | |
| Mix.Tasks.Escript.Install.find_previous_versions/2 | |
| Mix.Tasks.Escript.Install.install/3 | |
| Mix.Tasks.Escript.Install.run/1 | |
| Mix.Tasks.Escript.Uninstall.run/1 | |
| Mix.Tasks.Help.run/1 | |
| Mix.Tasks.Iex.run/1 | |
| Mix.Tasks.Loadconfig.run/1 | |
| Mix.Tasks.Loadpaths.run/1 | |
| Mix.Tasks.Local.run/1 | |
| Mix.Tasks.Local.Hex.run/1 | |
| Mix.Tasks.Local.PublicKeys.run/1 | |
| Mix.Tasks.Local.Rebar.run/1 | |
| Mix.Tasks.New.run/1 | |
| Mix.Tasks.Profile.Fprof.profile/2 | |
| Mix.Tasks.Profile.Fprof.run/1 | |
| Mix.Tasks.Run.run/1 | |
| Mix.Tasks.Test.ex_unit_opts/1 | |
| Mix.Tasks.Test.run/1 | |
| Mix.Tasks.Xref.run/1 | |
| EEx.compile_file/2 | |
| EEx.compile_string/2 | |
| EEx.eval_file/3 | |
| EEx.eval_string/3 | |
| EEx.function_from_file/5 | |
| EEx.function_from_string/5 | |
| EEx.Engine.__using__/1 | |
| EEx.Engine.fetch_assign!/2 | |
| EEx.Engine.handle_assign/1 | |
| EEx.Engine.handle_body/1 | |
| EEx.Engine.handle_expr/3 | |
| EEx.Engine.handle_text/2 | |
| EEx.Engine.init/1 | |
| EEx.SmartEngine.handle_body/1 | |
| EEx.SmartEngine.handle_expr/3 | |
| EEx.SmartEngine.handle_text/2 | |
| EEx.SmartEngine.init/1 | |
| Logger.add_backend/2 | |
| Logger.add_translator/1 | |
| Logger.bare_log/3 | |
| Logger.compare_levels/2 | |
| Logger.configure/1 | |
| Logger.configure_backend/2 | |
| Logger.debug/2 | |
| Logger.disable/1 | |
| Logger.enable/1 | |
| Logger.error/2 | |
| Logger.flush/0 | |
| Logger.info/2 | |
| Logger.level/0 | |
| Logger.log/3 | |
| Logger.metadata/0 | |
| Logger.metadata/1 | |
| Logger.remove_backend/2 | |
| Logger.remove_translator/1 | |
| Logger.reset_metadata/1 | |
| Logger.warn/2 | |
| Logger.Formatter.compile/1 | |
| Logger.Formatter.format/5 | |
| Logger.Formatter.prune/1 | |
| Logger.Translator.translate/4 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Access.all/0 | |
| Access.at/1 | |
| Access.elem/1 | |
| Access.fetch/2 | |
| Access.get/3 | |
| Access.get_and_update/3 | |
| Access.key/1 | |
| Access.key/2 | |
| Access.key!/1 | |
| Access.pop/2 | |
| Agent.cast/2 | |
| Agent.cast/4 | |
| Agent.get/3 | |
| Agent.get/5 | |
| Agent.get_and_update/3 | |
| Agent.get_and_update/5 | |
| Agent.start/2 | |
| Agent.start/4 | |
| Agent.start_link/2 | |
| Agent.start_link/4 | |
| Agent.stop/3 | |
| Agent.update/3 | |
| Agent.update/5 | |
| Application.__using__/1 | |
| Application.app_dir/1 | |
| Application.app_dir/2 | |
| Application.delete_env/3 | |
| Application.ensure_all_started/2 | |
| Application.ensure_started/2 | |
| Application.fetch_env/2 | |
| Application.fetch_env!/2 | |
| Application.format_error/1 | |
| Application.get_all_env/1 | |
| Application.get_application/1 | |
| Application.get_env/3 | |
| Application.load/1 | |
| Application.loaded_applications/0 | |
| Application.put_env/4 | |
| Application.spec/1 | |
| Application.spec/2 | |
| Application.start/2 | |
| Application.started_applications/1 | |
| Application.stop/1 | |
| Application.unload/1 | |
| Atom.to_char_list/1 | |
| Atom.to_charlist/1 | |
| Atom.to_string/1 | |
| Base.decode16/2 | |
| Base.decode16!/2 | |
| Base.decode32/2 | |
| Base.decode32!/2 | |
| Base.decode64/2 | |
| Base.decode64!/2 | |
| Base.encode16/2 | |
| Base.encode32/2 | |
| Base.encode64/2 | |
| Base.hex_decode32/2 | |
| Base.hex_decode32!/2 | |
| Base.hex_encode32/2 | |
| Base.url_decode64/2 | |
| Base.url_decode64!/2 | |
| Base.url_encode64/2 | |
| Behaviour.__using__/1 | |
| Behaviour.defcallback/1 | |
| Behaviour.defmacrocallback/1 | |
| Bitwise.&&&/2 | |
| Bitwise.<<</2 | |
| Bitwise.>>>/2 | |
| Bitwise.^^^/2 | |
| Bitwise.__using__/1 | |
| Bitwise.band/2 | |
| Bitwise.bnot/1 | |
| Bitwise.bor/2 | |
| Bitwise.bsl/2 | |
| Bitwise.bsr/2 | |
| Bitwise.bxor/2 | |
| Bitwise.|||/2 | |
| Bitwise.~~~/1 | |
| Calendar.ISO.date/3 | |
| Calendar.ISO.date_to_iso8601/3 | |
| Calendar.ISO.date_to_string/3 | |
| Calendar.ISO.datetime_to_iso8601/11 | |
| Calendar.ISO.datetime_to_string/11 | |
| Calendar.ISO.day_of_week/3 | |
| Calendar.ISO.days_in_month/2 | |
| Calendar.ISO.from_unix/2 | |
| Calendar.ISO.leap_year?/1 | |
| Calendar.ISO.naive_datetime_to_iso8601/7 | |
| Calendar.ISO.naive_datetime_to_string/7 | |
| Calendar.ISO.parse_microsecond/1 | |
| Calendar.ISO.parse_offset/1 | |
| Calendar.ISO.time_to_iso8601/4 | |
| Calendar.ISO.time_to_string/4 | |
| Code.append_path/1 | |
| Code.available_compiler_options/0 | |
| Code.compile_quoted/2 | |
| Code.compile_string/2 | |
| Code.compiler_options/0 | |
| Code.compiler_options/1 | |
| Code.delete_path/1 | |
| Code.ensure_compiled/1 | |
| Code.ensure_compiled?/1 | |
| Code.ensure_loaded/1 | |
| Code.ensure_loaded?/1 | |
| Code.eval_file/2 | |
| Code.eval_quoted/3 | |
| Code.eval_string/3 | |
| Code.get_docs/2 | |
| Code.load_file/2 | |
| Code.loaded_files/0 | |
| Code.prepend_path/1 | |
| Code.require_file/2 | |
| Code.string_to_quoted/2 | |
| Code.string_to_quoted!/2 | |
| Code.unload_files/1 | |
| Collectable.__protocol__/1 | |
| Collectable.impl_for/1 | |
| Collectable.impl_for!/1 | |
| Collectable.into/1 | |
| Date.__struct__/0 | |
| Date.__struct__/1 | |
| Date.compare/2 | |
| Date.day_of_week/1 | |
| Date.days_in_month/1 | |
| Date.from_erl/1 | |
| Date.from_erl!/1 | |
| Date.from_iso8601/1 | |
| Date.from_iso8601!/1 | |
| Date.leap_year?/1 | |
| Date.new/3 | |
| Date.to_erl/1 | |
| Date.to_iso8601/1 | |
| Date.to_string/1 | |
| Date.utc_today/0 | |
| DateTime.__struct__/0 | |
| DateTime.__struct__/1 | |
| DateTime.compare/2 | |
| DateTime.from_iso8601/1 | |
| DateTime.from_naive/2 | |
| DateTime.from_naive!/2 | |
| DateTime.from_unix/2 | |
| DateTime.from_unix!/2 | |
| DateTime.to_date/1 | |
| DateTime.to_iso8601/1 | |
| DateTime.to_naive/1 | |
| DateTime.to_string/1 | |
| DateTime.to_time/1 | |
| DateTime.to_unix/2 | |
| DateTime.utc_now/0 | |
| Dict.__using__/1 | |
| Dict.delete/2 | |
| Dict.drop/2 | |
| Dict.empty/1 | |
| Dict.equal?/2 | |
| Dict.fetch/2 | |
| Dict.fetch!/2 | |
| Dict.get/3 | |
| Dict.get_and_update/3 | |
| Dict.get_lazy/3 | |
| Dict.has_key?/2 | |
| Dict.keys/1 | |
| Dict.merge/2 | |
| Dict.merge/3 | |
| Dict.pop/3 | |
| Dict.pop_lazy/3 | |
| Dict.put/3 | |
| Dict.put_new/3 | |
| Dict.put_new_lazy/3 | |
| Dict.size/1 | |
| Dict.split/2 | |
| Dict.take/2 | |
| Dict.to_list/1 | |
| Dict.update/4 | |
| Dict.update!/3 | |
| Dict.values/1 | |
| Enum.all?/2 | |
| Enum.any?/2 | |
| Enum.at/3 | |
| Enum.chunk/2 | |
| Enum.chunk/4 | |
| Enum.chunk_by/2 | |
| Enum.concat/1 | |
| Enum.concat/2 | |
| Enum.count/1 | |
| Enum.count/2 | |
| Enum.dedup/1 | |
| Enum.dedup_by/2 | |
| Enum.drop/2 | |
| Enum.drop_every/2 | |
| Enum.drop_while/2 | |
| Enum.each/2 | |
| Enum.empty?/1 | |
| Enum.fetch/2 | |
| Enum.fetch!/2 | |
| Enum.filter/2 | |
| Enum.filter_map/3 | |
| Enum.find/3 | |
| Enum.find_index/2 | |
| Enum.find_value/3 | |
| Enum.flat_map/2 | |
| Enum.flat_map_reduce/3 | |
| Enum.group_by/3 | |
| Enum.intersperse/2 | |
| Enum.into/2 | |
| Enum.into/3 | |
| Enum.join/2 | |
| Enum.map/2 | |
| Enum.map_every/3 | |
| Enum.map_join/3 | |
| Enum.map_reduce/3 | |
| Enum.max/2 | |
| Enum.max_by/3 | |
| Enum.member?/2 | |
| Enum.min/2 | |
| Enum.min_by/3 | |
| Enum.min_max/2 | |
| Enum.min_max_by/3 | |
| Enum.partition/2 | |
| Enum.random/1 | |
| Enum.reduce/2 | |
| Enum.reduce/3 | |
| Enum.reduce_while/3 | |
| Enum.reject/2 | |
| Enum.reverse/1 | |
| Enum.reverse/2 | |
| Enum.reverse_slice/3 | |
| Enum.scan/2 | |
| Enum.scan/3 | |
| Enum.shuffle/1 | |
| Enum.slice/2 | |
| Enum.slice/3 | |
| Enum.sort/1 | |
| Enum.sort/2 | |
| Enum.sort_by/3 | |
| Enum.split/2 | |
| Enum.split_while/2 | |
| Enum.split_with/2 | |
| Enum.sum/1 | |
| Enum.take/2 | |
| Enum.take_every/2 | |
| Enum.take_random/2 | |
| Enum.take_while/2 | |
| Enum.to_list/1 | |
| Enum.uniq/1 | |
| Enum.uniq/2 | |
| Enum.uniq_by/2 | |
| Enum.unzip/1 | |
| Enum.with_index/2 | |
| Enum.zip/1 | |
| Enum.zip/2 | |
| Enumerable.__protocol__/1 | |
| Enumerable.count/1 | |
| Enumerable.impl_for/1 | |
| Enumerable.impl_for!/1 | |
| Enumerable.member?/2 | |
| Enumerable.reduce/3 | |
| Exception.exception?/1 | |
| Exception.format/3 | |
| Exception.format_banner/3 | |
| Exception.format_exit/1 | |
| Exception.format_fa/2 | |
| Exception.format_file_line/3 | |
| Exception.format_mfa/3 | |
| Exception.format_stacktrace/1 | |
| Exception.format_stacktrace_entry/1 | |
| Exception.message/1 | |
| Exception.normalize/3 | |
| File.cd/1 | |
| File.cd!/1 | |
| File.cd!/2 | |
| File.chgrp/2 | |
| File.chgrp!/2 | |
| File.chmod/2 | |
| File.chmod!/2 | |
| File.chown/2 | |
| File.chown!/2 | |
| File.close/1 | |
| File.copy/3 | |
| File.copy!/3 | |
| File.cp/3 | |
| File.cp!/3 | |
| File.cp_r/3 | |
| File.cp_r!/3 | |
| File.cwd/0 | |
| File.cwd!/0 | |
| File.dir?/1 | |
| File.exists?/1 | |
| File.ln_s/2 | |
| File.ls/1 | |
| File.ls!/1 | |
| File.lstat/2 | |
| File.lstat!/2 | |
| File.mkdir/1 | |
| File.mkdir!/1 | |
| File.mkdir_p/1 | |
| File.mkdir_p!/1 | |
| File.open/2 | |
| File.open/3 | |
| File.open!/2 | |
| File.open!/3 | |
| File.read/1 | |
| File.read!/1 | |
| File.regular?/1 | |
| File.rename/2 | |
| File.rm/1 | |
| File.rm!/1 | |
| File.rm_rf/1 | |
| File.rm_rf!/1 | |
| File.rmdir/1 | |
| File.rmdir!/1 | |
| File.stat/2 | |
| File.stat!/2 | |
| File.stream!/3 | |
| File.touch/2 | |
| File.touch!/2 | |
| File.write/3 | |
| File.write!/3 | |
| File.write_stat/3 | |
| File.write_stat!/3 | |
| File.Stat.__struct__/0 | |
| File.Stat.__struct__/1 | |
| File.Stat.from_record/1 | |
| File.Stat.to_record/1 | |
| File.Stream.__build__/3 | |
| File.Stream.__struct__/0 | |
| File.Stream.__struct__/1 | |
| Float.ceil/2 | |
| Float.floor/2 | |
| Float.parse/1 | |
| Float.ratio/1 | |
| Float.round/2 | |
| Float.to_char_list/1 | |
| Float.to_char_list/2 | |
| Float.to_charlist/1 | |
| Float.to_string/1 | |
| Float.to_string/2 | |
| GenEvent.__using__/1 | |
| GenEvent.ack_notify/2 | |
| GenEvent.add_handler/3 | |
| GenEvent.add_mon_handler/3 | |
| GenEvent.call/4 | |
| GenEvent.format_status/2 | |
| GenEvent.init_hib/4 | |
| GenEvent.init_it/6 | |
| GenEvent.notify/2 | |
| GenEvent.remove_handler/3 | |
| GenEvent.start/1 | |
| GenEvent.start_link/1 | |
| GenEvent.stop/3 | |
| GenEvent.stream/2 | |
| GenEvent.swap_handler/5 | |
| GenEvent.swap_mon_handler/5 | |
| GenEvent.sync_notify/2 | |
| GenEvent.system_code_change/4 | |
| GenEvent.system_continue/3 | |
| GenEvent.system_get_state/1 | |
| GenEvent.system_replace_state/2 | |
| GenEvent.system_terminate/4 | |
| GenEvent.which_handlers/1 | |
| GenServer.__using__/1 | |
| GenServer.abcast/3 | |
| GenServer.call/3 | |
| GenServer.cast/2 | |
| GenServer.multi_call/4 | |
| GenServer.reply/2 | |
| GenServer.start/3 | |
| GenServer.start_link/3 | |
| GenServer.stop/3 | |
| GenServer.whereis/1 | |
| HashDict.__struct__/0 | |
| HashDict.__struct__/1 | |
| HashDict.delete/2 | |
| HashDict.dict_delete/2 | |
| HashDict.drop/2 | |
| HashDict.equal?/2 | |
| HashDict.fetch/2 | |
| HashDict.fetch!/2 | |
| HashDict.get/3 | |
| HashDict.get_and_update/3 | |
| HashDict.get_lazy/3 | |
| HashDict.has_key?/2 | |
| HashDict.keys/1 | |
| HashDict.merge/3 | |
| HashDict.new/0 | |
| HashDict.pop/3 | |
| HashDict.pop_lazy/3 | |
| HashDict.put/3 | |
| HashDict.put_new/3 | |
| HashDict.put_new_lazy/3 | |
| HashDict.reduce/3 | |
| HashDict.size/1 | |
| HashDict.split/2 | |
| HashDict.take/2 | |
| HashDict.to_list/1 | |
| HashDict.update/4 | |
| HashDict.update!/3 | |
| HashDict.values/1 | |
| HashSet.__struct__/0 | |
| HashSet.__struct__/1 | |
| HashSet.delete/2 | |
| HashSet.difference/2 | |
| HashSet.disjoint?/2 | |
| HashSet.equal?/2 | |
| HashSet.intersection/2 | |
| HashSet.member?/2 | |
| HashSet.new/0 | |
| HashSet.put/2 | |
| HashSet.reduce/3 | |
| HashSet.size/1 | |
| HashSet.subset?/2 | |
| HashSet.to_list/1 | |
| HashSet.union/2 | |
| IO.binread/2 | |
| IO.binstream/2 | |
| IO.binwrite/2 | |
| IO.chardata_to_string/1 | |
| IO.each_binstream/2 | |
| IO.each_stream/2 | |
| IO.getn/2 | |
| IO.getn/3 | |
| IO.gets/2 | |
| IO.inspect/2 | |
| IO.inspect/3 | |
| IO.iodata_length/1 | |
| IO.iodata_to_binary/1 | |
| IO.puts/2 | |
| IO.read/2 | |
| IO.stream/2 | |
| IO.warn/1 | |
| IO.warn/2 | |
| IO.write/2 | |
| IO.ANSI.black/0 | |
| IO.ANSI.black_background/0 | |
| IO.ANSI.blink_off/0 | |
| IO.ANSI.blink_rapid/0 | |
| IO.ANSI.blink_slow/0 | |
| IO.ANSI.blue/0 | |
| IO.ANSI.blue_background/0 | |
| IO.ANSI.bright/0 | |
| IO.ANSI.clear/0 | |
| IO.ANSI.clear_line/0 | |
| IO.ANSI.color/1 | |
| IO.ANSI.color/3 | |
| IO.ANSI.color_background/1 | |
| IO.ANSI.color_background/3 | |
| IO.ANSI.conceal/0 | |
| IO.ANSI.crossed_out/0 | |
| IO.ANSI.cyan/0 | |
| IO.ANSI.cyan_background/0 | |
| IO.ANSI.default_background/0 | |
| IO.ANSI.default_color/0 | |
| IO.ANSI.enabled?/0 | |
| IO.ANSI.encircled/0 | |
| IO.ANSI.faint/0 | |
| IO.ANSI.font_1/0 | |
| IO.ANSI.font_2/0 | |
| IO.ANSI.font_3/0 | |
| IO.ANSI.font_4/0 | |
| IO.ANSI.font_5/0 | |
| IO.ANSI.font_6/0 | |
| IO.ANSI.font_7/0 | |
| IO.ANSI.font_8/0 | |
| IO.ANSI.font_9/0 | |
| IO.ANSI.format/2 | |
| IO.ANSI.format_fragment/2 | |
| IO.ANSI.framed/0 | |
| IO.ANSI.green/0 | |
| IO.ANSI.green_background/0 | |
| IO.ANSI.home/0 | |
| IO.ANSI.inverse/0 | |
| IO.ANSI.inverse_off/0 | |
| IO.ANSI.italic/0 | |
| IO.ANSI.light_black/0 | |
| IO.ANSI.light_black_background/0 | |
| IO.ANSI.light_blue/0 | |
| IO.ANSI.light_blue_background/0 | |
| IO.ANSI.light_cyan/0 | |
| IO.ANSI.light_cyan_background/0 | |
| IO.ANSI.light_green/0 | |
| IO.ANSI.light_green_background/0 | |
| IO.ANSI.light_magenta/0 | |
| IO.ANSI.light_magenta_background/0 | |
| IO.ANSI.light_red/0 | |
| IO.ANSI.light_red_background/0 | |
| IO.ANSI.light_white/0 | |
| IO.ANSI.light_white_background/0 | |
| IO.ANSI.light_yellow/0 | |
| IO.ANSI.light_yellow_background/0 | |
| IO.ANSI.magenta/0 | |
| IO.ANSI.magenta_background/0 | |
| IO.ANSI.no_underline/0 | |
| IO.ANSI.normal/0 | |
| IO.ANSI.not_framed_encircled/0 | |
| IO.ANSI.not_italic/0 | |
| IO.ANSI.not_overlined/0 | |
| IO.ANSI.overlined/0 | |
| IO.ANSI.primary_font/0 | |
| IO.ANSI.red/0 | |
| IO.ANSI.red_background/0 | |
| IO.ANSI.reset/0 | |
| IO.ANSI.reverse/0 | |
| IO.ANSI.reverse_off/0 | |
| IO.ANSI.underline/0 | |
| IO.ANSI.white/0 | |
| IO.ANSI.white_background/0 | |
| IO.ANSI.yellow/0 | |
| IO.ANSI.yellow_background/0 | |
| IO.Stream.__build__/3 | |
| IO.Stream.__struct__/0 | |
| IO.Stream.__struct__/1 | |
| Inspect.__protocol__/1 | |
| Inspect.impl_for/1 | |
| Inspect.impl_for!/1 | |
| Inspect.inspect/2 | |
| Inspect.Algebra.break/0 | |
| Inspect.Algebra.break/1 | |
| Inspect.Algebra.color/3 | |
| Inspect.Algebra.concat/1 | |
| Inspect.Algebra.concat/2 | |
| Inspect.Algebra.empty/0 | |
| Inspect.Algebra.fold_doc/2 | |
| Inspect.Algebra.format/2 | |
| Inspect.Algebra.glue/2 | |
| Inspect.Algebra.glue/3 | |
| Inspect.Algebra.group/1 | |
| Inspect.Algebra.line/2 | |
| Inspect.Algebra.nest/2 | |
| Inspect.Algebra.space/2 | |
| Inspect.Algebra.surround/3 | |
| Inspect.Algebra.surround_many/6 | |
| Inspect.Algebra.to_doc/2 | |
| Inspect.Error.__struct__/0 | |
| Inspect.Error.__struct__/1 | |
| Inspect.Error.exception/1 | |
| Inspect.Error.message/1 | |
| Inspect.Opts.__struct__/0 | |
| Inspect.Opts.__struct__/1 | |
| Integer.digits/2 | |
| Integer.floor_div/2 | |
| Integer.is_even/1 | |
| Integer.is_odd/1 | |
| Integer.mod/2 | |
| Integer.parse/2 | |
| Integer.to_char_list/1 | |
| Integer.to_charlist/1 | |
| Integer.to_charlist/2 | |
| Integer.to_string/1 | |
| Integer.to_string/2 | |
| Integer.undigits/2 | |
| Kernel.!/1 | |
| Kernel.!=/2 | |
| Kernel.!==/2 | |
| Kernel.&&/2 | |
| Kernel.*/2 | |
| Kernel.+/1 | |
| Kernel.+/2 | |
| Kernel.++/2 | |
| Kernel.-/1 | |
| Kernel.-/2 | |
| Kernel.--/2 | |
| Kernel.../2 | |
| Kernel.//2 | |
| Kernel.</2 | |
| Kernel.<=/2 | |
| Kernel.<>/2 | |
| Kernel.==/2 | |
| Kernel.===/2 | |
| Kernel.=~/2 | |
| Kernel.>/2 | |
| Kernel.>=/2 | |
| Kernel.@/1 | |
| Kernel.abs/1 | |
| Kernel.alias!/1 | |
| Kernel.and/2 | |
| Kernel.apply/2 | |
| Kernel.apply/3 | |
| Kernel.binary_part/3 | |
| Kernel.binding/1 | |
| Kernel.bit_size/1 | |
| Kernel.byte_size/1 | |
| Kernel.def/2 | |
| Kernel.defdelegate/2 | |
| Kernel.defexception/1 | |
| Kernel.defimpl/3 | |
| Kernel.defmacro/2 | |
| Kernel.defmacrop/2 | |
| Kernel.defmodule/2 | |
| Kernel.defoverridable/1 | |
| Kernel.defp/2 | |
| Kernel.defprotocol/2 | |
| Kernel.defstruct/1 | |
| Kernel.destructure/2 | |
| Kernel.div/2 | |
| Kernel.elem/2 | |
| Kernel.exit/1 | |
| Kernel.function_exported?/3 | |
| Kernel.get_and_update_in/2 | |
| Kernel.get_and_update_in/3 | |
| Kernel.get_in/2 | |
| Kernel.hd/1 | |
| Kernel.if/2 | |
| Kernel.in/2 | |
| Kernel.inspect/2 | |
| Kernel.is_atom/1 | |
| Kernel.is_binary/1 | |
| Kernel.is_bitstring/1 | |
| Kernel.is_boolean/1 | |
| Kernel.is_float/1 | |
| Kernel.is_function/1 | |
| Kernel.is_function/2 | |
| Kernel.is_integer/1 | |
| Kernel.is_list/1 | |
| Kernel.is_map/1 | |
| Kernel.is_nil/1 | |
| Kernel.is_number/1 | |
| Kernel.is_pid/1 | |
| Kernel.is_port/1 | |
| Kernel.is_reference/1 | |
| Kernel.is_tuple/1 | |
| Kernel.length/1 | |
| Kernel.macro_exported?/3 | |
| Kernel.make_ref/0 | |
| Kernel.map_size/1 | |
| Kernel.match?/2 | |
| Kernel.max/2 | |
| Kernel.min/2 | |
| Kernel.node/0 | |
| Kernel.node/1 | |
| Kernel.not/1 | |
| Kernel.or/2 | |
| Kernel.pop_in/1 | |
| Kernel.pop_in/2 | |
| Kernel.put_elem/3 | |
| Kernel.put_in/2 | |
| Kernel.put_in/3 | |
| Kernel.raise/1 | |
| Kernel.raise/2 | |
| Kernel.rem/2 | |
| Kernel.reraise/2 | |
| Kernel.reraise/3 | |
| Kernel.round/1 | |
| Kernel.self/0 | |
| Kernel.send/2 | |
| Kernel.sigil_C/2 | |
| Kernel.sigil_D/2 | |
| Kernel.sigil_N/2 | |
| Kernel.sigil_R/2 | |
| Kernel.sigil_S/2 | |
| Kernel.sigil_T/2 | |
| Kernel.sigil_W/2 | |
| Kernel.sigil_c/2 | |
| Kernel.sigil_r/2 | |
| Kernel.sigil_s/2 | |
| Kernel.sigil_w/2 | |
| Kernel.spawn/1 | |
| Kernel.spawn/3 | |
| Kernel.spawn_link/1 | |
| Kernel.spawn_link/3 | |
| Kernel.spawn_monitor/1 | |
| Kernel.spawn_monitor/3 | |
| Kernel.struct/2 | |
| Kernel.struct!/2 | |
| Kernel.throw/1 | |
| Kernel.tl/1 | |
| Kernel.to_char_list/1 | |
| Kernel.to_charlist/1 | |
| Kernel.to_string/1 | |
| Kernel.trunc/1 | |
| Kernel.tuple_size/1 | |
| Kernel.unless/2 | |
| Kernel.update_in/2 | |
| Kernel.update_in/3 | |
| Kernel.use/2 | |
| Kernel.var!/2 | |
| Kernel.|>/2 | |
| Kernel.||/2 | |
| Kernel.ParallelCompiler.files/2 | |
| Kernel.ParallelCompiler.files_to_path/3 | |
| Kernel.ParallelRequire.files/2 | |
| Kernel.SpecialForms.%/2 | |
| Kernel.SpecialForms.%{}/1 | |
| Kernel.SpecialForms.&/1 | |
| Kernel.SpecialForms../2 | |
| Kernel.SpecialForms.::/2 | |
| Kernel.SpecialForms.<<>>/1 | |
| Kernel.SpecialForms.=/2 | |
| Kernel.SpecialForms.^/1 | |
| Kernel.SpecialForms.__CALLER__/0 | |
| Kernel.SpecialForms.__DIR__/0 | |
| Kernel.SpecialForms.__ENV__/0 | |
| Kernel.SpecialForms.__MODULE__/0 | |
| Kernel.SpecialForms.__aliases__/1 | |
| Kernel.SpecialForms.__block__/1 | |
| Kernel.SpecialForms.alias/2 | |
| Kernel.SpecialForms.case/2 | |
| Kernel.SpecialForms.cond/1 | |
| Kernel.SpecialForms.fn/1 | |
| Kernel.SpecialForms.for/1 | |
| Kernel.SpecialForms.import/2 | |
| Kernel.SpecialForms.quote/2 | |
| Kernel.SpecialForms.receive/1 | |
| Kernel.SpecialForms.require/2 | |
| Kernel.SpecialForms.super/1 | |
| Kernel.SpecialForms.try/1 | |
| Kernel.SpecialForms.unquote/1 | |
| Kernel.SpecialForms.unquote_splicing/1 | |
| Kernel.SpecialForms.with/1 | |
| Kernel.SpecialForms.{}/1 | |
| Keyword.delete/2 | |
| Keyword.delete/3 | |
| Keyword.delete_first/2 | |
| Keyword.drop/2 | |
| Keyword.equal?/2 | |
| Keyword.fetch/2 | |
| Keyword.fetch!/2 | |
| Keyword.get/3 | |
| Keyword.get_and_update/3 | |
| Keyword.get_and_update!/3 | |
| Keyword.get_lazy/3 | |
| Keyword.get_values/2 | |
| Keyword.has_key?/2 | |
| Keyword.keys/1 | |
| Keyword.keyword?/1 | |
| Keyword.merge/2 | |
| Keyword.merge/3 | |
| Keyword.new/0 | |
| Keyword.new/1 | |
| Keyword.new/2 | |
| Keyword.pop/3 | |
| Keyword.pop_first/3 | |
| Keyword.pop_lazy/3 | |
| Keyword.put/3 | |
| Keyword.put_new/3 | |
| Keyword.put_new_lazy/3 | |
| Keyword.size/1 | |
| Keyword.split/2 | |
| Keyword.take/2 | |
| Keyword.to_list/1 | |
| Keyword.update/4 | |
| Keyword.update!/3 | |
| Keyword.values/1 | |
| List.delete/2 | |
| List.delete_at/2 | |
| List.duplicate/2 | |
| List.first/1 | |
| List.flatten/1 | |
| List.flatten/2 | |
| List.foldl/3 | |
| List.foldr/3 | |
| List.insert_at/3 | |
| List.keydelete/3 | |
| List.keyfind/4 | |
| List.keymember?/3 | |
| List.keyreplace/4 | |
| List.keysort/2 | |
| List.keystore/4 | |
| List.keytake/3 | |
| List.last/1 | |
| List.myers_difference/2 | |
| List.pop_at/3 | |
| List.replace_at/3 | |
| List.to_atom/1 | |
| List.to_existing_atom/1 | |
| List.to_float/1 | |
| List.to_integer/1 | |
| List.to_integer/2 | |
| List.to_string/1 | |
| List.to_tuple/1 | |
| List.update_at/3 | |
| List.wrap/1 | |
| List.zip/1 | |
| List.Chars.__protocol__/1 | |
| List.Chars.impl_for/1 | |
| List.Chars.impl_for!/1 | |
| List.Chars.to_char_list/1 | |
| List.Chars.to_charlist/1 | |
| Macro.binary_ops/0 | |
| Macro.camelize/1 | |
| Macro.decompose_call/1 | |
| Macro.escape/2 | |
| Macro.expand/2 | |
| Macro.expand_once/2 | |
| Macro.pipe/3 | |
| Macro.pipe_warning/1 | |
| Macro.postwalk/2 | |
| Macro.postwalk/3 | |
| Macro.prewalk/2 | |
| Macro.prewalk/3 | |
| Macro.to_string/2 | |
| Macro.traverse/4 | |
| Macro.unary_ops/0 | |
| Macro.underscore/1 | |
| Macro.unescape_string/1 | |
| Macro.unescape_string/2 | |
| Macro.unescape_tokens/1 | |
| Macro.unescape_tokens/2 | |
| Macro.unpipe/1 | |
| Macro.update_meta/2 | |
| Macro.validate/1 | |
| Macro.var/2 | |
| Macro.Env.__struct__/0 | |
| Macro.Env.__struct__/1 | |
| Macro.Env.in_guard?/1 | |
| Macro.Env.in_match?/1 | |
| Macro.Env.location/1 | |
| Macro.Env.stacktrace/1 | |
| Map.delete/2 | |
| Map.drop/2 | |
| Map.equal?/2 | |
| Map.fetch/2 | |
| Map.fetch!/2 | |
| Map.from_struct/1 | |
| Map.get/3 | |
| Map.get_and_update/3 | |
| Map.get_and_update!/3 | |
| Map.get_lazy/3 | |
| Map.has_key?/2 | |
| Map.keys/1 | |
| Map.merge/2 | |
| Map.merge/3 | |
| Map.new/0 | |
| Map.new/1 | |
| Map.new/2 | |
| Map.pop/3 | |
| Map.pop_lazy/3 | |
| Map.put/3 | |
| Map.put_new/3 | |
| Map.put_new_lazy/3 | |
| Map.size/1 | |
| Map.split/2 | |
| Map.take/2 | |
| Map.to_list/1 | |
| Map.update/4 | |
| Map.update!/3 | |
| Map.values/1 | |
| MapSet.__struct__/0 | |
| MapSet.__struct__/1 | |
| MapSet.delete/2 | |
| MapSet.difference/2 | |
| MapSet.disjoint?/2 | |
| MapSet.equal?/2 | |
| MapSet.intersection/2 | |
| MapSet.member?/2 | |
| MapSet.new/0 | |
| MapSet.new/1 | |
| MapSet.new/2 | |
| MapSet.put/2 | |
| MapSet.size/1 | |
| MapSet.subset?/2 | |
| MapSet.to_list/1 | |
| MapSet.union/2 | |
| Module.__info__/1 | |
| Module.add_doc/6 | |
| Module.compile_doc/6 | |
| Module.concat/1 | |
| Module.concat/2 | |
| Module.create/3 | |
| Module.defines?/2 | |
| Module.defines?/3 | |
| Module.definitions_in/1 | |
| Module.definitions_in/2 | |
| Module.delete_attribute/2 | |
| Module.eval_quoted/4 | |
| Module.get_attribute/2 | |
| Module.get_attribute/3 | |
| Module.make_overridable/2 | |
| Module.open?/1 | |
| Module.overridable?/2 | |
| Module.put_attribute/3 | |
| Module.put_attribute/5 | |
| Module.register_attribute/3 | |
| Module.safe_concat/1 | |
| Module.safe_concat/2 | |
| Module.split/1 | |
| Module.store_typespec/3 | |
| NaiveDateTime.__struct__/0 | |
| NaiveDateTime.__struct__/1 | |
| NaiveDateTime.add/3 | |
| NaiveDateTime.compare/2 | |
| NaiveDateTime.diff/3 | |
| NaiveDateTime.from_erl/2 | |
| NaiveDateTime.from_erl!/2 | |
| NaiveDateTime.from_iso8601/1 | |
| NaiveDateTime.from_iso8601!/1 | |
| NaiveDateTime.new/2 | |
| NaiveDateTime.new/7 | |
| NaiveDateTime.to_date/1 | |
| NaiveDateTime.to_erl/1 | |
| NaiveDateTime.to_iso8601/1 | |
| NaiveDateTime.to_string/1 | |
| NaiveDateTime.to_time/1 | |
| NaiveDateTime.utc_now/0 | |
| Node.alive?/0 | |
| Node.connect/1 | |
| Node.disconnect/1 | |
| Node.get_cookie/0 | |
| Node.list/0 | |
| Node.list/1 | |
| Node.monitor/2 | |
| Node.monitor/3 | |
| Node.ping/1 | |
| Node.self/0 | |
| Node.set_cookie/2 | |
| Node.spawn/2 | |
| Node.spawn/3 | |
| Node.spawn/4 | |
| Node.spawn/5 | |
| Node.spawn_link/2 | |
| Node.spawn_link/4 | |
| Node.start/3 | |
| Node.stop/0 | |
| OptionParser.get_option_key/2 | |
| OptionParser.next/2 | |
| OptionParser.parse/2 | |
| OptionParser.parse!/2 | |
| OptionParser.parse_head/2 | |
| OptionParser.parse_head!/2 | |
| OptionParser.split/1 | |
| OptionParser.to_argv/2 | |
| Path.absname/1 | |
| Path.absname/2 | |
| Path.basename/1 | |
| Path.basename/2 | |
| Path.dirname/1 | |
| Path.expand/1 | |
| Path.expand/2 | |
| Path.extname/1 | |
| Path.join/1 | |
| Path.join/2 | |
| Path.relative/1 | |
| Path.relative_to/2 | |
| Path.relative_to_cwd/1 | |
| Path.rootname/1 | |
| Path.rootname/2 | |
| Path.split/1 | |
| Path.type/1 | |
| Path.wildcard/2 | |
| Port.close/1 | |
| Port.command/3 | |
| Port.connect/2 | |
| Port.info/1 | |
| Port.info/2 | |
| Port.list/0 | |
| Port.open/2 | |
| Process.alive?/1 | |
| Process.cancel_timer/1 | |
| Process.delete/1 | |
| Process.demonitor/2 | |
| Process.exit/2 | |
| Process.flag/2 | |
| Process.flag/3 | |
| Process.get/0 | |
| Process.get/2 | |
| Process.get_keys/0 | |
| Process.get_keys/1 | |
| Process.group_leader/0 | |
| Process.group_leader/2 | |
| Process.hibernate/3 | |
| Process.info/1 | |
| Process.info/2 | |
| Process.link/1 | |
| Process.list/0 | |
| Process.monitor/1 | |
| Process.put/2 | |
| Process.read_timer/1 | |
| Process.register/2 | |
| Process.registered/0 | |
| Process.send/3 | |
| Process.send_after/4 | |
| Process.sleep/1 | |
| Process.spawn/2 | |
| Process.spawn/4 | |
| Process.unlink/1 | |
| Process.unregister/1 | |
| Process.whereis/1 | |
| Protocol.__builtin__/0 | |
| Protocol.__derive__/3 | |
| Protocol.__ensure_defimpl__/3 | |
| Protocol.__functions_spec__/1 | |
| Protocol.__impl__/2 | |
| Protocol.__protocol__/2 | |
| Protocol.__spec__?/3 | |
| Protocol.assert_impl!/2 | |
| Protocol.assert_protocol!/1 | |
| Protocol.consolidate/2 | |
| Protocol.consolidated?/1 | |
| Protocol.def/1 | |
| Protocol.derive/3 | |
| Protocol.extract_impls/2 | |
| Protocol.extract_protocols/1 | |
| Range.__struct__/0 | |
| Range.__struct__/1 | |
| Range.new/2 | |
| Range.range?/1 | |
| Record.__access__/4 | |
| Record.__access__/5 | |
| Record.__fields__/2 | |
| Record.__keyword__/3 | |
| Record.defrecord/3 | |
| Record.defrecordp/3 | |
| Record.extract/2 | |
| Record.extract_all/1 | |
| Record.is_record/1 | |
| Record.is_record/2 | |
| Regex.__struct__/0 | |
| Regex.__struct__/1 | |
| Regex.compile/2 | |
| Regex.compile!/2 | |
| Regex.escape/1 | |
| Regex.match?/2 | |
| Regex.named_captures/3 | |
| Regex.names/1 | |
| Regex.opts/1 | |
| Regex.re_pattern/1 | |
| Regex.recompile/1 | |
| Regex.recompile!/1 | |
| Regex.regex?/1 | |
| Regex.replace/4 | |
| Regex.run/3 | |
| Regex.scan/3 | |
| Regex.source/1 | |
| Regex.split/3 | |
| Regex.unescape_map/1 | |
| Regex.version/0 | |
| Registry.dispatch/3 | |
| Registry.keys/2 | |
| Registry.lookup/2 | |
| Registry.match/3 | |
| Registry.meta/2 | |
| Registry.put_meta/3 | |
| Registry.register/3 | |
| Registry.register_name/2 | |
| Registry.send/2 | |
| Registry.start_link/3 | |
| Registry.unregister/2 | |
| Registry.unregister_name/1 | |
| Registry.update_value/3 | |
| Registry.whereis_name/1 | |
| Set.delete/2 | |
| Set.difference/2 | |
| Set.disjoint?/2 | |
| Set.empty/1 | |
| Set.equal?/2 | |
| Set.intersection/2 | |
| Set.member?/2 | |
| Set.put/2 | |
| Set.size/1 | |
| Set.subset?/2 | |
| Set.to_list/1 | |
| Set.union/2 | |
| Stream.__struct__/0 | |
| Stream.__struct__/1 | |
| Stream.chunk/2 | |
| Stream.chunk/4 | |
| Stream.chunk_by/2 | |
| Stream.concat/1 | |
| Stream.concat/2 | |
| Stream.cycle/1 | |
| Stream.dedup/1 | |
| Stream.dedup_by/2 | |
| Stream.drop/2 | |
| Stream.drop_every/2 | |
| Stream.drop_while/2 | |
| Stream.each/2 | |
| Stream.filter/2 | |
| Stream.filter_map/3 | |
| Stream.flat_map/2 | |
| Stream.interval/1 | |
| Stream.into/3 | |
| Stream.iterate/2 | |
| Stream.map/2 | |
| Stream.map_every/3 | |
| Stream.reject/2 | |
| Stream.repeatedly/1 | |
| Stream.resource/3 | |
| Stream.run/1 | |
| Stream.scan/2 | |
| Stream.scan/3 | |
| Stream.take/2 | |
| Stream.take_every/2 | |
| Stream.take_while/2 | |
| Stream.timer/1 | |
| Stream.transform/3 | |
| Stream.transform/4 | |
| Stream.unfold/2 | |
| Stream.uniq/1 | |
| Stream.uniq/2 | |
| Stream.uniq_by/2 | |
| Stream.with_index/2 | |
| Stream.zip/1 | |
| Stream.zip/2 | |
| String.at/2 | |
| String.capitalize/1 | |
| String.chunk/2 | |
| String.codepoints/1 | |
| String.contains?/2 | |
| String.downcase/1 | |
| String.duplicate/2 | |
| String.ends_with?/2 | |
| String.equivalent?/2 | |
| String.first/1 | |
| String.graphemes/1 | |
| String.jaro_distance/2 | |
| String.last/1 | |
| String.length/1 | |
| String.ljust/3 | |
| String.lstrip/1 | |
| String.lstrip/2 | |
| String.match?/2 | |
| String.myers_difference/2 | |
| String.next_codepoint/1 | |
| String.next_grapheme/1 | |
| String.next_grapheme_size/1 | |
| String.normalize/2 | |
| String.pad_leading/3 | |
| String.pad_trailing/3 | |
| String.printable?/1 | |
| String.replace/4 | |
| String.replace_leading/3 | |
| String.replace_prefix/3 | |
| String.replace_suffix/3 | |
| String.replace_trailing/3 | |
| String.reverse/1 | |
| String.rjust/3 | |
| String.rstrip/1 | |
| String.rstrip/2 | |
| String.slice/2 | |
| String.slice/3 | |
| String.split/1 | |
| String.split/3 | |
| String.split_at/2 | |
| String.splitter/3 | |
| String.starts_with?/2 | |
| String.strip/1 | |
| String.strip/2 | |
| String.to_atom/1 | |
| String.to_char_list/1 | |
| String.to_charlist/1 | |
| String.to_existing_atom/1 | |
| String.to_float/1 | |
| String.to_integer/1 | |
| String.to_integer/2 | |
| String.trim/1 | |
| String.trim/2 | |
| String.trim_leading/1 | |
| String.trim_leading/2 | |
| String.trim_trailing/1 | |
| String.trim_trailing/2 | |
| String.upcase/1 | |
| String.valid?/1 | |
| String.valid_character?/1 | |
| String.Chars.__protocol__/1 | |
| String.Chars.impl_for/1 | |
| String.Chars.impl_for!/1 | |
| String.Chars.to_string/1 | |
| StringIO.close/1 | |
| StringIO.code_change/3 | |
| StringIO.contents/1 | |
| StringIO.flush/1 | |
| StringIO.handle_call/3 | |
| StringIO.handle_cast/2 | |
| StringIO.handle_info/2 | |
| StringIO.init/1 | |
| StringIO.open/2 | |
| StringIO.terminate/2 | |
| Supervisor.__using__/1 | |
| Supervisor.count_children/1 | |
| Supervisor.delete_child/2 | |
| Supervisor.restart_child/2 | |
| Supervisor.start_child/2 | |
| Supervisor.start_link/2 | |
| Supervisor.start_link/3 | |
| Supervisor.stop/3 | |
| Supervisor.terminate_child/2 | |
| Supervisor.which_children/1 | |
| Supervisor.Spec.supervise/2 | |
| Supervisor.Spec.supervisor/3 | |
| Supervisor.Spec.worker/3 | |
| System.argv/0 | |
| System.argv/1 | |
| System.at_exit/1 | |
| System.build_info/0 | |
| System.cmd/3 | |
| System.compiled_endianness/0 | |
| System.convert_time_unit/3 | |
| System.cwd/0 | |
| System.cwd!/0 | |
| System.delete_env/1 | |
| System.endianness/0 | |
| System.find_executable/1 | |
| System.get_env/0 | |
| System.get_env/1 | |
| System.get_pid/0 | |
| System.halt/1 | |
| System.monotonic_time/0 | |
| System.monotonic_time/1 | |
| System.os_time/0 | |
| System.os_time/1 | |
| System.otp_release/0 | |
| System.put_env/1 | |
| System.put_env/2 | |
| System.schedulers/0 | |
| System.schedulers_online/0 | |
| System.stacktrace/0 | |
| System.system_time/0 | |
| System.system_time/1 | |
| System.time_offset/0 | |
| System.time_offset/1 | |
| System.tmp_dir/0 | |
| System.tmp_dir!/0 | |
| System.unique_integer/1 | |
| System.user_home/0 | |
| System.user_home!/0 | |
| System.version/0 | |
| Task.__struct__/0 | |
| Task.__struct__/1 | |
| Task.async/1 | |
| Task.async/3 | |
| Task.async_stream/3 | |
| Task.async_stream/5 | |
| Task.await/2 | |
| Task.find/2 | |
| Task.shutdown/2 | |
| Task.start/1 | |
| Task.start/3 | |
| Task.start_link/1 | |
| Task.start_link/3 | |
| Task.yield/2 | |
| Task.yield_many/2 | |
| Task.Supervisor.async/2 | |
| Task.Supervisor.async/4 | |
| Task.Supervisor.async_nolink/2 | |
| Task.Supervisor.async_nolink/4 | |
| Task.Supervisor.async_stream/4 | |
| Task.Supervisor.async_stream/6 | |
| Task.Supervisor.async_stream_nolink/4 | |
| Task.Supervisor.async_stream_nolink/6 | |
| Task.Supervisor.children/1 | |
| Task.Supervisor.start_child/2 | |
| Task.Supervisor.start_child/4 | |
| Task.Supervisor.start_link/1 | |
| Task.Supervisor.terminate_child/2 | |
| Time.__struct__/0 | |
| Time.__struct__/1 | |
| Time.compare/2 | |
| Time.from_erl/2 | |
| Time.from_erl!/2 | |
| Time.from_iso8601/1 | |
| Time.from_iso8601!/1 | |
| Time.new/4 | |
| Time.to_erl/1 | |
| Time.to_iso8601/1 | |
| Time.to_string/1 | |
| Time.utc_now/0 | |
| Tuple.append/2 | |
| Tuple.delete_at/2 | |
| Tuple.duplicate/2 | |
| Tuple.insert_at/3 | |
| Tuple.to_list/1 | |
| URI.__struct__/0 | |
| URI.__struct__/1 | |
| URI.char_reserved?/1 | |
| URI.char_unescaped?/1 | |
| URI.char_unreserved?/1 | |
| URI.decode/1 | |
| URI.decode_query/2 | |
| URI.decode_www_form/1 | |
| URI.default_port/1 | |
| URI.default_port/2 | |
| URI.encode/2 | |
| URI.encode_query/1 | |
| URI.encode_www_form/1 | |
| URI.merge/2 | |
| URI.parse/1 | |
| URI.path_to_segments/1 | |
| URI.query_decoder/1 | |
| URI.to_string/1 | |
| Version.__struct__/0 | |
| Version.__struct__/1 | |
| Version.compare/2 | |
| Version.compile_requirement/1 | |
| Version.match?/3 | |
| Version.parse/1 | |
| Version.parse!/1 | |
| Version.parse_requirement/1 | |
| Mix.compilers/0 | |
| Mix.debug/1 | |
| Mix.debug?/0 | |
| Mix.env/0 | |
| Mix.env/1 | |
| Mix.raise/1 | |
| Mix.shell/0 | |
| Mix.shell/1 | |
| Mix.start/0 | |
| Mix.start/2 | |
| Mix.stop/1 | |
| Mix.Config.__using__/1 | |
| Mix.Config.config/2 | |
| Mix.Config.config/3 | |
| Mix.Config.import_config/1 | |
| Mix.Config.merge/2 | |
| Mix.Config.persist/1 | |
| Mix.Config.read!/2 | |
| Mix.Config.read_wildcard!/2 | |
| Mix.Config.validate!/1 | |
| Mix.Generator.create_directory/1 | |
| Mix.Generator.create_file/3 | |
| Mix.Generator.embed_template/2 | |
| Mix.Generator.embed_text/2 | |
| Mix.Project.__after_compile__/2 | |
| Mix.Project.__using__/1 | |
| Mix.Project.app_path/1 | |
| Mix.Project.apps_paths/1 | |
| Mix.Project.build_path/1 | |
| Mix.Project.build_structure/2 | |
| Mix.Project.compile/2 | |
| Mix.Project.compile_path/1 | |
| Mix.Project.config/0 | |
| Mix.Project.config_files/0 | |
| Mix.Project.consolidation_path/1 | |
| Mix.Project.deps_config/1 | |
| Mix.Project.deps_path/1 | |
| Mix.Project.deps_paths/0 | |
| Mix.Project.ensure_structure/2 | |
| Mix.Project.get/0 | |
| Mix.Project.get!/0 | |
| Mix.Project.in_project/4 | |
| Mix.Project.load_paths/1 | |
| Mix.Project.manifest_path/1 | |
| Mix.Project.pop/0 | |
| Mix.Project.push/3 | |
| Mix.Project.umbrella?/1 | |
| Mix.SCM.append/1 | |
| Mix.SCM.available/0 | |
| Mix.SCM.prepend/1 | |
| Mix.Shell.cmd/3 | |
| Mix.Shell.printable_app_name/0 | |
| Mix.Shell.IO.cmd/2 | |
| Mix.Shell.IO.error/1 | |
| Mix.Shell.IO.info/1 | |
| Mix.Shell.IO.print_app/0 | |
| Mix.Shell.IO.prompt/1 | |
| Mix.Shell.IO.yes?/1 | |
| Mix.Shell.Process.cmd/2 | |
| Mix.Shell.Process.error/1 | |
| Mix.Shell.Process.flush/1 | |
| Mix.Shell.Process.info/1 | |
| Mix.Shell.Process.print_app/0 | |
| Mix.Shell.Process.prompt/1 | |
| Mix.Shell.Process.yes?/1 | |
| Mix.Shell.Quiet.cmd/2 | |
| Mix.Shell.Quiet.error/1 | |
| Mix.Shell.Quiet.info/1 | |
| Mix.Shell.Quiet.print_app/0 | |
| Mix.Shell.Quiet.prompt/1 | |
| Mix.Shell.Quiet.yes?/1 | |
| Mix.Task.__using__/1 | |
| Mix.Task.alias?/1 | |
| Mix.Task.all_modules/0 | |
| Mix.Task.clear/0 | |
| Mix.Task.get/1 | |
| Mix.Task.get!/1 | |
| Mix.Task.load_all/0 | |
| Mix.Task.load_tasks/1 | |
| Mix.Task.moduledoc/1 | |
| Mix.Task.preferred_cli_env/1 | |
| Mix.Task.recursive/1 | |
| Mix.Task.reenable/1 | |
| Mix.Task.rerun/2 | |
| Mix.Task.run/2 | |
| Mix.Task.shortdoc/1 | |
| Mix.Task.task?/1 | |
| Mix.Task.task_name/1 | |
| Mix.Tasks.App.Start.run/1 | |
| Mix.Tasks.App.Start.start/2 | |
| Mix.Tasks.App.Start.type/2 | |
| Mix.Tasks.App.Tree.run/1 | |
| Mix.Tasks.Archive.run/1 | |
| Mix.Tasks.Archive.Build.run/1 | |
| Mix.Tasks.Archive.Check.run/1 | |
| Mix.Tasks.Archive.Install.build/1 | |
| Mix.Tasks.Archive.Install.check_install_spec/2 | |
| Mix.Tasks.Archive.Install.find_previous_versions/2 | |
| Mix.Tasks.Archive.Install.install/3 | |
| Mix.Tasks.Archive.Install.run/1 | |
| Mix.Tasks.Archive.Uninstall.run/1 | |
| Mix.Tasks.Clean.run/1 | |
| Mix.Tasks.Cmd.run/1 | |
| Mix.Tasks.Compile.compilers/0 | |
| Mix.Tasks.Compile.manifests/0 | |
| Mix.Tasks.Compile.run/1 | |
| Mix.Tasks.Compile.App.run/1 | |
| Mix.Tasks.Compile.Elixir.clean/0 | |
| Mix.Tasks.Compile.Elixir.manifests/0 | |
| Mix.Tasks.Compile.Elixir.run/1 | |
| Mix.Tasks.Compile.Erlang.clean/0 | |
| Mix.Tasks.Compile.Erlang.manifests/0 | |
| Mix.Tasks.Compile.Erlang.run/1 | |
| Mix.Tasks.Compile.Leex.clean/0 | |
| Mix.Tasks.Compile.Leex.manifests/0 | |
| Mix.Tasks.Compile.Leex.run/1 | |
| Mix.Tasks.Compile.Protocols.clean/0 | |
| Mix.Tasks.Compile.Protocols.run/1 | |
| Mix.Tasks.Compile.Xref.clean/0 | |
| Mix.Tasks.Compile.Xref.manifests/0 | |
| Mix.Tasks.Compile.Xref.run/1 | |
| Mix.Tasks.Compile.Yecc.clean/0 | |
| Mix.Tasks.Compile.Yecc.manifests/0 | |
| Mix.Tasks.Compile.Yecc.run/1 | |
| Mix.Tasks.Deps.run/1 | |
| Mix.Tasks.Deps.Clean.run/1 | |
| Mix.Tasks.Deps.Compile.compile/2 | |
| Mix.Tasks.Deps.Compile.run/1 | |
| Mix.Tasks.Deps.Get.run/1 | |
| Mix.Tasks.Deps.Loadpaths.run/1 | |
| Mix.Tasks.Deps.Precompile.run/1 | |
| Mix.Tasks.Deps.Tree.run/1 | |
| Mix.Tasks.Deps.Unlock.run/1 | |
| Mix.Tasks.Deps.Update.run/1 | |
| Mix.Tasks.Do.gather_commands/1 | |
| Mix.Tasks.Do.run/1 | |
| Mix.Tasks.Escript.run/1 | |
| Mix.Tasks.Escript.Build.run/1 | |
| Mix.Tasks.Escript.Install.build/1 | |
| Mix.Tasks.Escript.Install.check_install_spec/2 | |
| Mix.Tasks.Escript.Install.find_previous_versions/2 | |
| Mix.Tasks.Escript.Install.install/3 | |
| Mix.Tasks.Escript.Install.run/1 | |
| Mix.Tasks.Escript.Uninstall.run/1 | |
| Mix.Tasks.Help.run/1 | |
| Mix.Tasks.Iex.run/1 | |
| Mix.Tasks.Loadconfig.run/1 | |
| Mix.Tasks.Loadpaths.run/1 | |
| Mix.Tasks.Local.run/1 | |
| Mix.Tasks.Local.Hex.run/1 | |
| Mix.Tasks.Local.PublicKeys.run/1 | |
| Mix.Tasks.Local.Rebar.run/1 | |
| Mix.Tasks.New.run/1 | |
| Mix.Tasks.Profile.Fprof.profile/2 | |
| Mix.Tasks.Profile.Fprof.run/1 | |
| Mix.Tasks.Run.run/1 | |
| Mix.Tasks.Test.ex_unit_opts/1 | |
| Mix.Tasks.Test.formatter_opts/1 | |
| Mix.Tasks.Test.run/1 | |
| Mix.Tasks.Xref.run/1 | |
| EEx.compile_file/2 | |
| EEx.compile_string/2 | |
| EEx.eval_file/3 | |
| EEx.eval_string/3 | |
| EEx.function_from_file/5 | |
| EEx.function_from_string/5 | |
| EEx.Engine.__using__/1 | |
| EEx.Engine.fetch_assign!/2 | |
| EEx.Engine.handle_assign/1 | |
| EEx.Engine.handle_body/1 | |
| EEx.Engine.handle_expr/3 | |
| EEx.Engine.handle_text/2 | |
| EEx.Engine.init/1 | |
| EEx.SmartEngine.handle_body/1 | |
| EEx.SmartEngine.handle_expr/3 | |
| EEx.SmartEngine.handle_text/2 | |
| EEx.SmartEngine.init/1 | |
| Logger.add_backend/2 | |
| Logger.add_translator/1 | |
| Logger.bare_log/3 | |
| Logger.compare_levels/2 | |
| Logger.configure/1 | |
| Logger.configure_backend/2 | |
| Logger.debug/2 | |
| Logger.disable/1 | |
| Logger.enable/1 | |
| Logger.error/2 | |
| Logger.flush/0 | |
| Logger.info/2 | |
| Logger.level/0 | |
| Logger.log/3 | |
| Logger.metadata/0 | |
| Logger.metadata/1 | |
| Logger.remove_backend/2 | |
| Logger.remove_translator/1 | |
| Logger.reset_metadata/1 | |
| Logger.warn/2 | |
| Logger.Formatter.compile/1 | |
| Logger.Formatter.format/5 | |
| Logger.Formatter.prune/1 | |
| Logger.Translator.translate/4 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Access.all/0 | |
| Access.at/1 | |
| Access.elem/1 | |
| Access.fetch/2 | |
| Access.get/3 | |
| Access.get_and_update/3 | |
| Access.key/2 | |
| Access.key!/1 | |
| Access.pop/2 | |
| Agent.__using__/1 | |
| Agent.cast/2 | |
| Agent.cast/4 | |
| Agent.child_spec/1 | |
| Agent.get/3 | |
| Agent.get/5 | |
| Agent.get_and_update/3 | |
| Agent.get_and_update/5 | |
| Agent.start/2 | |
| Agent.start/4 | |
| Agent.start_link/2 | |
| Agent.start_link/4 | |
| Agent.stop/3 | |
| Agent.update/3 | |
| Agent.update/5 | |
| Application.__using__/1 | |
| Application.app_dir/1 | |
| Application.app_dir/2 | |
| Application.delete_env/3 | |
| Application.ensure_all_started/2 | |
| Application.ensure_started/2 | |
| Application.fetch_env/2 | |
| Application.fetch_env!/2 | |
| Application.format_error/1 | |
| Application.get_all_env/1 | |
| Application.get_application/1 | |
| Application.get_env/3 | |
| Application.load/1 | |
| Application.loaded_applications/0 | |
| Application.put_env/4 | |
| Application.spec/1 | |
| Application.spec/2 | |
| Application.start/2 | |
| Application.started_applications/1 | |
| Application.stop/1 | |
| Application.unload/1 | |
| Atom.to_char_list/1 | |
| Atom.to_charlist/1 | |
| Atom.to_string/1 | |
| Base.decode16/2 | |
| Base.decode16!/2 | |
| Base.decode32/2 | |
| Base.decode32!/2 | |
| Base.decode64/2 | |
| Base.decode64!/2 | |
| Base.encode16/2 | |
| Base.encode32/2 | |
| Base.encode64/2 | |
| Base.hex_decode32/2 | |
| Base.hex_decode32!/2 | |
| Base.hex_encode32/2 | |
| Base.url_decode64/2 | |
| Base.url_decode64!/2 | |
| Base.url_encode64/2 | |
| Behaviour.__using__/1 | |
| Behaviour.defcallback/1 | |
| Behaviour.defmacrocallback/1 | |
| Bitwise.&&&/2 | |
| Bitwise.<<</2 | |
| Bitwise.>>>/2 | |
| Bitwise.^^^/2 | |
| Bitwise.__using__/1 | |
| Bitwise.band/2 | |
| Bitwise.bnot/1 | |
| Bitwise.bor/2 | |
| Bitwise.bsl/2 | |
| Bitwise.bsr/2 | |
| Bitwise.bxor/2 | |
| Bitwise.|||/2 | |
| Bitwise.~~~/1 | |
| Calendar.compatible_calendars?/2 | |
| Calendar.ISO.add_day_fraction_to_iso_days/3 | |
| Calendar.ISO.date_from_iso_days_days/1 | |
| Calendar.ISO.date_to_iso8601/4 | |
| Calendar.ISO.date_to_iso_days_days/3 | |
| Calendar.ISO.date_to_string/3 | |
| Calendar.ISO.datetime_to_iso8601/12 | |
| Calendar.ISO.datetime_to_string/11 | |
| Calendar.ISO.day_of_week/3 | |
| Calendar.ISO.day_rollover_relative_to_midnight_utc/0 | |
| Calendar.ISO.days_in_month/2 | |
| Calendar.ISO.from_unix/2 | |
| Calendar.ISO.iso_days_to_unit/2 | |
| Calendar.ISO.leap_year?/1 | |
| Calendar.ISO.naive_datetime_from_iso_days/1 | |
| Calendar.ISO.naive_datetime_to_iso8601/8 | |
| Calendar.ISO.naive_datetime_to_iso_days/7 | |
| Calendar.ISO.naive_datetime_to_string/7 | |
| Calendar.ISO.parse_microsecond/1 | |
| Calendar.ISO.parse_offset/1 | |
| Calendar.ISO.time_from_day_fraction/1 | |
| Calendar.ISO.time_to_day_fraction/4 | |
| Calendar.ISO.time_to_iso8601/5 | |
| Calendar.ISO.time_to_string/5 | |
| Calendar.ISO.valid_date?/3 | |
| Calendar.ISO.valid_time?/4 | |
| Code.append_path/1 | |
| Code.available_compiler_options/0 | |
| Code.compile_quoted/2 | |
| Code.compile_string/2 | |
| Code.compiler_options/0 | |
| Code.compiler_options/1 | |
| Code.delete_path/1 | |
| Code.ensure_compiled/1 | |
| Code.ensure_compiled?/1 | |
| Code.ensure_loaded/1 | |
| Code.ensure_loaded?/1 | |
| Code.eval_file/2 | |
| Code.eval_quoted/3 | |
| Code.eval_string/3 | |
| Code.get_docs/2 | |
| Code.load_file/2 | |
| Code.loaded_files/0 | |
| Code.prepend_path/1 | |
| Code.require_file/2 | |
| Code.string_to_quoted/2 | |
| Code.string_to_quoted!/2 | |
| Code.unload_files/1 | |
| Collectable.__protocol__/1 | |
| Collectable.impl_for/1 | |
| Collectable.impl_for!/1 | |
| Collectable.into/1 | |
| Date.__struct__/0 | |
| Date.__struct__/1 | |
| Date.add/2 | |
| Date.compare/2 | |
| Date.convert/2 | |
| Date.convert!/2 | |
| Date.day_of_week/1 | |
| Date.days_in_month/1 | |
| Date.diff/2 | |
| Date.from_erl/2 | |
| Date.from_erl!/1 | |
| Date.from_iso8601/2 | |
| Date.from_iso8601!/2 | |
| Date.leap_year?/1 | |
| Date.new/4 | |
| Date.range/2 | |
| Date.to_erl/1 | |
| Date.to_iso8601/2 | |
| Date.to_string/1 | |
| Date.utc_today/1 | |
| Date.Range.__struct__/0 | |
| Date.Range.__struct__/1 | |
| DateTime.__struct__/0 | |
| DateTime.__struct__/1 | |
| DateTime.compare/2 | |
| DateTime.convert/2 | |
| DateTime.convert!/2 | |
| DateTime.diff/3 | |
| DateTime.from_iso8601/2 | |
| DateTime.from_naive/2 | |
| DateTime.from_naive!/2 | |
| DateTime.from_unix/3 | |
| DateTime.from_unix!/3 | |
| DateTime.to_date/1 | |
| DateTime.to_iso8601/2 | |
| DateTime.to_naive/1 | |
| DateTime.to_string/1 | |
| DateTime.to_time/1 | |
| DateTime.to_unix/2 | |
| DateTime.utc_now/1 | |
| Dict.__using__/1 | |
| Dict.delete/2 | |
| Dict.drop/2 | |
| Dict.empty/1 | |
| Dict.equal?/2 | |
| Dict.fetch/2 | |
| Dict.fetch!/2 | |
| Dict.get/3 | |
| Dict.get_and_update/3 | |
| Dict.get_lazy/3 | |
| Dict.has_key?/2 | |
| Dict.keys/1 | |
| Dict.merge/2 | |
| Dict.merge/3 | |
| Dict.pop/3 | |
| Dict.pop_lazy/3 | |
| Dict.put/3 | |
| Dict.put_new/3 | |
| Dict.put_new_lazy/3 | |
| Dict.size/1 | |
| Dict.split/2 | |
| Dict.take/2 | |
| Dict.to_list/1 | |
| Dict.update/4 | |
| Dict.update!/3 | |
| Dict.values/1 | |
| Enum.all?/2 | |
| Enum.any?/2 | |
| Enum.at/3 | |
| Enum.chunk/2 | |
| Enum.chunk/4 | |
| Enum.chunk_by/2 | |
| Enum.chunk_every/2 | |
| Enum.chunk_every/4 | |
| Enum.chunk_while/4 | |
| Enum.concat/1 | |
| Enum.concat/2 | |
| Enum.count/1 | |
| Enum.count/2 | |
| Enum.dedup/1 | |
| Enum.dedup_by/2 | |
| Enum.drop/2 | |
| Enum.drop_every/2 | |
| Enum.drop_while/2 | |
| Enum.each/2 | |
| Enum.empty?/1 | |
| Enum.fetch/2 | |
| Enum.fetch!/2 | |
| Enum.filter/2 | |
| Enum.filter_map/3 | |
| Enum.find/3 | |
| Enum.find_index/2 | |
| Enum.find_value/3 | |
| Enum.flat_map/2 | |
| Enum.flat_map_reduce/3 | |
| Enum.group_by/3 | |
| Enum.intersperse/2 | |
| Enum.into/2 | |
| Enum.into/3 | |
| Enum.join/2 | |
| Enum.map/2 | |
| Enum.map_every/3 | |
| Enum.map_join/3 | |
| Enum.map_reduce/3 | |
| Enum.max/2 | |
| Enum.max_by/3 | |
| Enum.member?/2 | |
| Enum.min/2 | |
| Enum.min_by/3 | |
| Enum.min_max/2 | |
| Enum.min_max_by/3 | |
| Enum.partition/2 | |
| Enum.random/1 | |
| Enum.reduce/2 | |
| Enum.reduce/3 | |
| Enum.reduce_while/3 | |
| Enum.reject/2 | |
| Enum.reverse/1 | |
| Enum.reverse/2 | |
| Enum.reverse_slice/3 | |
| Enum.scan/2 | |
| Enum.scan/3 | |
| Enum.shuffle/1 | |
| Enum.slice/2 | |
| Enum.slice/3 | |
| Enum.sort/1 | |
| Enum.sort/2 | |
| Enum.sort_by/3 | |
| Enum.split/2 | |
| Enum.split_while/2 | |
| Enum.split_with/2 | |
| Enum.sum/1 | |
| Enum.take/2 | |
| Enum.take_every/2 | |
| Enum.take_random/2 | |
| Enum.take_while/2 | |
| Enum.to_list/1 | |
| Enum.uniq/1 | |
| Enum.uniq/2 | |
| Enum.uniq_by/2 | |
| Enum.unzip/1 | |
| Enum.with_index/2 | |
| Enum.zip/1 | |
| Enum.zip/2 | |
| Enumerable.__protocol__/1 | |
| Enumerable.count/1 | |
| Enumerable.impl_for/1 | |
| Enumerable.impl_for!/1 | |
| Enumerable.member?/2 | |
| Enumerable.reduce/3 | |
| Exception.blame/3 | |
| Exception.blame_mfa/3 | |
| Exception.exception?/1 | |
| Exception.format/3 | |
| Exception.format_banner/3 | |
| Exception.format_exit/1 | |
| Exception.format_fa/2 | |
| Exception.format_file_line/3 | |
| Exception.format_mfa/3 | |
| Exception.format_stacktrace/1 | |
| Exception.format_stacktrace_entry/1 | |
| Exception.message/1 | |
| Exception.normalize/3 | |
| File.cd/1 | |
| File.cd!/1 | |
| File.cd!/2 | |
| File.chgrp/2 | |
| File.chgrp!/2 | |
| File.chmod/2 | |
| File.chmod!/2 | |
| File.chown/2 | |
| File.chown!/2 | |
| File.close/1 | |
| File.copy/3 | |
| File.copy!/3 | |
| File.cp/3 | |
| File.cp!/3 | |
| File.cp_r/3 | |
| File.cp_r!/3 | |
| File.cwd/0 | |
| File.cwd!/0 | |
| File.dir?/1 | |
| File.exists?/1 | |
| File.ln/2 | |
| File.ln!/2 | |
| File.ln_s/2 | |
| File.ln_s!/2 | |
| File.ls/1 | |
| File.ls!/1 | |
| File.lstat/2 | |
| File.lstat!/2 | |
| File.mkdir/1 | |
| File.mkdir!/1 | |
| File.mkdir_p/1 | |
| File.mkdir_p!/1 | |
| File.open/2 | |
| File.open/3 | |
| File.open!/2 | |
| File.open!/3 | |
| File.read/1 | |
| File.read!/1 | |
| File.read_link/1 | |
| File.read_link!/1 | |
| File.regular?/1 | |
| File.rename/2 | |
| File.rm/1 | |
| File.rm!/1 | |
| File.rm_rf/1 | |
| File.rm_rf!/1 | |
| File.rmdir/1 | |
| File.rmdir!/1 | |
| File.stat/2 | |
| File.stat!/2 | |
| File.stream!/3 | |
| File.touch/2 | |
| File.touch!/2 | |
| File.write/3 | |
| File.write!/3 | |
| File.write_stat/3 | |
| File.write_stat!/3 | |
| File.Stat.__struct__/0 | |
| File.Stat.__struct__/1 | |
| File.Stat.from_record/1 | |
| File.Stat.to_record/1 | |
| File.Stream.__build__/3 | |
| File.Stream.__struct__/0 | |
| File.Stream.__struct__/1 | |
| Float.ceil/2 | |
| Float.floor/2 | |
| Float.parse/1 | |
| Float.ratio/1 | |
| Float.round/2 | |
| Float.to_char_list/1 | |
| Float.to_char_list/2 | |
| Float.to_charlist/1 | |
| Float.to_string/1 | |
| Float.to_string/2 | |
| GenEvent.__using__/1 | |
| GenEvent.ack_notify/2 | |
| GenEvent.add_handler/3 | |
| GenEvent.add_mon_handler/3 | |
| GenEvent.call/4 | |
| GenEvent.format_status/2 | |
| GenEvent.init_hib/4 | |
| GenEvent.init_it/6 | |
| GenEvent.notify/2 | |
| GenEvent.remove_handler/3 | |
| GenEvent.start/1 | |
| GenEvent.start_link/1 | |
| GenEvent.stop/3 | |
| GenEvent.stream/2 | |
| GenEvent.swap_handler/5 | |
| GenEvent.swap_mon_handler/5 | |
| GenEvent.sync_notify/2 | |
| GenEvent.system_code_change/4 | |
| GenEvent.system_continue/3 | |
| GenEvent.system_get_state/1 | |
| GenEvent.system_replace_state/2 | |
| GenEvent.system_terminate/4 | |
| GenEvent.which_handlers/1 | |
| GenServer.__using__/1 | |
| GenServer.abcast/3 | |
| GenServer.call/3 | |
| GenServer.cast/2 | |
| GenServer.multi_call/4 | |
| GenServer.reply/2 | |
| GenServer.start/3 | |
| GenServer.start_link/3 | |
| GenServer.stop/3 | |
| GenServer.whereis/1 | |
| HashDict.__struct__/0 | |
| HashDict.__struct__/1 | |
| HashDict.delete/2 | |
| HashDict.dict_delete/2 | |
| HashDict.drop/2 | |
| HashDict.equal?/2 | |
| HashDict.fetch/2 | |
| HashDict.fetch!/2 | |
| HashDict.get/3 | |
| HashDict.get_and_update/3 | |
| HashDict.get_lazy/3 | |
| HashDict.has_key?/2 | |
| HashDict.keys/1 | |
| HashDict.merge/3 | |
| HashDict.new/0 | |
| HashDict.pop/3 | |
| HashDict.pop_lazy/3 | |
| HashDict.put/3 | |
| HashDict.put_new/3 | |
| HashDict.put_new_lazy/3 | |
| HashDict.reduce/3 | |
| HashDict.size/1 | |
| HashDict.split/2 | |
| HashDict.take/2 | |
| HashDict.to_list/1 | |
| HashDict.update/4 | |
| HashDict.update!/3 | |
| HashDict.values/1 | |
| HashSet.__struct__/0 | |
| HashSet.__struct__/1 | |
| HashSet.delete/2 | |
| HashSet.difference/2 | |
| HashSet.disjoint?/2 | |
| HashSet.equal?/2 | |
| HashSet.intersection/2 | |
| HashSet.member?/2 | |
| HashSet.new/0 | |
| HashSet.put/2 | |
| HashSet.reduce/3 | |
| HashSet.size/1 | |
| HashSet.subset?/2 | |
| HashSet.to_list/1 | |
| HashSet.union/2 | |
| IO.binread/2 | |
| IO.binstream/2 | |
| IO.binwrite/2 | |
| IO.chardata_to_string/1 | |
| IO.each_binstream/2 | |
| IO.each_stream/2 | |
| IO.getn/2 | |
| IO.getn/3 | |
| IO.gets/2 | |
| IO.inspect/2 | |
| IO.inspect/3 | |
| IO.iodata_length/1 | |
| IO.iodata_to_binary/1 | |
| IO.puts/2 | |
| IO.read/2 | |
| IO.stream/2 | |
| IO.warn/1 | |
| IO.warn/2 | |
| IO.write/2 | |
| IO.ANSI.black/0 | |
| IO.ANSI.black_background/0 | |
| IO.ANSI.blink_off/0 | |
| IO.ANSI.blink_rapid/0 | |
| IO.ANSI.blink_slow/0 | |
| IO.ANSI.blue/0 | |
| IO.ANSI.blue_background/0 | |
| IO.ANSI.bright/0 | |
| IO.ANSI.clear/0 | |
| IO.ANSI.clear_line/0 | |
| IO.ANSI.color/1 | |
| IO.ANSI.color/3 | |
| IO.ANSI.color_background/1 | |
| IO.ANSI.color_background/3 | |
| IO.ANSI.conceal/0 | |
| IO.ANSI.crossed_out/0 | |
| IO.ANSI.cyan/0 | |
| IO.ANSI.cyan_background/0 | |
| IO.ANSI.default_background/0 | |
| IO.ANSI.default_color/0 | |
| IO.ANSI.enabled?/0 | |
| IO.ANSI.encircled/0 | |
| IO.ANSI.faint/0 | |
| IO.ANSI.font_1/0 | |
| IO.ANSI.font_2/0 | |
| IO.ANSI.font_3/0 | |
| IO.ANSI.font_4/0 | |
| IO.ANSI.font_5/0 | |
| IO.ANSI.font_6/0 | |
| IO.ANSI.font_7/0 | |
| IO.ANSI.font_8/0 | |
| IO.ANSI.font_9/0 | |
| IO.ANSI.format/2 | |
| IO.ANSI.format_fragment/2 | |
| IO.ANSI.framed/0 | |
| IO.ANSI.green/0 | |
| IO.ANSI.green_background/0 | |
| IO.ANSI.home/0 | |
| IO.ANSI.inverse/0 | |
| IO.ANSI.inverse_off/0 | |
| IO.ANSI.italic/0 | |
| IO.ANSI.light_black/0 | |
| IO.ANSI.light_black_background/0 | |
| IO.ANSI.light_blue/0 | |
| IO.ANSI.light_blue_background/0 | |
| IO.ANSI.light_cyan/0 | |
| IO.ANSI.light_cyan_background/0 | |
| IO.ANSI.light_green/0 | |
| IO.ANSI.light_green_background/0 | |
| IO.ANSI.light_magenta/0 | |
| IO.ANSI.light_magenta_background/0 | |
| IO.ANSI.light_red/0 | |
| IO.ANSI.light_red_background/0 | |
| IO.ANSI.light_white/0 | |
| IO.ANSI.light_white_background/0 | |
| IO.ANSI.light_yellow/0 | |
| IO.ANSI.light_yellow_background/0 | |
| IO.ANSI.magenta/0 | |
| IO.ANSI.magenta_background/0 | |
| IO.ANSI.no_underline/0 | |
| IO.ANSI.normal/0 | |
| IO.ANSI.not_framed_encircled/0 | |
| IO.ANSI.not_italic/0 | |
| IO.ANSI.not_overlined/0 | |
| IO.ANSI.overlined/0 | |
| IO.ANSI.primary_font/0 | |
| IO.ANSI.red/0 | |
| IO.ANSI.red_background/0 | |
| IO.ANSI.reset/0 | |
| IO.ANSI.reverse/0 | |
| IO.ANSI.reverse_off/0 | |
| IO.ANSI.underline/0 | |
| IO.ANSI.white/0 | |
| IO.ANSI.white_background/0 | |
| IO.ANSI.yellow/0 | |
| IO.ANSI.yellow_background/0 | |
| IO.Stream.__build__/3 | |
| IO.Stream.__struct__/0 | |
| IO.Stream.__struct__/1 | |
| Inspect.__protocol__/1 | |
| Inspect.impl_for/1 | |
| Inspect.impl_for!/1 | |
| Inspect.inspect/2 | |
| Inspect.Algebra.break/0 | |
| Inspect.Algebra.break/1 | |
| Inspect.Algebra.color/3 | |
| Inspect.Algebra.concat/1 | |
| Inspect.Algebra.concat/2 | |
| Inspect.Algebra.empty/0 | |
| Inspect.Algebra.fold_doc/2 | |
| Inspect.Algebra.format/2 | |
| Inspect.Algebra.glue/2 | |
| Inspect.Algebra.glue/3 | |
| Inspect.Algebra.group/1 | |
| Inspect.Algebra.line/2 | |
| Inspect.Algebra.nest/2 | |
| Inspect.Algebra.space/2 | |
| Inspect.Algebra.surround/3 | |
| Inspect.Algebra.surround_many/6 | |
| Inspect.Algebra.to_doc/2 | |
| Inspect.Error.__struct__/0 | |
| Inspect.Error.__struct__/1 | |
| Inspect.Error.exception/1 | |
| Inspect.Error.message/1 | |
| Inspect.Opts.__struct__/0 | |
| Inspect.Opts.__struct__/1 | |
| Integer.digits/2 | |
| Integer.floor_div/2 | |
| Integer.gcd/2 | |
| Integer.is_even/1 | |
| Integer.is_odd/1 | |
| Integer.mod/2 | |
| Integer.parse/2 | |
| Integer.to_char_list/1 | |
| Integer.to_char_list/2 | |
| Integer.to_charlist/1 | |
| Integer.to_charlist/2 | |
| Integer.to_string/1 | |
| Integer.to_string/2 | |
| Integer.undigits/2 | |
| Kernel.!/1 | |
| Kernel.!=/2 | |
| Kernel.!==/2 | |
| Kernel.&&/2 | |
| Kernel.*/2 | |
| Kernel.+/1 | |
| Kernel.+/2 | |
| Kernel.++/2 | |
| Kernel.-/1 | |
| Kernel.-/2 | |
| Kernel.--/2 | |
| Kernel.../2 | |
| Kernel.//2 | |
| Kernel.</2 | |
| Kernel.<=/2 | |
| Kernel.<>/2 | |
| Kernel.==/2 | |
| Kernel.===/2 | |
| Kernel.=~/2 | |
| Kernel.>/2 | |
| Kernel.>=/2 | |
| Kernel.@/1 | |
| Kernel.abs/1 | |
| Kernel.alias!/1 | |
| Kernel.and/2 | |
| Kernel.apply/2 | |
| Kernel.apply/3 | |
| Kernel.binary_part/3 | |
| Kernel.binding/1 | |
| Kernel.bit_size/1 | |
| Kernel.byte_size/1 | |
| Kernel.def/2 | |
| Kernel.defdelegate/2 | |
| Kernel.defexception/1 | |
| Kernel.defimpl/3 | |
| Kernel.defmacro/2 | |
| Kernel.defmacrop/2 | |
| Kernel.defmodule/2 | |
| Kernel.defoverridable/1 | |
| Kernel.defp/2 | |
| Kernel.defprotocol/2 | |
| Kernel.defstruct/1 | |
| Kernel.destructure/2 | |
| Kernel.div/2 | |
| Kernel.elem/2 | |
| Kernel.exit/1 | |
| Kernel.function_exported?/3 | |
| Kernel.get_and_update_in/2 | |
| Kernel.get_and_update_in/3 | |
| Kernel.get_in/2 | |
| Kernel.hd/1 | |
| Kernel.if/2 | |
| Kernel.in/2 | |
| Kernel.inspect/2 | |
| Kernel.is_atom/1 | |
| Kernel.is_binary/1 | |
| Kernel.is_bitstring/1 | |
| Kernel.is_boolean/1 | |
| Kernel.is_float/1 | |
| Kernel.is_function/1 | |
| Kernel.is_function/2 | |
| Kernel.is_integer/1 | |
| Kernel.is_list/1 | |
| Kernel.is_map/1 | |
| Kernel.is_nil/1 | |
| Kernel.is_number/1 | |
| Kernel.is_pid/1 | |
| Kernel.is_port/1 | |
| Kernel.is_reference/1 | |
| Kernel.is_tuple/1 | |
| Kernel.length/1 | |
| Kernel.macro_exported?/3 | |
| Kernel.make_ref/0 | |
| Kernel.map_size/1 | |
| Kernel.match?/2 | |
| Kernel.max/2 | |
| Kernel.min/2 | |
| Kernel.node/0 | |
| Kernel.node/1 | |
| Kernel.not/1 | |
| Kernel.or/2 | |
| Kernel.pop_in/1 | |
| Kernel.pop_in/2 | |
| Kernel.put_elem/3 | |
| Kernel.put_in/2 | |
| Kernel.put_in/3 | |
| Kernel.raise/1 | |
| Kernel.raise/2 | |
| Kernel.rem/2 | |
| Kernel.reraise/2 | |
| Kernel.reraise/3 | |
| Kernel.round/1 | |
| Kernel.self/0 | |
| Kernel.send/2 | |
| Kernel.sigil_C/2 | |
| Kernel.sigil_D/2 | |
| Kernel.sigil_N/2 | |
| Kernel.sigil_R/2 | |
| Kernel.sigil_S/2 | |
| Kernel.sigil_T/2 | |
| Kernel.sigil_W/2 | |
| Kernel.sigil_c/2 | |
| Kernel.sigil_r/2 | |
| Kernel.sigil_s/2 | |
| Kernel.sigil_w/2 | |
| Kernel.spawn/1 | |
| Kernel.spawn/3 | |
| Kernel.spawn_link/1 | |
| Kernel.spawn_link/3 | |
| Kernel.spawn_monitor/1 | |
| Kernel.spawn_monitor/3 | |
| Kernel.struct/2 | |
| Kernel.struct!/2 | |
| Kernel.throw/1 | |
| Kernel.tl/1 | |
| Kernel.to_char_list/1 | |
| Kernel.to_charlist/1 | |
| Kernel.to_string/1 | |
| Kernel.trunc/1 | |
| Kernel.tuple_size/1 | |
| Kernel.unless/2 | |
| Kernel.update_in/2 | |
| Kernel.update_in/3 | |
| Kernel.use/2 | |
| Kernel.var!/2 | |
| Kernel.|>/2 | |
| Kernel.||/2 | |
| Kernel.ParallelCompiler.files/2 | |
| Kernel.ParallelCompiler.files_to_path/3 | |
| Kernel.ParallelRequire.files/2 | |
| Kernel.SpecialForms.%/2 | |
| Kernel.SpecialForms.%{}/1 | |
| Kernel.SpecialForms.&/1 | |
| Kernel.SpecialForms../2 | |
| Kernel.SpecialForms.::/2 | |
| Kernel.SpecialForms.<<>>/1 | |
| Kernel.SpecialForms.=/2 | |
| Kernel.SpecialForms.^/1 | |
| Kernel.SpecialForms.__CALLER__/0 | |
| Kernel.SpecialForms.__DIR__/0 | |
| Kernel.SpecialForms.__ENV__/0 | |
| Kernel.SpecialForms.__MODULE__/0 | |
| Kernel.SpecialForms.__aliases__/1 | |
| Kernel.SpecialForms.__block__/1 | |
| Kernel.SpecialForms.alias/2 | |
| Kernel.SpecialForms.case/2 | |
| Kernel.SpecialForms.cond/1 | |
| Kernel.SpecialForms.fn/1 | |
| Kernel.SpecialForms.for/1 | |
| Kernel.SpecialForms.import/2 | |
| Kernel.SpecialForms.quote/2 | |
| Kernel.SpecialForms.receive/1 | |
| Kernel.SpecialForms.require/2 | |
| Kernel.SpecialForms.super/1 | |
| Kernel.SpecialForms.try/1 | |
| Kernel.SpecialForms.unquote/1 | |
| Kernel.SpecialForms.unquote_splicing/1 | |
| Kernel.SpecialForms.with/1 | |
| Kernel.SpecialForms.{}/1 | |
| Keyword.delete/2 | |
| Keyword.delete/3 | |
| Keyword.delete_first/2 | |
| Keyword.drop/2 | |
| Keyword.equal?/2 | |
| Keyword.fetch/2 | |
| Keyword.fetch!/2 | |
| Keyword.get/3 | |
| Keyword.get_and_update/3 | |
| Keyword.get_and_update!/3 | |
| Keyword.get_lazy/3 | |
| Keyword.get_values/2 | |
| Keyword.has_key?/2 | |
| Keyword.keys/1 | |
| Keyword.keyword?/1 | |
| Keyword.merge/2 | |
| Keyword.merge/3 | |
| Keyword.new/0 | |
| Keyword.new/1 | |
| Keyword.new/2 | |
| Keyword.pop/3 | |
| Keyword.pop_first/3 | |
| Keyword.pop_lazy/3 | |
| Keyword.put/3 | |
| Keyword.put_new/3 | |
| Keyword.put_new_lazy/3 | |
| Keyword.replace/3 | |
| Keyword.replace!/3 | |
| Keyword.size/1 | |
| Keyword.split/2 | |
| Keyword.take/2 | |
| Keyword.to_list/1 | |
| Keyword.update/4 | |
| Keyword.update!/3 | |
| Keyword.values/1 | |
| List.delete/2 | |
| List.delete_at/2 | |
| List.duplicate/2 | |
| List.first/1 | |
| List.flatten/1 | |
| List.flatten/2 | |
| List.foldl/3 | |
| List.foldr/3 | |
| List.insert_at/3 | |
| List.keydelete/3 | |
| List.keyfind/4 | |
| List.keymember?/3 | |
| List.keyreplace/4 | |
| List.keysort/2 | |
| List.keystore/4 | |
| List.keytake/3 | |
| List.last/1 | |
| List.myers_difference/2 | |
| List.pop_at/3 | |
| List.replace_at/3 | |
| List.starts_with?/2 | |
| List.to_atom/1 | |
| List.to_existing_atom/1 | |
| List.to_float/1 | |
| List.to_integer/1 | |
| List.to_integer/2 | |
| List.to_string/1 | |
| List.to_tuple/1 | |
| List.update_at/3 | |
| List.wrap/1 | |
| List.zip/1 | |
| List.Chars.__protocol__/1 | |
| List.Chars.impl_for/1 | |
| List.Chars.impl_for!/1 | |
| List.Chars.to_char_list/1 | |
| List.Chars.to_charlist/1 | |
| Macro.binary_ops/0 | |
| Macro.camelize/1 | |
| Macro.classify_identifier/1 | |
| Macro.decompose_call/1 | |
| Macro.escape/2 | |
| Macro.expand/2 | |
| Macro.expand_once/2 | |
| Macro.generate_arguments/2 | |
| Macro.pipe/3 | |
| Macro.pipe_warning/1 | |
| Macro.postwalk/2 | |
| Macro.postwalk/3 | |
| Macro.prewalk/2 | |
| Macro.prewalk/3 | |
| Macro.to_string/2 | |
| Macro.traverse/4 | |
| Macro.unary_ops/0 | |
| Macro.underscore/1 | |
| Macro.unescape_string/1 | |
| Macro.unescape_string/2 | |
| Macro.unescape_tokens/1 | |
| Macro.unescape_tokens/2 | |
| Macro.unpipe/1 | |
| Macro.update_meta/2 | |
| Macro.validate/1 | |
| Macro.var/2 | |
| Macro.Env.__struct__/0 | |
| Macro.Env.__struct__/1 | |
| Macro.Env.in_guard?/1 | |
| Macro.Env.in_match?/1 | |
| Macro.Env.location/1 | |
| Macro.Env.stacktrace/1 | |
| Map.delete/2 | |
| Map.drop/2 | |
| Map.equal?/2 | |
| Map.fetch/2 | |
| Map.fetch!/2 | |
| Map.from_struct/1 | |
| Map.get/3 | |
| Map.get_and_update/3 | |
| Map.get_and_update!/3 | |
| Map.get_lazy/3 | |
| Map.has_key?/2 | |
| Map.keys/1 | |
| Map.merge/2 | |
| Map.merge/3 | |
| Map.new/0 | |
| Map.new/1 | |
| Map.new/2 | |
| Map.pop/3 | |
| Map.pop_lazy/3 | |
| Map.put/3 | |
| Map.put_new/3 | |
| Map.put_new_lazy/3 | |
| Map.replace/3 | |
| Map.replace!/3 | |
| Map.size/1 | |
| Map.split/2 | |
| Map.take/2 | |
| Map.to_list/1 | |
| Map.update/4 | |
| Map.update!/3 | |
| Map.values/1 | |
| MapSet.__struct__/0 | |
| MapSet.__struct__/1 | |
| MapSet.delete/2 | |
| MapSet.difference/2 | |
| MapSet.disjoint?/2 | |
| MapSet.equal?/2 | |
| MapSet.intersection/2 | |
| MapSet.member?/2 | |
| MapSet.new/0 | |
| MapSet.new/1 | |
| MapSet.new/2 | |
| MapSet.put/2 | |
| MapSet.size/1 | |
| MapSet.subset?/2 | |
| MapSet.to_list/1 | |
| MapSet.union/2 | |
| Module.__info__/1 | |
| Module.add_doc/6 | |
| Module.check_behaviours_and_impls/4 | |
| Module.compile_doc/6 | |
| Module.compile_impl/6 | |
| Module.concat/1 | |
| Module.concat/2 | |
| Module.create/3 | |
| Module.defines?/2 | |
| Module.defines?/3 | |
| Module.definitions_in/1 | |
| Module.definitions_in/2 | |
| Module.delete_attribute/2 | |
| Module.eval_quoted/4 | |
| Module.get_attribute/2 | |
| Module.get_attribute/3 | |
| Module.make_overridable/2 | |
| Module.open?/1 | |
| Module.overridable?/2 | |
| Module.put_attribute/3 | |
| Module.put_attribute/5 | |
| Module.register_attribute/3 | |
| Module.safe_concat/1 | |
| Module.safe_concat/2 | |
| Module.split/1 | |
| Module.store_typespec/3 | |
| NaiveDateTime.__struct__/0 | |
| NaiveDateTime.__struct__/1 | |
| NaiveDateTime.add/3 | |
| NaiveDateTime.compare/2 | |
| NaiveDateTime.convert/2 | |
| NaiveDateTime.convert!/2 | |
| NaiveDateTime.diff/3 | |
| NaiveDateTime.from_erl/3 | |
| NaiveDateTime.from_erl!/2 | |
| NaiveDateTime.from_iso8601/2 | |
| NaiveDateTime.from_iso8601!/2 | |
| NaiveDateTime.new/2 | |
| NaiveDateTime.new/8 | |
| NaiveDateTime.to_date/1 | |
| NaiveDateTime.to_erl/1 | |
| NaiveDateTime.to_iso8601/2 | |
| NaiveDateTime.to_string/1 | |
| NaiveDateTime.to_time/1 | |
| NaiveDateTime.utc_now/1 | |
| Node.alive?/0 | |
| Node.connect/1 | |
| Node.disconnect/1 | |
| Node.get_cookie/0 | |
| Node.list/0 | |
| Node.list/1 | |
| Node.monitor/2 | |
| Node.monitor/3 | |
| Node.ping/1 | |
| Node.self/0 | |
| Node.set_cookie/2 | |
| Node.spawn/2 | |
| Node.spawn/3 | |
| Node.spawn/4 | |
| Node.spawn/5 | |
| Node.spawn_link/2 | |
| Node.spawn_link/4 | |
| Node.start/3 | |
| Node.stop/0 | |
| OptionParser.next/2 | |
| OptionParser.parse/2 | |
| OptionParser.parse!/2 | |
| OptionParser.parse_head/2 | |
| OptionParser.parse_head!/2 | |
| OptionParser.split/1 | |
| OptionParser.to_argv/2 | |
| Path.absname/1 | |
| Path.absname/2 | |
| Path.basename/1 | |
| Path.basename/2 | |
| Path.dirname/1 | |
| Path.expand/1 | |
| Path.expand/2 | |
| Path.extname/1 | |
| Path.join/1 | |
| Path.join/2 | |
| Path.relative/1 | |
| Path.relative_to/2 | |
| Path.relative_to_cwd/1 | |
| Path.rootname/1 | |
| Path.rootname/2 | |
| Path.split/1 | |
| Path.type/1 | |
| Path.wildcard/2 | |
| Port.close/1 | |
| Port.command/3 | |
| Port.connect/2 | |
| Port.info/1 | |
| Port.info/2 | |
| Port.list/0 | |
| Port.open/2 | |
| Process.alive?/1 | |
| Process.cancel_timer/2 | |
| Process.delete/1 | |
| Process.demonitor/2 | |
| Process.exit/2 | |
| Process.flag/2 | |
| Process.flag/3 | |
| Process.get/0 | |
| Process.get/2 | |
| Process.get_keys/0 | |
| Process.get_keys/1 | |
| Process.group_leader/0 | |
| Process.group_leader/2 | |
| Process.hibernate/3 | |
| Process.info/1 | |
| Process.info/2 | |
| Process.link/1 | |
| Process.list/0 | |
| Process.monitor/1 | |
| Process.put/2 | |
| Process.read_timer/1 | |
| Process.register/2 | |
| Process.registered/0 | |
| Process.send/3 | |
| Process.send_after/4 | |
| Process.sleep/1 | |
| Process.spawn/2 | |
| Process.spawn/4 | |
| Process.unlink/1 | |
| Process.unregister/1 | |
| Process.whereis/1 | |
| Protocol.__builtin__/0 | |
| Protocol.__derive__/3 | |
| Protocol.__ensure_defimpl__/3 | |
| Protocol.__functions_spec__/1 | |
| Protocol.__impl__/2 | |
| Protocol.__protocol__/2 | |
| Protocol.__spec__?/3 | |
| Protocol.assert_impl!/2 | |
| Protocol.assert_protocol!/1 | |
| Protocol.consolidate/2 | |
| Protocol.consolidated?/1 | |
| Protocol.def/1 | |
| Protocol.derive/3 | |
| Protocol.extract_impls/2 | |
| Protocol.extract_protocols/1 | |
| Range.__struct__/0 | |
| Range.__struct__/1 | |
| Range.new/2 | |
| Range.range?/1 | |
| Record.__access__/4 | |
| Record.__access__/5 | |
| Record.__fields__/2 | |
| Record.__keyword__/3 | |
| Record.defrecord/3 | |
| Record.defrecordp/3 | |
| Record.extract/2 | |
| Record.extract_all/1 | |
| Record.is_record/1 | |
| Record.is_record/2 | |
| Regex.__struct__/0 | |
| Regex.__struct__/1 | |
| Regex.compile/2 | |
| Regex.compile!/2 | |
| Regex.escape/1 | |
| Regex.match?/2 | |
| Regex.named_captures/3 | |
| Regex.names/1 | |
| Regex.opts/1 | |
| Regex.re_pattern/1 | |
| Regex.recompile/1 | |
| Regex.recompile!/1 | |
| Regex.regex?/1 | |
| Regex.replace/4 | |
| Regex.run/3 | |
| Regex.scan/3 | |
| Regex.source/1 | |
| Regex.split/3 | |
| Regex.unescape_map/1 | |
| Regex.version/0 | |
| Registry.child_spec/1 | |
| Registry.dispatch/4 | |
| Registry.keys/2 | |
| Registry.lookup/2 | |
| Registry.match/4 | |
| Registry.meta/2 | |
| Registry.put_meta/3 | |
| Registry.register/3 | |
| Registry.register_name/2 | |
| Registry.send/2 | |
| Registry.start_link/1 | |
| Registry.start_link/3 | |
| Registry.unregister/2 | |
| Registry.unregister_match/4 | |
| Registry.unregister_name/1 | |
| Registry.update_value/3 | |
| Registry.whereis_name/1 | |
| Set.delete/2 | |
| Set.difference/2 | |
| Set.disjoint?/2 | |
| Set.empty/1 | |
| Set.equal?/2 | |
| Set.intersection/2 | |
| Set.member?/2 | |
| Set.put/2 | |
| Set.size/1 | |
| Set.subset?/2 | |
| Set.to_list/1 | |
| Set.union/2 | |
| Stream.__struct__/0 | |
| Stream.__struct__/1 | |
| Stream.chunk/2 | |
| Stream.chunk/4 | |
| Stream.chunk_by/2 | |
| Stream.chunk_every/2 | |
| Stream.chunk_every/4 | |
| Stream.chunk_while/4 | |
| Stream.concat/1 | |
| Stream.concat/2 | |
| Stream.cycle/1 | |
| Stream.dedup/1 | |
| Stream.dedup_by/2 | |
| Stream.drop/2 | |
| Stream.drop_every/2 | |
| Stream.drop_while/2 | |
| Stream.each/2 | |
| Stream.filter/2 | |
| Stream.filter_map/3 | |
| Stream.flat_map/2 | |
| Stream.interval/1 | |
| Stream.into/3 | |
| Stream.iterate/2 | |
| Stream.map/2 | |
| Stream.map_every/3 | |
| Stream.reject/2 | |
| Stream.repeatedly/1 | |
| Stream.resource/3 | |
| Stream.run/1 | |
| Stream.scan/2 | |
| Stream.scan/3 | |
| Stream.take/2 | |
| Stream.take_every/2 | |
| Stream.take_while/2 | |
| Stream.timer/1 | |
| Stream.transform/3 | |
| Stream.transform/4 | |
| Stream.unfold/2 | |
| Stream.uniq/1 | |
| Stream.uniq/2 | |
| Stream.uniq_by/2 | |
| Stream.with_index/2 | |
| Stream.zip/1 | |
| Stream.zip/2 | |
| String.at/2 | |
| String.capitalize/1 | |
| String.chunk/2 | |
| String.codepoints/1 | |
| String.contains?/2 | |
| String.downcase/1 | |
| String.duplicate/2 | |
| String.ends_with?/2 | |
| String.equivalent?/2 | |
| String.first/1 | |
| String.graphemes/1 | |
| String.jaro_distance/2 | |
| String.last/1 | |
| String.length/1 | |
| String.ljust/3 | |
| String.lstrip/1 | |
| String.lstrip/2 | |
| String.match?/2 | |
| String.myers_difference/2 | |
| String.next_codepoint/1 | |
| String.next_grapheme/1 | |
| String.next_grapheme_size/1 | |
| String.normalize/2 | |
| String.pad_leading/3 | |
| String.pad_trailing/3 | |
| String.printable?/2 | |
| String.replace/4 | |
| String.replace_leading/3 | |
| String.replace_prefix/3 | |
| String.replace_suffix/3 | |
| String.replace_trailing/3 | |
| String.reverse/1 | |
| String.rjust/3 | |
| String.rstrip/1 | |
| String.rstrip/2 | |
| String.slice/2 | |
| String.slice/3 | |
| String.split/1 | |
| String.split/3 | |
| String.split_at/2 | |
| String.splitter/3 | |
| String.starts_with?/2 | |
| String.strip/1 | |
| String.strip/2 | |
| String.to_atom/1 | |
| String.to_char_list/1 | |
| String.to_charlist/1 | |
| String.to_existing_atom/1 | |
| String.to_float/1 | |
| String.to_integer/1 | |
| String.to_integer/2 | |
| String.trim/1 | |
| String.trim/2 | |
| String.trim_leading/1 | |
| String.trim_leading/2 | |
| String.trim_trailing/1 | |
| String.trim_trailing/2 | |
| String.upcase/1 | |
| String.valid?/1 | |
| String.valid_character?/1 | |
| String.Chars.__protocol__/1 | |
| String.Chars.impl_for/1 | |
| String.Chars.impl_for!/1 | |
| String.Chars.to_string/1 | |
| StringIO.child_spec/1 | |
| StringIO.close/1 | |
| StringIO.code_change/3 | |
| StringIO.contents/1 | |
| StringIO.flush/1 | |
| StringIO.handle_call/3 | |
| StringIO.handle_cast/2 | |
| StringIO.handle_info/2 | |
| StringIO.init/1 | |
| StringIO.open/2 | |
| StringIO.terminate/2 | |
| Supervisor.__using__/1 | |
| Supervisor.child_spec/2 | |
| Supervisor.count_children/1 | |
| Supervisor.delete_child/2 | |
| Supervisor.init/2 | |
| Supervisor.restart_child/2 | |
| Supervisor.start_child/2 | |
| Supervisor.start_link/2 | |
| Supervisor.start_link/3 | |
| Supervisor.stop/3 | |
| Supervisor.terminate_child/2 | |
| Supervisor.which_children/1 | |
| Supervisor.Spec.supervise/2 | |
| Supervisor.Spec.supervisor/3 | |
| Supervisor.Spec.worker/3 | |
| System.argv/0 | |
| System.argv/1 | |
| System.at_exit/1 | |
| System.build_info/0 | |
| System.cmd/3 | |
| System.compiled_endianness/0 | |
| System.convert_time_unit/3 | |
| System.cwd/0 | |
| System.cwd!/0 | |
| System.delete_env/1 | |
| System.endianness/0 | |
| System.find_executable/1 | |
| System.get_env/0 | |
| System.get_env/1 | |
| System.get_pid/0 | |
| System.halt/1 | |
| System.monotonic_time/0 | |
| System.monotonic_time/1 | |
| System.os_time/0 | |
| System.os_time/1 | |
| System.otp_release/0 | |
| System.put_env/1 | |
| System.put_env/2 | |
| System.schedulers/0 | |
| System.schedulers_online/0 | |
| System.stacktrace/0 | |
| System.stop/1 | |
| System.system_time/0 | |
| System.system_time/1 | |
| System.time_offset/0 | |
| System.time_offset/1 | |
| System.tmp_dir/0 | |
| System.tmp_dir!/0 | |
| System.unique_integer/1 | |
| System.user_home/0 | |
| System.user_home!/0 | |
| System.version/0 | |
| Task.__struct__/0 | |
| Task.__struct__/1 | |
| Task.__using__/1 | |
| Task.async/1 | |
| Task.async/3 | |
| Task.async_stream/3 | |
| Task.async_stream/5 | |
| Task.await/2 | |
| Task.child_spec/1 | |
| Task.find/2 | |
| Task.shutdown/2 | |
| Task.start/1 | |
| Task.start/3 | |
| Task.start_link/1 | |
| Task.start_link/3 | |
| Task.yield/2 | |
| Task.yield_many/2 | |
| Task.Supervisor.async/2 | |
| Task.Supervisor.async/4 | |
| Task.Supervisor.async_nolink/2 | |
| Task.Supervisor.async_nolink/4 | |
| Task.Supervisor.async_stream/4 | |
| Task.Supervisor.async_stream/6 | |
| Task.Supervisor.async_stream_nolink/4 | |
| Task.Supervisor.async_stream_nolink/6 | |
| Task.Supervisor.child_spec/1 | |
| Task.Supervisor.children/1 | |
| Task.Supervisor.start_child/2 | |
| Task.Supervisor.start_child/4 | |
| Task.Supervisor.start_link/1 | |
| Task.Supervisor.terminate_child/2 | |
| Time.__struct__/0 | |
| Time.__struct__/1 | |
| Time.compare/2 | |
| Time.convert/2 | |
| Time.convert!/2 | |
| Time.diff/3 | |
| Time.from_erl/3 | |
| Time.from_erl!/3 | |
| Time.from_iso8601/2 | |
| Time.from_iso8601!/1 | |
| Time.new/5 | |
| Time.to_erl/1 | |
| Time.to_iso8601/2 | |
| Time.to_string/1 | |
| Time.utc_now/1 | |
| Tuple.append/2 | |
| Tuple.delete_at/2 | |
| Tuple.duplicate/2 | |
| Tuple.insert_at/3 | |
| Tuple.to_list/1 | |
| URI.__struct__/0 | |
| URI.__struct__/1 | |
| URI.char_reserved?/1 | |
| URI.char_unescaped?/1 | |
| URI.char_unreserved?/1 | |
| URI.decode/1 | |
| URI.decode_query/2 | |
| URI.decode_www_form/1 | |
| URI.default_port/1 | |
| URI.default_port/2 | |
| URI.encode/2 | |
| URI.encode_query/1 | |
| URI.encode_www_form/1 | |
| URI.merge/2 | |
| URI.parse/1 | |
| URI.query_decoder/1 | |
| URI.to_string/1 | |
| Version.__struct__/0 | |
| Version.__struct__/1 | |
| Version.compare/2 | |
| Version.compile_requirement/1 | |
| Version.match?/3 | |
| Version.parse/1 | |
| Version.parse!/1 | |
| Version.parse_requirement/1 | |
| Mix.compilers/0 | |
| Mix.debug/1 | |
| Mix.debug?/0 | |
| Mix.env/0 | |
| Mix.env/1 | |
| Mix.raise/1 | |
| Mix.shell/0 | |
| Mix.shell/1 | |
| Mix.start/0 | |
| Mix.start/2 | |
| Mix.stop/1 | |
| Mix.Config.__using__/1 | |
| Mix.Config.config/2 | |
| Mix.Config.config/3 | |
| Mix.Config.import_config/1 | |
| Mix.Config.merge/2 | |
| Mix.Config.persist/1 | |
| Mix.Config.read!/2 | |
| Mix.Config.read_wildcard!/2 | |
| Mix.Config.validate!/1 | |
| Mix.Generator.create_directory/1 | |
| Mix.Generator.create_file/3 | |
| Mix.Generator.embed_template/2 | |
| Mix.Generator.embed_text/2 | |
| Mix.Project.__after_compile__/2 | |
| Mix.Project.__using__/1 | |
| Mix.Project.app_path/1 | |
| Mix.Project.apps_paths/1 | |
| Mix.Project.build_path/1 | |
| Mix.Project.build_structure/2 | |
| Mix.Project.compile/2 | |
| Mix.Project.compile_path/1 | |
| Mix.Project.config/0 | |
| Mix.Project.config_files/0 | |
| Mix.Project.consolidation_path/1 | |
| Mix.Project.deps_config/1 | |
| Mix.Project.deps_path/1 | |
| Mix.Project.deps_paths/0 | |
| Mix.Project.ensure_structure/2 | |
| Mix.Project.get/0 | |
| Mix.Project.get!/0 | |
| Mix.Project.in_project/4 | |
| Mix.Project.load_paths/1 | |
| Mix.Project.manifest_path/1 | |
| Mix.Project.pop/0 | |
| Mix.Project.push/3 | |
| Mix.Project.umbrella?/1 | |
| Mix.SCM.append/1 | |
| Mix.SCM.available/0 | |
| Mix.SCM.prepend/1 | |
| Mix.Shell.cmd/3 | |
| Mix.Shell.printable_app_name/0 | |
| Mix.Shell.IO.cmd/2 | |
| Mix.Shell.IO.error/1 | |
| Mix.Shell.IO.info/1 | |
| Mix.Shell.IO.print_app/0 | |
| Mix.Shell.IO.prompt/1 | |
| Mix.Shell.IO.yes?/1 | |
| Mix.Shell.Process.cmd/2 | |
| Mix.Shell.Process.error/1 | |
| Mix.Shell.Process.flush/1 | |
| Mix.Shell.Process.info/1 | |
| Mix.Shell.Process.print_app/0 | |
| Mix.Shell.Process.prompt/1 | |
| Mix.Shell.Process.yes?/1 | |
| Mix.Shell.Quiet.cmd/2 | |
| Mix.Shell.Quiet.error/1 | |
| Mix.Shell.Quiet.info/1 | |
| Mix.Shell.Quiet.print_app/0 | |
| Mix.Shell.Quiet.prompt/1 | |
| Mix.Shell.Quiet.yes?/1 | |
| Mix.Task.__using__/1 | |
| Mix.Task.alias?/1 | |
| Mix.Task.all_modules/0 | |
| Mix.Task.clear/0 | |
| Mix.Task.get/1 | |
| Mix.Task.get!/1 | |
| Mix.Task.load_all/0 | |
| Mix.Task.load_tasks/1 | |
| Mix.Task.moduledoc/1 | |
| Mix.Task.preferred_cli_env/1 | |
| Mix.Task.recursive/1 | |
| Mix.Task.reenable/1 | |
| Mix.Task.rerun/2 | |
| Mix.Task.run/2 | |
| Mix.Task.shortdoc/1 | |
| Mix.Task.task?/1 | |
| Mix.Task.task_name/1 | |
| Mix.Tasks.App.Start.run/1 | |
| Mix.Tasks.App.Start.start/2 | |
| Mix.Tasks.App.Start.type/2 | |
| Mix.Tasks.App.Tree.run/1 | |
| Mix.Tasks.Archive.run/1 | |
| Mix.Tasks.Archive.Build.run/1 | |
| Mix.Tasks.Archive.Check.run/1 | |
| Mix.Tasks.Archive.Install.build/2 | |
| Mix.Tasks.Archive.Install.check_install_spec/2 | |
| Mix.Tasks.Archive.Install.find_previous_versions/1 | |
| Mix.Tasks.Archive.Install.install/3 | |
| Mix.Tasks.Archive.Install.run/1 | |
| Mix.Tasks.Archive.Uninstall.run/1 | |
| Mix.Tasks.Clean.run/1 | |
| Mix.Tasks.Cmd.run/1 | |
| Mix.Tasks.Compile.compilers/0 | |
| Mix.Tasks.Compile.manifests/0 | |
| Mix.Tasks.Compile.run/1 | |
| Mix.Tasks.Compile.App.run/1 | |
| Mix.Tasks.Compile.Elixir.clean/0 | |
| Mix.Tasks.Compile.Elixir.manifests/0 | |
| Mix.Tasks.Compile.Elixir.run/1 | |
| Mix.Tasks.Compile.Erlang.clean/0 | |
| Mix.Tasks.Compile.Erlang.manifests/0 | |
| Mix.Tasks.Compile.Erlang.run/1 | |
| Mix.Tasks.Compile.Leex.clean/0 | |
| Mix.Tasks.Compile.Leex.manifests/0 | |
| Mix.Tasks.Compile.Leex.run/1 | |
| Mix.Tasks.Compile.Protocols.clean/0 | |
| Mix.Tasks.Compile.Protocols.run/1 | |
| Mix.Tasks.Compile.Xref.clean/0 | |
| Mix.Tasks.Compile.Xref.manifests/0 | |
| Mix.Tasks.Compile.Xref.run/1 | |
| Mix.Tasks.Compile.Yecc.clean/0 | |
| Mix.Tasks.Compile.Yecc.manifests/0 | |
| Mix.Tasks.Compile.Yecc.run/1 | |
| Mix.Tasks.Deps.run/1 | |
| Mix.Tasks.Deps.Clean.run/1 | |
| Mix.Tasks.Deps.Compile.compile/2 | |
| Mix.Tasks.Deps.Compile.run/1 | |
| Mix.Tasks.Deps.Get.run/1 | |
| Mix.Tasks.Deps.Loadpaths.run/1 | |
| Mix.Tasks.Deps.Precompile.run/1 | |
| Mix.Tasks.Deps.Tree.run/1 | |
| Mix.Tasks.Deps.Unlock.run/1 | |
| Mix.Tasks.Deps.Update.run/1 | |
| Mix.Tasks.Do.gather_commands/1 | |
| Mix.Tasks.Do.run/1 | |
| Mix.Tasks.Escript.run/1 | |
| Mix.Tasks.Escript.Build.run/1 | |
| Mix.Tasks.Escript.Install.build/2 | |
| Mix.Tasks.Escript.Install.check_install_spec/2 | |
| Mix.Tasks.Escript.Install.find_previous_versions/1 | |
| Mix.Tasks.Escript.Install.install/3 | |
| Mix.Tasks.Escript.Install.run/1 | |
| Mix.Tasks.Escript.Uninstall.run/1 | |
| Mix.Tasks.Help.run/1 | |
| Mix.Tasks.Iex.run/1 | |
| Mix.Tasks.Loadconfig.run/1 | |
| Mix.Tasks.Loadpaths.run/1 | |
| Mix.Tasks.Local.run/1 | |
| Mix.Tasks.Local.Hex.run/1 | |
| Mix.Tasks.Local.PublicKeys.run/1 | |
| Mix.Tasks.Local.Rebar.run/1 | |
| Mix.Tasks.New.run/1 | |
| Mix.Tasks.Profile.Cprof.profile/2 | |
| Mix.Tasks.Profile.Cprof.run/1 | |
| Mix.Tasks.Profile.Fprof.profile/2 | |
| Mix.Tasks.Profile.Fprof.run/1 | |
| Mix.Tasks.Run.run/1 | |
| Mix.Tasks.Run.run/5 | |
| Mix.Tasks.Test.ex_unit_opts/1 | |
| Mix.Tasks.Test.formatter_opts/1 | |
| Mix.Tasks.Test.run/1 | |
| Mix.Tasks.Xref.run/1 | |
| EEx.compile_file/2 | |
| EEx.compile_string/2 | |
| EEx.eval_file/3 | |
| EEx.eval_string/3 | |
| EEx.function_from_file/5 | |
| EEx.function_from_string/5 | |
| EEx.Engine.__using__/1 | |
| EEx.Engine.fetch_assign!/2 | |
| EEx.Engine.handle_assign/1 | |
| EEx.Engine.handle_begin/1 | |
| EEx.Engine.handle_body/1 | |
| EEx.Engine.handle_end/1 | |
| EEx.Engine.handle_expr/3 | |
| EEx.Engine.handle_text/2 | |
| EEx.Engine.init/1 | |
| EEx.SmartEngine.handle_begin/1 | |
| EEx.SmartEngine.handle_body/1 | |
| EEx.SmartEngine.handle_end/1 | |
| EEx.SmartEngine.handle_expr/3 | |
| EEx.SmartEngine.handle_text/2 | |
| EEx.SmartEngine.init/1 | |
| Logger.add_backend/2 | |
| Logger.add_translator/1 | |
| Logger.bare_log/3 | |
| Logger.compare_levels/2 | |
| Logger.configure/1 | |
| Logger.configure_backend/2 | |
| Logger.debug/2 | |
| Logger.disable/1 | |
| Logger.enable/1 | |
| Logger.error/2 | |
| Logger.flush/0 | |
| Logger.info/2 | |
| Logger.level/0 | |
| Logger.log/3 | |
| Logger.metadata/0 | |
| Logger.metadata/1 | |
| Logger.remove_backend/2 | |
| Logger.remove_translator/1 | |
| Logger.reset_metadata/1 | |
| Logger.warn/2 | |
| Logger.Formatter.compile/1 | |
| Logger.Formatter.format/5 | |
| Logger.Formatter.prune/1 | |
| Logger.Translator.translate/4 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Access.all/0 | |
| Access.at/1 | |
| Access.elem/1 | |
| Access.fetch/2 | |
| Access.filter/1 | |
| Access.get/3 | |
| Access.get_and_update/3 | |
| Access.key/2 | |
| Access.key!/1 | |
| Access.pop/2 | |
| Agent.__using__/1 | |
| Agent.cast/2 | |
| Agent.cast/4 | |
| Agent.child_spec/1 | |
| Agent.get/3 | |
| Agent.get/5 | |
| Agent.get_and_update/3 | |
| Agent.get_and_update/5 | |
| Agent.start/2 | |
| Agent.start/4 | |
| Agent.start_link/2 | |
| Agent.start_link/4 | |
| Agent.stop/3 | |
| Agent.update/3 | |
| Agent.update/5 | |
| Application.__using__/1 | |
| Application.app_dir/1 | |
| Application.app_dir/2 | |
| Application.delete_env/3 | |
| Application.ensure_all_started/2 | |
| Application.ensure_started/2 | |
| Application.fetch_env/2 | |
| Application.fetch_env!/2 | |
| Application.format_error/1 | |
| Application.get_all_env/1 | |
| Application.get_application/1 | |
| Application.get_env/3 | |
| Application.load/1 | |
| Application.loaded_applications/0 | |
| Application.put_env/4 | |
| Application.spec/1 | |
| Application.spec/2 | |
| Application.start/2 | |
| Application.started_applications/1 | |
| Application.stop/1 | |
| Application.unload/1 | |
| Atom.to_char_list/1 | |
| Atom.to_charlist/1 | |
| Atom.to_string/1 | |
| Base.decode16/2 | |
| Base.decode16!/2 | |
| Base.decode32/2 | |
| Base.decode32!/2 | |
| Base.decode64/2 | |
| Base.decode64!/2 | |
| Base.encode16/2 | |
| Base.encode32/2 | |
| Base.encode64/2 | |
| Base.hex_decode32/2 | |
| Base.hex_decode32!/2 | |
| Base.hex_encode32/2 | |
| Base.url_decode64/2 | |
| Base.url_decode64!/2 | |
| Base.url_encode64/2 | |
| Behaviour.__using__/1 | |
| Behaviour.defcallback/1 | |
| Behaviour.defmacrocallback/1 | |
| Bitwise.&&&/2 | |
| Bitwise.<<</2 | |
| Bitwise.>>>/2 | |
| Bitwise.^^^/2 | |
| Bitwise.__using__/1 | |
| Bitwise.band/2 | |
| Bitwise.bnot/1 | |
| Bitwise.bor/2 | |
| Bitwise.bsl/2 | |
| Bitwise.bsr/2 | |
| Bitwise.bxor/2 | |
| Bitwise.|||/2 | |
| Bitwise.~~~/1 | |
| Calendar.compatible_calendars?/2 | |
| Calendar.truncate/2 | |
| Calendar.ISO.add_day_fraction_to_iso_days/3 | |
| Calendar.ISO.date_from_iso_days/1 | |
| Calendar.ISO.date_to_iso8601/4 | |
| Calendar.ISO.date_to_iso_days/3 | |
| Calendar.ISO.date_to_string/3 | |
| Calendar.ISO.datetime_to_iso8601/12 | |
| Calendar.ISO.datetime_to_string/11 | |
| Calendar.ISO.day_of_week/3 | |
| Calendar.ISO.day_rollover_relative_to_midnight_utc/0 | |
| Calendar.ISO.days_in_month/2 | |
| Calendar.ISO.from_unix/2 | |
| Calendar.ISO.iso_days_to_unit/2 | |
| Calendar.ISO.leap_year?/1 | |
| Calendar.ISO.naive_datetime_from_iso_days/1 | |
| Calendar.ISO.naive_datetime_to_iso8601/8 | |
| Calendar.ISO.naive_datetime_to_iso_days/7 | |
| Calendar.ISO.naive_datetime_to_string/7 | |
| Calendar.ISO.parse_microsecond/1 | |
| Calendar.ISO.parse_offset/1 | |
| Calendar.ISO.time_from_day_fraction/1 | |
| Calendar.ISO.time_to_day_fraction/4 | |
| Calendar.ISO.time_to_iso8601/5 | |
| Calendar.ISO.time_to_string/4 | |
| Calendar.ISO.time_to_string/5 | |
| Calendar.ISO.valid_date?/3 | |
| Calendar.ISO.valid_time?/4 | |
| Code.append_path/1 | |
| Code.available_compiler_options/0 | |
| Code.compile_quoted/2 | |
| Code.compile_string/2 | |
| Code.compiler_options/0 | |
| Code.compiler_options/1 | |
| Code.delete_path/1 | |
| Code.ensure_compiled/1 | |
| Code.ensure_compiled?/1 | |
| Code.ensure_loaded/1 | |
| Code.ensure_loaded?/1 | |
| Code.eval_file/2 | |
| Code.eval_quoted/3 | |
| Code.eval_string/3 | |
| Code.format_file!/2 | |
| Code.format_string!/2 | |
| Code.get_docs/2 | |
| Code.load_file/2 | |
| Code.loaded_files/0 | |
| Code.prepend_path/1 | |
| Code.require_file/2 | |
| Code.string_to_quoted/2 | |
| Code.string_to_quoted!/2 | |
| Code.unload_files/1 | |
| Collectable.__protocol__/1 | |
| Collectable.impl_for/1 | |
| Collectable.impl_for!/1 | |
| Collectable.into/1 | |
| Date.__struct__/0 | |
| Date.__struct__/1 | |
| Date.add/2 | |
| Date.compare/2 | |
| Date.convert/2 | |
| Date.convert!/2 | |
| Date.day_of_week/1 | |
| Date.days_in_month/1 | |
| Date.diff/2 | |
| Date.from_erl/2 | |
| Date.from_erl!/2 | |
| Date.from_iso8601/2 | |
| Date.from_iso8601!/2 | |
| Date.leap_year?/1 | |
| Date.new/4 | |
| Date.range/2 | |
| Date.to_erl/1 | |
| Date.to_iso8601/2 | |
| Date.to_string/1 | |
| Date.utc_today/1 | |
| Date.Range.__struct__/0 | |
| Date.Range.__struct__/1 | |
| DateTime.__struct__/0 | |
| DateTime.__struct__/1 | |
| DateTime.compare/2 | |
| DateTime.convert/2 | |
| DateTime.convert!/2 | |
| DateTime.diff/3 | |
| DateTime.from_iso8601/2 | |
| DateTime.from_naive/2 | |
| DateTime.from_naive!/2 | |
| DateTime.from_unix/3 | |
| DateTime.from_unix!/3 | |
| DateTime.to_date/1 | |
| DateTime.to_iso8601/2 | |
| DateTime.to_naive/1 | |
| DateTime.to_string/1 | |
| DateTime.to_time/1 | |
| DateTime.to_unix/2 | |
| DateTime.truncate/2 | |
| DateTime.utc_now/1 | |
| Dict.__using__/1 | |
| Dict.delete/2 | |
| Dict.drop/2 | |
| Dict.empty/1 | |
| Dict.equal?/2 | |
| Dict.fetch/2 | |
| Dict.fetch!/2 | |
| Dict.get/3 | |
| Dict.get_and_update/3 | |
| Dict.get_lazy/3 | |
| Dict.has_key?/2 | |
| Dict.keys/1 | |
| Dict.merge/2 | |
| Dict.merge/3 | |
| Dict.pop/3 | |
| Dict.pop_lazy/3 | |
| Dict.put/3 | |
| Dict.put_new/3 | |
| Dict.put_new_lazy/3 | |
| Dict.size/1 | |
| Dict.split/2 | |
| Dict.take/2 | |
| Dict.to_list/1 | |
| Dict.update/4 | |
| Dict.update!/3 | |
| Dict.values/1 | |
| DynamicSupervisor.__struct__/0 | |
| DynamicSupervisor.__struct__/1 | |
| DynamicSupervisor.__using__/1 | |
| DynamicSupervisor.code_change/3 | |
| DynamicSupervisor.count_children/1 | |
| DynamicSupervisor.format_status/2 | |
| DynamicSupervisor.handle_call/3 | |
| DynamicSupervisor.handle_cast/2 | |
| DynamicSupervisor.handle_info/2 | |
| DynamicSupervisor.init/1 | |
| DynamicSupervisor.start_child/2 | |
| DynamicSupervisor.start_link/1 | |
| DynamicSupervisor.start_link/3 | |
| DynamicSupervisor.terminate/2 | |
| DynamicSupervisor.terminate_child/2 | |
| DynamicSupervisor.which_children/1 | |
| Enum.all?/2 | |
| Enum.any?/2 | |
| Enum.at/3 | |
| Enum.chunk/2 | |
| Enum.chunk/4 | |
| Enum.chunk_by/2 | |
| Enum.chunk_every/2 | |
| Enum.chunk_every/4 | |
| Enum.chunk_while/4 | |
| Enum.concat/1 | |
| Enum.concat/2 | |
| Enum.count/1 | |
| Enum.count/2 | |
| Enum.dedup/1 | |
| Enum.dedup_by/2 | |
| Enum.drop/2 | |
| Enum.drop_every/2 | |
| Enum.drop_while/2 | |
| Enum.each/2 | |
| Enum.empty?/1 | |
| Enum.fetch/2 | |
| Enum.fetch!/2 | |
| Enum.filter/2 | |
| Enum.filter_map/3 | |
| Enum.find/3 | |
| Enum.find_index/2 | |
| Enum.find_value/3 | |
| Enum.flat_map/2 | |
| Enum.flat_map_reduce/3 | |
| Enum.group_by/3 | |
| Enum.intersperse/2 | |
| Enum.into/2 | |
| Enum.into/3 | |
| Enum.join/2 | |
| Enum.map/2 | |
| Enum.map_every/3 | |
| Enum.map_join/3 | |
| Enum.map_reduce/3 | |
| Enum.max/2 | |
| Enum.max_by/3 | |
| Enum.member?/2 | |
| Enum.min/2 | |
| Enum.min_by/3 | |
| Enum.min_max/2 | |
| Enum.min_max_by/3 | |
| Enum.partition/2 | |
| Enum.random/1 | |
| Enum.reduce/2 | |
| Enum.reduce/3 | |
| Enum.reduce_while/3 | |
| Enum.reject/2 | |
| Enum.reverse/1 | |
| Enum.reverse/2 | |
| Enum.reverse_slice/3 | |
| Enum.scan/2 | |
| Enum.scan/3 | |
| Enum.shuffle/1 | |
| Enum.slice/2 | |
| Enum.slice/3 | |
| Enum.sort/1 | |
| Enum.sort/2 | |
| Enum.sort_by/3 | |
| Enum.split/2 | |
| Enum.split_while/2 | |
| Enum.split_with/2 | |
| Enum.sum/1 | |
| Enum.take/2 | |
| Enum.take_every/2 | |
| Enum.take_random/2 | |
| Enum.take_while/2 | |
| Enum.to_list/1 | |
| Enum.uniq/1 | |
| Enum.uniq/2 | |
| Enum.uniq_by/2 | |
| Enum.unzip/1 | |
| Enum.with_index/2 | |
| Enum.zip/1 | |
| Enum.zip/2 | |
| Enumerable.__protocol__/1 | |
| Enumerable.count/1 | |
| Enumerable.impl_for/1 | |
| Enumerable.impl_for!/1 | |
| Enumerable.member?/2 | |
| Enumerable.reduce/3 | |
| Enumerable.slice/1 | |
| Exception.blame/3 | |
| Exception.blame_mfa/3 | |
| Exception.exception?/1 | |
| Exception.format/3 | |
| Exception.format_banner/3 | |
| Exception.format_exit/1 | |
| Exception.format_fa/2 | |
| Exception.format_file_line/3 | |
| Exception.format_mfa/3 | |
| Exception.format_stacktrace/1 | |
| Exception.format_stacktrace_entry/1 | |
| Exception.message/1 | |
| Exception.normalize/3 | |
| File.cd/1 | |
| File.cd!/1 | |
| File.cd!/2 | |
| File.chgrp/2 | |
| File.chgrp!/2 | |
| File.chmod/2 | |
| File.chmod!/2 | |
| File.chown/2 | |
| File.chown!/2 | |
| File.close/1 | |
| File.copy/3 | |
| File.copy!/3 | |
| File.cp/3 | |
| File.cp!/3 | |
| File.cp_r/3 | |
| File.cp_r!/3 | |
| File.cwd/0 | |
| File.cwd!/0 | |
| File.dir?/1 | |
| File.exists?/1 | |
| File.ln/2 | |
| File.ln!/2 | |
| File.ln_s/2 | |
| File.ln_s!/2 | |
| File.ls/1 | |
| File.ls!/1 | |
| File.lstat/2 | |
| File.lstat!/2 | |
| File.mkdir/1 | |
| File.mkdir!/1 | |
| File.mkdir_p/1 | |
| File.mkdir_p!/1 | |
| File.open/2 | |
| File.open/3 | |
| File.open!/2 | |
| File.open!/3 | |
| File.read/1 | |
| File.read!/1 | |
| File.read_link/1 | |
| File.read_link!/1 | |
| File.regular?/1 | |
| File.rename/2 | |
| File.rm/1 | |
| File.rm!/1 | |
| File.rm_rf/1 | |
| File.rm_rf!/1 | |
| File.rmdir/1 | |
| File.rmdir!/1 | |
| File.stat/2 | |
| File.stat!/2 | |
| File.stream!/3 | |
| File.touch/2 | |
| File.touch!/2 | |
| File.write/3 | |
| File.write!/3 | |
| File.write_stat/3 | |
| File.write_stat!/3 | |
| File.Stat.__struct__/0 | |
| File.Stat.__struct__/1 | |
| File.Stat.from_record/1 | |
| File.Stat.to_record/1 | |
| File.Stream.__build__/3 | |
| File.Stream.__struct__/0 | |
| File.Stream.__struct__/1 | |
| Float.ceil/2 | |
| Float.floor/2 | |
| Float.parse/1 | |
| Float.ratio/1 | |
| Float.round/2 | |
| Float.to_char_list/1 | |
| Float.to_char_list/2 | |
| Float.to_charlist/1 | |
| Float.to_string/1 | |
| Float.to_string/2 | |
| GenEvent.__using__/1 | |
| GenEvent.ack_notify/2 | |
| GenEvent.add_handler/3 | |
| GenEvent.add_mon_handler/3 | |
| GenEvent.call/4 | |
| GenEvent.format_status/2 | |
| GenEvent.init_hib/4 | |
| GenEvent.init_it/6 | |
| GenEvent.notify/2 | |
| GenEvent.remove_handler/3 | |
| GenEvent.start/1 | |
| GenEvent.start_link/1 | |
| GenEvent.stop/3 | |
| GenEvent.stream/2 | |
| GenEvent.swap_handler/5 | |
| GenEvent.swap_mon_handler/5 | |
| GenEvent.sync_notify/2 | |
| GenEvent.system_code_change/4 | |
| GenEvent.system_continue/3 | |
| GenEvent.system_get_state/1 | |
| GenEvent.system_replace_state/2 | |
| GenEvent.system_terminate/4 | |
| GenEvent.which_handlers/1 | |
| GenServer.__before_compile__/1 | |
| GenServer.__using__/1 | |
| GenServer.abcast/3 | |
| GenServer.call/3 | |
| GenServer.cast/2 | |
| GenServer.multi_call/4 | |
| GenServer.reply/2 | |
| GenServer.start/3 | |
| GenServer.start_link/3 | |
| GenServer.stop/3 | |
| GenServer.whereis/1 | |
| HashDict.__struct__/0 | |
| HashDict.__struct__/1 | |
| HashDict.delete/2 | |
| HashDict.dict_delete/2 | |
| HashDict.drop/2 | |
| HashDict.equal?/2 | |
| HashDict.fetch/2 | |
| HashDict.fetch!/2 | |
| HashDict.get/3 | |
| HashDict.get_and_update/3 | |
| HashDict.get_lazy/3 | |
| HashDict.has_key?/2 | |
| HashDict.keys/1 | |
| HashDict.merge/3 | |
| HashDict.new/0 | |
| HashDict.pop/3 | |
| HashDict.pop_lazy/3 | |
| HashDict.put/3 | |
| HashDict.put_new/3 | |
| HashDict.put_new_lazy/3 | |
| HashDict.reduce/3 | |
| HashDict.size/1 | |
| HashDict.split/2 | |
| HashDict.take/2 | |
| HashDict.to_list/1 | |
| HashDict.update/4 | |
| HashDict.update!/3 | |
| HashDict.values/1 | |
| HashSet.__struct__/0 | |
| HashSet.__struct__/1 | |
| HashSet.delete/2 | |
| HashSet.difference/2 | |
| HashSet.disjoint?/2 | |
| HashSet.equal?/2 | |
| HashSet.intersection/2 | |
| HashSet.member?/2 | |
| HashSet.new/0 | |
| HashSet.put/2 | |
| HashSet.reduce/3 | |
| HashSet.size/1 | |
| HashSet.subset?/2 | |
| HashSet.to_list/1 | |
| HashSet.union/2 | |
| IO.binread/2 | |
| IO.binstream/2 | |
| IO.binwrite/2 | |
| IO.chardata_to_string/1 | |
| IO.each_binstream/2 | |
| IO.each_stream/2 | |
| IO.getn/2 | |
| IO.getn/3 | |
| IO.gets/2 | |
| IO.inspect/2 | |
| IO.inspect/3 | |
| IO.iodata_length/1 | |
| IO.iodata_to_binary/1 | |
| IO.puts/2 | |
| IO.read/2 | |
| IO.stream/2 | |
| IO.warn/1 | |
| IO.warn/2 | |
| IO.write/2 | |
| IO.ANSI.black/0 | |
| IO.ANSI.black_background/0 | |
| IO.ANSI.blink_off/0 | |
| IO.ANSI.blink_rapid/0 | |
| IO.ANSI.blink_slow/0 | |
| IO.ANSI.blue/0 | |
| IO.ANSI.blue_background/0 | |
| IO.ANSI.bright/0 | |
| IO.ANSI.clear/0 | |
| IO.ANSI.clear_line/0 | |
| IO.ANSI.color/1 | |
| IO.ANSI.color/3 | |
| IO.ANSI.color_background/1 | |
| IO.ANSI.color_background/3 | |
| IO.ANSI.conceal/0 | |
| IO.ANSI.crossed_out/0 | |
| IO.ANSI.cyan/0 | |
| IO.ANSI.cyan_background/0 | |
| IO.ANSI.default_background/0 | |
| IO.ANSI.default_color/0 | |
| IO.ANSI.enabled?/0 | |
| IO.ANSI.encircled/0 | |
| IO.ANSI.faint/0 | |
| IO.ANSI.font_1/0 | |
| IO.ANSI.font_2/0 | |
| IO.ANSI.font_3/0 | |
| IO.ANSI.font_4/0 | |
| IO.ANSI.font_5/0 | |
| IO.ANSI.font_6/0 | |
| IO.ANSI.font_7/0 | |
| IO.ANSI.font_8/0 | |
| IO.ANSI.font_9/0 | |
| IO.ANSI.format/2 | |
| IO.ANSI.format_fragment/2 | |
| IO.ANSI.framed/0 | |
| IO.ANSI.green/0 | |
| IO.ANSI.green_background/0 | |
| IO.ANSI.home/0 | |
| IO.ANSI.inverse/0 | |
| IO.ANSI.inverse_off/0 | |
| IO.ANSI.italic/0 | |
| IO.ANSI.light_black/0 | |
| IO.ANSI.light_black_background/0 | |
| IO.ANSI.light_blue/0 | |
| IO.ANSI.light_blue_background/0 | |
| IO.ANSI.light_cyan/0 | |
| IO.ANSI.light_cyan_background/0 | |
| IO.ANSI.light_green/0 | |
| IO.ANSI.light_green_background/0 | |
| IO.ANSI.light_magenta/0 | |
| IO.ANSI.light_magenta_background/0 | |
| IO.ANSI.light_red/0 | |
| IO.ANSI.light_red_background/0 | |
| IO.ANSI.light_white/0 | |
| IO.ANSI.light_white_background/0 | |
| IO.ANSI.light_yellow/0 | |
| IO.ANSI.light_yellow_background/0 | |
| IO.ANSI.magenta/0 | |
| IO.ANSI.magenta_background/0 | |
| IO.ANSI.no_underline/0 | |
| IO.ANSI.normal/0 | |
| IO.ANSI.not_framed_encircled/0 | |
| IO.ANSI.not_italic/0 | |
| IO.ANSI.not_overlined/0 | |
| IO.ANSI.overlined/0 | |
| IO.ANSI.primary_font/0 | |
| IO.ANSI.red/0 | |
| IO.ANSI.red_background/0 | |
| IO.ANSI.reset/0 | |
| IO.ANSI.reverse/0 | |
| IO.ANSI.reverse_off/0 | |
| IO.ANSI.underline/0 | |
| IO.ANSI.white/0 | |
| IO.ANSI.white_background/0 | |
| IO.ANSI.yellow/0 | |
| IO.ANSI.yellow_background/0 | |
| IO.Stream.__build__/3 | |
| IO.Stream.__struct__/0 | |
| IO.Stream.__struct__/1 | |
| Inspect.__protocol__/1 | |
| Inspect.impl_for/1 | |
| Inspect.impl_for!/1 | |
| Inspect.inspect/2 | |
| Inspect.Algebra.break/1 | |
| Inspect.Algebra.collapse_lines/1 | |
| Inspect.Algebra.color/3 | |
| Inspect.Algebra.concat/1 | |
| Inspect.Algebra.concat/2 | |
| Inspect.Algebra.container_doc/6 | |
| Inspect.Algebra.empty/0 | |
| Inspect.Algebra.flex_break/1 | |
| Inspect.Algebra.flex_glue/3 | |
| Inspect.Algebra.fold_doc/2 | |
| Inspect.Algebra.force_unfit/1 | |
| Inspect.Algebra.format/2 | |
| Inspect.Algebra.glue/3 | |
| Inspect.Algebra.group/2 | |
| Inspect.Algebra.line/0 | |
| Inspect.Algebra.line/2 | |
| Inspect.Algebra.nest/3 | |
| Inspect.Algebra.next_break_fits/2 | |
| Inspect.Algebra.space/2 | |
| Inspect.Algebra.string/1 | |
| Inspect.Algebra.surround/3 | |
| Inspect.Algebra.surround_many/6 | |
| Inspect.Algebra.to_doc/2 | |
| Inspect.Error.__struct__/0 | |
| Inspect.Error.__struct__/1 | |
| Inspect.Error.exception/1 | |
| Inspect.Error.message/1 | |
| Inspect.Opts.__struct__/0 | |
| Inspect.Opts.__struct__/1 | |
| Integer.digits/2 | |
| Integer.floor_div/2 | |
| Integer.gcd/2 | |
| Integer.is_even/1 | |
| Integer.is_odd/1 | |
| Integer.mod/2 | |
| Integer.parse/2 | |
| Integer.to_char_list/1 | |
| Integer.to_char_list/2 | |
| Integer.to_charlist/1 | |
| Integer.to_charlist/2 | |
| Integer.to_string/1 | |
| Integer.to_string/2 | |
| Integer.undigits/2 | |
| Kernel.!/1 | |
| Kernel.!=/2 | |
| Kernel.!==/2 | |
| Kernel.&&/2 | |
| Kernel.*/2 | |
| Kernel.+/1 | |
| Kernel.+/2 | |
| Kernel.++/2 | |
| Kernel.-/1 | |
| Kernel.-/2 | |
| Kernel.--/2 | |
| Kernel.../2 | |
| Kernel.//2 | |
| Kernel.</2 | |
| Kernel.<=/2 | |
| Kernel.<>/2 | |
| Kernel.==/2 | |
| Kernel.===/2 | |
| Kernel.=~/2 | |
| Kernel.>/2 | |
| Kernel.>=/2 | |
| Kernel.@/1 | |
| Kernel.abs/1 | |
| Kernel.alias!/1 | |
| Kernel.and/2 | |
| Kernel.apply/2 | |
| Kernel.apply/3 | |
| Kernel.binary_part/3 | |
| Kernel.binding/1 | |
| Kernel.bit_size/1 | |
| Kernel.byte_size/1 | |
| Kernel.def/2 | |
| Kernel.defdelegate/2 | |
| Kernel.defexception/1 | |
| Kernel.defguard/1 | |
| Kernel.defguardp/1 | |
| Kernel.defimpl/3 | |
| Kernel.defmacro/2 | |
| Kernel.defmacrop/2 | |
| Kernel.defmodule/2 | |
| Kernel.defoverridable/1 | |
| Kernel.defp/2 | |
| Kernel.defprotocol/2 | |
| Kernel.defstruct/1 | |
| Kernel.destructure/2 | |
| Kernel.div/2 | |
| Kernel.elem/2 | |
| Kernel.exit/1 | |
| Kernel.function_exported?/3 | |
| Kernel.get_and_update_in/2 | |
| Kernel.get_and_update_in/3 | |
| Kernel.get_in/2 | |
| Kernel.hd/1 | |
| Kernel.if/2 | |
| Kernel.in/2 | |
| Kernel.inspect/2 | |
| Kernel.is_atom/1 | |
| Kernel.is_binary/1 | |
| Kernel.is_bitstring/1 | |
| Kernel.is_boolean/1 | |
| Kernel.is_float/1 | |
| Kernel.is_function/1 | |
| Kernel.is_function/2 | |
| Kernel.is_integer/1 | |
| Kernel.is_list/1 | |
| Kernel.is_map/1 | |
| Kernel.is_nil/1 | |
| Kernel.is_number/1 | |
| Kernel.is_pid/1 | |
| Kernel.is_port/1 | |
| Kernel.is_reference/1 | |
| Kernel.is_tuple/1 | |
| Kernel.length/1 | |
| Kernel.macro_exported?/3 | |
| Kernel.make_ref/0 | |
| Kernel.map_size/1 | |
| Kernel.match?/2 | |
| Kernel.max/2 | |
| Kernel.min/2 | |
| Kernel.node/0 | |
| Kernel.node/1 | |
| Kernel.not/1 | |
| Kernel.or/2 | |
| Kernel.pop_in/1 | |
| Kernel.pop_in/2 | |
| Kernel.put_elem/3 | |
| Kernel.put_in/2 | |
| Kernel.put_in/3 | |
| Kernel.raise/1 | |
| Kernel.raise/2 | |
| Kernel.rem/2 | |
| Kernel.reraise/2 | |
| Kernel.reraise/3 | |
| Kernel.round/1 | |
| Kernel.self/0 | |
| Kernel.send/2 | |
| Kernel.sigil_C/2 | |
| Kernel.sigil_D/2 | |
| Kernel.sigil_N/2 | |
| Kernel.sigil_R/2 | |
| Kernel.sigil_S/2 | |
| Kernel.sigil_T/2 | |
| Kernel.sigil_W/2 | |
| Kernel.sigil_c/2 | |
| Kernel.sigil_r/2 | |
| Kernel.sigil_s/2 | |
| Kernel.sigil_w/2 | |
| Kernel.spawn/1 | |
| Kernel.spawn/3 | |
| Kernel.spawn_link/1 | |
| Kernel.spawn_link/3 | |
| Kernel.spawn_monitor/1 | |
| Kernel.spawn_monitor/3 | |
| Kernel.struct/2 | |
| Kernel.struct!/2 | |
| Kernel.throw/1 | |
| Kernel.tl/1 | |
| Kernel.to_char_list/1 | |
| Kernel.to_charlist/1 | |
| Kernel.to_string/1 | |
| Kernel.trunc/1 | |
| Kernel.tuple_size/1 | |
| Kernel.unless/2 | |
| Kernel.update_in/2 | |
| Kernel.update_in/3 | |
| Kernel.use/2 | |
| Kernel.var!/2 | |
| Kernel.|>/2 | |
| Kernel.||/2 | |
| Kernel.ParallelCompiler.async/1 | |
| Kernel.ParallelCompiler.compile/2 | |
| Kernel.ParallelCompiler.compile_to_path/3 | |
| Kernel.ParallelCompiler.files/2 | |
| Kernel.ParallelCompiler.files_to_path/3 | |
| Kernel.ParallelCompiler.require/2 | |
| Kernel.SpecialForms.%/2 | |
| Kernel.SpecialForms.%{}/1 | |
| Kernel.SpecialForms.&/1 | |
| Kernel.SpecialForms../2 | |
| Kernel.SpecialForms.::/2 | |
| Kernel.SpecialForms.<<>>/1 | |
| Kernel.SpecialForms.=/2 | |
| Kernel.SpecialForms.^/1 | |
| Kernel.SpecialForms.__CALLER__/0 | |
| Kernel.SpecialForms.__DIR__/0 | |
| Kernel.SpecialForms.__ENV__/0 | |
| Kernel.SpecialForms.__MODULE__/0 | |
| Kernel.SpecialForms.__aliases__/1 | |
| Kernel.SpecialForms.__block__/1 | |
| Kernel.SpecialForms.alias/2 | |
| Kernel.SpecialForms.case/2 | |
| Kernel.SpecialForms.cond/1 | |
| Kernel.SpecialForms.fn/1 | |
| Kernel.SpecialForms.for/1 | |
| Kernel.SpecialForms.import/2 | |
| Kernel.SpecialForms.quote/2 | |
| Kernel.SpecialForms.receive/1 | |
| Kernel.SpecialForms.require/2 | |
| Kernel.SpecialForms.super/1 | |
| Kernel.SpecialForms.try/1 | |
| Kernel.SpecialForms.unquote/1 | |
| Kernel.SpecialForms.unquote_splicing/1 | |
| Kernel.SpecialForms.with/1 | |
| Kernel.SpecialForms.{}/1 | |
| Keyword.delete/2 | |
| Keyword.delete/3 | |
| Keyword.delete_first/2 | |
| Keyword.drop/2 | |
| Keyword.equal?/2 | |
| Keyword.fetch/2 | |
| Keyword.fetch!/2 | |
| Keyword.get/3 | |
| Keyword.get_and_update/3 | |
| Keyword.get_and_update!/3 | |
| Keyword.get_lazy/3 | |
| Keyword.get_values/2 | |
| Keyword.has_key?/2 | |
| Keyword.keys/1 | |
| Keyword.keyword?/1 | |
| Keyword.merge/2 | |
| Keyword.merge/3 | |
| Keyword.new/0 | |
| Keyword.new/1 | |
| Keyword.new/2 | |
| Keyword.pop/3 | |
| Keyword.pop_first/3 | |
| Keyword.pop_lazy/3 | |
| Keyword.put/3 | |
| Keyword.put_new/3 | |
| Keyword.put_new_lazy/3 | |
| Keyword.replace/3 | |
| Keyword.replace!/3 | |
| Keyword.size/1 | |
| Keyword.split/2 | |
| Keyword.take/2 | |
| Keyword.to_list/1 | |
| Keyword.update/4 | |
| Keyword.update!/3 | |
| Keyword.values/1 | |
| List.ascii_printable?/2 | |
| List.delete/2 | |
| List.delete_at/2 | |
| List.duplicate/2 | |
| List.first/1 | |
| List.flatten/1 | |
| List.flatten/2 | |
| List.foldl/3 | |
| List.foldr/3 | |
| List.insert_at/3 | |
| List.keydelete/3 | |
| List.keyfind/4 | |
| List.keymember?/3 | |
| List.keyreplace/4 | |
| List.keysort/2 | |
| List.keystore/4 | |
| List.keytake/3 | |
| List.last/1 | |
| List.myers_difference/2 | |
| List.pop_at/3 | |
| List.replace_at/3 | |
| List.starts_with?/2 | |
| List.to_atom/1 | |
| List.to_existing_atom/1 | |
| List.to_float/1 | |
| List.to_integer/1 | |
| List.to_integer/2 | |
| List.to_string/1 | |
| List.to_tuple/1 | |
| List.update_at/3 | |
| List.wrap/1 | |
| List.zip/1 | |
| List.Chars.__protocol__/1 | |
| List.Chars.impl_for/1 | |
| List.Chars.impl_for!/1 | |
| List.Chars.to_char_list/1 | |
| List.Chars.to_charlist/1 | |
| Macro.camelize/1 | |
| Macro.decompose_call/1 | |
| Macro.escape/2 | |
| Macro.expand/2 | |
| Macro.expand_once/2 | |
| Macro.generate_arguments/2 | |
| Macro.pipe/3 | |
| Macro.postwalk/2 | |
| Macro.postwalk/3 | |
| Macro.prewalk/2 | |
| Macro.prewalk/3 | |
| Macro.to_string/2 | |
| Macro.traverse/4 | |
| Macro.underscore/1 | |
| Macro.unescape_string/1 | |
| Macro.unescape_string/2 | |
| Macro.unescape_tokens/1 | |
| Macro.unescape_tokens/2 | |
| Macro.unpipe/1 | |
| Macro.update_meta/2 | |
| Macro.validate/1 | |
| Macro.var/2 | |
| Macro.Env.__struct__/0 | |
| Macro.Env.__struct__/1 | |
| Macro.Env.in_guard?/1 | |
| Macro.Env.in_match?/1 | |
| Macro.Env.location/1 | |
| Macro.Env.stacktrace/1 | |
| Macro.Env.to_match/1 | |
| Map.delete/2 | |
| Map.drop/2 | |
| Map.equal?/2 | |
| Map.fetch/2 | |
| Map.fetch!/2 | |
| Map.from_struct/1 | |
| Map.get/3 | |
| Map.get_and_update/3 | |
| Map.get_and_update!/3 | |
| Map.get_lazy/3 | |
| Map.has_key?/2 | |
| Map.keys/1 | |
| Map.merge/2 | |
| Map.merge/3 | |
| Map.new/0 | |
| Map.new/1 | |
| Map.new/2 | |
| Map.pop/3 | |
| Map.pop_lazy/3 | |
| Map.put/3 | |
| Map.put_new/3 | |
| Map.put_new_lazy/3 | |
| Map.replace/3 | |
| Map.replace!/3 | |
| Map.size/1 | |
| Map.split/2 | |
| Map.take/2 | |
| Map.to_list/1 | |
| Map.update/4 | |
| Map.update!/3 | |
| Map.values/1 | |
| MapSet.__struct__/0 | |
| MapSet.__struct__/1 | |
| MapSet.delete/2 | |
| MapSet.difference/2 | |
| MapSet.disjoint?/2 | |
| MapSet.equal?/2 | |
| MapSet.intersection/2 | |
| MapSet.member?/2 | |
| MapSet.new/0 | |
| MapSet.new/1 | |
| MapSet.new/2 | |
| MapSet.put/2 | |
| MapSet.size/1 | |
| MapSet.subset?/2 | |
| MapSet.to_list/1 | |
| MapSet.union/2 | |
| Module.__info__/1 | |
| Module.check_behaviours_and_impls/4 | |
| Module.compile_definition_attributes/6 | |
| Module.concat/1 | |
| Module.concat/2 | |
| Module.create/3 | |
| Module.defines?/2 | |
| Module.defines?/3 | |
| Module.definitions_in/1 | |
| Module.definitions_in/2 | |
| Module.delete_attribute/2 | |
| Module.eval_quoted/4 | |
| Module.get_attribute/2 | |
| Module.get_attribute/3 | |
| Module.make_overridable/2 | |
| Module.open?/1 | |
| Module.overridable?/2 | |
| Module.put_attribute/3 | |
| Module.put_attribute/5 | |
| Module.register_attribute/3 | |
| Module.safe_concat/1 | |
| Module.safe_concat/2 | |
| Module.split/1 | |
| Module.store_typespec/3 | |
| NaiveDateTime.__struct__/0 | |
| NaiveDateTime.__struct__/1 | |
| NaiveDateTime.add/3 | |
| NaiveDateTime.compare/2 | |
| NaiveDateTime.convert/2 | |
| NaiveDateTime.convert!/2 | |
| NaiveDateTime.diff/3 | |
| NaiveDateTime.from_erl/3 | |
| NaiveDateTime.from_erl!/3 | |
| NaiveDateTime.from_iso8601/2 | |
| NaiveDateTime.from_iso8601!/2 | |
| NaiveDateTime.new/2 | |
| NaiveDateTime.new/8 | |
| NaiveDateTime.to_date/1 | |
| NaiveDateTime.to_erl/1 | |
| NaiveDateTime.to_iso8601/2 | |
| NaiveDateTime.to_string/1 | |
| NaiveDateTime.to_time/1 | |
| NaiveDateTime.truncate/2 | |
| NaiveDateTime.utc_now/1 | |
| Node.alive?/0 | |
| Node.connect/1 | |
| Node.disconnect/1 | |
| Node.get_cookie/0 | |
| Node.list/0 | |
| Node.list/1 | |
| Node.monitor/2 | |
| Node.monitor/3 | |
| Node.ping/1 | |
| Node.self/0 | |
| Node.set_cookie/2 | |
| Node.spawn/2 | |
| Node.spawn/3 | |
| Node.spawn/4 | |
| Node.spawn/5 | |
| Node.spawn_link/2 | |
| Node.spawn_link/4 | |
| Node.start/3 | |
| Node.stop/0 | |
| OptionParser.next/2 | |
| OptionParser.parse/2 | |
| OptionParser.parse!/2 | |
| OptionParser.parse_head/2 | |
| OptionParser.parse_head!/2 | |
| OptionParser.split/1 | |
| OptionParser.to_argv/2 | |
| Path.absname/1 | |
| Path.absname/2 | |
| Path.basename/1 | |
| Path.basename/2 | |
| Path.dirname/1 | |
| Path.expand/1 | |
| Path.expand/2 | |
| Path.extname/1 | |
| Path.join/1 | |
| Path.join/2 | |
| Path.relative/1 | |
| Path.relative_to/2 | |
| Path.relative_to_cwd/1 | |
| Path.rootname/1 | |
| Path.rootname/2 | |
| Path.split/1 | |
| Path.type/1 | |
| Path.wildcard/2 | |
| Port.close/1 | |
| Port.command/3 | |
| Port.connect/2 | |
| Port.demonitor/2 | |
| Port.info/1 | |
| Port.info/2 | |
| Port.list/0 | |
| Port.monitor/1 | |
| Port.open/2 | |
| Process.alive?/1 | |
| Process.cancel_timer/2 | |
| Process.delete/1 | |
| Process.demonitor/2 | |
| Process.exit/2 | |
| Process.flag/2 | |
| Process.flag/3 | |
| Process.get/0 | |
| Process.get/2 | |
| Process.get_keys/0 | |
| Process.get_keys/1 | |
| Process.group_leader/0 | |
| Process.group_leader/2 | |
| Process.hibernate/3 | |
| Process.info/1 | |
| Process.info/2 | |
| Process.link/1 | |
| Process.list/0 | |
| Process.monitor/1 | |
| Process.put/2 | |
| Process.read_timer/1 | |
| Process.register/2 | |
| Process.registered/0 | |
| Process.send/3 | |
| Process.send_after/4 | |
| Process.sleep/1 | |
| Process.spawn/2 | |
| Process.spawn/4 | |
| Process.unlink/1 | |
| Process.unregister/1 | |
| Process.whereis/1 | |
| Protocol.__builtin__/0 | |
| Protocol.__derive__/3 | |
| Protocol.__ensure_defimpl__/3 | |
| Protocol.__functions_spec__/1 | |
| Protocol.__impl__/2 | |
| Protocol.__protocol__/2 | |
| Protocol.__spec__?/3 | |
| Protocol.assert_impl!/2 | |
| Protocol.assert_protocol!/1 | |
| Protocol.consolidate/2 | |
| Protocol.consolidated?/1 | |
| Protocol.def/1 | |
| Protocol.derive/3 | |
| Protocol.extract_impls/2 | |
| Protocol.extract_protocols/1 | |
| Range.__struct__/0 | |
| Range.__struct__/1 | |
| Range.new/2 | |
| Range.range?/1 | |
| Record.__access__/4 | |
| Record.__access__/5 | |
| Record.__fields__/2 | |
| Record.__keyword__/3 | |
| Record.defrecord/3 | |
| Record.defrecordp/3 | |
| Record.extract/2 | |
| Record.extract_all/1 | |
| Record.is_record/1 | |
| Record.is_record/2 | |
| Regex.__struct__/0 | |
| Regex.__struct__/1 | |
| Regex.compile/2 | |
| Regex.compile!/2 | |
| Regex.escape/1 | |
| Regex.match?/2 | |
| Regex.named_captures/3 | |
| Regex.names/1 | |
| Regex.opts/1 | |
| Regex.re_pattern/1 | |
| Regex.recompile/1 | |
| Regex.recompile!/1 | |
| Regex.regex?/1 | |
| Regex.replace/4 | |
| Regex.run/3 | |
| Regex.scan/3 | |
| Regex.source/1 | |
| Regex.split/3 | |
| Regex.unescape_map/1 | |
| Regex.version/0 | |
| Registry.child_spec/1 | |
| Registry.dispatch/4 | |
| Registry.keys/2 | |
| Registry.lookup/2 | |
| Registry.match/4 | |
| Registry.meta/2 | |
| Registry.put_meta/3 | |
| Registry.register/3 | |
| Registry.register_name/2 | |
| Registry.send/2 | |
| Registry.start_link/1 | |
| Registry.start_link/3 | |
| Registry.unregister/2 | |
| Registry.unregister_match/4 | |
| Registry.unregister_name/1 | |
| Registry.update_value/3 | |
| Registry.whereis_name/1 | |
| Set.delete/2 | |
| Set.difference/2 | |
| Set.disjoint?/2 | |
| Set.empty/1 | |
| Set.equal?/2 | |
| Set.intersection/2 | |
| Set.member?/2 | |
| Set.put/2 | |
| Set.size/1 | |
| Set.subset?/2 | |
| Set.to_list/1 | |
| Set.union/2 | |
| Stream.__struct__/0 | |
| Stream.__struct__/1 | |
| Stream.chunk/2 | |
| Stream.chunk/4 | |
| Stream.chunk_by/2 | |
| Stream.chunk_every/2 | |
| Stream.chunk_every/4 | |
| Stream.chunk_while/4 | |
| Stream.concat/1 | |
| Stream.concat/2 | |
| Stream.cycle/1 | |
| Stream.dedup/1 | |
| Stream.dedup_by/2 | |
| Stream.drop/2 | |
| Stream.drop_every/2 | |
| Stream.drop_while/2 | |
| Stream.each/2 | |
| Stream.filter/2 | |
| Stream.filter_map/3 | |
| Stream.flat_map/2 | |
| Stream.intersperse/2 | |
| Stream.interval/1 | |
| Stream.into/3 | |
| Stream.iterate/2 | |
| Stream.map/2 | |
| Stream.map_every/3 | |
| Stream.reject/2 | |
| Stream.repeatedly/1 | |
| Stream.resource/3 | |
| Stream.run/1 | |
| Stream.scan/2 | |
| Stream.scan/3 | |
| Stream.take/2 | |
| Stream.take_every/2 | |
| Stream.take_while/2 | |
| Stream.timer/1 | |
| Stream.transform/3 | |
| Stream.transform/4 | |
| Stream.unfold/2 | |
| Stream.uniq/1 | |
| Stream.uniq/2 | |
| Stream.uniq_by/2 | |
| Stream.with_index/2 | |
| Stream.zip/1 | |
| Stream.zip/2 | |
| String.at/2 | |
| String.capitalize/2 | |
| String.chunk/2 | |
| String.codepoints/1 | |
| String.contains?/2 | |
| String.downcase/2 | |
| String.duplicate/2 | |
| String.ends_with?/2 | |
| String.equivalent?/2 | |
| String.first/1 | |
| String.graphemes/1 | |
| String.jaro_distance/2 | |
| String.last/1 | |
| String.length/1 | |
| String.ljust/3 | |
| String.lstrip/1 | |
| String.lstrip/2 | |
| String.match?/2 | |
| String.myers_difference/2 | |
| String.next_codepoint/1 | |
| String.next_grapheme/1 | |
| String.next_grapheme_size/1 | |
| String.normalize/2 | |
| String.pad_leading/3 | |
| String.pad_trailing/3 | |
| String.printable?/2 | |
| String.replace/4 | |
| String.replace_leading/3 | |
| String.replace_prefix/3 | |
| String.replace_suffix/3 | |
| String.replace_trailing/3 | |
| String.reverse/1 | |
| String.rjust/3 | |
| String.rstrip/1 | |
| String.rstrip/2 | |
| String.slice/2 | |
| String.slice/3 | |
| String.split/1 | |
| String.split/3 | |
| String.split_at/2 | |
| String.splitter/3 | |
| String.starts_with?/2 | |
| String.strip/1 | |
| String.strip/2 | |
| String.to_atom/1 | |
| String.to_char_list/1 | |
| String.to_charlist/1 | |
| String.to_existing_atom/1 | |
| String.to_float/1 | |
| String.to_integer/1 | |
| String.to_integer/2 | |
| String.trim/1 | |
| String.trim/2 | |
| String.trim_leading/1 | |
| String.trim_leading/2 | |
| String.trim_trailing/1 | |
| String.trim_trailing/2 | |
| String.upcase/2 | |
| String.valid?/1 | |
| String.valid_character?/1 | |
| String.Chars.__protocol__/1 | |
| String.Chars.impl_for/1 | |
| String.Chars.impl_for!/1 | |
| String.Chars.to_string/1 | |
| StringIO.child_spec/1 | |
| StringIO.close/1 | |
| StringIO.code_change/3 | |
| StringIO.contents/1 | |
| StringIO.flush/1 | |
| StringIO.handle_call/3 | |
| StringIO.handle_cast/2 | |
| StringIO.handle_info/2 | |
| StringIO.init/1 | |
| StringIO.open/2 | |
| StringIO.terminate/2 | |
| Supervisor.__using__/1 | |
| Supervisor.child_spec/2 | |
| Supervisor.count_children/1 | |
| Supervisor.delete_child/2 | |
| Supervisor.init/2 | |
| Supervisor.restart_child/2 | |
| Supervisor.start_child/2 | |
| Supervisor.start_link/2 | |
| Supervisor.start_link/3 | |
| Supervisor.stop/3 | |
| Supervisor.terminate_child/2 | |
| Supervisor.which_children/1 | |
| Supervisor.Spec.supervise/2 | |
| Supervisor.Spec.supervisor/3 | |
| Supervisor.Spec.worker/3 | |
| System.argv/0 | |
| System.argv/1 | |
| System.at_exit/1 | |
| System.build_info/0 | |
| System.cmd/3 | |
| System.compiled_endianness/0 | |
| System.convert_time_unit/3 | |
| System.cwd/0 | |
| System.cwd!/0 | |
| System.delete_env/1 | |
| System.endianness/0 | |
| System.find_executable/1 | |
| System.get_env/0 | |
| System.get_env/1 | |
| System.get_pid/0 | |
| System.halt/1 | |
| System.monotonic_time/0 | |
| System.monotonic_time/1 | |
| System.os_time/0 | |
| System.os_time/1 | |
| System.otp_release/0 | |
| System.put_env/1 | |
| System.put_env/2 | |
| System.schedulers/0 | |
| System.schedulers_online/0 | |
| System.stacktrace/0 | |
| System.stop/1 | |
| System.system_time/0 | |
| System.system_time/1 | |
| System.time_offset/0 | |
| System.time_offset/1 | |
| System.tmp_dir/0 | |
| System.tmp_dir!/0 | |
| System.unique_integer/1 | |
| System.user_home/0 | |
| System.user_home!/0 | |
| System.version/0 | |
| Task.__struct__/0 | |
| Task.__struct__/1 | |
| Task.__using__/1 | |
| Task.async/1 | |
| Task.async/3 | |
| Task.async_stream/3 | |
| Task.async_stream/5 | |
| Task.await/2 | |
| Task.child_spec/1 | |
| Task.find/2 | |
| Task.shutdown/2 | |
| Task.start/1 | |
| Task.start/3 | |
| Task.start_link/1 | |
| Task.start_link/3 | |
| Task.yield/2 | |
| Task.yield_many/2 | |
| Task.Supervisor.async/3 | |
| Task.Supervisor.async/5 | |
| Task.Supervisor.async_nolink/3 | |
| Task.Supervisor.async_nolink/5 | |
| Task.Supervisor.async_stream/4 | |
| Task.Supervisor.async_stream/6 | |
| Task.Supervisor.async_stream_nolink/4 | |
| Task.Supervisor.async_stream_nolink/6 | |
| Task.Supervisor.child_spec/1 | |
| Task.Supervisor.children/1 | |
| Task.Supervisor.init/1 | |
| Task.Supervisor.start_child/3 | |
| Task.Supervisor.start_child/5 | |
| Task.Supervisor.start_link/1 | |
| Task.Supervisor.terminate_child/2 | |
| Time.__struct__/0 | |
| Time.__struct__/1 | |
| Time.add/3 | |
| Time.compare/2 | |
| Time.convert/2 | |
| Time.convert!/2 | |
| Time.diff/3 | |
| Time.from_erl/3 | |
| Time.from_erl!/3 | |
| Time.from_iso8601/2 | |
| Time.from_iso8601!/2 | |
| Time.new/5 | |
| Time.to_erl/1 | |
| Time.to_iso8601/2 | |
| Time.to_string/1 | |
| Time.truncate/2 | |
| Time.utc_now/1 | |
| Tuple.append/2 | |
| Tuple.delete_at/2 | |
| Tuple.duplicate/2 | |
| Tuple.insert_at/3 | |
| Tuple.to_list/1 | |
| URI.__struct__/0 | |
| URI.__struct__/1 | |
| URI.char_reserved?/1 | |
| URI.char_unescaped?/1 | |
| URI.char_unreserved?/1 | |
| URI.decode/1 | |
| URI.decode_query/2 | |
| URI.decode_www_form/1 | |
| URI.default_port/1 | |
| URI.default_port/2 | |
| URI.encode/2 | |
| URI.encode_query/1 | |
| URI.encode_www_form/1 | |
| URI.merge/2 | |
| URI.parse/1 | |
| URI.query_decoder/1 | |
| URI.to_string/1 | |
| Version.__struct__/0 | |
| Version.__struct__/1 | |
| Version.compare/2 | |
| Version.compile_requirement/1 | |
| Version.match?/3 | |
| Version.parse/1 | |
| Version.parse!/1 | |
| Version.parse_requirement/1 | |
| Mix.compilers/0 | |
| Mix.debug/1 | |
| Mix.debug?/0 | |
| Mix.env/0 | |
| Mix.env/1 | |
| Mix.raise/1 | |
| Mix.shell/0 | |
| Mix.shell/1 | |
| Mix.start/0 | |
| Mix.start/2 | |
| Mix.stop/1 | |
| Mix.Config.__using__/1 | |
| Mix.Config.config/2 | |
| Mix.Config.config/3 | |
| Mix.Config.import_config/1 | |
| Mix.Config.merge/2 | |
| Mix.Config.persist/1 | |
| Mix.Config.read!/2 | |
| Mix.Config.read_wildcard!/2 | |
| Mix.Config.validate!/1 | |
| Mix.Generator.create_directory/1 | |
| Mix.Generator.create_file/3 | |
| Mix.Generator.embed_template/2 | |
| Mix.Generator.embed_text/2 | |
| Mix.Project.__after_compile__/2 | |
| Mix.Project.__using__/1 | |
| Mix.Project.app_path/1 | |
| Mix.Project.apps_paths/1 | |
| Mix.Project.build_path/1 | |
| Mix.Project.build_structure/2 | |
| Mix.Project.compile/2 | |
| Mix.Project.compile_path/1 | |
| Mix.Project.config/0 | |
| Mix.Project.config_files/0 | |
| Mix.Project.consolidation_path/1 | |
| Mix.Project.deps_config/1 | |
| Mix.Project.deps_path/1 | |
| Mix.Project.deps_paths/0 | |
| Mix.Project.ensure_structure/2 | |
| Mix.Project.get/0 | |
| Mix.Project.get!/0 | |
| Mix.Project.in_project/4 | |
| Mix.Project.load_paths/1 | |
| Mix.Project.manifest_path/1 | |
| Mix.Project.pop/0 | |
| Mix.Project.push/3 | |
| Mix.Project.umbrella?/1 | |
| Mix.SCM.append/1 | |
| Mix.SCM.available/0 | |
| Mix.SCM.prepend/1 | |
| Mix.Shell.cmd/3 | |
| Mix.Shell.printable_app_name/0 | |
| Mix.Shell.IO.cmd/2 | |
| Mix.Shell.IO.error/1 | |
| Mix.Shell.IO.info/1 | |
| Mix.Shell.IO.print_app/0 | |
| Mix.Shell.IO.prompt/1 | |
| Mix.Shell.IO.yes?/1 | |
| Mix.Shell.Process.cmd/2 | |
| Mix.Shell.Process.error/1 | |
| Mix.Shell.Process.flush/1 | |
| Mix.Shell.Process.info/1 | |
| Mix.Shell.Process.print_app/0 | |
| Mix.Shell.Process.prompt/1 | |
| Mix.Shell.Process.yes?/1 | |
| Mix.Shell.Quiet.cmd/2 | |
| Mix.Shell.Quiet.error/1 | |
| Mix.Shell.Quiet.info/1 | |
| Mix.Shell.Quiet.print_app/0 | |
| Mix.Shell.Quiet.prompt/1 | |
| Mix.Shell.Quiet.yes?/1 | |
| Mix.Task.__using__/1 | |
| Mix.Task.alias?/1 | |
| Mix.Task.all_modules/0 | |
| Mix.Task.clear/0 | |
| Mix.Task.get/1 | |
| Mix.Task.get!/1 | |
| Mix.Task.load_all/0 | |
| Mix.Task.load_tasks/1 | |
| Mix.Task.moduledoc/1 | |
| Mix.Task.preferred_cli_env/1 | |
| Mix.Task.recursive/1 | |
| Mix.Task.reenable/1 | |
| Mix.Task.rerun/2 | |
| Mix.Task.run/2 | |
| Mix.Task.shortdoc/1 | |
| Mix.Task.supported_attributes/0 | |
| Mix.Task.task?/1 | |
| Mix.Task.task_name/1 | |
| Mix.Task.Compiler.__using__/1 | |
| Mix.Task.Compiler.normalize/2 | |
| Mix.Task.Compiler.Diagnostic.__struct__/0 | |
| Mix.Task.Compiler.Diagnostic.__struct__/1 | |
| Mix.Tasks.App.Start.run/1 | |
| Mix.Tasks.App.Start.start/2 | |
| Mix.Tasks.App.Start.type/2 | |
| Mix.Tasks.App.Tree.run/1 | |
| Mix.Tasks.Archive.run/1 | |
| Mix.Tasks.Archive.Build.run/1 | |
| Mix.Tasks.Archive.Check.run/1 | |
| Mix.Tasks.Archive.Install.build/2 | |
| Mix.Tasks.Archive.Install.check_install_spec/2 | |
| Mix.Tasks.Archive.Install.find_previous_versions/1 | |
| Mix.Tasks.Archive.Install.install/3 | |
| Mix.Tasks.Archive.Install.run/1 | |
| Mix.Tasks.Archive.Uninstall.run/1 | |
| Mix.Tasks.Clean.run/1 | |
| Mix.Tasks.Cmd.run/1 | |
| Mix.Tasks.Compile.compilers/0 | |
| Mix.Tasks.Compile.manifests/0 | |
| Mix.Tasks.Compile.run/1 | |
| Mix.Tasks.Compile.App.run/1 | |
| Mix.Tasks.Compile.Elixir.clean/0 | |
| Mix.Tasks.Compile.Elixir.manifests/0 | |
| Mix.Tasks.Compile.Elixir.run/1 | |
| Mix.Tasks.Compile.Erlang.clean/0 | |
| Mix.Tasks.Compile.Erlang.manifests/0 | |
| Mix.Tasks.Compile.Erlang.run/1 | |
| Mix.Tasks.Compile.Leex.clean/0 | |
| Mix.Tasks.Compile.Leex.manifests/0 | |
| Mix.Tasks.Compile.Leex.run/1 | |
| Mix.Tasks.Compile.Protocols.clean/0 | |
| Mix.Tasks.Compile.Protocols.consolidated?/0 | |
| Mix.Tasks.Compile.Protocols.manifests/0 | |
| Mix.Tasks.Compile.Protocols.run/1 | |
| Mix.Tasks.Compile.Xref.clean/0 | |
| Mix.Tasks.Compile.Xref.manifests/0 | |
| Mix.Tasks.Compile.Xref.run/1 | |
| Mix.Tasks.Compile.Yecc.clean/0 | |
| Mix.Tasks.Compile.Yecc.manifests/0 | |
| Mix.Tasks.Compile.Yecc.run/1 | |
| Mix.Tasks.Deps.run/1 | |
| Mix.Tasks.Deps.Clean.run/1 | |
| Mix.Tasks.Deps.Compile.compile/2 | |
| Mix.Tasks.Deps.Compile.run/1 | |
| Mix.Tasks.Deps.Get.run/1 | |
| Mix.Tasks.Deps.Loadpaths.run/1 | |
| Mix.Tasks.Deps.Precompile.run/1 | |
| Mix.Tasks.Deps.Tree.run/1 | |
| Mix.Tasks.Deps.Unlock.run/1 | |
| Mix.Tasks.Deps.Update.run/1 | |
| Mix.Tasks.Do.gather_commands/1 | |
| Mix.Tasks.Do.run/1 | |
| Mix.Tasks.Escript.run/1 | |
| Mix.Tasks.Escript.Build.run/1 | |
| Mix.Tasks.Escript.Install.build/2 | |
| Mix.Tasks.Escript.Install.check_install_spec/2 | |
| Mix.Tasks.Escript.Install.find_previous_versions/1 | |
| Mix.Tasks.Escript.Install.install/3 | |
| Mix.Tasks.Escript.Install.run/1 | |
| Mix.Tasks.Escript.Uninstall.run/1 | |
| Mix.Tasks.Format.run/1 | |
| Mix.Tasks.Help.run/1 | |
| Mix.Tasks.Iex.run/1 | |
| Mix.Tasks.Loadconfig.run/1 | |
| Mix.Tasks.Loadpaths.run/1 | |
| Mix.Tasks.Local.run/1 | |
| Mix.Tasks.Local.Hex.run/1 | |
| Mix.Tasks.Local.PublicKeys.run/1 | |
| Mix.Tasks.Local.Rebar.run/1 | |
| Mix.Tasks.New.run/1 | |
| Mix.Tasks.Profile.Cprof.profile/2 | |
| Mix.Tasks.Profile.Cprof.run/1 | |
| Mix.Tasks.Profile.Eprof.print_function_count/1 | |
| Mix.Tasks.Profile.Eprof.profile/2 | |
| Mix.Tasks.Profile.Eprof.run/1 | |
| Mix.Tasks.Profile.Fprof.profile/2 | |
| Mix.Tasks.Profile.Fprof.run/1 | |
| Mix.Tasks.Run.run/1 | |
| Mix.Tasks.Run.run/5 | |
| Mix.Tasks.Test.ex_unit_opts/1 | |
| Mix.Tasks.Test.formatter_opts/1 | |
| Mix.Tasks.Test.run/1 | |
| Mix.Tasks.Xref.calls/1 | |
| Mix.Tasks.Xref.run/1 | |
| Mix.Tasks.Xref.warnings/1 | |
| EEx.compile_file/2 | |
| EEx.compile_string/2 | |
| EEx.eval_file/3 | |
| EEx.eval_string/3 | |
| EEx.function_from_file/5 | |
| EEx.function_from_string/5 | |
| EEx.Engine.__using__/1 | |
| EEx.Engine.fetch_assign!/2 | |
| EEx.Engine.handle_assign/1 | |
| EEx.Engine.handle_begin/1 | |
| EEx.Engine.handle_body/1 | |
| EEx.Engine.handle_end/1 | |
| EEx.Engine.handle_expr/3 | |
| EEx.Engine.handle_text/2 | |
| EEx.Engine.init/1 | |
| EEx.SmartEngine.handle_begin/1 | |
| EEx.SmartEngine.handle_body/1 | |
| EEx.SmartEngine.handle_end/1 | |
| EEx.SmartEngine.handle_expr/3 | |
| EEx.SmartEngine.handle_text/2 | |
| EEx.SmartEngine.init/1 | |
| Logger.add_backend/2 | |
| Logger.add_translator/1 | |
| Logger.bare_log/3 | |
| Logger.compare_levels/2 | |
| Logger.configure/1 | |
| Logger.configure_backend/2 | |
| Logger.debug/2 | |
| Logger.disable/1 | |
| Logger.enable/1 | |
| Logger.error/2 | |
| Logger.flush/0 | |
| Logger.info/2 | |
| Logger.level/0 | |
| Logger.log/3 | |
| Logger.metadata/0 | |
| Logger.metadata/1 | |
| Logger.remove_backend/2 | |
| Logger.remove_translator/1 | |
| Logger.reset_metadata/1 | |
| Logger.warn/2 | |
| Logger.Formatter.compile/1 | |
| Logger.Formatter.format/5 | |
| Logger.Formatter.format_date/1 | |
| Logger.Formatter.format_time/1 | |
| Logger.Formatter.prune/1 | |
| Logger.Translator.translate/4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment