Home
last modified time | relevance | path

Searched refs:k (Results 51 – 75 of 1305) sorted by last modified time

12345678910>>...53

/plugin/bibtex4dw/lib/
H A Dbibtexparser.php1044 for ($k=($j+1); $k<($size-1); $k++) {
1045 $futurecase = $this->_determineCase($tmparray[$k]);
1095 for ($k=($j+1); $k<($size-1); $k++) {
1096 $this->_determineCase($vonlastarray[$k]);
1097 $case = $this->_determineCase($vonlastarray[$k]);
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php162 foreach ($this->attr as $k => $v) {
163 echo "[$k]=>\"$v\", ";
183 $string .= "[$k]=>\"$v\", ";
190 foreach ($this->_ as $k => $v) {
192 $string .= "[$k]=>(";
198 $string .= "[$k]=>\"$v\", ";
530 foreach ($head as $k => $v) {
531 $n = ($k === -1) ? $this->dom->root : $this->dom->nodes[$k];
540 foreach ($head as $k => $v) {
541 if (!isset($found_keys[$k])) {
[all …]
/plugin/imapmarkers/
H A Dplugin.info.txt3 email k.git.thoene@gmx.net
H A Dstyle.css5 * @author Kai Thoene <k.git.thoene@gmx.net>
/plugin/translation/lang/hu/
H A Dtotranslate.txt
/plugin/translation/lang/
H A Dlangnames.txt
/plugin/bureaucracy/
H A Dsyntax.php264 list($k, $v) = explode('=', $item, 2);
265 $k = trim($k);
267 if($k && $v) $labels[$k] = $v;
/plugin/gitbacked/lib/
H A DGit.php317 foreach($this->envopts as $k => $v) {
318 putenv(sprintf("%s=%s",$k,$v));
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DAscii85.php37 for ($k = 0; $k < $l; ++$k) {
38 $ch = \ord($data[$k]) & 0xff;
41 if ($k === 0 && $ch === 60 && isset($data[$k + 1]) && (\ord($data[$k + 1]) & 0xFF) === 126) {
42 $k++;
46 if ($ch === 126 && isset($data[$k + 1]) && (\ord($data[$k
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DAbstractBarcode.php51 $k = 0;
60 $barcodeData['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];
62 ++$k;
H A DCodabar.php57 $k = 0;
82 $bararray['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];
84 ++$k;
H A DCode11.php50 $k = 0;
121 $bararray['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];
124 ++$k;
H A DCode128.php270 $k = 0;
293 $bararray['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];
295 ++$k;
H A DCode39.php106 $k = 0;
127 $bararray['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];
129 ++$k;
131 $bararray['bcode'][$k] = ['t' => false, 'w' => 1, 'h' => 1, 'p' => 0];
133 ++$k;
218 $k = array_keys($chars, $code[$i]);
219 $sum += $k[0];
H A DCode93.php134 $k = 0;
150 $bararray['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];
152 ++$k;
156 $bararray['bcode'][$k] = ['t' => true, 'w' => 1, 'h' => 1, 'p' => 0];
186 $k = array_keys($chars, $code[$i]);
187 $check += ($k[0] * $p);
201 $k = array_keys($chars, $code[$i]);
202 $check += ($k[0] * $p);
209 $k = $chars[$check];
210 $checksum = $c . $k;
[all...]
H A DEanUpc.php212 $k = 0;
252 $bararray['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];
254 ++$k;
H A DI25.php66 $k = 0;
95 $bararray['bcode'][$k] = ['t' => $t, 'w' => $w, 'h' => 1, 'p' => 0];
97 ++$k;
H A DImb.php163 foreach ($codewords as $k => $val) {
180 $k = 0;
202 $bararray['bcode'][$k++] = ['t' => 1, 'w' => 1, 'h' => $h, 'p' => $p];
204 $bararray['bcode'][$k++] = ['t' => 0, 'w' => $gapWidth, 'h' => 1, 'p' => 0];
208 unset($bararray['bcode'][($k - 1)]);
H A DPostnet.php67 $k = 0;
88 $bararray['bcode'][$k++] = ['t' => 1, 'w' => 1, 'h' => 5, 'p' => 0];
89 $bararray['bcode'][$k++] = ['t' => 0, 'w' => $gapWidth, 'h' => 5, 'p' => 0];
102 $bararray['bcode'][$k++] = ['t' => 1, 'w' => 1, 'h' => $h, 'p' => $p];
103 $bararray['bcode'][$k++] = ['t' => 0, 'w' => $gapWidth, 'h' => 2, 'p' => 0];
109 $bararray['bcode'][$k++] = ['t' => 1, 'w' => 1, 'h' => 5, 'p' => 0];
H A DRm4Scc.php140 $k = 0;
143 $bararray['bcode'][$k++] = ['t' => 1, 'w' => 1, 'h' => $daft['A'], 'p' => 0];
144 $bararray['bcode'][$k++] = ['t' => 0, 'w' => $gapWidth, 'h' => $daft['A'], 'p' => 0];
175 $bararray['bcode'][$k++] = ['t' => 1, 'w' => 1, 'h' => $h, 'p' => $p];
176 $bararray['bcode'][$k++] = ['t' => 0, 'w' => $gapWidth, 'h' => 2, 'p' => 0];
184 $bararray['bcode'][$k++] = ['t' => 1, 'w' => 1, 'h' => $daft['F'], 'p' => 0];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php617 foreach ($prop as $k => $v) {
619 if ($k !== 'BACKGROUND-IMAGE' && $k !== 'BACKGROUND' && $k !== 'ODD-HEADER-NAME' && $k !== 'EVEN-HEADER-NAME' && $k !== 'ODD-FOOTER-NAME' && $k !== 'EVEN-FOOTER-NAME' && $k !== 'HEADER' && $k !== 'FOOTER') {
623 if ($k
1259 border_radius_expand($val, $k) global() argument
[all...]
H A DForm.php163 function print_ob_text($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir)
226 $w -= $this->form_element_spacing['input']['outer']['h'] * 2 / $k;
227 $h -= $this->form_element_spacing['input']['outer']['v'] * 2 / $k;
228 $this->mpdf->x += $this->form_element_spacing['input']['outer']['h'] / $k;
229 $this->mpdf->y += $this->form_element_spacing['input']['outer']['v'] / $k;
247 $this->mpdf->SetLineWidth(0.2 / $k);
258 $this->mpdf->Cell($w, $h, $texto, 1, 0, $rtlalign, 1, '', 0, $this->form_element_spacing['input']['inner']['h'] / $k, $this->form_element_spacing['input']['inner']['h'] / $k, 'M', 0, false, $OTLdata);
264 function print_ob_textarea($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir)
315 $w -= $this->form_element_spacing['textarea']['outer']['h'] * 2 / $k;
165 print_ob_text($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir) global() argument
266 print_ob_textarea($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir) global() argument
349 print_ob_select($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir) global() argument
451 print_ob_imageinput($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir, $is_table) global() argument
475 print_ob_button($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir) global() argument
541 print_ob_checkbox($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir, $x, $y) global() argument
593 print_ob_radio($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir, $x, $y) global() argument
[all...]
H A DFpdiTrait.php33 protected $k = Mpdf::SCALE;
30 protected $k = Mpdf::SCALE; global() variable
H A DMpdf.php1924 foreach ($this->extgstates[$i]['parms'] as $k => $v) {
1925 if (!isset($parms[$k]) || $parms[$k] != $v) {
3337 list($name, $c, $m, $y, $k) = preg_split("/\t/", $sc);
3341 $k = intval($k);
3342 $this->AddSpotColor($name, $c, $m, $y, $k);
3346 function AddSpotColor($name, $c, $m, $y, $k)
3351 $this->spotColors[$name] = ['i' => $i, 'c' => $c, 'm' => $m, 'y' => $y, 'k' => $k];
3318 AddSpotColor($name, $c, $m, $y, $k) global() argument
16550 _setBorderLine($b, $k = 1) global() argument
19223 shrinkTable(& $table, $k) global() argument
26036 WriteBarcode($code, $showtext = 1, $x = '', $y = '', $size = 1, $border = 0, $paddingL = 1, $paddingR = 1, $paddingT = 2, $paddingB = 2, $height = 1, $bgcol = false, $col = false, $btype = 'ISBN', $supplement = '0', $supplement_code = '', $k = 1) global() argument
26416 WriteBarcode2($code, $x = '', $y = '', $size = 1, $height = 1, $bgcol = false, $col = false, $btype = 'IMB', $print_ratio = '', $k = 1) global() argument
26786 columnAdjustAdd($type, $k, $xadj, $yadj, $a, $b, $c = 0, $d = 0, $e = 0, $f = 0) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DWmf.php34 $k = Mpdf::SCALE;
89 $pen['width'] /= (20 * $k);
153 $wmfdata .= sprintf("%.3F w\n", $obj['width'] * $k);
158 $s .= $dashArray[$i] * $k;

12345678910>>...53