Searched refs:toUpper (Results 1 – 12 of 12) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/ |
| D | DecToRoman.php | 23 public function convert($number, $toUpper = true) argument 28 return $this->constructRomanString($number, $toUpper); 59 private function constructRomanString($number, $toUpper) argument 77 if (!$toUpper) {
|
| D | DecToAlpha.php | 8 public function convert($valor, $toUpper = true) argument 41 if (!$toUpper) {
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | toUpper.js | 24 function toUpper(value) { function 28 module.exports = toUpper;
|
| D | lodash.js | 15001 function toUpper(value) { function 16924 lodash.toUpper = toUpper;
|
| D | lodash.min.js | 134 Z.toLength=Oc,Z.toLower=ma,Z.toNumber=Ic,Z.toSafeInteger=zc,Z.toString=Ec,Z.toUpper=xa,Z.trim=ja,Z.…
|
| /plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
| D | QRcode.php | 665 $this->toUpper(); 1442 protected function toUpper() { function in jucksearm\\barcode\\lib\\QRcode
|
| /plugin/qrcode2/ |
| D | phpqrcode.php | 2214 public function toUpper() function in QRsplit 2244 $split->toUpper();
|
| /plugin/sequencediagram/bower_components/lodash/ |
| D | lodash.js | 14929 function toUpper(value) { function 16827 lodash.toUpper = toUpper;
|
| /plugin/sequencediagram/bower_components/lodash/dist/ |
| D | lodash.js | 14929 function toUpper(value) { function 16827 lodash.toUpper = toUpper;
|
| D | lodash.min.js | 125 …t(Eu(n),-9007199254740991,9007199254740991):0===n?n:0},An.toString=Iu,An.toUpper=function(n){retur…
|
| /plugin/sequencediagram/bower_components/lodash/doc/ |
| D | README.md | 335 * <a href="#_toupperstring">`_.toUpper`</a> 8635 `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`, 9781 <h3 id="_toupperstring"><code>_.toUpper([string=''])</code></h3> 9798 _.toUpper('--foo-bar--'); 9801 _.toUpper('fooBar'); 9804 _.toUpper('__foo_bar__');
|
| /plugin/sequencediagram/bower_components/lodash/test/ |
| D | test.js | 23349 assert.deepEqual(_.toUpper('--Foo-Bar'), '--FOO-BAR'); 23350 assert.deepEqual(_.toUpper('fooBar'), 'FOOBAR'); 23351 assert.deepEqual(_.toUpper('__FOO_BAR__'), '__FOO_BAR__');
|