Home
last modified time | relevance | path

Searched refs:status (Results 226 – 250 of 1484) sorted by relevance

12345678910>>...60

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DOperation.php62 public $status; variable in Google\\Service\\Container\\Operation
233 public function setStatus($status) argument
235 $this->status = $status;
242 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInterconnectLocation.php80 public $status; variable in Google\\Service\\Compute\\InterconnectLocation
285 public function setStatus($status) argument
287 $this->status = $status;
294 return $this->status;
H A DNodeGroup.php73 public $status; variable in Google\\Service\\Compute\\NodeGroup
264 public function setStatus($status) argument
266 $this->status = $status;
273 return $this->status;
H A DAddress.php82 public $status; variable in Google\\Service\\Compute\\Address
291 public function setStatus($status) argument
293 $this->status = $status;
300 return $this->status;
H A DNodeTemplate.php74 public $status; variable in Google\\Service\\Compute\\NodeTemplate
279 public function setStatus($status) argument
281 $this->status = $status;
288 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAdvertiser.php71 public $status; variable in Google\\Service\\Dfareporting\\Advertiser
266 public function setStatus($status) argument
268 $this->status = $status;
275 return $this->status;
H A DEventTag.php74 public $status; variable in Google\\Service\\Dfareporting\\EventTag
277 public function setStatus($status) argument
279 $this->status = $status;
286 return $this->status;
/plugin/groupmgr/
H A Dsyntax.php262 $status = 0;
337 if ($status == 0) $status = 1;
339 $status = 2;
369 if ($status == 1) {
371 } else if ($status == 2) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php69 if ($this->result->status == 'OK') {
93 } elseif ($this->result->status == 'ZERO_RESULTS') {
96 if ($this->result->status) {
99 . $this->result->status
136 if ($this->result->status == 'OK') {
144 } elseif ($this->result->status == 'ZERO_RESULTS') {
152 if ($this->result->status) {
155 . $this->result->status
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerRangeTest.php40 $this->assertEquals(206, $this->response->status);
72 $this->assertEquals(206, $this->response->status);
104 $this->assertEquals(206, $this->response->status);
124 $this->assertEquals(416, $this->response->status);
143 $this->assertEquals(416, $this->response->status);
177 $this->assertEquals(206, $this->response->status);
211 $this->assertEquals(200, $this->response->status);
246 $this->assertEquals(206, $this->response->status);
280 $this->assertEquals(200, $this->response->status);
/plugin/authucenter/
H A Dauth.php503 $status = $_ENV['user']->get_user_by_uid($username);
505 if($status) {
508 'uid' => $status['uid'],
509 'username' => $status['username'],
510 'grps' => $this->_get_user_group($status['uid'], 1),
511 'password' => $status['password'],
512 'email' => $status['email'],
513 'regip' => $status['regip'],
514 'regdate' => $status['regdate'],
515 'lastloginip' => $status['lastloginip'],
[all …]
/plugin/batchedit/
H A Dserver.js21 function errorHandler(status, message) { argument
22 console.log(status + ': ' + message);
25 onError(status, message);
53 error : function (xhr, status, message) { argument
/plugin/webdav/vendor/sabre/http/lib/
H A DResponseDecorator.php63 * @param string|int $status
66 function setStatus($status) { argument
68 $this->inner->setStatus($status);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DTests.php43 $node->setAttribute('result', (int) $result['status']);
44 $node->setAttribute('status', $this->codeMap[(int) $result['status']]);
/plugin/davcal/vendor/sabre/http/lib/
H A DResponseDecorator.php63 * @param string|int $status
66 function setStatus($status) { argument
68 $this->inner->setStatus($status);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DOperation.php61 public $status; variable in Google\\Service\\SQLAdmin\\Operation
236 public function setStatus($status) argument
238 $this->status = $status;
245 return $this->status;
/plugin/authgoogle/google/auth/
H A DGoogle_PemVerifier.php60 $status = openssl_verify($data, $signature, $this->publicKey, "sha256");
61 if ($status === -1) {
64 return $status === 1;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJob.php155 public function setStatus(JobStatus $status) argument
157 $this->status = $status;
164 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPlaylist.php146 public function setStatus(PlaylistStatus $status) argument
148 $this->status = $status;
155 return $this->status;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DScanner.php15 * The actual result depends on the status, the status
22 * Scanner status object
38 * Constructor, set status object
40 * @param Scanner\Status $status
42 public function __construct(Scanner\Status $status) { argument
43 $this->_status = $status;
64 // check for status switch
98 * Got new status, delegate to subscanner.
100 * If the status return
106 _delegate(array& $target, Scanner\\Status $status) global() argument
[all...]
/plugin/diagramsnet/lib/plugins/
H A Dupdate.js206 var status = doc.createElement('updates');
225 status.appendChild(update);
234 status.appendChild(update);
261 status.appendChild(update);
270 status.appendChild(update);
281 status.appendChild(update);
293 doc.appendChild(status);
/plugin/combo/ComboStrap/
H A DMessage.php35 private $status; variable in ComboStrap\\Message
251 * An exit code / status
252 * @param int $status
255 public function setStatus(int $status): Message argument
257 $this->status = $status;
263 if ($this->status !== null) {
264 return $this->status;
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djquery.jplayer.inspector.js243 var formatType = $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.formatType;
251 …atus.src = '" + $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.src + "'</code></p…
254 for(prop in $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.media) {
262 …us.width = '" + $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.width + "'</code>";
263 …s.height = '" + $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.height + "'</code>…
318 … ($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.paused ? "paused" : "playing") +
319 …" at time: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentT…
320 …" (d: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.duration*10)/…
321 …", sp: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.seekPercent)…
322 …", cpr: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentPerc…
[all …]
H A Djquery.jplayer.inspector.min.js2status.formatType;b+="<p><code>status.formatType = '"+d+"'</code><br />",b+=d?"<code>Browser canPl…
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djquery.jplayer.inspector.js243 var formatType = $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.formatType;
251 …atus.src = '" + $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.src + "'</code></p…
254 for(prop in $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.media) {
262 …us.width = '" + $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.width + "'</code>";
263 …s.height = '" + $(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.height + "'</code>…
318 … ($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.paused ? "paused" : "playing") +
319 …" at time: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentT…
320 …" (d: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.duration*10)/…
321 …", sp: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.seekPercent)…
322 …", cpr: " + Math.floor($(this).data("jPlayerInspector").jPlayer.data("jPlayer").status.currentPerc…
[all …]

12345678910>>...60