Home
last modified time | relevance | path

Searched refs:toUpper (Results 1 – 9 of 9) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToRoman.php23 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 DDecToAlpha.php8 public function convert($valor, $toUpper = true) argument
41 if (!$toUpper) {
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php665 $this->toUpper();
1440 * toUpper
1442 protected function toUpper() { function in jucksearm\\barcode\\lib\\QRcode
/plugin/qrcode2/
H A Dphpqrcode.php2214 public function toUpper() function in QRsplit
2244 $split->toUpper();
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js14929 function toUpper(value) {
16827 lodash.toUpper = toUpper;
H A Dlodash.min.js125 …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 Dlodash.js14929 function toUpper(value) {
16827 lodash.toUpper = toUpper;
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md335 * <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 Dtest.js23349 assert.deepEqual(_.toUpper('--Foo-Bar'), '--FOO-BAR');
23350 assert.deepEqual(_.toUpper('fooBar'), 'FOOBAR');
23351 assert.deepEqual(_.toUpper('__FOO_BAR__'), '__FOO_BAR__');