Searched refs:p_id (Results 1 – 3 of 3) sorted by relevance
75 var p_id = 'picker_plugin_cellbg'; // picker id that we're creating83 + p_id + "',this); return false; }");88 picker.id = p_id;
245 * @param number $p_id the id of the table249 function get_folder($p_id) { argument251 if ($p_id<10 ) $id='0'.$p_id;252 else $id = $p_id;254 $ret .= $id."-".$this->tableNames[$p_id]."/";544 * @param number $p_id id of the column553 function Column ($p_id, $p_name, $p_label, $p_mandatory, $p_unique, $p_type, $p_visible) { argument559 $this->id = $p_id;922 $p_id = $p_idOrName;923 $this->displayId = $p_id;[all …]