Searched refs:resultStr (Results 1 – 10 of 10) sorted by relevance
/plugin/barcode/api/inigma/ |
D | barcode.inc | 26 $resultStr = 'http://encode.i-nigma.com/' . $mode . '/img.php?'; 28 $resultStr .= $this->addParam($first, 'c=' . $caption); 32 $resultStr .= $this->addParam($first, 's=3'); 35 $resultStr .= $this->addParam($first, 's=4'); 38 $resultStr .= $this->addParam($first, 's=5'); 41 $resultStr .= $this->addParam($first, 's=6'); 44 $resultStr .= $this->addParam($first, 's=4'); 47 $resultStr .= $this->addParam($first, 'd=' . urlencode($text)); 48 return $this->_IMG($resultStr, $p['id'], $p['class']);
|
/plugin/barcode/api/google/ |
D | barcode.inc | 20 $resultStr = 'http://chart.apis.google.com/chart?'; 21 $resultStr .= $this->addParam($first, 'cht=qr'); 24 $resultStr .= $this->addParam($first, 'chs=120x120'); 27 $resultStr .= $this->addParam($first, 'chs=240x240'); 30 $resultStr .= $this->addParam($first, 'chs=350x350'); 33 $resultStr .= $this->addParam($first, 'chs=500x500'); 36 $resultStr .= $this->addParam($first, 'chs=240x240'); 39 $resultStr .= $this->addParam($first, 'chl=' . urlencode($text)); 40 return $this->_IMG($resultStr, $p['id'], $p['class']);
|
/plugin/barcode/api/qrserver/ |
D | barcode.inc | 19 $resultStr = 'http://api.qrserver.com/v1/create-qr-code/?'; 22 $resultStr .= $this->addParam($first, 'size=120x120'); 25 $resultStr .= $this->addParam($first, 'size=240x240'); 28 $resultStr .= $this->addParam($first, 'size=350x350'); 31 $resultStr .= $this->addParam($first, 'size=500x500'); 34 $resultStr .= $this->addParam($first, 'size=240x240'); 37 $resultStr .= $this->addParam($first, 'data=' . urlencode($text)); 41 if ($p[$optional]) $resultStr .= $this->addParam($first, $optional . '=' . $p[$optional]); 43 return $this->_IMG($resultStr, $p['id'], $p['class']);
|
/plugin/barcode/api/kawa/ |
D | barcode.inc | 19 $resultStr = 'http://qrcode.kaywa.com/img.php?'; 22 $resultStr .= $this->addParam($first, 's=4'); 25 $resultStr .= $this->addParam($first, 's=6'); 28 $resultStr .= $this->addParam($first, 's=8'); 31 $resultStr .= $this->addParam($first, 's=10'); 34 $resultStr .= $this->addParam($first, 's=15'); 37 $resultStr .= $this->addParam($first, 'd=' . urlencode($text)); 38 return $this->_IMG($resultStr, $p['id'], $p['class']);
|
/plugin/avtaskbox/ |
D | syntax.php | 89 $resultStr = '<table class="inline" width="500">'; 123 …$resultStr .= '<tr class="row0"><th><b>'.$title.'</b><span style="float:right;font-weight:normal;"… 124 $resultStr .= '<tr><td>'.nl2br($description).'</td></tr>'; 125 …$resultStr .= '<tr><td><span style="float:right;font-size:0.9em;">('.$progress.'%'.$estimate.') '.… 128 $resultStr .= '</table>'; 130 $match = $resultStr;
|
/plugin/qrcode/syntax/ |
D | i_nigmacode.php | 234 if ($resultStr == '')
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/ |
D | jszip.js | 2029 var resultStr = ""; 2031 resultStr += String.fromCharCode(array[i]); field 2033 return resultStr;
|
/plugin/xlsx2dw/packages/jszip/ |
D | jszip.js | 3167 var resultStr = ""; 3169 resultStr += String.fromCharCode(array[i]); 3171 return resultStr;
|
/plugin/datatables/assets/jszip/ |
D | jszip.js | 3167 var resultStr = ""; 3169 resultStr += String.fromCharCode(array[i]); 3171 return resultStr;
|
/plugin/xlsx2dw/packages/exceljs/ |
D | exceljs.js | 54108 var resultStr = ""; 54111 resultStr += String.fromCharCode(array[i]); 54114 return resultStr;
|