Lines Matching refs:fltr
93 public $fltr = array(); // FiLTeRs variable in phpthumb
1857 if (!empty($this->fltr)) {
1858 foreach ($this->fltr as $key => $value) {
2037 foreach ($this->fltr as $filterkey => $filtercommand) {
2202 foreach ($this->fltr as $fltr_key => $fltr_value) {
2245 if (isset($this->fltr[$filterkey]) && ($method > 1)) {
2246 $this->fltr[$filterkey] = $command.'|'.$band.'|0|'.$threshold;
2378 if (!isset($this->fltr[$filterkey])) {
2384 …ning $this->fltr after ImageMagick: ('.$this->phpThumbDebugVarDump($this->fltr).')', __FILE__, __L…
2385 if (count($this->fltr) > 0) {
2415 unset($this->fltr[$filterkey]);
2468 …ilters.php" which is required for applying filters ('.implode(';', $this->fltr).')', __FILE__, __L…
2805 if ($this->fltr && is_array($this->fltr)) {
2807 …ilters.php" which is required for applying filters ('.implode(';', $this->fltr).')', __FILE__, __L…
2812 foreach ($this->fltr as $filtercommand) {
3699 if ($this->fltr && is_array($this->fltr)) {
3700 $ParametersString .= '_fltr'.implode('_fltr', $this->fltr);