Home
last modified time | relevance | path

Searched refs:status (Results 426 – 450 of 1484) sorted by relevance

1...<<11121314151617181920>>...60

/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php1894 public $status; variable in Google_Room
1958 $this->status = $status;
1961 return $this->status;
2256 public $status; variable in Google_RoomP2PStatus
2289 $this->status = $status;
2292 return $this->status;
2337 public $status; variable in Google_RoomParticipant
2388 $this->status = $status;
2391 return $this->status;
2404 public $status; variable in Google_RoomStatus
[all …]
H A DGoogle_TasksService.php349 public $status; variable in Google_Task
425 public function setStatus( $status) { argument
426 $this->status = $status;
429 return $this->status;
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest.js15 t.status=200;
128 status=4;
132 status=500;
228 status=statusText=responseJS=null;
368 req.status=null;
370 req.status=xr.status;
375 if(!req.status){
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest.js17 t.status = 200;
184 status = 4;
188 status = 500;
298 status = statusText = responseJS = null;
496 req.status = null;
500 req.status = xr.status;
503 if (!req.status) return;
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js15 t.status=200;
128 status=4;
132 status=500;
228 status=statusText=responseJS=null;
368 req.status=null;
370 req.status=xr.status;
375 if(!req.status){
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js185 if (req.status == 401)
204 if (err != null && err.status == 401)
285 if (err != null && err.status == 401)
358 if (request.status == 200)
364 else if (request.status == 401)
544 if (req.status == 401)
667 if (req.status == 401)
H A DDrawioFile.js1409 DrawioFile.prototype.addAllSavedStatus = function(status) argument
1413status = (status != null) ? status : mxUtils.htmlEntities(mxResources.get(this.allChangesSavedKey)…
1414 this.ui.editor.setStatus('<div title="'+ status + '">' + status + '</div>');
1488 var status = mxUtils.htmlEntities(mxResources.get('unsavedChanges'));
1490 this.ui.editor.setStatus('<div title="'+ status + '" class="geStatusAlert">' +
1491 status + ' (' + mxUtils.htmlEntities(err.message) + ')</div>');
1513 var status = mxUtils.htmlEntities(mxResources.get('unsavedChangesClickHereToSave')) +
1515 this.ui.editor.setStatus('<div title="'+ status + '" class="geStatusAlertOrange">' + status +
1533 var status = mxUtils.htmlEntities(mxResources.get('unsavedChanges'));
1535 this.ui.editor.setStatus('<div title="'+ status + '" class="geStatusAlert">' + status +
/plugin/tindexmenu/
H A Dindexmenu-full.js330 dTree.prototype.oAll = function(status) { argument
333 this.nodeStatus(status, n, this.aNodes[n]._ls);
334 this.aNodes[n]._io = status;
379 dTree.prototype.nodeStatus = function(status, id, bottom) { argument
380 if (status && !this.fill(id)) {
386 eIcon.src = (status) ? this.aNodes[id].iconOpen : this.aNodes[id].icon;
387 eJoin.src = ((status) ? ((bottom) ? this.icon.minusBottom : this.icon.minus)
389 jQuery('#d' + this.obj + id)[0].style.display = (status) ? 'block' : 'none';
648 dTree.prototype.resizescroll = function(status) { argument
653 if (left.style.display == status) {
[all …]
/plugin/indexmenu/scripts/
H A Dindexmenu.js189 * Open all nodes, if no node status was stored in cookie
442 * @param {boolean} status if true open
444 dTree.prototype.oAll = function (status) {
447 this.nodeStatus(status, n, this.aNodes[n]._ls);
448 this.aNodes[n]._io = status;
489 * Open the given nodes, if no node status is already stored
504 * Change the status of a node(open or closed)
506 * @param {boolean} status true if open
510 dTree.prototype.nodeStatus = function (status, id, bottom) {
511 if (status
393 oAll(status) global() argument
459 nodeStatus(status, id, bottom) global() argument
801 resizescroll(status) global() argument
[all...]
/plugin/searchindex/
H A Dscript.js65 status = '<p class="status">' + msg + '</p>';
66 …<p>' + lang.indexing + ' ' + done + '/' + count + '</p><p class="name">' + page + '</p>' + status);
/plugin/redirect2/
H A Dadmin.php113 list($datetime, $caller, $status, $orig, $dest) = $line;
118 'status' => $status,
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php338 * @param int $status One of the SharingPlugin::STATUS_* constants
344 function shareReply($href, $status, $calendarUri, $inReplyTo, $summary = null) { argument
350 return $this->caldavBackend->shareReply($href, $status, $calendarUri, $inReplyTo, $summary);
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmglyph.js19status:"pending"};var i=this.img.img;i.onload=MathJax.Callback(["HTMLimgLoaded",this]);i.onerror=M…
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php71 private $status = self::STATUS_READY; variable in Symfony\\Component\\Process\\Process
344 $this->status = self::STATUS_STARTED;
816 if (self::STATUS_STARTED !== $this->status) {
832 return self::STATUS_READY != $this->status;
844 return self::STATUS_TERMINATED == $this->status;
858 return $this->status;
1323 if (self::STATUS_STARTED !== $this->status) {
1421 if (self::STATUS_STARTED !== $this->status) {
1533 $this->status = self::STATUS_TERMINATED;
1567 $this->status = self::STATUS_READY;
/plugin/combo/vendor/symfony/process/
H A DProcess.php71 private $status = self::STATUS_READY; variable in Symfony\\Component\\Process\\Process
240 * @return int The exit status code
357 $this->status = self::STATUS_STARTED;
749 * @return int|null The exit status code, null if the Process is not terminated
761 * This method relies on the Unix exit code status standardization
764 * @return string|null A string representation for the exit status code, null if the Process is not terminated
864 if (self::STATUS_STARTED !== $this->status) {
880 return self::STATUS_READY != $this->status;
892 return self::STATUS_TERMINATED == $this->status;
896 * Gets the process status
[all...]
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js2957 if (status !== Z_OK) {
2997 var status, _mode;
3022 if (status !== Z_STREAM_END && status !== Z_OK) {
3039 this.onEnd(status);
3081 this.err = status;
3339 var status, _mode;
3365 if (status !== c.Z_STREAM_END && status !== c.Z_OK) {
3401 this.onEnd(status);
3445 this.err = status;
5662 var status;
[all …]
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php540 $status = $data['status'];
542 if ('valid' === $status || (!$transitional && 'deviation' === $status)) {
910 $status = 'disallowed';
913 $status = $isDisallowedMapped ? 'mapped' : 'valid';
917 … return ['status' => $status, 'mapping' => self::$disallowed_STD3_mapped[$codePoint]];
920 return ['status' => $status];
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9status;1223===t&&(t=204),this._setStatusProperties(t),this.header=this.headers=u(this.xhr.getAllRe…
10status:e.status,error:r||e,response:t}},u=function(e,t,r,u,a,c){var p=function(i,p){function l(e){…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DCluster.php184 public $status; variable in Google\\Service\\Container\\Cluster
965 public function setStatus($status) argument
967 $this->status = $status;
974 return $this->status;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedReportSetTest.php42 …$this->assertEquals(207, $this->response->status, 'We expected a multi-status response. Full respo…
83 …$this->assertEquals(207, $this->response->status, 'We expected a multi-status response. Full respo…
/plugin/structtasks/meta/
H A DAbstractNotifier.php120 function isCompleted($status) { argument
123 return preg_match($completed_pattern, $status);
/plugin/remotescript/
H A Dscript.js9status=200;i.statusText="OK";i.responseJS=null;i.caching=false;i.loader=null;i.session_name="PHPSE…
/plugin/deeplautotranslate/
H A Daction.php393 if ($http->status >= 400) {
395 switch ($http->status) {
583 if ($http->status >= 400) {
585 switch ($http->status) {
626 if ($http->status >= 400) {
628 switch ($http->status) {
685 if ($http->status >= 400) {
687 switch ($http->status) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php196 $status = strtoupper($component->STATUS);
197 if ($status==='CANCELLED') {
200 if ($status==='TENTATIVE') {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php196 $status = strtoupper($component->STATUS);
197 if ($status==='CANCELLED') {
200 if ($status==='TENTATIVE') {

1...<<11121314151617181920>>...60