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/0
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/0
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/0
See edoc:run/3 for a description of the doclet option. edoc_lib:run_doclet/0
See edoc:run/3 for a description of the options subpackages, source_suffix and exclude_packages. edoc_lib:find_sources/0
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
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/0
Exports a simple XML element directly, without further context. xmerl:export_simple_element/0
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
Extracts the first element from a list erl_eterm:erl_hd/1
Delete an element from a list of tuples lists:keydelete/3
Extracts an element from an Erlang tuple erl_eterm:erl_element/2
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
Subtract the element in one list from another list lists:subtract/2
Search a list of key-value tuples for a tuple whose first element is a key. httpd_util:key1search/2
Search a list of key-value tuples for a tuple whose first element is a key. httpd_util:key1search/3
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
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 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
Counts elements in encoded term erl_marshal:erl_ext_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 satisfies Pred lists:any/2
Return true if all elements in the list satisfy Pred 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
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
Set the element_type_def attribute of the target object to the given TypeDef orber_ifr:set_element_type_def/2
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 docb_transform:Module:seealso/1
  EMPTY driver_entry:void event/3
  EMPTY edoc_layout:overview/0
  EMPTY edoc_layout:package/0
  EMPTY edoc_layout:type/0
  EMPTY edoc_lib:copy_file/0
  EMPTY edoc_lib:count/0
  EMPTY edoc_lib:datestr/0
  EMPTY edoc_lib:escape_uri/0
  EMPTY edoc_lib:filename/0
  EMPTY edoc_lib:find_doc_dirs/0
  EMPTY edoc_lib:find_file/0
  EMPTY edoc_lib:find_sources/0
  EMPTY edoc_lib:get_first_sentence/0
  EMPTY edoc_lib:is_name/0
  EMPTY edoc_lib:is_relative_uri/0
  EMPTY edoc_lib:is_space/0
  EMPTY edoc_lib:join_uri/0
  EMPTY edoc_lib:lines/0
  EMPTY edoc_lib:read_info_file/0
  EMPTY edoc_lib:segment/0
  EMPTY edoc_lib:simplify_path/0
  EMPTY edoc_lib:split_at/0
  EMPTY edoc_lib:split_at_space/0
  EMPTY edoc_lib:split_at_stop/0
  EMPTY edoc_lib:strip_space/0
  EMPTY edoc_lib:timestr/0
  EMPTY edoc_lib:to_label/0
  EMPTY edoc_lib:transpose/0
  EMPTY edoc_lib:try_subdir/0
  EMPTY edoc_lib:unique/0
  EMPTY edoc_lib:uri_get/0
  EMPTY edoc_lib:write_info_file/0
  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 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 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 xmerl_xsd:format_error/0
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
Creates an empty Erlang list erl_eterm:erl_mk_empty_list/0
Create a new empty FIFO queue queue:new/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
Encode an empty list (nil) ei:ei_decode_version/3
Encode an empty list (nil) ei:ei_encode_empty_list/2
Encode an empty list (nil) ei:ei_x_encode_empty_list/1
Create a new, empty process group pg2:create/1
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
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
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 trace action 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 trace action 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 trace action 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 trace action 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 trace action 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 trace action 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 trace action 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 trace action 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 trace in 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 binary ei:ei_encode_binary/4
  Encode a binary ei:ei_x_encode_binary/3
  Encode a boolean ei:ei_encode_boolean/3
  Encode a boolean ei:ei_x_encode_boolean/2
  Encode a double float ei:ei_encode_double/3
  Encode a double float ei:ei_x_encode_double/2
  Encode a fun ei:ei_encode_fun/3
  Encode a fun ei:ei_x_encode_fun/2
  Encode a list ei:ei_encode_list_header/3
  Encode a list ei:ei_x_encode_list_header/2
  Encode a megaco message. megaco_encoder:Module:encode_message/3
  Encode a pid ei:ei_encode_pid/3
  Encode a pid ei:ei_x_encode_pid/2
  Encode a string ei:ei_encode_string/3
  Encode a string ei:ei_encode_string_len/4
  Encode a string ei:ei_x_encode_string/2
  Encode a string ei:ei_x_encode_string_len/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 a trace token ei:ei_encode_trace/3
  Encode a trace token ei:ei_x_encode_trace/2
  Encode a tuple ei:ei_encode_tuple_header/3
  Encode a tuple ei:ei_x_encode_tuple_header/2
  Encode action requests for one or more transaction request(s) megaco:encode_actions/3
  Encode an 8-bit integer between 0-255 ei:ei_encode_char/3
  Encode an 8-bit integer between 0-255 ei:ei_x_encode_char/2
  Encode an arbitrary precision integer ei:ei_encode_bignum/3
  Encode an arbitrary precision integer ei:ei_x_encode_bignum/2
  Encode an ASN.1 value. asn1ct:encode/3
  Encode an ASN.1 value. asn1rt:encode/3
  Encode an atom ei:ei_encode_atom/3
  Encode an atom ei:ei_encode_atom_len/4
  Encode an atom ei:ei_x_encode_atom/2
  Encode an atom ei:ei_x_encode_atom_len/3
  Encode an empty list (nil) ei:ei_decode_version/3
  Encode an empty list (nil) ei:ei_encode_empty_list/2
  Encode an empty list (nil) ei:ei_x_encode_empty_list/1
  Encode an encrypted SNMP scopedPDU snmp_pdus:enc_encrypted_scoped_pdu/1
  Encode an erl_interface term ei:ei_encode_term/3
  Encode an erl_interface term ei:ei_x_encode_term/2
  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 integer ei:ei_encode_long/3
  Encode integer ei:ei_encode_longlong/3
  Encode integer ei:ei_x_encode_long/2
  Encode integer ei:ei_x_encode_longlong/2
  Encode SNMP UsmSecurityParameters snmp_pdus:enc_usm_security_parameters/1
  Encode unsigned integer ei:ei_encode_ulong/3
  Encode unsigned integer ei:ei_encode_ulonglong/3
  Encode unsigned integer ei:ei_x_encode_ulong/2
  Encode unsigned integer ei:ei_x_encode_ulonglong/2
  Encode version ei:ei_encode_version/2
  Encode version ei:ei_x_encode_version/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
Determines type of an encoded byte sequence erl_marshal:erl_ext_type/1
Compares encoded byte sequences erl_marshal:erl_compare_ext/2
Determines encoded size of term erl_marshal:erl_term_len/1
Convert an ASCII string to a Base64 encoded string. httpd_util:encode_base64/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_string/1
Counts elements in encoded term erl_marshal:erl_ext_size/1
Fetch the type and size of an encoded term ei:ei_get_type/4
Steps over encoded term erl_marshal:erl_peek_ext/2
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 a port ei:ei_encode_port/3
  Encodes a port ei:ei_x_encode_port/2
  Encodes a ref ei:ei_encode_ref/3
  Encodes a ref ei:ei_x_encode_ref/2
  Encodes data into base64. base64:encode/1
  Encodes data into base64. base64:encode_to_string/1
Prepare client notification encoding. ic_c_protocol:oe_prepare_notification_encoding/1
Prepare client request encoding. ic_c_protocol:oe_prepare_request_encoding/1
Invoke on the client side ORB before encoding and sending the request interceptors:out_request/6
Prepare server encoding of reply. ic_c_protocol:oe_prepare_reply_encoding/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
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 Text according to AES in Cipher Feedback mode or Cipher Block Chaining mode crypto:aes_cbc_128_encrypt/3
  Encrypt Text according to AES in Cipher Feedback mode or Cipher Block Chaining mode crypto:aes_cfb_128_encrypt/3
  Encrypt Text according to DES in CBC mode crypto:des_cbc_encrypt/3
  Encrypt Text according to DES3 in CBC mode crypto:des3_cbc_encrypt/5
Encode an encrypted SNMP scopedPDU snmp_pdus:enc_encrypted_scoped_pdu/1
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
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
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
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
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:erlang:spawn_monitor/1
Create and monitor a new process with a function as entry point erlang: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
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
Allocate environment data. ic_clib:CORBA_Environment_alloc/2
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 os:getenv/1
Set a new value for an environment variable os:putenv/2
Expand a string with environment variables win32reg:expand/1
List all environment variables os:getenv/0
Kill the epmd process epmd:epmd
Start Eprof. eprof:start/0
Stop Eprof. eprof:stop/0
Activate logging of eprof printouts. 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
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
  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 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 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 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 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 packages(Packages, []). edoc:files/1
  Equivalent to packages(Packages, []). edoc:packages/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 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 rules_state(RulesState, S). xmerl_scan:rules_state/1
  Equivalent to seq_trigger_ms(all) ttb:seq_trigger_ms/0
  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
Remote Procedure Call from C to Erlang ei_connect:ei_rpc/7
Remote Procedure Call from C to Erlang ei_connect:ei_rpc_from/5
Remote Procedure Call from C to Erlang ei_connect:ei_rpc_to/6
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 TAGS file 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/0
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
Converts a term from Erlang external format erl_marshal:erl_decode/1
Converts a term from Erlang external format erl_marshal:erl_decode_buf/1
Converts a term into Erlang external format erl_marshal:erl_encode/2
Converts a term into Erlang external format erl_marshal:erl_encode_buf/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
Creates an Erlang float erl_eterm:erl_mk_float/1
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 epp:parse_erl_form/1
Transform Erlang forms erl_id_trans:parse_transform/2
Creates an Erlang integer erl_eterm:erl_mk_int/1
Specify parameters for Erlang internal memory allocation. erl_set_memory_block:erl_set_memory_block/6
  Erlang I/O vector erl_driver:ErlIOVec
Creates an empty Erlang list erl_eterm:erl_mk_empty_list/0
Start the Erlang low level loader erl_prim_loader:start/3
A utility similar to VxWorks memPartInfoGet, but for the Erlang memory area. erl_set_memory_block:erl_mem_info_get/1
A utility similar to VxWorks memShow, but for the Erlang memory area. erl_set_memory_block:erl_memory_show/1
Close a connection to an Erlang node erl_connect:erl_close_connection/1
Establishe a connection to an Erlang node ei_connect:ei_connect/2
Establishe a connection to an Erlang node ei_connect:ei_xconnect/3
Establishe a connection to an Erlang node erl_connect:erl_connect/1
Establishe a connection to an Erlang node erl_connect:erl_xconnect/2
Restart the running Erlang node init:restart/0
Take down an Erlang node smoothly init:reboot/0
Take down an Erlang node smoothly< init:stop/0
Establish a connection to an Erlang node with optional timeout ei_connect:ei_connect_tmo/3
Establish a connection to an Erlang node with optional timeout ei_connect:ei_xconnect_tmo/4
Names of Erlang nodes at a host net_adm:names/0
Names of Erlang nodes at a host net_adm:names/1
Request the names of the registrered Erlang nodes on this host epmd:epmd
Creates an Erlang reference erl_eterm:erl_mk_long_ref/5
Creates an old Erlang reference erl_eterm:erl_mk_ref/3
Get information about the Erlang runtime system erl_driver:void driver_system_info/2
Halt the Erlang runtime system erlang:halt/1
Information about the Erlang runtime system erl_driver:ErlDrvSysInfo
Start an Erlang runtime system erl:erl
Start the Erlang runtime system init:boot/1
Turn a node into a non-distributed Erlang runtime system net_kernel:stop/0
Halt the Erlang runtime system and indicate normal exit to the calling environment erlang:halt/0
Turn an Erlang runtime system into a distributed node net_kernel:start/1
Turn an Erlang runtime system into a distributed node net_kernel:start/2
Turn an Erlang runtime system into a distributed node net_kernel:start/3
Add or modify an Erlang service erlsrv:erlsrv
List all erlang services or all options for one service. erlsrv:erlsrv
Extracts comments from a string containing Erlang source code. erl_comment_scan:string/0
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
Extracts comments from an Erlang source code file. edoc:read_comments/1
Extracts comments from an Erlang source code file. erl_comment_scan:file/1
Tidies an Erlang source code file. erl_tidy:file/1
Reverts a sequence of Erlang source code forms. erl_syntax:revert_forms/1
Preprocesse and parse an Erlang source file epp:parse_file/3
Return the next Erlang form from the opened Erlang source file epp:parse_erl_form/1
Reads an Erlang source file and returns the list of "source code form" syntax trees. edoc:read_source/1
Tidies Erlang source files in a directory and its subdirectories. erl_tidy:dir/1
Return name of Erlang start script lib:progname/0
Creates an Erlang string erl_eterm:erl_mk_estring/2
Prettyprint-formats an abstract Erlang syntax tree as text. erl_prettypr:format/1
This is an example script on how to startup the Erlang system in embedded mode on Unix. start:start
Convert abstract form to an Erlang term erl_parse:normalise/1
Creates a copy of an Erlang term erl_eterm:erl_copy_term/1
Creates an Erlang term erl_format:erl_format/2
Parse an Erlang term erl_parse:parse_term/1
Prints an Erlang term erl_eterm:erl_print_term/2
Returns the syntax tree corresponding to an Erlang term. erl_syntax:abstract/1
Convert an Erlang term into an abstract form erl_parse:abstract/1
Checks if an Erlang term is the result of ets:match_spec_compile ets:is_compiled_ms/1
Make a erlang term port from a port erl_driver:ErlDriverTerm driver_mk_port/1
Returns the Erlang term represented by a syntax tree. erl_syntax:concrete/1
Add an Erlang term to a private key field corba:create_subobject_key/2
Put the Erlang term TraceInfo into the sequential trace output seq_trace:print/1
Put the Erlang term TraceInfo into the sequential trace output seq_trace:print/2
Read Erlang terms from a file file:consult/1
Read Erlang terms from a file file:path_consult/2
Generate an Erlang throw corba:raise/1
Scan a string and returns the Erlang tokens erl_scan:string/1
Scan a string and returns the Erlang tokens erl_scan:string/2
Load raw Erlang trace from a file, port or process. et_collector:start_trace_client/3
Extracts an element from an Erlang tuple erl_eterm:erl_element/2
Creates an Erlang tuple from an array erl_eterm:erl_mk_tuple/2
Creates an Erlang variable erl_eterm:erl_mk_var/1
Calls erlang:apply(Func, Args) surrounded by trace([start | OptionList]) and trace(stop). fprof:apply/3
Library directory of Erlang/OTP code:lib_dir/0
Root directory of Erlang/OTP code:root_dir/0
The variable erl_errno contains the erl_interface error number. You can change the value if you wish. erl_error:erl_errno
The variable erl_errno contains the erl_interface error number. You can change the value if you wish. erl_error:erl_errno
Set the erl_interface library in compatibility mode erl_eterm:erl_set_compat_rel/1
Encode an erl_interface term ei:ei_encode_term/3
Encode an erl_interface term ei:ei_x_encode_term/2
Returns an erl_parse-compatible representation of a syntax tree, if possible. erl_syntax:revert/1
Fail with error erl_driver:int driver_failure/2
Fail with error erl_driver:int driver_failure_atom/2
Fail with error erl_driver:int driver_failure_posix/2
Fatal error, but not system call error erl_error:erl_err_quit/2
Fatal system call error erl_error:erl_err_sys/2
Handle error snmpm_user:handle_error/3
Invoked when a received message just contains an error megaco_user:handle_message_error/3
Non-fatal error, and not system call error erl_error:erl_err_msg/2
Non-fatal system call error erl_error:erl_err_ret/2
Return a string describing a particular Mnesia error. mnesia:error_description/1
Write information about a local process on standard error erlang:erlang:process_display/2
Non-fatal error, and not system call error erl_error:erl_err_msg/2
Get erlang error atom name from error number erl_driver:char* erl_errno_id/1
Fatal error, but not system call error erl_error:erl_err_quit/2
Format an error descriptor compile:format_error/1
Format an error descriptor erl_ddll:format_error/1
Format an error descriptor erl_lint:format_error/1
Format an error descriptor erl_parse:format_error/1
Format an error descriptor erl_scan:format_error/1
Format an error descriptor regexp:format_error/1
Return error diagnostics. ftp:formaterror/1
Send an standard error event to the error logger error_logger:error_msg/1
Send an standard error event to the error logger error_logger:error_msg/2
Send an standard error event to the error logger error_logger:format/2
  Error formatting function as required by the parse_transform interface. ms_transform:format_error/1
  Error function. math:erf/1
Another error function math:erfc/1
Create a TIO object representing the error interval around the time value represented by the target object CosTime_UTO:interval/1
Add an event handler to the error logger error_logger:add_report_handler/1
Add an event handler to the error logger error_logger:add_report_handler/2
Delete an event handler from the error logger error_logger:delete_report_handler/1
Send a standard error report event to the error logger error_logger:error_report/1
Send a standard information event to the error logger error_logger:info_msg/1
Send a standard information event to the error logger error_logger:info_msg/2
Send a standard information report event to the error logger error_logger:info_report/1
Send a standard warning event to the error logger error_logger:warning_msg/1
Send a standard warning event to the error logger error_logger:warning_msg/2
Send a standard warning report event to the error logger error_logger:warning_report/1
Send a user defined error report event to the error logger error_logger:error_report/2
Send a user defined information report event to the error logger error_logger:info_report/2
Send a user defined warning report event to the error logger error_logger:warning_report/2
Send an standard error event to the error logger error_logger:error_msg/1
Send an standard error event to the error logger error_logger:error_msg/2
Send an standard error event to the error logger error_logger:format/2
Creates an abstract error marker. erl_syntax:error_marker/1
Print error message lib:error_message/2
Get erlang error atom name from error number erl_driver:char* erl_errno_id/1
Translate an SCTP error number into a string gen_sctp:error_string/1
The variable erl_errno contains the erl_interface error number. You can change the value if you wish. erl_error:erl_errno
Called if a configuration error occurs snmpa_error:config_err/2
Called if a configuration error occurs snmpa_error_io:config_err/2
Called if a configuration error occurs snmpa_error_logger:config_err/2
Called if a configuration error occurs snmpa_error_report:config_err/2
Called if a user related error occurs snmpa_error:user_err/2
Called if a user related error occurs snmpa_error_io:user_err/2
Called if a user related error occurs snmpa_error_logger:user_err/2
Called if a user related error occurs snmpa_error_report:user_err/2
Enable or disable error printouts to a file error_logger:logfile/1
Return a descriptive string for an error reason file:format_error/1
Return a descriptive string for an error reason inet: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
Send a standard error report event to the error logger error_logger:error_report/1
Send a user defined error report event to the error logger error_logger:error_report/2
Return an error string. ssl:format_error/1
Convert error term to a readable string erl_tar:format_error/1
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
Convert an POSIX errorcode to a string win32reg:format_error/1
Returns the ErrorInfo structure of a warning_marker node. erl_syntax:warning_marker_info/1
Returns the ErrorInfo structure of an error_marker node. erl_syntax:error_marker_info/1
Returns the ErrorInfo structure of an error_marker node. erl_syntax:error_marker_info/1
Check a module for errors erl_lint:module/1
Check a module for errors erl_lint:module/2
Check a module for errors erl_lint:module/3
Invoked when a received message had syntax errors megaco_user:handle_syntax_error/3
Creates an erts_alloc configuration erts_alloc_config:make_config/0
Creates an erts_alloc configuration erts_alloc_config:make_config/1
  Establish a "virtual" connection megaco:connect/4
  Establish a connection to a node net_kernel:connect_node/1
  Establish a connection to an Erlang node with optional timeout ei_connect:ei_connect_tmo/3
  Establish a connection to an Erlang node with optional timeout ei_connect:ei_xconnect_tmo/4
  Establish a new association for the socket Socket, with a peer (SCTP server socket) gen_sctp:connect/5
  Establishe a connection to an Erlang node ei_connect:ei_connect/2
  Establishe a connection to an Erlang node ei_connect:ei_xconnect/3
  Establishe a connection to an Erlang node erl_connect:erl_connect/1
  Establishe a connection to an Erlang node erl_connect:erl_xconnect/2
Invoked when a new connection is established megaco_user:handle_connect/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
Calculates the Etag for a file. httpd_util:create_etag/1
Creates an environment data structure used by parts of EDoc for generating references, etc. edoc_lib:get_doc_env/4
Decode a ETERM ei:ei_decode_term/3
Clears the ETERM freelist erl_malloc:erl_eterm_release/1
Allocates an ETERM structure erl_malloc:erl_alloc_eterm/1
Frees an ETERM structure erl_malloc:erl_free_term/1
Frees an array of ETERM structures erl_malloc:erl_free_array/2
Frees an array of ETERM structures erl_malloc:erl_free_compound/1
Terminate etop etop:stop/0
Transforms Erlang abstract format containing calls to ets/dbg:fun2ms into literal match specifications. ms_transform:parse_transform/2
Checks if an Erlang term is the result of ets:match_spec_compile ets:is_compiled_ms/1
Repair a continuation from ets:select/1 or ets:select/3 that has passed through external representation ets:repair_continuation/2
Test a match_spec for use in ets:select/2. ets:test_ms/2
Repair a continuation from ets:select/1 or ets:select/3 that has passed through external representation ets:repair_continuation/2
Parse incoming data to erl and eval scripts. httpd:parse_query/1
  Evaluate a function call on a node rpc:call/4
  Evaluate a function call on a node rpc:call/5
  Evaluate a function call on a node, asynchrous version rpc:async_call/4
  Evaluate a function call on a node in the RPC server's context rpc:block_call/4
  Evaluate a function call on a node in the RPC server's context rpc:block_call/5
  Evaluate a function call on a number of nodes rpc:multicall/3
  Evaluate a function call on a number of nodes rpc:multicall/4
  Evaluate a function call on a number of nodes rpc:multicall/4
  Evaluate a function call on a number of nodes rpc:multicall/5
  Evaluate a list of expressions erl_eval:expr_list/2
  Evaluate a list of expressions erl_eval:expr_list/3
  Evaluate a list of expressions erl_eval:expr_list/4
  Evaluate a predefined analysis. xref:analyze/3
  Evaluate a query. xref:q/3
  Evaluate an application upgrade or downgrade script release_handler:eval_appup_script/4
  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
  Evaluate apply(M,F,Args) with all trace flags set. dbg:c/3
  Evaluate apply(M,F,Args) with Flags trace flags set. dbg:c/4
Measure the real time it takes to evaluate apply(Module, Function, Arguments) timer:tc/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 expression erl_eval:expr/2
  Evaluate expression erl_eval:expr/3
  Evaluate expression erl_eval:expr/4
  Evaluate expressions erl_eval:exprs/2
  Evaluate expressions erl_eval:exprs/3
  Evaluate expressions erl_eval:exprs/4
  Evaluate Module:Function(Arguments) repeatedly at intervals of Time. timer:apply_interval/4
  Evaluate several function calls on all nodes in parallel rpc:parallel_eval/1
  Evaluate the given Any event with the Filter's constraints CosNotifyFilter_MappingFilter:match/2
  Evaluate the given structured event with the Filter's constraints CosNotifyFilter_MappingFilter:match_structured/2
Deliver the result of evaluating a function call on a node (blocking) rpc:yield/1
Deliver the result of evaluating a function call on a node (non-blocking) rpc:nb_yield/1
Deliver the result of evaluating a function call on a node (non-blocking) rpc:nb_yield/2
Parallell evaluation of mapping a function over a list rpc:pmap/4
Bind an NamingContext to the Name even if the Name already is bound CosNaming_NamingContext:rebind_context/3
Bind an Object to the Name even if the Name already is bound CosNaming_NamingContext:rebind/3
Create a structured event cosNotificationApp:create_structured_event/6
Generate a system event sys:handle_debug/1
Handle a synchronous event. gen_fsm:Module:StateName/3
Handle a synchronous event. gen_fsm:Module:handle_sync_event/4
Handle an event. gen_event:Module:handle_event/2
Handle an asynchronous event. gen_fsm:Module:StateName/2
Handle an asynchronous event. gen_fsm:Module:handle_event/3
Notify an event manager about an event. gen_event:notify/2
Notify an event manager about an event. gen_event:sync_notify/2
Send an event asynchronously to a generic FSM. gen_fsm:send_all_state_event/2
Send an event asynchronously to a generic FSM. gen_fsm:send_event/2
Destroy the event channel CosEventChannelAdmin_EventChannel:destroy/1
Disconnect the ProxyPullConsumer object from the event channel. CosEventChannelAdmin_ProxyPullConsumer:disconnect_pull_consumer/1
Disconnect the ProxyPullSupplier object from the event channel. CosEventChannelAdmin_ProxyPullSupplier:disconnect_pull_supplier/1
Disconnect the ProxyPushConsumer object from the event channel. CosEventChannelAdmin_ProxyPushConsumer:disconnect_push_consumer/1
Disconnect the ProxyPushSupplier object from the event channel. CosEventChannelAdmin_ProxyPushSupplier:disconnect_push_supplier/1
Send one or more events to the event collector process megaco:report_digit_event/2
Change the event data sent when triggered CosTimerEvent_TimerEventHandler:set_data/2
Communicate event data to the consumers. CosEventChannelAdmin_ProxyPushConsumer:push/2
Destroy the event domain and all connections within it CosEventDomainAdmin_EventDomain:destroy/1
Provide an event for having the emulator call the driver erl_driver:int driver_select/4
Called when the driver event for input or output is signaled driver_entry:void ready_input/2
Called when the driver event for input or output is signaled driver_entry:void ready_output/2
Pull a structured event from the proxy CosNotifyChannelAdmin_StructuredProxyPullSupplier:pull_structured_event/1
Pull an Any event from the proxy CosNotifyChannelAdmin_ProxyPullSupplier:pull/1
Try and pull an Any event from the proxy CosNotifyChannelAdmin_ProxyPullSupplier:try_pull/1
Try to pull a structured event from the proxy CosNotifyChannelAdmin_StructuredProxyPullSupplier:try_pull_structured_event/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
Initialize an event handler. gen_event:Module:init/1
Initiate the event handler log_mf_h:init/3
Initiate the event handler log_mf_h:init/4
Report a user event to Mnesia's event handler. mnesia:report_event/1
Delete an event handler from a generic event manager. gen_event:delete_handler/3
Delete an event handler from the error logger error_logger:delete_report_handler/1
Replace an event handler in a generic event manager. gen_event:swap_handler/5
Replace an event handler in a generic event manager. gen_event:swap_sup_handler/5
Add a supervised event handler to a generic event manager. gen_event:add_sup_handler/3
Add an event handler to a generic event manager. gen_event:add_handler/3
Add an event handler to the error logger error_logger:add_report_handler/1
Add an event handler to the error logger error_logger:add_report_handler/2
Return all event handlers installed in a generic event manager. gen_event:which_handlers/1
Match the Any event if it satisfies at least one constraint CosNotifyFilter_Filter:match/2
Match the structured event if it satisfies at least one constraint CosNotifyFilter_Filter:match_structured/2
Send a delayed event internally in a generic FSM. gen_fsm:send_event_after/2
Send a timeout event internally in a generic FSM. gen_fsm:start_timer/2
Cancel, if possible, triggering of event(s). Return true if an event is actually cancelled, false otherwise CosTimerEvent_TimerEventHandler:cancel_timer/1
Add a supervised event handler to a generic event manager. gen_event:add_sup_handler/3
Add an event handler to a generic event manager. gen_event:add_handler/3
Delete an event handler from a generic event manager. gen_event:delete_handler/3
Make a synchronous call to a generic event manager. gen_event:call/3
Make a synchronous call to a generic event manager. gen_event:call/4
Replace an event handler in a generic event manager. gen_event:swap_handler/5
Replace an event handler in a generic event manager. gen_event:swap_sup_handler/5
Return all event handlers installed in a generic event manager. gen_event:which_handlers/1
Terminate a generic event manager. gen_event:stop/1
Notify an event manager about an event. gen_event:notify/2
Notify an event manager about an event. gen_event:sync_notify/2
Create a stand-alone event manager process. gen_event:start/0
Create a stand-alone event manager process. gen_event:start/1
Create a generic event manager process in a supervision tree. gen_event:start_link/0
Create a generic event manager process in a supervision tree. gen_event:start_link/1
This function is called whenever an event occurs in mod_security mod_security:event/4
This function is called whenever an event occurs in mod_security mod_security:event/5
Make a key out of an event record or an old key et_collector:make_key/2
Transforms trace data and makes an event record out of it et_selector:parse_event/2
Start a Timer Event Service object cosTime:start_timerevent_service/1
Stop the target Timer Event Service object cosTime:stop_timerevent_service/1
Install the cosTime Timer Event Service part application cosTime:install_timerevent/0
Uninstall the cosTime Timer Event Service part application cosTime:uninstall_timerevent/0
Reports an event, such as a message et:phone_home/4
Reports an event, such as a message et:phone_home/5
Reports an event, such as a message et:report_event/4
Reports an event, such as a message et:report_event/5
Send an event synchronously to a generic FSM. gen_fsm:sync_send_event/2
Send an event synchronously to a generic FSM. gen_fsm:sync_send_event/3
Send an event syncronously to a generic FSM. gen_fsm:sync_send_all_state_event/2
Send an event syncronously to a generic FSM. gen_fsm:sync_send_all_state_event/3
Clear the event table et_collector:clear_table/1
Load the event table from a file et_collector:load_event_file/2
Return true if the time has been set for an event that is yet to be triggered, false otherwise. The outparameter represents the current time value of the target object CosTimerEvent_TimerEventHandler:time_set/1
Report a user event to Mnesia's event handler. mnesia:report_event/1
Report an event to the collector et_collector:report/2
Report an event to the collector et_collector:report_event/5
Report an event to the collector et_collector:report_event/6
Send a standard error report event to the error logger error_logger:error_report/1
Send a standard information event to the error logger error_logger:info_msg/1
Send a standard information event to the error logger error_logger:info_msg/2
Send a standard information report event to the error logger error_logger:info_report/1
Send a standard warning event to the error logger error_logger:warning_msg/1
Send a standard warning event to the error logger error_logger:warning_msg/2
Send a standard warning report event to the error logger error_logger:warning_report/1
Send a user defined error report event to the error logger error_logger:error_report/2
Send a user defined information report event to the error logger error_logger:info_report/2
Send a user defined warning report event to the error logger error_logger:warning_report/2
Send an standard error event to the error logger error_logger:error_msg/1
Send an standard error event to the error logger error_logger:error_msg/2
Send an standard error event to the error logger error_logger:format/2
Push a structured event to the proxy CosNotifyChannelAdmin_SequenceProxyPushConsumer:push_structured_events/2
Push a structured event to the proxy CosNotifyChannelAdmin_StructuredProxyPushConsumer:push_structured_event/2
Push an Any event to the proxy CosNotifyChannelAdmin_ProxyPushConsumer:push/2
Inform the target object which event types the client will and will not accept in the future CosNotifyComm_NotifySubscribe:subscription_change/3
Start a new event viewer and a corresponding collector and load them with trace events from a trace file. et_viewer:file/1
Return a UTO containing the time at which the associated event was triggered CosTimerEvent_TimerEventService:event_time/2
Evaluate the given Any event with the Filter's constraints CosNotifyFilter_MappingFilter:match/2
Evaluate the given structured event with the Filter's constraints CosNotifyFilter_MappingFilter:match_structured/2
Subscribe to events of type EventCategory. mnesia:subscribe/1
Subscribe to events of type EventCategory. mnesia:unsubscribe/1
Add a new channel to the EventDomain CosEventDomainAdmin_EventDomain:add_channel/2
Start the NT eventlog server nteventlog:start/2
Start the NT eventlog server nteventlog:start_link/2
Stop the NT eventlog server nteventlog:stop/0
Return the EventReliability QoS identifier CosNotification:'EventReliability'/0
Iterate over the currently stored events et_collector:iterate/5
Iterates over the currently stored events et_collector:iterate/3
Return the current mapping for warning events error_logger:warning_map/0
Subscribe to Inviso events inviso:subscribe/0
Subscribe to Inviso events inviso:subscribe/1
Unsubscribe to Inviso events inviso:unsubscribe/0
Unsubscribe to Inviso events inviso:unsubscribe/1
Feed digit map collector with events and return the result megaco:test_digit_event/2
Start a new event viewer and a corresponding collector and load them with trace events from a trace file. et_viewer:file/1
Pull structured events from the proxy CosNotifyChannelAdmin_SequenceProxyPullSupplier:pull_structured_events/2
Try to pull structured events from the proxy CosNotifyChannelAdmin_SequenceProxyPullSupplier:try_pull_structured_events/2
Log system events in memory sys:log/2
Log system events in memory sys:log/3
Check if certain Quality of Service properties can be added to events in the current context of the target object CosNotifyChannelAdmin_ProxyConsumer:validate_event_qos/2
Print the logged events in the debug structure sys:print_log/1
Start a sequence chart viewer for trace events (messages/actions) et_viewer:start_link/1
Subscribe to events of type EventCategory. mnesia:subscribe/1
Subscribe to events of type EventCategory. mnesia:unsubscribe/1
Print all system events on standard_io sys:trace/2
Print all system events on standard_io sys:trace/3
Return all id's of the channels which produce events received by the channel identified by the given id CosEventDomainAdmin_EventDomain:get_offer_channels/2
Cancel, if possible, triggering of event(s). Return true if an event is actually cancelled, false otherwise CosTimerEvent_TimerEventHandler:cancel_timer/1
Return all id's of the channels which consume events supplied by the channel identified by the given id CosEventDomainAdmin_EventDomain:get_subscription_channels/2
Administer the type of events the proxy supplies CosNotifyChannelAdmin_ProxySupplier:obtain_offered_types/2
Inform the target object which type of events the supplier will deliver CosNotifyComm_NotifyPublish:offer_change/3
Save the events to a file et_collector:save_event_file/3
Send one or more events to the event collector process megaco:report_digit_event/2
Log system events to the specified file sys:log_to_file/2
Log system events to the specified file sys:log_to_file/3
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
Equivalent to event_state(EventState, S). xmerl_scan:event_state/1
Try to send a message without ever blocking erlang:erlang:send_nosuspend/2
Try to send a message without ever blocking erlang:erlang:send_nosuspend/3
As tpm_ms_tracer/5 but also adds a {tracer,Tracer} trace flag to the enable-list of every trace in MS. inviso_rt_meta:tpm_ms_tracer/5
This is an example script on how to startup the Erlang system in embedded mode on Unix. start:start
Get the call stack backtrace of the last exception erlang:erlang:get_stacktrace/0
Return a printable string, which describes the supplied exception orber:exception_info/1
Set exception. ic_clib:CORBA_exc_set/4
Throw an exception erlang:throw/1
Get exception identity. ic_clib:CORBA_exception_id/1
Return the exception IDL typecode orber_tc:exception/3
Return true if the supplied exception is a system defined exception otherwise false orber:is_system_exception/1
Stop execution with an exception of given class, reason and call stack backtrace erlang:erlang:raise/3
Return true if the supplied exception is a system defined exception otherwise false orber:is_system_exception/1
Return a list of exception types that can be raised by the target object orber_ifr:get_exceptions/1
Get exception value. ic_clib:CORBA_exception_value/1
Create a ExceptionDef IFR object orber_ifr:create_exception/5
Set the exceptions attribute for the target object orber_ifr:set_exceptions/2
Perform server-side SSL handshake and key exchange ssl:ssl_accept/1
Perform server-side SSL handshake and key exchange ssl:ssl_accept/2
See edoc:run/3 for a description of the options subpackages, source_suffix and exclude_packages. edoc_lib:find_sources/0
Get information about all processes excuting interpreted code int:snapshot/0
Split a RequestLine in a file reference to an executable and a QueryString or a PathInfo string. httpd_util:split_script_path/1
Let other processes get a chance to execute erlang:erlang:yield/0
  Execute a command in a shell of the target OS os:cmd/1
  Execute a transaction. mnesia:transaction/3
Synchronously execute a transaction. mnesia:sync_transaction/4
  Execute Fun in AccessContext. mnesia:activity/3
  Execute Fun in AccessContext. mnesia:activity/4
Search for server operation and execute it. ic_clib:oe_exec_switch/3
  Executes a parameterized SQL query. odbc:param_query/3
  Executes a parameterized SQL query. odbc:param_query/4
  Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/2
  Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/3
  Executes a SQL SELECT query and associates the result set with the connection. A cursor is positioned before the first row in the result set and the tuple {ok, NrRows} is returned. odbc:select_count/2
  Executes a SQL SELECT query and associates the result set with the connection. A cursor is positioned before the first row in the result set and the tuple {ok, NrRows} is returned. odbc:select_count/3
  Executes all entries in a config file. ttb:run_config/1
  Executes one entry of the history ttb:run_history/1
  Executes selected entries from a config file. ttb:run_config/2
Clear information about processes executing interpreted code i:ic/0
Clear information about processes executing interpreted code int:clear/0
Check if a process is executing old code for a module erlang:check_process_code/2
Called when the process should continue its execution sys:Mod:system_continue/3
Resume process execution int:continue/1
Resume process execution int:continue/3
Stop execution with a given reason erlang:erlang:error/1
Stop execution with a given reason erlang:erlang:error/2
Stop execution with a given reason erlang:erlang:fault/1
Stop execution with a given reason erlang:erlang:fault/2
Stop execution with a given reason erlang:exit/1
Stop execution with an exception of given class, reason and call stack backtrace erlang:erlang:raise/3
Create a File Object representing a file which may or may not exist CosFileTransfer_FileTransferSession:create_file/2
Ensure that all parent directories for a file or directory exist. filelib:ensure_dir/1
Return false if the target object do not exist, otherwise true corba_object:non_existent/1
Return false if the target object do not exist, otherwise true corba_object:non_existent/2
Return false if the target object do not exist, otherwise true corba_object:not_existent/1
Return false if the target object do not exist, otherwise true corba_object:not_existent/2
Send a message over an existing association and given stream gen_sctp:send/4
Compile a module for Cover analysis, using an existing beam. cover:compile_beam/1
Make a printout of all existing breakpoints i:ipb/0
Restart existing call counters for matching functions. cprof:restart/0
Restart existing call counters for matching functions. cprof:restart/1
Restart existing call counters for matching functions. cprof:restart/2
Restart existing call counters for matching functions. cprof:restart/3
Invoke when an existing connection to a client side ORB have been terminated interceptors:closed_in_connection/1
Invoke when an existing connection to a server side ORB have been terminated interceptors:closed_out_connection/1
List all existing connections to/from other ORB's orber:iiop_connections/0
List all existing connections to/from other ORB's orber:iiop_connections/1
Modify existing constraints CosNotifyFilter_Filter:modify_constraints/3
Open an existing Dets table. dets:open_file/1
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
Check if a row in a table exists snmp_generic:table_row_exists/2
Check if a table exists snmpa_local_db:table_exists/1
Return a list, of length Max or less, containing FileWrappers and a boolean which indicates if more FileWrappers exists CosFileTransfer_FileIterator:next_n/2
Return HowMany Property Names and a boolean which is true if additional Property Names exists CosPropertyService_PropertyNamesIterator:next_n/2
Returns the suffix subtree of a list node, if one exists. erl_syntax:list_suffix/1
Return true if a Property Name exists at the current position and the out parameter is a valid Property Name. Otherwise false and a non-valid Property Name CosPropertyService_PropertyNamesIterator:next_one/1
Return trueif a Property exists at the current position and the out parameter is a valid Property. Otherwise false and a non-valid property CosPropertyService_PropertiesIterator:next_one/1
Return a list of all cycles which exists within the target domain CosEventDomainAdmin_EventDomain:get_cycles/1
Return a list of all diamonds which exists within the target domain CosEventDomainAdmin_EventDomain:get_diamonds/1
Send an exit signal to a process erlang:exit/2
Send an exit signal with Reason after a specified Time. timer:exit_after/2
Send an exit signal with Reason after a specified Time. timer:exit_after/3
Send an exit signal with Reason after a specified Time. timer:kill_after/1
Send an exit signal with Reason after a specified Time. timer:kill_after/2
Halt the Erlang runtime system and indicate normal exit to the calling environment erlang:halt/0
  Exits a normal shell and starts a restricted shell. shell:start_restricted/1
  Exits a restricted shell and starts a normal shell. shell:stop_restricted/0
  Expand a request uri using Alias config directives. mod_alias:real_name/3
  Expand a request uri using ScriptAlias config directives. mod_alias:real_script_name/3
  Expand a string with environment variables win32reg:expand/1
  Expand all records in a module erl_expand_records:module/2
  Expands an abstract list skeleton to its most explicit form. erl_syntax:normalize_list/1
Return the node with the expected lowest future load pool:get_node/0
Spawn a process on the pool node with expected lowest future load pool:pspawn/3
Spawn and link to a process on the pool node with expected lowest future load pool:pspawn_link/3
Expands an abstract list skeleton to its most explicit form. erl_syntax:normalize_list/1
  Explicit grab lock. mnesia:lock/2
Send explicit reply to client corba:reply/2
Returns the list of function names declared by an export attribute. erl_syntax_lib:analyze_export_attribute/1
Equivalent to export(Data, Callback, []). xmerl:export/2
Check if a function is exported and loaded erlang:erlang:function_exported/3
For on-the-fly exporting during parsing (SAX style) of the XML document. xmerl:export_element/3
  Exports "simple-form" XML content, using the specified callback-module. xmerl:export_simple/3
  Exports a normal XML element directly, without further context. xmerl:export_element/0
  Exports a simple XML element directly, without further context. xmerl:export_simple_element/0
  Exports normal, well-formed XML content, using the specified callback-module. xmerl:export/3
  Exports normal XML content directly, without further context. xmerl:export_content/2
  Exports simple XML content directly, without further context. xmerl:export_simple_content/0
Equivalent to export_simple(Data, Callback, []). xmerl:export_simple/2
Creates an abstract "implicit fun" expression. erl_syntax:implicit_fun/1
Creates an abstract "implicit fun" expression. erl_syntax:implicit_fun/1
Creates an abstract block expression. erl_syntax:block_expr/1
Creates an abstract function application expression. erl_syntax:application/1
Creates an abstract function application expression. erl_syntax:application/2
Creates an abstract infix operator expression. erl_syntax:infix_expr/1
Creates an abstract Mnemosyne query expression. erl_syntax:query_expr/1
Creates an abstract module-qualified "implicit fun" expression. erl_syntax:implicit_fun/1
Creates an abstract parenthesised expression. erl_syntax:parentheses/1
Creates an abstract prefix operator expression. erl_syntax:prefix_expr/1
Creates an abstract record expression. erl_syntax:record_expr/2
Creates an abstract record field access expression. erl_syntax:record_access/1
Creates an abstract record field index expression. erl_syntax:record_index_expr/1
Evaluate expression erl_eval:expr/2
Evaluate expression erl_eval:expr/3
Evaluate expression erl_eval:expr/4
Fold over all files matching a regular expression. filelib:fold_files/5
Generate a list of tokens for an expression erl_parse:tokens/1
Generate a list of tokens for an expression erl_parse:tokens/2
Match a regular expression regexp:first_match/2
Match a regular expression regexp:match/2
Match a regular expression regexp:matches/2
Parse a regular expression regexp:parse/1
Pretty print one Expression erl_pp:expr/1
Pretty print one Expression erl_pp:expr/2
Pretty print one Expression erl_pp:expr/3
Pretty print one Expression erl_pp:expr/4
Returns the record name and field name/names of a record expression. erl_syntax_lib:analyze_record_expr/1
Search the reports for a regular expression rb:grep/1
Split a string in N chunks using a regular expression. httpd_util:split/3
Substitute all occurrences of a regular expression regexp:gsub/3
Substitute the first occurrence of a regular expression regexp:sub/3
Returns the name of an implicit fun expression "fun <em>F</em>". erl_syntax_lib:analyze_implicit_fun/1
Convert an sh regular expression into an AWK one regexp:sh_to_awk/1
EDoc Erlang expression parsing. edoc_lib:parse_expr/0
Returns true if Tree represents an expression which never terminates normally. erl_syntax_lib:is_fail_expr/1
Evaluate expressions erl_eval:exprs/2
Evaluate expressions erl_eval:exprs/3
Evaluate expressions erl_eval:exprs/4
Evaluate a list of expressions erl_eval:expr_list/2
Evaluate a list of expressions erl_eval:expr_list/3
Evaluate a list of expressions erl_eval:expr_list/4
Parse Erlang expressions erl_parse:parse_exprs/1
Pretty print Expressions erl_pp:exprs/1
Pretty print Expressions erl_pp:exprs/2
Pretty print Expressions erl_pp:exprs/3
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 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
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
  Extend the domain of a binary relation. sofs:extension/3
  Extended driver marker driver_entry:int extended_marker
  Extended start of an application application:Module:start_phase/3
Object code file extension code:objfile_extension/0
Remove a filename extension filename:rootname/1
Remove a filename extension filename:rootname/2
Return the file extension filename:extension/1
Return the last component of a filename, stripped of the specified extension filename:basename/2
Converts a term from Erlang external format erl_marshal:erl_decode/1
Converts a term from Erlang external format erl_marshal:erl_decode_buf/1
Converts a term into Erlang external format erl_marshal:erl_encode/2
Converts a term into Erlang external format erl_marshal:erl_encode_buf/2
Repair a continuation from ets:select/1 or ets:select/3 that has passed through external representation ets:repair_continuation/2
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
Convert the object reference to the external string representation corba:object_to_string/1
Convert the external string representation to an object reference corba:string_to_object/1
Convert the external string representation to an object reference corba:string_to_object/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
Append an extra element to a tuple erlang:erlang:append_element/2
  Extract a substring string:sub_string/2
  Extract a substring string:sub_string/3
  Extract all files from a tar file erl_tar:extract/1
  Extract and translate the initial call of a proc_lib spawned process. proc_lib:translate_initial_call/1
  Extract files from a tar file erl_tar:extract/2
  Extract files from a zip archive zip:extract/1
  Extract files from a zip archive zip:extract/2
  Extract files from a zip archive zip:unzip/1
  Extract files from a zip archive zip:unzip/2
  Extract files from an open archive zip:zip_get/1
  Extract files from an open archive zip:zip_get/2
  Extract largest element gb_sets:take_largest/1
  Extract largest key and value gb_trees:take_largest/1
  Extract smallest element gb_sets:take_smallest/1
  Extract smallest key and value gb_trees:take_smallest/1
  Extract subword string:sub_word/2
  Extract subword string:sub_word/3
  Extract the file suffix from a given filename. httpd_util:suffix/1
  Extract the first value associated with a key in an ETS table. httpd_util:lookup/2
  Extract the first value associated with a key in an ETS table. httpd_util:lookup/3
  Extract the initial call of a proc_lib spawned process. proc_lib:initial_call/1
  Extract the values associated with a key in a ETS table. httpd_util:multi_lookup/2
  Extracts an element from an Erlang tuple erl_eterm:erl_element/2
  Extracts comments from a string containing Erlang source code. erl_comment_scan:string/0
  Extracts comments from an Erlang source code file. edoc:read_comments/1
  Extracts comments from an Erlang source code file. erl_comment_scan:file/1
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
  Extracts individual comment lines from a source code string. erl_comment_scan:scan_lines/1
  Extracts the content of a variable erl_eterm:erl_var_content/2
  Extracts the first element from a list erl_eterm:erl_hd/1
  Extracts the nodes from the parsed XML tree according to XPath. xmerl_xpath:string/5
  Extracts the nodes from the xml tree according to XPath. xmerl_xs:select/1
  Extracts the tail from a list erl_eterm:erl_tl/1

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