| /dokuwiki/.github/workflows/ |
| H A D | autoFix.yml | 13 uses: actions/checkout@v4 18 uses: shivammathur/setup-php@v2 28 uses: actions/cache@v3 41 uses: peter-evans/create-pull-request@v6
|
| H A D | todoChecker.yml | 15 uses: actions/checkout@v4 18 uses: phntmxyz/pr_todo_checker@v1
|
| H A D | phpCS.yml | 19 - uses: actions/checkout@v4 24 uses: shivammathur/setup-php@v2
|
| H A D | release-build.yml | 18 uses: actions/checkout@v4 32 uses: actions/github-script@v6 51 uses: actions/checkout@v4 75 uses: softprops/action-gh-release@v1 97 uses: shimataro/ssh-key-action@v2
|
| H A D | testWindows.yml | 26 uses: actions/checkout@v4 29 uses: shivammathur/setup-php@v2
|
| H A D | testLinux.yml | 43 uses: actions/checkout@v4 46 uses: shivammathur/setup-php@v2
|
| H A D | deletedFiles.yml | 20 uses: actions/checkout@v4 53 uses: peter-evans/create-pull-request@v6
|
| H A D | release-preparation.yml | 38 uses: actions/checkout@v4 76 uses: repo-sync/pull-request@v2
|
| /dokuwiki/inc/Menu/Item/ |
| H A D | Top.php | 8 * Scroll back to the top. Uses a hash as $id which is handled special in getLink(). 28 * Uses html_topbtn()
|
| /dokuwiki/inc/Utf8/ |
| H A D | Sort.php | 14 * It always uses case insensitive "natural" ordering in its collation. 15 * The fallback solution uses the primitive PHP functions that return almost the same results 83 * It uses a collator-based comparison, or strnatcasecmp() as a fallback. 103 …* It uses a collator-based sort, or sort() with flags SORT_NATURAL and SORT_FLAG_CASE as a fallbac… 122 …* It uses a collator-based sort, or ksort() with flags SORT_NATURAL and SORT_FLAG_CASE as a fallba… 141 …* It uses a collator-based sort, or asort() with flags SORT_NATURAL and SORT_FLAG_CASE as a fallba…
|
| H A D | Asian.php | 8 * This uses a crude regexp to determine which parts of an Asian string should be treated as words. 16 * needs to be treated as a word. Uses the Unicode-Ranges for Asian characters taken from
|
| /dokuwiki/vendor/paragonie/constant_time_encoding/src/ |
| H A D | Base32Hex.php | 37 * Uses bitwise operators instead of table-lookups to turn 5-bit integers 57 * Uses bitwise operators instead of table-lookups to turn 5-bit integers 77 * Uses bitwise operators instead of table-lookups to turn 8-bit integers 94 * Uses bitwise operators instead of table-lookups to turn 8-bit integers
|
| H A D | Base64DotSlashOrdered.php | 37 * Uses bitwise operators instead of table-lookups to turn 6-bit integers 64 * Uses bitwise operators instead of table-lookups to turn 8-bit integers
|
| H A D | Base64DotSlash.php | 37 * Uses bitwise operators instead of table-lookups to turn 6-bit integers 67 * Uses bitwise operators instead of table-lookups to turn 8-bit integers
|
| H A D | Base64UrlSafe.php | 38 * Uses bitwise operators instead of table-lookups to turn 6-bit integers 71 * Uses bitwise operators instead of table-lookups to turn 8-bit integers
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | LICENSE | 111 "work based on the library" and a "work that uses the library". The 148 and what the program that uses the Library does. 176 table of data to be supplied by an application program that uses 242 linked with it, is called a "work that uses the Library". Such a 246 However, linking a "work that uses the Library" with the Library 248 contains portions of the Library), rather than a "work that uses the 252 When a "work that uses the Library" uses material from a header file 259 If such an object file uses only numerical parameters, data 272 link a "work that uses the Library" with the Library to produce a 291 uses the Library", as object code and/or source code, so that the [all …]
|
| /dokuwiki/vendor/simplepie/simplepie/idn/ |
| H A D | LICENCE | 111 "work based on the library" and a "work that uses the library". The 148 and what the program that uses the Library does. 176 table of data to be supplied by an application program that uses 242 linked with it, is called a "work that uses the Library". Such a 246 However, linking a "work that uses the Library" with the Library 248 contains portions of the Library), rather than a "work that uses the 252 When a "work that uses the Library" uses material from a header file 259 If such an object file uses only numerical parameters, data 272 link a "work that uses the Library" with the Library to produce a 291 uses the Library", as object code and/or source code, so that the [all …]
|
| /dokuwiki/_test/tests/inc/ |
| H A D | changelog_hasrevisions.test.php | 8 * This class uses the files:
|
| /dokuwiki/inc/ |
| H A D | PassHash.php | 169 * Uses salted MD5 hashs. Salt is 8 bytes long. 198 * Uses salted MD5 hashs. Salt is 8 bytes long. 215 * Uses salted MD5 hashs. Salt is 8 bytes long. 267 * Uses MD5 hashs. 280 * Uses SHA1 hashs. 293 * Uses salted SHA1 hashs. Salt is 4 bytes long. 308 * Uses salted crypt hashs. Salt is 2 bytes long. 349 * Uses SHA1 hashs. This method is used by MySQL 4.11 and above 362 * Uses salted MD5 hashs. 457 * Repeatedly uses salted MD5 hashs. See stretched_hash() for the [all …]
|
| /dokuwiki/vendor/paragonie/constant_time_encoding/ |
| H A D | README.md | 21 * Uses `pack()` and `unpack()` instead of `chr()` and `ord()` 83 If your company uses this library in their products or services, you may be
|
| /dokuwiki/inc/lang/en/ |
| H A D | install.html | 3 <p>DokuWiki uses ordinary files for the storage of wiki pages and other information associated with…
|
| /dokuwiki/lib/exe/ |
| H A D | jquery.php | 21 * uses cache or fills it
|
| /dokuwiki/vendor/php81_bc/strftime/src/ |
| H A D | DateLocaleFormatter.php | 8 * This formatter uses simple, non-locale aware formatting of dates
|
| /dokuwiki/inc/Remote/OpenApiDoc/ |
| H A D | ClassResolver.php | 44 return $classinfo['uses'][$classalias] ?? $classinfo['ownNS'] . '\\' . $classalias; 82 'uses' => $this->tokenizeSource($source)
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/ |
| H A D | Base.php | 67 …* uses a trick involving the Chinese Remainder Theorem to factor the even modulo into two numbers … 68 …er, a power of two - and recombine them, later. This is the method that this modPow function uses.
|