Home
last modified time | relevance | path

Searched refs:cookieID (Results 1 – 2 of 2) sorted by last modified time

/plugin/jquotes/
H A Dhelper.php15 * @param string $cookieID the media file id to the cookie file
19 static public function getCookieHTML($cookieID) { argument
20 $cookie = self::getCookie($cookieID);
34 static public function id2file($cookieID) { argument
35 $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 file
49 static public function getCookie($cookieID) { argument
51 $file = self::id2file($cookieID);
/plugin/xfortune/
H A Dhelper.php14 * @param string $cookieID the media file id to the cookie file
20 $cookie = self::getSmallCookie($cookieID, $maxlines, $maxchars);
22 $cookie = self::getCookie($cookieID);
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…
83 * @param string $cookieID the media file id to the cookie file
86 static public function getCookie($cookieID) { argument
[all …]