Home
last modified time | relevance | path

Searched refs:status (Results 276 – 300 of 1484) sorted by relevance

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

/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js86 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')\n\n' +
102 if ( oXmlHttp.status == 200 || oXmlHttp.status == 304 ) {
107 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
/plugin/quicksubscribe/
H A Dscript.js55 function (text, status) { argument
56 if (status === 'success') {
81 function (text, status) { argument
82 if (status === 'success') {
/plugin/issuelinks/script/
H A DajaxUtil.js30 if (jqXHR.status && jqXHR.status > HIGHEST_OK_STATUS) {
31 console.error(jqXHR.status + ' ' + jqXHR.statusText);
/plugin/elwikiupgrade/
H A DHTTPClient.php51 var $status; variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
85 $this->status = 0;
112 if($this->status < 200 || $this->status > 206) return false;
153 if($this->status < 200 || $this->status > 206) return false;
177 $this->status = 0;
178 $this->status = 0;
215 $this->status = -200;
272 $this->status = -100;
286 $this->status = $e->getCode();
346 $this->status = $m[2];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/
H A DJob.php226 public function setStatus(Status $status) argument
228 $this->status = $status;
235 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DSpan.php238 public function setStatus(Status $status) argument
240 $this->status = $status;
247 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DInventorySource.php229 public function setStatus(InventorySourceStatus $status) argument
231 $this->status = $status;
238 return $this->status;
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php28 public $status = ''; variable in Auth_Yadis_HTTPResponse
32 function __construct($final_url = null, $status = null, argument
36 $this->status = $status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DOperation.php92 public $status; variable in Google\\Service\\Compute\\Operation
357 public function setStatus($status) argument
359 $this->status = $status;
366 return $this->status;
H A DSnapshot.php102 public $status; variable in Google\\Service\\Compute\\Snapshot
399 public function setStatus($status) argument
401 $this->status = $status;
408 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DOperation.php92 public $status; variable in Google\\Service\\DeploymentManager\\Operation
357 public function setStatus($status) argument
359 $this->status = $status;
366 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php169 $status = substr($part, 0, strpos($part, "\n"));
170 $status = explode(" ", $status);
171 $status = $status[1];
175 $status,
/plugin/usersubscriptions/
H A Dusersubscriptions.tpl.php26 <?php if($status != '') { ?>
28 …ptions_nothing usersubscription_<?php echo $status; ?>"><?php echo $this->getLang('usersubscriptio…
/plugin/issuelinks/services/
H A DAbstractService.php48 if (!$success || $dokuHTTPClient->status < 200 || $dokuHTTPClient->status > 206) {
49 if ($dokuHTTPClient->status >= 500) {
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.min.js2status.duration!==s&&(s=a.jPlayer.status.duration,w())},b=function(a){u||100!==a.jPlayer.status.se…
H A Dpopcorn.jplayer.js306 if(event.jPlayer.status.duration !== duration) {
307 duration = event.jPlayer.status.duration;
313 if(!canplaythrough && event.jPlayer.status.seekPercent === 100) {
385 …patched event: ' + name + (event && event.jPlayer ? ' (' + event.jPlayer.status.currentTime + 's)'…
411 …ched event: loadeddata' + (event && event.jPlayer ? ' (' + event.jPlayer.status.currentTime + 's)'…
418 duration = event.jPlayer.status.duration;
454 if(jPlayerObj.status.paused) {
462 return jPlayerObj.status.currentTime;
520 return jPlayerObj.status.paused;
523 return jPlayerObj.status.paused;
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A Dpopcorn.jplayer.js306 if(event.jPlayer.status.duration !== duration) {
307 duration = event.jPlayer.status.duration;
313 if(!canplaythrough && event.jPlayer.status.seekPercent === 100) {
385 …patched event: ' + name + (event && event.jPlayer ? ' (' + event.jPlayer.status.currentTime + 's)'…
411 …ched event: loadeddata' + (event && event.jPlayer ? ' (' + event.jPlayer.status.currentTime + 's)'…
418 duration = event.jPlayer.status.duration;
454 if(jPlayerObj.status.paused) {
462 return jPlayerObj.status.currentTime;
520 return jPlayerObj.status.paused;
523 return jPlayerObj.status.paused;
/plugin/prolog/
H A Dprolog_tag.php122 $status = proc_get_status($process);
123 while($status['running'] && $maxExecutionTime != 0) {
127 $status = proc_get_status($process);
130 if($status['running'] == true) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DAuditLog.php271 public function setStatus(Status $status) argument
273 $this->status = $status;
280 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannel.php212 public function setStatus(ChannelStatus $status) argument
214 $this->status = $status;
221 return $this->status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DConnection.php265 public function setStatus(ConnectionStatus $status) argument
267 $this->status = $status;
274 return $this->status;
/plugin/dwcommits/
H A Dhelper.php189 $status = "exit code: " . $exit_code . " ";
194 $status = "exit code: " . $exit_code;
199 $status = "exit code: " . $exit_code;
205 $status = "exit code: " . $exit_code;
206 …$this->status_message = array_merge(array(getcwd(),"git add . ", $status),$this->status_message,$r…
210 $status = "exit code: " . $exit_code;
211 …$this->status_message = array_merge(array(getcwd(),"git pull", $status),$this->status_message,$ret…
216 $status = "exit code: " . $exit_code;
351 $status = $this->status_message;
355 if(!is_array($status)) return $current_git;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.input.password.php43 $status = GenericFormattedBox::show($driver);
60 $status = GenericContainerBox::show($driver);
63 return $status;
/plugin/git/db/
H A Dupdate0002.sql1 INSERT INTO git(repo, timestamp, status ) VALUES ('local', 0, 'clean');
2 INSERT INTO git(repo, timestamp, status ) VALUES ('upstream', 0, 'clean');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrder.php80 public $status; variable in Google\\Service\\ShoppingContent\\Order
369 public function setStatus($status) argument
371 $this->status = $status;
378 return $this->status;

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