Lines Matching refs:description
166 description: getDescription(spec_c), property
189 description: getDescription(spec_c), property
350 description: 'Array of type ' + dataType + '.', property
357 description: 'Instantiates the array.', property
361 description: 'number of elements in the array' property
367 description: 'Access a particular element in the array.', property
371 description: 'index of array to read from' property
376 description: 'the value of the element found at the given index of the array'
380 description: 'Modify a particular element in the array.', property
384 description: 'index of array to write to' property
388 description: 'the value to set the element found at the given index of the array' property
400 description: 'Proxy object to data of type ' + dataType + '.', property
407 description: 'Instantiates the proxy object.', property
412 description: 'Get the value of the object.', property
416 description: 'the value of the object'
420 description: 'Set the value of the object.', property
424 description: 'the value to set the object to' property
533 description: enumGroupDescription, property
544 description: enumDescription property
625 var description = getChild(method, 'detaileddescription');
626 var methodDescription = getText(description, 'description');
630 params = getParams(paramsSpec, getParamsDetails(description), methodName, parent);
635 retval = getReturn(returnSpec, getReturnDetails(description), methodName, parent);
639 description: methodDescription, property
681 description: varDescription property
695 description: retDescription
721 spec_js[paramName].description = paramDescription;