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

T

Delete permanently all replicas of table Tab. mnesia:delete_table/1
Create a Mnesia table called Name with properties as described by the argument TabDef. mnesia:create_table/2
Apply a function to all or some objects stored in a Dets table. dets:traverse/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
Call Function for each record in Table mnesia:foldl/3
Call Function for each record in Table mnesia:foldr/3
Change the access mode for the table. mnesia:change_table_access_mode/2
Change the load order priority for the table. mnesia:change_table_load_order/2
Change the storage type of a table. mnesia:change_table_copy_type/3
Clear the event table et_collector:clear_table/1
Close a Dets table. dets:close/1
Continue matching objects in an ETS table. ets:select/1
Continues matching objects in an ETS table. ets:match/1
Continues matching objects in an ETS table. ets:match_object/1
Create a table snmpa_local_db:table_create/1
Create a new ETS table. ets:new/2
Create a row in a table snmpa_local_db:table_create_row/3
Create an index for a table. mnesia:add_table_index/2
Delete a table snmpa_local_db:table_delete/1
Delete a given object from a Dets table. dets:delete_object/2
Delete all objects from a Dets table. dets:delete_all_objects/1
Delete all objects in an ETS table. ets:delete_all_objects/1
Delete all objects that match a given pattern from a Dets table. dets:match_delete/2
Delete all objects that match a given pattern from a Dets table. dets:select_delete/2
Delete all objects which match a given pattern from an ETS table. ets:match_delete/2
Delete all objects with a given key from a Dets table. dets:delete/2
Delete all objects with a given key from an ETS table. ets:delete/2
Delete an entire ETS table. ets:delete/1
Delete an index table snmp_index:delete/1
Delete an index in a table. mnesia:del_table_index/2
Delete the row in the table snmpa_local_db:table_delete_row/2
Deletes a specific from an ETS table. ets:delete_object/2
Deletes all entries in a table. mnesia:clear_table/1
Dirty search for all record keys in table. mnesia:dirty_all_keys/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 values associated with a key in a ETS table. httpd_util:multi_lookup/2
Fill a Dets table with objects from an ETS table. ets:to_dets/2
Fill an ETS table with objects from a Dets table. ets:from_dets/2
Find the next row in the table snmp_generic:table_next/2
Fold a function over a Dets table. dets:foldl/3
Fold a function over a Dets table. dets:foldr/3
Fold a function over an ETS table ets:foldl/3
Fold a function over an ETS table ets:foldr/3
Get a row from the table snmpa_local_db:table_get_row/2
Initiate the hash state for a new table mnesia_frag_hash:init_state/2
Insert all objects of a Dets table into an Ets table. dets:to_ets/2
Insert an object into an ETS table. ets:insert/2
Insert one or more objects into a Dets table. dets:insert/2
Insert one or more objects into a Dets table. dets:insert_new/2
Open a Dets table. dets:open_file/2
Open an existing Dets table. dets:open_file/1
Organize a Mnesia table as an SNMP table. mnesia:snmp_open_table/2
Perform a match on the table snmpa_local_db:match/2
Queries the database to find out the data types of the columns of the table Table. odbc:describe_table/2
Queries the database to find out the data types of the columns of the table Table. odbc:describe_table/3
Read records via index table. mnesia:index_read/3
Remove the possibility for SNMP to manipulate the table. mnesia:snmp_close_table/1
Rename a named ETS table. ets:rename/2
Replace all objects of a Dets table. dets:init_table/3
Replace all objects of an ETS table. ets:init_table/2
Replace the objects of a Dets table with the objects of an Ets table. dets:from_ets/2
Return a chunk of objects stored in a Dets table. dets:bchunk/2
Return a list of all objects in an ETS table. ets:tab2list/1
Return a query handle for a table. qlc:table/2
Return all keys in a table. mnesia:all_keys/1
Return all objects in a given slot of an ETS table. ets:slot/2
Return all objects with a given key in an ETS table. ets:lookup/2
Return all objects with a given key stored in a Dets table. dets:lookup/2
Return information about a Dets table. dets:info/1
Return information about an ETS table. ets:info/1
Return local information about table. mnesia:table_info/2
Return the first key in an ETS table. ets:first/1
Return the first key stored in a Dets table. dets:first/1
Return the information associated with a given item for a Dets table. dets:info/2
Return the information associated with given item for an ETS table. ets:info/2
Return the key for the first record in a table. mnesia:dirty_first/1
Return the key for the last record in a table. mnesia:dirty_last/1
Return the list of objects associated with a slot of a Dets table. dets:slot/2
Return the list of records that are associated with Slot in a table. mnesia:dirty_slot/2
Return the next key in a table. mnesia:dirty_next/2
Return the next key in a Dets table. dets:next/2
Return the next key in an ETS table. ets:next/2
Return the Pos:th element of all objects with a given key in an ETS table. ets:lookup_element/3
Return the previous key in a table. mnesia:dirty_prev/2
Set a read lock on an entire table. mnesia:read_lock_table/1
Set the master nodes for a table mnesia:set_master_nodes/2
Set write lock on an entire table. mnesia:write_lock_table/1
Test for a Dets table. dets:is_dets_file/1
Test for occurrence of a key in a Dets table. dets:member/2
Tests for occurrence of a key in an ETS table ets:member/2
This function is invoked when a fragment is deleted from a fragmented table mnesia_frag_hash:del_frag/1
This function is invoked when a new fragment is added to a fragmented table mnesia_frag_hash:add_frag/1
Update a counter object in an ETS table. ets:update_counter/3
Update a counter object in an ETS table. ets:update_counter/4
Update a counter object in an ETS table. ets:update_counter/6
Update a counter object stored in a Dets table. dets:update_counter/3
Match the objects in an ETS table against a match_spec. ets:select/2
Match the objects in an ETS table against a match_spec and deletes objects where the match_spec returns 'true' ets:select_delete/2
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 match_spec and returns the number of objects for which the match_spec returned 'true' ets:select_count/2
Match the objects in an ETS table against a pattern. ets:match/2
Match the objects in an ETS table against a pattern. ets:match_object/2
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
Match a chunk of objects stored in a Dets table and return a list of objects. dets:match_object/1
Match the first chunk of objects stored in a Dets table and return a list of objects. dets:match_object/3
Match the objects stored in a Dets table and return a list of objects. dets:match_object/2
Match a chunk of objects stored in a Dets table and return a list of variable bindings. dets:match/1
Match the first chunk of objects stored in a Dets table and return a list of variable bindings. dets:match/3
Match the objects stored in a Dets table and return a list of variable bindings. dets:match/2
Ensure that all updates made to a Dets table are written to disk. dets:sync/1
Organize a Mnesia table as an SNMP table. mnesia:snmp_open_table/2
Create a Mnesia table called Name with properties as described by the argument TabDef. mnesia:create_table/2
Print information about one table definition on the tty. mnesia:schema/1
Print information about all table definitions on the tty. mnesia:schema/0
Check if a table exists snmpa_local_db:table_exists/1
Check if a row in a table exists snmp_generic:table_row_exists/2
Fix a Dets table for safe traversal. dets:safe_fixtable/2
Fix an ETS table for safe traversal. ets:safe_fixtable/2
Fix an ETS table for safe traversal (obsolete). ets:fixtable/2
Load the event table from a file et_collector:load_event_file/2
Read an ETS table from a file. ets:file2tab/1
Return a table handle et_collector:get_table_handle/1
Return the name of the Dets table handled by a pid. dets:pid2name/1
Insert an object into an ETS table if the key is not already present. ets:insert_new/2
Creates a customized registry table in Mnesia. mnesia_registry:create_table/2
Creates a registry table in Mnesia. mnesia_registry:create_table/1
Insert all objects of a Dets table into an Ets table. dets:to_ets/2
Return the last key in an ETS table of type ordered_set. ets:last/1
Return the previous key in an ETS table of type ordered_set. ets:prev/2
Browse an ETS table on tty. ets:i/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
Change format on all records in table. Tab mnesia:transform_table/3
Change format on all records in table. Tab mnesia:transform_table/4
Delete permanently all replicas of table Tab. mnesia:delete_table/1
Delete the replica of table Tab at node Node. mnesia:del_table_copy/2
Move the copy of table Tab from node From to node To. mnesia:move_table_copy/3
Delete all records in table Tab with the key Key. mnesia:delete/2
Delete all records in table Tab with the key Key. mnesia:delete/3
Queries the database to find out the data types of the columns of the table Table. odbc:describe_table/2
Queries the database to find out the data types of the columns of the table Table. odbc:describe_table/3
Dump an ETS table to a file. ets:tab2file/2
Copy a table to a remote node. mnesia:add_table_copy/3
Force a table to be loaded into the system mnesia:force_load_table/1
Fill an ETS table with objects from a Dets table. ets:from_dets/2
Fill a Dets table with objects from an ETS table. ets:to_dets/2
Replace the objects of a Dets table with the objects of an Ets table. dets:from_ets/2
Default instrumentation function for tables snmp_generic:table_func/2
Default instrumentation function for tables snmp_generic:table_func/4
Default instrumentation function for tables snmp_generic:variable_func/2
Default instrumentation function for tables snmp_generic:variable_func/3
Return a list of all ETS tables. ets:all/0
Set the master nodes for all tables mnesia:set_master_nodes/1
Test compatibility of a table's chunk data. dets:is_compatible_bchunk_format/2
Load tables from a text file. mnesia:load_textfile/1
Back up all tables in a checkpoint. mnesia:backup_checkpoint/3
Back up all tables in the database. mnesia:backup/2
Dump local tables into a text file. mnesia:dump_to_textfile/1
Get all tables known to the agent snmpa:which_tables/0
Return a list of the names of all open Dets tables on this node. dets:all/0
Display information about all ETS tables on tty. ets:i/0
Get the Mnesia tables Orber uses. orber:get_tables/0
Wait for tables to be accessible. mnesia:wait_for_tables/2
Dump all RAM tables to disc. mnesia:dump_tables/1
Returns String where the leading and trailing space and tabs has been removed. httpd_util:strip/1
Descend recursively down all the directories in DirList and create a TAGS file based on all files found. tags:subdirs/2
Descend recursively down the directory Dir and create a TAGS file based on all files found. tags:subdir/2
Create a TAGS file covering all files in the Erlang distribution. tags:root/1
Create a TAGS file for all files in any directory in DirList. tags:dirs/2
Create a TAGS file for all files in directory Dir. tags:dir/2
Create a TAGS file for the file File. tags:file/2
Create a TAGS file for the files in the list FileList. tags:files/2
Reverse a list appending a tail lists:reverse/2
Extracts the tail from a list erl_eterm:erl_tl/1
  Tail of a list erlang:tl/1
Return the Nth tail of a list lists:nthtail/2
Insert an item at the tail of a queue queue:in/2
  Take care of system messages sys:handle_system_msg/6
  Take down an Erlang node smoothly init:reboot/0
  Take down an Erlang node smoothly< init:stop/0
  Take elements from a list while a predicate is true lists:takewhile/2
  Take over a distributed application application:takeover/2
Measure the real time it takes to evaluate apply(Module, Function, Arguments) timer:tc/3
Add one target address definition snmp_target_mib:add_addr/10
Delete one target address definition snmp_target_mib:delete_addr/1
Display the path to the target certificate cosFileTransferApp:ssl_server_certfile/0
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
Return a list of descriptions of the IFR objects contained by the target Container object orber_ifr:describe_contents/4
Return a list, of length Max or less, containing Object References representing files or directories contained within the target Directory and a FileIterator or a NIL object CosFileTransfer_Directory:list/2
Remove the connection identified by the given id from the target domain CosEventDomainAdmin_EventDomain:remove_connection/2
Return a #'CosEventDomainAdmin_Connection'{} struct describing the connection associated with the given id within the target domain CosEventDomainAdmin_EventDomain:get_connection/2
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
Return a sequence of all connections within the target domain CosEventDomainAdmin_EventDomain:get_all_connections/1
Return true if the target have an associated property with given name CosPropertyService_PropertySet:is_property_defined/2
Return a boolean if the target InterfaceDef match or inherit from the gievn id orber_ifr:is_a/2
Create an IFR object of the type AttributeDef contained in the target InterfaceDef object orber_ifr:create_attribute/6
Create an IFR object of the type OperationDef contained in the target InterfaceDef object orber_ifr:create_operation/9
Return a list of InterfaceDefs from which the target InterfaceDef object inherit orber_ifr:get_base_interfaces/1
Add a new filter to the target object CosNotifyFilter_FilterAdmin:add_filter/2
Add a new property to the target object CosPropertyService_PropertySet:define_property/3
Add new properties to the target object CosPropertyService_PropertySet:define_properties/2
Associate a new property with the target object CosPropertyService_PropertySetDef:define_property_with_mode/4
Associate the given Property Definitions with the target object CosPropertyService_PropertySetDef:define_properties_with_modes/2
Change the QoS settings for the target object CosNotification_QoSAdmin:set_qos/2
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
Close the connection and terminate the target object CosNotifyChannelAdmin_StructuredProxyPushSupplier:disconnect_structured_push_supplier/1
Create a TIO object representing the error interval around the time value represented by the target object CosTime_UTO:interval/1
Get the discriminator typecode of the target object orber_ifr:get_discriminator_type/1
Get the maximum size of the target object orber_ifr:get_bound/1
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
Remove all filters from the target object CosNotifyFilter_FilterAdmin:remove_all_filters/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 hash value based on the target object corba_object:hash/2
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 a list of exception types that can be raised by the target object orber_ifr:get_exceptions/1
Return a list of name-value pairs which encapsulates the current QoS settings for the target object CosNotification_QoSAdmin:get_qos/1
Return a tuple which describe the target object orber_ifr:describe/1
Return all channel id's associated with target object CosEventDomainAdmin_EventDomain:get_all_channels/1
Return all constraints associated with the target object CosNotifyFilter_Filter:get_all_constraints/1
Return all Id:s for channels, currently alive, created by the target object CosNotifyChannelAdmin_EventChannelFactory:get_all_channels/1
Return all NotifySubscribe Id's associated with the target object CosNotifyFilter_Filter:get_callbacks/1
Return allowed TypeCodes for the target object CosPropertyService_PropertySetDef:get_allowed_property_types/1
Return an IFR object of the type IDLType describing the type of the target object orber_ifr:get_type_def/1
Return IDLType object describing the discriminator type of the target object orber_ifr:get_discriminator_type_def/1
Return the absolute name of the target object orber_ifr:get_absolute_name/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 factory object which created the target object CosNotifyChannelAdmin_EventChannel:_get_MyFactory/1
Return the filtering schema used by the target object CosNotifyChannelAdmin_ConsumerAdmin:_get_MyOperator/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 members of the target object orber_ifr:get_members/1
Return the name of the target object orber_ifr:get_name/1
Return the protocols supported by the target object CosFileTransfer_FileTransferSession:'_get_protocols_supported'/1
Return the status of the target object CosTimerEvent_TimerEventHandler:'_get_status'/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
Return the typecode of the target object orber_ifr:get_type/1
Return the version of the target object orber_ifr:get_version/1
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
Set given name to target object orber_ifr:set_name/2
Set given TypeDef of the target object orber_ifr:set_type_def/2
Set given version of the target object orber_ifr:set_version/2
Set the exceptions attribute for the target object orber_ifr:set_exceptions/2
Set the maximum size of the target object orber_ifr:set_bound/2
Set the members attribute of the target object orber_ifr:set_members/2
Suspend the connection between the client and the target object CosNotifyChannelAdmin_SequenceProxyPushSupplier:suspend_connection/1
Suspend the connection with the target object CosNotifyChannelAdmin_StructuredProxyPushSupplier:suspend_connection/1
Terminate the target object CosFileTransfer_FileIterator:destroy/1
Terminate the target object CosNotifyChannelAdmin_SupplierAdmin:destroy/1
Terminate the target object CosNotifyFilter_Filter:destroy/1
Terminate the target object CosNotifyFilter_MappingFilter:destroy/1
Terminate the target object CosPropertyService_PropertiesIterator:destroy/1
Terminate the target object CosPropertyService_PropertyNamesIterator:destroy/1
Terminate the target object cosEventApp:stop_channel/1
Terminate the target object cosEventDomainApp:stop_factory/1
Terminate the target object cosNotificationApp:stop_factory/1
Terminate the target object cosNotificationApp:stop_filter_factory/1
Terminate the target object cosTransactions:stop_factory/1
Update the AdminProperties for the target object CosNotification_AdminPropertiesAdmin:set_admin/2
Validate if the supplied QoS properties is valid for the target object CosNotification_QoSAdmin:validate_qos/2
Create a new UTO object representing the time in the target object added to current time (UTC) CosTime_UTO:absolute_time/1
Terminate the target object and all its children CosNotifyChannelAdmin_ConsumerAdmin:destroy/1
Terminate the target object and close the connection to the file system it represents CosFileTransfer_FileTransferSession:logout/1
Suspend the connection between the target object and its client CosNotifyChannelAdmin_StructuredProxyPullConsumer:suspend_connection/1
Destroy, except IRObject, Contained and Container, target object and its contents orber_ifr:destroy/1
Create a TIO representing the interval between the target object and the given UTO midpoint times CosTime_UTO:time_to_interval/2
Compare the time associated with the target object and the given UTO object CosTime_UTO:compare_time/3
Return true if the target object and the supplied object easily can be determined to be equal, otherwise false corba_object:is_equivalent/2
Return an OverlapType which describe how the interval in the target object and the timerange represented by the TIO object overlap CosTime_TIO:overlaps/2
Return an OverlapType which describe how the interval in the target object and the timerange represented by the UTO object overlap CosTime_TIO:spans/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
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
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
Move the target object from its current location to given Container, name and version orber_ifr:move/4
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 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 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 target object is an, or inherit from, object of the given type corba_object:is_a/2
Return true if the target object is an, or inherit from, object of the given type corba_object:is_a/3
Return the Container the target object is contained in orber_ifr:get_defined_in/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
Return the content of the target object limited by the given constraints orber_ifr:contents/3
Invoke after the target object replied interceptors:out_reply/6
Invoke after the target object replied with the reply encoded interceptors:out_reply_encoded/6
Modify the transaction associated with the target object so the only possible outcome is to rollback the transaction CosTransactions_Coordinator:rollback_only/1
Notify the target object that the transaction has been rolled back CosTransactions_SubtransactionAwareResource:rollback_subtransaction/1
Notify the target object that the transaction has committed CosTransactions_SubtransactionAwareResource:commit_subtransaction/2
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
Instruct the target object to begin the two-phase commit protocol CosTransactions_Resource:prepare/1
Instruct the target object to commit the transaction CosTransactions_Resource:commit/1
Instruct the target object to commit the transaction CosTransactions_Resource:commit_one_phase/1
Instruct the target object to forget any heuristic decisions CosTransactions_Resource:forget/1
Instruct the target object to rollback the transaction CosTransactions_Resource:rollback/1
Set the params attibute of the target object to the given parameterdescription records orber_ifr:set_params/2
Set the type_def attribute of the target object to the given ResultDef orber_ifr:set_result_def/2
Set the attribute discriminator_type_def for the target object to the given TypeDef orber_ifr:set_discriminator_type_def/2
Set the element_type_def attribute of the target object to the given TypeDef orber_ifr:set_element_type_def/2
Inform the target object which event types the client will and will not accept in the future CosNotifyComm_NotifySubscribe:subscription_change/3
Inform the target object which type of events the supplier will deliver CosNotifyComm_NotifyPublish:offer_change/3
Return the target object's all associated constraints CosNotifyFilter_MappingFilter:get_all_mapping_constraints/1
Return the target object's associated absolute name. CosFileTransfer_File:'_get_complete_file_name'/1
Return the target object's associated Admin object CosNotifyChannelAdmin_ProxySupplier:_get_MyAdmin/1
Return the target object's associated constraints with given ID:s CosNotifyFilter_MappingFilter:get_mapping_constraints/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 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
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
Connect NotifySubscribe object, which should be informed when the target object's constraints are updated CosNotifyFilter_Filter:attach_callback/2
Return the target object's container. CosFileTransfer_File:'_get_parent'/1
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
Copy 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:transfer/3
Return the target object's Id CosNotifyChannelAdmin_ConsumerAdmin:_get_MyID/1
Return the target object's repository id orber_ifr:get_id/1
Set the target object's repository id orber_ifr:set_id/2
Return the target object's supported content types. CosFileTransfer_VirtualFileSystem:'_get_supported_content_types'/1
Return a list of parameter description records describing the parameters of the target OperationDef orber_ifr:get_params/1
Execute a command in a shell of the target OS os:cmd/1
Add one target parameter definition snmp_target_mib:add_params/5
Delete one target parameter definition snmp_target_mib:delete_params/1
Stop the target Time Service object cosTime:stop_time_service/1
Stop the target Timer Event Service object cosTime:stop_timerevent_service/1
Terminate the target TimerEventHandler object CosTimerEvent_TimerEventService:unregister/2
Set the engine id for a targetAddr row. snmp_target_mib:set_target_engine_id/2
  Tear down a "virtual" connection megaco:disconnect/2
Invoked when a connection is teared down megaco_user:handle_disconnect/3
Clear the temporary boot command heart:clear_cmd/0
Get the temporary reboot command heart:get_cmd/0
Set a temporary reboot command heart:set_cmd/1
Convert abstract form to an Erlang term erl_parse:normalise/1
Counts elements in encoded term erl_marshal:erl_ext_size/1
Creates a copy of an Erlang term erl_eterm:erl_copy_term/1
Creates an Erlang term erl_format:erl_format/2
Determines encoded size of term erl_marshal:erl_term_len/1
Encode an erl_interface term ei:ei_encode_term/3
Encode an erl_interface term ei:ei_x_encode_term/2
Fetch the type and size of an encoded term ei:ei_get_type/4
Parse an Erlang term erl_parse:parse_term/1
Pretty print a term io_lib:print/1
Pretty print a term io_lib:print/4
Prints an Erlang term erl_eterm:erl_print_term/2
Read a term io:read/2
Read a term io:read/3
skip a term ei:ei_skip_term/2
Steps over encoded term erl_marshal:erl_peek_ext/2
Write a term io:write/2
Write a term io_lib:write/1
Write a term io_lib:write/2
Reports term allocation statistics erl_malloc:erl_eterm_statistics/2
Check whether a term appears to be a record erlang:erlang:is_record/3
Check whether a term appears to be a record erlang:is_record/2
Synchronous call with term conversion driver_entry:int call/7
Synchronous call to a port with term data erlang:erlang:port_call/3
Send term data from driver to port owner erl_driver:int driver_output_term/3
Send term data to other process than port owner process erl_driver:int driver_send_term/4
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
Format a term from a format string and parameters. ei:ei_x_format/3
Format a term from a format string and parameters. ei:ei_x_format_wo_ver/3
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
Print a term in clear text ei:ei_print_term/3
Print a term in clear text ei:ei_s_print_term/3
Convert an Erlang term into an abstract form erl_parse:abstract/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
Check whether a term is a binary erlang:is_binary/1
Check whether a term is a boolean erlang:is_boolean/1
Check whether a term is a float erlang:is_float/1
Check whether a term is a fun erlang:is_function/1
Check whether a term is a fun with a given arity erlang:is_function/2
Check whether a term is a list erlang:is_list/1
Check whether a term is a number erlang:is_number/1
Check whether a term is a pid erlang:is_pid/1
Check whether a term is a port erlang:is_port/1
Check whether a term is a reference erlang:is_reference/1
Check whether a term is a tuple erlang:is_tuple/1
Check whether a term is an atom erlang:is_atom/1
Check whether a term is an integer erlang:is_integer/1
Checks if an Erlang term is the result of ets:match_spec_compile ets:is_compiled_ms/1
Print a term on standard output erlang:erlang:display/1
Make a erlang term port from a port erl_driver:ErlDriverTerm driver_mk_port/1
Add an Erlang term to a private key field corba:create_subobject_key/2
Convert error term to a readable string erl_tar:format_error/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
Prepends a term to the head of a list. erl_eterm:erl_cons/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
Decode a term, without prior knowledge of type ei:ei_decode_ei_term/3
Start the Erlang emulator without attached terminal run_erl:run_erl
Called when the process should terminate sys:Mod:system_terminate/4
  Terminate a child process belonging to a supervisor. supervisor:terminate_child/2
  Terminate a generic event manager. gen_event:stop/1
Terminate terminate any previous set trigger, and set a new trigger specified by the TimeType and UTO objects CosTimerEvent_TimerEventHandler:set_timer/3
  Terminate etop etop:stop/0
  Terminate listen process for incoming connection orber:remove_listen_interface/1
  Terminate terminate any previous set trigger, and set a new trigger specified by the TimeType and UTO objects CosTimerEvent_TimerEventHandler:set_timer/3
  Terminate the channel and all its childrens CosNotifyChannelAdmin_EventChannel:destroy/1
Close connection and terminate the proxy CosNotifyChannelAdmin_SequenceProxyPullConsumer:disconnect_sequence_pull_consumer/1
Close connection and terminate the proxy CosNotifyChannelAdmin_SequenceProxyPushConsumer:disconnect_sequence_push_consumer/1
Close connection and terminate the proxy CosNotifyChannelAdmin_StructuredProxyPullSupplier:disconnect_structured_pull_supplier/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_ProxyPullConsumer:disconnect_pull_consumer/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_ProxyPullSupplier:disconnect_pull_supplier/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_ProxyPushConsumer:disconnect_push_consumer/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_ProxyPushSupplier:disconnect_push_supplier/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_SequenceProxyPullSupplier:disconnect_sequence_pull_supplier/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_SequenceProxyPushSupplier:disconnect_sequence_push_supplier/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_StructuredProxyPullConsumer:disconnect_structured_pull_consumer/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_StructuredProxyPushConsumer:disconnect_structured_push_consumer/1
  Terminate the target object CosFileTransfer_FileIterator:destroy/1
  Terminate the target object CosNotifyChannelAdmin_SupplierAdmin:destroy/1
  Terminate the target object CosNotifyFilter_Filter:destroy/1
  Terminate the target object CosNotifyFilter_MappingFilter:destroy/1
  Terminate the target object CosPropertyService_PropertiesIterator:destroy/1
  Terminate the target object CosPropertyService_PropertyNamesIterator:destroy/1
  Terminate the target object cosEventApp:stop_channel/1
  Terminate the target object cosEventDomainApp:stop_factory/1
  Terminate the target object cosNotificationApp:stop_factory/1
  Terminate the target object cosNotificationApp:stop_filter_factory/1
  Terminate the target object cosTransactions:stop_factory/1
Close the connection and terminate the target object CosNotifyChannelAdmin_StructuredProxyPushSupplier:disconnect_structured_push_supplier/1
  Terminate the target object and all its children CosNotifyChannelAdmin_ConsumerAdmin:destroy/1
  Terminate the target object and close the connection to the file system it represents CosFileTransfer_FileTransferSession:logout/1
  Terminate the target TimerEventHandler object CosTimerEvent_TimerEventService:unregister/2
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
Restart a terminated child process belonging to a supervisor. supervisor:restart_child/2
Converts an IO list to a zero terminated string erl_eterm:erl_iolist_to_string/1
Clean up before termination. gen_fsm:Module:terminate/3
Clean up before termination. gen_server:Module:terminate/2
Prepare an application for termination application:Module:prep_stop/1
Clean up after termination of an application application:Module:stop/1
Return the Terminator object associated with the target object CosTransactions_Control:get_terminator/1
Read Erlang terms from a file file:consult/1
Read Erlang terms from a file file:path_consult/2
Merge terms on files. file_sorter:merge/2
Merge terms on files. file_sorter:merge/3
Sort terms on files. file_sorter:sort/1
Sort terms on files. file_sorter:sort/2
Sort terms on files. file_sorter:sort/3
Check whether terms on files are sorted. file_sorter:check/1
Check whether terms on files are sorted. file_sorter:check/2
Check whether terms on files are sorted by key. file_sorter:keycheck/2
Check whether terms on files are sorted by key. file_sorter:keycheck/3
Merge terms on files by key. file_sorter:keymerge/3
Merge terms on files by key. file_sorter:keymerge/4
Sort terms on files by key. file_sorter:keysort/2
Sort terms on files by key. file_sorter:keysort/3
Sort terms on files by key. file_sorter:keysort/4
Test for a guard test erl_lint:is_guard_test/1
Test for a valid type test erl_internal:type_test/2
  Test a match_spec for use in ets:select/2. ets:test_ms/2
  Test compatibility of a table's chunk data. dets:is_compatible_bchunk_format/2
  Test for a Boolean operator erl_internal:bool_op/2
  Test for a comparison operator erl_internal:comp_op/2
  Test for a deep list of characters io_lib:deep_char_list/1
  Test for a Dets table. dets:is_dets_file/1
  Test for a function. sofs:is_a_function/1
  Test for a gb_set gb_sets:is_set/1
  Test for a guard test erl_lint:is_guard_test/1
  Test for a list of characters io_lib:char_list/1
  Test for a list of printable characters io_lib:printable_list/1
  Test for a list operator erl_internal:list_op/2
  Test for a reserved word erl_scan:reserved_word/1
  Test for a send operator erl_internal:send_op/2
  Test for a type. sofs:is_type/1
  Test for a valid type test erl_internal:type_test/2
  Test for an arithmetic operator erl_internal:arith_op/2
  Test for an empty set. sofs:is_empty_set/1
  Test for an Erlang BIF erl_internal:bif/2
  Test for an Erlang BIF allowed in guards erl_internal:guard_bif/2
  Test for an Set sets:is_set/1
  Test for an unordered set. sofs:is_set/1
  Test for an unordered set. sofs:is_sofs_set/1
  Test for disjoint sets. sofs:is_disjoint/2
  Test for empty gb_set gb_sets:is_empty/1
  Test for empty tree gb_trees:is_empty/1
  Test for list prefix lists:prefix/2
  Test for list suffix lists:suffix/2
  Test for membership of a gb_set gb_sets:is_element/2
  Test for membership of a gb_set gb_sets:is_member/2
  Test for membership of a list lists:member/2
  Test for membership of a list of tuples lists:keymember/3
  Test for membership of a tree gb_trees:is_defined/2
  Test for membership of an Set sets:is_element/2
  Test for occurrence of a key in a Dets table. dets:member/2
  Test for subset gb_sets:is_subset/2
  Test for subset sets:is_subset/2
  Test if a key is in a dictionary dict:is_key/2
  Test if a queue is empty queue:is_empty/1
  Test if one name is lesser than the other lname:less_than/2
  Test if two names are equal lname:equal/2
Set the conditional test of a breakpoint i:ibc/3
Set the conditional test of a breakpoint int:test_at_break/3
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
Create an ASN.1 value for test purposes. asn1ct:value/2
  Test string equality string:equal/2
  Test two sets for equality. sofs:is_equal/2
  Test two sets for subset. sofs:is_subset/2
  Test whether Name refer to a directory or not filelib:is_dir/1
  Test whether Name refer to a file or directory. filelib:is_file/1
  Test whether Name refer to a (regular) file. filelib:is_regular/1
Start the Orber application during tests orber:jump_start/1
  Tests for occurrence of a key in an ETS table ets:member/2
  Tests if the Actions argument is correct megaco:test_request/5
  Tests if the Reply argument is correct megaco:test_reply/5
Display a brief help text erlsrv:erlsrv
Print a term in clear text ei:ei_print_term/3
Print a term in clear text ei:ei_s_print_term/3
Print help text i:help/0
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
Dump local tables into a text file. mnesia:dump_to_textfile/1
Load tables from a text file. mnesia:load_textfile/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
Concatenates all text nodes within the tree. xmerl_xs:value_of/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
  Text representation of a float erlang:float_to_list/1
  Text representation of a fun erlang:erlang:fun_to_list/1
  Text representation of a pid erlang:pid_to_list/1
  Text representation of a port identifier erlang:erlang:port_to_list/1
  Text representation of a reference erlang:erlang:ref_to_list/1
  Text representation of an atom erlang:atom_to_list/1
  Text representation of an integer erlang:erlang:integer_to_list/2
  Text representation of an integer erlang:integer_to_list/1
Convert from text representation to a float erlang:list_to_float/1
Convert from text representation to a pid erlang:list_to_pid/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
Convert from text representation to an integer erlang:erlang:list_to_integer/2
Convert from text representation to an integer erlang:list_to_integer/1
Send term data to other process than port owner process erl_driver:int driver_send_term/4
Test if one name is lesser than the other lname:less_than/2
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 needed to create Name exists. filelib:ensure_dir/1
Ensure that all updates made to a Dets table are written to disk. dets:sync/1
Return the list of records that are associated with Slot in a table. mnesia:dirty_slot/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/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
Return all nodes that are part of the coverage analysis. cover:which_nodes/0
Return a list of exception types that can be raised by the target object orber_ifr:get_exceptions/1
Remove the channel associated with the given id and remove all connections of that channel CosEventDomainAdmin_EventDomain:remove_channel/2
Returns the memory block header size used by the emulator that generated the memory allocation map instrument:block_header_size/1
Start a tracer server that handles trace messages. dbg:tracer/0
Repair a continuation from ets:select/1 or ets:select/3 that has passed through external representation ets:repair_continuation/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/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
Callback function that is called when the Web server is closed. httpd:Module:remove/1
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
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
Name resolving function that kills one pid global:random_exit_name/3
Create the function that maps each element of a set onto another set. sofs:constant_function/2
Delete all objects that match a given pattern from a Dets table. dets:match_delete/2
Delete all objects that match a given pattern from a Dets table. dets:select_delete/2
Name resolving function that notifies both pids global:notify_all_name/3
Name resolving function that notifies one pid global:random_notify_name/3
Synchronizes the in-memory state of a file with that on the physical medium file:sync/1
Register a fun that provides a crypto key beam_lib:crypto_key_fun/1
Return the neighbours that reach some vertices of a digraph. digraph_utils:reaching_neighbours/2
Return the vertices that reach some vertices of a digraph. digraph_utils:reaching/2
Start a trace client that reads messages created by a trace port driver dbg:trace_client/2
Start a trace client that reads messages created by a trace port driver, with a user defined handler dbg:trace_client/3
Notify the target object that the transaction has been rolled back CosTransactions_SubtransactionAwareResource:rollback_subtransaction/1
Notify the target object that the transaction has committed CosTransactions_SubtransactionAwareResource:commit_subtransaction/2
Displays which nodes that this orber domain consist of. orber:orber_nodes/0
Pseudo function that transforms fun syntax to a match_spec. ets:fun2ms/1
Pseudo function that transforms fun syntax to match_spec. dbg:fun2ms/1
Returns the cookie header that would be sent when making a request to Url. http:cookie_header/1
Remove releases and their applications and modules. xref:remove_release/2
Remove applications and their modules. xref:remove_application/2
Remove user variables and their values. xref:forget/1
Remove user variables and their values. xref:forget/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/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
Start a new event viewer and a corresponding collector and load them with trace events from a trace file. et_viewer:file/1
Move to a key, create it if it is not there win32reg:change_key_create/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 all modules for which there are imported data. cover:imported_modules/0
Return a the identity of the globally registered collector if there is any et_collector:get_global_pid/0
Remove a link, if there is one, to another process (or port) erlang:unlink/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
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
xslapply is a wrapper to make things look similar to xsl:apply-templates. xmerl_xs:xslapply/2
Unzip a list of three-tuples into three lists lists:unzip3/1
Zip three lists into a list of three-tuples lists:zip3/3
Zip three lists into one list according to a fun lists:zipwith3/4
Merge three sorted lists lists:merge3/3
Merge three sorted lists, removing duplicates lists:umerge3/3
Zip three lists into a list of three-tuples lists:zip3/3
Unzip a list of three-tuples into three lists lists:unzip3/1
Set threshold, as percentage represented by a float, for disk space utilization disksup:set_almost_full_threshold/1
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
Get threshold, in percent, for disk space utilization disksup:get_almost_full_threshold/0
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
Repair a continuation from ets:select/1 or ets:select/3 that has passed through external representation ets:repair_continuation/2
Generate an Erlang throw corba:raise/1
  Throw an exception erlang:throw/1
Apply Module:Function(Arguments) after a specified Time. timer:apply_after/4
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
Compute local time calendar:local_time/0
Compute the number of seconds from year 0 up to the given date and time calendar:datetime_to_gregorian_seconds/2
Compute the number of seconds since midnight up to the given time calendar:time_to_seconds/1
Compute universal time calendar:universal_time/0
Convert from local to Universal Time Coordinated (UTC) date and time erlang:erlang:localtime_to_universaltime/2
Convert from local to Universal Time Coordinated (UTC) date and time erlang:erlang:localtime_to_universaltime/3
Convert from Universal Time Coordinated (UTC) to local date and time erlang:erlang:universaltime_to_localtime/2
Convert from universal time to local time calendar:universal_time_to_local_time/2
Convert now to date and time calendar:now_to_datetime/1
Convert now to date and time calendar:now_to_universal_time/1
Convert now to local date and time calendar:now_to_local_time/1
Current time erlang:time/0
Current local date and time erlang:erlang:localtime/0
Evaluate Module:Function(Arguments) repeatedly at intervals of Time. timer:apply_interval/4
Get the system up time snmp_standard_mib:sys_up_time/0
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
Send Message repeatedly at intervals of Time. timer:send_interval/2
Send Message repeatedly at intervals of Time. timer:send_interval/3
Send Message to Pid after a specified Time. timer:send_after/2
Send Message to Pid after a specified Time. timer:send_after/3
Current date and time according to Universal Time Coordinated (UTC) erlang:erlang:universaltime/0
Suspend the calling process for Time amount of milliseconds. timer:sleep/1
Return the current time and the Inaccuracy given when starting this application in a UTO CosTime_TimeService:universal_time/1
Return the current date and time as an OCTET STRING snmp:date_and_time/0
Return the time associated with the target object CosTime_UTO:'_get_time'/1
Compare the time associated with the target object and the given UTO object CosTime_UTO:compare_time/3
Return a UTO containing the time at which the associated event was triggered CosTimerEvent_TimerEventService:event_time/2
Optionally invoked for a time consuming transaction request megaco_user:handle_trans_long_request/3
Current date and time according to Universal Time Coordinated (UTC) erlang:erlang:universaltime/0
Convert from local to Universal Time Coordinated (UTC) date and time erlang:erlang:localtime_to_universaltime/2
Convert from local to Universal Time Coordinated (UTC) date and time erlang:erlang:localtime_to_universaltime/3
Convert from Universal Time Coordinated (UTC) to local date and time erlang:erlang:universaltime_to_localtime/2
Convert from local time to universal time (deprecated) calendar:local_time_to_universal_time/2
Calculate time difference between now/0 timestamps timer:now_diff/2
Return the time displacement factor associated with the target object CosTime_UTO:'_get_tdf'/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/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 time from seconds calendar:seconds_to_time/1
Compute days and time from seconds calendar:seconds_to_daystime/1
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
Create a new UTO object representing the time in the target object added to current time (UTC) CosTime_UTO:absolute_time/1
Create a UTO representing the given time in Utc form CosTime_TimeService:uto_from_utc/2
Get time interval, in milliseconds, for the periodic disk space check disksup:get_check_interval/0
Get time interval, in milliseconds, for the periodic memory check memsup:get_check_interval/0
Set time interval, in minutes, for the periodic disk space check disksup:set_check_interval/1
Set time interval, in minutes, for the periodic memory check memsup:set_check_interval/1
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
Measure the real time it takes to evaluate apply(Module, Function, Arguments) timer:tc/3
Read the time left before timeout erl_driver:int driver_read_timer/2
Change the modification time of a file file:change_time/2
Change the modification and last access time of a file file:change_time/3
Create a new UTO object representing the time parameters given CosTime_TimeService:new_universal_time/4
Start a Time Service object cosTime:start_time_service/2
Stop the target Time Service object cosTime:stop_time_service/1
Install the cosTime Time Service part application cosTime:install_time/0
Uninstall the cosTime Time Service part application cosTime:uninstall_time/0
Elapsed time since 00:00 GMT erlang:now/0
Convert from universal time to local time calendar:universal_time_to_local_time/2
Convert from local time to universal time (deprecated) calendar:local_time_to_universal_time/2
Convert from local time to universal time(s) calendar:local_time_to_universal_time_dst/2
Create a new UTO object representing the time in the target object added to current time (UTC) CosTime_UTO:absolute_time/1
Display the Object Keys GC time value orber:objectkeys_gc_time/0
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
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
Create a TIO object representing the error interval around the time value represented by the target object CosTime_UTO:interval/1
Convert a Local time value to a list of possible DateAndTime(s) snmp:local_time_to_date_and_time_dst/1
Return the local date and time when a file was last modified. filelib:last_modified/1
Accept a connection from another node with optional timeout ei_connect:ei_accept_tmo/4
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
Obsolete function for receiving a message with timeout ei_connect:ei_receive_encoded_tmo/6
Obsolete function to send a message to a registered name with timeout ei_connect:ei_send_reg_encoded_tmo/5
Obsolete function to send a message with optional timeout ei_connect:ei_send_encoded_tmo/5
Publish a node name with optional timeout ei_connect:ei_publish_tmo/3
Read the time left before timeout erl_driver:int driver_read_timer/2
Receive a message with optional timeout ei_connect:ei_receive_msg_tmo/4
Receive a message with optional timeout ei_connect:ei_receive_tmo/4
Receive a message with optional timeout ei_connect:ei_xreceive_msg_tmo/4
Send a message to a registered name with optional timeout ei_connect:ei_reg_send_tmo/6
Send a message with optional timeout ei_connect:ei_send_tmo/5
Unpublish a node name with optional timeout ei_connect:ei_unpublish_tmo/2
Send a timeout event internally in a generic FSM. gen_fsm:start_timer/2
Cancel a previously requested timeout identified by TRef. timer:cancel/1
Return the Timeout QoS identifier CosNotification:'Timeout'/0
Display the IIOP timeout value orber:iiop_timeout/0
Display the IIOP connection timeout value orber:iiop_connection_timeout/0
Display the IIOP connection timeout value for incoming connections orber:iiop_in_connection_timeout/0
Get the timeout value, in seconds, for memory checks memsup:get_helper_timeout/0
Set the timeout value, in seconds, for memory checks memsup:set_helper_timeout/1
Cancel a timer erlang:erlang:cancel_timer/1
Cancel a previously set timer erl_driver:int driver_cancel_timer/1
Number of milliseconds remaining for a timer erlang:erlang:read_timer/1
Start a timer erlang:erlang:send_after/3
Start a timer erlang:erlang:start_timer/3
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
Create a new TimerEventHandler object which push the given Data to given CosEventCommPushConsumer after the timer have been set CosTimerEvent_TimerEventService:register/3
Cancel an internal timer in a generic FSM. gen_fsm:cancel_timer/1
Called when timer reaches 0 driver_entry:void timeout/1
Start a global timer server (named timer_server). timer:start/0
Set a timer to call the driver erl_driver:int driver_set_timer/2
Return an OverlapType which describe how the interval in the target object and the timerange represented by the TIO object overlap CosTime_TIO:overlaps/2
Return an OverlapType which describe how the interval in the target object and the timerange represented by the UTO object overlap CosTime_TIO:spans/2
Terminate the target TimerEventHandler object CosTimerEvent_TimerEventService:unregister/2
Create a new TimerEventHandler object which push the given Data to given CosEventCommPushConsumer after the timer have been set CosTimerEvent_TimerEventService:register/3
Start a global timer server (named timer_server). timer:start/0
Convert from local time to universal time(s) calendar:local_time_to_universal_time_dst/2
Create a TIO representing the interval between the target object and the given UTO midpoint times CosTime_UTO:time_to_interval/2
Compute the difference between two times (deprecated) calendar:time_difference/2
Calculate time difference between now/0 timestamps timer:now_diff/2
Terminate terminate any previous set trigger, and set a new trigger specified by the TimeType and UTO objects CosTimerEvent_TimerEventHandler:set_timer/3
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
Decode a trace token ei:ei_decode_trace/3
Encode a trace token ei:ei_encode_trace/3
Encode a trace token ei:ei_x_encode_trace/2
Return the value of the trace token seq_trace:get_token/0
Set a component of the trace token seq_trace:set_token/2
Set the trace token seq_trace:set_token/1
Return the value of a trace token component seq_trace:get_token/1
Convert a token tag to a string megaco:token_tag2string/1
Convert a token tag to a string megaco:token_tag2string/2
Convert a token tag to a string megaco:token_tag2string/3
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
Read, tokenize and parse Erlang expressions io:parse_erl_exprs/1
Read, tokenize and parse Erlang expressions io:parse_erl_exprs/3
Read and tokenize Erlang expressions io:scan_erl_exprs/1
Read and tokenize Erlang expressions io:scan_erl_exprs/3
Scan a string and returns the Erlang tokens erl_scan:string/1
Scan a string and returns the Erlang tokens erl_scan:string/2
Split string into tokens string:tokens/2
Generate a list of tokens for an expression erl_parse:tokens/1
Generate a list of tokens for an expression erl_parse:tokens/2
Configurate with a simple SNMP agent configuration tool snmp:config/0
Returns configuration data needed by WebTool to configure and start a tool. webtool:Module:Func/1
Create tool files toolbar:create_tool_file/0
Quit Toolbar. toolbar:quit/0
Start Toolbar toolbar:start/0
Update Toolbar toolbar:update/0
Change tool's configuration etop:config/2
Create a new top-level transaction CosTransactions_TransactionFactory:create/2
Return true if the transction associated with the target object is a top-level transaction CosTransactions_Coordinator:is_top_level_transaction/1
Return a hash code for the top-level transaction associated with the target object CosTransactions_Coordinator:hash_top_level_tran/1
Return the status of the top-level transaction associated with the target object CosTransactions_Coordinator:get_top_level_status/1
Return a topological sorting of the vertices of a digraph. digraph_utils:topsort/1
Return the total amount of memory used instrument:sum_blocks/1
Stop a trace client gracefully. dbg:stop_trace_client/1
Start a trace client that reads messages created by a trace port driver dbg:trace_client/2
Start a trace client that reads messages created by a trace port driver, with a user defined handler dbg:trace_client/3
Transforms trace data and makes an event record out of it et_selector:parse_event/2
Flush internal data buffers in a trace driver on the given node. dbg:flush_trace_port/1
Start a new event viewer and a corresponding collector and load them with trace events from a trace file. et_viewer:file/1
Start a sequence chart viewer for trace events (messages/actions) et_viewer:start_link/1
Start a new event viewer and a corresponding collector and load them with trace events from a trace file. et_viewer:file/1
Set trace flags for a process or processes erlang:erlang:trace/3
Sets the given trace flags on the given processes. ttb:p/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
Pause running call count trace for all functions. cprof:pause/0
Pause running call count trace for matching functions. cprof:pause/1
Pause running call count trace for matching functions. cprof:pause/2
Pause running call count trace for matching functions. cprof:pause/3
Load raw Erlang trace from a file, port or process. et_collector:start_trace_client/3
  Trace information about a process or function erlang:erlang:trace_info/2
Compiles a trace into raw profile data held by the fprof server. fprof:profile/1
  Trace Item according to Flags. dbg:p/2
Change megaco trace level megaco:set_trace/1
Format a binary trace log ttb:format/2
Stop debugging an application and format the trace log. webtool:stop_debug/0
Start a tracer server that handles trace messages. dbg:tracer/0
Return the process or port to which all trace messages are sent. dbg:get_tracer/1
  Trace messages to and from Item. dbg:p/1
Change active trace pattern globally on all trace nodes et_collector:change_pattern/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
Activates/deactivates tracing by changing the current trace pattern et_selector:change_pattern/1
>Clear call trace pattern for the specified functions dbg:ctpg/2
>Clear call trace pattern for the specified functions dbg:ctpg/3
Clear call trace pattern for the specified functions dbg:ctp/0
Clear call trace pattern for the specified functions dbg:ctp/1
Clear call trace pattern for the specified functions dbg:ctp/2
Clear call trace pattern for the specified functions dbg:ctp/3
Clear call trace pattern for the specified functions dbg:ctp/3
Clear call trace pattern for the specified functions dbg:ctpg/0
Clear call trace pattern for the specified functions dbg:ctpg/1
Clear call trace pattern for the specified functions dbg:ctpg/3
Clear call trace pattern for the specified functions dbg:ctpl/0
Clear call trace pattern for the specified functions dbg:ctpl/1
Clear call trace pattern for the specified functions dbg:ctpl/2
Clear call trace pattern for the specified functions dbg:ctpl/3
Clear call trace pattern for the specified functions dbg:ctpl/3
Change active trace pattern globally on all trace nodes et_collector:change_pattern/2
Makes a trace pattern suitable to feed change_pattern/1 et_selector:make_pattern/1
Set and clear trace patterns. ttb:tp, tpl, ctp, ctpl, ctpg
Stop the dbg server and the tracing of all processes, and clears trace patterns. dbg:stop_clear/0
Set trace patterns for global call tracing erlang:erlang:trace_pattern/2
Set trace patterns for tracing of function calls erlang:erlang:trace_pattern/3
Start a trace client that reads messages created by a trace port driver dbg:trace_client/2
Perform a control operation on the active trace port driver on the given node. dbg:trace_port_control/2
Start a trace client that reads messages created by a trace port driver, with a user defined handler dbg:trace_client/3
Create and returns a trace port generating fun dbg:trace_port/2
Start a trace port on each given node. ttb:tracer/2
Decode a trace token ei:ei_decode_trace/3
Encode a trace token ei:ei_encode_trace/3
Encode a trace token ei:ei_x_encode_trace/2
Return the value of the trace token seq_trace:get_token/0
Set a component of the trace token seq_trace:set_token/2
Set the trace token seq_trace:set_token/1
Return the value of a trace token component seq_trace:get_token/1
Start a Pman trace window. pman:proc/1
Start a Pman trace window. pman:proc/3
Set pattern for traced global function calls dbg:tp/2
Set pattern for traced global function calls dbg:tp/3
Set pattern for traced global function calls dbg:tp/4
Set pattern for traced global function calls dbg:tp/4
Set pattern for traced local (as well as global) function calls dbg:tpl/2
Set pattern for traced local (as well as global) function calls dbg:tpl/3
Set pattern for traced local (as well as global) function calls dbg:tpl/4
Set pattern for traced local (as well as global) function calls dbg:tpl/4
Add a remote node to the list of traced nodes dbg:n/1
Clear a node from the list of traced nodes. dbg:cn/1
Show the list of traced nodes on the console. dbg:ln/0
Display information about all traced processes. dbg:i/0
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
Same as trace([OptionName]). fprof:trace/1
Same as trace([{OptionName, OptionValue}]). fprof:trace/2
Same as trace([{OptionName, OptionValue}]). fprof:trace/2
Equivalent to trace_port_control(node(),Operation). dbg:trace_port_control/1
Return the pid() or port() of the current system tracer. seq_trace:get_system_tracer/0
Set the system tracer seq_trace:set_system_tracer/1
Start a tracer server on given node with additional parameters dbg:tracer/3
Start a tracer server that handles trace messages. dbg:tracer/0
Start a tracer server with additional parameters dbg:tracer/2
This is equivalent to tracer(node()). ttb:tracer/0
This is equivalent to tracer(Nodes,[]). ttb:tracer/1
Calls erlang:apply(Func, Args) surrounded by trace([start | OptionList]) and trace(stop). fprof:apply/3
Same as trace([start, {file, Filename}]). fprof:trace/2
Same as trace([start, verbose]). fprof:trace/1
Same as trace([start, verbose, {file, Filename}]). fprof:trace/2
Calls erlang:apply(Func, Args) surrounded by trace([start | OptionList]) and trace(stop). fprof:apply/3
Returns a match_spec() which starts sequential tracing ttb:seq_trigger_ms/1
Set trace patterns for global call tracing erlang:erlang:trace_pattern/2
Start megaco tracing megaco:enable_trace/2
Starts or stops tracing. fprof:trace/1
Stop megaco tracing megaco:disable_trace/0
Simplified start of a sequence chart viewer with global tracing activated. et_viewer:start/0
Stop tracing and fetch/format logs from all nodes ttb:stop/1
Activates/deactivates tracing by changing the current trace pattern et_selector:change_pattern/1
Start call count tracing for all functions. cprof:start/0
Stop call count tracing for all functions. cprof:stop/0
Start call count tracing for matching functions. cprof:start/1
Start call count tracing for matching functions. cprof:start/2
Start call count tracing for matching functions. cprof:start/3
Stop call count tracing for matching functions. cprof:stop/1
Stop call count tracing for matching functions. cprof:stop/2
Stop call count tracing for matching functions. cprof:stop/3
Stop the dbg server and the tracing of all processes. dbg:stop/0
Stop the dbg server and the tracing of all processes, and clears trace patterns. dbg:stop_clear/0
Set trace patterns for tracing of function calls erlang:erlang:trace_pattern/3
Stop all sequential tracing on the local node seq_trace:reset_trace/0
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
Strip leading or trailing characters string:strip/1
Strip leading or trailing characters string:strip/2
Strip leading or trailing characters string:strip/3
Returns String where the leading and trailing space and tabs has been removed. httpd_util:strip/1
Remove leading and/or trailing white spaces. httpd_conf:clean/1
Remove leading and/or trailing white spaces and custom characters. httpd_conf:custom_clean/3
Abort the current transaction. mnesia:abort/1
Call the Fun in a context which is not protected by a transaction. mnesia:async_dirty/3
Call the Fun in a context which is not protected by a transaction. mnesia:sync_dirty/3
Call the Fun in a raw context which is not protected by a transaction. mnesia:ets/3
Commits or rollbacks a transaction. odbc:commit/2
Commits or rollbacks a transaction. odbc:commit/3
Create a new top-level transaction CosTransactions_TransactionFactory:create/2
Execute a transaction. mnesia:transaction/3
Instruct the target object to commit the transaction CosTransactions_Resource:commit/1
Instruct the target object to commit the transaction CosTransactions_Resource:commit_one_phase/1
Instruct the target object to rollback the transaction CosTransactions_Resource:rollback/1
Modify the transaction associated with the target object so the only possible outcome is to rollback the transaction CosTransactions_Coordinator:rollback_only/1
Return the current status of the transaction CosTransactions_RecoveryCoordinator:replay_completion/3
Return the status of the parent transaction. CosTransactions_Coordinator:get_parent_status/1
Return true if the transction associated with the target object is a top-level transaction CosTransactions_Coordinator:is_top_level_transaction/1
Rollback a transaction CosTransactions_Terminator:rollback/1
Synchronously execute a transaction. mnesia:sync_transaction/4
Try to commit a transaction CosTransactions_Terminator:commit/2
Optionally invoked for a transaction acknowledgement megaco_user:handle_trans_ack/4
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
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
Register the parameter Resource object as a participant in the transaction associated with the target object CosTransactions_Coordinator:register_resource/2
Return a hash code for the transaction associated with the target object. CosTransactions_Coordinator:hash_transaction/1
Return a hash code for the top-level transaction associated with the target object CosTransactions_Coordinator:hash_top_level_tran/1
Return the status of the transaction associated with the target object CosTransactions_Coordinator:get_status/1
Return the status of the top-level transaction associated with the target object CosTransactions_Coordinator:get_top_level_status/1
Modify the transaction associated with the target object so the only possible outcome is to rollback the transaction CosTransactions_Coordinator:rollback_only/1
Micro transaction facility global:trans/2
Micro transaction facility global:trans/3
Micro transaction facility global:trans/4
Start a Transaction Factory cosTransactions:start_factory/0
Start a Transaction Factory with given options cosTransactions:start_factory/1
Notify the target object that the transaction has been rolled back CosTransactions_SubtransactionAwareResource:rollback_subtransaction/1
Notify the target object that the transaction has committed CosTransactions_SubtransactionAwareResource:commit_subtransaction/2
Optionally invoked for a transaction reply megaco_user:handle_trans_reply/4
Invoked for each transaction request megaco_user:handle_trans_request/3
Optionally invoked for a time consuming transaction request megaco_user:handle_trans_long_request/3
Invoked when an transaction request has been aborted megaco_user:handle_trans_request_abort/4
Encode action requests for one or more transaction request(s) megaco:encode_actions/3
Sends one or more transaction request(s) and waits for the reply megaco:call/3
Sends one or more transaction request(s) but does NOT wait for a reply megaco:cast/3
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
  Transfer a binary into a remote file. ftp:append_bin/3
  Transfer a binary into a remote file. ftp:send_bin/3
  Transfer file from remote server. ftp:recv/3
  Transfer file from remote server as a binary. ftp:recv_bin/2
  Transfer file to remote server. ftp:send/3
  Transfer file to remote server, and append it to Remotefile. ftp:append/3
Stop transfer of chunks. ftp:send_chunk_end/1
Stop transfer of chunks for appending. ftp:append_chunk_end/1
Start transfer of file chunks. ftp:send_chunk_start/2
Start transfer of file chunks for appending to File. ftp:append_chunk_start/2
Set transfer type to ascii or binary. ftp:type/2
  Transform a pseudo name to an IDL name lname:to_idl_form/1
  Transform an IDL name to a pseudo name lname:from_idl_form/1
  Transform Erlang forms erl_id_trans:parse_transform/2
Used when transforming fun's created in the shell into match_specifications. ms_transform:transform_from_shell/3
  Transforms an unicode list ot an utf8 binary. asn1rt:utf8_list_to_binary/1
  Transforms an utf8 encoded binary to a unicode list. asn1rt:utf8_binary_to_list/1
  Transforms Erlang abstract format containing calls to ets/dbg:fun2ms into literal match specifications. ms_transform:parse_transform/2
Pseudo function that transforms fun syntax to a match_spec. ets:fun2ms/1
Pseudo function that transforms fun syntax to match_spec. dbg:fun2ms/1
  Transforms trace data and makes an event record out of it et_selector:parse_event/2
Extract and translate the initial call of a proc_lib spawned process. proc_lib:translate_initial_call/1
  Transmit data from suppliers to consumers. CosEventChannelAdmin_ProxyPullSupplier:pull/1
  Transmit data from suppliers to consumers. CosEventChannelAdmin_ProxyPullSupplier:try_pull/1
Send a trap snmpa:send_trap/3
Send a trap snmpa:send_trap/4
Handle a trap/notification message snmpm_user:handle_trap/4
Fix a Dets table for safe traversal. dets:safe_fixtable/2
Fix an ETS table for safe traversal. ets:safe_fixtable/2
Fix an ETS table for safe traversal (obsolete). ets:fixtable/2
  Traversal of a backup. mnesia:traverse_backup/6
  Traverse a gb_set with an iterator gb_sets:next/1
  Traverse a tree with an iterator gb_trees:next/1
Concatenates all text nodes within the tree. xmerl_xs:value_of/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
Create a gen_fsm process in a supervision tree. gen_fsm:start_link/3
Create a gen_fsm process in a supervision tree. gen_fsm:start_link/4
Create a gen_server process in a supervision tree. gen_server:start_link/3
Create a gen_server process in a supervision tree. gen_server:start_link/4
Insert a new key and value in a tree gb_trees:insert/3
Insert or update key with value in a tree gb_trees:enter/3
Look up a key in a tree gb_trees:lookup/2
Rebalance a tree gb_trees:balance/1
Remove a node from a tree gb_trees:delete/2
Remove a (possibly non-existing) node from a tree gb_trees:delete_any/2
Return a list of the keys in a tree gb_trees:keys/1
Return a list of the values in a tree gb_trees:values/1
Return an empty tree gb_trees:empty/0
Return an iterator for a tree gb_trees:iterator/1
Return the number of nodes in a tree gb_trees:size/1
Test for empty tree gb_trees:is_empty/1
Test for membership of a tree gb_trees:is_defined/2
Update a key to new value in a tree gb_trees:update/3
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
Add one view tree family definition snmp_view_based_acm_mib:add_view_tree_fam/4
Delete one view tree family definition snmp_view_based_acm_mib:delete_view_tree_fam/1
Make a tree from an orddict gb_trees:from_orddict/1
Look up a key in a tree, if present gb_trees:get/2
Convert a tree into a list gb_trees:to_list/1
Rebalance tree representation of a gb_set gb_sets:balance/1
Traverse a tree with an iterator gb_trees:next/1
Cancel a previously requested timeout identified by TRef. timer:cancel/1
Set the trigger action of a breakpoint i:iba/3
Set the trigger action of a breakpoint int:action_at_break/3
Terminate terminate any previous set trigger, and set a new trigger specified by the TimeType and UTO objects CosTimerEvent_TimerEventHandler:set_timer/3
Terminate terminate any previous set trigger, and set a new trigger specified by the TimeType and UTO objects CosTimerEvent_TimerEventHandler:set_timer/3
Change the event data sent when triggered CosTimerEvent_TimerEventHandler:set_data/2
Return a UTO containing the time at which the associated event was triggered CosTimerEvent_TimerEventService:event_time/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
Cancel, if possible, triggering of event(s). Return true if an event is actually cancelled, false otherwise CosTimerEvent_TimerEventHandler:cancel_timer/1
Drop elements from a list while a predicate is true lists:dropwhile/2
Match the objects in an ETS table against a match_spec and deletes objects where the match_spec returns 'true' ets:select_delete/2
Match the objects in an ETS table against a match_spec and returns the number of objects for which the match_spec returned 'true' ets:select_count/2
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
Take elements from a list while a predicate is true lists:takewhile/2
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 HowMany Property Names and a boolean which is true if additional Property Names exists CosPropertyService_PropertyNamesIterator:next_n/2
Return true if all elements in the list satisfy Pred lists:all/2
Cancel, if possible, triggering of event(s). Return true if an event is actually cancelled, false otherwise CosTimerEvent_TimerEventHandler:cancel_timer/1
Return true if any of the elements in the list satisfies Pred lists:any/2
Return true, if the given object is a NIL object reference, otherwise false corba_object:is_nil/1
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 true if the target have an associated property with given name CosPropertyService_PropertySet:is_property_defined/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
Return true if the target object is an, or inherit from, object of the given type corba_object:is_a/2
Return true if the target object is an, or inherit from, object of the given type corba_object:is_a/3
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
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
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
  Truncate a disk log. disk_log:btruncate/2
  Truncate a disk log. disk_log:truncate/1
  Truncate a disk log. disk_log:truncate/2
  Truncate a file file:truncate/1
Return an integer by the truncating a number erlang:trunc/1
Browse an ETS table on tty. ets:i/1
Display information about all ETS tables on tty. ets:i/0
Print information about all table definitions on the tty. mnesia:schema/0
Print information about one table definition on the tty. mnesia:schema/1
Print some information about the system on the tty. mnesia:info/0
Append an extra element to a tuple erlang:erlang:append_element/2
Check whether a term is a tuple erlang:is_tuple/1
Convert a list to a tuple erlang:list_to_tuple/1
Decode a tuple ei:ei_decode_tuple_header/3
Encode a tuple ei:ei_encode_tuple_header/3
Encode a tuple ei:ei_x_encode_tuple_header/2
Extracts an element from an Erlang tuple erl_eterm:erl_element/2
Get Nth element of a tuple erlang:element/2
Return an English description of a an error tuple. qlc:format_error/1
Set Nth element of a tuple erlang:setelement/3
Creates an Erlang tuple from an array erl_eterm:erl_mk_tuple/2
Create a new tuple of a given arity erlang:erlang:make_tuple/2
Return the relative product of a tuple of binary relations and a binary relation. sofs:relative_product/2
Return the multiple relative product of a tuple of binary relations and a relation. sofs:multiple_relative_product/2
Create an ordered set out of a tuple of sets. sofs:from_sets/1
Return the Cartesian product of a tuple of sets. sofs:product/1
Return a list or a tuple of the elements of set. sofs:to_sets/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
Return the arity of a tuple or binary erl_eterm:erl_size/1
Size of a tuple or binary erlang:size/1
Convert a tuple to a list erlang:tuple_to_list/1
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
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
Return a tuple which describe the target object orber_ifr:describe/1
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
Delete an element from a list of tuples lists:keydelete/3
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
Map a function over a list of tuples lists:keymap/3
Merge two key-sorted lists of tuples lists:keymerge/3
Performs matching, using a compiled match_spec, on a list of tuples ets:match_spec_run/2
Replace an element in a list of tuples lists:keyreplace/4
Search for an element in a list of tuples lists:keysearch/3
Sort a list of tuples lists:keysort/2
Test for membership of a list of tuples lists:keymember/3
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
Merge two key-sorted lists of tuples, removing duplicates lists:ukeymerge/3
Sort a list of tuples, removing duplicates lists:ukeysort/2
  Turn a node into a non-distributed Erlang runtime system net_kernel:stop/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
  Turn off debugging sys:no_debug/1
  Turn off debugging sys:no_debug/2
  Turn off monitoring of the snmp manager snmpm:demonitor/1
Instruct the target object to begin the two-phase commit protocol CosTransactions_Resource:prepare/1
Zip two lists into a list of two-tuples lists:zip/2
Unzip a list of two-tuples into two lists lists:unzip/1
Assign a value to any object type registry:ei_reg_setval/5
Close a socket of any type inet:close/1
Create a fixed type fixed:create/3
Create an IFR object of given type orber_ifr:create_module/4
Create TypeCode representing the supplied fixed type fixed:get_typecode/1
Decode a term, without prior knowledge of type ei:ei_decode_ei_term/3
Negate the supplied Fixed Type fixed:unary_minus/1
Return an atom describing the primitive type orber_ifr:get_kind/1
Return an IFR object of the type IDLType describing the original type orber_ifr:get_original_type_def/1
Return operator type erl_internal:op_type/2
Return the proxy type CosNotifyChannelAdmin_ProxyConsumer:_get_MyType/1
Return the proxy type CosNotifyChannelAdmin_ProxySupplier:_get_MyType/1
Return true if the target object is an, or inherit from, object of the given type corba_object:is_a/2
Return true if the target object is an, or inherit from, object of the given type corba_object:is_a/3
Set the original_type_def attribute which describes the original type orber_ifr:set_original_type_def/2
Test for a type. sofs:is_type/1
Fetch the type and size of an encoded term ei:ei_get_type/4
Create an IFR objref of the type ArrayDef orber_ifr:create_array/3
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
Create an IFR object of the type AttributeDef contained in the target InterfaceDef object orber_ifr:create_attribute/6
Returns a type description instrument:type_descr/2
Replace type numbers in memory allocation map with type descriptions instrument:descr/1
Subscribe to events of type EventCategory. mnesia:subscribe/1
Subscribe to events of type EventCategory. mnesia:unsubscribe/1
Create an IFR objref of the type FixedDef orber_ifr:create_fixed/3
Display the SSL verification type for incoming calls cosFileTransferApp:ssl_server_verify/0
Display the SSL verification type for incoming calls orber:ssl_server_verify/0
Display the SSL verification type for outgoing calls cosFileTransferApp:ssl_client_verify/0
Display the SSL verification type for outgoing calls orber:ssl_client_verify/0
Set the value of the SSL verification type for outgoing calls orber:set_ssl_client_verify/1
Return the Type ID related to this stub/skeleton Module_Interface:Module_Interface:typeID/0
Create an IFR objref of the type IDLType orber_ifr:create_idltype/2
Return an IFR object of the type IDLType describing the original type orber_ifr:get_original_type_def/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 an IFR object of the type IDLType describing the type of the result orber_ifr:get_result_def/1
Return an IFR object of the type IDLType describing the type of the target object orber_ifr:get_type_def/1
All nodes of a certain type in the system erlang:nodes/1
Returns the memory block type numbers instrument:type_no_range/1
Replace type numbers in memory allocation map with type descriptions instrument:descr/1
Return the type of a path filename:pathtype/1
Return the type of a set. sofs:type/1
Change the storage type of a table. mnesia:change_table_copy_type/3
Determines type of an encoded byte sequence erl_marshal:erl_ext_type/1
Get the start type of an ongoing application startup. application:start_type/0
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
Return which type of Grammar the Filter uses CosNotifyFilter_Filter:_get_constraint_grammar/1
Return which type of Grammar the MappingFilter uses CosNotifyFilter_MappingFilter:_get_constraint_grammar/1
Create a set of atoms or any type of sets. sofs:set/2
Return an IFR object of the type IDLType describing the type of the elements in Objref orber_ifr:get_element_type_def/1
Return an IFR object of the type IDLType describing the type of the result orber_ifr:get_result_def/1
Return an IFR object of the type IDLType describing the type of the target object orber_ifr:get_type_def/1
Return IDLType object describing the discriminator type of the target object orber_ifr:get_discriminator_type_def/1
Return typecode describing the type of the value returned by the operation orber_ifr:get_result/1
Create an IFR object of the type OperationDef contained in the target InterfaceDef object orber_ifr:create_operation/9
Return the last key in an ETS table of type ordered_set. ets:last/1
Return the previous key in an ETS table of type ordered_set. ets:prev/2
Create an IFR objref of the type SequenceDef orber_ifr:create_sequence/3
Create an IFR objref of the type StringDef orber_ifr:create_string/2
Test for a valid type test erl_internal:type_test/2
Set transfer type to ascii or binary. ftp:type/2
Create an IFR objref of the type WstringDef orber_ifr:create_wstring/2
Return the value of the configuration parameter type_check cosNotificationApp:type_check/0
Check syntax of an IDL typecode orber_tc:check_tc/1
Fetch typecode orber_tc:get_tc/1
Fetch typecode orber_tc:get_tc/1
Fetch the typecode any:get_typecode/1
Return the alias IDL typecode orber_tc:alias/3
Return the array IDL typecode orber_tc:array/2
Return the enum IDL typecode orber_tc:enum/3
Return the exception IDL typecode orber_tc:exception/3
Return the fixed IDL typecode orber_tc:fixed/2
Return the IDL typecode orber_tc:any/0
Return the IDL typecode orber_tc:boolean/0
Return the IDL typecode orber_tc:char/0
Return the IDL typecode orber_tc:double/0
Return the IDL typecode orber_tc:float/0
Return the IDL typecode orber_tc:long/0
Return the IDL typecode orber_tc:long_long/0
Return the IDL typecode orber_tc:null/0
Return the IDL typecode orber_tc:octet/0
Return the IDL typecode orber_tc:principal/0
Return the IDL typecode orber_tc:short/0
Return the IDL typecode orber_tc:typecode/0
Return the IDL typecode orber_tc:unsigned_long/0
Return the IDL typecode orber_tc:unsigned_long_long/0
Return the IDL typecode orber_tc:unsigned_short/0
Return the IDL typecode orber_tc:void/0
Return the IDL typecode orber_tc:wchar/0
Return the object_reference IDL typecode orber_tc:object_reference/2
Return the sequence IDL typecode orber_tc:sequence/2
Return the string IDL typecode orber_tc:string/1
Return the struct IDL typecode orber_tc:struct/3
Return the union IDL typecode orber_tc:union/5
Return the wstring IDL typecode orber_tc:wstring/1
Return typecode describing the type of the value returned by the operation orber_ifr:get_result/1
Set the typecode field any:set_typecode/2
Return the typecode of the elements in the IFR object orber_ifr:get_element_type/1
Get the discriminator typecode of the target object orber_ifr:get_discriminator_type/1
Return the typecode of the target object orber_ifr:get_type/1
Create TypeCode representing the supplied fixed type fixed:get_typecode/1
Return allowed TypeCodes for the target object CosPropertyService_PropertySetDef:get_allowed_property_types/1
Set the attribute discriminator_type_def for the target object to the given TypeDef orber_ifr:set_discriminator_type_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 type_def attribute of the target object to the given ResultDef orber_ifr:set_result_def/2
Set given TypeDef of the target object orber_ifr:set_type_def/2
Add the supplied Fixed types fixed:add/2
Administer subscription types CosNotifyChannelAdmin_ProxyConsumer:obtain_subscription_types/2
Return the target object's supported content types. CosFileTransfer_VirtualFileSystem:'_get_supported_content_types'/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
Get the index types of Name snmp_generic:get_index_types/1
Queries the database to find out the data types of the columns of the table Table. odbc:describe_table/2
Queries the database to find out the data types of the columns of the table Table. odbc:describe_table/3
Return a list of exception types that can be raised by the target object orber_ifr:get_exceptions/1
Inform the target object which event types the client will and will not accept in the future CosNotifyComm_NotifySubscribe:subscription_change/3
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

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