Home
last modified time | relevance | path

Searched refs:from_id (Results 1 – 7 of 7) sorted by relevance

/plugin/freechat/phpfreechat/src/commands/
H A Dgetnewmsg.class.php55 $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 Dconnect.class.php113 $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 Dprivmsg.class.php104 $from_id = $ct->getLastId($pvrecipient)-$c->max_msg-1;
105 $_SESSION[$from_id_sid] = ($from_id<0) ? 0 : $from_id;
H A Dleave.class.php114 $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 Dpfccontainer.class.php411 function read($chan, $from_id) argument
419 for ( $mid = $from_id; $mid <= $new_from_id; $mid++ )
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js23910 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 Ddhtmlxgantt.js.map1from_id","from_start","link_from_start","to_start","link_to_start","allowDrag","isLinkAllowed","dr…