Searched refs:from_id (Results 1 – 7 of 7) sorted by relevance
/plugin/freechat/phpfreechat/src/commands/ |
H A D | getnewmsg.class.php | 55 $from_id = 0; 57 $from_id = $_SESSION[$from_id_sid]; 60 $from_id = $container->getLastId($recipient) - $c->max_msg - 1; 61 if ($from_id < 0) $from_id = 0; 72 $new_msg = $container->read($recipient, $from_id);
|
H A D | connect.class.php | 113 $from_id = $ct->getLastId($chanrecip)-$c->max_msg+1; 114 $_SESSION[$from_id_sid] = ($from_id<0) ? 0 : $from_id; 127 $from_id = $ct->getLastId($recipient2)-$c->max_msg+1; 128 $_SESSION[$from_id_sid] = ($from_id<0) ? 0 : $from_id;
|
H A D | privmsg.class.php | 104 $from_id = $ct->getLastId($pvrecipient)-$c->max_msg-1; 105 $_SESSION[$from_id_sid] = ($from_id<0) ? 0 : $from_id;
|
H A D | leave.class.php | 114 $from_id = $ct->getLastId($chanrecip)-$c->max_msg; 115 $_SESSION[$from_id_sid] = ($from_id<0) ? 0 : $from_id;
|
/plugin/freechat/phpfreechat/src/ |
H A D | pfccontainer.class.php | 411 function read($chan, $from_id) argument 419 for ( $mid = $from_id; $mid <= $new_from_id; $mid++ )
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 23910 var from_id = state.link_source_id; 23914 var allowDrag = gantt.isLinkAllowed(from_id, itemId, from_start, to_start);
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js.map | 1 …from_id","from_start","link_from_start","to_start","link_to_start","allowDrag","isLinkAllowed","dr…
|