Go to the first, previous, next, last section, table of contents.


functions for nonpublic keyvals

The above functions all manipulate keyval pairs in the public area of a given object. Exactly analogous functions are available to manipulate keyval pairs in the other three areas of an object:

]hiddenKeysvalsSet        ]systemKeysvalsSet          
]hiddenSet                 ]systemSet                   
hiddenDelKey              systemDelKey                    
hiddenDelKey?             systemDelKey?
hiddenGet                  systemGet                    
hiddenGetFirstKey?       systemGetFirstKey?         
hiddenGetKey?             systemGetKey?               
hiddenGetKeysByPrefix[  systemGetKeysByPrefix[    
hiddenGetNextKey?        systemGetNextKey?          
hiddenGet?                 systemGet?                   
hiddenKeys[                systemKeys[                  
hiddenKeysvals[            systemKeysvals[              
hiddenSet                  systemSet                    
hiddenVals[                systemVals[                  

]adminsKeysvalsSet         
]adminsSet                  
adminsDelKey                    
adminsDelKey?
adminsGet                   
adminsGetFirstKey?        
adminsGetKey?              
adminsGetKeysByPrefix[   
adminsGetNextKey?         
adminsGet?                  
adminsKeys[                 
adminsKeysvals[             
adminsSet                   
adminsVals[                 

In addition, a special series is present for muqnet support, which differ in that an extra final integer argument explicitly specifies which propdir is intended, and in that they are executed with the permissions of .u["nul"] rather than of the current user:

]muqnetKeysvalsSet        
]muqnetSet                 
muqnetDelKey              
muqnetDelKey?             
muqnetGet                  
muqnetGetFirstKey?       
muqnetGetKey?             
muqnetGetKeysByPrefix[  
muqnetGetNextKey?        
muqnetGet?                 
muqnetKeys[                
muqnetKeysvals[            
muqnetSet                  
muqnetVals[                


Go to the first, previous, next, last section, table of contents.