Lines Matching defs:key

1071 		foreach ($services as $key => $service) {
1072 $this->{$key} = $service;
1073 $this->services[] = $key;
1611 foreach ($constructor as $key => $val) {
1612 if (isset($config[$key])) {
1613 $constructor[$key] = $config[$key];
1833 function AddCustomProperty($key, $value)
1835 $this->customProperties[$key] = $value;
9978 $key = $m[1][$i] * 2;
9980 $key +=2; // background first then gradient then normal
9982 $key +=1;
9984 $sortarr[$i] = $key;
23584 foreach ($this->PageLinks[$i] as $key => $pl) {
23588 $this->PageLinks[$i][$key][4] = '@' . ($p + ($target_page - $start_page));
23590 $this->PageLinks[$i][$key][4] = '@' . ($p + $n_toc);
23669 foreach ($this->internallink as $key => $o) {
23671 $this->internallink[$key]['PAGE'] += ($target_page - $start_page);
23673 $this->internallink[$key]['PAGE'] += $n_toc;
23680 foreach ($this->links as $key => $o) {
23682 $this->links[$key][0] += ($target_page - $start_page);
23685 $this->links[$key][0] += $n_toc;
23692 foreach ($this->form->forms as $key => $f) {
23694 $this->form->forms[$key]['page'] += ($target_page - $start_page);
23697 $this->form->forms[$key]['page'] += $n_toc;
23728 foreach ($this->tableOfContents->_toc as $key => $t) {
23730 $this->tableOfContents->_toc[$key]['p'] += ($target_page - $start_page);
23733 $this->tableOfContents->_toc[$key]['p'] += $n_toc;
23805 foreach ($this->PageLinks[$i] as $key => $pl) {
23809 $this->PageLinks[$i][$key][4] = '@' . ($p - $n_tod);
23811 unset($this->PageLinks[$i][$key]);
23879 foreach ($this->internallink as $key => $o) {
23881 $this->internallink[$key]['PAGE'] -= $n_tod;
23883 unset($this->internallink[$key]);
23888 foreach ($this->links as $key => $o) {
23890 $this->links[$key][0] -= $n_tod;
23892 unset($this->links[$key]);
23897 foreach ($this->form->forms as $key => $f) {
23899 $this->form->forms[$key]['page'] -= $n_tod;
23901 unset($this->form->forms[$key]);
24440 foreach ($this->columnbuffer as $key => $s) {
24443 $this->columnbuffer[$key]['rel_y'] = $s['y'] + $this->ColDetails[$s['col']]['add_y'] - $this->y0;
24444 $this->columnbuffer[$key]['s'] = '';
24446 $this->columnbuffer[$key]['rel_y'] = $s['y'] + $this->ColDetails[$s['col']]['add_y'] - $this->y0;
24448 $this->columnbuffer[$key]['rel_y'] = $s['y'] + $this->ColDetails[$s['col']]['add_y'] - $this->y0;
24450 $this->columnbuffer[$key]['rel_y'] = $s['y'] + $this->ColDetails[$s['col']]['add_y'] - $this->y0;
24452 $this->columnbuffer[$key]['rel_y'] = $s['y'] + $this->ColDetails[$s['col']]['add_y'] - $this->y0;
24454 $this->columnbuffer[$key]['rel_y'] = $s['y'] + $this->ColDetails[$s['col']]['add_y'] - $this->y0;
24456 $this->columnbuffer[$key]['rel_y'] = $s['y'] + $this->ColDetails[$s['col']]['add_y'] - $this->y0;
24459 foreach ($this->internallink as $key => $f) {
24461 $this->internallink[$key]['rel_y'] = $f['Y'] + $this->ColDetails[$f['col']]['add_y'] - $this->y0;
24514 foreach ($this->columnbuffer as $key => $s) {
24533 $last_col_bottom = $this->columnbuffer[$key]['rel_y'];
24548 $this->columnbuffer[$key]['s'] = $t;
24549 $this->columnbuffer[$key]['newcol'] = $newcolumn;
24550 $this->columnbuffer[$key]['newy'] = $s['y'] + $yadj;
24606 foreach ($this->columnbuffer as $key => $s) {
24641 foreach ($this->internallink as $key => $f) {
24653 $this->internallink[$key] = $f;
24659 foreach ($this->columnbuffer as $key => $s) {
24698 foreach ($this->columnbuffer as $key => $s) {
24713 $this->columnbuffer[$key]['rel_y'] = $s['y']; // Marks position sensitive data to process later
24715 $this->columnbuffer[$key]['s'] = '';
24720 foreach ($this->columnbuffer as $key => $s) {
24775 foreach ($this->columnbuffer as $key => $s) {
24819 foreach ($this->columnbuffer as $key => $s) {
24844 foreach ($this->columnbuffer as $key => $s) {
24869 foreach ($this->internallink as $key => $f) {
24871 if (isset($this->internallink[$key]['col'])) {
24872 unset($this->internallink[$key]['col']);
24875 if (isset($this->internallink[$key]['rel_y'])) {
24876 unset($this->internallink[$key]['rel_y']);
25077 foreach ($this->internallink as $key => $f) {
25082 $this->internallink[$key] = $f;
25237 foreach ($this->internallink as $key => $f) {
25242 $this->internallink[$key] = $f;
25549 foreach ($subsarray as $key => $val) {
25550 $this->substitute[UtfString::code2utf($key)] = $val;
25984 foreach ($entarr as $key => $val) {
25985 $this->entsearch[] = '&' . $key . ';';