Home
last modified time | relevance | path

Searched refs:camelize (Results 1 – 9 of 9) sorted by relevance

/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js556 var testName = 'test'+specName.gsub(/\s+/,'-').camelize();
H A Deffects.js988 style: property.camelize(),
1113 var s = effect.dasherize().camelize(), klass = s.charAt(0).toUpperCase() + s.substring(1);
H A Dprototype.js540 function camelize() { function
646 camelize: camelize,
2191 style = style == 'float' ? 'cssFloat' : style.camelize();
2538 style = (style == 'float' || style == 'cssFloat') ? 'styleFloat' : style.camelize();
/plugin/issuetracker/
H A Dprototype.js658 function camelize() { function
765 camelize: camelize,
2368 style = style == 'float' ? 'cssFloat' : style.camelize();
2541 style = (style == 'float' || style == 'cssFloat') ? 'styleFloat' : style.camelize();
3277 return key.camelize();
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js438 function camelize(key) {
452 if (!target.hasOwnProperty(key)) target[key] = target[camelize(key)] = source[key];
479 result[match.name] = result[camelize(match.name)] = value;
H A Dsyntaxhighlighter.js.map1camelize","key","replace","word","charAt","toUpperCase","substr","process","value","module","expor…
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js444 camelize: function() {
1896 style = style == 'float' ? 'cssFloat' : style.camelize();
2251 style = (style == 'float' || style == 'cssFloat') ? 'styleFloat' : style.camelize();
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1camelize(type.charAt(0).toUpperCase()+type.slice(1));return fabric.util.resolveNamespace(namespace… function
H A Dfabric.js526 type = fabric.util.string.camelize(type.charAt(0).toUpperCase() + type.slice(1));
1447 function camelize(string) { function
1486 camelize: camelize, property in fabric.util.string