Home
last modified time | relevance | path

Searched refs:getId (Results 1 – 25 of 847) sorted by relevance

12345678910>>...34

/plugin/freechat/phpfreechat/src/commands/
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;
Dconnect.class.php112 $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/
DDiffSync.js95 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 …]
DDriveComment.js25 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,
DDriveFile.js409 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 …]
DOneDriveFile.js86 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)
DGitLabFile.js34 GitLabFile.prototype.getId = function() method in GitLabFile
50 return encodeURIComponent('A' + this.getId());
DGitHubFile.js35 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/
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){
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…
/plugin/noticeboard/classes/
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){
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…
/plugin/struct/_test/
H A DSchemaTest.php80 $this->assertEquals(1, $schema->getId());
82 $this->assertEquals(0, $schema->getId());
85 $this->assertEquals(0, $schema->getId());
/plugin/simplenavi/
Dsyntax.php167 $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/
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/
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/elasticsearch/vendor/ruflin/elastica/src/Node/
DInfo.php182 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/
DGoogle_FreebaseService.php141 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
DGoogle_BloggerService.php488 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/
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/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
DTreeNode.php68 ->string($node->getId())
89 ->string($node->getId())
111 ->string($node->getId())
134 ->string($node->getId())
163 ->when($result = $node->getId())
/plugin/authfacebook/lib/Helpers/
DFacebookSignedRequestFromInputHelper.php160 if (isset($_COOKIE['fbsr_' . $this->app->getId()])) {
161 return $_COOKIE['fbsr_' . $this->app->getId()];
/plugin/jmol2/jmol/
DJmolApplet0_Popup.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned0_Popup.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/structpublish/action/
H A Dbanner.php111 '{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]);

12345678910>>...34