Home
last modified time | relevance | path

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

1234

/plugin/tos/
H A 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/
H A 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/
H A DResponseChecker.php83 public $accepted; variable in ResponseChecker
93 $this->accepted = true;
120 $this->accepted = $result;
H A DSpamLogger.php20 public function LogAttempt($username, $email, $ip, $trigger, $confidence, $accepted) argument
32 $accepted ? "accepted" : "rejected"
H A Daction.php63 $this->checker->confidence, $this->checker->accepted);
/plugin/jplayer/vendor/mustache/mustache/
H A 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/webdav/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/authgooglesheets/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/elasticsearch/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-interface.md)
/plugin/dw2pdf/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-interface.md)
/plugin/abortlogin/
H A Dplugin.info.txt6 desc prevents attempt to login from non-accepted ips
/plugin/dokusioc/
H A Daction.php421 $accepted = explode(',', $http_accept);
427 if (count($accepted) > 0) {
432 foreach ($accepted as $format) {
/plugin/datatemplate/
H A DREADME.md10 … plugin, so I adopt it ;-) Thanks a lot to him to have built first steps and accepted the adoption.
/plugin/authgooglesheets/vendor/psr/cache/
H A DCHANGELOG.md16 Initial stable release; reflects accepted PSR-6 specification
/plugin/findologicxmlexport/vendor/jms/serializer/
H A 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/http-message/
H A DCHANGELOG.md36 Initial stable release; reflects accepted PSR-7 specification.
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DCONTRIBUTING.md6 * Any un-confirmed issue needs a failing test case before being accepted
/plugin/advanced/lang/en/config/
H A Dusers.txt8 …* **Password** - Encrypted password. The encryption method can be anything accepted by [[doku>conf…
/plugin/findologicxmlexport/vendor/doctrine/instantiator/docs/en/
H A Dindex.rst40 accepted
/plugin/cite/
H A DREADME.md35 …e able to provide useful code changes or bug fixes, they will likely be accepted to future version…
/plugin/referrers/
H A DREADME.md38 …e able to provide useful code changes or bug fixes, they will likely be accepted to future version…
/plugin/displaywikipage/
H A DREADME.md41 …e able to provide useful code changes or bug fixes, they will likely be accepted to future version…
/plugin/backup/
H A DREADME.md37 …e able to provide useful code changes or bug fixes, they will likely be accepted to future version…
/plugin/sequencediagram/bower_components/snap.svg/
H A DREADME.md68 *Note:* Pull requests to other branches than `dev` or without filled CLA wouldn’t be accepted.

1234