Home
last modified time | relevance | path

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

/plugin/cellbg/
H A 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/
H A 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/
H A Ddatabase.php249 function get_folder($p_id) { argument
251 if ($p_id<10 ) $id='0'.$p_id;
252 else $id = $p_id;
559 $this->id = $p_id;
922 $p_id = $p_idOrName;
924 $this->id= abs($p_id);
932 if ($p_id<0) {
1258 function get($p_id) { argument
1299 function delete ($p_id) { argument
1301 $dataFile->delete($p_id);
[all …]