Home
last modified time | relevance | path

Searched refs:accepted (Results 1 – 25 of 90) sorted by relevance

1234

/plugin/tos/
Daction.php50 $accepted = $this->userTosState($user);
51 if ($accepted >= $newest) return;
74 $accepted = $this->userTosState($INPUT->server->str('REMOTE_USER'));
75 if ($accepted) {
77 echo sprintf($this->getLang('showdiff'), dformat($accepted, '%f'));
80 echo $this->diffTos($accepted);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
DTest.php108 $accepted = @preg_match($this->filter, $name, $matches);
110 if ($accepted && isset($this->filterMax)) {
112 $accepted = $set >= $this->filterMin && $set <= $this->filterMax;
115 return $accepted;
/plugin/stopforumspam/
DResponseChecker.php83 public $accepted; variable in ResponseChecker
93 $this->accepted = true;
120 $this->accepted = $result;
DSpamLogger.php20 public function LogAttempt($username, $email, $ip, $trigger, $confidence, $accepted) argument
32 $accepted ? "accepted" : "rejected"
Daction.php63 $this->checker->confidence, $this->checker->accepted);
/plugin/jplayer/vendor/mustache/mustache/
DCONTRIBUTING.md19 ### You can do some things to increase the chance that your pull request is accepted the first time:
33 …nd file naming conventions](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md)
34 …* [PSR-1: Basic coding standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR…
35 …* [PSR-2: Coding style guide](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-…
/plugin/smtp/subtree/php-fig/log/
H A DREADME.md5 [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
44 [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-int…
/plugin/authgooglesheets/vendor/psr/log/
DREADME.md5 [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
57 [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-int…
/plugin/dw2pdf/vendor/psr/log/
DREADME.md5 [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
57 [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-int…
/plugin/elasticsearch/vendor/psr/log/
DREADME.md5 [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
57 [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-int…
/plugin/webdav/vendor/psr/log/
DREADME.md5 [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
57 [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-int…
/plugin/authssocas/vendor/psr/log/
H A DREADME.md5 [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
57 [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-int…
/plugin/pureldap/vendor/psr/log/
H A DREADME.md5 [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
57 [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-int…
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/
DCONTRIBUTING.md9 - **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-cod…
11 - **Add tests!** - Your patch won't be accepted if it doesn't have tests.
/plugin/abortlogin/
Dplugin.info.txt6 desc prevents attempt to login from non-accepted ips
/plugin/dokusioc/
Daction.php430 $accepted = explode(',', $http_accept);
436 if (count($accepted) > 0) {
441 foreach ($accepted as $format) {
/plugin/datatemplate/
DREADME.md10 … plugin, so I adopt it ;-) Thanks a lot to him to have built first steps and accepted the adoption.
/plugin/findologicxmlexport/vendor/jms/serializer/
DREADME.md39 Pull requests for new features are accepted only on the master branch.
40 Bug fixes are accepted for both master and 1.x branches.
/plugin/authgooglesheets/vendor/psr/cache/
DCHANGELOG.md16 Initial stable release; reflects accepted PSR-6 specification
/plugin/matrixnotifierwas/vendor/psr/http-message/
DCHANGELOG.md36 Initial stable release; reflects accepted PSR-7 specification.
/plugin/authgooglesheets/vendor/psr/http-message/
DCHANGELOG.md36 Initial stable release; reflects accepted PSR-7 specification.
/plugin/advanced/lang/en/config/
Dusers.txt8 …* **Password** - Encrypted password. The encryption method can be anything accepted by [[doku>conf…
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
DCONTRIBUTING.md6 * Any un-confirmed issue needs a failing test case before being accepted
/plugin/aichat/vendor/bdelespierre/php-kmeans/
DCONTRIBUTING.md43 - **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-cod…
45 - **Add tests!** - Your patch won't be accepted if it doesn't have tests.
/plugin/findologicxmlexport/vendor/doctrine/instantiator/docs/en/
Dindex.rst40 accepted

1234