Searched refs:cookieID (Results 1 – 2 of 2) sorted by relevance
14 * @param string $cookieID the media file id to the cookie file20 $cookie = self::getSmallCookie($cookieID, $maxlines, $maxchars);22 $cookie = self::getCookie($cookieID);44 $cookie = self::getCookie($cookieID);60 static public function id2file($cookieID) { argument61 $file = mediaFN($cookieID);63 if($isns) $cookieID .= ':dir';65 …if(auth_quickaclcheck($cookieID) < AUTH_READ) throw new Exception("No read permissions for $cookie…83 * @param string $cookieID the media file id to the cookie file86 static public function getCookie($cookieID) { argument[all …]
15 * @param string $cookieID the media file id to the cookie file19 static public function getCookieHTML($cookieID) { argument20 $cookie = self::getCookie($cookieID);34 static public function id2file($cookieID) { argument35 $file = mediaFN($cookieID);36 …if(auth_quickaclcheck($cookieID) < AUTH_READ) throw new Exception("No read permissions for $cookie…38 if(!file_exists($file)) throw new Exception("No quotes file at $cookieID");46 * @param string $cookieID the media file id to the cookie file49 static public function getCookie($cookieID) { argument51 $file = self::id2file($cookieID);