Home
last modified time | relevance | path

Searched full:custom (Results 1 – 25 of 65) sorted by relevance

123

/dokuwiki/_test/tests/inc/
H A DIpTest.php182 // 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 Dstyleutils_cssstyleini.test.php37 …has an original value (text), an overridden value (background) and a new custom replacement (custo…
/dokuwiki/.github/
H A DFUNDING.yml3 custom:
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dbiblatex.php69 // 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 Dbibtex.php66 // 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 Dnagios.php157 // Custom macros
165 // Custom macro definitions
/dokuwiki/_test/tests/Search/Collection/
H A DMockDirectCollection.php8 * A mock extending DirectCollection with custom index names for testing
H A DMockLookupCollection.php8 * A mock extending LookupCollection with custom index names for testing
H A DMockFrequencyCollection.php8 * A mock extending FrequencyCollection with custom index names for testing
/dokuwiki/conf/
H A Dwordblock.conf25 …estresume|besttermpaper|businessessay|college-paper|customessay|custom-made-paper|custom-writing|d…
/dokuwiki/lib/plugins/revert/lang/en/
H A Dlang.php10 // custom language strings for the plugin
/dokuwiki/lib/plugins/styling/lang/el/
H A Dlang.php11 // custom language strings for the plugin
/dokuwiki/lib/plugins/revert/lang/cy/
H A Dlang.php10 // custom language strings for the plugin
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DEvalBarrett.php27 * Custom Reduction Function
50 * Generate Custom Reduction
/dokuwiki/lib/plugins/styling/lang/en/
H A Dlang.php14 // custom language strings for the plugin
/dokuwiki/lib/plugins/styling/lang/cy/
H A Dlang.php15 // custom language strings for the plugin
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DTwistedEdwards.php6 * 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 DSettingMultichoice.php11 public $lang; //some custom language strings are stored in setting
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DPrimeField.php57 * Use a custom defined modular reduction function
/dokuwiki/lib/scripts/jquery/
H A Dupdate.sh40 # some custom language codes
/dokuwiki/vendor/php81_bc/strftime/src/
H A DIntlLocaleFormatter.php67 …// To adjust for this, a custom calendar can be supplied with a cutover date arbitrarily far in th…
/dokuwiki/inc/Remote/OpenApiDoc/
H A DType.php126 // keep custom types
/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml79 * Any custom changes you made to the DokuWiki core or plugins
/dokuwiki/inc/
H A DIp.php243 * - 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 DSearch.php240 $activeOption = 'custom';
246 if ($activeOption === 'custom') {
247 $options = array_merge(['custom' => [
375 * @ToDo: custom date input

123