Home
last modified time | relevance | path

Searched refs:io_saveFile (Results 1 – 25 of 37) sorted by relevance

12

/dokuwiki/_test/tests/inc/
Dio_getSizeFile.test.php33 io_saveFile($plain_mb, "string with utf-8 chars åèö - doo-bee doo-bee dooh\012");
45 io_saveFile($gz_mb, "string with utf-8 chars åèö - doo-bee doo-bee dooh\012");
60 io_saveFile($bz_mb, "string with utf-8 chars åèö - doo-bee doo-bee dooh\012");
Dio_replaceinfile.test.php31 io_saveFile($file, $this->contents);
72 io_saveFile($file, $this->contents);
84 io_saveFile($file, $this->contents);
97 io_saveFile($file, $contents);
Dio_savefile.test.php29 $this->assertTrue(io_saveFile($file, $contents));
31 $this->assertTrue(io_saveFile($file, $contents, true));
Dio_deletefromfile.test.php8 io_saveFile($file, $contents);
Dio_rmdir.test.php149 $this->assertTrue(io_saveFile("$dir/testfile.txt", 'foobar'));
185 $this->assertTrue(io_saveFile("$dir/testfile.txt", 'foobar'));
187 $this->assertTrue(io_saveFile("$dir/foo/testfile.txt", 'foobar'));
189 $this->assertTrue(io_saveFile("$dir/foo/bar/baz/testfile.txt", 'foobar'));
Dinit_creationmodes.test.php86 io_saveFile($this->file, 'test');
/dokuwiki/inc/ChangeLog/
DPageChangeLog.php59 io_saveFile(metaFN($this->id, '.changes'), $logline, true);
60 io_saveFile($conf['changelog'], $logline, true); //global changelog cache
DMediaChangeLog.php59 io_saveFile(mediaMetaFN($this->id, '.changes'), $logline, $append = true);
60 io_saveFile($conf['media_changelog'], $logline, $append = true); //global changelog cache
/dokuwiki/_test/tests/lib/exe/
Dcss_at_import_less.test.php34 io_saveFile($this->file, $input);
64 io_saveFile($this->import, $in_less);
79 io_saveFile($this->import, $in_less);
/dokuwiki/lib/plugins/styling/
Dadmin.php158 io_saveFile($ini, $this->makeini());
168 io_saveFile($ini, '');
226 io_saveFile($ini, "$old\n\n$new");
/dokuwiki/inc/Cache/
DCacheInstructions.php43 return io_saveFile($this->cache, serialize($instructions));
DCache.php176 return io_saveFile($this->cache, $data);
228 io_saveFile($file, implode("\n", $stats));
/dokuwiki/inc/
DTaskRunner.php125 io_saveFile($fn . '_tmp', ''); // presave tmp as 2nd lock
171 io_saveFile($fn . '_tmp', implode('', $out_lines));
176 io_saveFile($fn, implode('', $out_lines));
Dhttputils.php258 io_saveFile($file, $content);
259 if (DOKU_HAS_GZIP) io_saveFile("$file.gz", $content);
DDraft.php94 $draft['hasBeenSaved'] = io_saveFile($draft['cname'], serialize($draft));
DJWT.php149 io_saveFile(self::getStorageFile($this->user), $this->getToken());
DLogger.php262 return io_saveFile($logfile, implode("\n", $lines) . "\n", true);
/dokuwiki/lib/plugins/logviewer/
Daction.php50 io_saveFile($prune, '');
/dokuwiki/lib/plugins/popularity/
Daction.php48 io_saveFile($this->helper->autosubmitErrorFile, $status);
Dadmin.php78 io_saveFile($this->helper->autosubmitFile, ' ');
/dokuwiki/lib/plugins/extension/
DManager.php53 io_saveFile($this->path, $data);
/dokuwiki/inc/Sitemap/
DMapper.php77 $event->result = io_saveFile($sitemap, (new Mapper())->getXML($items));
/dokuwiki/lib/plugins/usermanager/_test/
Dcsv_import.test.php53 io_saveFile($this->importfile, $importCsv);
/dokuwiki/inc/Action/
DResendpwd.php160 io_saveFile($tfile, $user);
/dokuwiki/inc/Subscriptions/
DSubscriberManager.php62 return io_saveFile($file, $line, true);

12