Home | History | Annotate | Download | only in util

Lines Matching refs:TAGS

955     // TODO (katyarogers) searchbrowse includes search lists and tags,
1024 "http://(?:www.)?flickr.com/photos/([^/?#&]+)/(tags|sets)/" +
1028 private static final String TAGS = "tags";
1032 private String grouping; // either "tags" or "sets"
1033 private String groupingId; // sets or tags identifier
1039 /* System wide tags look like the URL to a Flickr user. */
1040 if (!TAGS.equals(user)) {
1049 this.grouping = TAGS;
1093 } else if (TAGS.equals(grouping)) {
1113 return "http://flickr.com/photos/tags/" + tag;
1128 return "http://flickr.com/photos/" + user + "/tags/" + tagId;