Home
last modified time | relevance | path

Searched refs:status (Results 526 – 550 of 1484) sorted by relevance

1...<<21222324252627282930>>...60

/plugin/findologicxmlexport/vendor/jms/metadata/
H A DREADME.md6 | [![Build status][Master image]][Master] | [![Build status][1.x image]][1.x] |
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php117 $status = stream_get_meta_data($fp);
118 if(!$status['timed_out']) {
/plugin/header3/
H A Dsyntax.php44 if ($handler->status['section']) $handler->_addCall('section_close',array(),$pos);
57 $handler->status['section'] = true;
/plugin/issuelinks/classes/
H A DHTTPRequestException.php21 $this->code = $httpClient->status;
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php725 public $status; variable in Google_VoterInfoResponse
772 public function setStatus( $status) { argument
773 $this->status = $status;
776 return $this->status;
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php434 if (in_array($response->status, array(Auth_OpenID_SUCCESS,
1409 if ($response->status == 400) {
1412 } else if ($response->status != 200 and $response->status != 206) {
1975 var $status = null; variable in Auth_OpenID_ConsumerResponse
2029 var $status = Auth_OpenID_SUCCESS; variable in Auth_OpenID_SuccessResponse
2135 var $status = Auth_OpenID_FAILURE; variable in Auth_OpenID_FailureResponse
2198 var $status = Auth_OpenID_CANCEL; variable in Auth_OpenID_CancelResponse
2224 var $status = Auth_OpenID_SETUP_NEEDED; variable in Auth_OpenID_SetupNeededResponse
/plugin/header2/
H A Dsyntax.php49 if ($handler->status['section']) $handler->_addCall('section_close',array(),$pos);
62 $handler->status['section'] = true;
/plugin/flexpaper/
H A Dsyntax.php101 $lastline = exec(escapeshellcmd($command),$output,$status);
103 if($status) {
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutResponse.php107 $status = $entries->item(0)->getAttribute('Value');
108 return $status;
H A DUtils.php1115 $status = array();
1133 $status['code'] = $code;
1135 $status['msg'] = '';
1140 $status['msg'] = $subCodeEntry->item(0)->getAttribute('Value');
1144 $status['msg'] = $msg;
1147 return $status;
/plugin/farmer/
H A Dhelper.php332 foreach ($plugins as $plugin => $status) {
333 $pluginConf .= '$plugins[\'' . $plugin . '\'] = ' . $status . ";\n";
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php638 * @param string $status The new message.
641 function _showStatus($status) argument
643 $this->statusLine->set_text($status);
/plugin/do/
H A Dhelper.php92 * - status can be done or undone to filter for (un)completed tasks
139 if (isset($args['status'])) {
140 $status = utf8_strtolower($args['status'][0]);
141 if ($status == 'done') {
142 $where .= ' AND B.status IS NOT null';
143 } elseif ($status == 'undone') {
144 $where .= ' AND B.status IS null';
209 B.status AS status,
[all...]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java291 status("Repaint all" + buffer); in installRepaintListener()
295 status("Repaint: x=" + (int) (dirty.getX()) + " y=" in installRepaintListener()
349 status(mxResources.get("scale") + ": " in mouseWheelMoved()
437 status(e.getX() + ", " + e.getY()); in mouseLocationChanged()
661 public void status(String msg)
795 status("Layout: " + (System.currentTimeMillis() - t0)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+pull-request.yml18 status-context: clients-ci
/plugin/stellarium/scripts/
H A Dstellarium.js18 switch (xhr.status) {
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c167 uint16_t status = MMDB_open(db_file, MMDB_MODE_MMAP, mmdb); in ZEND_END_ARG_INFO() local
169 if (MMDB_SUCCESS != status) { in ZEND_END_ARG_INFO()
297 int status = MMDB_get_entry_data_list(&result.entry, &entry_data_list); in get_record() local
299 if (MMDB_SUCCESS != status) { in get_record()
303 MMDB_strerror(status)); in get_record()
/plugin/diagramsnet/lib/math/
H A Dlatest.js19 …eadyState===4){if(x.status===200){!y(JSON.parse(x.responseText))&&w()}else{u("Problem acquiring Ma…
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php492 function sharedapi_http_status_error($status) { argument
493 $status = intval($status);
494 return $status >= 400;
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.class.php12 var $status; variable in OutputDriverFastPS
244 $this->status = FASTPS_STATUS_DOCUMENT_INITIALIZED;
307 if ($this->status == FASTPS_STATUS_DOCUMENT_INITIALIZED) {
347 $this->status = FASTPS_STATUS_OUTPUT_STARTED;
/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabFile.js58 return err != null && err.status == 400;
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js98 finish: function(status, summary) { argument
100 this.lastLogLine.className = status;
101 this.statusCell.innerHTML = status;
226 this.logger.finish(test.status(), test.summary());
280 status: function() { method in Test.Unit.Assertions
/plugin/datatemplate/
H A DREADME.md6 ## Development status
/plugin/webdav/_test/lib/
H A DDAVServerTest.php76 public $status; variable in ResponseMock
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedMethodSetTest.php36 …$this->assertEquals(207, $this->response->status, 'We expected a multi-status response. Full respo…

1...<<21222324252627282930>>...60