Searched refs:bookmarkfile (Results 1 – 4 of 4) sorted by relevance
75 $bookmarkfile = fopen($filename, "r-");76 if ($bookmarkfile) {78 $first_line = trim(fgets($bookmarkfile));81 $bookmarks = $this->parseNetscapeFile($bookmarkfile);82 fclose($bookmarkfile);87 fclose($bookmarkfile);206 private function parseNetscapeFile($bookmarkfile) argument210 while (!feof($bookmarkfile)) {211 $sLine = trim(fgets($bookmarkfile));230 $item['children'] = $this->parseNetscapeFile($bookmarkfile);
1 .dokuwiki .bookmarkfile li.separator {5 .dokuwiki .bookmarkfile .separator hr {
1 base bookmarkfile7 url https://www.dokuwiki.org/plugin:bookmarkfile
1 # dokuwiki-plugin-bookmarkfile6 For more information please see https://www.dokuwiki.org/plugin:bookmarkfile.