Home
last modified time | relevance | path

Searched refs:status (Results 126 – 150 of 1484) sorted by last modified time

12345678910>>...60

/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DMailerTest.php32 $status = $this->smtp->send($this->message);
33 $this->assertTrue($status);
37 $status = (new Mailer(new Logger('Mailer')))
47 $this->assertTrue($status);
/plugin/embeddedphp/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/htmlokalt/
H A DLICENSE108 …s to a typical or common use of that class of product, regardless of the status of the particular …
/plugin/farmer/
H A Dhelper.php332 foreach ($plugins as $plugin => $status) {
333 $pluginConf .= '$plugins[\'' . $plugin . '\'] = ' . $status . ";\n";
/plugin/const/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/sql2wiki/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/approve/
H A Dscript.js67 if ('status' in JSINFO['approve']) {
68 var status = JSINFO['approve']['status'];
76 if (status === 'approved') {
79 } else if (status === 'ready for approval') {
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/btable2/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/stellarium/scripts/
H A Dstellarium.js18 switch (xhr.status) {
/plugin/stellarium/
H A DLICENSE.md75 …his. Our decision will be guided by the two goals of preserving the free status of all derivatives…
/plugin/structacl/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/notification/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/ireadit/action/
H A Dmigration.php73 $status = preg_match('/~~IREADIT.*~~/', $content, $matches);
75 if ($status === 1) {
237 $status = preg_match('/~~IREADIT.*~~/', $content, $matches);
239 if ($status !== 1) continue;
/plugin/keyboard/
H A DCOPYING255 of preserving the free status of all derivatives of our free software and
/plugin/openid/Auth/OpenID/
H A DConsumer.php435 if (in_array($response->status, [Auth_OpenID_SUCCESS, Auth_OpenID_CANCEL])) {
1496 if ($response->status == 400) {
1499 } else if ($response->status != 200 and $response->status != 206) {
2114 public $status = null; variable in Auth_OpenID_ConsumerResponse
2177 public $status = Auth_OpenID_SUCCESS; variable in Auth_OpenID_SuccessResponse
2291 public $status = Auth_OpenID_FAILURE; variable in Auth_OpenID_FailureResponse
2376 public $status = Auth_OpenID_CANCEL; variable in Auth_OpenID_CancelResponse
2407 public $status = Auth_OpenID_SETUP_NEEDED; variable in Auth_OpenID_SetupNeededResponse
H A DDiscover.php564 if ($http_resp->status != 200 and $http_resp->status != 206) {
/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;
H A DXRIRes.php51 if ($response->status != 200 and $response->status != 206) {
H A DYadis.php350 if (!$response || ($response->status != 200 and
351 $response->status != 206)) {
380 if ((!$response) || ($response->status != 200 and
381 $response->status != 206)) {
/plugin/openid/
H A Daction.php207 if ($response->status == Auth_OpenID_SUCCESS) {
/plugin/deeplautotranslate/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
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/prosemirror/
H A Dscript.js142 status: jqXHR.status
/plugin/blogtng/entities/
H A DComment.php29 private $status; variable in dokuwiki\\plugin\\blogtng\\entities\\Comment
91 if($comment->status == 'visible' || ($comment->status == 'hidden' && $INFO['isadmin'])) {
198 echo $this->status;
246 return $this->status;
250 * @param string $status
252 public function setStatus($status) argument
254 $this->status = $status;

12345678910>>...60