| /plugin/asciidocjs/node_modules/camelcase/ |
| D | readme.md | 3 > Convert a dash/dot/underscore/space separated string to camelCase: `foo-bar` → `fooBar` 16 var camelCase = require('camelcase'); 18 camelCase('foo-bar'); 21 camelCase('foo_bar'); 24 camelCase('Foo-Bar'); 27 camelCase('--foo.bar'); 30 camelCase('__foo__bar__'); 33 camelCase('foo bar'); 38 camelCase(process.argv[3]); 41 camelCase('foo', 'bar'); [all …]
|
| /plugin/asciidocjs/node_modules/yargs-parser/ |
| D | browser.js | 5 import { camelCase, decamelize, looksLikeNumber } from './build/lib/string-utils.js' 25 yargsParser.camelCase = camelCase
|
| D | CHANGELOG.md | 195 * expose camelCase and decamelize helpers ([#296](https://www.github.com/yargs/yargs-parser/issues/…
|
| /plugin/asciidocjs/node_modules/yargs-parser/build/lib/ |
| D | index.js | 12 import { camelCase, decamelize, looksLikeNumber } from './string-utils.js'; 59 yargsParser.camelCase = camelCase;
|
| D | string-utils.js | 6 export function camelCase(str) { function
|
| D | yargs-parser.js | 8 import { camelCase, decamelize, looksLikeNumber } from './string-utils.js'; 400 delete argv[alias.split('.').map(prop => camelCase(prop)).join('.')]; 506 return camelCase(prop); 682 return camelCase(key); 826 const c = camelCase(x);
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | camelCase.js | 24 var camelCase = createCompounder(function(result, word, index) { variable 29 module.exports = camelCase;
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
| D | SimpleInternalObject.php | 16 protected $camelCase = 'boo'; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleInternalObject
|
| D | SimpleObjectWithStaticProp.php | 22 protected static $camelCase = 'boo'; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleObjectWithStaticProp
|
| D | SimpleObjectProxy.php | 18 $this->camelCase = 'proxy-boo';
|
| D | SimpleObject.php | 22 protected $camelCase = 'boo'; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleObject
|
| /plugin/authgooglesheets/vendor/google/apiclient/src/ |
| D | Model.php | 126 } elseif (property_exists($this, $camelKey = $this->camelCase($key))) { 325 private function camelCase($value) function in Google\\Model
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/ |
| D | parser.js | 3 var camelCase = require('camelcase'), variable 264 var c = camelCase(key) 390 var c = camelCase(x)
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | validation.js | 264 argv[shim.Parser.camelCase(key)] !== undefined && 265 argv[shim.Parser.camelCase(value)] !== undefined) {
|
| /plugin/asciidocjs/node_modules/yargs-parser/build/ |
| D | index.cjs | 7 function camelCase(str) { 448 delete argv[alias.split('.').map(prop => camelCase(prop)).join('.')]; 536 return camelCase(prop); 685 return camelCase(key); 816 const c = camelCase(x); 1046 yargsParser.camelCase = camelCase;
|
| /plugin/jquerymigrate/ |
| D | jquery-migrate-3.1.0.js | 376 if ( key !== jQuery.camelCase( key ) ) { 390 if ( name && typeof name === "string" && name !== jQuery.camelCase( name ) ) {
|
| D | jquery-migrate-3.1.0.min.js | 2 …camelCase(i)?(u("jQuery.data() always sets/gets camelCased names: "+i),n[i]=t[i]):o[i]=t[i];return…
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/ |
| D | jquery.min.js | 2 …tion(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){retu… 3 …camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,… 4 …camelCase(c),e=b[d],f=a[c],m.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=m.cssH…
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
| D | jquery.min.js | 2 …=typeof a?j[k.call(a)]||"object":typeof a},globalEval:function(a){p(a)},camelCase:function(a){retu… method 3 …camelCase(b)]=c;else for(d in b)e[r.camelCase(d)]=b[d];return e},get:function(a,b){return void 0==…
|
| /plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/ |
| D | combined.js | 8 …tion(t){t&&x.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){retu… 9 …camelCase(n)]=r),"string"==typeof n?(o=a[n],null==o&&(o=a[x.camelCase(n)])):o=a,o}}function W(e,t,… 10 …camelCase(n),u=e.style;if(n=x.cssProps[l]||(x.cssProps[l]=tn(u,l)),s=x.cssHooks[n]||x.cssHooks[l],…
|
| /plugin/dokumicrobugtracker/js/ |
| D | jquery.js | 2 …camelCase:function(a){return a.replace(x,"ms-").replace(w,y)},nodeName:function(a,b){return a.node…
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/ |
| D | CHANGELOG.md | 144 …f8e7f245b261e542cf205ce4f4313630cbdb4) Fix #31 (bad interaction between camelCase options and stri… 335 …b.com/bcoe/yargs/commit/cc53c56329960bed6ab077a79798e991711ba01d) Added camelCase function that co…
|
| /plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/ |
| D | annotations.rst | 46 to a lower-cased underscored name, e.g. camelCase -> camel_case.
|
| /plugin/tline/timeline_ajax/ |
| D | simile-ajax-bundle.js | 249 }}else{if(elem.currentStyle){var camelCase=name.replace(/\-(\w)/g,function(all,letter){return lette… 251 ret=elem.currentStyle[name]||elem.currentStyle[camelCase];
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/ |
| D | CHANGELOG.md | 116 - All methods in Barcode class renamed to camelCase including public `dec_to_hex` and `hex_to_dec` 121 - Changed names to camelCase without underscores and to `computeBezierBoundingBox`
|