Searched refs:camelize (Results 1 – 9 of 9) sorted by relevance
/plugin/s5reloaded/ui/effects_support/ |
H A D | unittest.js | 556 var testName = 'test'+specName.gsub(/\s+/,'-').camelize();
|
H A D | effects.js | 988 style: property.camelize(), 1113 var s = effect.dasherize().camelize(), klass = s.charAt(0).toUpperCase() + s.substring(1);
|
H A D | prototype.js | 540 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 D | prototype.js | 658 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 D | syntaxhighlighter.js | 438 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 D | syntaxhighlighter.js.map | 1 …camelize","key","replace","word","charAt","toUpperCase","substr","process","value","module","expor…
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | prototype.js | 444 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 D | fabric.min.js | 1 …camelize(type.charAt(0).toUpperCase()+type.slice(1));return fabric.util.resolveNamespace(namespace… property in fabric.util.string
|
H A D | fabric.js | 526 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
|