Home
last modified time | relevance | path

Searched refs:setStatus (Results 301 – 325 of 335) sorted by relevance

1...<<11121314

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DCluster.php965 public function setStatus($status) function in Google\\Service\\Container\\Cluster
/plugin/issuelinks/services/
H A DGitLab.service.php342 $issue->setStatus($info['state']);
/plugin/issuelinks/classes/
H A DIssue.php258 public function setStatus($status) function in dokuwiki\\plugin\\issuelinks\\classes\\Issue
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php1128 public function setStatus($status) { function in Google_ChromeOsDevice
1414 public function setStatus($status) { function in Google_MobileDevice
2002 public function setStatus($status) { function in Google_UserMakeAdmin
H A DGoogle_AdexchangebuyerService.php477 public function setStatus( $status) { function in Google_Creative
H A DGoogle_ResellerService.php579 public function setStatus( $status) { function in Google_Subscription
H A DGoogle_YouTubeService.php1616 public function setStatus(Google_ChannelStatus $status) { function in Google_Channel
2533 public function setStatus(Google_LiveBroadcastStatus $status) { function in Google_LiveBroadcast
2794 public function setStatus(Google_LiveStreamStatus $status) { function in Google_LiveStream
3063 public function setStatus(Google_PlaylistStatus $status) { function in Google_Playlist
3124 public function setStatus(Google_PlaylistItemStatus $status) { function in Google_PlaylistItem
4121 public function setStatus(Google_VideoStatus $status) { function in Google_Video
H A DGoogle_AdExchangeSellerService.php492 public function setStatus( $status) { function in Google_AdUnit
H A DGoogle_CivicInfoService.php772 public function setStatus( $status) { function in Google_VoterInfoResponse
H A DGoogle_BigqueryService.php859 public function setStatus(Google_JobStatus $status) { function in Google_Job
1323 public function setStatus(Google_JobStatus $status) { function in Google_JobListJobs
H A DGoogle_SQLAdminService.php492 public function setStatus( $status) { function in Google_BackupRun
H A DGoogle_ShoppingService.php1171 public function setStatus( $status) { function in Google_ShoppingModelProductJsonV1Images
H A DGoogle_AnalyticsService.php1314 public function setStatus( $status) { function in Google_Experiment
1388 public function setStatus( $status) { function in Google_ExperimentVariations
H A DGoogle_AdSenseService.php1396 public function setStatus( $status) { function in Google_AdUnit
H A DGoogle_DfareportingService.php666 public function setStatus( $status) { function in Google_DfareportingFile
H A DGoogle_CalendarService.php1354 public function setStatus( $status) { function in Google_Event
/plugin/blogtng/helper/
H A Dcomments.php138 $comment->setStatus($this->getconf('moderate_comments') ? 'hidden' : 'visible');
/plugin/webdav/vendor/sabre/http/
H A DREADME.md104 $response->setStatus(201); // created !
614 function setStatus($status);
/plugin/davcal/vendor/sabre/http/
H A DREADME.md104 $response->setStatus(201); // created !
614 function setStatus($status);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php732 $response->setStatus(200);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php873 $response->setStatus(200);
/plugin/blogtng/
H A Dadmin.php887 $comment->setStatus($INPUT->post->str('comment-status'));
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js1727 this.editor.setStatus('<div title="'+ status +
4421 this.editor.setStatus(mxUtils.htmlEntities(mxResources.get('allChangesSaved')));
4425 this.editor.setStatus('');
5016 this.editor.setStatus('');
5339 this.editor.setStatus('<div title="'+ status +
6153 this.editor.setStatus('');
6505 this.editor.setStatus(mxUtils.htmlEntities(e.message));
H A DEditorUi.js1561 this.editor.setStatus('');
2214 this.editor.setStatus('');
2635 this.editor.setStatus('');
2674 this.editor.setStatus('<span class="geStatusAlert">' +
2690 this.editor.setStatus('');
11752 this.editor.setStatus('');
11756 this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(urlParams['modified'])));
11987 this.editor.setStatus('');
12044 this.editor.setStatus(mxUtils.htmlEntities(mxResources.get(data.messageKey)));
12048 this.editor.setStatus(mxUtils.htmlEntities(data.message));
[all …]
H A DDrawioFileSync.js463 …this.ui.editor.setStatus('<div title="'+ mxUtils.htmlEntities(label) + '">' + mxUtils.htmlEntities…

1...<<11121314