Erlang/OTP Permuted Index

Permuted index of Erlang/OTP functions and commands

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

E

Return true if the target object and the supplied object easily can be determined to be equal, otherwise false corba_object:is_equivalent/2
  Echo missing modules required by Orber orber_diagnostics:missing_modules/0
Delete an edge from a digraph. digraph:del_edge/2
Return the vertices and the label of an edge of a digraph. digraph:edge/2
Add an edge to a digraph. digraph:add_edge/3
Add an edge to a digraph. digraph:add_edge/4
Add an edge to a digraph. digraph:add_edge/5
Return all edges emanating from a vertex of a digraph. digraph:out_edges/2
Return the edges emanating from or incident on a vertex of a digraph. digraph:edges/2
Delete edges from a digraph. digraph:del_edges/2
Return all edges incident on a vertex of a digraph. digraph:in_edges/2
Return all edges of a digraph. digraph:edges/1
Return the number of edges of the a digraph. digraph:no_edges/1
  EDoc "contact information" parsing. edoc_lib:parse_contact/2
Generate XML from EDoc comments in Erlang source code docb_gen:users_guide/1
Generate XML from EDoc comments in Erlang source code docb_gen:users_guide/2
Generate XML from EDoc comments in Erlang source code. docb_gen:module/1
Generate XML from EDoc comments in Erlang source code. docb_gen:module/2
Reads a source code file and extracts EDoc documentation data. edoc:get_doc/1
Extracts EDoc documentation from commented header file syntax trees. edoc_extract:header/2
Extracts EDoc documentation from commented source code syntax trees. edoc_extract:source/2
  EDoc Erlang expression parsing. edoc_lib:parse_expr/2
Creates an environment data structure used by parts of EDoc for generating references, etc. edoc_lib:get_doc_env/4
Transforms EDoc module documentation data to text. edoc:layout/1
Runs EDoc on a given set of source files. edoc:files/1
Runs EDoc on a given set of source files and/or packages. edoc:run/1
Runs EDoc on a set of packages. edoc:packages/1
Run EDoc on an application in its default app-directory. edoc:application/1
Run EDoc on an application located in the specified directory. edoc:application/1
Calls edoc:application/2 with the corresponding arguments. edoc_run:packages/1
Calls edoc:application/3 with the corresponding arguments. edoc_run:application/1
Calls edoc:file/2 with the corresponding arguments. edoc_run:file/1
Calls edoc:files/2 with the corresponding arguments. edoc_run:files/1
See edoc:layout/2 for a description of the layout option. edoc_lib:run_layout/2
See edoc:run/3 for a description of the doclet option. edoc_lib:run_doclet/2
See edoc:run/3 for a description of the options subpackages, source_suffix and exclude_packages. edoc_lib:find_sources/3
Reads and processes a source file and returns the resulting EDoc-text as a string. edoc:read/1
For controlling the FetchState, to be used in a fetch function, and called when the parser fetch an external resource (eg. xmerl_scan:fetch_state/2
Renders a binary from the primitives specified by egd_image(). egd:render/1
Triggers the next message to be streamed, e.i. same behavior as active once for sockets. http:stream_next/1
Separates two documents by either a single space, or a line break and intentation. prettypr:follow/1
  Elapsed time since 00:00 GMT erlang:now/0
Extract largest element gb_sets:take_largest/1
Extract smallest element gb_sets:take_smallest/1
Make N copies of element lists:duplicate/2
Return a gb_set with one element gb_sets:singleton/1
Return largest element gb_sets:largest/1
Return smallest element gb_sets:smallest/1
Validates a parsed well-formed XML element (Element). xmerl_xsd:validate/3
Exports a normal XML element directly, without further context. xmerl:export_element/2
Exports a simple XML element directly, without further context. xmerl:export_simple_element/2
Validates a parsed well-formed XML element (Element). xmerl_xsd:validate/3
Remove a (possibly non-existing) element from a gb_set gb_sets:del_element/2
Remove a (possibly non-existing) element from a gb_set gb_sets:delete_any/2
Remove an element from a gb_set gb_sets:delete/2
Delete an element from a list lists:delete/2
Delete an element from a list of tuples lists:keydelete/3
Extract an element from a list of tuples lists:keytake/3
Remove an element from an Ordset ordsets:del_element/2
Remove an element from an Set sets:del_element/2
Return last element in a list lists:last/1
Replace an element in a list of tuples lists:keyreplace/4
Search for an element in a list of tuples lists:keysearch/3
Store an element in a list of tuples lists:keystore/4
Subtract the element in one list from another list lists:subtract/2
Apply a function to each element of a list lists:foreach/2
Return maximum element of a list lists:max/1
Return minimum element of a list lists:min/1
Return the Nth element of a list lists:nth/2
Create the function that maps each element of a set onto another set. sofs:constant_function/2
Get Nth element of a tuple erlang:element/2
Set Nth element of a tuple erlang:setelement/3
Return the Pos:th element of all objects with a given key in an ETS table. ets:lookup_element/3
Map the given function onto each element of the array. array:map/2
Map the given function onto each element of the array, skipping default-valued entries. array:sparse_map/2
Updates the Pos:th element of the object with a given key in an ETS table. ets:update_element/4
Updates the Pos:th element of the object with a given key in an ETS table. ets:update_element/4
Returns the head element subtree of a list node. erl_syntax:list_head/1
Returns the prefix element subtrees of a list node. erl_syntax:list_prefix/1
Returns the list of element subtrees of a list skeleton. erl_syntax:list_elements/1
Returns the number of element subtrees of a list skeleton. erl_syntax:list_length/1
Returns the list of element subtrees of a tuple node. erl_syntax:tuple_elements/1
Add a new element to a gb_set gb_sets:insert/2
Add a (possibly existing) element to a gb_set gb_sets:add/2
Add a (possibly existing) element to a gb_set gb_sets:add_element/2
Append an extra element to a tuple erlang:erlang:append_element/2
Add an element to an Ordset ordsets:add_element/2
Add an element to an Set sets:add_element/2
Validates a parsed well-formed XML element towards an XML schema. xmerl_xsd:process_validate/3
Filter gb_set elements gb_sets:filter/2
Filter set elements ordsets:filter/2
Filter set elements sets:filter/2
Fold over gb_set elements gb_sets:fold/3
Fold over set elements ordsets:fold/3
Fold over set elements sets:fold/3
Return a set of substituted elements. sofs:projection/2
Return a sub-list starting at a given position and with a given number of elements lists:sublist/3
Drop elements from a list while a predicate is true lists:dropwhile/2
Take elements from a list while a predicate is true lists:takewhile/2
Return the number of elements in a dictionary dict:size/1
Return the number of elements in a gb_set gb_sets:size/1
Return sum of elements in a list lists:sum/1
Return the number of elements in a set ordsets:size/1
Return the number of elements in a set sets:size/1
Get elements in a table row snmp_generic:table_get_elements/3
Set elements in a table row snmp_generic:table_set_elements/3
Return the number of elements in an ordered dictionary orddict:size/1
Return an IFR object of the type IDLType describing the type of the elements in Objref orber_ifr:get_element_type_def/1
Return the number of elements in the array orber_ifr:get_length/1
Set the number of elements in the array orber_ifr:set_length/2
Return the typecode of the elements in the IFR object orber_ifr:get_element_type/1
Return true if any of the elements in the list satisfiesPred lists:any/2
Return true if all elements in the list satisfyPred lists:all/2
Return the elements of a set. sofs:to_external/1
Return the number of elements of a set. sofs:no_elements/1
Returns the number of elements of a tuple node. erl_syntax:tuple_size/1
Return a list or a tuple of the elements of set. sofs:to_sets/1
Fold the elements of the array right-to-left using the given function and initial accumulator value. array:foldr/2
Fold the elements of the array right-to-left using the given function and initial accumulator value, skipping default-valued entries. array:sparse_foldr/2
Fold the elements of the array using the given function and initial accumulator value. array:foldl/2
Fold the elements of the array using the given function and initial accumulator value, skipping default-valued entries. array:sparse_foldl/2
Choose elements which satisfy a predicate dict:filter/2
Choose elements which satisfy a predicate lists:filter/2
Choose elements which satisfy a predicate orddict:filter/2
Match a subject against regular expression and replace matching elements with Replacement re:replace/3
Match a subject against regular expression and replace matching elements with Replacement re:replace/4
Set the element_type_def attribute of the target object to the given TypeDef orber_ifr:set_element_type_def/2
Creates a filled ellipse object. egd:filledEllipse/1
Return all edges emanating from a vertex of a digraph. digraph:out_edges/2
Return the edges emanating from or incident on a vertex of a digraph. digraph:edges/2
This is an example script on how to startup the Erlang system in embedded mode on Unix. start:start
  EMPTY ct_telnet:cont_log/2
  EMPTY ct_telnet:end_log/0
  EMPTY docb_transform:Module:seealso/1
  EMPTY driver_entry:void event/3
  EMPTY edoc_layout:overview/2
  EMPTY edoc_layout:package/2
  EMPTY edoc_layout:type/1
  EMPTY edoc_lib:copy_file/2
  EMPTY edoc_lib:count/2
  EMPTY edoc_lib:datestr/1
  EMPTY edoc_lib:escape_uri/1
  EMPTY edoc_lib:filename/1
  EMPTY edoc_lib:find_doc_dirs/0
  EMPTY edoc_lib:find_file/3
  EMPTY edoc_lib:find_sources/2
  EMPTY edoc_lib:get_first_sentence/1
  EMPTY edoc_lib:is_name/1
  EMPTY edoc_lib:is_relative_uri/1
  EMPTY edoc_lib:is_space/1
  EMPTY edoc_lib:join_uri/2
  EMPTY edoc_lib:lines/1
  EMPTY edoc_lib:read_info_file/1
  EMPTY edoc_lib:segment/2
  EMPTY edoc_lib:simplify_path/1
  EMPTY edoc_lib:split_at/2
  EMPTY edoc_lib:split_at_space/1
  EMPTY edoc_lib:split_at_stop/1
  EMPTY edoc_lib:strip_space/1
  EMPTY edoc_lib:timestr/1
  EMPTY edoc_lib:to_label/1
  EMPTY edoc_lib:transpose/1
  EMPTY edoc_lib:try_subdir/2
  EMPTY edoc_lib:unique/1
  EMPTY edoc_lib:uri_get/1
  EMPTY edoc_lib:write_info_file/4
  EMPTY erl_driver:long driver_pdl_dec_refc/1
  EMPTY erl_driver:long driver_pdl_get_refc/1
  EMPTY erl_driver:long driver_pdl_inc_refc/1
  EMPTY erts_alloc_config:stop/0
  EMPTY httpd:Module:store/3
  EMPTY megaco:get_stats/0
  EMPTY megaco:get_stats/1
  EMPTY megaco:get_stats/1
  EMPTY megaco:get_stats/2
  EMPTY megaco:reset_stats/0
  EMPTY megaco:reset_stats/1
  EMPTY megaco_codec_meas:t/0
  EMPTY megaco_codec_meas:t/1
  EMPTY megaco_codec_transform:t/2
  EMPTY megaco_codec_transform:t/2
  EMPTY megaco_codec_transform:tb/0
  EMPTY megaco_codec_transform:tm/3
  EMPTY megaco_codec_transform:tmf/3
  EMPTY megaco_codec_transform:tt/0
  EMPTY megaco_flex_scanner:start/0
  EMPTY megaco_tcp:block/1
  EMPTY megaco_tcp:close/1
  EMPTY megaco_tcp:connect/2
  EMPTY megaco_tcp:get_stats/0
  EMPTY megaco_tcp:get_stats/1
  EMPTY megaco_tcp:get_stats/2
  EMPTY megaco_tcp:listen/2
  EMPTY megaco_tcp:reset_stats/0
  EMPTY megaco_tcp:reset_stats/1
  EMPTY megaco_tcp:send_message/2
  EMPTY megaco_tcp:socket/1
  EMPTY megaco_tcp:start_transport/0
  EMPTY megaco_tcp:unblock/1
  EMPTY megaco_tcp:upgrade_receive_handle/1
  EMPTY megaco_udp:block/1
  EMPTY megaco_udp:close/2
  EMPTY megaco_udp:create_send_handle/3
  EMPTY megaco_udp:get_stats/0
  EMPTY megaco_udp:get_stats/1
  EMPTY megaco_udp:get_stats/2
  EMPTY megaco_udp:open/2
  EMPTY megaco_udp:reset_stats/0
  EMPTY megaco_udp:reset_stats/1
  EMPTY megaco_udp:send_message/2
  EMPTY megaco_udp:socket/1
  EMPTY megaco_udp:start_transport/0
  EMPTY megaco_udp:unblock/1
  EMPTY megaco_udp:upgrade_receive_handle/2
  EMPTY percept:profile/1
  EMPTY percept:profile/1
  EMPTY percept:profile/1
  EMPTY percept:stop_profile/0
  EMPTY proplists:append_values/2
  EMPTY proplists:compact/1
  EMPTY proplists:delete/2
  EMPTY proplists:expand/2
  EMPTY proplists:get_all_values/2
  EMPTY proplists:get_bool/2
  EMPTY proplists:get_keys/1
  EMPTY proplists:get_value/2
  EMPTY proplists:get_value/3
  EMPTY proplists:is_defined/2
  EMPTY proplists:lookup/2
  EMPTY proplists:lookup_all/2
  EMPTY proplists:normalize/2
  EMPTY proplists:property/1
  EMPTY proplists:property/2
  EMPTY proplists:split/2
  EMPTY proplists:substitute_aliases/2
  EMPTY proplists:substitute_negations/2
  EMPTY proplists:unfold/1
  EMPTY snmp:read_mib/1
  EMPTY ssh:shell/1
  EMPTY ssh:shell/2
  EMPTY ssh:shell/3
  EMPTY ssh_connection:subsystem/4
  EMPTY test_server:format/1
  EMPTY test_server:format/2
  EMPTY test_server:format/2
  EMPTY test_server:format/3
  EMPTY test_server:hours/1
  EMPTY test_server:minutes/1
  EMPTY test_server:seconds/1
  EMPTY test_server:timetrap/1
Test if a queue is empty queue:is_empty/1
Create a new empty digraph. digraph:new/1
Return a protected empty digraph, where cycles are allowed. digraph:new/0
Delete an empty directory ssh_sftp:del_dir/2
Yields the empty document, which has neither height nor width. prettypr:empty/0
Return an empty gb_set gb_sets:empty/0
Return an empty gb_set gb_sets:new/0
Test for empty gb_set gb_sets:is_empty/1
Create an empty group pg:create/1
Create an empty group on another node pg:create/2
Creates an abstract empty list. erl_syntax:nil/0
Create a new, empty process group pg2:create/1
Create an empty queue queue:new/0
Return an empty set ordsets:new/0
Return an empty set sets:new/0
Return the untyped empty set. sofs:empty_set/0
Test for an empty set. sofs:is_empty_set/1
  Empty the message queue. test_server:messages_get/0
Return an empty tree gb_trees:empty/0
Test for empty tree gb_trees:is_empty/1
Provide an event for having the emulator call the driver erl_driver:int driver_select/4
Tests whether the emulator is commercially supported test_server:is_commercial/0
Return the process identifier of the emulator process os:getpid/0
Returns the memory block header size used by the emulator that generated the memory allocation map instrument:block_header_size/1
Start the Erlang emulator with the correct release data start_erl:start_erl
Start the Erlang emulator without attached terminal run_erl:run_erl
Activate meta tracing and at the same time append a {tracer,Tracer} process trace flag to the enable list in a match specification traceaction term inviso:tpm_tracer/4
Activate meta tracing and at the same time append a {tracer,Tracer} process trace flag to the enable list in a match specification traceaction term inviso:tpm_tracer/5
Activate meta tracing and at the same time append a {tracer,Tracer} process trace flag to the enable list in a match specification traceaction term inviso:tpm_tracer/5
Activate meta tracing and at the same time append a {tracer,Tracer} process trace flag to the enable list in a match specification traceaction term inviso:tpm_tracer/6
Activate meta tracing and at the same time append a {tracer,Tracer} process trace flag to the enable list in a match specification traceaction term inviso:tpm_tracer/8
Activate meta tracing and at the same time append a {tracer,Tracer} process trace flag to the enable list in a match specification traceaction term inviso:tpm_tracer/9
Add match specifications and at the same time append a {tracer,Tracer} process trace flag to the enable list in a match specification traceaction term inviso:tpm_ms_tracer/5
Add match specifications and at the same time append a {tracer,Tracer} process trace flag to the enable list in a match specification traceaction term inviso:tpm_ms_tracer/6
  Enable or disable error printouts to a file error_logger:logfile/1
  Enable or disable printouts to the tty error_logger:tty/1
  Enable or disable the collections of statistics sys:statistics/2
  Enable or disable the collections of statistics sys:statistics/3
  Enable the service (Solaris only) os_sup:enable/0
  Enable the service (Solaris only) os_sup:enable/2
As tpm_ms_tracer/5 but also adds a {tracer,Tracer}trace flag to the enable-list of every tracein MS. inviso_rt_meta:tpm_ms_tracer/5
Return a list of name-value pairs which encapsulates the current QoS settings for the target object CosNotification_QoSAdmin:get_qos/1
  Encode a megaco action reply. megaco_encoder:Module:encode_action_reply/3
  Encode a megaco message. megaco_encoder:Module:encode_message/3
  Encode a megaco transaction. megaco_encoder:Module:encode_transaction/3
  Encode a term to an Erlang external term format binary erlang:term_to_binary/1
  Encode a term to en Erlang external term format binary erlang:term_to_binary/2
  Encode action requests for one or more transaction request(s) megaco:encode_actions/3
  Encode an ASN.1 value. asn1ct:encode/3
  Encode an ASN.1 value. asn1rt:encode/3
  Encode an encrypted SNMP scopedPDU snmp_pdus:enc_encrypted_scoped_pdu/1
  Encode an SDP construct megaco:encode_sdp/1
  Encode an SNMP Message snmp_pdus:enc_message/1
  Encode an SNMP Message, but not the data part snmp_pdus:enc_message_only/1
  Encode an SNMP Pdu snmp_pdus:enc_pdu/1
  Encode an SNMP scopedPDU snmp_pdus:enc_scoped_pdu/1
Perform a test of encode and decode for types in an ASN.1 module. asn1ct:test/1
Perform a test of encode and decode for types in an ASN.1 module. asn1ct:test/2
Perform a test of encode and decode for types in an ASN.1 module. asn1ct:test/3
  Encode (compress) a megaco component. megaco_edist_compress:Module:encode/2
  Encode megaco action requests. megaco_encoder:Module:encode_action_requests/3
  Encode SNMP UsmSecurityParameters snmp_pdus:enc_usm_security_parameters/1
Invoke after the target object replied with the reply encoded interceptors:out_reply_encoded/6
Transforms an utf8 encoded binary to a unicode list. asn1rt:utf8_binary_to_list/1
Decodes a base64 encoded string to data. base64:decode/1
Decodes a base64 encoded string to data. base64:decode_to_string/1
Decodes a base64 encoded string to data. base64:mime_decode/1
Decodes a base64 encoded string to data. base64:mime_decode_to_string/1
Compile an ASN.1 module and generate encode/decode functions according to the encoding rules BER or PER. asn1ct:compile/1
Compile an ASN.1 module and generate encode/decode functions according to the encoding rules BER or PER. asn1ct:compile/2
  Encodes data into base64. base64:encode/1
  Encodes data into base64. base64:encode_to_string/1
Invoke on the client side ORB before encoding and sending the request interceptors:out_request/6
Compile an ASN.1 module and generate encode/decode functions according to the encoding rules BER or PER. asn1ct:compile/1
Compile an ASN.1 module and generate encode/decode functions according to the encoding rules BER or PER. asn1ct:compile/2
Called when an undefined function is encountered error_handler:undefined_function/3
Called when an undefined lambda (fun) is encountered error_handler:undefined_lambda/3
For controlling the ContinuationState, to be used in a continuation function, and called when the parser encounters the end of the byte stream. xmerl_scan:cont_state/2
  Encrypt data using RC4 crypto:rc4_encrypt/2
  Encrypt Textaccording to AES in Cipher Feedback mode or Cipher Block Chaining mode crypto:aes_cbc_128_encrypt/3
  Encrypt Textaccording to AES in Cipher Feedback mode or Cipher Block Chaining mode crypto:aes_cfb_128_encrypt/3
  Encrypt Textaccording to DES in CBC mode crypto:des_cbc_encrypt/3
  Encrypt Textaccording to DES3 in CBC mode crypto:des3_cbc_encrypt/5
Encode an encrypted SNMP scopedPDU snmp_pdus:enc_encrypted_scoped_pdu/1
Will request that the user's default shell (typically defined in /etc/passwd in UNIX systems) be started at the other end. ssh_connection:shell/2
Creates an abstract end-of-file marker. erl_syntax:eof_marker/0
Set the engine id for a targetAddr row. snmp_target_mib:set_target_engine_id/2
Return an English description of a an error tuple. qlc:format_error/1
Return an English description of a an error tuple. yecc:format_error/1
Return an English description of a BEAM read error reply beam_lib:format_error/1
Return an English description of a disk log error reply. disk_log:format_error/1
Return an English description of an Xref error reply. xref:format_error/1
  Enqueue binary in the driver queue erl_driver:int driver_enq_bin/4
  Enqueue data in the driver queue erl_driver:int driver_enq/3
  Enqueue vector in the driver queue erl_driver:int driver_enqv/3
  Ensure that a module is loaded code:ensure_loaded/1
  Ensure that a pool master is running pool:attach/1
  Ensure that all parent directories for a file or directory exist. filelib:ensure_dir/1
  Ensure that all updates made to a Dets table are written to disk. dets:sync/1
  Enter the gen_fsm receive loop gen_fsm:enter_loop/4
  Enter the gen_fsm receive loop gen_fsm:enter_loop/5
  Enter the gen_fsm receive loop gen_fsm:enter_loop/5
  Enter the gen_fsm receive loop gen_fsm:enter_loop/6
  Enter the gen_server receive loop gen_server:enter_loop/3
  Enter the gen_server receive loop gen_server:enter_loop/4
  Enter the gen_server receive loop gen_server:enter_loop/4
  Enter the gen_server receive loop gen_server:enter_loop/5
Delete an entire ETS table. ets:delete/1
Set a read lock on an entire table. mnesia:read_lock_table/1
Set write lock on an entire table. mnesia:write_lock_table/1
For controlling the EventState, to be used in an event function, and called at the beginning and at the end of a parsed entity. xmerl_scan:event_state/2
For controlling the HookState, to be used in a hook function, and called when the parser has parsed a complete entity. xmerl_scan:hook_state/2
Register the manager entity (=user) responsible for specific agent(s). ct_snmp:register_users/2
Convert the array to an ordered list of pairs {Index, Value}, skipping default-valued entries. array:sparse_to_orddict/1
Converts the array to a list, skipping default-valued entries. array:sparse_to_list/1
Fold the elements of the array right-to-left using the given function and initial accumulator value, skipping default-valued entries. array:sparse_foldr/2
Fold the elements of the array using the given function and initial accumulator value, skipping default-valued entries. array:sparse_foldl/2
Get the value used for uninitialized entries. array:default/1
Map the given function onto each element of the array, skipping default-valued entries. array:sparse_map/2
Match some dictionary entries et_collector:dict_match/2
Executes selected entries from a config file. ttb:run_config/2
Executes all entries in a config file. ttb:run_config/1
Lists all entries in a config file. ttb:list_config/1
Deletes all entries in a table. mnesia:clear_table/1
Get the number of entries in the array. array:size/1
Get the number of entries in the array up until the last non-default valued entry. array:sparse_size/1
Add a driver entry erl_driver:void add_driver_entry/1
Create an agent entry snmpa_conf:agent_entry/2
Create an agents entry snmpm_conf:agents_entry/12
Create an community entry snmpa_conf:community_entry/1
Create an community entry snmpa_conf:community_entry/5
Create an context entry snmpa_conf:context_entry/1
Create an manager entry snmpm_conf:manager_entry/2
Create an notify entry snmpa_conf:notify_entry/3
Create an standard entry snmpa_conf:standard_entry/2
Create an target_addr entry snmpa_conf:target_addr_entry/10
Create an target_addr entry snmpa_conf:target_addr_entry/5
Create an target_addr entry snmpa_conf:target_addr_entry/6
Create an target_addr entry snmpa_conf:target_addr_entry/8
Create an target_params entry snmpa_conf:target_params_entry/2
Create an target_params entry snmpa_conf:target_params_entry/4
Create an target_params entry snmpa_conf:target_params_entry/5
Create an users entry snmpm_conf:users_entry/1
Create an users entry snmpm_conf:users_entry/2
Create an users entry snmpm_conf:users_entry/3
Create an usm entry snmpa_conf:usm_entry/1
Create an usm entry snmpa_conf:usm_entry/13
Create an usm entry snmpm_conf:usm_entry/6
Create an usm entry snmpm_conf:usm_entry/7
Create an vacm entry snmpa_conf:vacm_acc_entry/8
Create an vacm entry snmpa_conf:vacm_s2g_entry/3
Create an vacm entry snmpa_conf:vacm_vtf_entry/2
Create an vacm entry snmpa_conf:vacm_vtf_entry/4
Get the number of entries in the array up until the last non-default valued entry. array:sparse_size/1
Remove a driver entry erl_driver:int remove_driver_entry/1
Lookup a dictionary entry and return zero or one value et_collector:dict_lookup/2
Delete a dictionary entry and send a {et, {dict_delete, Key}} tuple to all registered subscribers. et_collector:dict_delete/2
Insert a dictionary entry and send a {et, {dict_insert, Key, Val}} tuple to all registered subscribers. et_collector:dict_insert/3
Insert a dictionary entry and send a {et, {dict_insert, Key, Val}} tuple to all registered subscribers. et_collector:dict_insert/4
Insert a dictionary entry and send a {et, {dict_insert, Key, Val}} tuple to all registered subscribers. et_collector:dict_insert/4
Set flags on how to handle control entry function erl_driver:void set_port_control_flags/2
Get the value of entry I. array:get/1
Set entry I of the array to Value. array:set/1
Reset entry I to the default value for the array. array:reset/1
Executes one entry of the history ttb:run_history/1
Create a new process with a fun as entry point erlang:spawn/1
Create a new process with a fun as entry point erlang:spawn_opt/2
Create a new process with a function as entry point erlang:spawn/3
Create a new process with a function as entry point erlang:spawn_opt/4
Create and link to a new process with a fun as entry point erlang:spawn_link/1
Create and link to a new process with a function as entry point erlang:spawn_link/3
Create and monitor a new process with a fun as entry point erlang:spawn_monitor/1
Create and monitor a new process with a function as entry point erlang:spawn_monitor/3
Main doclet entry point. edoc_doclet:run/1
Create a new process with a fun as entry point on a given node erlang:spawn/2
Create a new process with a fun as entry point on a given node erlang:spawn_opt/3
Create a new process with a function as entry point on a given node erlang:spawn/4
Create a new process with a function as entry point on a given node erlang:spawn_opt/5
Create and link to a new process with a function as entry point on a given node erlang:spawn_link/4
Create and link to a new process with a fun as entry point on a specified node erlang:spawn_link/2
Starts profiling at the entrypoint specified by the MFA. percept_profile:start/1
Return the enum IDL typecode orber_tc:enum/3
Convert an integer to an enum value snmpa:int_to_enum/2
Convert an integer to an enum value snmpa:int_to_enum/3
Convert an enum value to an integer snmpa:enum_to_int/2
Convert an enum value to an integer snmpa:enum_to_int/3
Create a EnumDef IFR object orber_ifr:create_enum/5
Check if string is a valid enumeration. httpd_conf:check_enum/2
Halt the Erlang runtime system and indicate normal exit to the calling environment erlang:halt/0
Creates an environment data structure used by parts of EDoc for generating references, etc. edoc_lib:get_doc_env/4
Like get_doc/2, but for a given environment parameter. edoc:get_doc/1
Get the value of an environment variable erl_driver:int erl_drv_getenv/3
Get the value of an environment variable os:getenv/1
Set a new value for an environment variable os:putenv/2
Set the value of an environment variable erl_driver:int erl_drv_putenv/2
Expand a string with environment variables win32reg:expand/1
List all environment variables os:getenv/0
  Environment variables may be passed to the shell/command to be started later. ssh_connection:setenv/5
Kill the epmdprocess epmd:epmd
Start Eprof. eprof:start/0
Stop Eprof. eprof:stop/0
Activate logging of eprofprintouts. eprof:log/1
Test if two names are equal lname:equal/2
Return true if the target object and the supplied object easily can be determined to be equal, otherwise false corba_object:is_equivalent/2
Compare thread identifiers for equality erl_driver:int erl_drv_equal_tids/2
Test string equality string:equal/2
Test two sets for equality. sofs:is_equal/2
Return a UTO in which the interval equals the time interval in the target object and time value is the midpoint of the interval CosTime_TIO:time/1
Convert a hex value into its decimal equivalent. httpd_util:decode_hex/1
Upgrades a gen_tcp, or equivalent, connected socket to a ssl socket. new_ssl:connect/2
Upgrades a gen_tcp, or equivalent, connected socket to a ssl socket. new_ssl:connect/3
  Equivalent to add_case/2, but with specified name. test_server_ctrl:add_case/3
  Equivalent to add_cases/2, but with specified name. test_server_ctrl:add_cases/3
  Equivalent to application(Application, []). edoc:application/1
  Equivalent to attribute(Name, none). erl_syntax:attribute/1
  Equivalent to best(Tree, []). erl_prettypr:best/1
  Equivalent to binary_field(Body, []). erl_syntax:binary_field/1
  Equivalent to clause([], Guard, Body). erl_syntax:clause/2
  Equivalent to cmd(Connection, Cmd, DefaultTimeout). ct_telnet:cmd/2
  Equivalent to cmdf(Connection, CmdFormat, Args, DefaultTimeout). ct_telnet:cmdf/3
  Equivalent to comment(none, Strings). erl_syntax:comment/1
  Equivalent to cont_state(ContinuationState, S). xmerl_scan:cont_state/1
  Equivalent to dir(""). erl_tidy:dir/0
  Equivalent to dir(Dir, []). erl_tidy:dir/1
  Equivalent to event_state(EventState, S). xmerl_scan:event_state/1
  Equivalent to expect(Connections, Patterns, []). ct_telnet:expect/2
  Equivalent to export(Data, Callback, []). xmerl:export/2
  Equivalent to export_simple(Data, Callback, []). xmerl:export_simple/2
  Equivalent to fetch_state(FetchState, S). xmerl_scan:fetch_state/1
  Equivalent to file(Filename, []). xmerl_scan:file/1
  Equivalent to file(Name, []). edoc:file/1
  Equivalent to file(Name, []). erl_tidy:file/1
  Equivalent to floating(D, 0, 0). prettypr:floating/1
  Equivalent to flush_trace_port(node()). dbg:flush_trace_port/0
  Equivalent to follow(D1, D2, 0). prettypr:follow/1
  Equivalent to format(D, 80). prettypr:format/1
  Equivalent to format(D, PaperWidth, 65). prettypr:format/1
  Equivalent to format(Tree, []). erl_prettypr:format/1
  Equivalent to from_list(List, undefined). array:from_list/1
  Equivalent to from_orddict(Orddict, undefined). array:from_orddict/1
  Equivalent to get_config(Required, undefined). ct:get_config/1
  Equivalent to get_doc_env([], [], [], Opts). edoc_lib:get_doc_env/1
  Equivalent to get_doc(File, []). edoc:get_doc/1
  Equivalent to get_tracer(node()). dbg:get_tracer/0
  Equivalent to hook_state(HookState, S). xmerl_scan:hook_state/1
  Equivalent to layout(Doc, []). edoc:layout/1
  Equivalent to layout(Tree, []). erl_prettypr:layout/1
  Equivalent to limit(Tree, Depth, Text) using the text "..." as default replacement. erl_syntax_lib:limit/2
  Equivalent to list(List, none). erl_syntax:list/1
  Equivalent to log(Category, Format, Args). ct:log/2
  Equivalent to log(default, Format, []). ct:log/1
  Equivalent to macro(Name, none). erl_syntax:macro/1
  Equivalent to merge_files(Name, [], Files, Options). igor:merge_files/1
  Equivalent to merge(Name, Files, []). igor:merge/1
  Equivalent to module(Forms, []). erl_tidy:module/1
  Equivalent to open(Name, ConnType, TargetMod, []). ct_telnet:open/3
  Equivalent to open(Name, telnet). ct_telnet:open/1
  Equivalent to packages(Packages, []). edoc:files/1
  Equivalent to packages(Packages, []). edoc:packages/1
  Equivalent to pal(Category, Format, Args). ct:pal/2
  Equivalent to pal(default, Format, []). ct:pal/1
  Equivalent to par(Ds, 0). prettypr:par/1
  Equivalent to parse_file(File, []). epp_dodger:parse_file/1
  Equivalent to parse_form(IODevice, StartLine, []). epp_dodger:parse_form/2
  Equivalent to parse(IODevice, 1). epp_dodger:parse/1
  Equivalent to parse(IODevice, StartLine, []). epp_dodger:parse/2
  Equivalent to print(Category, Format, Args). ct:print/2
  Equivalent to print(default, Format, []). ct:print/1
  Equivalent to process_schema(Schema, []). xmerl_xsd:process_schema/1
  Equivalent to process_schema(Schemas, []). xmerl_xsd:process_schemas/1
  Equivalent to process_validate(Schema, Xml, []). xmerl_xsd:process_validate/2
  Equivalent to quick_parse_file(File, []). epp_dodger:quick_parse_file/1
  Equivalent to quick_parse_form(IODevice, StartLine, []). epp_dodger:quick_parse_form/2
  Equivalent to quick_parse(IODevice, 1). epp_dodger:quick_parse/1
  Equivalent to quick_parse(IODevice, StartLine, []). epp_dodger:quick_parse/2
  Equivalent to read_comments(File, []). edoc:read_comments/1
  Equivalent to read(File, []). edoc:read/1
  Equivalent to read_source(File, []). edoc:read_source/1
  Equivalent to receive_expr(Clauses, none, []). erl_syntax:receive_expr/1
  Equivalent to record_access(Argument, none, Field). erl_syntax:record_access/2
  Equivalent to record_expr(none, Type, Fields). erl_syntax:record_expr/2
  Equivalent to record_field(Name, none). erl_syntax:record_field/1
  Equivalent to rename(Files, Renamings, []). igor:rename/1
  Equivalent to render(Image, png, [{render_engine, opaque}]). egd:render/1
  Equivalent to render(Image, Type, [{render_engine, opaque}]). egd:render/1
  Equivalent to rules_state(RulesState, S). xmerl_scan:rules_state/1
  Equivalent to run_on_node(TestSpecs, false, Node). ct_master:run_on_node/2
  Equivalent to run(TestSpecs, false, [], []). ct_master:run/1
  Equivalent to run(TestSpecs, false, InclNodes, ExclNodes). ct_master:run/3
  Equivalent to seq_trigger_ms(all) ttb:seq_trigger_ms/0
  Equivalent to start(Filename, [procs]). percept_profile:start/1
  Equivalent to stop([]) ttb:stop/0
  Equivalent to string(Str, Doc, []). xmerl_xpath:string/2
  Equivalent to string(Str, Doc, [], Doc, Options). xmerl_xpath:string/3
  Equivalent to string(Test, []). xmerl_scan:string/1
  Equivalent to text_par(Text, 0). prettypr:text_par/1
  Equivalent to to_comment(Tree, "% "). erl_syntax_lib:to_comment/1
  Equivalent to to_comment(Tree, Prefix, F) for a default formatting function F. erl_syntax_lib:to_comment/1
  Equivalent to trace_port_control(node(),Operation). dbg:trace_port_control/1
This is equivalent to tracer(node()). ttb:tracer/0
This is equivalent to tracer(Nodes,[]). ttb:tracer/1
  Equivalent to tree(Type, []). erl_syntax:tree/1
  Equivalent to try_expr(Body, [], [], After). erl_syntax:try_after_expr/1
  Equivalent to try_expr(Body, [], Handlers). erl_syntax:try_expr/1
  Equivalent to try_expr(Body, Clauses, Handlers, []). erl_syntax:try_expr/1
  Equivalent to user_state(UserState, S). xmerl_scan:user_state/1
  Equivalent to validate(Element, State, []). xmerl_xsd:validate/2
  Equivalent to write_config(ConfigFile,Config,[]). ttb:write_config/2
Shorthand equivalents of create. gs:ObjType/1
Shorthand equivalents of create. gs:ObjType/2
Shorthand equivalents of create. gs:ObjType/3
  Erase a key from a dictionary dict:erase/2
  Erase a key from a dictionary orddict:erase/2
Run a script written in Erlang escript:escript
Run a script written in Erlang escript:script-name
Start/Call Erlang erl_call:erl_call
Transforms Erlang abstract format containing calls to ets/dbg:fun2ms into literal match specifications. ms_transform:parse_transform/2
Test for an Erlang BIF erl_internal:bif/2
Test for an Erlang BIF allowed in guards erl_internal:guard_bif/2
Convert between binary multi-precision integer and erlang big integer crypto:erlint/1
Convert between binary multi-precision integer and erlang big integer crypto:mpint/1
Allows Igor to work as a component of the Erlang compiler. igor:parse_transform/1
Convert The the date to the Erlang date format. httpd_util:convert_request_date/1
Create a TAGSfile covering all files in the Erlang distribution. tags:root/1
Start the Erlang emulator with the correct release data start_erl:start_erl
Start the Erlang emulator without attached terminal run_erl:run_erl
Get erlang error atom name from error number erl_driver:char* erl_errno_id/1
EDoc Erlang expression parsing. edoc_lib:parse_expr/2
Parse Erlang expressions erl_parse:parse_exprs/1
Read and tokenize Erlang expressions io:scan_erl_exprs/1
Read and tokenize Erlang expressions io:scan_erl_exprs/3
Read, tokenize and parse Erlang expressions io:parse_erl_exprs/1
Read, tokenize and parse Erlang expressions io:parse_erl_exprs/3
Evaluate Erlang expressions in a file file:eval/1
Evaluate Erlang expressions in a file file:eval/2
Evaluate Erlang expressions in a file file:path_eval/2
Evaluate and return the value of Erlang expressions in a file file:path_script/2
Evaluate and return the value of Erlang expressions in a file file:path_script/3
Evaluate and return the value of Erlang expressions in a file file:script/1
Evaluate and return the value of Erlang expressions in a file file:script/2
Decode an Erlang external term format binary erlang:binary_to_term/1
Encode a term to an Erlang external term format binary erlang:term_to_binary/1
Encode a term to en Erlang external term format binary erlang:term_to_binary/2
Parse an Erlang form erl_parse:parse_form/1
Read and tokenize an Erlang form io:scan_erl_form/1
Read and tokenize an Erlang form io:scan_erl_form/3
Read, tokenize and parse an Erlang form io:parse_erl_form/1
Read, tokenize and parse an Erlang form io:parse_erl_form/3
Return the next Erlang form from the opened Erlang source file