Home
last modified time | relevance | path

Searched refs:camelCase (Results 1 – 25 of 50) sorted by relevance

12

/plugin/asciidocjs/node_modules/camelcase/
Dreadme.md3 > 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/
Dbrowser.js5 import { camelCase, decamelize, looksLikeNumber } from './build/lib/string-utils.js'
25 yargsParser.camelCase = camelCase
DCHANGELOG.md195 * expose camelCase and decamelize helpers ([#296](https://www.github.com/yargs/yargs-parser/issues/…
/plugin/asciidocjs/node_modules/yargs-parser/build/lib/
Dindex.js12 import { camelCase, decamelize, looksLikeNumber } from './string-utils.js';
59 yargsParser.camelCase = camelCase;
Dstring-utils.js6 export function camelCase(str) { function
Dyargs-parser.js8 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/
DcamelCase.js24 var camelCase = createCompounder(function(result, word, index) { variable
29 module.exports = camelCase;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
DSimpleInternalObject.php16 protected $camelCase = 'boo'; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleInternalObject
DSimpleObjectWithStaticProp.php22 protected static $camelCase = 'boo'; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleObjectWithStaticProp
DSimpleObjectProxy.php18 $this->camelCase = 'proxy-boo';
DSimpleObject.php22 protected $camelCase = 'boo'; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleObject
/plugin/authgooglesheets/vendor/google/apiclient/src/
DModel.php126 } 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/
Dparser.js3 var camelCase = require('camelcase'), variable
264 var c = camelCase(key)
390 var c = camelCase(x)
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dvalidation.js264 argv[shim.Parser.camelCase(key)] !== undefined &&
265 argv[shim.Parser.camelCase(value)] !== undefined) {
/plugin/asciidocjs/node_modules/yargs-parser/build/
Dindex.cjs7 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/
Djquery-migrate-3.1.0.js376 if ( key !== jQuery.camelCase( key ) ) {
390 if ( name && typeof name === "string" && name !== jQuery.camelCase( name ) ) {
Djquery-migrate-3.1.0.min.js2camelCase(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/
Djquery.min.js2 …tion(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){retu…
3camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,…
4camelCase(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/
Djquery.min.js2 …=typeof a?j[k.call(a)]||"object":typeof a},globalEval:function(a){p(a)},camelCase:function(a){retu… method
3camelCase(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/
Dcombined.js8 …tion(t){t&&x.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){retu…
9camelCase(n)]=r),"string"==typeof n?(o=a[n],null==o&&(o=a[x.camelCase(n)])):o=a,o}}function W(e,t,…
10camelCase(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/
Djquery.js2camelCase: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/
DCHANGELOG.md144 …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/
Dannotations.rst46 to a lower-cased underscored name, e.g. camelCase -> camel_case.
/plugin/tline/timeline_ajax/
Dsimile-ajax-bundle.js249 }}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/
DCHANGELOG.md116 - 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`

12