Home
last modified time | relevance | path

Searched refs:p_id (Results 1 – 3 of 3) sorted by relevance

/plugin/cellbg/
Dscript.js75 var p_id = 'picker_plugin_cellbg'; // picker id that we're creating
83 + p_id + "',this); return false; }");
88 picker.id = p_id;
/plugin/cellbg2/
Dscript.js75 var p_id = 'picker_plugin_cellbg'; // picker id that we're creating
83 + p_id + "',this); return false; }");
88 picker.id = p_id;
/plugin/database/
Ddatabase.php245 * @param number $p_id the id of the table
249 function get_folder($p_id) { argument
251 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 column
553 function Column ($p_id, $p_name, $p_label, $p_mandatory, $p_unique, $p_type, $p_visible) { argument
559 $this->id = $p_id;
922 $p_id = $p_idOrName;
923 $this->displayId = $p_id;
[all …]