Searched refs:srctab (Results 1 – 2 of 2) sorted by relevance
| /plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
| D | QRcode.php | 2231 protected function qrstrset($srctab, $x, $y, $repl, $replLen=false) { argument 2232 …$srctab[$y] = substr_replace($srctab[$y], ($replLen !== false)?substr($repl,0,$replLen):$repl, $x,… 2233 return $srctab;
|
| /plugin/qrcode2/ |
| D | phpqrcode.php | 99 public static function set(&$srctab, $x, $y, $repl, $replLen = false) { argument 100 …$srctab[$y] = substr_replace($srctab[$y], ($replLen !== false)?substr($repl,0,$replLen):$repl, $x,…
|