Lines Matching refs:field
121 Field data in the result list is extracted with field identifiers in
132 instead of field identifiers (objects) -- see example below.
296 * Get field data values out of list of full results
310 field, key, locator, path, parser, val,
316 field = fields[i]; // A field can be a simple string or a hash
317 key = field.key || field; // Find the key
318 locator = field.locator || key; // Find the locator
341 parser = (isFunction(field.parser)) ?
342 field.parser :
343 Y.Parsers[field.parser + ''];