Home
last modified time | relevance | path

Searched refs:key_type_chars (Results 1 – 1 of 1) sorted by path

/plugin/toolbuttondel/
H A Daction.php10 private $key_type_chars = array(); // will be merged with autoheads variable in action_plugin_toolbuttondel
65 $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));