Home
last modified time | relevance | path

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

12345678910>>...34

/plugin/freechat/phpfreechat/src/commands/
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 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/
H A DDiffSync.js95 var pageId = pages[i].getId();
295 par = parent.getId();
688 var id = oldPages[i].getId();
714 prev.getId() != newPage.prev.getId()))
791 delete lookup[cell.getId()];
795 removed.push(cell.getId());
804 prev.getId() != newCell.prev.getId())))
811 diff[cell.getId()] = temp;
1044 oldCell.parent.getId() != newCell.parent.getId()))
1051 oldCell.source.getId() != newCell.source.getId()))
[all …]
H A 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,
H A DDriveFile.js409 this.ui.drive.copyFile(this.getId(), filename, success, error);
422 this.ui.drive.renameFile(this.getId(), title, mxUtils.bind(this, function(desc)
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;
711 this.ui.drive.loadDescriptor(this.getId(), success, error);
749 url: '/files/' + this.getId() + '/comments'
[all …]
H A 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)
H A DGitLabFile.js34 GitLabFile.prototype.getId = function() method in GitLabFile
50 return encodeURIComponent('A' + this.getId());
/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…
/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…
/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/elasticsearch/vendor/ruflin/elastica/src/Node/
H A DInfo.php182 public function getId(): string
222 $endpoint->setNodeId($this->getNode()->getId());
233 $this->getNode()->setId($this->getId());
179 public function getId(): string global() function in Elastica\\Node\\Info
/plugin/authgoogle/google/contrib/
H A 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
H A 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/
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/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A 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/
H A DFacebookSignedRequestFromInputHelper.php160 if (isset($_COOKIE['fbsr_' . $this->app->getId()])) {
161 return $_COOKIE['fbsr_' . $this->app->getId()];
/plugin/jmol2/jmol/
H A DJmolApplet0_Popup.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_Popup.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/structpublish/action/
H A Dbanner.php107 '{revision}' => $this->makeLink($rev->getId(), $rev->getRev(), dformat($rev->getRev())),
108 '{datetime}' => $this->makeLink($rev->getId(), $rev->getRev(), dformat($rev->getTimestamp())),
118 $link = wl($rev->getId(), ['do' => 'diff', 'rev1' => $rev->getRev(), 'rev2' => $diff]);
/plugin/refnotes/
H A Dnote.php164 public function getId() { function in refnotes_note
242 if ($reference->getId() != -1) {
243 $result = $reference->getId();
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php104 $file->getId() . '.xml'
136 $this->target . dirname($file->getId()) . '/'
142 $fileDom->save($this->target . $file->getId() . '.xml');
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php109 $type = $element->getId();
185 $type === $parent->getId()) {
196 if ('#fakegroup' !== $parent->getId()) {

12345678910>>...34