Home | History | Annotate | Download | only in examples

Lines Matching refs:category

89    "<input type=\"radio\" name=\"category\" value=\"books\">Book</input>"\
90 "<input type=\"radio\" name=\"category\" value=\"images\">Image</input>"\
91 "<input type=\"radio\" name=\"category\" value=\"music\">Music</input>"\
92 "<input type=\"radio\" name=\"category\" value=\"software\">Software</input>"\
93 "<input type=\"radio\" name=\"category\" value=\"videos\">Videos</input>\n"\
94 "<input type=\"radio\" name=\"category\" value=\"other\" checked>Other</input></dd>"\
312 const char *category;
339 category = categories[category_idx];
343 category);
352 category);
403 * Category for the upload.
405 char *category;
491 if (0 == strcmp (key, "category"))
492 return do_append (&uc->category, data, size);
507 if ( (NULL == uc->category) ||
536 uc->category);
546 uc->category,