Home | History | Annotate | Download | only in util

Lines Matching refs:FLICKR

666       FLICKR ("f");
1018 /** Represents a link to a Flickr photo or album. */
1022 "http://(?:www.)?flickr.com/photos/([^/?#&]+)/?([^/?#&]+)?/?.*");
1024 "http://(?:www.)?flickr.com/photos/([^/?#&]+)/(tags|sets)/" +
1037 super(Type.FLICKR, text);
1039 /* System wide tags look like the URL to a Flickr user. */
1063 * Returns a FlickrPhoto object if the given url is to a photo or Flickr
1113 return "http://flickr.com/photos/tags/" + tag;
1116 /** Returns the URL to the user's Flickr homepage. */
1118 return "http://flickr.com/photos/" + user;
1123 return "http://flickr.com/photos/" + user + "/" + photo;
1128 return "http://flickr.com/photos/" + user + "/tags/" + tagId;
1133 return "http://flickr.com/photos/" + user + "/sets/" + setId;
1304 case FLICKR:
1305 // TODO: include a Flickr icon