| /dokuwiki/_test/tests/inc/ |
| H A D | IpTest.php | 182 // Adding some custom trusted proxies. 183 $custom = array_merge($default, ['1.2.3.4', '1122::', '3.0.0.1/8', '1111:2222::/32']); 204 // With custom proxies set. 205 [$custom, '127.0.0.1', true], 206 [$custom, '1.2.3.4', true], 207 [$custom, '3.0.1.2', true], 208 [$custom, '1122::', true], 209 [$custom, '1122:0000:0000:0000:0000:0000:0000:0000', true], 210 [$custom, '1111:2223::', false], 211 [$custom, '1111:2222::', true], [all …]
|
| H A D | styleutils_cssstyleini.test.php | 37 …has an original value (text), an overridden value (background) and a new custom replacement (custo…
|
| /dokuwiki/.github/ |
| H A D | FUNDING.yml | 3 custom:
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | biblatex.php | 69 // Custom entry types 80 // Custom entry field names 109 2 => 'color: #C02020;', // Custom entry types 111 4 => 'color: #C08020;' // Custom entry field names 126 4 => 'color: #C08020;', // Custom entry field (biblatex) 127 5 => 'color: #C02020;', // Custom entry types (biblatex)
|
| H A D | bibtex.php | 66 // Custom entry types 77 // Custom entry field names 106 2 => 'color: #C02020;', // Custom entry types 108 4 => 'color: #C08020;' // Custom entry field names
|
| H A D | nagios.php | 157 // Custom macros 165 // Custom macro definitions
|
| /dokuwiki/_test/tests/Search/Collection/ |
| H A D | MockDirectCollection.php | 8 * A mock extending DirectCollection with custom index names for testing
|
| H A D | MockLookupCollection.php | 8 * A mock extending LookupCollection with custom index names for testing
|
| H A D | MockFrequencyCollection.php | 8 * A mock extending FrequencyCollection with custom index names for testing
|
| /dokuwiki/conf/ |
| H A D | wordblock.conf | 25 …estresume|besttermpaper|businessessay|college-paper|customessay|custom-made-paper|custom-writing|d…
|
| /dokuwiki/lib/plugins/revert/lang/en/ |
| H A D | lang.php | 10 // custom language strings for the plugin
|
| /dokuwiki/lib/plugins/styling/lang/el/ |
| H A D | lang.php | 11 // custom language strings for the plugin
|
| /dokuwiki/lib/plugins/revert/lang/cy/ |
| H A D | lang.php | 10 // custom language strings for the plugin
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/ |
| H A D | EvalBarrett.php | 27 * Custom Reduction Function 50 * Generate Custom Reduction
|
| /dokuwiki/lib/plugins/styling/lang/en/ |
| H A D | lang.php | 14 // custom language strings for the plugin
|
| /dokuwiki/lib/plugins/styling/lang/cy/ |
| H A D | lang.php | 15 // custom language strings for the plugin
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
| H A D | TwistedEdwards.php | 6 * http://www.secg.org/SEC2-Ver-1.0.pdf provides for curves with custom parameters. 12 * and let the named curves (Ed25519 and Ed448) define their own custom tailored
|
| /dokuwiki/lib/plugins/config/core/Setting/ |
| H A D | SettingMultichoice.php | 11 public $lang; //some custom language strings are stored in setting
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
| H A D | PrimeField.php | 57 * Use a custom defined modular reduction function
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | update.sh | 40 # some custom language codes
|
| /dokuwiki/vendor/php81_bc/strftime/src/ |
| H A D | IntlLocaleFormatter.php | 67 …// To adjust for this, a custom calendar can be supplied with a cutover date arbitrarily far in th…
|
| /dokuwiki/inc/Remote/OpenApiDoc/ |
| H A D | Type.php | 126 // keep custom types
|
| /dokuwiki/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.yml | 79 * Any custom changes you made to the DokuWiki core or plugins
|
| /dokuwiki/inc/ |
| H A D | Ip.php | 243 * - The custom IP header if $conf[client_ip_header] is set. 266 * - The custom IP header if $conf[client_ip_header] is set. 281 // Use a custom IP header (e.g. CDN) if it is set by the configuration.
|
| /dokuwiki/inc/Ui/ |
| H A D | Search.php | 240 $activeOption = 'custom'; 246 if ($activeOption === 'custom') { 247 $options = array_merge(['custom' => [ 375 * @ToDo: custom date input
|