Lines Matching defs:result

61 /** Use no line numbers when building the result */
63 /** Use normal line numbers when building the result */
65 /** Use fancy line numbers when building the result */
397 * If null, nl2br() will be used on the result string.
2175 $result = $this->hsc($this->source);
2179 $result = str_replace(array('<SEMI>', '<PIPE>'), array(';', '|'), $result);
2183 $this->finalise($result);
2184 return $result;
2445 $result = '';
2463 $result .= "<span$attributes>";
2568 $result .= $this->parse_non_string_part($stuff_to_parse);
2739 $result .= $string;
2754 $result .= $this->parse_non_string_part($stuff_to_parse);
2848 $result .= "<span$string_attributes>" . $string . '</span>';
2881 $result .= $this->parse_non_string_part($stuff_to_parse);
2977 $result .= $this->parse_non_string_part($stuff_to_parse);
3064 $result .= $this->parse_non_string_part($stuff_to_parse);
3075 $result .= $test_str;
3081 $result .= $this->parse_non_string_part($stuff_to_parse);
3084 $result .= $this->hsc($part);
3088 $result = str_replace("\n", "</span>\n<span$STRICTATTRS>", $result);
3089 $result .= '</span>';
3092 $endresult .= $result;
3093 unset($part, $parts[$key], $result);
3102 // $result .= $this->parse_non_string_part($stuff_to_parse);
3105 // $result = substr($result, 1, -1);
3118 * @param string $result The source to indent (reference!)
3121 protected function indent(&$result) {
3123 if (false !== strpos($result, "\t")) {
3124 $lines = explode("\n", $result);
3125 $result = null;//Save memory while we process the lines individually
3196 $result = implode("\n", $lines);
3201 $result = preg_replace('/^ /m', '&nbsp;', $result);
3202 $result = str_replace(' ', ' &nbsp;', $result);
3206 $result = nl2br($result);
3208 $result = str_replace("\n", $this->line_ending, $result);
3710 // if $ret[$key] is not an array you try to merge an scalar value with an array - the result is not defined (incompatible arrays)
4739 * @param boolean $return Whether to return the result or to echo