| /plugin/freechat/phpfreechat/src/commands/ |
| D | getnewmsg.class.php | 40 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;
|
| D | connect.class.php | 112 $from_id_sid = "pfc_from_id_".$c->getId()."_".$clientid."_".$chanid; 116 $oldmsg_sid = "pfc_oldmsg_".$c->getId()."_".$clientid."_".$chanid; 126 $from_id_sid = "pfc_from_id_".$c->getId()."_".$clientid."_".$recipientid2; 130 $oldmsg_sid = "pfc_oldmsg_".$c->getId()."_".$clientid."_".$recipientid2;
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | DiffSync.js | 95 var pageId = pages[i].getId(); 115 var id = (page != null) ? page.getId() : ''; 141 resolverLookup[page.getId()], 175 var page = lookup[newPage.getId()]; 295 par = parent.getId(); 437 var temp = parentLookup[cell.getId()]; 448 var cellId = model.getChildAt(cell, i).getId(); 464 var id = (child != null) ? child.getId() : ''; 680 lookup[newPages[i].getId()] = {page: newPages[i], prev: prev}; 688 var id = oldPages[i].getId(); [all …]
|
| D | DriveComment.js | 25 url: '/files/' + this.file.getId() + '/comments/' + this.id + '/replies', 43 url: '/files/' + this.file.getId() + '/comments/' + this.pCommentId + '/replies/' + this.id, 48 url: '/files/' + this.file.getId() + '/comments/' + this.id, 60 url: '/files/' + this.file.getId() + '/comments/' + this.pCommentId + '/replies/' + this.id, 64 url: '/files/' + this.file.getId() + '/comments/' + this.id,
|
| D | DriveFile.js | 409 this.ui.drive.copyFile(this.getId(), filename, success, error); 422 this.ui.drive.renameFile(this.getId(), title, mxUtils.bind(this, function(desc) 461 this.ui.drive.moveFile(this.getId(), folderId, mxUtils.bind(this, function(resp) 481 this.ui.drive.showPermissions(this.getId()); 503 return 'G' + this.getId(); 512 DriveFile.prototype.getId = function() method in DriveFile 552 url: '/files/' + this.getId() + '/revisions' 590 this.ui.drive.getFile(this.getId(), success, error, true); 602 chan = 'G-' + this.getId() + '.' + chan; 687 url: '/files/' + this.getId() + '?supportsAllDrives=true&fields=' + this.ui.drive.catchupFields [all …]
|
| D | OneDriveFile.js | 86 OneDriveFile.prototype.getId = function() method in OneDriveFile 131 return 'W' + encodeURIComponent(this.getId()); 221 …this.ui.oneDrive.executeRequest(this.ui.oneDrive.getItemURL(this.getId()), mxUtils.bind(this, func… 239 this.ui.oneDrive.getFile(this.getId(), success, error); 279 var url = this.ui.oneDrive.getItemURL(this.getId()); 564 this.ui.oneDrive.moveFile(this.getId(), folderId, mxUtils.bind(this, function(meta)
|
| D | GitLabFile.js | 34 GitLabFile.prototype.getId = function() method in GitLabFile 50 return encodeURIComponent('A' + this.getId());
|
| D | GitHubFile.js | 35 GitHubFile.prototype.getId = function() method in GitHubFile 51 return encodeURIComponent('H' + this.getId()); 130 this.peer.getFile(this.getId(), success, error);
|
| /plugin/noticeboard/noticeboard/classes/ |
| D | NoticeList.php | 88 $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){
|
| D | rss.php | 77 $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…
|
| /plugin/noticeboard/classes/ |
| D | NoticeList.php | 88 $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){
|
| D | rss.php | 77 $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…
|
| /plugin/struct/_test/ |
| H A D | SchemaTest.php | 80 $this->assertEquals(1, $schema->getId()); 82 $this->assertEquals(0, $schema->getId()); 85 $this->assertEquals(0, $schema->getId());
|
| /plugin/simplenavi/ |
| D | syntax.php | 167 $id = $node->getId(); 177 if ($depth < $this->peek && auth_quickaclcheck($node->getId()) < AUTH_READ) { 192 $perm = auth_quickaclcheck($node->getId()); 194 $node->setTitle($this->getTitle($node->getId())); 209 if(isHiddenPage($node->getId())) return null; 237 $R->internallink($node->getId(), $node->getTitle(), null, false, 'navigation');
|
| /plugin/noticeboard/ |
| D | syntax.php | 295 …$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/ |
| D | syntax.php | 295 …$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/elasticsearch/vendor/ruflin/elastica/src/Node/ |
| D | Info.php | 182 public function getId(): string function in Elastica\\Node\\Info 222 $endpoint->setNodeId($this->getNode()->getId()); 233 $this->getNode()->setId($this->getId());
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_FreebaseService.php | 141 public function getId() { function in Google_TopicLookup 233 public function getId() { function in Google_TopicStatslinkcountValues 260 public function getId() { function in Google_TopicStatslinkcountValuesValues 284 public function getId() { function in Google_TopicStatslinkcountValuesValuesValues 325 public function getId() { function in Google_TopicValue
|
| D | Google_BloggerService.php | 488 public function getId() { function in Google_Blog 734 public function getId() { function in Google_Comment 791 public function getId() { function in Google_CommentAuthor 823 public function getId() { function in Google_CommentBlog 833 public function getId() { function in Google_CommentInReplyTo 877 public function getId() { function in Google_CommentPost 918 public function getId() { function in Google_Page 975 public function getId() { function in Google_PageAuthor 1007 public function getId() { function in Google_PageBlog 1082 public function getId() { function in Google_Post [all …]
|
| /plugin/freechat/phpfreechat/src/ |
| D | pfcuserconfig.class.php | 59 $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/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/ |
| D | TreeNode.php | 68 ->string($node->getId()) 89 ->string($node->getId()) 111 ->string($node->getId()) 134 ->string($node->getId()) 163 ->when($result = $node->getId())
|
| /plugin/authfacebook/lib/Helpers/ |
| D | FacebookSignedRequestFromInputHelper.php | 160 if (isset($_COOKIE['fbsr_' . $this->app->getId()])) { 161 return $_COOKIE['fbsr_' . $this->app->getId()];
|
| /plugin/jmol2/jmol/ |
| D | JmolApplet0_Popup.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
| D | JmolAppletSigned0_Popup.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| /plugin/structpublish/action/ |
| H A D | banner.php | 111 '{revision}' => $this->makeLink($rev->getId(), $rev->getRev(), dformat($rev->getRev())), 112 … '{datetime}' => $this->makeLink($rev->getId(), $rev->getRev(), dformat($rev->getTimestamp())), 122 … $link = wl($rev->getId(), ['do' => 'diff', 'rev2[0]' => $rev->getRev(), 'rev2[1]' => $diff]);
|