Home
last modified time | relevance | path

Searched refs:function (Results 1 – 17 of 17) sorted by relevance

/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dimport.txt6 For an example of a suitable file, try the "Export Users" function above.
/dokuwiki/vendor/php81_bc/strftime/
H A DREADME.md15 Note that output can be slightly different between libc sprintf and this function as it is using IC…
53 - Load the function PHP81_BC\strftime in your project
57 use function PHP81_BC\strftime;
64 - Load the function PHP81_BC\strftime in your project
68 use function PHP81_BC\strftime;
75 use function PHP81_BC\strftime;
157 | `%s` | Unix Epoch Time timestamp (same as the `time()` function) | Example: `305815200` f…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php109 public static function setRecurringModuloFunction($instanceID, callable $function) argument
111 static::$reduce[$instanceID] = $function;
/dokuwiki/inc/
H A Dparserutils.php810 foreach ($options as $function => $params) {
811 if (is_callable([$geshi, $function])) {
812 $geshi->$function($params);
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md65 you can call ```setCompression``` before each ```addFile()``` and ```addData()``` function call.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php90 public static function setRecurringModuloFunction($instanceID, callable $function) argument
92 static::$reduce[$instanceID] = $function;
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini1 ; Please see http://php.net/manual/en/function.parse-ini-file.php
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md35 protected function setup(Options $options)
42 protected function main(Options $options)
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md22 - Use `idn_to_ascii` function instead of `idna_convert` library (requires `intl` extension or a [po…
24 - Use native `gzdecode` function instead of internal PHP implementation (by @jtojnar in [#882](http…
58 …If you need any of them, consider copying the function to your codebase. (by @jtojnar in [#899](ht…
62 …ou can use native [`gzdecode`](https://www.php.net/manual/en/function.gzdecode.php) function (by @…
184 - Fix a small typo in the error() function Docblock (by @audrasjb in [#712](https://github.com/simp…
253 * Simplified logic for some function returns. [#573](https://github.com/simplepie/simplepie/pull/57…
H A DREADME.markdown84 For further setup and install documentation, function references, etc., visit
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE175 d) If a facility in the modified Library refers to a function or a
179 in the event an application does not supply such function or
183 (For example, a function in a library to compute square roots has
186 application-supplied function or table used by this function must
188 root function must still compute square roots.)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php1420 public function set_cache_name_function(?string $function = null) argument
1424 if ($function === null) {
1425 $function = 'md5';
1428 $this->cache_name_function = $function;
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG23 - Introduce strip_language function (phy25)
348 - Added missing set_script_style API function (BenBE)
625 - Optimization using basic rework of indent function improving tab expansion performance (BenBE)
657 - Language files can now specify a function to be called to decide the
865 - Fixed up geshi_highlight function: it now correctly uses <code> instead of <div> (Remi Faure)
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A Dcomposer.lock685 "description": "Looks up which function or method a line of code belongs to",
/dokuwiki/vendor/splitbrain/slika/
H A Dcomposer.lock702 "description": "Looks up which function or method a line of code belongs to",
/dokuwiki/_test/core/
H A DphpQuery-onefile.php5508 public static function isFunction($function) { argument
5509 return is_callable($function);
/dokuwiki/_test/
H A Dcomposer.lock1142 "description": "Looks up which function or method a line of code belongs to",