Searched refs:camelize (Results 1 – 10 of 10) sorted by relevance
| /plugin/s5reloaded/ui/effects_support/ |
| D | unittest.js | 556 var testName = 'test'+specName.gsub(/\s+/,'-').camelize();
|
| D | effects.js | 988 style: property.camelize(), 1113 var s = effect.dasherize().camelize(), klass = s.charAt(0).toUpperCase() + s.substring(1);
|
| D | prototype.js | 540 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/ |
| D | prototype.js | 658 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/ |
| D | CHANGELOG.md | 62 * **locale:** Turkish camelize and decamelize issues with toLocaleLowerCase/toLocaleUpperCase ([261…
|
| /plugin/syntaxhighlighter4/dist/ |
| 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;
|
| D | syntaxhighlighter.js.map | 1 …camelize","key","replace","word","charAt","toUpperCase","substr","process","value","module","expor…
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| 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/ |
| 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
|
| D | fabric.min.js | 1 …camelize(type.charAt(0).toUpperCase()+type.slice(1));return fabric.util.resolveNamespace(namespace… property
|