Home
last modified time | relevance | path

Searched refs:p_type (Results 26 – 31 of 31) sorted by relevance

12

/plugin/bootswrapper/syntax/
H A Dtext.php13 public $p_type = 'normal'; variable in syntax_plugin_bootswrapper_text
H A Dcallout.php13 public $p_type = 'block'; variable in syntax_plugin_bootswrapper_callout
H A Dpopover.php14 public $p_type = 'normal'; variable in syntax_plugin_bootswrapper_popover
H A Dmodal.php14 public $p_type = 'normal'; variable in syntax_plugin_bootswrapper_modal
H A Daffix.php12 public $p_type = 'block'; variable in syntax_plugin_bootswrapper_affix
/plugin/database/
H A Ddatabase.php548 * @param string $p_type type of the column, string, number, date, lookup or reference
553 function Column ($p_id, $p_name, $p_label, $p_mandatory, $p_unique, $p_type, $p_visible) { argument
564 $this->type = $p_type;

12