Lines Matching refs:key
528 $key = $this->hashBlock($text);
529 return "\n\n$key\n\n";
550 $key = "$boundary\x1A" . ++$i . $boundary;
551 $this->html_hashes[$key] = $text;
552 return $key; # String that will replace the tag.
1354 foreach ($grafs as $key => $value) {
1360 $grafs[$key] = $this->unhash($value);
1403 $grafs[$key] = $graf;
1502 foreach ($chars as $key => $char) {
1506 $r = ($seed * (1 + $key)) % 100; # Pseudo-random function.
1510 else if ($r < 45) $chars[$key] = '&#x'.dechex($ord).';';
1511 else $chars[$key] = '&#'.$ord.';';
2620 foreach ($grafs as $key => $value) {
2630 $grafs[$key] = $value;
2719 $note_id = key($this->footnotes_ordered);