| /dokuwiki/.github/workflows/ |
| H A D | release-build.yml | 47 needs: tag 93 needs: build 98 wget ${{ needs.build.outputs.url }} -O dokuwiki-${{ needs.build.outputs.file }}.tgz 109 …scp "dokuwiki-${{ needs.build.outputs.file }}.tgz" ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}… 110 …{{ secrets.SSH_HOST }} "cd htdocs/src/dokuwiki/ && tar -xzvf dokuwiki-${{ needs.build.outputs.file…
|
| /dokuwiki/_test/ |
| H A D | mysql.conf.php.dist | 3 * This configures the access to a mysql database. The user needs to have permissions
|
| H A D | pgsql.conf.php.dist | 3 * This configures the access to a postgres database. The user needs to have permissions
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
| H A D | TwistedEdwards.php | 107 throw new \RuntimeException('setModulo needs to be called before this method'); 125 throw new \RuntimeException('setModulo needs to be called before this method'); 161 throw new \RuntimeException('setModulo needs to be called before this method'); 165 throw new \RuntimeException('setBasePoint needs to be called before this method');
|
| H A D | Montgomery.php | 112 throw new \RuntimeException('setModulo needs to be called before this method'); 136 throw new \RuntimeException('setModulo needs to be called before this method'); 152 throw new \RuntimeException('setModulo needs to be called before this method'); 156 throw new \RuntimeException('setBasePoint needs to be called before this method'); 172 throw new \RuntimeException('setModulo needs to be called before this method');
|
| H A D | Binary.php | 104 throw new \RuntimeException('setModulo needs to be called before this method'); 125 throw new \RuntimeException('setModulo needs to be called before this method'); 141 throw new \RuntimeException('setModulo needs to be called before this method'); 145 throw new \RuntimeException('setBasePoint needs to be called before this method'); 159 throw new \RuntimeException('setModulo needs to be called before this method'); 232 throw new \RuntimeException('setModulo needs to be called before this method');
|
| H A D | Prime.php | 135 throw new \RuntimeException('setModulo needs to be called before this method'); 157 throw new \RuntimeException('setModulo needs to be called before this method'); 173 throw new \RuntimeException('setModulo needs to be called before this method'); 177 throw new \RuntimeException('setBasePoint needs to be called before this method'); 298 throw new \RuntimeException('setModulo needs to be called before this method'); 410 throw new \RuntimeException('setModulo needs to be called before this method');
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | yaml.php | 12 * YAML gets hairy sometimes. If anything needs fixed, drop me an email and 33 * If there is a workaround for that, it needs implemented. 41 * * The !!typename highlight needs not to interfere with ": |" and ": >": Pairing 81 …//9 => '/(?<=\n)(\s*)-(?!-)/', // List items: This needs to search within comments 3 and 4, …
|
| /dokuwiki/lib/plugins/usermanager/_test/ |
| H A D | mocks.class.php | 7 * this class name needs to start "admin_" and end "_usermanager". Internally
|
| /dokuwiki/inc/Extension/ |
| H A D | SyntaxPlugin.php | 25 * Needs to return one of the mode types defined in $PARSER_MODES in Parser.php 35 * plugin's own markup. Needs to return an array of one or more of the mode types
|
| H A D | PluginInterface.php | 19 * Needs to return a associative array with the following values: 21 * base - the plugin's base name (eg. the directory it needs to be installed in)
|
| H A D | AuthPlugin.php | 180 * the function needs to check if the user is logged in 183 * The function needs to set some globals needed by 240 * Returns info about the given user needs to contain
|
| /dokuwiki/inc/lang/en/ |
| H A D | install.html | 3 …staller is not capable of setting up directory permissions. That normally needs to be done directl…
|
| /dokuwiki/lib/scripts/ |
| H A D | linkwiz.test.js | 7 * Needs to be run manually as:
|
| /dokuwiki/inc/ |
| H A D | farm.php | 8 * The farm directory (constant DOKU_FARMDIR) can be any directory and needs to be set. 13 * * A virtual host based setup needs animal directory names which have to reflect 26 // DOKU_FARMDIR needs to be set in preload.php, the fallback is the same as DOKU_INC would be (if i…
|
| H A D | PrefCookie.php | 42 * This will trigger a setCookie header and needs to be called before any output is sent
|
| /dokuwiki/data/pages/wiki/ |
| H A D | welcome.txt | 10 Your wiki needs to have a start page. As long as it doesn't exist, this link will be red: [[:start]…
|
| /dokuwiki/inc/Action/ |
| H A D | AbstractAction.php | 38 * This needs to return one of the AUTH_* constants. It will be checked against
|
| /dokuwiki/inc/TreeBuilder/ |
| H A D | AbstractBuilder.php | 35 * Generate the page tree. Needs to be called once the object is created. 182 * The given comparator function will be called with two nodes as arguments and needs to
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | README.md | 14 …hub.com/splitbrain/lesserphp/issues). Fixes are only likely when DokuWiki needs them, or you provi…
|
| /dokuwiki/_test/tests/inc/ |
| H A D | parserutils_set_metadata_during_rendering.test.php | 24 // write the wiki page so it exists and needs to be rendered
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/ |
| H A D | Ed448.php | 194 throw new \RuntimeException('setModulo needs to be called before this method'); 232 throw new \RuntimeException('setModulo needs to be called before this method');
|
| /dokuwiki/inc/Utf8/ |
| H A D | Asian.php | 16 * needs to be treated as a word. Uses the Unicode-Ranges for Asian characters taken from
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/ |
| H A D | Strings.php | 91 … throw new \LengthException('At least one byte needs to be present for successful C / b decodes'); 99 …throw new \LengthException('At least four byte needs to be present for successful N / i / s / L de… 104 …throw new \LengthException('At least eight byte needs to be present for successful N / i / s / L d…
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedItemProcessor.php | 24 * @param array $data Needs to have at least an 'id' key
|