Home
last modified time | relevance | path

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

/plugin/s5reloaded/ui/effects_support/
Dunittest.js556 var testName = 'test'+specName.gsub(/\s+/,'-').camelize();
Deffects.js988 style: property.camelize(),
1113 var s = effect.dasherize().camelize(), klass = s.charAt(0).toUpperCase() + s.substring(1);
Dprototype.js540 function camelize() { function
646 camelize: camelize, property
2191 style = style == 'float' ? 'cssFloat' : style.camelize();
2538 style = (style == 'float' || style == 'cssFloat') ? 'styleFloat' : style.camelize();
/plugin/issuetracker/
Dprototype.js658 function camelize() { function
765 camelize: camelize, property
2368 style = style == 'float' ? 'cssFloat' : style.camelize();
2541 style = (style == 'float' || style == 'cssFloat') ? 'styleFloat' : style.camelize();
3277 return key.camelize();
/plugin/asciidocjs/node_modules/yargs-parser/
DCHANGELOG.md62 * **locale:** Turkish camelize and decamelize issues with toLocaleLowerCase/toLocaleUpperCase ([261…
/plugin/syntaxhighlighter4/dist/
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;
Dsyntaxhighlighter.js.map1camelize","key","replace","word","charAt","toUpperCase","substr","process","value","module","expor…
/plugin/freechat/phpfreechat/data/public/js/
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/
Dfabric.js526 type = fabric.util.string.camelize(type.charAt(0).toUpperCase() + type.slice(1));
1447 function camelize(string) { function
1486 camelize: camelize, property
Dfabric.min.js1camelize(type.charAt(0).toUpperCase()+type.slice(1));return fabric.util.resolveNamespace(namespace… property