Home
last modified time | relevance | path

Searched full:status (Results 376 – 400 of 3084) sorted by last modified time

1...<<11121314151617181920>>...124

/plugin/bpmnio/vendor/dmn-js/
H A DREADME.md3 [![Build Status](https://travis-ci.com/bpmn-io/dmn-js.svg?branch=master)](https://travis-ci.com/bpm…
/plugin/katex/
H A DLICENSE303 typical or common use of that class of product, regardless of the status
/plugin/bbcodeextensions/
H A DLICENSE303 typical or common use of that class of product, regardless of the status
/plugin/confightmlok/
H A DLICENSE108 A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
/plugin/randomtables/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/oauth/
H A DHTTPClient.php27 if (!$ok || $http->status < 200 || $http->status > 299) {
29 throw new TokenResponseException($msg . $http->error . ' [HTTP ' . $http->status . ']');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DGitHub.php63 * public_repo scopes already include access to commit status for private and public repositories, respectively.
65 const SCOPE_REPO_STATUS = 'repo:status';
H A DVkontakte.php30 const SCOPE_STATUS = 'status';
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md7 [![Build Status](https://travis-ci.org/Lusitanian/PHPoAuthLib.png?branch=master)](https://travis-ci.org/Lusitanian/PHPoAuthLib)
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/
H A DAutoLoader.php65 * @return boolean The status of the registration
75 * @return boolean The status of the unregistration
/plugin/upgrade/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php620 $header['status'] = 'ok';
669 $header['status'] = "ok";
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md131 you call backend code from your CLI that expects a Logger instance to produce any sensible status output while running.
/plugin/upgrade/HTTP/
H A DHTTPClient.php41 public $status; variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
75 $this->status = 0;
101 if($this->status == 304 && $sloppy304) return $this->resp_body;
102 if($this->status < 200 || $this->status > 206) return false;
143 if($this->status < 200 || $this->status > 206) return false;
167 $this->status = 0;
207 $this->status = -200;
264 $this->status
[all...]
/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DSMTPTest.php67 $status = $this->smtp->send($message);
68 $this->assertTrue($status);
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/statistics/
H A Daction.php147 if($event->data['status'] < 200) return;
148 if($event->data['status'] >= 400) return;
152 if($event->data['status'] >= 300) {
/plugin/farmer/action/
H A Ddisable.php47 $plugin_controller = new PluginController(); // we need to refresh the status
/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/action/
H A Dviewmode.php32 set_doku_pref('approve_viewmode', !$viewmode); // toggle status
/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') {

1...<<11121314151617181920>>...124