Home
last modified time | relevance | path

Searched full:issue (Results 1 – 25 of 30) sorted by relevance

12

/dokuwiki/
H A DSECURITY.md14 * Open a [Github Issue](https://github.com/dokuwiki/dokuwiki/issues)
/dokuwiki/lib/plugins/extension/
H A DNotice.php147 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 Dcli.php33 …" i - installed " . Notice::symbol(Notice::SECURITY) . " - security issue\n" .
H A DExtension.php585 * Get the text of the security issue if there is any
/dokuwiki/_test/tests/inc/
H A Dcache_use.test.php29 // set the modification times explicitly (overcome Issue #694)
H A Dauth_password.test.php146 * issue #2629, support PHP's crypt() format (with rounds=0 parameter)
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown76 the [issue tracker][].
81 [issue tracker]: http://github.com/simplepie/simplepie/issues
H A DCHANGELOG.md302 * Fixed an issue with memory leaks. [#287](https://github.com/simplepie/simplepie/pull/287)
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Drebol.php63 '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 Davisynth.php21 …* * Also there is an issue with the escape character as this language uses a muti-character escape…
H A Dgml.php18 * please let me know of any issue you may find.
/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml28 Describe the issue you are experiencing here. Basically tell us
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A Dsecp192r1.php29 /* in theory this should be faster than regular modular reductions save for one small issue.
/dokuwiki/vendor/splitbrain/lesserphp/
H A DREADME.md14 Please report bugs to the [issue tracker](https://github.com/splitbrain/lesserphp/issues). Fixes ar…
/dokuwiki/inc/Debug/
H A DPropertyDeprecationHelper.php16 * but issue deprecation warnings when it is needed.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DBase.php56 … * Modular reductions resolve this issue. Although an individual modular reduction takes more time
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG101 * 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 DEvent.php57 * properly handle correct processing of any default action and issue an
/dokuwiki/lib/plugins/extension/lang/en/
H A Dlang.php78 $lang['security_issue'] = 'Security Issue: %s';
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DEmailAddressValidator.php25 // the next three lines will allow for this issue.
/dokuwiki/_test/tests/File/
H A DPageResolverTest.php73 // issue 4072
/dokuwiki/_test/tests/inc/parser/
H A Dparser_links.test.php157 // 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 DParser.php273 // We should only use the last Content-Type header. c.f. issue #1
/dokuwiki/inc/
H A Dparserutils.php262 // accessed several times. This may catch a few other pages, but that shouldn't be an issue.
/dokuwiki/lib/plugins/acl/
H A Dadmin.php735 … // first make sure we won't end up with 2 lines matching this user and scope. See issue #1115

12