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

A

Equivalent to application(Application, []). edoc:application/1
Equivalent to best(Tree, []). erl_prettypr:best/1
Equivalent to binary_field(Body, []). erl_syntax:binary_field/1
Equivalent to dir(Dir, []). erl_tidy:dir/1
Equivalent to export(Data, Callback, []). xmerl:export/2
Equivalent to export_simple(Data, Callback, []). xmerl:export_simple/2
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 format(Tree, []). erl_prettypr:format/1
Equivalent to get_doc(File, []). edoc:get_doc/1
Equivalent to layout(Doc, []). edoc:layout/1
Equivalent to layout(Tree, []). erl_prettypr:layout/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 parse_file(File, []). epp_dodger:parse_file/1
Equivalent to parse_form(IODevice, StartLine, []). epp_dodger:parse_form/2
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, 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 rename(Files, Renamings, []). igor:rename/1
Equivalent to string(Str, Doc, []). xmerl_xpath:string/2
Equivalent to string(Test, []). xmerl_scan:string/1
Equivalent to tree(Type, []). erl_syntax:tree/1
Equivalent to try_expr(Body, Clauses, Handlers, []). erl_syntax:try_expr/1
Equivalent to validate(Element, State, []). xmerl_xsd:validate/2
Same as apply(Func, Args, []). fprof:apply/2
Same as apply({Module, Function}, Args, []). fprof:apply/3
Convert the day of the week (integer [1-7]) to an abbreviated string. httpd_util:day/1
Convert the month as an integer (1-12) to an abbreviated string. httpd_util:month/1
  Abort the current transaction. mnesia:abort/1
  Abort the file transfer tftp:abort/3
Invoked when an transaction request has been aborted megaco_user:handle_trans_request_abort/4
Join an absolute directory with a relative filename filename:absname_join/2
  Absolute filename of a program os:find_executable/1
  Absolute filename of a program os:find_executable/2
Return the target object's associated absolute name. CosFileTransfer_File:'_get_complete_file_name'/1
Return the absolute name of the target object orber_ifr:get_absolute_name/1
Convert a filename to an absolute name, relative a specified directory filename:absname/2
Convert a filename to an absolute name, relative the working directory filename:absname/1
Arithmetical absolute value erlang:abs/1
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 arity qualifier. erl_syntax:arity_qualifier/1
Creates an abstract atom literal. erl_syntax:atom/1
Creates an abstract binary template field. erl_syntax:binary_field/1
Creates an abstract binary template field. erl_syntax:binary_field/1
Creates an abstract binary-object template. erl_syntax:binary/1
Creates an abstract block expression. erl_syntax:block_expr/1
Creates an abstract case-expression. erl_syntax:case_expr/1
Creates an abstract catch-expression. erl_syntax:catch_expr/1
Creates an abstract character literal. erl_syntax:char/1
Creates an abstract class qualifier. erl_syntax:class_qualifier/1
Creates an abstract clause. erl_syntax:clause/1
Returns the lines of text of the abstract comment. erl_syntax:comment_text/1
Transforms a syntax tree into an abstract comment. erl_syntax_lib:to_comment/1
Creates an abstract comment with the given padding and text. erl_syntax:comment/2
Creates an abstract cond-expression. erl_syntax:cond_expr/1
Creates an abstract conjunction. erl_syntax:conjunction/1
Creates an abstract disjunction. erl_syntax:disjunction/1
Creates an abstract document layout for a syntax tree. erl_prettypr:layout/1
Creates an abstract empty list. erl_syntax:nil/0
Creates an abstract end-of-file marker. erl_syntax:eof_marker/0
Prettyprint-formats an abstract Erlang syntax tree as text. erl_prettypr:format/1
Creates an abstract error marker. erl_syntax:error_marker/1
Creates an abstract floating-point literal. erl_syntax:float/1
Convert an Erlang term into an abstract form erl_parse:abstract/1
Convert abstract form to an Erlang term erl_parse:normalise/1
Transforms Erlang abstract format containing calls to ets/dbg:fun2ms into literal match specifications. ms_transform:parse_transform/2
Creates an abstract function application expression. erl_syntax:application/1
Creates an abstract function application expression. erl_syntax:application/2
Creates an abstract function definition. erl_syntax:function/1
Creates an abstract fun-expression. erl_syntax:fun_expr/1
Creates an abstract generator. erl_syntax:generator/1
Creates an abstract if-expression. erl_syntax:if_expr/1
Creates an abstract infix operator expression. erl_syntax:infix_expr/1
Creates an abstract integer literal. erl_syntax:integer/1
Creates a fixed "best" abstract layout for a syntax tree. erl_prettypr:best/1
Creates an abstract list comprehension. erl_syntax:list_comp/1
Constructs an abstract list skeleton. erl_syntax:list/2
Yields the most compact form for an abstract list skeleton. erl_syntax:compact_list/1
Expands an abstract list skeleton to its most explicit form. erl_syntax:normalize_list/1
Creates an abstract macro application. erl_syntax:macro/1
Creates an abstract match-expression. erl_syntax:match_expr/1
Creates an abstract Mnemosyne query expression. erl_syntax:query_expr/1
Creates an abstract Mnemosyne rule. erl_syntax:rule/1
Creates an abstract module qualifier. erl_syntax:module_qualifier/1
Creates an abstract module-qualified "implicit fun" expression. erl_syntax:implicit_fun/1
Creates an abstract operator. erl_syntax:operator/1
Creates an abstract parenthesised expression. erl_syntax:parentheses/1
Creates an abstract piece of source code text. erl_syntax:text/1
Creates an abstract prefix operator expression. erl_syntax:prefix_expr/1
Creates an abstract program attribute. erl_syntax:attribute/1
Creates an abstract qualified name. erl_syntax:qualified_name/1
Creates an abstract receive-expression. erl_syntax:receive_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
Creates an abstract record field specification. erl_syntax:record_field/1
Creates an abstract sequence of "source code forms". erl_syntax:form_list/1
Creates an abstract size qualifier. erl_syntax:size_qualifier/1
Creates an abstract string literal. erl_syntax:string/1
Creates an abstract try-expression. erl_syntax:try_expr/1
Creates an abstract tuple. erl_syntax:tuple/1
Creates an abstract universal pattern ("_"). erl_syntax:underscore/0
Creates an abstract variable with the given name. erl_syntax:variable/1
Creates an abstract warning marker. erl_syntax:warning_marker/1
  Accept a connection erl_connect:erl_accept/2
  Accept a connection from another node ei_connect:ei_accept/3
  Accept a connection from another node with optional timeout ei_connect:ei_accept_tmo/4
  Accept an incoming connection and prepare for ssl_accept ssl:transport_accept/1
  Accept an incoming connection and prepare for ssl_accept ssl:transport_accept/2
  Accept an incoming connection request. ssl:accept/1
  Accept an incoming connection request. ssl:accept/2
  Accept an incoming connection request on a listen socket gen_tcp:accept/1
  Accept an incoming connection request on a listen socket gen_tcp:accept/2
Inform the target object which event types the client will and will not accept in the future CosNotifyComm_NotifySubscribe:subscription_change/3
Close a socket returned by accept/1/2, connect/3/4, or listen/2. ssl:close/1
Open a file for read or write access tftp:open/6
Add one access definition snmp_view_based_acm_mib:add_access/8
Delete one access definition snmp_view_based_acm_mib:delete_access/1
Creates an abstract record field access expression. erl_syntax:record_access/1
Change the access mode for the table. mnesia:change_table_access_mode/2
Change the modification and last access time of a file file:change_time/3
Block user from access to a directory for a certain amount of time. mod_security:block_user/4
Block user from access to a directory for a certain amount of time. mod_security:block_user/5
List users that are currently blocked from access to a specified port number, for a given address (if specified). mod_security:list_blocked_users/1
List users that are currently blocked from access to a specified port number, for a given address (if specified). mod_security:list_blocked_users/2
List users that are currently blocked from access to a specified port number, for a given address (if specified). mod_security:list_blocked_users/2
List users that are currently blocked from access to a specified port number, for a given address (if specified). mod_security:list_blocked_users/3
Limit access to a specified set of nodes net_kernel:allow/1
Execute Fun in AccessContext. mnesia:activity/3
Execute Fun in AccessContext. mnesia:activity/4
Wait for tables to be accessible. mnesia:wait_for_tables/2
Return the accessible disk logs on the current node. disk_log:accessible_logs/0
Zip three lists into one list according to a fun lists:zipwith3/4
Zip two lists into one list according to a fun lists:zipwith/3
Decrypt Cipher according to AES in Cipher Feedback mode or Cipher Block Chaining mode crypto:aes_cbc_128_decrypt/3
Decrypt Cipher according to AES in Cipher Feedback mode or Cipher Block Chaining mode crypto:aes_cfb_128_decrypt/3
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
Decrypt Cipher according to DES in CBC mode crypto:des3_cbc_decrypt/5
Decrypt Cipher according to DES in CBC mode crypto:des_cbc_decrypt/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
Trace Item according to Flags. dbg:p/2
Collect digit map letters according to the digit map megaco:eval_digit_map/1
Collect digit map letters according to the digit map megaco:eval_digit_map/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
Generate stub and server code according to the OMG CORBA standard. ic:ic:gen/1
Generate stub and server code according to the OMG CORBA standard. ic:ic:gen/2
Current date and time according to Universal Time Coordinated (UTC) erlang:erlang:universaltime/0
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
Specify which account to use. ftp:account/2
Function to accumulate and normalize whitespace. xmerl_scan:accumulate_whitespace/1
Optionally invoked for a transaction acknowledgement megaco_user:handle_trans_ack/4
Returns the list of action body subtrees of a receive_expr node. erl_syntax:receive_expr_action/1
Give information about resolved and unresolved parse action conflicts. yecc:file/2
Set the trigger action of a breakpoint i:iba/3
Set the trigger action of a breakpoint int:action_at_break/3
Encode action requests for one or more transaction request(s) megaco:encode_actions/3
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
Tests if the Actions argument is correct megaco:test_request/5
  Activate a checkpoint. mnesia:activate_checkpoint/1
  Activate IIOP audit/trail orber:activate_audit_trail/0
  Activate IIOP audit/trail orber:activate_audit_trail/1
  Activate logging of eprof printouts. eprof:log/1
  Activate meta tracing inviso:tpm/4
  Activate meta tracing inviso:tpm/5
  Activate meta tracing inviso:tpm/5
  Activate meta tracing inviso:tpm/6
  Activate meta tracing inviso:tpm/8
  Activate meta tracing inviso:tpm/9
  Activate meta tracing inviso_rt:tpm/4
  Activate meta tracing inviso_rt:tpm/5
  Activate meta tracing inviso_rt:tpm/8
  Activate meta tracing inviso_rt:tpm_tracer/4
  Activate meta tracing inviso_rt:tpm_tracer/5
  Activate meta tracing inviso_rt: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/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
Simplified start of a sequence chart viewer with global tracing activated. et_viewer:start/0
  Activates/deactivates tracing by changing the current trace pattern et_selector:change_pattern/1
Make a breakpoint active i:ibe/2
Make a breakpoint active int:enable_break/2
Get all active alarms alarm_handler:get_alarms/0
Lookup information about an active connection megaco:conn_info/2
Update information about an active connection megaco:update_conn_info/3
Return a list of all ConsumerAdmins, currently active, Id:s CosNotifyChannelAdmin_EventChannel:get_all_consumeradmins/1
Return a list of all SupplierAdmins, currently active, Id:s CosNotifyChannelAdmin_EventChannel:get_all_supplieradmins/1
Change active trace pattern globally on all trace nodes et_collector:change_pattern/2
Perform a control operation on the active trace port driver on the given node. dbg:trace_port_control/2
Return the actual file path to a URL. mod_alias:path/3
Cancel, if possible, triggering of event(s). Return true if an event is actually cancelled, false otherwise CosTimerEvent_TimerEventHandler:cancel_timer/1
Check if a digraph is acyclic. digraph_utils:is_acyclic/1
  Added one community snmp_community_mib:add_community/5
  Added one context snmp_framework_mib:add_context/1
  Added one notify definition snmp_notification_mib:add_notify/3
This function is invoked when a new fragment is added to a fragmented table mnesia_frag_hash:add_frag/1
Create a new UTO object representing the time in the target object added to current time (UTC) CosTime_UTO:absolute_time/1
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
Get Max property names. If the target object have additional associated properties they will be put in the returned Iterator CosPropertyService_PropertySet:get_all_property_names/2
Start a tracer server on given node with additional parameters dbg:tracer/3
Start a tracer server with additional parameters dbg:tracer/2
Return true if the requested number of properties can be delivered and there are additional properties. Otherwise false is returned and a sequence of max HowMany properties CosPropertyService_PropertiesIterator:next_n/2
Return HowMany Property Names and a boolean which is true if additional Property Names exists CosPropertyService_PropertyNamesIterator:next_n/2
Connect to Port at Address. ssl:connect/3
Connect to Port at Address. ssl:connect/4
Get the initial reference address. orber:get_ORBDefaultInitRef/0
Get the initial reference address. orber:get_ORBInitRef/0
Return a hostent record for the host with the given address inet:gethostbyaddr/1
Return an URL string constructed from the given Address and Name strings CosNaming_NamingContextExt:to_url/3
Return peer address and port. ssl:peername/1
Return the local address and port. ssl:sockname/1
Return the address and port for the other end of a connection inet:peername/1
Return the local address and port number for a socket inet:sockname/1
Add one target address definition snmp_target_mib:add_addr/10
Delete one target address definition snmp_target_mib:delete_addr/1
List users that are currently blocked from access to a specified port number, for a given address (if specified). mod_security:list_blocked_users/1
List users that are currently blocked from access to a specified port number, for a given address (if specified). mod_security:list_blocked_users/2
List users that are currently blocked from access to a specified port number, for a given address (if specified). mod_security:list_blocked_users/2
List users that are currently blocked from access to a specified port number, for a given address (if specified). mod_security:list_blocked_users/3
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/1
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/2
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/2
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/3
Get the request-id, context, community and address of the current request snmpa:current_address/0
Get the request-id, context, community and address of the current request snmpa:current_community/0
Get the request-id, context, community and address of the current request snmpa:current_context/0
Get the request-id, context, community and address of the current request snmpa:current_request_id/0
Return lowest and highest memory address used instrument:mem_limits/1
Verify if the IP address versus the current configuration orber_acl:match/2
Verify if the IP address versus the current configuration orber_acl:match/3
Verify if the IP address versus the Filter orber_acl:verify/3
  Adds or updates annotations on nodes in a syntax tree. erl_syntax_lib:annotate_bindings/1
  Adds or updates annotations on nodes in a syntax tree. erl_syntax_lib:annotate_bindings/1
Like write_file/3, but adds path components to the target directory corresponding to the specified package. edoc_lib:write_file/1
  Adjust left end of string string:left/2
  Adjust left end of string string:left/3
  Adjust right end of string string:right/2
  Adjust right end of string string:right/3
Calculate the adler checksum zlib:adler32/2
Calculate the adler checksum zlib:adler32/3
Return the default consumer admin associated with the target object CosNotifyChannelAdmin_EventChannel:_get_default_consumer_admin/1
Return the default supplier admin associated with the target object CosNotifyChannelAdmin_EventChannel:_get_default_supplier_admin/1
Return the MaxConsumers Admin identifier CosNotification:'MaxConsumers'/0
Return the MaxQueueLength Admin identifier CosNotification:'MaxQueueLength'/0
Return the MaxSuppliers Admin identifier CosNotification:'MaxSuppliers'/0
return the associated Admin object CosNotifyChannelAdmin_ProxyConsumer:_get_MyAdmin/1
Return the target object's associated Admin object CosNotifyChannelAdmin_ProxySupplier:_get_MyAdmin/1
Return the ConsumerAdmin matching AdminID CosNotifyChannelAdmin_EventChannel:get_consumeradmin/2
Return the SupplierAdmin matching AdminID CosNotifyChannelAdmin_EventChannel:get_supplieradmin/2
  Administer subscription types CosNotifyChannelAdmin_ProxyConsumer:obtain_subscription_types/2
  Administer the type of events the proxy supplies CosNotifyChannelAdmin_ProxySupplier:obtain_offered_types/2
Return a list of AdminProperties associated with the target object CosNotification_AdminPropertiesAdmin:get_admin/1
Update the AdminProperties for the target object CosNotification_AdminPropertiesAdmin:set_admin/2
Start or adopt a runtime component at the local node, provided it has a certain rttag inviso:add_node_if_ref/1
Start or adopt a runtime component at the local node, provided it has a certain rttag inviso:add_node_if_ref/2
Start or adopt runtime components at some nodes inviso:add_nodes/2
Start or adopt runtime components at some nodes inviso:add_nodes/3
Start or adopt runtime components at some nodes, provided they have a certain rttag inviso:add_nodes_if_ref/2
Start or adopt runtime components at some nodes, provided they have a certain rttag inviso:add_nodes_if_ref/3
Starts or adopts a runtime component at the local node inviso:add_node/1
Starts or adopts a runtime component at the local node inviso:add_node/2
Equivalent to try_expr(Body, [], [], After). erl_syntax:try_after_expr/1
Add an AGENT-CAPABILITY definition to the agent snmpa:add_agent_caps/2
Delete an AGENT-CAPABILITY definition from the agent snmpa:del_agent_caps/1
Get all aliasnames known to the agent snmpa:which_aliasnames/0
Get all tables known to the agent snmpa:which_tables/0
Get all variables known to the agent snmpa:which_variables/0
Handle agent snmpm_user:handle_agent/4
Load MIBs into the agent snmpa:load_mibs/1
Load MIBs into the agent snmpa:load_mibs/2
Perform a get operation on the agent snmpa:get/2
Perform a get operation on the agent snmpa:get/3
Perform a get-next operation on the agent snmpa:get_next/2
Perform a get-next operation on the agent snmpa:get_next/3
Register this agent snmpm:register_agent/2
Register this agent snmpm:register_agent/3
Register this agent snmpm:register_agent/3
Register this agent snmpm:register_agent/4
Return all AGENT-CAPABILITY definitions in the agent snmpa:get_agent_caps/0
Return information about the agent snmpa:info/0
Return information about the agent snmpa:info/1
Return information about the agent snmpa:old_info_format/1
Unload MIBs from the agent snmpa:unload_mibs/1
Unload MIBs from the agent snmpa:unload_mibs/2
Convert old snmp config to new agent config snmpa:convert_config/1
Retrieve agent config snmpm:agent_info/3
Update agent config snmpm:update_agent_info/5
Update agent config snmpm:update_usm_user_info/4
Backup agent data snmpa:backup/1
Backup agent data snmpa:backup/2
Start the agent part of the SNMP application snmp:start_agent/0
Start the agent part of the SNMP application snmp:start_agent/1
Delete an AGENT-CAPABILITY definition from the agent snmpa:del_agent_caps/1
Add an AGENT-CAPABILITY definition to the agent snmpa:add_agent_caps/2
Return all AGENT-CAPABILITY definitions in the agent snmpa:get_agent_caps/0
List the registered agents snmpm:which_agents/0
List the registered agents snmpm:which_agents/1
Start the SNMP supervisor for all agents snmpa_supervisor:start_master_sup/1
Set an alarm with an id alarm_handler:set_alarm/1
Clear the specified alarms alarm_handler:clear_alarm/1
Get all active alarms alarm_handler:get_alarms/0
Expand a request uri using Alias config directives. mod_alias:real_name/3
Return the alias IDL typecode orber_tc:alias/3
Create a AliasDef IFR object orber_ifr:create_alias/5
Get all the possible oid's for an aliasname snmpm:name_to_oid/1
Get the oid for an aliasname snmpm:oid_to_name/1
Get all aliasnames known to the agent snmpa:which_aliasnames/0
Check whether a process is alive erlang:is_process_alive/1
Check whether the local node is alive erlang:is_alive/0
Return all Id:s for channels, currently alive, created by the target object CosNotifyChannelAdmin_EventChannelFactory:get_all_channels/1
  Allocate a driver binary erl_driver:ErlDrvBinary* driver_alloc_binary/1
  Allocate a new buffer ei:ei_x_new/1
  Allocate a new buffer ei:ei_x_new_with_version/1
  Allocate a string. ic_clib:CORBA_string_alloc/1
  Allocate a wide string. ic_clib:CORBA_wstring_alloc/1
  Allocate environment data. ic_clib:CORBA_Environment_alloc/2
  Allocate memory erl_driver:void *driver_alloc/1
Free any allocated data. ic_clib:CORBA_free/1
Information about dynamically allocated memory erlang:erlang:memory/0
Information about dynamically allocated memory erlang:erlang:memory/1
Free an allocated memory block erl_driver:void driver_free/1
Resize an allocated memory block erl_driver:void *driver_realloc/2
  Allocates an ETERM structure erl_malloc:erl_alloc_eterm/1
  Allocates some memory erl_malloc:erl_malloc/1
Get threshold, in percent, for process memory allocation memsup:get_procmem_high_watermark/0
Get threshold, in percent, for system memory allocation memsup:get_sysmem_high_watermark/0
Set threshold, as percentage represented by a float, for process memory allocation memsup:set_procmem_high_watermark/1
Set threshold, given as a float, for system memory allocation memsup:set_sysmem_high_watermark/1
Specify parameters for Erlang internal memory allocation. erl_set_memory_block:erl_set_memory_block/6
Memory allocation information c:memory/0
Memory allocation information c:memory/1
Memory allocation information c:memory/1
Sort the memory allocation list instrument:sort/1
Read memory allocation map instrument:read_memory_data/1
Return the current memory allocation map instrument:memory_data/0
Returns the memory block header size used by the emulator that generated the memory allocation map instrument:block_header_size/1
Store the current memory allocation map on a file instrument:store_memory_data/1
Replace type numbers in memory allocation map with type descriptions instrument:descr/1
Reports term allocation statistics erl_malloc:erl_eterm_statistics/2
Return current memory allocation status instrument:memory_status/1
Read memory allocation status from a file instrument:read_memory_status/1
Store the current memory allocation status on a file instrument:store_memory_status/1
Returns a allocator description instrument:allocator_descr/2
Returns a allocator description instrument:class_descr/2
Return a protected empty digraph, where cycles are allowed. digraph:new/0
  Allows Igor to work as a component of the Erlang compiler. igor:parse_transform/1
  Alter the value of one or more configuration directive. httpd:Module:store/3
Add ALTERNATE_IIOP_ADDRESS component to the supplied local object corba:add_alternate_iiop_address/3
Return the total amount of memory used instrument:sum_blocks/1
Suspend the calling process for Time amount of milliseconds. timer:sleep/1
Returns the amount of padding before the comment, or none. erl_syntax:comment_padding/1
Block user from access to a directory for a certain amount of time. mod_security:block_user/4
Block user from access to a directory for a certain amount of time. mod_security:block_user/5
Same as analyse([]). fprof:analyse/0
  Analyse a Cover compiled module. cover:analyse/1
  Analyse a Cover compiled module. cover:analyse/2
  Analyse a Cover compiled module. cover:analyse/2
  Analyse a Cover compiled module. cover:analyse/3
Collect and analyse call counters. cprof:analyse/0
Collect and analyse call counters. cprof:analyse/1
Collect and analyse call counters. cprof:analyse/1
Collect and analyse call counters. cprof:analyse/2
Same as analyse([OptionName]). fprof:analyse/1
Same as analyse([{OptionName, OptionValue}]). fprof:analyse/2
Same as analyse([{OptionName, OptionValue}]). fprof:analyse/2
  Analyses raw profile data in the fprof server. fprof:analyse/1
Compile a module for Cover analysis. cover:compile/1
Compile a module for Cover analysis. cover:compile/2
Compile a module for Cover analysis. cover:compile_module/1
Compile a module for Cover analysis. cover:compile_module/2
Compile all .beam files in a directory for Cover analysis. cover:compile_beam_directory/0
Compile all .beam files in a directory for Cover analysis. cover:compile_beam_directory/1
Compile all modules in a directory for Cover analysis. cover:compile_directory/0
Compile all modules in a directory for Cover analysis. cover:compile_directory/1
Compile all modules in a directory for Cover analysis. cover:compile_directory/2
Evaluate a predefined analysis. xref:analyze/3
Return all nodes that are part of the coverage analysis. cover:which_nodes/0
Detailed coverage analysis of a Cover compiled module. cover:analyse_to_file/1
Detailed coverage analysis of a Cover compiled module. cover:analyse_to_file/2
Detailed coverage analysis of a Cover compiled module. cover:analyse_to_file/2
Detailed coverage analysis of a Cover compiled module. cover:analyse_to_file/3
Compile a module for Cover analysis, using an existing beam. cover:compile_beam/1
Replace an analyzed module. xref:replace_module/4
Remove analyzed modules. xref:remove_module/2
Replace newly compiled analyzed modules. xref:update/2
  Analyzes a "source code form" node. erl_syntax_lib:analyze_form/1
  Analyzes a sequence of "program forms". erl_syntax_lib:analyze_forms/1
  Analyzes an attribute node. erl_syntax_lib:analyze_attribute/1
Return the ancestor channel CosNotifyChannelAdmin_ConsumerAdmin:_get_MyChannel/1
Return the OS family and, in some cases, OS name of the current operating system os:type/0
Appends the term Annotation to the list of user annotations of Node. erl_syntax:add_ann/1
Sets the list of user annotations of Node to Annotations. erl_syntax:set_ann/1
Returns the list of user annotations associated with a syntax tree node. erl_syntax:get_ann/1
Copies the list of user annotations from Source to Target. erl_syntax:copy_ann/1
Appends the term Annotation to the list of user annotations of Node. erl_syntax:add_ann/1
Sets the list of user annotations of Node to Annotations. erl_syntax:set_ann/1
Adds or updates annotations on nodes in a syntax tree. erl_syntax_lib:annotate_bindings/1
Adds or updates annotations on nodes in a syntax tree. erl_syntax_lib:annotate_bindings/1
Send a message and wait for an answer lib:sendw/2
Create a cursor in preparation for fetching answers mnemosyne:cursor/1
Create a cursor in preparation for fetching answers mnemosyne:cursor/2
Fetche the next answers mnemosyne:next_answers/1
Fetche the next answers mnemosyne:next_answers/3
Match the objects in an ETS table against a match_spec and returns part of the answers. ets:select/3
Match the objects in an ETS table against a pattern and returns part of the answers. ets:match/3
Match the objects in an ETS table against a pattern and returns part of the answers. ets:match_object/3
Return all answers from Cursor in a list mnemosyne:all_answers/1
Get all answers from the Handle mnemosyne:eval/1
Fold a function over the answers to a query. qlc:fold/4
Return all answers to a query. qlc:e/2
Return all answers to a query. qlc:eval/2
Return some or all answers to a query. qlc:next_answers/2
Returns the argument subtree of a record_expr node, if any. erl_syntax:record_expr_argument/1
Returns the guard subtree of a clause node, if any. erl_syntax:clause_guard/1
Returns the list of argument subtrees of a macro node, if any. erl_syntax:macro_arguments/1
Returns the list of argument subtrees of an attribute node, if any. erl_syntax:attribute_arguments/1
Returns the size specifier subtree of a binary_field node, if any. erl_syntax:binary_field_size/1
Returns the timeout subtree of a receive_expr node, if any. erl_syntax:receive_expr_timeout/1
Returns the type subtree of a record_access node, if any. erl_syntax:record_access_type/1
Returns the value subtree of a record_field node, if any. erl_syntax:record_field_value/1
Return the #any{} defualt value associated with the target object CosNotifyFilter_MappingFilter:_get_default_value/1
Return the object associated, if any, with the given name string CosNaming_NamingContextExt:resolve_str/2
Return the AnyOrder QoS value CosNotification:'AnyOrder'/0
Run EDoc on an application in its default app-directory. edoc:application/1
Check whether a term appears to be a record erlang:is_record/2
Check whether a term appears to be a record erlang:is_record/3
  append a chunk to the remote file. ftp:append_chunk/2
  Append a list of lists lists:append/1
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
  Append a value to keys in a dictionary dict:append/3
  Append an extra element to a tuple erlang:erlang:append_element/2
Transfer file to remote server, and append it to Remotefile. ftp:append/3
  Append new values to keys in a dictionary dict:append_list/3
  Append the file represented by the SourceFile from the target object's file system to a file in the destination FileTransferSession's file system CosFileTransfer_FileTransferSession:append/3
  Append two lists lists:append/2
Return a new path with the default resource or file appended. mod_alias:default_index/2
Stop transfer of chunks for appending. ftp:append_chunk_end/1
Reverse a list appending a tail lists:reverse/2
Start transfer of file chunks for appending to File. ftp:append_chunk_start/2
  Appends a buffer at the end ei:ei_x_append/2
  Appends a buffer at the end ei:ei_x_append_buf/3
  Appends Comments to the post-comments of Node. erl_syntax:add_postcomments/1
  Appends Comments to the pre-comments of Node. erl_syntax:add_precomments/1
  Appends the comments of Source to the current comments of Target. erl_syntax:join_comments/1
  Appends the term Annotation to the list of user annotations of Node. erl_syntax:add_ann/1
Install data in mnesia necessary for running the cosProperty applicatio cosProperty:install_db/0
Add the modules of an application. xref:add_application/3
Clean up after termination of an application application:Module:stop/1
Creates an abstract macro application. erl_syntax:macro/1
Debug a WebTool application. webtool:debug_app/1
Extended start of an application application:Module:start_phase/3
Get the configuration parameters for an application application:get_all_env/0
Get the configuration parameters for an application application:get_all_env/1
Install the cosEvent application cosEventApp:install/0
Install the cosEventDomain application cosEventDomainApp:install/0
Install the cosFileTransfer application cosFileTransferApp:install/0
Install the cosNotification application cosNotificationApp:install/0
Install the cosNotification application cosNotificationApp:install/1
Install the cosTime Time Service part application cosTime:install_time/0
Install the cosTime Timer Event Service part application cosTime:install_timerevent/0
Install the Orber application orber:install/1
Install the Orber application orber:install/2
Library directory for an application code:lib_dir/1
Load an application application:load/1
Load an application application:load/2
Load and start an application application:start/1
Load and start an application application:start/2
Priv directory for an application code:priv_dir/1
Remove all data from mnesia related to the cosProperty application cosProperty:uninstall_db/0
Remove all data in the IFR related to the cosProperty application cosProperty:uninstall/0
Start a WebTool Application start_webtool:start_webtool
Start an application application:Module:start/2
Start the agent part of the SNMP application snmp:start_agent/0
Start the agent part of the SNMP application snmp:start_agent/1
Start the cosEvent application cosEventApp:start/0
Start the cosEventDomain application cosEventDomainApp:start/0
Start the cosFileTransfer application cosFileTransferApp:start/0
Start the cosNotification application cosNotificationApp:start/0
Start the cosProperty application cosProperty:start/0
Start the cosTime application cosTime:start/0
Start the cosTransactions application cosTransactions:start/0
Start the Inets application tftp:start/0
Start the manager part of the SNMP application snmp:start_manager/0
Start the manager part of the SNMP application snmp:start_manager/1
Start the Orber application orber:start/0
Start the Orber application orber:start/1
Start the SNMP application snmp:start/0
Start the SNMP application snmp:start/1
Starts the Megaco application megaco:start/0
Starts the SSH application ssh:start/0
Stop an application application:stop/1
Stop the cosEvent application cosEventApp:stop/0
Stop the cosEventDomain application cosEventDomainApp:stop/0
Stop the cosFileTransfer application cosFileTransferApp:stop/0
Stop the cosNotification application cosNotificationApp:stop/0
Stop the cosProperty application cosProperty:stop/0
Stop the cosTime application cosTime:stop/0
Stop the cosTransactions application cosTransactions:stop/0
Stop the Orber application orber:stop/0
Stops the Megaco application megaco:stop
Stops the Megaco application megaco:stop/0
Stops the SSH application ssh:stop
Stops the SSH application ssh:stop/0
Take over a distributed application application:takeover/2
Uninstall the cosEvent application cosEventApp:uninstall/0
Uninstall the cosEventDomain application cosEventDomainApp:uninstall/0
Uninstall the cosFileTransfer application cosFileTransferApp:uninstall/0
Uninstall the cosNotification application cosNotificationApp:uninstall/0
Uninstall the cosNotification application cosNotificationApp:uninstall/1
Uninstall the cosTime Time Service part application cosTime:uninstall_time/0
Uninstall the cosTime Timer Event Service part application cosTime:uninstall_timerevent/0
Uninstall the Orber application orber:uninstall/0
Unload an application application:unload/1
Update the configuration parameters for an application. application:Module:config_change/3
Stop debugging an application and format the trace log. webtool:stop_debug/0
Start the Orber application as lightweight orber:start_lightweight/0
Start the Orber application as lightweight orber:start_lightweight/1
Get the name of an application containing a certain process or module application:get_application/0
Get the name of an application containing a certain process or module application:get_application/1
Find an application downgrade script release_handler:downgrade_script/3
Start the Orber application during tests orber:jump_start/1
Creates an abstract function application expression. erl_syntax:application/1
Creates an abstract function application expression. erl_syntax:application/2
Prepare an application for termination application:Module:prep_stop/1
Return the current time and the Inaccuracy given when starting this application in a UTO CosTime_TimeService:universal_time/1
Run EDoc on an application in its default app-directory. edoc:application/1
Install the cosProperty application in the IFR cosProperty:install/0
Retreive various system and application info megaco:versions1/0
Retreive various system and application info megaco:versions2/0
Retreive various system and application info snmp:versions1/0
Retreive various system and application info snmp:versions2/0
Run EDoc on an application located in the specified directory. edoc:application/1
Returns the list of argument subtrees of an application node. erl_syntax:application_arguments/1
Returns the operator subtree of an application node. erl_syntax:application_operator/1
Get the value of an application specification key application:get_key/1
Get the value of an application specification key application:get_key/2
Get the application specification keys application:get_all_key/0
Get the application specification keys application:get_all_key/1
Is the application started as lightweight? orber:is_lightweight/0
Get the start type of an ongoing application startup. application:start_type/0
Evaluate an application upgrade or downgrade script release_handler:eval_appup_script/4
Find an application upgrade script release_handler:upgrade_script/2
Downgrade to a previous application version release_handler:downgrade_app/2
Downgrade to a previous application version release_handler:downgrade_app/3
Upgrade to a new application version release_handler:upgrade_app/2
Equivalent to application(Application, []). edoc:application/1
Get the currently loaded applications application:loaded_applications/0
Get the currently running applications application:which_applications/0
Get the currently running applications application:which_applications/1
Remove releases and their applications and modules. xref:remove_release/2
Remove applications and their modules. xref:remove_application/2
Replace an application's modules. xref:replace_application/4
Change an application's permission to run on a node. application:permit/2
  Applies a function to each immediate subtree of a syntax tree. erl_syntax_lib:map_subtrees/2
  Applies a function to each node of a syntax tree. erl_syntax_lib:map/2
  Apply a function to all or some objects stored in a Dets table. dets:traverse/2
  Apply a function to an argument list erlang:apply/2
  Apply a function to an argument list erlang:apply/3
  Apply a function to each element of a list lists:foreach/2
  Apply a match specification to all objects stored in a Dets table. dets:select/2
  Apply a match specification to some objects stored in a Dets table. dets:select/1
  Apply a match specification to the first chunk of objects stored in a Dets table. dets:select/3
  Apply Module:Function(Arguments) after a specified Time. timer:apply_after/4
Same as apply(Func, Args, []). fprof:apply/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
Same as apply({Module, Function}, Args, []). fprof:apply/3
Same as apply({Module, Function}, Args, OptionList). fprof:apply/4
Measure the real time it takes to evaluate apply(Module, Function, Arguments) timer:tc/3
Start Appmon. appmon:start/0
Stop Appmon. appmon:stop/0
Sends an arbitary FTP command. ftp:quote/2
Decode a GMP arbitrary precision integer ei:ei_decode_bignum/3
Encode an arbitrary precision integer ei:ei_encode_bignum/3
Encode an arbitrary precision integer ei:ei_x_encode_bignum/2
Close an open archive zip:zip_close/1
Create a tar archive erl_tar:create/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
Print name and information for each file in a zip archive zip:tt/1
Print the name of each file in a zip archive zip:t/1
Retrieve the name of all files in a zip archive zip:list_dir/1
Retrieve the name of all files in a zip archive zip:list_dir/2
Retrieve the name of all files in a zip archive zip:table/1
Retrieve the name of all files in a zip archive zip:table/2
Return a table of files in open zip archive zip:zip_list_dir/1
Open an archive and return a handle to it zip:zip_open/1
Open an archive and return a handle to it zip:zip_open/2
Create a tar archive with options erl_tar:create/3
Create a zip archive with options zip:create/2
Create a zip archive with options zip:create/3
Create a zip archive with options zip:zip/2
Create a zip archive with options zip:zip/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
Same as apply(Func, Args, []). fprof:apply/2
Same as apply({Module, Function}, Args, []). fprof:apply/3
Same as apply({Module, Function}, Args, OptionList). fprof:apply/4
Calls erlang:apply(Func, Args) surrounded by trace([start | OptionList]) and trace(stop). fprof:apply/3
Tests if the Actions argument is correct megaco:test_request/5
Tests if the Reply argument is correct megaco:test_reply/5
Apply a function to an argument list erlang:apply/2
Apply a function to an argument list erlang:apply/3
Returns the argument subtree of a case_expr node. erl_syntax:case_expr_argument/1
Returns the argument subtree of a prefix_expr node. erl_syntax:prefix_expr_argument/1
Returns the argument subtree of a record_access node. erl_syntax:record_access_argument/1
Returns the argument subtree of a record_expr node, if any. erl_syntax:record_expr_argument/1
Returns the left argument subtree of an infix_expr node. erl_syntax:infix_expr_left/1
Returns the right argument subtree of an infix_expr node. erl_syntax:infix_expr_right/1
Returns the argument subtree (the size) of a size_qualifier node. erl_syntax:size_qualifier_argument/1
Returns the list of argument subtrees of a macro node, if any. erl_syntax:macro_arguments/1
Returns the list of argument subtrees of an application node. erl_syntax:application_arguments/1
Returns the list of argument subtrees of an attribute node, if any. erl_syntax:attribute_arguments/1
Create a Mnesia table called Name with properties as described by the argument TabDef. mnesia:create_table/2
Returns the argument (the arity) subtree of an arity_qualifier node. erl_syntax:arity_qualifier_argument/1
Returns the argument (the class) subtree of a class_qualifier node. erl_syntax:class_qualifier_argument/1
Returns the argument (the module) subtree of a module_qualifier node. erl_syntax:module_qualifier_argument/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
Get all non-flag command line arguments init:get_args/0
Get all non-flag command line arguments init:get_plain_arguments/0
Measure the real time it takes to evaluate apply(Module, Function, Arguments) timer:tc/3
Test for an arithmetic operator erl_internal:arith_op/2
  Arithmetical absolute value erlang:abs/1
Check whether a term is a fun with a given arity erlang:is_function/2
Create a new tuple of a given arity erlang:erlang:make_tuple/2
Returns the name and arity of a function definition. erl_syntax_lib:analyze_function/1
Returns the arity of a function node. erl_syntax:function_arity/1
Returns the arity of a fun_expr node. erl_syntax:fun_expr_arity/1
Returns the name and arity of a Mnemosyne rule. erl_syntax_lib:analyze_rule/1
Returns the arity of a rule node. erl_syntax:rule_arity/1
Return the arity of a tuple or binary erl_eterm:erl_size/1
Creates an abstract arity qualifier. erl_syntax:arity_qualifier/1
Returns the argument (the arity) subtree of an arity_qualifier node. erl_syntax:arity_qualifier_argument/1
Returns the argument (the arity) subtree of an arity_qualifier node. erl_syntax:arity_qualifier_argument/1
Returns the body subtree of an arity_qualifier node. erl_syntax:arity_qualifier_body/1
  Arranges documents horizontally or vertically, separated by whitespace. prettypr:sep/1
  Arranges documents in a paragraph-like layout. prettypr:par/1
Creates a list from an array erl_eterm:erl_mk_list/2
Creates an Erlang tuple from an array erl_eterm:erl_mk_tuple/2
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 array IDL typecode orber_tc:array/2
Frees an array of ETERM structures erl_malloc:erl_free_array/2
Frees an array of ETERM structures erl_malloc:erl_free_compound/1
Merge an array of server maps to one single map. ic_clib:oe_merge_maps/2
Create an IFR objref of the type ArrayDef orber_ifr:create_array/3
Invoke when requests arrive at the server side ORB interceptors:in_request/6
Invoke when requests arrive at the server side ORB with undecoded request body interceptors:in_request_encoded/6
Invoke when replies arrives at the client side ORB interceptors:in_reply/6
Invoke when replies arrives at the client side ORB with undecoded reply body interceptors:in_reply_encoded/6
Decodes an base64 encoded string to plain ASCII. http_base_64:decode/1
Set transfer type to ascii or binary. ftp:type/2
Convert a base64 encoded string to a plain ascii string. httpd_util:decode_base64/1
Encodes a plain ASCII string into base64. http_base_64:encode/1
Convert an ASCII string to a Base64 encoded string. httpd_util:encode_base64/1
Returns a float whose text representation is the integers (ASCII values) in String. string:to_float/1
Returns an integer whose text representation is the integers (ASCII values) in String. string:to_integer/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
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
Decode from Bytes into an ASN.1 value. asn1ct:decode/3
Decode from bytes into an ASN.1 value. asn1rt:decode/3
Encode an ASN.1 value. asn1ct:encode/3
Encode an ASN.1 value. asn1rt:encode/3
Validate an ASN.1 value. asn1ct:validate/3
Validate an ASN.1 value. asn1rt:validate/3
Create an ASN.1 value for test purposes. asn1ct:value/2
  Assign a binary object registry:ei_reg_setpval/4
  Assign a floating point object registry:ei_reg_setfval/3
  Assign a new controlling process to the socket. ssl:controlling_process/2
  Assign a new verbosity for the process snmpa:verbosity/2
  Assign a new verbosity for the process snmpm:format_reason/1
  Assign a new verbosity for the process snmpm:format_reason/2
  Assign a new verbosity for the process snmpm:verbosity/2
  Assign a string object registry:ei_reg_setsval/3
  Assign a value to any object type registry:ei_reg_setval/5
  Assign an integer object registry:ei_reg_setival/3
  Associate a new property with the target object CosPropertyService_PropertySetDef:define_property_with_mode/4
  Associate a UDP port number with the process calling it gen_udp:open/1
  Associate a UDP port number with the process calling it gen_udp:open/2
Add a new initial service and associate it with the given id corba:add_initial_service/2
  Associate the given Property Definitions with the target object CosPropertyService_PropertySetDef:define_properties_with_modes/2
Return the target object's associated absolute name. CosFileTransfer_File:'_get_complete_file_name'/1
return the associated Admin object CosNotifyChannelAdmin_ProxyConsumer:_get_MyAdmin/1
Return the target object's associated Admin object CosNotifyChannelAdmin_ProxySupplier:_get_MyAdmin/1
Return the objects associated channel CosNotifyChannelAdmin_SupplierAdmin:_get_MyChannel/1
Yields false if the node has no associated comments, and true otherwise. erl_syntax:has_comments/1
Clears the associated comments of Node. erl_syntax:remove_comments/1
Return the target object's all associated constraints CosNotifyFilter_MappingFilter:get_all_mapping_constraints/1
Return the target object's associated constraints with given ID:s CosNotifyFilter_MappingFilter:get_mapping_constraints/2
Return a UTO containing the time at which the associated event was triggered CosTimerEvent_TimerEventService:event_time/2
Change the current working directory of the target object's associated file system CosFileTransfer_FileTransferSession:set_directory/2
Delete the file or directory, represented by the File object, from the target objects associated file system CosFileTransfer_FileTransferSession:delete/2
Return the target object's associated file system CosFileTransfer_VirtualFileSystem:'_get_file_system_type'/1
Create a new directory in the target objects associated file systems domain CosFileTransfer_FileTransferSession:create_directory/2
Return the target object's associated FileTransferSession CosFileTransfer_File:'_get_associated_session'/1
Return the object associated, if any, with the given name string CosNaming_NamingContextExt:resolve_str/2
Return the associated lifetime MappingFilter CosNotifyChannelAdmin_ConsumerAdmin:_get_lifetime_filter/1
Return the target object's associated lifetime MappingFilter CosNotifyChannelAdmin_ProxySupplier:_get_lifetime_filter/1
Set the target object's associated lifetime MappingFilter CosNotifyChannelAdmin_ProxySupplier:_set_lifetime_filter/2
Return the target object's associated name CosFileTransfer_File:'_get_name'/1
Returns the associated post-comments of a node. erl_syntax:get_postcomments/1
Returns the associated pre-comments of a node. erl_syntax:get_precomments/1
Return the associated priority MappingFilter CosNotifyChannelAdmin_ConsumerAdmin:_get_priority_filter/1
Return the target object's associated priority MappingFilter CosNotifyChannelAdmin_ProxySupplier:_get_priority_filter/1
Set the target object's associated priority MappingFilter CosNotifyChannelAdmin_ProxySupplier:_set_priority_filter/2
Get Max property names. If the target object have additional associated properties they will be put in the returned Iterator CosPropertyService_PropertySet:get_all_property_names/2
Return true if the target have an associated property with given name CosPropertyService_PropertySet:is_property_defined/2
Return all associated pull consumers Id:s CosNotifyChannelAdmin_SupplierAdmin:_get_pull_consumers/1
Return a list of all associated pull supplier Id:s CosNotifyChannelAdmin_ConsumerAdmin:_get_pull_suppliers/1
Return all associated push consumers Id:s CosNotifyChannelAdmin_SupplierAdmin:_get_push_consumers/1
Return a list of all associated push supplier Id:s CosNotifyChannelAdmin_ConsumerAdmin:_get_push_suppliers/1
Register the parameter SubtransactionAwareResource object such that it will be notified when the transaction, associated wit the target object, has committed or rolled back CosTransactions_Coordinator:register_subtran_aware/2
Get the values associated with a command line user flag init:get_argument/1
Get the data associated with a debug option sys:get_debug/3
Increment the variable associated with a discarded pdu snmpa_mpd:discarded_pdu/1
Return the information associated with a given item for a Dets table. dets:info/2
Extract the values associated with a key in a ETS table. httpd_util:multi_lookup/2
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
Return the list of objects associated with a slot of a Dets table. dets:slot/2
Return the mime type associated with a specific file suffix. httpd_util:lookup_mime/2
Return the mime type associated with a specific file suffix. httpd_util:lookup_mime/3
Return the mime type associated with a specific file suffix or the value of the DefaultType. httpd_util:lookup_mime_default/2
Return the mime type associated with a specific file suffix or the value of the DefaultType. httpd_util:lookup_mime_default/3
Returns a representation of the attributes associated with a syntax tree node. erl_syntax:get_attrs/1
Returns the list of user annotations associated with a syntax tree node. erl_syntax:get_ann/1
Stop the query associated with Cursor mnemosyne:delete_cursor/1
Close the preprocessing of the file associated with Epp epp:close/1
Return the information associated with given item for an ETS table. ets:info/2
Return the property value associated with given name CosPropertyService_PropertySet:get_property_value/2
Return all properties associated with given names CosPropertyService_PropertySet:get_properties/2
Returns the position information associated with Node. erl_syntax:get_pos/1
Return the list of records that are associated with Slot in a table. mnesia:dirty_slot/2
Return all channel id's associated with target object CosEventDomainAdmin_EventDomain:get_all_channels/1
Return the channel associated with the given id CosEventDomainAdmin_EventDomain:get_channel/2
Return the channel object associated with the given Id CosNotifyChannelAdmin_EventChannelFactory:get_event_channel/2
Return the domain associated with the given id CosEventDomainAdmin_EventDomainFactory:get_event_domain/2
Remove the channel associated with the given id and remove all connections of that channel CosEventDomainAdmin_EventDomain:remove_channel/2
Return a #'CosEventDomainAdmin_Connection'{} struct describing the connection associated with the given id within the target domain CosEventDomainAdmin_EventDomain:get_connection/2
Return the name associated with the object. CosTransactions_Coordinator:get_transaction_name/1
Return a boolean which indicates whether the transction associated with the target object is a descendant of the transaction associated with the parameter object CosTransactions_Coordinator:is_descendant_transaction/2
Return true if the transction associated with the target object is related to the transaction associated with the parameter object CosTransactions_Coordinator:is_same_transaction/2
Get the most derived Contained object associated with the target object orber_ifr:get_containing_repository/1
Get the number of properties associated with the target object CosPropertyService_PropertySet:get_number_of_properties/1
Modify the constraints associated with the target object CosNotifyFilter_MappingFilter:modify_constraints/3
Register the parameter Resource object as a participant in the transaction associated with the target object CosTransactions_Coordinator:register_resource/2
Remove a filter associated with the target object CosNotifyFilter_FilterAdmin:remove_filter/2
Remove all constraints associated with the target object CosNotifyFilter_Filter:remove_all_constraints/1
Remove all constraints associated with the target object CosNotifyFilter_MappingFilter:remove_all_mapping_constraints/1
Return a DomainID sequence of all domains associated with the target object CosEventDomainAdmin_EventDomainFactory:get_all_domains/1
Return a hash code for the top-level transaction associated with the target object CosTransactions_Coordinator:hash_top_level_tran/1
Return a hash code for the transaction associated with the target object. CosTransactions_Coordinator:hash_transaction/1
Return a list of AdminProperties associated with the target object CosNotification_AdminPropertiesAdmin:get_admin/1
Return a list of all filter Id:s associated with the target object CosNotifyFilter_FilterAdmin:get_all_filters/1
Return all constraints associated with the target object CosNotifyFilter_Filter:get_all_constraints/1
Return all NotifySubscribe Id's associated with the target object CosNotifyFilter_Filter:get_callbacks/1
Return the #any{} defualt value associated with the target object CosNotifyFilter_MappingFilter:_get_default_value/1
Return the Coordinator object associated with the target object CosTransactions_Control:get_coordinator/1
Return the CORBA::TypeCode of the default value associated with the target object CosNotifyFilter_MappingFilter:_get_value_type/1
Return the default consumer admin associated with the target object CosNotifyChannelAdmin_EventChannel:_get_default_consumer_admin/1
Return the default filter factory associated with the target object CosNotifyChannelAdmin_EventChannel:_get_default_filter_factory/1
Return the default supplier admin associated with the target object CosNotifyChannelAdmin_EventChannel:_get_default_supplier_admin/1
Return the inaccuracy associated with the target object CosTime_UTO:'_get_inaccuracy'/1
Return the interval associated with the target object CosTime_TIO:'_get_time_interval'/1
Return the status of the top-level transaction associated with the target object CosTransactions_Coordinator:get_top_level_status/1
Return the status of the transaction associated with the target object CosTransactions_Coordinator:get_status/1
Return the Terminator object associated with the target object CosTransactions_Control:get_terminator/1
Return the time associated with the target object CosTime_UTO:'_get_time'/1
Return the time displacement factor associated with the target object CosTime_UTO:'_get_tdf'/1
Compare the time associated with the target object and the given UTO object CosTime_UTO:compare_time/3
Return the data associated with the target object in Utc form CosTime_UTO:'_get_utc_time'/1
Return a boolean which indicates whether the transction associated with the target object is a descendant of the transaction associated with the parameter object CosTransactions_Coordinator:is_descendant_transaction/2
Return true if the transction associated with the target object is a top-level transaction CosTransactions_Coordinator:is_top_level_transaction/1
Return true if the transction associated with the target object is related to the transaction associated with the parameter object CosTransactions_Coordinator:is_same_transaction/2
Modify the transaction associated with the target object so the only possible outcome is to rollback the transaction CosTransactions_Coordinator:rollback_only/1
Return a list Max properties or less. If more properties are associated with the target object they will be put in the PropertiesIterator. CosPropertyService_PropertySet:get_all_properties/2
Delete log files associated with tracerdata inviso:delete_log/0
Delete log files associated with tracerdata inviso:delete_log/1
Delete log files associated with tracerdata inviso:delete_log/1
Delete log files associated with tracerdata inviso:delete_log/1
Delete log files associated with tracerdata inviso:delete_log/2
Get log file names associated with tracerdata inviso:list_logs/0
Get log file names associated with tracerdata inviso:list_logs/1
Get log file names associated with tracerdata inviso:list_logs/1
Get log file names associated with tracerdata inviso:list_logs/1
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
Remove association between the given id and service corba:remove_initial_service/1
Handle the reply to an asynchroneous request snmpm_user:handle_pdu/5
Cancel an asynchronous call erl_driver:int driver_async_cancel/1
Called when an asynchronous call has returned driver_entry:void ready_async/2
Perform an asynchronous call within a driver erl_driver:long driver_async/3
Handle an asynchronous event. gen_fsm:Module:StateName/2
Handle an asynchronous event. gen_fsm:Module:handle_event/3
  Asynchronous get-bulk-request snmpm:agb/5
  Asynchronous get-bulk-request snmpm:agb/6
  Asynchronous get-bulk-request snmpm:agb/6
  Asynchronous get-bulk-request snmpm:agb/6
  Asynchronous get-bulk-request snmpm:agb/7
  Asynchronous get-bulk-request snmpm:agb/7
  Asynchronous get-bulk-request snmpm:agb/7
  Asynchronous get-bulk-request snmpm:agb/8
  Asynchronous get-bulk-request snmpm:agb/9
  Asynchronous get-next-request snmpm:agn/3
  Asynchronous get-next-request snmpm:agn/4
  Asynchronous get-next-request snmpm:agn/4
  Asynchronous get-next-request snmpm:agn/4
  Asynchronous get-next-request snmpm:agn/5
  Asynchronous get-next-request snmpm:agn/5
  Asynchronous get-next-request snmpm:agn/5
  Asynchronous get-next-request snmpm:agn/6
  Asynchronous get-next-request snmpm:agn/7
  Asynchronous get-request snmpm:ag/3
  Asynchronous get-request snmpm:ag/4
  Asynchronous get-request snmpm:ag/4
  Asynchronous get-request snmpm:ag/4
  Asynchronous get-request snmpm:ag/5
  Asynchronous get-request snmpm:ag/5
  Asynchronous get-request snmpm:ag/5
  Asynchronous get-request snmpm:ag/6
  Asynchronous get-request snmpm:ag/7
Cancels an asynchronous HTTP-request. http:cancel_request/1
Cancel a asynchronous request snmpm:cancel_async_request/2
Handle an asynchronous request. gen_server:Module:handle_cast/2
Send an asynchronous request to a generic server. gen_server:cast/2
Send an asynchronous request to several generic servers. gen_server:abcast/2
Send an asynchronous request to several generic servers. gen_server:abcast/3
  Asynchronous set-request snmpm:as/3
  Asynchronous set-request snmpm:as/4
  Asynchronous set-request snmpm:as/4
  Asynchronous set-request snmpm:as/4
  Asynchronous set-request snmpm:as/5
  Asynchronous set-request snmpm:as/5
  Asynchronous set-request snmpm:as/5
  Asynchronous set-request snmpm:as/6
  Asynchronous set-request snmpm:as/7
Read asynchronously from an open file ssh_sftp:apread/4
Read asynchronously from an open file ssh_sftp:aread/3
  Asynchronously log an item onto a disk log. disk_log:alog/2
  Asynchronously log an item onto a disk log. disk_log:balog/2
  Asynchronously log several items onto a disk log. disk_log:alog_terms/2
  Asynchronously log several items onto a disk log. disk_log:balog_terms/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
Broadcast a message asynchronously to a registered process on all nodes rpc:abcast/2
Broadcast a message asynchronously to a registered process on specific nodes rpc:abcast/3
Write asynchronously to an open file ssh_sftp:apwrite/4
Write asynchronously to an open file ssh_sftp:awrite/3
Evaluate a function call on a node, asynchrous version rpc:async_call/4
Check whether a term is an atom erlang:is_atom/1
Convert from text representation to an atom erlang:list_to_atom/1
Convert from text representation to an atom erlang:list_to_existing_atom/1
Creates an atom erl_eterm:erl_mk_atom/1
Decode an atom ei:ei_decode_atom/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
Returns the name of a variable node as an atom. erl_syntax:variable_name/1
Text representation of an atom erlang:atom_to_list/1
Write an atom io_lib:write_atom/1
Returns true if Node has type atom and represents Value, otherwise false. erl_syntax:is_atom/1
Return an atom describing the primitive type orber_ifr:get_kind/1
Make an atom from a name erl_driver:ErlDriverTerm driver_mk_atom/1
Creates an abstract atom literal. erl_syntax:atom/1
Get erlang error atom name from error number erl_driver:char* erl_errno_id/1
Returns the literal string represented by an atom node. erl_syntax:atom_literal/1
Returns the printname of an atom node. erl_syntax:atom_name/1
Returns the value represented by an atom node. erl_syntax:atom_value/1
Returns a user-named atom which is not already in the set Used. erl_syntax_lib:new_variable_name/2
Returns an atom which is not already in the set Used. erl_syntax_lib:new_variable_name/1
  Atomically re-register a name global:re_register_name/2
  Atomically re-register a name global:re_register_name/3
Concatenate a list of atoms lists:concat/1
Returns the names of variables occurring in a syntax tree, The result is a set of variable names represented by atoms. erl_syntax_lib:variables/1
Create a set of atoms or any type of sets. sofs:set/2
  Attach to a process i:ia/1
  Attach to a process i:ia/2
  Attach to a process i:ia/3
  Attach to a process i:ia/4
Get/set when and how to attach to a process int:auto_attach/0
Get/set when and how to attach to a process int:auto_attach/1
Get/set when and how to attach to a process int:auto_attach/2
Set when and how to attach to a process i:iaa/1
Set when and how to attach to a process i:iaa/2
Start the Erlang emulator without attached terminal run_erl:run_erl
  Attaches comments to a syntax tree. erl_recomment:recomment_tree/1
  Attaches comments to the syntax tree/trees representing a program. erl_recomment:recomment_forms/2
Set the params attibute of the target object to the given parameterdescription records orber_ifr:set_params/2
Creates an abstract program attribute. erl_syntax:attribute/1
Pretty print an attribute erl_pp:attribute/1
Pretty print an attribute erl_pp:attribute/2
Returns the file name and line number of a file attribute. erl_syntax_lib:analyze_file_attribute/1
Returns the list of function names declared by an export attribute. erl_syntax_lib:analyze_export_attribute/1
Returns the module name and (if present) list of function names declared by an import attribute. erl_syntax_lib:analyze_import_attribute/1
Returns the module name declared by a module attribute. erl_syntax_lib:analyze_module_attribute/1
Returns the name and the list of fields of a record declaration attribute. erl_syntax_lib:analyze_record_attribute/1
Returns the name and value of a "wild" attribute. erl_syntax_lib:analyze_wild_attribute/1
Set the BaseInterfaces attribute orber_ifr:set_base_interfaces/2
Set the attribute discriminator_type_def for the target object to the given TypeDef orber_ifr:set_discriminator_type_def/2
Set the context attribute for the operation orber_ifr:set_contexts/2
Set the exceptions attribute for the target object orber_ifr:set_exceptions/2
Analyzes an attribute node. erl_syntax_lib:analyze_attribute/1
Returns the name subtree of an attribute node. erl_syntax:attribute_name/1
Returns the list of argument subtrees of an attribute node, if any. erl_syntax:attribute_arguments/1
Return the value attribute of the target ConstantDef object orber_ifr:get_value/1
Set the value attribute of the target ConstantDef object orber_ifr:set_value/2
Set the members attribute of the target object orber_ifr:set_members/2
Set the type_def attribute of the target object to the given ResultDef orber_ifr:set_result_def/2
Set the element_type_def attribute of the target object to the given TypeDef orber_ifr:set_element_type_def/2
Set the original_type_def attribute which describes the original type orber_ifr:set_original_type_def/2
Create an IFR object of the type AttributeDef contained in the target InterfaceDef object orber_ifr:create_attribute/6
Get the mode of the target object (AttributeDef or OperationDef) orber_ifr:get_mode/1
Set the mode of the target object (AttributeDef or OperationDef) to the given mode orber_ifr:set_mode/2
Equivalent to attribute(Name, none). erl_syntax:attribute/1
Sets the attributes of Node to Attributes. erl_syntax:set_attrs/1
Creates a syntax tree with the same type and attributes as the given tree. erl_syntax:update_tree/1
Returns a representation of the attributes associated with a syntax tree node. erl_syntax:get_attrs/1
Copies the attributes from Source to Target. erl_syntax:copy_attrs/1
Sets the attributes of Node to Attributes. erl_syntax:set_attrs/1
Change the size of the Audit Trail Log snmp:change_log_size/2
Change the size of the Audit Trail Log snmpa:change_log_size/1
Change the size of the Audit Trail Log snmpm:change_log_size/1
Convert an Audit Trail Log to text format snmp:log_to_txt/5
Convert an Audit Trail Log to text format snmp:log_to_txt/6
Convert an Audit Trail Log to text format snmp:log_to_txt/7
Convert an Audit Trail Log to text format snmpa:log_to_txt/2
Convert an Audit Trail Log to text format snmpa:log_to_txt/3
Convert an Audit Trail Log to text format snmpa:log_to_txt/4
Convert an Audit Trail Log to text format snmpa:log_to_txt/5
Convert an Audit Trail Log to text format snmpa:log_to_txt/6
Convert an Audit Trail Log to text format snmpa:log_to_txt/7
Convert an Audit Trail Log to text format snmpm:log_to_txt/2
Convert an Audit Trail Log to text format snmpm:log_to_txt/3
Convert an Audit Trail Log to text format snmpm:log_to_txt/4
Convert an Audit Trail Log to text format snmpm:log_to_txt/5
Convert an Audit Trail Log to text format snmpm:log_to_txt/6
Convert an Audit Trail Log to text format snmpm:log_to_txt/7
Activate IIOP audit/trail orber:activate_audit_trail/0
Activate IIOP audit/trail orber:activate_audit_trail/1
Deactivate IIOP audit/trail orber:deactivate_audit_trail/0
Change the AuthAcessPassword mod_auth:update_password/5
Change the AuthAcessPassword mod_auth:update_password/6
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/1
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/2
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/2
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/3
Compute an MD5 MAC message authentification code crypto:md5_mac/2
Compute an MD5 MAC message authentification code crypto:md5_mac_96/2
Compute an MD5 MAC message authentification code crypto:sha_mac/2
Compute an MD5 MAC message authentification code crypto:sha_mac_96/2
Set the magic cookie for a node and verify authorization (deprecated) auth:node_cookie/2
Set the magic cookie for a node and verify authorization (deprecated) auth:node_cookie/2
Status of communication authorization (deprecated) auth:is_auth/1
Return the AuthorizeCycles value; required when defining QoS Properties CosEventDomainAdmin:'AuthorizeCycles'/0
Return the AuthorizeDiamonds value; required when defining QoS Properties CosEventDomainAdmin:'AuthorizeDiamonds'/0
Create an autostart configuration file inviso_as_lib:setup_autostart/8
Set the repeat parameter in the autostart file inviso_as_lib:set_repeat/2
Set the repeat parameter in the autostart file to 0 inviso_as_lib:inhibit_autostart/1
Provide a list of available crypto functions. crypto:info/0
Give a list of available help items on standard output. dbg:h/0
Get the system load average for the last fifteen minutes cpu_sup:avg15/0
Get the system load average for the last five minutes cpu_sup:avg5/0
Get the system load average for the last minute cpu_sup:avg1/0

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