Home
last modified time | relevance | path

Searched refs:function (Results 1 – 11 of 11) 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/inc/
H A Dparserutils.php79 function p_wiki_xhtml($id, $rev = '', $excuse = true, $date_at = '')
122 function p_locale_xhtml($id)
147 function p_cached_output($file, $format = 'xhtml', $id = '')
187 function p_cached_instructions($file, $cacheonly = false, $id = '')
219 function p_get_instructions($text)
252 function p_get_metadata($id, $key = '', $render = METADATA_RENDER_USING_CACHE)
340 function p_set_metadata($id, $data, $render = false, $persistent = true)
426 function p_purge_metadata($id)
451 function p_read_metadata($id, $cache = false)
470 * This is the backend function t
[all...]
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md65 you can call ```setCompression``` before each ```addFile()``` and ```addData()``` function call.
/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 DREADME.markdown54 For further setup and install documentation, function references, etc., visit
H A DCHANGELOG.md117 - Fix a small typo in the error() function Docblock by @audrasjb in [#712](https://github.com/simplepie/simplepie/pull/712)
186 * Simplified logic for some function returns. [#573](https://github.com/simplepie/simplepie/pull/573)
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE178 d) If a facility in the modified Library refers to a function or a
182 in the event an application does not supply such function or
186 (For example, a function in a library to compute square roots has
189 application-supplied function or table used by this function must
191 root function must still compute square roots.)
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE175 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.php691 public function __construct()
727 public function __toString()
735 public function __destruct()
762 public function force_feed($enable = false)
782 public function set_feed_url($url)
801 public function set_file(&$file)
825 public function set_raw_data($data)
839 public function set_timeout($timeout = 10)
852 public function set_curl_options(array $curl_options = [])
863 public function force_fsockope
1323 set_cache_name_function($function = 'md5') global() argument
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG21 - Introduce strip_language function (phy25)
346 - Added missing set_script_style API function (BenBE)
623 - Optimization using basic rework of indent function improving tab expansion performance (BenBE)
655 - Language files can now specify a function to be called to decide the
863 - Fixed up geshi_highlight function: it now correctly uses <code> instead of <div> (Remi Faure)