Lines Matching refs:field
119 Field data in the result list is extracted with field identifiers in
130 instead of field identifiers (objects) -- see example below.
294 * Get field data values out of list of full results
308 field, key, locator, path, parser, val,
314 field = fields[i]; // A field can be a simple string or a hash
315 key = field.key || field; // Find the key
316 locator = field.locator || key; // Find the locator
339 parser = (isFunction(field.parser)) ?
340 field.parser :
341 Y.Parsers[field.parser + ''];