Searched defs:p_type (Results 26 – 31 of 31) sorted by relevance
| /plugin/bootswrapper/syntax/ | ||
| D | progressbar.php | 14 public $p_type = 'block'; variable in syntax_plugin_bootswrapper_progressbar |
| D | tooltip.php | 12 public $p_type = 'normal'; variable in syntax_plugin_bootswrapper_tooltip |
| D | affix.php | 12 public $p_type = 'block'; variable in syntax_plugin_bootswrapper_affix |
| D | nav.php | 13 public $p_type = 'block'; variable in syntax_plugin_bootswrapper_nav |
| D | bootstrap.php | 21 public $p_type = 'stack'; variable in syntax_plugin_bootswrapper_bootstrap |
| /plugin/database/ | ||
| D | database.php | 553 function Column ($p_id, $p_name, $p_label, $p_mandatory, $p_unique, $p_type, $p_visible) { |