Lines Matching defs:key
31 function getLang($key){
34 function _getLang($key,$config_plugin = false){
144 function getDefault($key){ return @$this->_defaults[$key]; }
145 function getLocal($key){ return self::_getlocal($key,$this->_pluginname); }
146 function getProtected($key){ return self::_getprotected($key,$this->_pluginname); }
147 function isExtended($key){ return self::_isextended($key,$this->_pluginname); }
149 static function _getlocal($key,$pluginname){
161 static function _getprotected($key,$pluginname){
173 static function _isextended($key,$pluginname){
178 function showHierarchyLevelRecursive($level,$key,&$empty){
200 function showHierarchy($key){
219 function format($key,$value){