Lines Matching refs:explode

1264 			$segments = explode(DIRECTORY_SEPARATOR, $path);
1589 $versionstring = explode("\n", $cachedversionstring, 2);
1626 $IMhelp_lines = explode("\n", phpthumb_functions::SafeExec($commandline));
2038 @list($command, $parameter) = explode('|', $filtercommand, 2);
2101 @list($amount, $color) = explode('|', $parameter);
2110 @list($amount, $color) = explode('|', $parameter);
2120 @list($amount) = explode('|', $parameter);
2138 @list($amount) = explode('|', $parameter);
2149 @list($colors, $dither) = explode('|', $parameter);
2190 @list($band, $method, $threshold) = explode('|', $parameter);
2203 list($fltr_cmd) = explode('|', $fltr_value);
2253 @list($threshold) = explode('|', $parameter);
2269 @list($radius) = explode('|', $parameter);
2277 @list($radius) = explode('|', $parameter);
2291 @list($amount, $radius, $threshold) = explode('|', $parameter);
2303 @list($width, $rX, $rY, $color) = explode('|', $parameter);
2620 list($clean_domain) = explode(':', $valid_domain);
2680 …$nohotlink_text_array = explode("\n", wordwrap($this->config_nooffsitelink_text_message, floor($th…
2813 @list($command, $parameter) = explode('|', $filtercommand, 2);
2841 @list($amount, $color) = explode('|', $parameter, 2);
2850 @list($amount, $color) = explode('|', $parameter, 2);
2871 @list($colors, $dither) = explode('|', $parameter, 2);
2890 @list($width, $color1, $color2) = explode('|', $parameter, 3);
2895 @list($band, $method, $threshold) = explode('|', $parameter, 3);
2912 …@list($bands, $colors, $width, $height, $alignment, $opacity, $margin_x, $margin_y) = explode('|',…
2925 … @list($frame_width, $edge_width, $color_frame, $color1, $color2) = explode('|', $parameter, 5);
2935 @list($distance, $width, $color, $angle, $fade) = explode('|', $parameter, 5);
2944 @list($mask_filename, $invert) = explode('|', $parameter, 2);
2982 @list($radius_x, $radius_y) = explode('|', $parameter, 2);
2992 @list($left, $right, $top, $bottom) = explode('|', $parameter, 4);
2997 @list($border_width, $radius_x, $radius_y, $hexcolor_border) = explode('|', $parameter, 4);
3003 @list($filename, $underlay, $margin, $opacity) = explode('|', $parameter, 4);
3074 …@list($filename, $alignment, $opacity, $margin['x'], $margin['y'], $rotate_angle) = explode('|', $…
3130 …ty, $margin, $angle, $bg_color, $bg_opacity, $fillextend, $lineheight) = explode('|', $parameter, …
3153 @list($radius) = explode('|', $parameter, 1);
3179 @list($amount, $radius, $threshold) = explode('|', $parameter, 3);
3203 @list($newwidth, $newheight, $stretch) = explode('|', $parameter);
3233 @list($angle, $bgcolor) = explode('|', $parameter, 2);
3238 @list($hexcolor, $min_limit, $max_limit) = explode('|', $parameter, 3);
4382 $LinesOfText = explode("\n", @wordwrap($text, floor($width / $FontWidth), "\n", true));
4592 $timestamp = array_sum(explode(' ', microtime()));