Home
last modified time | relevance | path

Searched full:needs (Results 1 – 25 of 82) sorted by relevance

1234

/dokuwiki/.github/workflows/
H A Drelease-build.yml47 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 Dmysql.conf.php.dist3 * This configures the access to a mysql database. The user needs to have permissions
H A Dpgsql.conf.php.dist3 * This configures the access to a postgres database. The user needs to have permissions
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DTwistedEdwards.php107 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 DMontgomery.php112 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 DBinary.php104 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 DPrime.php135 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 Dyaml.php12 * 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 Dmocks.class.php7 * this class name needs to start "admin_" and end "_usermanager". Internally
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php25 * 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 DPluginInterface.php19 * 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 DAuthPlugin.php180 * 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 Dinstall.html3 …staller is not capable of setting up directory permissions. That normally needs to be done directl…
/dokuwiki/lib/scripts/
H A Dlinkwiz.test.js7 * Needs to be run manually as:
/dokuwiki/inc/
H A Dfarm.php8 * 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 DPrefCookie.php42 * This will trigger a setCookie header and needs to be called before any output is sent
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt10 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 DAbstractAction.php38 * This needs to return one of the AUTH_* constants. It will be checked against
/dokuwiki/inc/TreeBuilder/
H A DAbstractBuilder.php35 * 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 DREADME.md14 …hub.com/splitbrain/lesserphp/issues). Fixes are only likely when DokuWiki needs them, or you provi…
/dokuwiki/_test/tests/inc/
H A Dparserutils_set_metadata_during_rendering.test.php24 // write the wiki page so it exists and needs to be rendered
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php194 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 DAsian.php16 * 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 DStrings.php91 … 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 DFeedItemProcessor.php24 * @param array $data Needs to have at least an 'id' key

1234