Lines Matching refs:cookieID
14 * @param string $cookieID the media file id to the cookie file
18 static public function getCookieHTML($cookieID, $maxlines=0, $maxchars=0) { argument
20 $cookie = self::getSmallCookie($cookieID, $maxlines, $maxchars);
22 $cookie = self::getCookie($cookieID);
37 static public function getSmallCookie($cookieID, $maxlines, $maxchars){ argument
44 $cookie = self::getCookie($cookieID);
60 static public function id2file($cookieID) { argument
61 $file = mediaFN($cookieID);
63 if($isns) $cookieID .= ':dir';
65 …if(auth_quickaclcheck($cookieID) < AUTH_READ) throw new Exception("No read permissions for $cookie…
70 if(!count($files)) throw new Exception("Could not find fortune files in $cookieID");
75 if(!file_exists($file)) throw new Exception("No fortune file at $cookieID");
83 * @param string $cookieID the media file id to the cookie file
86 static public function getCookie($cookieID) { argument
88 $file = self::id2file($cookieID);