Home
last modified time | relevance | path

Searched refs:bookmarkfile (Results 1 – 4 of 4) sorted by relevance

/plugin/bookmarkfile/
H A Dsyntax.php75 $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) argument
210 while (!feof($bookmarkfile)) {
211 $sLine = trim(fgets($bookmarkfile));
230 $item['children'] = $this->parseNetscapeFile($bookmarkfile);
H A Dstyle.css1 .dokuwiki .bookmarkfile li.separator {
5 .dokuwiki .bookmarkfile .separator hr {
H A Dplugin.info.txt1 base bookmarkfile
7 url https://www.dokuwiki.org/plugin:bookmarkfile
H A DREADME.md1 # dokuwiki-plugin-bookmarkfile
6 For more information please see https://www.dokuwiki.org/plugin:bookmarkfile.