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
Continues matching objects in an ETS table. ets:match/1
Continues matching objects in an ETS table. ets:match_object/1
Continues matching objects in an ETS table. ets:select/1
Create a table snmp_local_db:table_create/1
Create a new ETS table. ets:new/2
Create a row in a table snmp_local_db:table_create_row/3
Create an index for a table. mnesia:add_table_index/2
Delete a table snmp_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 snmp_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 withe objects from an ETS table. ets:to_dets/2
Fill an ETS table withe 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 snmp_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
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 an ets match on the table snmp_local_db:match/2
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 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 index of the first element in the alarm table eva:alarm_first/0
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 index in the alarm table eva:alarm_next/1
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 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 snmp_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
Fixe 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
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
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
Replace the objects of a Dets table with the objects of an Ets table. dets:from_ets/2
Fill an ETS table withe objects from a DETS table. ets:from_dets/2
Fill a DETS table withe objects from an ETS table. ets:to_dets/2
Creates the required Mnesia tables eva_snmp_adaptation:create_tables/1
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
Create Mnesia tables for basic EVA eva_sup:create_tables/1
Create Mnesia tables for basic EVA and log eva_sup:create_tables_log/1
Create Mnesia tables for basic EVA and SNMP implementation eva_sup:create_tables_snmp/1
Create Mnesia tables for basic EVA, log, and SNMP implementations eva_sup:create_tables_log_snmp/1
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
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
Create the Mnesia tables required by the log SNMP implementation log_snmp:create_tables/1
Create the Mnesia tables required for EVA log SNMP implementation eva_log_snmp:create_tables/1
Creates the Mnesia tables required for the eva server eva_server:create_tables/1
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
Return the N'th tail in List1 lists:nthtail/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 List1 while Pred 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
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:not_existent/1
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 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 Command in a command shell of the target OS. os:cmd/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
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/3
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
Return a hash value for Term erlang:erlang:hash/2
Return an English description of an error term file:format_error/1
Return the encoded value of any Erlang term erlang:term_to_binary/1
Return the encoded value of any Erlang term erlang:term_to_binary/2
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
Synchronous call with term conversion driver_entry:int call/7
Synchronous call with term data. 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
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 a 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
Print a text representation Term on the standard output erlang:erlang:display/1
Make a erlang term port from a port erl_driver:ErlDriverTerm driver_mk_port/1
Portable hash function that will give the same hash for the same erlang term regardless of machine architecture and ERTS version erlang:erlang:phash/2
Add an Erlang term to a private key field corba:create_subobject_key/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
Return an Erlang term which is the result of decoding the binary Binary erlang:binary_to_term/1
Decode a term, without prior knowledge of type ei:ei_decode_ei_term/3
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 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
Delete (clear) information about all terminated processes from the interpreter. i:ic/0
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 before 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
Set a conditional test at a break point i:ibc/3
  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 guard test erl_lint:is_guard_test/1
  Test for a key in a list of tuples lists:keymember/3
  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