Home
last modified time | relevance | path

Searched refs:status (Results 476 – 500 of 1484) sorted by relevance

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D162b5b693b713f0bfab1209d59443c46.asciidoc11 'status' => 'active',
H A Dfa88f6f5a7d728ec4f1d05244228cb09.asciidoc15 'status' => 'active',
H A Df29a28fffa7ec604a33a838f48f7ea79.asciidoc24 'status' => 'published',
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php1023 public $status; variable in Google_ChromeOsDevice
1128 public function setStatus($status) { argument
1129 $this->status = $status;
1132 return $this->status;
1342 public $status; variable in Google_MobileDevice
1414 public function setStatus($status) { argument
1415 $this->status = $status;
1418 return $this->status;
2001 public $status; variable in Google_UserMakeAdmin
2003 $this->status = $status;
[all …]
H A DGoogle_AdexchangebuyerService.php389 public $status; variable in Google_Creative
477 public function setStatus( $status) { argument
478 $this->status = $status;
481 return $this->status;
H A DGoogle_ResellerService.php517 public $status; variable in Google_Subscription
579 public function setStatus( $status) { argument
580 $this->status = $status;
583 return $this->status;
H A DGoogle_YouTubeService.php1558 public $status; variable in Google_Channel
1617 $this->status = $status;
2502 public $status; variable in Google_LiveBroadcast
2534 $this->status = $status;
2763 public $status; variable in Google_LiveStream
2795 $this->status = $status;
3026 public $status; variable in Google_Playlist
3064 $this->status = $status;
3093 public $status; variable in Google_PlaylistItem
3125 $this->status = $status;
[all …]
/plugin/davcal/vendor/sabre/http/examples/
H A Dasyncclient.php52 if ($error['status'] === Client::STATUS_CURLERROR) {
/plugin/structpublish/lang/en/
H A Dmail.txt3 This is to notify you that the status of the page “@PAGE@” has changed to @STATUS_CURRENT@.
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md28 Build status
31 | branch | status |
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md4 [![Build status](https://github.com/ezimuel/ringphp/workflows/PHP%20test/badge.svg)](https://github.com/ezimuel/ringphp/actions) [![Latest Stable Version](https://poser.pugx.org/ezimuel/ringphp/v/stable)](https://packagist.org/packages/ezimuel/ringphp)
34 echo $response['status'];
/plugin/prosemirror/
H A Dscript.js142 status: jqXHR.status
/plugin/jirainfo/
H A Dscript.js302 html += obj.status ? '<div class="ji-status"><span class="color-' + obj.status.color + '">'
303 + obj.status.name + "</span></div>" : "";
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.js16 t.status = 200;
183 status = 4;
187 status = 500;
297 status = statusText = responseJS = null;
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script.js15 t.status=200;
128 status=4;
132 status=500;
228 status=statusText=responseJS=null;
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js554 if (typeof service.status === "string") {
555 service.status = $.trim(service.status).toLowerCase() === "true";
573 if (service.status) {
643 if (service && service.status) {
709 if (service && service.status && service.perma_option && service.privacy !== 'safe') {
/plugin/structstatus/
H A Dplugin.info.txt6 desc Display a document status using struct data
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSharingSupport.php232 function shareReply($href, $status, $calendarUri, $inReplyTo, $summary = null); argument
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php256 foreach ($this->result as $propertyName => $status) {
257 if ($status === 202) {
/plugin/webdav/vendor/sabre/dav/
H A DREADME.md14 Build status
17 | branch | status | minimum PHP version |
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php249 foreach ($this->result as $propertyName => $status) {
250 if ($status === 202) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrix.php465 $status = false;
468 $status = (($chr >= 0) AND ($chr <= 127));
472 $status = (($chr == 32) OR (($chr >= 48) AND ($chr <= 57)) OR (($chr >= 65) AND ($chr <= 90)));
476 $status = (($chr == 32) OR (($chr >= 48) AND ($chr <= 57)) OR (($chr >= 97) AND ($chr <= 122)));
480 $status = (($chr == 13) OR ($chr == 42) OR ($chr == 62));
484 $status = (($chr >= 32) AND ($chr <= 94));
488 $status = (($chr == 232) OR ($chr == 233) OR ($chr == 234) OR ($chr == 241));
492 $status = (($chr >= 128) AND ($chr <= 255));
496 $status = (($chr >= 48) AND ($chr <= 57));
500 return $status;
/plugin/facebookwall/
H A Dplugin.info.txt6 desc Allows you to display facebook status messages in Dokuwiki
/plugin/icq/
H A Dplugin.info.txt6 desc With this plugin you can insert an ICQ-user status to your page
/plugin/groupmanager/
H A Dsyntax.php313 $status = 0;
523 if ($status == 0) $status = 1;
525 $status = 2;
589 if ($status == 1) {
591 } else if ($status == 2) {

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