Home
last modified time | relevance | path

Searched refs:p_type (Results 26 – 31 of 31) sorted by last modified time

12

/plugin/bootswrapper/syntax/
H A Dslide.php13 public $p_type = 'block'; variable in syntax_plugin_bootswrapper_slide
H A Dtext.php13 public $p_type = 'normal'; variable in syntax_plugin_bootswrapper_text
H A Dthumbnail.php13 public $p_type = 'block'; variable in syntax_plugin_bootswrapper_thumbnail
H A Dtooltip.php12 public $p_type = 'normal'; variable in syntax_plugin_bootswrapper_tooltip
H A Dwell.php13 public $p_type = 'normal'; variable in syntax_plugin_bootswrapper_well
/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