Home
last modified time | relevance | path

Searched refs:customval (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/
H A Dwriting.py774 customval = fields.get("_stored_%s" % fieldname, value)
778 sv = customval if field.stored else None
782 if column and customval is not None:
783 cv = field.to_column_value(customval)
/dports/print/cups/cups-2.3.3op2/systemv/
H A Dlpadmin.c1344 *customval, /* Custom option value */ in set_printer_options() local
1524 else if ((customval = cupsGetOption(keyword, num_options, in set_printer_options()
1527 cupsFilePrintf(out, "*Default%s: %s\n", keyword, customval); in set_printer_options()
/dports/print/cups-filters/cups-filters-1.28.10/utils/
H A Dcups-browsed.c7680 const char *customval; in update_cups_queues() local
8699 else if ((customval = cupsGetOption(keyword, p->num_options, in update_cups_queues()
8701 cupsFilePrintf(out, "*Default%s: %s\n", keyword, customval); in update_cups_queues()