Searched refs:key_type_chars (Results 1 – 1 of 1) sorted by relevance
10 private $key_type_chars = array(); // will be merged with autoheads variable in action_plugin_toolbuttondel65 $this->key_type_chars=$this->get_array('key_types',$key_codes); 79 $this->key_type_chars = array_merge($this->key_type_chars,$autohead);129 if(!$this->key_type_chars) return;130 $ckeys = preg_quote(implode(';',$this->key_type_chars));