Searched refs:changelogFile (Results 1 – 4 of 4) sorted by relevance
72 $changelogFile = $baseDir . '/CHANGELOG.md'; variable73 if (file_exists($changelogFile)) {74 $content = file_get_contents($changelogFile);78 file_put_contents($changelogFile, $content);
135 * @param string $changelogFile the changelog for pageid139 public function validateStartPosition($cacheStartPosition, $changelogFile) argument141 if ($cacheStartPosition > filesize($changelogFile)) {145 $handle = fopen($changelogFile, 'rb');
136 * @param string $changelogFile the changelog for pageid140 public function validateStartPosition($cacheStartPosition, $changelogFile) argument142 if ($cacheStartPosition > filesize($changelogFile)) {146 $handle = fopen($changelogFile, 'rb');
2351 $changelogFile = DOKU_PLUGIN . 'calendar/CHANGELOG.md';2352 if (file_exists($changelogFile)) {2353 $changelog = file_get_contents($changelogFile);