Home
last modified time | relevance | path

Searched refs:capitalize (Results 76 – 100 of 100) sorted by path

1234

/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md516 To capitalize the first letter
518 {{#capitalize title}}
523 To capitalize each words in a string
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1capitalize\",\n \"description\": \"Puts the first typographic letter unit of ea…
H A D3.3.js.map1capitalize the first letter of sentences.\\n* `words`: Automatically capitalize the first letter…
H A Dbundle.js.map1 …ocaleLowerCase();\n }\n else if (this.shorthandName === 'capitalize') {\n …
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.te…
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst70 {% set name = name|capitalize %}
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dcapitalize.rst1 ``capitalize``
4 The ``capitalize`` filter capitalizes a value. The first character will be
9 {{ 'my first car'|capitalize }}
H A Dindex.rst9 capitalize
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js458 capitalize: function() {
2186 if (dim !== element['offset' + style.capitalize()])
2263 return element['offset' + style.capitalize()] + 'px';
2642 klass = 'HTML' + tagName.capitalize() + 'Element';
2675 var D = d.capitalize();
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …ween?":1,binding:1,binmode:1,"block_given?":1,call:1,callcc:1,caller:1,capitalize:1,"capitalize!":… property in hljs.LANGUAGES.ruby.c.keymethods
/plugin/issuetracker/
H A Dprototype.js664 function capitalize() { function
766 capitalize: capitalize,
2509 if (dim !== element['offset' + style.capitalize()])
2553 return element['offset' + style.capitalize()] + 'px';
3027 klass = 'HTML' + tagName.capitalize() + 'Element';
/plugin/s5/ui/blue/
H A Dpretty.css51 text-transform: capitalize;
/plugin/s5/ui/default/
H A Dpretty.css43 font: bold 150%/1em Helvetica, sans-serif; text-transform: capitalize;
/plugin/s5/ui/flower/
H A Dpretty.css50 text-transform: capitalize;
/plugin/s5/ui/pixel/
H A Dpretty.css47 font: bold 150%/1em Helvetica, sans-serif; text-transform: capitalize;
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js554 function capitalize() { function
647 capitalize: capitalize,
2465 if (dim !== element['offset' + style.capitalize()])
2550 return element['offset' + style.capitalize()] + 'px';
3020 klass = 'HTML' + tagName.capitalize() + 'Element';
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js14141 return result + (index ? capitalize(word) : word);
14159 function capitalize(string) {
16690 lodash.capitalize = capitalize;
H A Dlodash.min.js109 …f,An.extend=yf,An.extendWith=bf,Nu(An,An),An.add=Qf,An.attempt=Ff,An.camelCase=Bf,An.capitalize=Cu,
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md315 * <a href="#_capitalizestring">`_.capitalize`</a>
8613 `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`,
9063 <h3 id="_capitalizestring"><code>_.capitalize([string=''])</code></h3>
9064 …4159 "View in source") [&#x24C3;](https://www.npmjs.com/package/lodash.capitalize "See the npm pac…
9073 1. `[string='']` *(string)*: The string to capitalize.
9080 _.capitalize('FRED');
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js14141 return result + (index ? capitalize(word) : word);
14159 function capitalize(string) {
16690 lodash.capitalize = capitalize;
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js2266 letter = letter == 'IJ' ? letter : lodashStable.capitalize(letter);
2396 assert.strictEqual(_.capitalize('fred'), 'Fred');
2397 assert.strictEqual(_.capitalize('Fred'), 'Fred');
2398 assert.strictEqual(_.capitalize(' fred'), ' fred');
3023 props.push(lodashStable.capitalize(lodashStable.camelCase(key)));
24371 assert.strictEqual(_.capitalize(rocket), rocket);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1capitalize caption center center-left center-right circle close-quote code collapse compact conden…
/plugin/typography/
H A DREADME.md25 | - | text-transform | controls capitalization of text (capitalize, uppercase or lowercase) |
/plugin/webcode/
H A DwebCodeConsole.css37 text-transform:capitalize;

1234