Lines Matching refs:camelCaseToHyphened

297             return 'WARNING: No unit is specified for the `' + util.camelCaseToHyphened(k) +
348 return 'ERROR: The `' + util.camelCaseToHyphened(k) + '` attribute does not support the `' +
532 return 'ERROR: Value `' + v + '` is invalid for the `' + util.camelCaseToHyphened(k) + '` attribute.'
616 return 'ERROR: The `' + util.camelCaseToHyphened(k) + '` attribute does not support value `' +
741 util.camelCaseToHyphened(k) + '` attribute. \n ' + reasons.join(' \n'))
750 return 'ERROR: The `' + util.camelCaseToHyphened(k) +
863 '` of the `' + util.camelCaseToHyphened(k) + '` attribute. \n ' + reasons.join(' \n'))
871 return 'ERROR: The `' + util.camelCaseToHyphened(k) +
933 return 'ERROR: The `' + util.camelCaseToHyphened(k) +
976 return 'ERROR: The `' + util.camelCaseToHyphened(k) + '` attribute does not support value `' +
1016 return 'ERROR: The `' + util.camelCaseToHyphened(k) + '` attribute does not support value `' +
1065 return 'ERROR: The `' + util.camelCaseToHyphened(k) + '` attribute does not support value `' + v +
1177 return 'ERROR: The `' + util.camelCaseToHyphened(k) + '` attribute does not support value `' + v + '`.'
1218 util.camelCaseToHyphened(k) + '` attribute is incorrect. \n ' + reasonMaps.join(' \n ')
1271 return logTypes[length] + ': Value `' + v + '` of the `' + util.camelCaseToHyphened(k) +
1305 return logTypes[length] + ': Value `' + v + '` of the `' + util.camelCaseToHyphened(k) +
1338 return 'NOTE: Value `' + v + '` is the default value of the `' + util.camelCaseToHyphened(k) +
1347 return 'ERROR: The `' + util.camelCaseToHyphened(k) + '` attribute does not support value `' + v +
1399 return logTypes[length] + ': Value `' + v + '` of the `' + util.camelCaseToHyphened(k) +
1408 return 'ERROR: The format of value `' + v + '` of the `' + util.camelCaseToHyphened(k) +
1468 return logTypes[length] + ': Value `' + v + '` of the `' + util.camelCaseToHyphened(k) +
1476 return 'ERROR: The format of value `' + v + '` of the `' + util.camelCaseToHyphened(k) +
1495 util.camelCaseToHyphened(k) + '` attribute is incorrect. \n ' + reasonMaps.join('\n ')
1502 return 'ERROR: The format of value `' + v + '` of the `'+ util.camelCaseToHyphened(k) +
1583 return 'ERROR: The `' + util.camelCaseToHyphened(k) +
1595 '` of the `' + util.camelCaseToHyphened(k) + '` attribute. The default unit is `' +
1604 return 'ERROR: The `' + util.camelCaseToHyphened(k) + '` attribute does not support value `'
1641 return 'ERROR: The format of value `' + v + '` of the `' + util.camelCaseToHyphened(k) +
1694 return 'ERROR: Value `' + v + '` of the `' + util.camelCaseToHyphened(k) +
1709 return 'ERROR: The format of value `' + v + '` of the `' + util.camelCaseToHyphened(k) +
1728 return 'ERROR: The format of value `' + v + '` of the `' + util.camelCaseToHyphened(k) +
1752 return 'ERROR: Value `' + v + '` of the `' + util.camelCaseToHyphened(k) + '` attribute is incorrect.'
1778 return 'ERROR: Value `' + v + '` of the `' + util.camelCaseToHyphened(k) + '` attribute is incorrect.'
1811 return 'ERROR: Value `' + v + '` of the `' + util.camelCaseToHyphened(k) + '` attribute is incorrect.'
1880 'ERROR: Value `' + v + '` of the `' + util.camelCaseToHyphened(k) +
1882 'ERROR: Value `' + v + '` of the `' + util.camelCaseToHyphened(k) +
1894 return 'ERROR: Value `' + v + '` of the `' + util.camelCaseToHyphened(k) + '` attribute is invalid.'
1920 return 'ERROR: Value `' + v + '` of the `' + util.camelCaseToHyphened(k) +
1952 return 'ERROR: Value `' + v + '` of the `' + util.camelCaseToHyphened(k) + '` attribute is incorrect.'
1999 return 'ERROR: The `' + util.camelCaseToHyphened(k) + '` attribute does not support value `' + v + '`.'
2051 util.camelCaseToHyphened(k) + '` attribute is incorrect.'
2066 util.camelCaseToHyphened(k) + '` attribute is incorrect.'
2103 return 'ERROR: The format of value `' + v + '` of the `' + util.camelCaseToHyphened(k) +
2212 return 'ERROR: The format of value `' + v + '` of the `' + util.camelCaseToHyphened(k)
3390 var suggested = suggestedName ? ', suggest `' + util.camelCaseToHyphened(suggestedName) + '`' : ''
3391 log = {reason: 'WARNING: `' + util.camelCaseToHyphened(name) +