Home
last modified time | relevance | path

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

12

/dokuwiki/
H A DSECURITY.md10 * Open a [GitHub Issue](https://github.com/dokuwiki/dokuwiki/issues)
15 …s. Most importantly, use your own voice and understanding to describe the issue and its impact. We…
23 …Fixes are usually available within a few days, but may take longer if the issue is complex or if w…
54 …GitHub issues once a fix is available. We will credit the reporter in the issue. If you wish to re…
H A DAI_POLICY.md11 pull request and issue descriptions. If an AI generated output is relevant to the discussion, it sh…
19 contributing important to you? "I saw the issue and let my AI write a fix" is not an acceptable mot…
20 marked as "good first-issue" are not an invitation for AI fixes - they are meant to be a starting p…
/dokuwiki/_test/tests/Ui/
H A DPageDiffTest.php62 * Regression test for issue #4635: opening the default diff of a page deleted
89 * Regression test for issue #4635: opening the default diff of an externally
117 * Regression test for issue #4635: the rendered diff of a deleted page shows the
/dokuwiki/lib/plugins/extension/
H A DNotice.php157 if ($issue = $this->extension->getSecurityIssue()) {
158 $this->notices[self::SECURITY][] = sprintf($this->getLang('security_issue'), $issue);
160 if ($issue = $this->extension->getSecurityWarning()) {
161 $this->notices[self::SECURITY][] = sprintf($this->getLang('security_warning'), $issue);
H A Dcli.php33 …" i - installed " . Notice::symbol(Notice::SECURITY) . " - security issue\n" .
/dokuwiki/_test/tests/ChangeLog/
H A DPageChangeLogTest.php15 * that deletion entry to the last content revision (issue #4635).
50 * (issue #4635).
85 * the file mtime is reset to the recorded revision date instead (issue #4634).
274 * changelog (issue #4634).
317 * recorded change) must still reach the recent-changes feed (issue #4634).
/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…
/dokuwiki/_test/tests/inc/
H A Dcache_use.test.php29 // set the modification times explicitly (overcome Issue #694)
H A Dhttputils_xaccel.test.php39 * issue #2895, where the previous blind substr() produced a broken path.
H A Dauth_password.test.php146 * issue #2629, support PHP's crypt() format (with rounds=0 parameter)
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown90 the [issue tracker][].
95 [issue tracker]: http://github.com/simplepie/simplepie/issues
/dokuwiki/vendor/splitbrain/lesserphp/
H A DREADME.md14 Please report bugs to the [issue tracker](https://github.com/splitbrain/lesserphp/issues). Fixes ar…
/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/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml28 Describe the issue you are experiencing here. Basically tell us
/dokuwiki/inc/Debug/
H A DPropertyDeprecationHelper.php16 * but issue deprecation warnings when it is needed.
/dokuwiki/lib/scripts/
H A Dlocktimer.js48 // which misses mouse-driven paste — see issue #3714
/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/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS1.php82 // this isn't an issue for PKCS8 DSA public keys because those keys have the parameters
/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/_test/tests/Parsing/ParserMode/
H A DExternallinkTest.php166 // Regression test for issue #2399
196 // See issue #936. Should NOT generate a link!
240 // See issue #936. Should NOT generate a link!
/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

12