Home
last modified time | relevance | path

Searched refs:camelCaseToHyphened (Results 1 - 2 of 2) sorted by relevance

/third_party/weex-loader/deps/weex-styler/lib/
H A Dvalidator.js297 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(
[all...]
H A Dutil.js25 exports.camelCaseToHyphened = function camelCaseToHyphened(value) { function

Completed in 2 milliseconds