/dokuwiki/ |
H A D | SECURITY.md | 14 * Open a [Github Issue](https://github.com/dokuwiki/dokuwiki/issues)
|
/dokuwiki/lib/plugins/extension/ |
H A D | Notice.php | 147 if ($issue = $this->extension->getSecurityIssue()) { 148 $this->notices[self::SECURITY][] = sprintf($this->getLang('security_issue'), $issue); 150 if ($issue = $this->extension->getSecurityWarning()) { 151 $this->notices[self::SECURITY][] = sprintf($this->getLang('security_warning'), $issue);
|
H A D | cli.php | 33 …" i - installed " . Notice::symbol(Notice::SECURITY) . " - security issue\n" .
|
H A D | Extension.php | 585 * Get the text of the security issue if there is any
|
/dokuwiki/_test/tests/inc/ |
H A D | cache_use.test.php | 29 // set the modification times explicitly (overcome Issue #694)
|
H A D | auth_password.test.php | 146 * issue #2629, support PHP's crypt() format (with rounds=0 parameter)
|
/dokuwiki/vendor/simplepie/simplepie/ |
H A D | README.markdown | 76 the [issue tracker][]. 81 [issue tracker]: http://github.com/simplepie/simplepie/issues
|
H A D | CHANGELOG.md | 302 * Fixed an issue with memory leaks. [#287](https://github.com/simplepie/simplepie/pull/287)
|
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | rebol.php | 63 'hash!','integer!','issue!','list!','logic!','money!','none!', 92 'integer?','intersect','issue?','join','last','layout','length?', 117 'to-issue','to-list','to-lit-path','to-lit-word','to-local-file',
|
H A D | avisynth.php | 21 …* * Also there is an issue with the escape character as this language uses a muti-character escape…
|
H A D | gml.php | 18 * please let me know of any issue you may find.
|
/dokuwiki/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.yml | 28 Describe the issue you are experiencing here. Basically tell us
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/ |
H A D | secp192r1.php | 29 /* in theory this should be faster than regular modular reductions save for one small issue.
|
/dokuwiki/vendor/splitbrain/lesserphp/ |
H A D | README.md | 14 Please report bugs to the [issue tracker](https://github.com/splitbrain/lesserphp/issues). Fixes ar…
|
/dokuwiki/inc/Debug/ |
H A D | PropertyDeprecationHelper.php | 16 * but issue deprecation warnings when it is needed.
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/ |
H A D | Base.php | 56 … * Modular reductions resolve this issue. Although an individual modular reduction takes more time
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | CHANGELOG | 101 * Fix a minor issue with comments in Visual Basic (Plançon, BenBE) 103 * Fix a minor issue with keywords in SQL (Gerrit, BenBE) 207 * Fixed a small issue with detection of division vs. regular expressions 277 - Fixed an issue with Hardquotes for empty strings (like '' in Delphi) (BenBE) 311 * Fixed an issue with if= argument for dd command (BenBE) 412 - Fixed an undefined variable issue in langcheck.php (BenBE) 557 * Minor issue with PHP Heredoc and Nowdoc syntax sometimes not getting highlighted (BenBE) 636 - Fixed minor issue causing loads of warnings if a language files defines no symbols (BenBE)
|
/dokuwiki/inc/Extension/ |
H A D | Event.php | 57 * properly handle correct processing of any default action and issue an
|
/dokuwiki/lib/plugins/extension/lang/en/ |
H A D | lang.php | 78 $lang['security_issue'] = 'Security Issue: %s';
|
/dokuwiki/vendor/aziraphale/email-address-validator/ |
H A D | EmailAddressValidator.php | 25 // the next three lines will allow for this issue.
|
/dokuwiki/_test/tests/File/ |
H A D | PageResolverTest.php | 73 // issue 4072
|
/dokuwiki/_test/tests/inc/parser/ |
H A D | parser_links.test.php | 157 // Regression test for issue #2399 187 // See issue #936. Should NOT generate a link! 231 // See issue #936. Should NOT generate a link!
|
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/ |
H A D | Parser.php | 273 // We should only use the last Content-Type header. c.f. issue #1
|
/dokuwiki/inc/ |
H A D | parserutils.php | 262 // accessed several times. This may catch a few other pages, but that shouldn't be an issue.
|
/dokuwiki/lib/plugins/acl/ |
H A D | admin.php | 735 … // first make sure we won't end up with 2 lines matching this user and scope. See issue #1115
|