Home
last modified time | relevance | path

Searched refs:getId (Results 801 – 825 of 829) sorted by last modified time

1...<<31323334

/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php1030 function getId() function in pfcGlobalConfig
1037 if ($serverid == '') $serverid = $this->getId();
H A Dpfcuserconfig.class.php59 $nickid = 'pfcuserconfig_'.$c->getId().'_'.$this->nickid;
70 $nickid_param = 'pfcuserconfig_'.$c->getId().'_'.$this->nickid.'_'.$p;
78 $nickid_param = 'pfcuserconfig_'.$c->getId().'_'.$this->nickid.'_'.$p;
/plugin/freechat/phpfreechat/src/commands/
H A Dprivmsg.class.php103 $from_id_sid = "pfc_from_id_".$c->getId()."_".$clientid."_".$pvrecipientid;
H A Dgetnewmsg.class.php40 if( isset($_SESSION["pfc_lock_readnewmsg_".$c->getId()."_".$clientid]) )
44 $last_lock = $_SESSION["pfc_lock_readnewmsg_".$c->getId()."_".$clientid];
45 if ($last_lock < $last_10sec) $_SESSION["pfc_lock_".$c->getId()."_".$clientid] = 0;
46 if ( $_SESSION["pfc_lock_readnewmsg_".$c->getId()."_".$clientid] != 0 ) exit;
49 $_SESSION["pfc_lock_readnewmsg_".$c->getId()."_".$clientid] = time();
53 $from_id_sid = "pfc_from_id_".$c->getId()."_".$clientid."_".$recipientid;
64 $oldmsg_sid = "pfc_oldmsg_".$c->getId()."_".$clientid."_".$recipientid;
114 $_SESSION["pfc_lock_readnewmsg_".$c->getId()."_".$clientid] = 0;
H A Dleave.class.php113 $from_id_sid = "pfc_from_id_".$c->getId()."_".$clientid."_".$chanid;
117 $oldmsg_sid = "pfc_oldmsg_".$c->getId()."_".$clientid."_".$chanid;
/plugin/freechat/phpfreechat/src/proxies/
H A Dlog.class.php48 $logpath .= "/".$c->getId();
/plugin/genericsso/
H A Dauth.php129 header('Location: '.str_replace('{target}', wl(getId()), $this->conf['loginURL']));
/plugin/bugzillahttp/
H A Dsyntax.php99 …$bugtable .= '<td><a href="'.$url . $bug->getId().'" target="_blank">'.$bug->getId().'</a></td><td…
H A DBzBug.php28 public function getId() { function in BzBug
/plugin/fedauth/classes/
H A Dfa_provider.class.php84 public function getId() { function in fa_provider
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/noticeboard/classes/
H A DNoticeList.php88 $array[strtolower($notice->getId())] = $this->noticeboardId;
92 if(!array_key_exists($notice->getId(),$array)){
93 $array[strtolower($notice->getId())] = $this->noticeboardId;
105 if($notice->getId() == $next->getId()){
138 if($noticeId == $next->getId()){
308 $sortArray[$array[$i]->getId()] = $array[$i]->getStartTime();
324 $sortArray[$array[$i]->getId()] = $array[$i]->getDeadline();
340 $sortArray[$array[$i]->getId()] = $array[$i]->getName();
355 $sortArray[$array[$i]->getId()] = $array[$i]->getPlace();
391 if($item->getId() == $id){
H A Drss.php77 $out .= "<link>".$link .wl($notice->getId(), array('do' => 'show'))."</link>";
108 …$out .= $this->getLang('moreInfo').": <a href='".$link .wl($notice->getId(), array('do' => 'show')…
117 $out .= "<link>".$link .wl($notice->getId(), array('do' => 'show'))."</link>";
131 …$out .= "<a href='".$link .wl($notice->getId(), array('do' => 'show'))."'>".$this->getLang('moreIn…
H A DNotice.php46 public function getId(){ function in helper_plugin_noticeboard_Notice
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php88 $array[strtolower($notice->getId())] = $this->noticeboardId;
92 if(!array_key_exists($notice->getId(),$array)){
93 $array[strtolower($notice->getId())] = $this->noticeboardId;
105 if($notice->getId() == $next->getId()){
138 if($noticeId == $next->getId()){
308 $sortArray[$array[$i]->getId()] = $array[$i]->getStartTime();
324 $sortArray[$array[$i]->getId()] = $array[$i]->getDeadline();
340 $sortArray[$array[$i]->getId()] = $array[$i]->getName();
355 $sortArray[$array[$i]->getId()] = $array[$i]->getPlace();
391 if($item->getId() == $id){
H A Drss.php77 $out .= "<link>".$link .wl($notice->getId(), array('do' => 'show'))."</link>";
108 …$out .= $this->getLang('moreInfo').": <a href='".$link .wl($notice->getId(), array('do' => 'show')…
117 $out .= "<link>".$link .wl($notice->getId(), array('do' => 'show'))."</link>";
131 …$out .= "<a href='".$link .wl($notice->getId(), array('do' => 'show'))."'>".$this->getLang('moreIn…
H A DNotice.php46 public function getId(){ function in helper_plugin_noticeboard_Notice
/plugin/noticeboard/
H A Dsyntax.php295 …$out .= '<a href="' . wl($notice->getId(), array('do' => 'show')) . '" class="" title="">'.$notice…
301 <input type='hidden' name='noticeboard_delete' value='".$notice->getId()."' />
303 …a href="' . wl($ID, array('do' => 'show','noticeboard-delete' => $notice->getId())) . '" class="bu…
304 …$out .= '<a href="' . wl($notice->getId(), array('do' => 'edit')) . '" class="button small" title=…
551 …$out .= '<li><a href="' . wl($notice->getId(), array('do' => 'show')) . '" class="" title="">'.$no…
/plugin/noticeboard/noticeboard/
H A Dsyntax.php295 …$out .= '<a href="' . wl($notice->getId(), array('do' => 'show')) . '" class="" title="">'.$notice…
301 <input type='hidden' name='noticeboard_delete' value='".$notice->getId()."' />
303 …a href="' . wl($ID, array('do' => 'show','noticeboard-delete' => $notice->getId())) . '" class="bu…
304 …$out .= '<a href="' . wl($notice->getId(), array('do' => 'edit')) . '" class="button small" title=…
551 …$out .= '<li><a href="' . wl($notice->getId(), array('do' => 'show')) . '" class="" title="">'.$no…
/plugin/jmol2/jmol/
H A DJmolApplet0_ShapeSurface.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_ShapeSurface.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_Popup.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0_Popup.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...

1...<<31323334