Searched refs:toUpper (Results 1 – 9 of 9) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/ |
H A 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) {
|
H A D | DecToAlpha.php | 8 public function convert($valor, $toUpper = true) argument 41 if (!$toUpper) {
|
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | QRcode.php | 665 $this->toUpper(); 1440 * toUpper 1442 protected function toUpper() { function in jucksearm\\barcode\\lib\\QRcode
|
/plugin/qrcode2/ |
H A D | phpqrcode.php | 2214 public function toUpper() function in QRsplit 2244 $split->toUpper();
|
/plugin/sequencediagram/bower_components/lodash/dist/ |
H A D | lodash.js | 14929 function toUpper(value) { 16827 lodash.toUpper = toUpper;
|
H A D | lodash.min.js | 125 …t(Eu(n),-9007199254740991,9007199254740991):0===n?n:0},An.toString=Iu,An.toUpper=function(n){retur… function
|
/plugin/sequencediagram/bower_components/lodash/ |
H A D | lodash.js | 14929 function toUpper(value) { 16827 lodash.toUpper = toUpper;
|
/plugin/sequencediagram/bower_components/lodash/doc/ |
H A 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/ |
H A 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__');
|