Home
last modified time | relevance | path

Searched refs:io_readFile (Results 1 – 16 of 16) sorted by relevance

/dokuwiki/inc/Cache/
H A DCacheInstructions.php27 $contents = io_readFile($this->cache, false);
H A DCache.php161 return io_readFile($this->cache, $clean);
206 $lines = explode("\n", io_readFile($file));
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php97 echo io_readFile($this->helper->autosubmitErrorFile);
/dokuwiki/inc/
H A DDraft.php122 $draft = unserialize(io_readFile($this->cname, false));
H A Dinfoutils.php66 $data = io_readFile($cf);
86 $version['date'] = trim(io_readFile(DOKU_INC . 'VERSION'));
H A Dsearch.php234 $info['hash'] = md5(io_readFile(mediaFN($info['id']), false));
579 if (!empty($opts['hash'])) $item['hash'] = md5(io_readFile($base . '/' . $file, false));
H A Dindexer.php145 if (trim(io_readFile($idxtag)) == idx_get_version()) {
H A Dparserutils.php459 unserialize(io_readFile($file, false)) :
802 $highlighted_code = io_readFile($cache, false);
H A Dcommon.php940 [$ip, $session] = sexplode("\n", io_readFile($lock), 2);
988 @[$ip, $session] = explode("\n", io_readFile($lock));
1048 return io_readFile(localeFN($id, $ext));
1110 $data['tpl'] = io_readFile($data['tplfile']);
H A Dio.php58 * Generates the action event which delegates to io_readFile().
63 * $data[0] The raw arguments for io_readFile as an array.
85 * Callback adapter for io_readFile().
95 return io_readFile(...$data[0]);
116 function io_readFile($file, $clean = true)
106 function io_readFile($file,$clean=true){ global() function
H A Dauth.php386 $salt = io_readFile($file);
H A Dmedia.php673 $TEXT = io_readFile($file);
/dokuwiki/lib/exe/
H A Djs.php182 $data = io_readFile($file);
202 $idata .= io_readFile($ifile);
H A Dcss.php446 $css = io_readFile($this->filepath);
/dokuwiki/lib/plugins/styling/
H A Dadmin.php218 $old = io_readFile($ini);
/dokuwiki/inc/Remote/
H A DApiCore.php842 $data = io_readFile($file, false);