/plugin/tos/ |
H A D | action.php | 50 $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 D | Test.php | 108 $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 D | ResponseChecker.php | 83 public $accepted; variable in ResponseChecker 93 $this->accepted = true; 120 $this->accepted = $result;
|
H A D | SpamLogger.php | 20 public function LogAttempt($username, $email, $ip, $trigger, $confidence, $accepted) argument 32 $accepted ? "accepted" : "rejected"
|
H A D | action.php | 63 $this->checker->confidence, $this->checker->accepted);
|
/plugin/jplayer/vendor/mustache/mustache/ |
H A D | CONTRIBUTING.md | 19 ### 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 D | README.md | 5 [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 D | README.md | 5 [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 D | README.md | 5 [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 D | README.md | 5 [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 D | README.md | 5 [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 D | plugin.info.txt | 6 desc prevents attempt to login from non-accepted ips
|
/plugin/dokusioc/ |
H A D | action.php | 426 // get accepted types 429 // save accepted types in array 430 $accepted = explode(',', $http_accept); 436 if (count($accepted) > 0) { 441 foreach ($accepted as $format) {
|
/plugin/datatemplate/ |
H A D | README.md | 10 … 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 D | CHANGELOG.md | 16 Initial stable release; reflects accepted PSR-6 specification
|
/plugin/findologicxmlexport/vendor/jms/serializer/ |
H A D | README.md | 39 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 D | CHANGELOG.md | 36 Initial stable release; reflects accepted PSR-7 specification.
|
/plugin/findologicxmlexport/vendor/doctrine/instantiator/ |
H A D | CONTRIBUTING.md | 6 * Any un-confirmed issue needs a failing test case before being accepted
|
/plugin/advanced/lang/en/config/ |
H A D | users.txt | 8 …* **Password** - Encrypted password. The encryption method can be anything accepted by [[doku>conf…
|
/plugin/findologicxmlexport/vendor/doctrine/instantiator/docs/en/ |
H A D | index.rst | 40 accepted
|
/plugin/cite/ |
H A D | README.md | 35 …e able to provide useful code changes or bug fixes, they will likely be accepted to future version…
|
/plugin/referrers/ |
H A D | README.md | 38 …e able to provide useful code changes or bug fixes, they will likely be accepted to future version…
|
/plugin/displaywikipage/ |
H A D | README.md | 41 …e able to provide useful code changes or bug fixes, they will likely be accepted to future version…
|
/plugin/backup/ |
H A D | README.md | 37 …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 D | README.md | 68 *Note:* Pull requests to other branches than `dev` or without filled CLA wouldn’t be accepted.
|